blob: beb3c8157a2dc77b9f6427f868e9c1e88bec7dfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<rect style="fill:#62a0ea" width="14" height="16" x="1" y="0" rx="1.2" ry="1.2"/>
<rect style="fill:#3368aa" width="10" height="3" x="3" y="2"/>
<rect style="fill:#3368aa" width="10" height="3" x="3" y="9"/>
<rect style="fill:#d4a782" width="6" height="4" x="3" y="3"/>
<rect style="fill:#ead3c1" width="2" height="1" x="4" y="4"/>
<rect style="fill:#b5835a" width="4" height="3" x="9" y="4"/>
<rect style="fill:#dac1ad" width="2" height="1" x="10" y="5"/>
<rect style="fill:#d4a782" width="6" height="4" x="7" y="10"/>
<rect style="fill:#ead3c1" width="2" height="1" x="8" y="11"/>
<rect style="fill:#b5835a" width="4" height="3" x="3" y="11"/>
<rect style="fill:#dac1ad" width="2" height="1" x="4" y="12"/>
</svg>
|