5 lines
337 B
XML
Executable File
5 lines
337 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="#ffff80" stroke="#808000" stroke-width="1"/>
|
|
<path d="M4,6 Q8,4 12,6" fill="none" stroke="#000000" stroke-width="1"/>
|
|
<path d="M4,10 Q8,12 12,10" fill="none" stroke="#000000" stroke-width="1"/>
|
|
</svg> |