blob: 1cb238cdbb087b66c047c22b8a0ae3d1440b48f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<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(0-.5-.48276 0 416.02 547.8)">
<stop stop-color="#5e6b78"/>
<stop offset="1" stop-color="#768492"/>
</linearGradient>
<linearGradient id="b" y1="542.8" x1="386.57" y2="520.8" x2="414.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
<linearGradient id="c" y1="27" x1="2" y2="5" x2="30" gradientUnits="userSpaceOnUse" gradientTransform="translate(384.57 515.8)">
<stop stop-color="#dedede"/>
<stop offset="1" stop-color="#fbfbfb"/>
</linearGradient>
</defs>
<g transform="translate(-384.57-515.8)">
<path fill="url(#a)" d="m414.57 542.8h-28v-22h28v7z"/>
<rect width="28" x="386.57" y="541.8" fill="#2e3132" height="1" fill-opacity=".294"/>
<rect width="28" x="386.57" y="520.8" fill="#ffffff" height="1" fill-opacity=".41"/>
<path fill="#fbfbfb" d="m400.57143 525.79806a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6m0 1a5 5 0 0 1 5 5 5 5 0 0 1 -5 5 5 5 0 0 1 -5 -5 5 5 0 0 1 5 -5m-2 2v6l5-3z"/>
<path fill="url(#b)" fill-rule="evenodd" d="m413.57 542.8l-2-2 2-2-2-2 2-2-2-2 2-2-2-2 2-2-2-2 2-2h1v20z"/>
<path fill="url(#c)" d="m387.57 522.8v2h2v-2zm24 0v2h2v-2zm-24 4v2h2v-2zm24 0v2h2v-2zm-24 4v2h2v-2zm24 0v2h2v-2zm-24 4v2h2v-2zm24 0v2h2v-2zm-24 4v2h2v-2zm24 0v2h2v-2z"/>
</g>
</svg>
|