6 lines
383 B
XML
Executable File
6 lines
383 B
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
<rect x="2" y="2" width="12" height="12" fill="#6699ff" stroke="#3366cc" stroke-width="1"/>
|
|
<line x1="4" y1="8" x2="12" y2="8" stroke="#ffffff" stroke-width="1"/>
|
|
<line x1="8" y1="4" x2="8" y2="12" stroke="#ffffff" stroke-width="1"/>
|
|
<polygon points="10,6 10,10 14,8" fill="#ffffff"/>
|
|
</svg> |