status-web/packages/icons/svg/16/receive-icon.svg
pavel c8f551f66a
add support for multiple icon sets through subpath exports (#579)
* improve sync

* make multi-entry

* generate

* clean up

* u

* fix attrs replace

* Create sixty-chairs-sip.md
2024-09-24 18:17:41 +02:00

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>