blob: 6bcbed2d13573f6a4d55441b1fbc299fa8fcdab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="4" height="4" x="1" y="1" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="6" y="1" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="11" y="1" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="1" y="6" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="6" y="6" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="11" y="6" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="1" y="11" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="6" y="11" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
<rect width="4" height="4" x="11" y="11" style="fill:#d4ae2b;opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/>
</svg>
|