mirror of
https://github.com/status-im/status-web.git
synced 2025-01-28 21:35:04 +00:00
c8f551f66a
* improve sync * make multi-entry * generate * clean up * u * fix attrs replace * Create sixty-chairs-sip.md
42 lines
963 B
XML
42 lines
963 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="16"
|
|
height="16"
|
|
fill="none"
|
|
viewBox="0 0 16 16"
|
|
>
|
|
<path
|
|
fill="currentColor"
|
|
fill-rule="evenodd"
|
|
d="m7.605 13.951-4-3.5.79-.903L8 12.703l3.605-3.155.79.903-4 3.5-.395.346-.395-.346Z"
|
|
clip-rule="evenodd"
|
|
/>
|
|
<mask
|
|
id="prefix__mask0_3221_3537"
|
|
width="2"
|
|
height="13"
|
|
x="7"
|
|
y="2"
|
|
maskUnits="userSpaceOnUse"
|
|
style="mask-type: alpha"
|
|
>
|
|
<path fill="url(#prefix__paint0_linear_3221_3537)" d="M7 2.5h2V15H7V2.5Z" />
|
|
</mask>
|
|
<g mask="url(#prefix__mask0_3221_3537)">
|
|
<path stroke="currentColor" stroke-width="1.2" d="M8 2v11" />
|
|
</g>
|
|
<defs>
|
|
<linearGradient
|
|
id="prefix__paint0_linear_3221_3537"
|
|
x1="8"
|
|
x2="10.361"
|
|
y1="2.542"
|
|
y2="6.501"
|
|
gradientUnits="userSpaceOnUse"
|
|
>
|
|
<stop stop-color="#09101C" stop-opacity="0" />
|
|
<stop offset="1" stop-color="#09101C" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|