dappconnect-chat-sdk/packages/icons/svg/bullet-list-icon.svg
Pavel 6558e437f5
Automate sync of colors and icons with Figma (#378)
* 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
2023-04-14 23:27:05 +02:00

22 lines
519 B
XML

<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="none"
viewBox="0 0 20 20"
>
<path
fill="#09101C"
fill-rule="evenodd"
d="M8.5 4.4h9v1.2h-9V4.4Zm0 5h9v1.2h-9V9.4Zm9 5h-9v1.2h9v-1.2Z"
clip-rule="evenodd"
opacity=".4"
/>
<path
fill="#09101C"
fill-rule="evenodd"
d="M6 5a1.25 1.25 0 1 1-2.5 0A1.25 1.25 0 0 1 6 5Zm0 5a1.25 1.25 0 1 1-2.5 0A1.25 1.25 0 0 1 6 10Zm-1.25 6.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"
clip-rule="evenodd"
/>
</svg>