blob: cd4d7969e518dd5165047582e80fe267bf16bdec (
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="4" width="10" version="1.1">
<g fill-rule="evenodd" fill="#555">
<rect rx="0" ry="0" height="4" width="2" y="0" x="0"/>
<rect rx="0" ry="0" height="4" width="2" y="0" x="8"/>
<rect rx="0" ry="0" height="4" width="2" y="0" x="4"/>
</g>
</svg>
|