blob: 0aa982870ce78d86e7ddd8b01c2afb38f52ca3a5 (
plain)
1
2
3
4
5
6
7
8
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -43.3373 43.3373 0 302.963 45.6687)" gradientUnits="userSpaceOnUse">
<stop stop-color="#8d1b3a" offset="0"/>
<stop stop-color="#fa4778" offset="1"/>
</linearGradient>
<path d="m45.668 8.56c0-3.438-2.79-6.228-6.228-6.228h-30.88c-3.438 0-6.228 2.79-6.228 6.228v30.88c0 3.438 2.79 6.228 6.228 6.228h30.88c3.438 0 6.228-2.79 6.228-6.228z" fill="url(#a)"/>
<path d="m33 11.5h-18v25l8-9h7l1.5-8h-8.5 8.5z" fill="none" stroke="#fff" stroke-width="3"/>
</svg>
|