1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
id="svg1"
width="16"
height="16"
viewBox="0 0 16 16"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<linearGradient
id="linearGradient1">
<stop
style="stop-color:#7fbaef;stop-opacity:1;"
offset="0"
id="stop3" />
<stop
style="stop-color:#7a96d3;stop-opacity:1;"
offset="1"
id="stop1" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient1"
id="radialGradient7"
cx="8.3559942"
cy="8.3856611"
fx="8.3559942"
fy="8.3856611"
r="6.8281827"
gradientTransform="matrix(1.0049029,0,0,0.8282624,-0.22222359,1.6023426)"
gradientUnits="userSpaceOnUse"
spreadMethod="reflect" />
</defs>
<g
id="g1">
<rect
style="display:inline;fill:url(#radialGradient7);stroke:#000000;stroke-width:0.778898;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
id="rect1"
width="12.95658"
height="10.519808"
x="1.696449"
y="3.2879653"
rx="1.0082678e-16"
ry="0.44396254" />
</g>
</svg>
|