blob: e26cd6592a48392f889b2c45bd532cf765feb3b7 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient gradientUnits="userSpaceOnUse" x2="29" id="linearGradient4140" x1="3">
<stop style="stop-color:#268bd2;stop-opacity:1"/>
<stop offset="1" style="stop-color:#268bd2;stop-opacity:0"/>
</linearGradient>
</defs>
<rect rx="1" height="24" x="4" y="4" width="24" style="stroke-opacity:1;fill:url(#linearGradient4140);opacity:1;fill-opacity:1;stroke:#313131;fill-rule:nonzero;stroke-width:2"/>
</svg>
|