blob: 8539d8b01074d62bb47f154d0276c487b54b669f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<rect style="fill:#248afd" width="12" height="8" x="4" y="7" ry="1"/>
<rect style="fill:#4f4f4f" width="12" height="2" x="4" y="12"/>
<rect style="fill:#e4e4e4" width="12" height="8" y="1" ry="1"/>
<rect style="fill:#4f4f4f" width="3" height="1" x="8" y="3"/>
<rect style="fill:#8e8e8e" width="3" height="1" x="8" y="5"/>
<rect style="opacity:0.2" width="1" height="1" x="10" y="7"/>
<rect style="fill:#e97e10" width="6" height="6" x="1" y="2" ry="1"/>
<path style="fill:#e4e4e4" d="M 4 3 A 1 1 0 0 0 3 4 A 1 1 0 0 0 4 5 A 1 1 0 0 0 5 4 A 1 1 0 0 0 4 3 z M 4 6 C 2 6 2 6.75 2 6.75 L 2 7 L 6 7 L 6 6.75 C 6 6.75 6 6 4 6 z"/>
</svg>
|