mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
12 lines
605 B
XML
12 lines
605 B
XML
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient y2="0.1" x2="0.9" y1="0.9" x1="0.1" id="svg_7">
|
|
<stop stop-color="#000000" offset="0"/>
|
|
<stop stop-opacity="0" stop-color="#000000" offset="1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect id="svg_4" height="50" width="50" y="0" x="0" fill="#ffffff"/>
|
|
<rect id="svg_1" height="25" width="25" y="0" x="0" fill="#a0a0a0"/>
|
|
<rect id="svg_2" height="25" width="25" y="25" x="25" fill="#a0a0a0"/>
|
|
<rect id="svg_3" height="50" width="50" y="0" x="0" stroke-width="2" stroke="url(#svg_7)" fill="url(#svg_7)"/>
|
|
</svg> |