MapComplete/src/assets/svg/Star.svelte

4 lines
No EOL
2 KiB
Svelte

<script>
export let color = "#000000"
</script>
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown width="374px" height="374px" viewBox="0 0 374 374" version="1.1" id="svg5" sodipodi:docname="star.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="#505050" bordercolor="#eeeeee" borderopacity="1" inkscape:pageshadow="0" inkscape:pageopacity="0" inkscape:pagecheckerboard="0" showgrid="false" inkscape:zoom="1.0896688" inkscape:cx="229.42751" inkscape:cy="291.37294" inkscape:window-width="1920" inkscape:window-height="995" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg5" /> <path sodipodi:type="star" style="fill:{color};stroke:{color};stroke-width:5.7519;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.57519, 0.57519;stroke-dashoffset:0;stroke-opacity:1;fill-opacity:1" id="path891" inkscape:flatsided="false" sodipodi:sides="5" sodipodi:cx="-20.180035" sodipodi:cy="177.65573" sodipodi:r1="44.653515" sodipodi:r2="111.63379" sodipodi:arg1="0.74973014" sodipodi:arg2="1.3780487" inkscape:rounded="0" inkscape:randomized="0" d="m 12.500658,208.08448 -11.2965304,79.13776 -40.2247326,-69.08232 -78.755305,13.71127 53.27107,-59.6036 -37.37692,-70.66373 73.148059,32.24527 55.655095,-57.383864 -8.06308,79.532284 71.773666,35.19855 z" inkscape:transform-center-x="10.914421" inkscape:transform-center-y="5.8173361" transform="matrix(-0.19478496,-1.6320507,1.6320507,-0.19478496,-107.17071,207.1864)" /> </svg>