blob: eb220cebd4d705b2e5446eb2777e2ee277d0c13d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<svg width="16" xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16">
<defs>
<linearGradient id="a" x1="13.945" x2="1.994" gradientUnits="userSpaceOnUse">
<stop stop-color="#42a603"/>
<stop offset="1" stop-color="#78da06"/>
</linearGradient>
<linearGradient id="b" y1="1.991" x1="7.97" y2="13.942" x2="1.994" gradientUnits="userSpaceOnUse">
<stop stop-color="#197cf1"/>
<stop offset="1" stop-color="#20bcfa"/>
</linearGradient>
<linearGradient id="c" y1="13.942" x1="13.945" y2="1.991" x2="7.97" gradientUnits="userSpaceOnUse">
<stop stop-color="#c61423"/>
<stop offset="1" stop-color="#dc2b41"/>
</linearGradient>
</defs>
<g fill-rule="evenodd">
<path fill="url(#c)" d="m7.97 1.991l.878 9.948 5.098 2z"/>
<path fill="url(#b)" d="m7.97 1.991l-5.975 11.951 6.512-5.876z"/>
<path fill="url(#a)" d="m5.619 10.671l-3.624 3.27h11.95zm-3.614 3.25l-.022.02h.012z"/>
</g>
</svg>
|