blob: 96ec4648c73a442462a31b08dac6fe56f3784fa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg width="32" xmlns="http://www.w3.org/2000/svg" height="32">
<defs>
<linearGradient id="a" y1="61" y2="3" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.63636 0 0 .48276 380.21 516.35)">
<stop stop-color="#3a539b"/>
<stop offset="1" stop-color="#3f5aa9"/>
</linearGradient>
</defs>
<g transform="translate(-384.57-515.8)">
<path fill="url(#a)" d="m386.57 517.8v28h28v-28h-8.909z"/>
<rect width="28" x="386.57" y="544.8" fill="#2e3132" height="1" fill-opacity=".294"/>
<rect width="28" x="386.57" y="517.8" fill="#ffffff" height="1" fill-opacity=".412"/>
<path fill="#c1cae7" d="m397.57 526.8c-1.662 0-3 1.338-3 3v1l5 8v-6h4c1.662 0 3-1.338 3-3 0-1.662-1.338-3-3-3zm6 1c1.105 0 2 .895 2 2 0 1.105-.895 2-2 2-1.105 0-2-.895-2-2 0-1.105.895-2 2-2"/>
</g>
</svg>
|