mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-06 11:33:40 +00:00
b59b504d8b
* feat: syncs new icons * feat: adds changeset
16 lines
338 B
XML
16 lines
338 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
fill="none"
|
|
viewBox="0 0 20 20"
|
|
>
|
|
<path
|
|
fill="#A1ABBD"
|
|
fill-rule="evenodd"
|
|
d="M8.813 6.433a4 4 0 1 0 0 7.133A5.478 5.478 0 0 1 7.5 10c0-1.36.494-2.606 1.313-3.567Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
<circle cx="13" cy="10" r="4" fill="#23ADA0" />
|
|
</svg>
|