status-web/packages/icons/svg/send-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

46 lines
992 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="m10 3.69.404.366 5.5 5-.807.888-5.096-4.633-5.097 4.633-.807-.888 5.5-5 .404-.367Z"
clip-rule="evenodd"
/>
<mask
id="prefix__mask0_347_58"
width="2"
height="13"
x="9"
y="4"
maskUnits="userSpaceOnUse"
style="mask-type: alpha"
>
<path
fill="url(#prefix__paint0_linear_347_58)"
d="M11 16.5h2v12h-2z"
transform="rotate(-180 11 16.5)"
/>
</mask>
<g mask="url(#prefix__mask0_347_58)">
<path stroke="#09101C" stroke-width="1.2" d="M10 16.5V5" />
</g>
<defs>
<linearGradient
id="prefix__paint0_linear_347_58"
x1="12"
x2="12"
y1="17"
y2="22.5"
gradientUnits="userSpaceOnUse"
>
<stop stop-color="#09101C" stop-opacity="0" />
<stop offset="1" stop-color="#09101C" />
</linearGradient>
</defs>
</svg>