blob: c6da9e6f651594d031bb1b6c2dad945d29333415 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -20 20 0 11 21)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ffab00" offset="0"/>
<stop stop-color="#fecd38" offset="1"/>
</linearGradient>
<g transform="matrix(2.2764 0 0 2.2764 -1.0404 -1.0404)">
<circle cx="11" cy="11" r="10" fill="url(#a)"/>
<path d="m15 4h-5l-3 6h3l-2 4h3l-2 5 6-6h-3l3-4h-3z" fill="#fff" fill-rule="nonzero"/>
</g>
</svg>
|