1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" viewBox="0 0 12 12" version="1.1">
<defs>
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="7" y1="12" x2="17" y2="12" gradientTransform="matrix(0.472391,0.2727,0.2727,-0.472391,-2.941036,8.396182)">
<stop offset="0" style="stop-color:rgb(82.745098%,85.490196%,89.019608%);stop-opacity:1;"/>
<stop offset="1" style="stop-color:rgb(82.745098%,85.490196%,89.019608%);stop-opacity:0.501961;"/>
</linearGradient>
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="7" y1="12" x2="19" y2="5" gradientTransform="matrix(-0.472391,-0.2727,-0.2727,0.472391,14.941091,3.603655)">
<stop offset="0" style="stop-color:rgb(82.745098%,85.490196%,89.019608%);stop-opacity:0.501961;"/>
<stop offset="1" style="stop-color:rgb(82.745098%,85.490196%,89.019608%);stop-opacity:0;"/>
</linearGradient>
</defs>
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 2.691406 4.089844 C 1.640625 5.917969 2.265625 8.253906 4.089844 9.304688 C 5.917969 10.359375 8.253906 9.734375 9.304688 7.910156 L 8.359375 7.363281 C 7.609375 8.667969 5.941406 9.113281 4.636719 8.363281 C 3.332031 7.609375 2.882812 5.941406 3.636719 4.636719 C 3.992188 4.023438 3.046875 3.476562 2.691406 4.089844 Z M 2.691406 4.089844 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 2.691406 4.089844 L 3.636719 4.636719 C 4.390625 3.332031 6.058594 2.886719 7.363281 3.636719 C 8.667969 4.390625 9.113281 6.058594 8.363281 7.363281 L 9.308594 7.910156 C 10.359375 6.082031 9.734375 3.746094 7.910156 2.691406 C 6.082031 1.640625 3.746094 2.265625 2.695312 4.089844 Z M 2.691406 4.089844 "/>
</g>
</svg>
|