blob: 168e75c0d9141222152eae079aec10c9182444da (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="10" width="4" version="1.1">
<g fill-rule="evenodd" fill="#555">
<rect rx="0" ry="0" height="2" width="4" y="0" x="0"/>
<rect rx="0" ry="0" height="2" width="4" y="4" x="0"/>
<rect rx="0" ry="0" height="2" width="4" y="8" x="0"/>
</g>
</svg>
|