blob: c13e8cec3c2766085226ea47124d90a51ade64a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5">
<rect width="4" height="1" x="0" y="0" fill="#232a2e"/>
<rect width="1" height="4" x="0" y="0" fill="#232a2e"/>
<rect width="2" height="1" x="1" y="1" fill="#232a2e"/>
<rect width="1" height="2" x="1" y="1" fill="#232a2e"/>
<rect width="5" height="1" x="0" y="4" fill="#4f585e"/>
<rect width="1" height="5" x="4" y="0" fill="#4f585e"/>
<rect width="1" height="3" x="3" y="1" fill="#4f585e"/>
<rect width="3" height="1" x="1" y="3" fill="#4f585e"/>
</svg>
|