blob: c062ead6038b2561fa342aded0e1921a02e07fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="16" height="16" rx="2" ry="2" style="fill:#e4e4e4"/>
<rect x="1" y="1" width="14" height="12" style="fill:#fecd38"/>
<rect x="1" y="7" width="14" height="6" style="fill:#e97e10"/>
<rect x="1" y="5" width="2" height="2" style="fill:#e97e10"/>
<rect x="5" y="5" width="2" height="2" style="fill:#e97e10"/>
<rect x="9" y="5" width="2" height="2" style="fill:#e97e10"/>
<rect x="13" y="5" width="2" height="2" style="fill:#e97e10"/>
<rect x="11" y="3" width="2" height="2" style="fill:#e97e10"/>
<rect x="3" y="3" width="2" height="2" style="fill:#e97e10"/>
<rect x="1" y="7" width="2" height="2" style="fill:#fecd38"/>
<rect x="5" y="7" width="2" height="2" style="fill:#fecd38"/>
<rect x="9" y="7" width="2" height="2" style="fill:#fecd38"/>
<rect x="13" y="7" width="2" height="2" style="fill:#fecd38"/>
<rect x="11" y="9" width="2" height="2" style="fill:#fecd38"/>
<rect x="3" y="9" width="2" height="2" style="fill:#fecd38"/>
</svg>
|