blob: 2741afc8bf41d77cec9acb61cee653a4f986a320 (
plain)
1
2
3
4
5
6
7
8
|
<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 -35.3911 35.3911 0 968.766 41.2823)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ccd6d8" offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<path d="m40 4-18 2-12 21 7-1-9 18 26-24-8 1z" fill="#f6d32d" fill-rule="nonzero"/>
</svg>
|