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