mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-23 10:30:58 +00:00
6558e437f5
* remove old icons * add script for syncing icons * regenerate icons * update @status-im/icons exports * allow scroll in storybook * migrate to new icons import * add iconography story * update root package.json * fix typo * add @status-im/colors * generate colors * add colors story * fix ci
21 lines
385 B
XML
21 lines
385 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
fill="none"
|
|
viewBox="0 0 20 20"
|
|
>
|
|
<path
|
|
fill="#647084"
|
|
fill-rule="evenodd"
|
|
d="M3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
<path
|
|
fill="#fff"
|
|
fill-rule="evenodd"
|
|
d="M9.4 10.6v2.9h1.2v-2.9h2.9V9.4h-2.9V6.5H9.4v2.9H6.5v1.2h2.9Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|