2
0
mirror of https://github.com/status-im/wakuconnect-chat-sdk.git synced 2025-02-25 02:15:33 +00:00
pavel c8f551f66a
add support for multiple icon sets through subpath exports ()
* 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

16 lines
377 B
XML

<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="none"
viewBox="0 0 20 20"
>
<circle cx="10" cy="10" r="7.5" fill="#E95460" />
<path
fill="#fff"
fill-rule="evenodd"
d="m10 10.849 2.05 2.05.849-.848-2.05-2.05 2.05-2.052-.848-.848L10 9.15l-2.05-2.05-.85.848L9.152 10l-2.05 2.05.849.85L10 10.848Z"
clip-rule="evenodd"
/>
</svg>