forked from MapComplete/MapComplete
Merge pull request 'Few patches, small winter_service theme' (#2356) from Robin-patch-1 into develop
Reviewed-on: MapComplete/MapComplete#2356
This commit is contained in:
commit
214e419e50
38 changed files with 917 additions and 667 deletions
|
@ -191,6 +191,7 @@ export default class Constants {
|
|||
"resolved",
|
||||
"ring",
|
||||
"scissors",
|
||||
"snowflake",
|
||||
"square",
|
||||
"square_rounded",
|
||||
"teardrop",
|
||||
|
|
4
src/assets/svg/Snowflake.svelte
Normal file
4
src/assets/svg/Snowflake.svelte
Normal file
|
@ -0,0 +1,4 @@
|
|||
<script>
|
||||
export let color = "#000000"
|
||||
</script>
|
||||
<svg {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus width="500" height="500" viewBox="0 0 500 500" fill="none" version="1.1" id="svg1" sodipodi:docname="snowflake.svg" inkscape:version="1.4 (e7c3feb100, 2024-10-09)" 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="{color}" borderopacity="0.25" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:zoom="0.31068504" inkscape:cx="82.07669" inkscape:cy="856.17253" inkscape:window-width="3072" inkscape:window-height="1659" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg1" /> <path d="m 470.00001,218.85 -82.564,-46.95 m 0,0 V 78.1 m 0,93.8 82.564,-46.9 m -82.564,46.9 L 30.000014,375 m 0,-93.85 82.563596,46.95 v 93.8 m 220.0004,-375 -82.564,46.95 -82.5636,-46.95 m 0,406.2 82.5636,-46.95 82.564,46.95 m -220.0004,-375 v 93.8 m 0,0 -82.563596,46.95 M 112.56361,171.9 30.000014,125 m 82.563596,46.9 357.4364,203.1 m -82.564,46.9 v -93.8 l 82.564,-46.95 M 250.00001,0 v 500" stroke="{color}" stroke-width="26.6666" stroke-miterlimit="10" id="path1" /> </svg>
|
Loading…
Add table
Add a link
Reference in a new issue