pavel c8f551f66a
add support for multiple icon sets through subpath exports (#579)
* improve sync

* make multi-entry

* generate

* clean up

* u

* fix attrs replace

* Create sixty-chairs-sip.md
2024-09-24 18:17:41 +02:00

19 lines
499 B
XML

<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="none"
viewBox="0 0 20 20"
>
<path
stroke="currentColor"
stroke-width="1.2"
d="M17 10c0 3-6 7-7 7s-7-4-7-7a7 7 0 0 1 14 0ZM10 3v14"
/>
<path
stroke="currentColor"
stroke-width="1.2"
d="M14 4c0 1.955 0 2.933-.115 3.888a15.997 15.997 0 0 1-1.352 4.776c-.402.874-.915 1.707-1.94 3.372L10 17M6 4c0 1.955 0 2.933.115 3.888a16 16 0 0 0 1.352 4.776c.402.874.915 1.707 1.94 3.372L10 17"
/>
</svg>