7 lines
291 B
XML
7 lines
291 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||
|
<g fill="none" stroke="#808080" stroke-width="32">
|
||
|
<rect x="32" y="32" width="192" height="192"/>
|
||
|
<line x1="96" y1="32" x2="96" y2="224"/>
|
||
|
<line x1="160" y1="32" x2="160" y2="224"/>
|
||
|
</g>
|
||
|
</svg>
|