blob: 68a05993c470551704b25aced2f1bd6d8ad34fff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<rect style="opacity:0.99999999;fill:#ebdbb2" width="3.5" height="3.5" x="1" y="1"/>
<rect width="3.5" height="3.5" x="6.25" y="1" style="opacity:0.99999999;fill:#ebdbb2"/>
<rect style="opacity:0.99999999;fill:#ebdbb2" width="3.5" height="3.5" x="11.5" y="1"/>
<rect width="3.5" height="3.5" x="1" y="6.25" style="opacity:0.99999999;fill:#ebdbb2"/>
<rect style="opacity:0.99999999;fill:#ebdbb2" width="3.5" height="3.5" x="6.25" y="6.25"/>
<rect width="3.5" height="3.5" x="11.5" y="6.25" style="opacity:0.99999999;fill:#ebdbb2"/>
<rect style="opacity:0.99999999;fill:#ebdbb2" width="3.5" height="3.5" x="1" y="11.5"/>
<rect width="3.5" height="3.5" x="6.25" y="11.5" style="opacity:0.99999999;fill:#ebdbb2"/>
<rect style="opacity:0.99999999;fill:#ebdbb2" width="3.5" height="3.5" x="11.5" y="11.5"/>
</svg>
|