blob: 08b8824d349fe6748abe8f6c6edd0b612c7a6c5c (
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
25
26
27
28
|
<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(.5 0 0-.48276 384.57 547.25)">
<stop stop-color="#5e6b78"/>
<stop offset="1" stop-color="#768492"/>
</linearGradient>
<linearGradient id="b" y1="518.04" y2="524.8" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#dedede"/>
<stop offset="1" stop-color="#fbfbfb"/>
</linearGradient>
<linearGradient id="c" y1="524.8" x1="404.57" y2="531.8" x2="411.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
</defs>
<g transform="translate(-384.57-515.8)">
<path fill="url(#a)" d="m389.57 545.8v-28h15l7 7v21h-7z"/>
<g transform="scale(1-1)">
<rect width="15" x="389.57" y="-518.8" fill="#ffffff" height="1" fill-opacity=".412"/>
<rect width="22" x="389.57" y="-545.8" fill="#2e3132" height="1" fill-opacity=".294"/>
</g>
<g fill-rule="evenodd">
<path opacity=".75" fill="url(#b)" d="m411.57 524.8l-7-7v7z"/>
<path opacity=".2" fill="url(#c)" d="m411.57 531.8l-7-7h7z"/>
</g>
<path opacity=".75" fill="#fbfbfb" d="m394.57 526.8v12h12v-12zm1 3h10v8c-3.551-.037-6.45-.077-10 0zm5.199 1c-.486 0-.94.17-1.26.49-.32.32-.49.774-.49 1.26h1c0-.264.079-.435.197-.553.118-.118.289-.197.553-.197.264 0 .435.08.553.197.118.118.197.289.197.553 0 .229-.045.326-.105.412-.261.263-.575.488-.828.703-.286.215-.566.497-.566.885v.25h1v-.25c.355-.364.885-.682 1.215-1.016.174-.25.285-.589.285-.984 0-.486-.17-.94-.49-1.26-.32-.32-.774-.49-1.26-.49m-.75 5v1h1v-1z"/>
</g>
</svg>
|