8 lines
545 B
XML
8 lines
545 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="30px" viewBox="0 0 20 30" zoomAndPan="disable">
|
||
|
<rect x="0" y="0" width="20" height="2" style="fill:#000;" />
|
||
|
<rect x="0" y="5" width="20" height="2" style="fill:#000;" />
|
||
|
<rect x="0" y="10" width="20" height="2" style="fill:#000;" />
|
||
|
<rect x="0" y="1" width="20" height="2" style="fill:#fff;" />
|
||
|
<rect x="0" y="6" width="20" height="2" style="fill:#fff;" />
|
||
|
<rect x="0" y="11" width="20" height="2" style="fill:#fff;" />
|
||
|
</svg>
|