10 lines
370 B
XML
10 lines
370 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1">
|
|
<g fill="#bebebe">
|
|
<rect rx="1" height="13" width="3" y="1" x="12"/>
|
|
<rect rx="1" height="10" width="3" y="4" x="8"/>
|
|
<rect rx="1" height="7" width="3" y="7" x="4"/>
|
|
<rect rx="1" height="4" width="3" y="10" x="0"/>
|
|
</g>
|
|
</svg>
|