mirror of
https://github.com/status-im/status-web.git
synced 2025-02-22 17:28:27 +00:00
15 lines
275 B
XML
15 lines
275 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="12"
|
||
|
height="12"
|
||
|
fill="none"
|
||
|
viewBox="0 0 12 12"
|
||
|
>
|
||
|
<path
|
||
|
fill="currentColor"
|
||
|
fill-rule="evenodd"
|
||
|
d="m6 1.77 4.362 3.816-.724.828L6 3.231 2.362 6.414l-.724-.828L6 1.77Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</svg>
|