blob: 7181114e54a06d4f48c7891f9b40a2d5b1be13d4 (
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="#f39c12"/>
<stop offset="1" stop-color="#f9a11f"/>
</linearGradient>
<linearGradient id="b" y1="518.04" y2="524.8" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#fddda3"/>
<stop offset="1" stop-color="#fde3a7"/>
</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 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 fill="#fddda3" color="#4d4d4d" d="m400.07 527.8v1.125c-.843.078-1.507.291-2 .688-.542.432-.813 1.072-.813 1.906 0 1.165.697 1.921 2.125 2.281l.688.188v3.688c-.887-.079-1.719-.273-2.5-.656l-.344.906c.318.195.752.379 1.281.531.465.129.988.186 1.563.219v1.125h1v-1.125c.85-.068 1.533-.327 2.031-.781.534-.483.812-1.183.813-2.094 0-.737-.2-1.289-.594-1.688-.394-.403-.987-.693-1.75-.875l-.5-.125v-3.25c.386.029.787.083 1.156.188.424.114.742.262 1 .406l.313-.906c-.64-.399-1.461-.637-2.469-.688v-1.063h-.75zm-.219 2.094c.065-.011.149.008.219 0v2.969l-.281-.063c-.47-.114-.825-.284-1.063-.5-.233-.22-.344-.515-.344-.875 0-.856.483-1.366 1.469-1.531m1.219 4.313l.188.063c.576.144.971.34 1.188.594.22.25.312.593.313 1 0 1.133-.563 1.735-1.688 1.844z"/>
</g>
</svg>
|