forked from MapComplete/MapComplete
chore: fix linting error
This commit is contained in:
parent
833704e25d
commit
78f06a0d35
36 changed files with 51 additions and 43 deletions
|
@ -37,15 +37,23 @@ function genImages(dryrun = false) {
|
|||
const name = path.substring(0, path.length - 4).replace(/[ -]/g, "_")
|
||||
|
||||
const nameUC = name.toUpperCase().at(0) + name.substring(1)
|
||||
const svelteCode =
|
||||
'<script>\nexport let color = "#000000"\n</script>\n' +
|
||||
svg
|
||||
|
||||
const svgBody = svg
|
||||
.replace(
|
||||
"<svg ",
|
||||
"<svg {...$$$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus "
|
||||
"<svg {...$$$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus ",
|
||||
)
|
||||
.replace(/\\"/g, '"')
|
||||
.replace(/\\"/g, "\"")
|
||||
.replace(/(rgb\(0%,0%,0%\)|#000000|#000)/g, "{color}")
|
||||
|
||||
const hasColor = svgBody.indexOf("{color}") >= 0
|
||||
|
||||
const svelteCode =
|
||||
["<script>",
|
||||
"export " + (hasColor ? "let" : "const") + " color = \"#000000\"",
|
||||
"</script>",
|
||||
svgBody].join("\n")
|
||||
|
||||
fs.writeFileSync("./src/assets/svg/" + nameUC + ".svelte", svelteCode, "utf8")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="303px" height="374px" viewBox="0 0 303 374" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.921569%,77.254903%,28.627452%);fill-opacity:1;" d="M 163.890625 344.988281 C 158.277344 356.675781 141.632812 356.675781 136.019531 344.988281 L 41.4375 148.097656 C 36.507812 137.839844 43.988281 125.953125 55.375 125.953125 L 244.535156 125.953125 C 255.917969 125.953125 263.398438 137.839844 258.46875 148.097656 Z M 163.890625 344.988281 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.921569%,77.254903%,28.627452%);fill-opacity:1;" d="M 303 151.453125 C 303 235.101562 235.171875 302.910156 151.5 302.910156 C 67.828125 302.910156 0 235.101562 0 151.453125 C 0 67.808594 67.828125 0 151.5 0 C 235.171875 0 303 67.808594 303 151.453125 Z M 303 151.453125 "/> <path style="fill: none !important;stroke-width:7.514114;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.101015 291.358766 L 5.785842 275.043593 " transform="matrix(4.837809,-4.836357,4.837809,4.836357,-1287.063942,-1153.71106)"/> <path style="fill: none !important;stroke-width:7.514114;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.125279 274.965231 L 5.810459 291.28005 " transform="matrix(4.837809,-4.836357,4.837809,4.836357,-1287.063942,-1153.71106)"/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style="fill-rule:nonzero;fill:rgb(21.568628%,83.92157%,28.627452%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(37.64706%,37.64706%,37.64706%);stroke-opacity:1;stroke-miterlimit:4;" d="M 98 49.021438 C 98 76.083729 76.062292 98.021438 49 98.021438 C 21.937708 98.021438 0 76.083729 0 49.021438 C 0 21.959146 21.937708 0.0214375 49 0.0214375 C 76.062292 0.0214375 98 21.959146 98 49.021438 Z M 98 49.021438 " transform="matrix(3.826531,0,0,3.826531,0,0)"/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 185.398438 53.390625 C 176.808594 53.523438 168.636719 57.125 162.738281 63.378906 C 157.074219 69.394531 153.96875 77.378906 154.085938 85.640625 L 154.085938 152.132812 L 88.527344 152.132812 C 79.929688 152.011719 71.644531 155.371094 65.566406 161.453125 C 56.40625 170.613281 53.710938 184.414062 58.761719 196.347656 C 63.808594 208.28125 75.585938 215.960938 88.539062 215.765625 L 154.085938 215.765625 L 154.085938 281.003906 C 153.898438 292.488281 159.917969 303.183594 169.835938 308.984375 C 179.753906 314.785156 192.027344 314.785156 201.945312 308.992188 C 211.863281 303.199219 217.890625 292.503906 217.707031 281.019531 L 217.707031 215.765625 L 283.894531 215.765625 C 295.296875 215.820312 305.855469 209.769531 311.574219 199.90625 C 317.292969 190.042969 317.296875 177.871094 311.582031 168.007812 C 305.871094 158.140625 295.3125 152.085938 283.910156 152.132812 L 217.703125 152.132812 L 217.703125 85.640625 C 217.820312 77.042969 214.453125 68.765625 208.367188 62.6875 C 202.28125 56.613281 193.996094 53.261719 185.398438 53.390625 Z M 185.398438 53.390625 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="303px" height="374px" viewBox="0 0 303 374" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.921569%,77.254903%,28.627452%);fill-opacity:1;" d="M 151.5 0 C 67.828125 0 0 67.808594 0 151.453125 C 0.0742188 203.539062 26.914062 251.933594 71.0625 279.589844 C 83.773438 287.726562 98.976562 305.320312 111.8125 321.363281 C 125.679688 338.699219 133.386719 374.292969 150.203125 374.5625 C 167.015625 374.292969 174.730469 338.699219 188.597656 321.363281 C 199.703125 307.480469 211.496094 292.414062 224.496094 283.984375 C 272.859375 257.398438 302.933594 206.628906 303 151.453125 C 303 67.808594 235.171875 0 151.5 0 Z M 151.5 0 "/> </g> </svg>
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> <svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="40mm" height="40mm" viewBox="0 0 40 40" version="1.1" id="svg5" sodipodi:docname="brick_wall_round.svg" inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs1"> <filter id="mask-powermask-path-effect18_inverse" inkscape:label="filtermask-powermask-path-effect18" style="color-interpolation-filters:sRGB" height="100" width="100" x="-50" y="-50"> <feColorMatrix id="mask-powermask-path-effect18_primitive1" values="1" type="saturate" result="fbSourceGraphic" /> <feColorMatrix id="mask-powermask-path-effect18_primitive2" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 " in="fbSourceGraphic" /> </filter> <mask maskUnits="userSpaceOnUse" id="mask47"> <g id="g54" transform="translate(3.0478132,22.471153)" style="stroke:#ffffff;stroke-opacity:1"> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -4.5302636,-19.534058 H 40.364226" id="path47" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -0.3903457,-14.64387 H 44.504144" id="path48" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -4.5302636,-9.753681 H 40.364226" id="path49" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -0.3903457,-4.863492 H 44.504144" id="path50" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -4.5302636,-0.078813 H 40.364226" id="path51" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -0.3903457,4.811376 H 44.504144" id="path52" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -4.5302636,9.701564 H 40.364226" id="path53" /> <path style="fill: none !important;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -0.3903457,14.591753 H 44.504144" id="path54" /> </g> </mask> </defs> <sodipodi:namedview id="namedview1" pagecolor="#ffffff" bordercolor="#999999" borderopacity="1" /> <rect style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.79999;stroke-opacity:1" id="rect54" width="40" height="40" x="0" y="0" rx="0.98275828" /> <path style="fill:#e75316;fill-opacity:1;stroke:none;stroke-width:3.94176;stroke-linecap:square;stroke-dasharray:3.94176, 4.7301;stroke-opacity:1" id="path17" sodipodi:type="arc" sodipodi:cx="19.98694" sodipodi:cy="19.962664" sodipodi:rx="20.013062" sodipodi:ry="20.037338" sodipodi:start="0" sodipodi:end="6.26046" sodipodi:open="true" sodipodi:arc-type="arc" d="M 40.000002,19.962664 A 20.013062,20.037338 0 0 1 20.100641,39.999679 20.013062,20.037338 0 0 1 -0.02482921,20.190336 20.013062,20.037338 0 0 1 19.645855,-0.07176428 20.013062,20.037338 0 0 1 39.994834,19.507348" mask="url(#mask47)" /> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> <svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="40mm" height="40mm" viewBox="0 0 40 40" version="1.1" id="svg5" sodipodi:docname="brick_wall_square.svg" inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs1" /> <sodipodi:namedview id="namedview1" pagecolor="#ffffff" bordercolor="#999999" borderopacity="1" inkscape:showpageshadow="2" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" inkscape:zoom="4.1073591" inkscape:cx="33.354766" inkscape:cy="98.481772" inkscape:window-width="1920" inkscape:window-height="1005" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg5" /> <g id="layer2" style="display:inline"> <rect style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.799999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:100;stroke-dasharray:none;stroke-opacity:1" id="rect3582" width="40.666897" height="40.617493" x="-0.026121488" y="-0.074673384" rx="1.0000006" /> </g> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4,4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -2.1399179,2.982166 H 42.754572" id="path103" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M 2,7.8723545 H 46.89449" id="path1" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -2.1399179,12.762543 H 42.754572" id="path2" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M 2,17.652732 H 46.89449" id="path3" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -2.1399179,22.437411 H 42.754572" id="path4" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M 2,27.3276 H 46.89449" id="path5" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M -2.1399179,32.217788 H 42.754572" id="path6" /> <path style="fill: none !important;fill-opacity:1;stroke:#e75316;stroke-width:4;stroke-linecap:square;stroke-dasharray:4, 4.8;stroke-dashoffset:0;stroke-opacity:1" d="M 2,37.107977 H 46.89449" id="path7" /> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> <svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="1124.975mm" height="1111.9373mm" viewBox="0 0 1124.975 1111.9373" version="1.1" id="svg5" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs2" /> <g id="layer1" transform="translate(429.38456,373.85159)" style="display:inline"> <path id="path858" d="m 465.50195,-1412.9824 c -48.13018,0 -95.14167,6.6605 -140.92968,19.3242 -517.78906,36.4545 -1004.59215,263.4542 -1364.78127,639.11132 -125.578,130.97093 -232.0356,276.80492 -318.709,432.875 l -3.0996,0.006 0.012,5.62891 c -169.1451,306.7883664 -260.6208,653.52706 -260.8652,1009.62695 v 0.0645 c 0,555.45592 220.6943,1088.26072 613.4609,1481.02732 378.0703,378.0702 885.96964,596.0875 1418.85161,611.92 18.51351,1.9864 37.20113,3.0136 56.06054,3.0136 17.25834,0 34.36078,-0.9283 51.33008,-2.5937 224.45873,-4.8504 444.64455,-45.7063 652.83597,-119.1836 -60.8675,-43.0776 -118.1478,-91.0122 -171.27933,-143.334 -121.72268,40.4323 -230.24225,90.5328 -428.68164,58.6602 l -3.38086,-1775.19732 233.78516,-0.44532 c 42.42213,-67.09791 90.54812,-130.41487 143.84375,-189.24804 l -377.98828,0.7207 -1.43946,-755.89648 634.26176,-1.38672 c 32.7782,154.928763 56.3858,319.47347 69.9629,489.41797 58.6612,-33.17515 119.6711,-62.01386 182.541,-86.28516 -13.1747,-138.65014 -32.7954,-273.7956044 -58.7852,-403.55664 l 791.918,-1.73242 c 54.2995,111.507047 97.5037,228.170813 129.2012,348.26953 72.3897,18.82425 143.1313,43.49582 211.5273,73.77148 -80.6791,-402.00209 -278.3137,-774.77273 -572.5098,-1068.96875 -363.7812,-363.78173 -847.7515,-579.57553 -1358.52731,-609.49993 -41.8967,-10.5343 -84.78727,-16.1094 -128.61524,-16.1094 z m 96.98438,204.4375 c 159.67283,49.2174 326.54513,218.8615 462.03907,516.93552 49.6393,109.20202 92.1295,232.60044 128.4531,364.44727 l -588.81053,1.28711 z m -188.97461,0.9179 1.67969,882.16411 -597.98243,1.30664 c 36.4911,-132.99204 79.25432,-257.42426 129.269536,-367.45313 133.780665,-294.30513 298.164144,-463.66612 455.992184,-515.27932 3.68603,-0.2115 7.36574,-0.4597 11.04102,-0.7383 z m 591.27148,61.1954 c 320.2851,85.8427 615.6781,254.12924 854.2344,492.68551 99.0716,99.07158 185.6177,208.20254 259.6738,324.5625 l -729.584,1.59375 c -41.2536,-159.09493 -91.7465,-308.46744 -152.5469,-442.22266 -67.1207,-147.65948 -144.9895,-275.0596 -231.7773,-376.6191 z m -1003.50195,5.9433 c -84.79247,100.5848 -161.00089,225.84047 -226.83789,370.6758 -61.29809,134.85015 -112.17438,285.51379 -153.59961,446.08594 l -720.14645,1.57422 c 67.8012,-107.37947 146.33969,-208.61822 235.49997,-301.60743 238.54174,-248.78579 538.10225,-425.81263 865.08398,-516.72853 z m 414.26953,1004.00002 1.43945,755.8418 -727.68554,1.38671 c 4.20418,-264.24481 32.77031,-520.983169 82.2207,-755.82031 z m -837.92773,1.83203 c -47.33699,237.75431 -73.46184,493.4318 -77.33789,755.75781 l -892.42186,1.70117 c 10.0141,-264.11069 74.8439,-521.07351 188.0937,-755.75 z m 839.72656,942.98437 1.3457,707.00198 -646.08984,1.414 c -46.71986,-220.2353 -75.01919,-459.8106 -82.07617,-707.03121 z m -915.85156,1.74415 c 6.57514,245.41033 32.61831,484.16193 77.38867,707.09573 l -784.53902,1.7148 c -105.8005,-220.1735 -168.8074,-460.0874 -184.1446,-707.11327 z m 917.55859,894.23433 1.68359,884.2715 C 217.38802,2544.4462 45.439072,2373.9426 -93.521484,2068.2422 -142.93255,1959.5424 -185.25941,1836.7732 -221.48047,1705.6211 Z m -796.66211,1.7422 c 41.17164,158.3984 91.48351,307.1603 152.04883,440.3985 69.28935,152.4302 150.07483,283.1451 240.259765,386.2558 C -344.1327,2446.5457 -638.16035,2278.6776 -875.7832,2041.0547 -977.36504,1939.4729 -1065.801,1827.3298 -1141.0586,1707.6328 Z" transform="scale(0.26458333)" /> <path id="path928" d="" /> <path id="path890" d="" /> <path id="path3123" d="m 500.42418,99.52416 c -162.9348,1.72512 -108.06353,223.75011 -69.65465,274.06343 l 1.09709,35.29034 c -176.038,13.83721 -191.80907,75.90897 -198.43798,158.82719 -2.02223,25.29521 3.89762,50.2628 9.81667,80.72646 97.56502,-0.71585 177.50757,-0.62612 275.07185,-0.49796 84.27329,-45.47436 147.33813,-122.20106 175.63579,-213.68411 -28.16643,-12.43076 -66.9608,-21.14889 -120.68876,-25.37209 l 1.09762,-35.29036 C 613.0731,322.8775 663.35897,97.79884 500.42418,99.52416 Z" /> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#F4900C" cx="18" cy="18" r="18"/><circle fill="#FFD983" cx="18" cy="18" r="14.5"/><circle fill="#F5F8FA" cx="18" cy="18" r="13"/><path fill="#CCD6DD" d="M18 8l1.531 6.304 5.54-3.375-3.375 5.54L28 18l-6.304 1.531 3.375 5.54-5.54-3.375L18 28l-1.531-6.304-5.54 3.375 3.375-5.54L8 18l6.304-1.531-3.375-5.54 5.54 3.375z"/><path fill="#292F33" d="M17.343 20.748l8.777 5.381-5.379-8.778z"/><path fill="#DD2E44" d="M18.657 15.267L9.879 9.886l5.38 8.779z"/><circle fill="#8899A6" cx="18" cy="18.008" r="3.055"/><circle fill="#F5F8FA" cx="18" cy="18.008" r="1.648"/></svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="157.33984" height="157.33984" viewBox="0 0 157.33984 157.33984" version="1.1" id="svg9" sodipodi:docname="confirm.svg" inkscape:version="1.1.2 (1:1.1+202202050950+0a00cf5339)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs13" /> <sodipodi:namedview id="namedview11" pagecolor="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:pageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" showgrid="false" inkscape:zoom="2.312" inkscape:cx="-18.598616" inkscape:cy="57.093426" inkscape:current-layer="svg9" /> <path style="fill:#35d447;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 157.33984,78.66796 c 0,43.44922 -35.21875,78.67188 -78.66796,78.67188 C 35.22266,157.33984 0,122.11718 0,78.66796 0,35.22265 35.22266,0 78.67188,0 c 43.44921,0 78.66796,35.22265 78.66796,78.66796 z m 0,0" id="path4" /> <path style="fill: none !important;stroke:#ffffff;stroke-width:19.7495;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" d="m 37.69921,75.49609 35.55078,39.5 47.39844,-63.19922" id="path6" /> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style="fill: none !important;stroke-width:2.645833;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(33.333334%,33.333334%,92.54902%);stroke-opacity:0.988235;stroke-miterlimit:4;" d="M 22.034555 283.770823 C 22.034555 288.670301 18.062773 292.642358 13.16302 292.642358 C 8.263267 292.642358 4.291486 288.670301 4.291486 283.770823 C 4.291486 278.871071 8.263267 274.899289 13.16302 274.899289 C 18.062773 274.899289 22.034555 278.871071 22.034555 283.770823 Z M 22.034555 283.770823 " transform="matrix(14.173228,0,0,14.173228,0.0000135166,-3834.448583)"/> <path style="fill: none !important;stroke-width:2.097239;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(33.333334%,33.333334%,92.54902%);stroke-opacity:0.988235;stroke-miterlimit:4;" d="M 3.28414 283.770823 L 1.041796 283.770823 " transform="matrix(14.173228,0,0,14.173228,0.0000135166,-3834.448583)"/> <path style="fill: none !important;stroke-width:2.116667;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(33.333334%,33.333334%,92.54902%);stroke-opacity:0.988235;stroke-miterlimit:4;" d="M 25.405787 283.770823 L 23.286365 283.770823 " transform="matrix(14.173228,0,0,14.173228,0.0000135166,-3834.448583)"/> <path style="fill: none !important;stroke-width:2.116667;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(33.333334%,33.333334%,92.54902%);stroke-opacity:0.988235;stroke-miterlimit:4;" d="M 13.229166 295.948823 L 13.229166 293.831329 " transform="matrix(14.173228,0,0,14.173228,0.0000135166,-3834.448583)"/> <path style="fill: none !important;stroke-width:2.116667;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(33.333334%,33.333334%,92.54902%);stroke-opacity:0.988235;stroke-miterlimit:4;" d="M 13.229166 275.057488 L 13.229166 271.612392 " transform="matrix(14.173228,0,0,14.173228,0.0000135166,-3834.448583)"/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(33.333334%,33.333334%,92.54902%);fill-opacity:0.988235;" d="M 238.824219 161.203125 L 229.523438 161.203125 L 229.523438 134.96875 C 229.523438 134.96875 229.523438 91.246094 186.066406 91.246094 C 142.609375 91.246094 142.609375 134.96875 142.609375 134.96875 L 142.609375 161.203125 L 133.308594 161.203125 C 124.042969 161.203125 116.535156 168.757812 116.535156 178.082031 L 116.535156 249.347656 C 116.582031 258.636719 124.078125 266.136719 133.308594 266.136719 L 238.824219 266.136719 C 248.085938 266.136719 255.597656 258.582031 255.597656 249.261719 L 255.597656 178.082031 C 255.597656 168.757812 248.085938 161.203125 238.824219 161.203125 Z M 186.066406 231.160156 C 176.464844 231.160156 168.683594 223.328125 168.683594 213.671875 C 168.683594 204.011719 176.464844 196.179688 186.066406 196.179688 C 195.664062 196.179688 203.449219 204.011719 203.449219 213.671875 C 203.449219 223.328125 195.664062 231.160156 186.066406 231.160156 Z M 212.140625 161.203125 L 159.992188 161.203125 L 159.992188 139.339844 C 159.992188 126.226562 159.992188 108.734375 186.066406 108.734375 C 212.140625 108.734375 212.140625 126.226562 212.140625 139.339844 Z M 212.140625 161.203125 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 148.457031 148.796875 L 148.457031 269.332031 C 148.457031 271.285156 147.828125 272.890625 146.574219 274.144531 C 145.316406 275.402344 143.714844 276.027344 141.761719 276.027344 L 128.367188 276.027344 C 126.414062 276.027344 124.808594 275.402344 123.554688 274.144531 C 122.296875 272.890625 121.671875 271.285156 121.671875 269.332031 L 121.671875 148.796875 C 121.671875 146.84375 122.296875 145.238281 123.554688 143.984375 C 124.808594 142.726562 126.414062 142.101562 128.367188 142.101562 L 141.761719 142.101562 C 143.714844 142.101562 145.316406 142.726562 146.574219 143.984375 C 147.828125 145.238281 148.457031 146.84375 148.457031 148.796875 Z M 202.027344 148.796875 L 202.027344 269.332031 C 202.027344 271.285156 201.398438 272.890625 200.144531 274.144531 C 198.890625 275.402344 197.285156 276.027344 195.332031 276.027344 L 181.9375 276.027344 C 179.984375 276.027344 178.382812 275.402344 177.125 274.144531 C 175.871094 272.890625 175.242188 271.285156 175.242188 269.332031 L 175.242188 148.796875 C 175.242188 146.84375 175.871094 145.238281 177.125 143.984375 C 178.382812 142.726562 179.984375 142.101562 181.9375 142.101562 L 195.332031 142.101562 C 197.285156 142.101562 198.890625 142.726562 200.144531 143.984375 C 201.398438 145.238281 202.027344 146.84375 202.027344 148.796875 Z M 255.597656 148.796875 L 255.597656 269.332031 C 255.597656 271.285156 254.972656 272.890625 253.714844 274.144531 C 252.460938 275.402344 250.855469 276.027344 248.902344 276.027344 L 235.511719 276.027344 C 233.558594 276.027344 231.953125 275.402344 230.695312 274.144531 C 229.441406 272.890625 228.8125 271.285156 228.8125 269.332031 L 228.8125 148.796875 C 228.8125 146.84375 229.441406 145.238281 230.695312 143.984375 C 231.953125 142.726562 233.558594 142.101562 235.511719 142.101562 L 248.902344 142.101562 C 250.855469 142.101562 252.460938 142.726562 253.714844 143.984375 C 254.972656 145.238281 255.597656 146.84375 255.597656 148.796875 Z M 282.386719 300.304688 L 282.386719 101.921875 L 94.886719 101.921875 L 94.886719 300.304688 C 94.886719 303.371094 95.375 306.199219 96.351562 308.777344 C 97.328125 311.359375 98.335938 313.242188 99.382812 314.429688 C 100.429688 315.613281 101.164062 316.207031 101.582031 316.207031 L 275.6875 316.207031 C 276.105469 316.207031 276.839844 315.613281 277.886719 314.429688 C 278.933594 313.242188 279.945312 311.359375 280.921875 308.777344 C 281.898438 306.199219 282.386719 303.371094 282.386719 300.304688 Z M 141.761719 75.136719 L 235.511719 75.136719 L 225.464844 50.652344 C 224.488281 49.398438 223.304688 48.628906 221.90625 48.351562 L 155.570312 48.351562 C 154.175781 48.628906 152.992188 49.398438 152.015625 50.652344 Z M 335.957031 81.832031 L 335.957031 95.226562 C 335.957031 97.179688 335.328125 98.78125 334.074219 100.039062 C 332.816406 101.292969 331.214844 101.921875 329.261719 101.921875 L 309.171875 101.921875 L 309.171875 300.304688 C 309.171875 311.882812 305.890625 321.894531 299.335938 330.332031 C 292.777344 338.773438 284.894531 342.992188 275.6875 342.992188 L 101.582031 342.992188 C 92.375 342.992188 84.492188 338.914062 77.933594 330.75 C 71.378906 322.589844 68.097656 312.71875 68.097656 301.140625 L 68.097656 101.921875 L 48.011719 101.921875 C 46.058594 101.921875 44.453125 101.292969 43.195312 100.039062 C 41.941406 98.78125 41.3125 97.179688 41.3125 95.226562 L 41.3125 81.832031 C 41.3125 79.878906 41.941406 78.273438 43.195312 77.019531 C 44.453125 75.765625 46.058594 75.136719 48.011719 75.136719 L 112.671875 75.136719 L 127.320312 40.1875 C 129.414062 35.027344 133.179688 30.632812 138.621094 27.003906 C 144.0625 23.378906 149.574219 21.566406 155.152344 21.566406 L 222.117188 21.566406 C 227.699219 21.566406 233.207031 23.378906 238.648438 27.003906 C 244.089844 30.632812 247.855469 35.027344 249.949219 40.1875 L 264.597656 75.136719 L 329.261719 75.136719 C 331.214844 75.136719 332.816406 75.765625 334.074219 77.019531 C 335.328125 78.273438 335.957031 79.878906 335.957031 81.832031 Z M 335.957031 81.832031 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus version="1.1" id="elevator" x="0px" y="0px" viewBox="0 0 65.9 66" style="enable-background:new 0 0 65.9 66;" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <path d="M 48.2,15.6 H 19.3 c -1.6,0 -2.8,1.3 -2.8,2.8 v 29 c 0,1.6 1.3,2.8 2.8,2.8 h 28.9 c 1.6,0 2.8,-1.3 2.8,-2.8 V 18.5 C 51,17 49.7,15.6 48.2,15.6 Z m 0.3,30.7 c 0,0.8 -0.6,1.4 -1.4,1.4 H 20.4 C 19.6,47.7 19,47.1 19,46.3 V 19.6 c 0,-0.8 0.6,-1.4 1.4,-1.4 h 26.7 c 0.8,0 1.4,0.6 1.4,1.4 z" id="path2"/> <polygon points="29.4,9.5 33.7,5.5 38.1,9.5 35.3,9.5 35.3,13.5 32.2,13.5 32.2,9.5 " id="polygon8"/> <polygon points="38.1,56.6 33.7,60.5 29.4,56.6 32.2,56.6 32.2,52.5 35.3,52.5 35.3,56.6 " id="polygon10"/> <circle cx="28.6" cy="21.4" r="1.9" id="circle12"/> <path d="m 29.1,35.6 c 0,-0.2 -0.2,-0.5 -0.5,-0.5 -0.3,0 -0.5,0.2 -0.5,0.5 v 1.7 3 5 c 0,0.6 -0.6,1.2 -1.2,1.2 -0.6,0 -1.2,-0.5 -1.2,-1.2 V 40.5 37.3 33.2 32 28.2 28.3 c 0,-0.2 -0.1,-0.4 -0.4,-0.4 -0.2,0 -0.4,0.2 -0.4,0.4 v 1.3 3.5 1.8 c 0,0.4 -0.3,0.7 -0.7,0.7 -0.4,0 -0.7,-0.3 -0.7,-0.7 v -1 -3.5 -4.2 c 0,-1 0.8,-1.9 1.9,-1.9 h 5.2 0.3 c 0.2,0 0.5,0.1 0.6,0.3 l 2.1,2.1 2.5,-2.5 c 0.4,-0.4 1,-0.4 1.3,0 0.4,0.4 0.4,1 0,1.3 l -3.2,3.2 C 34,28.9 33.8,29 33.5,29 33.3,29 33,28.9 32.8,28.7 L 32,27.9 31.8,27.8 h -0.2 c -0.2,0 -0.4,0.2 -0.4,0.4 v 1.6 10.6 l 7.68e-4,4.906766 c 9.4e-5,0.6 -0.6,1.2 -1.2,1.2 -0.6,0 -0.957071,-0.484801 -0.957071,-1.184801 0,0 0.0563,-6.496244 0.0563,-9.721965 z" id="path14" /> <circle cx="42.400002" cy="21" r="1.5" id="circle16"/> <circle cx="42.400002" cy="24.5" r="1.5" id="circle18"/> <circle cx="42.400002" cy="28.200001" r="1.5" id="circle20"/> </svg>
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="328px" height="374px" viewBox="0 0 328 374" version="1.1"> <g id="surface1"> <path d="M 204.175781 186.890625 L 204.175781 350.699219 C 204.683594 353.851562 204.40625 357.082031 203.367188 360.09375 C 202.328125 363.105469 200.5625 365.8125 198.230469 367.957031 C 194.390625 371.824219 189.195312 374 183.78125 374 C 178.363281 374 173.171875 371.824219 169.332031 367.957031 L 128.335938 326.378906 C 126.113281 324.152344 124.421875 321.4375 123.390625 318.445312 C 122.363281 315.453125 122.019531 312.269531 122.390625 309.121094 L 122.390625 187.09375 L 4.328125 33.679688 C 1 29.34375 -0.503906 23.851562 0.148438 18.398438 C 0.800781 12.945312 3.558594 7.976562 7.8125 4.578125 C 11.417969 1.644531 15.898438 0.0273438 20.519531 0 L 307.480469 0 C 312.105469 0.0273438 316.582031 1.644531 320.1875 4.578125 C 324.445312 7.976562 327.199219 12.945312 327.851562 18.398438 C 328.503906 23.851562 327 29.34375 323.671875 33.679688 L 205.609375 187.09375 Z M 204.175781 186.890625 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus viewBox="0 0 212 212" version="1.1" id="svg4" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#"> <metadata id="metadata1"> <rdf:RDF> <cc:Work rdf:about="https://codeberg.org/forgejo/meta/src/branch/readme/branding#logo"> <cc:creator rdf:resource="https://caesarschinas.com/"> <cc:attributionName>Caesar Schinas</cc:attributionName> </cc:creator> <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> </cc:Work> </rdf:RDF> </metadata> <g transform="translate(6,6)" id="g4"> <path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" fill="none" stroke-width="25" stroke="#ff6600" id="path1" /> <path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" fill="none" stroke-width="25" stroke="#d40000" id="path2" /> <circle cx="142" cy="20" r="18" fill="none" stroke-width="15" stroke="#ff6600" id="circle2" /> <circle cx="142" cy="88" r="18" fill="none" stroke-width="15" stroke="#d40000" id="circle3" /> <circle cx="58" cy="180" r="18" fill="none" stroke-width="15" stroke="#d40000" id="circle4" /> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.274511%,69.01961%,36.078432%);fill-opacity:1;" d="M 127.359375 164.457031 L 15.960938 53.058594 L 0 56.605469 L 0 360.847656 L 14.851562 357.550781 L 127.359375 245.039062 Z M 127.359375 164.457031 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(28.235295%,62.7451%,86.274511%);fill-opacity:1;" d="M 66.3125 346.109375 L 127.359375 332.546875 L 127.359375 285.0625 Z M 66.3125 346.109375 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.274511%,69.01961%,36.078432%);fill-opacity:1;" d="M 127.359375 28.300781 L 48.707031 45.777344 L 127.359375 124.429688 Z M 127.359375 28.300781 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.274511%,69.01961%,36.078432%);fill-opacity:1;" d="M 349.875 22.527344 L 247.640625 56.605469 L 247.640625 124.753906 Z M 349.875 22.527344 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(28.235295%,62.7451%,86.274511%);fill-opacity:1;" d="M 247.640625 164.78125 L 247.640625 353.773438 L 375 304.246094 L 375 37.421875 Z M 247.640625 164.78125 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(23.921569%,60.000002%,30.980393%);fill-opacity:1;" d="M 187.664062 184.734375 L 247.640625 124.753906 L 247.640625 56.605469 L 127.359375 28.300781 L 127.359375 124.429688 Z M 187.664062 184.734375 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(23.921569%,60.000002%,30.980393%);fill-opacity:1;" d="M 127.359375 164.457031 L 127.359375 245.039062 L 167.652344 204.75 Z M 127.359375 164.457031 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.274511%,57.647061%,74.901962%);fill-opacity:1;" d="M 127.359375 285.0625 L 127.359375 332.546875 L 247.640625 353.773438 L 247.640625 164.78125 Z M 127.359375 285.0625 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,80.784315%,29.019609%);fill-opacity:1;" d="M 127.359375 124.429688 L 48.707031 45.777344 L 15.960938 53.058594 L 127.359375 164.457031 Z M 127.359375 124.429688 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,80.784315%,29.019609%);fill-opacity:1;" d="M 127.359375 245.039062 L 14.851562 357.550781 L 66.3125 346.109375 L 127.359375 285.0625 Z M 127.359375 245.039062 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.725491%,80.784315%,29.019609%);fill-opacity:1;" d="M 247.640625 164.78125 L 375 37.421875 L 375 14.152344 L 349.875 22.527344 L 247.640625 124.753906 Z M 247.640625 164.78125 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.92157%,70.588237%,27.058825%);fill-opacity:1;" d="M 187.664062 184.734375 L 127.359375 124.429688 L 127.359375 164.457031 L 167.652344 204.75 L 127.359375 245.039062 L 127.359375 285.0625 L 247.640625 164.78125 L 247.640625 124.753906 Z M 187.664062 184.734375 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="375px" height="375px" viewBox="0 0 375 375" version="1.1" id="svg5" sodipodi:docname="gps_arrow.svg" inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs9" /> <sodipodi:namedview id="namedview7" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" showgrid="false" inkscape:zoom="1.7173333" inkscape:cx="187.79115" inkscape:cy="187.5" inkscape:window-width="1920" inkscape:window-height="1007" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg5" /> <g id="surface1" transform="matrix(0.63906155,0,0,0.98221939,67.675844,3.3354774)" style="stroke:#ffffff;stroke-opacity:1;stroke-width:3.78656711;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:bevel;fill:#5454eb;fill-opacity:0.98823529"> <path style="fill:#5454eb;fill-opacity:0.98823529;fill-rule:nonzero;stroke:#ffffff;stroke-opacity:1;stroke-width:3.78656711;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:bevel" d="M 0,374.61719 C 0,373.62109 187.49609,-0.375 187.80469,0 188.84766,1.261719 375.34375,374.71094 375,374.85156 c -0.22266,0.0899 -42.48047,-18.05078 -93.90234,-40.3125 l -93.4961,-40.47265 -93.343748,40.46875 C 42.917969,356.78906 0.707031,375 0.457031,375 0.207031,375 0,374.82812 0,374.61719 Z m 0,0" id="path2" /> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#DD2E44" d="M18 0C8.059 0 0 8.059 0 18s8.059 18 18 18 18-8.059 18-18S27.941 0 18 0zm13 18c0 2.565-.753 4.95-2.035 6.965L11.036 7.036C13.05 5.753 15.435 5 18 5c7.18 0 13 5.821 13 13zM5 18c0-2.565.753-4.95 2.036-6.964l17.929 17.929C22.95 30.247 20.565 31 18 31c-7.179 0-13-5.82-13-13z"/></svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(1.176471%,0%,0%);fill-opacity:1;" d="M 371.707031 112.410156 C 370.386719 115.515625 367.917969 117.234375 365.007812 118.78125 C 307.3125 149.324219 249.660156 179.914062 192.054688 210.617188 C 188.816406 212.335938 186.484375 212.261719 183.273438 210.546875 C 125.675781 179.835938 68.011719 149.253906 10.359375 118.648438 C 2.105469 114.269531 1.507812 103.796875 9.210938 98.316406 C 10.472656 97.417969 11.863281 96.691406 13.230469 95.945312 C 68.351562 66.171875 123.507812 36.453125 178.558594 6.550781 C 185.027344 3.03125 190.667969 3.136719 197.097656 6.636719 C 251.9375 36.433594 306.863281 66.074219 361.816406 95.648438 C 366.335938 98.085938 369.945312 101.015625 371.707031 105.925781 C 371.707031 108.089844 371.707031 110.246094 371.707031 112.410156 Z M 371.707031 112.410156 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(1.176471%,0%,0%);fill-opacity:1;" d="M 184.140625 372.59375 C 167.671875 363.679688 151.207031 354.757812 134.730469 345.851562 C 94.003906 323.847656 53.28125 301.863281 12.558594 279.851562 C 5 275.769531 1.757812 269.359375 4.652344 262.824219 C 5.921875 259.953125 8.363281 257.074219 11.035156 255.457031 C 18.792969 250.75 26.894531 246.574219 35 242.472656 C 36.214844 241.855469 38.425781 242.300781 39.773438 243.015625 C 86.078125 267.503906 132.367188 292.023438 178.546875 316.734375 C 184.882812 320.117188 190.425781 320.203125 196.769531 316.808594 C 242.855469 292.167969 289.0625 267.746094 335.167969 243.140625 C 337.847656 241.710938 339.757812 241.769531 342.300781 243.246094 C 348.394531 246.796875 354.605469 250.171875 360.917969 253.324219 C 365.671875 255.699219 369.558594 258.773438 371.699219 263.761719 C 371.699219 265.929688 371.699219 268.085938 371.699219 270.25 C 369.855469 275.277344 366.097656 278.226562 361.488281 280.699219 C 321.488281 302.171875 281.5625 323.78125 241.621094 345.359375 C 224.84375 354.417969 208.085938 363.515625 191.332031 372.59375 C 188.929688 372.59375 186.53125 372.59375 184.140625 372.59375 Z M 184.140625 372.59375 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(1.176471%,0%,0%);fill-opacity:1;" d="M 369.769531 191.6875 C 368.304688 194.867188 365.566406 196.492188 362.589844 198.066406 C 304.789062 228.683594 247.019531 259.34375 189.296875 290.105469 C 186.609375 291.535156 184.738281 291.359375 182.175781 289.996094 C 124.230469 259.136719 66.25 228.375 8.269531 197.582031 C 0.816406 193.628906 -0.484375 184.949219 5.578125 178.914062 C 6.910156 177.589844 8.585938 176.546875 10.246094 175.628906 C 17.359375 171.703125 24.609375 167.992188 31.65625 163.941406 C 34.058594 162.558594 35.8125 162.710938 38.183594 163.980469 C 84.191406 188.496094 130.285156 212.847656 176.234375 237.472656 C 182.964844 241.078125 188.703125 241.050781 195.421875 237.445312 C 241.371094 212.820312 287.472656 188.476562 333.480469 163.949219 C 335.863281 162.683594 337.628906 162.566406 340.007812 163.9375 C 346.207031 167.542969 352.503906 171.015625 358.933594 174.1875 C 363.6875 176.527344 367.554688 179.550781 369.78125 184.464844 C 369.769531 186.882812 369.769531 189.289062 369.769531 191.6875 Z M 369.769531 191.6875 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(96.470588%,78.823531%,8.235294%);fill-opacity:1;" d="M 375.269531 339.230469 C 375.269531 359.25 359.046875 375.488281 339.011719 375.488281 L 36.511719 375.488281 C 16.496094 375.488281 0.253906 359.246094 0.253906 339.230469 L 0.253906 36.730469 C 0.253906 16.710938 16.496094 0.472656 36.511719 0.472656 L 339.011719 0.472656 C 359.046875 0.472656 375.269531 16.710938 375.269531 36.730469 L 375.269531 339.230469 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 153.082031 263.199219 C 141.003906 263.199219 131.523438 261.621094 124.636719 258.476562 C 117.746094 255.328125 112.808594 251.039062 109.835938 245.585938 C 106.855469 240.144531 105.414062 233.914062 105.5 226.839844 C 105.578125 219.78125 106.554688 212.253906 108.433594 204.257812 L 140.835938 68.777344 L 180.382812 62.65625 L 144.917969 209.621094 C 144.238281 212.679688 143.859375 215.488281 143.773438 218.035156 C 143.683594 220.585938 144.152344 222.84375 145.171875 224.796875 C 146.191406 226.757812 147.933594 228.328125 150.402344 229.515625 C 152.867188 230.710938 156.3125 231.476562 160.738281 231.816406 L 153.082031 263.179688 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 295.929688 178.757812 C 295.929688 191.171875 293.886719 202.527344 289.804688 212.820312 C 285.722656 223.113281 280.066406 232 272.839844 239.480469 C 265.609375 246.972656 256.933594 252.792969 246.8125 256.957031 C 236.695312 261.121094 225.675781 263.210938 213.777344 263.210938 C 207.992188 263.210938 202.210938 262.695312 196.425781 261.671875 L 184.945312 307.855469 L 147.183594 307.855469 L 189.535156 131.3125 C 196.339844 129.273438 204.121094 127.445312 212.878906 125.828125 C 221.640625 124.210938 231.125 123.40625 241.332031 123.40625 C 250.855469 123.40625 259.066406 124.851562 265.953125 127.742188 C 272.84375 130.632812 278.496094 134.589844 282.921875 139.605469 C 287.339844 144.625 290.613281 150.492188 292.738281 157.210938 C 294.863281 163.925781 295.929688 171.117188 295.929688 178.773438 M 203.3125 231.078125 C 206.203125 231.761719 209.773438 232.097656 214.027344 232.097656 C 220.65625 232.097656 226.695312 230.871094 232.140625 228.398438 C 237.582031 225.9375 242.21875 222.492188 246.046875 218.066406 C 249.867188 213.648438 252.847656 208.335938 254.972656 202.121094 C 257.097656 195.914062 258.160156 189.070312 258.160156 181.582031 C 258.160156 174.273438 256.542969 168.0625 253.316406 162.957031 C 250.082031 157.855469 244.472656 155.304688 236.480469 155.304688 C 231.03125 155.304688 225.929688 155.8125 221.167969 156.835938 L 203.3125 231.078125 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill-opacity:1;" d="M 372.8125 175.78125 L 312.5 175.78125 C 306.570312 115.964844 259.332031 68.597656 199.53125 62.5 L 199.53125 1.71875 L 175.46875 1.71875 L 175.46875 62.5 C 115.511719 68.765625 68.269531 116.398438 62.5 176.40625 L 2.1875 176.40625 L 2.1875 201.09375 L 62.5 201.09375 C 68.292969 261.152344 115.871094 308.664062 175.9375 314.375 L 175.9375 375 L 200 375 L 200 314.21875 C 259.703125 308.089844 306.78125 260.679688 312.5 200.9375 L 372.34375 200.9375 L 372.34375 175.78125 Z M 187.5 289.84375 C 167.40625 289.867188 147.761719 283.878906 131.09375 272.65625 C 96.832031 249.789062 79.742188 208.519531 87.8125 168.125 C 91.808594 148.441406 101.476562 130.351562 115.625 116.09375 C 144.636719 86.929688 188.359375 78.113281 226.40625 93.75 C 264.28125 109.484375 288.949219 146.488281 288.90625 187.5 C 288.988281 214.550781 278.304688 240.519531 259.21875 259.6875 C 249.785156 269.242188 238.519531 276.789062 226.09375 281.875 C 213.71875 287.035156 200.441406 289.691406 187.03125 289.6875 Z M 187.5 289.84375 "/> <path style="fill-rule:nonzero;fill:rgb(74.117649%,5.882353%,0%);fill-opacity:1;stroke-width:0.426333;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 3.18875 2.36425 C 2.9815 2.379 2.80175 2.51325 2.72825 2.70775 C 2.655 2.90225 2.7015 3.1215 2.84725 3.26975 L 19.9735 21.26175 C 20.10475 21.4 20.29975 21.45775 20.485 21.413 C 20.67025 21.3685 20.81775 21.22825 20.8715 21.0455 C 20.92525 20.8625 20.87725 20.665 20.74575 20.527 L 3.61975 2.53475 C 3.5095 2.41525 3.35075 2.35225 3.18875 2.36425 Z M 3.18875 2.36425 " transform="matrix(15.625,0,0,15.625,0,0)"/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.921569%,77.254903%,28.627452%);fill-opacity:1;" d="M 201.085938 355.023438 C 195.375 366.917969 178.441406 366.917969 172.734375 355.023438 L 76.523438 154.683594 C 71.507812 144.242188 79.117188 132.148438 90.699219 132.148438 L 283.117188 132.148438 C 294.699219 132.148438 302.308594 144.242188 297.296875 154.683594 Z M 201.085938 355.023438 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(43.921569%,77.254903%,28.627452%);fill-opacity:1;" d="M 342.59375 158.097656 C 342.59375 243.210938 273.59375 312.207031 188.480469 312.207031 C 103.367188 312.207031 34.371094 243.210938 34.371094 158.097656 C 34.371094 72.984375 103.367188 3.984375 188.480469 3.984375 C 273.59375 3.984375 342.59375 72.984375 342.59375 158.097656 Z M 342.59375 158.097656 "/> <path style="fill: none !important;stroke-width:7.514114;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.101062 291.358818 L 5.785685 275.043441 " transform="matrix(4.921187,-4.921187,4.921187,4.921187,-1274.875828,-1169.962203)"/> <path style="fill: none !important;stroke-width:7.514114;stroke-linecap:round;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 22.125669 274.965256 L 5.810292 291.280633 " transform="matrix(4.921187,-4.921187,4.921187,4.921187,-1274.875828,-1169.962203)"/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 375 187.5 C 375 291.058594 291.058594 375 187.5 375 C 83.941406 375 0 291.058594 0 187.5 C 0 83.941406 83.941406 0 187.5 0 C 291.058594 0 375 83.941406 375 187.5 Z M 88.59375 176.085938 C 84.246094 173.730469 85.042969 167.589844 90.539062 166.019531 C 95.203125 164.695312 133.042969 152.003906 144.503906 148.160156 C 146.558594 147.480469 148.175781 145.882812 148.875 143.835938 L 167.273438 89.894531 C 168.984375 84.855469 175.21875 84.832031 177.75 89.71875 C 178.03125 90.257812 181.558594 96.667969 186.316406 105.316406 L 186.316406 105.328125 C 196.816406 124.417969 213.292969 154.371094 214.113281 156.1875 C 215.378906 158.820312 214.382812 161.984375 211.839844 163.417969 C 210.28125 164.390625 208.160156 165.644531 206.34375 166.699219 L 203.191406 168.574219 C 200.414062 170.308594 197.753906 169.101562 196.476562 166.429688 C 195.714844 164.824219 191.90625 158.003906 188.121094 151.207031 C 185.578125 146.648438 183.046875 142.113281 181.441406 139.171875 C 179.449219 135.503906 173.449219 134.097656 171.433594 140.015625 L 164.800781 159.46875 C 164.070312 161.519531 162.449219 163.125 160.394531 163.839844 L 140.4375 170.449219 C 136.5 171.75 134.578125 177.785156 139.898438 180.328125 C 140.34375 180.539062 144.386719 182.695312 149.25 185.285156 L 149.261719 185.285156 C 156.65625 189.234375 165.960938 194.191406 167.449219 194.894531 C 169.910156 196.066406 171.292969 199.464844 169.839844 201.867188 C 167.871094 205.148438 165.339844 209.308594 164.425781 210.65625 C 162.789062 213.035156 159.621094 213.789062 157.089844 212.402344 C 154.476562 211.007812 90.164062 176.929688 88.605469 176.085938 Z M 175.054688 221.789062 C 178.429688 223.511719 260.320312 266.835938 262.898438 268.230469 C 268.066406 271.019531 273.527344 265.628906 270.726562 260.589844 C 270.246094 259.734375 264.785156 249.703125 257.753906 236.753906 L 257.730469 236.707031 C 244.066406 211.582031 224.449219 175.488281 223.453125 173.835938 C 221.953125 171.328125 218.273438 170.0625 215.507812 171.75 C 212.789062 173.390625 209.671875 175.242188 207.914062 176.132812 C 204.398438 177.925781 203.953125 180.621094 205.535156 183.621094 C 209.015625 190.207031 219.972656 210.1875 221.238281 212.285156 C 223.851562 216.667969 218.003906 221.671875 214.03125 219.492188 C 213.398438 219.140625 209.25 216.949219 204.257812 214.3125 C 196.089844 210 185.660156 204.480469 184.523438 203.8125 C 182.683594 202.757812 179.425781 202.757812 177.1875 206.367188 C 175.570312 208.992188 173.578125 212.25 172.664062 213.890625 C 170.847656 217.101562 171.679688 220.066406 175.054688 221.789062 Z M 175.054688 221.789062 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="61.076954mm" height="65.47831mm" viewBox="0 0 216.4144 232.00976"> <path fill="#2b90d9" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/> <path fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path d="M 47.824219 142.808594 C 31.394531 142.578125 16.113281 151.210938 7.828125 165.40625 C -0.453125 179.597656 -0.453125 197.152344 7.828125 211.34375 C 16.113281 225.535156 31.394531 234.171875 47.824219 233.941406 L 327.667969 233.941406 C 344.101562 234.171875 359.382812 225.535156 367.664062 211.34375 C 375.945312 197.152344 375.945312 179.597656 367.664062 165.40625 C 359.382812 151.210938 344.101562 142.578125 327.667969 142.808594 Z M 47.824219 142.808594 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="372px" viewBox="0 0 375 372" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 88.148438 125.660156 C 99.75 146 111.78125 165.804688 123.488281 186.003906 C 114.8125 200.710938 106.15625 215.453125 97.488281 230.160156 C 94.410156 235.609375 91.03125 240.691406 88.148438 246.355469 C 88.089844 234.257812 88.101562 222.152344 88.128906 210.058594 C 37.621094 210.125 86.585938 210.132812 36.085938 210.050781 C 36.101562 222.152344 36.140625 234.257812 36.066406 246.355469 C 24.472656 226.019531 12.441406 206.21875 0.734375 186.019531 C 12.269531 166.515625 23.714844 146.886719 35.285156 127.410156 C 35.546875 126.808594 35.796875 126.199219 36.054688 125.597656 C 36.183594 137.726562 36.101562 149.855469 36.101562 161.984375 C 86.605469 161.925781 37.644531 161.925781 88.144531 161.984375 C 88.132812 149.878906 88.097656 137.765625 88.164062 125.660156 Z M 88.148438 125.660156 "/> <path style="fill: none !important;stroke-width:2.645833;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 26.661801 281.162333 C 26.661801 287.262235 21.717314 292.207336 15.61713 292.207753 C 9.517363 292.208587 4.571628 287.264319 4.570379 281.164416 C 4.569547 275.064514 9.513201 270.118162 15.612969 270.116495 C 21.713152 270.114828 26.65972 275.057846 26.661801 281.157748 " transform="matrix(9.386244,0,0,9.373228,40.273179,-2449.390933)"/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 340.140625 125.660156 C 351.742188 146 363.773438 165.804688 375.484375 186.003906 C 366.808594 200.710938 358.152344 215.453125 349.480469 230.160156 C 346.40625 235.609375 343.027344 240.691406 340.140625 246.355469 C 340.085938 234.257812 340.09375 222.152344 340.121094 210.058594 C 289.617188 210.125 338.578125 210.132812 288.078125 210.050781 C 288.097656 222.152344 288.136719 234.257812 288.058594 246.355469 C 276.46875 226.019531 264.4375 206.21875 252.730469 186.019531 C 264.265625 166.515625 275.710938 146.886719 287.28125 127.410156 C 287.542969 126.808594 287.792969 126.199219 288.046875 125.597656 C 288.179688 137.726562 288.09375 149.855469 288.09375 161.984375 C 338.601562 161.925781 289.636719 161.925781 340.140625 161.984375 C 340.128906 149.878906 340.089844 137.765625 340.15625 125.660156 Z M 340.140625 125.660156 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 248.507812 86.152344 C 228.140625 97.738281 208.308594 109.753906 188.082031 121.445312 C 173.351562 112.78125 158.59375 104.136719 143.863281 95.480469 C 138.40625 92.40625 133.316406 89.035156 127.644531 86.152344 C 139.757812 86.097656 151.878906 86.105469 163.992188 86.132812 C 163.925781 35.699219 163.917969 84.59375 164 34.160156 C 151.878906 34.179688 139.757812 34.21875 127.644531 34.144531 C 148.011719 22.566406 167.839844 10.554688 188.0625 -1.140625 C 207.597656 10.378906 227.253906 21.8125 246.753906 33.363281 C 247.359375 33.625 247.96875 33.875 248.570312 34.132812 C 236.425781 34.261719 224.28125 34.179688 212.136719 34.179688 C 212.191406 84.613281 212.191406 35.71875 212.136719 86.148438 C 224.257812 86.140625 236.386719 86.101562 248.507812 86.167969 Z M 248.507812 86.152344 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;" d="M 248.507812 337.796875 C 228.140625 349.382812 208.308594 361.398438 188.082031 373.089844 C 173.351562 364.425781 158.59375 355.785156 143.863281 347.125 C 138.40625 344.050781 133.316406 340.679688 127.644531 337.796875 C 139.757812 337.742188 151.878906 337.75 163.992188 337.777344 C 163.925781 287.34375 163.917969 336.238281 164 285.808594 C 151.878906 285.824219 139.757812 285.863281 127.644531 285.789062 C 148.011719 274.214844 167.839844 262.199219 188.0625 250.507812 C 207.597656 262.027344 227.253906 273.457031 246.753906 285.007812 C 247.359375 285.269531 247.96875 285.519531 248.570312 285.777344 C 236.425781 285.90625 224.28125 285.824219 212.136719 285.824219 C 212.191406 336.257812 212.191406 287.363281 212.136719 337.792969 C 224.257812 337.785156 236.386719 337.746094 248.507812 337.8125 Z M 248.507812 337.796875 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:0.49569;" d="M 196.164062 186 C 196.164062 191.136719 191.996094 195.300781 186.851562 195.300781 C 181.707031 195.300781 177.539062 191.136719 177.539062 186 C 177.539062 180.863281 181.707031 176.699219 186.851562 176.699219 C 191.996094 176.699219 196.164062 180.863281 196.164062 186 Z M 196.164062 186 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#60352A" d="M21.906 1.262c-2.02-.654-6.772-.475-7.96 1.069-3.089.059-6.713 2.851-7.188 6.535-.47 3.645.578 5.338.951 8.079.422 3.106 2.168 4.099 3.564 4.515C13.281 24.114 15.415 24 19 24c7 0 10.334-4.684 10.629-12.639.178-4.812-2.645-8.456-7.723-10.099z"/><path fill="#FA743E" d="M27 21H9c-2.209 0-4 1.791-4 4v11h26V25c0-2.209-1.791-4-4-4z"/><path fill="#AF7E57" d="M25.904 11.734c-.677-.938-1.545-1.693-3.446-1.96.713.327 1.396 1.455 1.485 2.079.089.624.178 1.129-.386.505-2.261-2.499-4.723-1.515-7.163-3.041-1.703-1.067-2.222-2.247-2.222-2.247s-.208 1.574-2.792 3.178c-.749.465-1.643 1.501-2.139 3.03-.356 1.099-.246 2.079-.246 3.754 0 4.889 4.029 9 9 9s9-4.147 9-9c0-3.041-.318-4.229-1.091-5.298z"/><path fill="#DD551F" d="M10 27h1v9h-1z"/><path fill="#90603E" d="M4.702 26.495l-.283-.059h-.511c0-.058.023-.112.035-.169-.348-.215-.546-.625-.458-1.048.112-.542.643-.89 1.186-.779l2.091.433h1.676c.863 0 1.562.7 1.562 1.564V28H6.253s-1.481-.669-1.551-1.505z"/><path fill="#AF7E57" d="M0 25.655c0-.432.35-.782.781-.782l4.69.782h3.747c.432 0 .781.351.781.781V28H5L.781 26.437S0 26.087 0 25.655z"/><path fill="#FA743E" d="M4 36h6v-8H5z"/><path fill="#DD551F" d="M25 27h1v9h-1z"/><path fill="#90603E" d="M31.298 26.495l.283-.059h.511c0-.058-.023-.112-.035-.169.348-.215.546-.625.458-1.048-.112-.542-.642-.89-1.185-.779l-2.091.433h-1.676c-.863 0-1.562.7-1.562 1.564V28h3.747c-.001 0 1.48-.669 1.55-1.505z"/><path fill="#AF7E57" d="M36 25.655c0-.432-.35-.782-.781-.782l-4.691.782h-3.747c-.432 0-.781.351-.781.781V28h5l4.219-1.563s.781-.35.781-.782z"/><path fill="#FA743E" d="M32 36h-6v-8h5z"/><path fill="#915A34" d="M19 19.5h-2c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2c.276 0 .5.224.5.5s-.224.5-.5.5zm1.5 3.5H20c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h.5c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path fill="#662113" d="M14 16c-.552 0-1-.448-1-1v-1c0-.552.448-1 1-1s1 .448 1 1v1c0 .552-.448 1-1 1zm8 0c-.553 0-1-.448-1-1v-1c0-.552.447-1 1-1s1 .448 1 1v1c0 .552-.447 1-1 1z"/></svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(49.411765%,73.725492%,43.529412%);fill-opacity:1;" d="M 0 5.683594 L 31.621094 88.6875 L 0 171.6875 L 31.621094 254.691406 L 0 337.699219 L 19.414062 345.109375 L 124.898438 239.675781 L 143.824219 242.589844 L 166.796875 219.613281 C 153.238281 203.910156 143.089844 185.171875 137.546875 164.476562 L 148.316406 155.628906 C 146.464844 147.039062 145.453125 138.140625 145.453125 129 C 145.453125 83.351562 169.800781 43.246094 206.175781 21 L 166.003906 5.683594 L 83 37.300781 Z M 0 5.683594 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(49.411765%,73.725492%,43.529412%);fill-opacity:1;" d="M 271.9375 26.234375 C 270.210938 26.234375 268.5 26.300781 266.796875 26.378906 C 265.175781 26.460938 263.550781 26.574219 261.953125 26.726562 C 260.664062 26.851562 259.375 27.003906 258.101562 27.175781 C 256.761719 27.351562 255.464844 27.539062 254.148438 27.765625 C 253.734375 27.839844 253.324219 27.9375 252.914062 28.011719 C 252.085938 28.171875 251.265625 28.335938 250.441406 28.503906 C 249.789062 28.648438 249.121094 28.75 248.464844 28.902344 C 247.6875 29.085938 246.921875 29.296875 246.140625 29.496094 C 244.851562 29.828125 243.5625 30.199219 242.289062 30.585938 C 241.328125 30.871094 240.375 31.160156 239.425781 31.472656 C 238.464844 31.789062 237.503906 32.113281 236.558594 32.460938 C 236.511719 32.476562 236.460938 32.496094 236.410156 32.511719 C 198.691406 46.351562 171.4375 81.640625 169.316406 123.714844 C 169.226562 125.472656 169.164062 127.222656 169.164062 129 C 169.164062 130.761719 169.214844 132.503906 169.316406 134.238281 C 169.316406 134.253906 169.3125 134.273438 169.316406 134.289062 C 169.390625 135.578125 169.5 136.863281 169.613281 138.140625 C 173.960938 187.710938 213.226562 226.976562 262.796875 231.324219 C 264.074219 231.4375 265.359375 231.558594 266.648438 231.621094 C 266.664062 231.621094 266.683594 231.621094 266.699219 231.621094 C 268.433594 231.722656 270.171875 231.765625 271.933594 231.765625 C 299.941406 231.765625 325.265625 220.640625 343.773438 202.566406 C 344.789062 201.574219 345.8125 200.589844 346.785156 199.558594 C 346.953125 199.375 347.113281 199.191406 347.277344 199.011719 C 347.335938 198.949219 347.375 198.875 347.425781 198.8125 C 348.199219 197.984375 348.960938 197.148438 349.699219 196.296875 C 350 195.949219 350.296875 195.601562 350.589844 195.253906 C 350.824219 194.976562 351.050781 194.699219 351.285156 194.414062 C 352.113281 193.410156 352.910156 192.390625 353.703125 191.351562 C 354.714844 190.023438 355.722656 188.628906 356.664062 187.25 C 358.5625 184.496094 360.328125 181.648438 361.953125 178.703125 C 362.566406 177.597656 363.113281 176.476562 363.683594 175.347656 C 363.871094 174.976562 364.097656 174.628906 364.277344 174.261719 C 364.378906 174.050781 364.472656 173.828125 364.574219 173.613281 C 365.203125 172.296875 365.824219 170.964844 366.402344 169.613281 C 366.476562 169.433594 366.566406 169.253906 366.648438 169.066406 C 367.222656 167.710938 367.761719 166.3125 368.277344 164.921875 C 368.347656 164.738281 368.410156 164.558594 368.476562 164.375 C 368.996094 162.949219 369.5 161.535156 369.960938 160.078125 C 370.003906 159.933594 370.0625 159.785156 370.109375 159.636719 C 370.566406 158.136719 370.996094 156.613281 371.390625 155.089844 C 371.421875 154.972656 371.460938 154.859375 371.488281 154.746094 C 371.886719 153.191406 372.25 151.625 372.578125 150.050781 C 372.597656 149.949219 372.609375 149.851562 372.625 149.75 C 372.703125 149.378906 372.75 148.996094 372.824219 148.613281 C 373.078125 147.300781 373.3125 145.996094 373.515625 144.664062 C 373.765625 143.003906 373.988281 141.351562 374.160156 139.675781 C 374.160156 139.625 374.160156 139.574219 374.160156 139.523438 C 374.328125 137.828125 374.464844 136.109375 374.550781 134.386719 C 374.550781 134.351562 374.550781 134.324219 374.550781 134.289062 C 374.640625 132.535156 374.703125 130.777344 374.703125 129 C 374.703125 72.101562 328.828125 26.234375 271.9375 26.234375 Z M 271.9375 26.234375 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(49.411765%,73.725492%,43.529412%);fill-opacity:1;" d="M 352.765625 226.1875 C 330.824219 244.476562 302.648438 255.484375 271.9375 255.484375 C 262.796875 255.484375 253.898438 254.472656 245.308594 252.621094 L 236.460938 263.390625 C 216.808594 258.125 198.898438 248.753906 183.691406 236.214844 L 159.925781 260.027344 L 162.847656 277.621094 L 74.453125 366.058594 L 83 369.316406 L 166.003906 337.699219 L 249.011719 369.316406 L 332.011719 337.699219 L 363.636719 254.691406 Z M 352.765625 226.1875 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#DD2E44" d="M11.626 7.488c-.112.112-.197.247-.268.395l-.008-.008L.134 33.141l.011.011c-.208.403.14 1.223.853 1.937.713.713 1.533 1.061 1.936.853l.01.01L28.21 24.735l-.008-.009c.147-.07.282-.155.395-.269 1.562-1.562-.971-6.627-5.656-11.313-4.687-4.686-9.752-7.218-11.315-5.656z"/><path fill="#EA596E" d="M13 12L.416 32.506l-.282.635.011.011c-.208.403.14 1.223.853 1.937.232.232.473.408.709.557L17 17l-4-5z"/><path fill="#A0041E" d="M23.012 13.066c4.67 4.672 7.263 9.652 5.789 11.124-1.473 1.474-6.453-1.118-11.126-5.788-4.671-4.672-7.263-9.654-5.79-11.127 1.474-1.473 6.454 1.119 11.127 5.791z"/><path fill="#AA8DD8" d="M18.59 13.609c-.199.161-.459.245-.734.215-.868-.094-1.598-.396-2.109-.873-.541-.505-.808-1.183-.735-1.862.128-1.192 1.324-2.286 3.363-2.066.793.085 1.147-.17 1.159-.292.014-.121-.277-.446-1.07-.532-.868-.094-1.598-.396-2.11-.873-.541-.505-.809-1.183-.735-1.862.13-1.192 1.325-2.286 3.362-2.065.578.062.883-.057 1.012-.134.103-.063.144-.123.148-.158.012-.121-.275-.446-1.07-.532-.549-.06-.947-.552-.886-1.102.059-.549.55-.946 1.101-.886 2.037.219 2.973 1.542 2.844 2.735-.13 1.194-1.325 2.286-3.364 2.067-.578-.063-.88.057-1.01.134-.103.062-.145.123-.149.157-.013.122.276.446 1.071.532 2.037.22 2.973 1.542 2.844 2.735-.129 1.192-1.324 2.286-3.362 2.065-.578-.062-.882.058-1.012.134-.104.064-.144.124-.148.158-.013.121.276.446 1.07.532.548.06.947.553.886 1.102-.028.274-.167.511-.366.671z"/><path fill="#77B255" d="M30.661 22.857c1.973-.557 3.334.323 3.658 1.478.324 1.154-.378 2.615-2.35 3.17-.77.216-1.001.584-.97.701.034.118.425.312 1.193.095 1.972-.555 3.333.325 3.657 1.479.326 1.155-.378 2.614-2.351 3.17-.769.216-1.001.585-.967.702.033.117.423.311 1.192.095.53-.149 1.084.16 1.233.691.148.532-.161 1.084-.693 1.234-1.971.555-3.333-.323-3.659-1.479-.324-1.154.379-2.613 2.353-3.169.77-.217 1.001-.584.967-.702-.032-.117-.422-.312-1.19-.096-1.974.556-3.334-.322-3.659-1.479-.325-1.154.378-2.613 2.351-3.17.768-.215.999-.585.967-.701-.034-.118-.423-.312-1.192-.096-.532.15-1.083-.16-1.233-.691-.149-.53.161-1.082.693-1.232z"/><path fill="#AA8DD8" d="M23.001 20.16c-.294 0-.584-.129-.782-.375-.345-.432-.274-1.061.156-1.406.218-.175 5.418-4.259 12.767-3.208.547.078.927.584.849 1.131-.078.546-.58.93-1.132.848-6.493-.922-11.187 2.754-11.233 2.791-.186.148-.406.219-.625.219z"/><path fill="#77B255" d="M5.754 16c-.095 0-.192-.014-.288-.042-.529-.159-.829-.716-.67-1.245 1.133-3.773 2.16-9.794.898-11.364-.141-.178-.354-.353-.842-.316-.938.072-.849 2.051-.848 2.071.042.551-.372 1.031-.922 1.072-.559.034-1.031-.372-1.072-.923-.103-1.379.326-4.035 2.692-4.214 1.056-.08 1.933.287 2.552 1.057 2.371 2.951-.036 11.506-.542 13.192-.13.433-.528.712-.958.712z"/><circle fill="#5C913B" cx="25.5" cy="9.5" r="1.5"/><circle fill="#9266CC" cx="2" cy="18" r="2"/><circle fill="#5C913B" cx="32.5" cy="19.5" r="1.5"/><circle fill="#5C913B" cx="23.5" cy="31.5" r="1.5"/><circle fill="#FFCC4D" cx="28" cy="4" r="2"/><circle fill="#FFCC4D" cx="32.5" cy="8.5" r="1.5"/><circle fill="#FFCC4D" cx="29.5" cy="12.5" r="1.5"/><circle fill="#FFCC4D" cx="7.5" cy="23.5" r="1.5"/></svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) --> <svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus version="1.1" id="svg2" width="197" height="116.32127" viewBox="0 0 197 116.32127" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs6" /> <g id="g8" transform="translate(-1.375196,-41.199913)"> <path style="fill:#8fb636;stroke:none" d="m 93.3752,135.52119 12,-21 -4,25 c 23.045,-11.772 32.998,-47.038298 33,-70.999998 0,-5.9908 0.838,-25.2828 -7.213,-27.1721 -7.654,-1.7961 -17.603,13.1208 -21.041,18.1721 -13.3558,19.6213 -22.8241,53.184998 -12.746,75.999998 M 42.375196,50.521192 c -3.2439,25.6902 16.759104,62.735998 41.000004,72.999998 -0.0234,-8.487 -1.0391,-16.513 0.4637,-24.999998 1.0531,-5.9466 5.1683,-13.9996 4.0093,-20 -0.914,-4.7316 -6.0155,-8.7352 -9.473,-11.6998 -9.978,-8.5558 -22.5558,-16.0213 -36.000004,-16.3002 m -41,72.999998 c 4.19365,8.258 15.8253,12.614 24,15.989 22.0533,9.107 46.351404,15.02 70.000004,18.011 -6.7774,-45.892 -61.032604,-47.725 -94.000004,-34 m 102.000004,34 c 22.945,-1.699 47.762,-8.999 69,-17.604 9.137,-3.702 20.019,-8.293 26,-16.396 -34.944,-13.554 -85.475,-12.001 -95,34 z" id="path881" /> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1"> <g id="surface1"> <path d="M 46.554688 142.492188 C 30.003906 142.261719 14.609375 150.957031 6.269531 165.253906 C -2.074219 179.550781 -2.074219 197.234375 6.269531 211.53125 C 14.609375 225.828125 30.003906 234.523438 46.554688 234.292969 L 328.445312 234.292969 C 344.996094 234.523438 360.390625 225.828125 368.734375 211.53125 C 377.074219 197.234375 377.074219 179.550781 368.734375 165.253906 C 360.390625 150.957031 344.996094 142.261719 328.445312 142.492188 Z M 46.554688 142.492188 "/> <path d="M 186.34375 0.0078125 C 161.007812 0.386719 140.769531 21.21875 141.128906 46.554688 L 141.128906 328.445312 C 140.898438 344.996094 149.59375 360.390625 163.890625 368.734375 C 178.1875 377.074219 195.871094 377.074219 210.167969 368.734375 C 224.464844 360.390625 233.160156 344.996094 232.929688 328.445312 L 232.929688 46.554688 C 233.105469 34.152344 228.253906 22.203125 219.476562 13.433594 C 210.699219 4.664062 198.75 -0.175781 186.34375 0.0078125 Z M 186.34375 0.0078125 "/> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus viewBox="0 0 36 36" version="1.1" id="svg4" sodipodi:docname="speech_bubble.svg" inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs8" /> <sodipodi:namedview id="namedview6" pagecolor="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:pageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" showgrid="false" inkscape:zoom="24.083333" inkscape:cx="18.020761" inkscape:cy="18.020761" inkscape:current-layer="svg4" /> <path fill="#8CCAF7" d="M18 1c9.941 0 18 6.268 18 14 0 4.368-2.574 8.268-6.604 10.835C29.92 28.144 31.141 31.569 34 35c-5.758-.96-9.44-3.761-11.716-6.416-1.376.262-2.805.416-4.284.416-9.941 0-18-6.268-18-14S8.059 1 18 1z" id="path2" style="stroke:none;stroke-opacity:1" /> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="400" height="400" viewBox="0 0 400 400" version="1.1" id="svg11" sodipodi:docname="teardrop_with_hole_green.svg" inkscape:version="1.1.1 (1:1.1+202109281949+c3084ef5ed)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <defs id="defs15" /> <sodipodi:namedview id="namedview13" pagecolor="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:pageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" showgrid="false" width="400px" showguides="true" inkscape:guide-bbox="true" inkscape:zoom="1.8002433" inkscape:cx="161.08934" inkscape:cy="210.5271" inkscape:current-layer="svg11"> <sodipodi:guide position="199.99891,418.65297" orientation="1,0" id="guide832" /> </sodipodi:namedview> <g id="surface1" transform="matrix(1.0785793,0,0,1.0785793,51.765885,-0.40531133)"> <path style="fill:#007f00;fill-opacity:0.988235;fill-rule:nonzero;stroke:none" d="m 137.43359,370.03516 c -0.82812,-2.00782 -18.03125,-18.8086 -30.35156,-34.07422 C 34.097656,239.17969 -47.273438,149.25781 47.746094,39.980469 89.816406,-0.617188 141.69141,-2.933594 195.02344,15.992188 345.19141,102.77734 236.46875,244.35156 165.07812,337.42187 Z M 182.60547,221.6875 C 282.76562,150.14844 205.32812,12.386719 95.28125,58.183594 63.148438,75.296875 47.203125,105.07031 46.644531,140.19531 c -1.535156,34.16406 16.632813,62.73438 45.421875,80.23438 20.640624,11.22265 29.714844,13.24609 53.085934,11.85547 15.14844,-0.89844 23.875,-3.3711 37.45313,-10.59766 z m 0,0" id="path2" /> <path style="fill:#007f00;fill-opacity:0.988235;fill-rule:nonzero;stroke:none" d="M 108.72266,255.84375 C 37.953125,241.13281 -7.363281,173.46875 7.277344,104.37109 21.914062,35.273438 91.019531,-9.34375 161.97656,4.492188 232.9375,18.328125 279.12891,85.421875 265.39062,154.69922 251.65625,223.97266 183.13672,269.4375 112.00391,256.48437" id="path4" /> <path style="fill:#009400;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 117.33203,237.78516 C 64.75,226.24609 31.078125,173.16797 41.957031,118.96875 52.835938,64.765625 104.17969,29.769531 156.89844,40.621094 c 52.72265,10.851562 87.04297,63.484376 76.83593,117.824216 -10.20703,54.33985 -61.11328,90.00391 -113.96484,79.84375" id="path6" /> <path style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 122.92188,202.85156 C 88.144531,195.28125 65.878906,160.48437 73.074219,124.94531 80.265625,89.40625 114.22266,66.457031 149.08594,73.574219 c 34.86718,7.117187 57.5664,41.625001 50.8164,77.253901 -6.75,35.62891 -40.41797,59.01563 -75.37109,52.35157" id="path8" /> </g> </svg>
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
export const color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus xmlns="http://www.w3.org/2000/svg" width="373px" height="210px" viewBox="0 0 373 210" version="1.1"> <g id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(60.000002%,0%,0%);fill-opacity:1;" d="M 42.628906 193.984375 L 53.285156 193.984375 L 53.285156 16.015625 L 42.628906 16.015625 Z M 63.941406 193.984375 L 95.914062 193.984375 L 95.914062 16.015625 L 63.941406 16.015625 Z M 106.570312 16.015625 L 106.570312 193.984375 L 138.542969 193.984375 L 138.542969 16.015625 Z M 106.570312 16.015625 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(20%,60.000002%,40.000001%);fill-opacity:1;" d="M 298.398438 193.984375 L 309.058594 193.984375 L 309.058594 16.015625 L 298.398438 16.015625 Z M 319.714844 16.015625 L 319.714844 193.984375 L 330.371094 193.984375 L 330.371094 16.015625 Z M 149.199219 193.984375 L 159.855469 193.984375 L 159.855469 16.015625 L 149.199219 16.015625 Z M 170.515625 16.015625 L 170.515625 193.984375 L 181.171875 193.984375 L 181.171875 16.015625 Z M 170.515625 16.015625 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,40.000001%,60.000002%);fill-opacity:1;" d="M 191.828125 193.984375 L 223.800781 193.984375 L 223.800781 16.015625 L 191.828125 16.015625 Z M 234.457031 193.984375 L 245.113281 193.984375 L 245.113281 16.015625 L 234.457031 16.015625 Z M 255.769531 16.015625 L 255.769531 193.984375 L 287.742188 193.984375 L 287.742188 16.015625 Z M 255.769531 16.015625 "/> </g> </svg>
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue