blob: e95054d860b5a1a5d847735759f2bcef084b7f0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
<rect style="opacity:0.2" width="56" height="48" x="4" y="9" rx="3" ry="3"/>
<rect style="fill:#4ab3e4" width="56" height="48" x="4" y="8" rx="3" ry="3"/>
<rect style="opacity:0.2" width="28" height="20" x="36" y="12" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="36" y="11" rx="1.2" ry="1.2"/>
<rect style="opacity:0.2" width="28" height="20" x="18" y="40" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="18" y="39" rx="1.2" ry="1.2"/>
<rect style="opacity:0.2" width="28" height="20" x="0" y="12" rx="1.2" ry="1.2"/>
<rect style="fill:#ebebeb" width="28" height="20" x="0" y="11" rx="1.2" ry="1.2"/>
<path style="opacity:0.2;fill:#ffffff" d="M 7,5 C 5.338,5 4,6.338 4,8 V 9 C 4,7.338 5.338,6 7,6 H 57 C 58.66,6 60,7.338 60,9 V 8 C 60,6.338 58.66,5 57,5 Z"/>
</svg>
|