This commit is contained in:
Kyle
2021-09-12 13:53:01 -07:00
parent 6347b3db55
commit 9703d9dfee
48 changed files with 395 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.384615,0,0,0.384615,-330.462,68.4615)">
<g id="Upper-Left" serif:id="Upper Left">
<circle id="Cost" cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip1">
<circle id="Cost1" serif:id="Cost" cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Upper-Left" serif:id="Upper Left" transform="matrix(0.797101,0,0,0.797101,906.261,-1355.37)">
<g id="Cost" transform="matrix(0.482517,0,0,0.482517,-1551.52,1786.26)">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip1">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
<g id="Cost1" serif:id="Cost" transform="matrix(0.482517,0,0,0.482517,-1597.94,1866.55)">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip2">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip2)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Upper-Left" serif:id="Upper Left" transform="matrix(0.797101,0,0,0.797101,906.261,-1355.37)">
<g id="Cost" transform="matrix(0.482517,0,0,0.482517,-1551.52,1786.26)">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip1">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
<g id="Cost1" serif:id="Cost" transform="matrix(0.482517,0,0,0.482517,-1597.94,1866.55)">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip2">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip2)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
<g id="Cost2" serif:id="Cost" transform="matrix(0.482517,0,0,0.482517,-1505.11,1866.55)">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip3">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip3)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level1" serif:id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(0,157,225);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.15385,0,0,1.15385,-213.385,-39.1154)">
<g id="Upper-Right" serif:id="Upper Right">
<circle cx="1328.5" cy="192.5" r="71.5" style="fill:rgb(196,32,37);"/>
<clipPath id="_clip1">
<circle cx="1328.5" cy="192.5" r="71.5"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.866667,0,0,0.866667,184.933,33.9)">
<path d="M1386.63,214.1C1312.94,264.142 1281.26,204.44 1283.48,167.426C1269.22,181.183 1265.63,201.63 1277.51,222.01C1291.66,246.288 1344.19,272.129 1386.63,214.1ZM1259,225.588C1252.51,136.744 1320.05,139.165 1351,159.588C1346.21,140.366 1330.3,127.034 1306.71,127.129C1278.61,127.243 1229.97,159.818 1259,225.588ZM1312.87,109.311C1393.05,148.114 1357.19,205.395 1324.03,221.986C1343.07,227.45 1362.57,220.336 1374.28,199.861C1388.23,175.469 1384.34,117.053 1312.87,109.311Z" style="fill:rgb(8,7,10);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level1" serif:id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(187,0,27);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.992063,0,0,0.992063,1176.79,13.8571)">
<g id="Lower-Right" serif:id="Lower Right">
<circle id="Shield" cx="163" cy="1935" r="63" style="fill:rgb(164,166,170);"/>
<clipPath id="_clip1">
<circle id="Shield1" serif:id="Shield" cx="163" cy="1935" r="63"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(1.008,0,0,1.008,-1186.21,-13.968)">
<path d="M1338.14,1982.82C1307.71,1967.59 1294.93,1940.92 1298,1904C1311.89,1904.44 1325.34,1900.33 1338.5,1893L1338.81,1893.17C1351.87,1900.4 1365.22,1904.44 1379,1904C1382.08,1941.07 1369.19,1967.8 1338.5,1983L1338.14,1982.82ZM1309,1925C1330.03,1933.79 1354.78,1950.88 1356,1958C1357,1963.84 1338.5,1974 1338.5,1974C1319.22,1959.75 1308.85,1943.53 1309,1925ZM1365,1944C1369.91,1936.24 1371.53,1924.82 1371,1911C1360.2,1910.6 1349.1,1901.8 1338.5,1902C1331.2,1902.14 1320.4,1906.43 1319,1911C1316.27,1919.89 1339.01,1936.82 1365,1944Z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.992063,0,0,0.992063,-0.206349,12.8571)">
<g id="Lower-Left" serif:id="Lower Left">
<circle id="Spear" cx="163" cy="1935" r="63" style="fill:rgb(248,235,78);"/>
<clipPath id="_clip1">
<circle id="Spear1" serif:id="Spear" cx="163" cy="1935" r="63"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(0.850999,-0.540246,0.540246,0.850999,-1026.27,383.643)">
<path d="M163,2015L163,1978L143,1946.63L169,1887L195,1946.63L175,1978L175,2015L163,2015ZM171,1907L171,1951L185,1948L171,1907Z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level1" serif:id="Level" d="M249,111C243.16,105.584 234.666,98.445 222,94L1278,94C1265.33,98.445 1256.84,105.584 1251,111L249,111Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(255,238,0);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Frames">
</g>
<path id="Level--fabled-" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level--fabled-1" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(0,157,225);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Frames">
</g>
<path id="Level--fabled-" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level--fabled-1" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(187,0,27);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Frames">
</g>
<path id="Level--fabled-" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z" style="fill:none;"/>
<clipPath id="_clip1">
<path id="Level--fabled-1" serif:id="Level (fabled)" d="M1261.97,94C1242.74,98.927 1225.26,111.471 1196.93,111L249,111C243.16,105.584 234.666,98.445 222,94L1261.97,94Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<rect x="0" y="0" width="1500" height="2096" style="fill:rgb(255,238,0);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB