mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-21 09:30:43 +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
19 lines
394 B
XML
19 lines
394 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="20"
|
|
fill="none"
|
|
viewBox="0 0 20 20"
|
|
>
|
|
<path
|
|
fill="#E95460"
|
|
d="m10 2 5.657 2.343L18 10l-2.343 5.657L10 18l-5.657-2.343L2 10l2.343-5.657L10 2Z"
|
|
/>
|
|
<path
|
|
fill="#fff"
|
|
fill-rule="evenodd"
|
|
d="m10.75 5.5-.2 6h-1.1l-.2-6h1.5ZM10 13a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
</svg>
|