22 lines
1,021 B
XML
22 lines
1,021 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<svg version="1.1" width="64" height="64" color-interpolation="linearRGB"
|
|
xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<path style="fill:none; stroke:#000000; stroke-opacity:0.4; stroke-width:4; stroke-linecap:round; stroke-linejoin:round"
|
|
d="M2 21L22 2V12H40V30H22V40L2 21z"
|
|
transform="matrix(1.3187,0,0,1.3186,5.6142,5.6273)"
|
|
/>
|
|
<path style="fill:none; stroke:#005900; stroke-width:4; stroke-linecap:round; stroke-linejoin:round"
|
|
d="M2 21L22 2V12H40V30H22V40L2 21z"
|
|
transform="matrix(1.3187,0,0,1.3186,2.9768,2.99)"
|
|
/>
|
|
<linearGradient id="gradient0" gradientUnits="userSpaceOnUse" x1="128" y1="1.99" x2="128" y2="40">
|
|
<stop offset="0" stop-color="#80ff80"/>
|
|
<stop offset="1" stop-color="#00b300"/>
|
|
</linearGradient>
|
|
<path style="fill:url(#gradient0)"
|
|
d="M2 21L22 2V12H40V30H22V40L2 21z"
|
|
transform="matrix(1.3187,0,0,1.3186,2.9768,2.99)"
|
|
/>
|
|
</g>
|
|
</svg>
|