blob: 60b8ea3d9e5cc1a9577efbdb4be5d74d008e4529 (
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
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="a" y1="61" y2="3" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.5 0 0-.48276 0 31.448)">
<stop stop-color="#cf000f"/>
<stop offset="1" stop-color="#d91e18"/>
</linearGradient>
<linearGradient id="b" y1="2.241" y2="9" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#fb7d80"/>
<stop offset="1" stop-color="#fcbcbe"/>
</linearGradient>
<linearGradient id="c" y1="9" x1="20" y2="16" x2="27" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
</defs>
<path fill="url(#a)" d="m5 30v-28h15l7 7v21h-7z"/>
<g transform="scale(1-1)">
<rect width="15" x="5" y="-3" fill="#ffffff" height="1" fill-opacity=".412"/>
<rect width="22" x="5" y="-30" fill="#2e3132" height="1" fill-opacity=".294"/>
</g>
<g fill-rule="evenodd">
<path fill="url(#b)" d="m27 9l-7-7v7z"/>
<path opacity=".2" fill="url(#c)" d="m27 16l-7-7h7z"/>
</g>
<path fill="#fcbcbe" d="m10 12v12h12v-12zm1 1h10v10h-10zm1 2v2h2v-2zm6 0v2h2v-2zm-4 4v1h4v-1zm4 1v1h1v-1zm1 1v1h1v-1zm-5-1h-1v1h1zm-1 1h-1v1h1z"/>
</svg>
|