change the svg hehe

This commit is contained in:
Ashley 2023-03-06 16:32:27 +00:00
parent b27b53c264
commit d94ecf6136

View file

@ -1,4 +1,10 @@
<svg width="215" height="215" viewBox="0 0 215 215" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="215" height="215" viewBox="0 0 215 215" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="11" y="11" width="194" height="194" rx="97" fill="#1a1a1a"/> <defs>
<path d="M82.9527 71.7271C82.9527 68.6479 86.286 66.7234 88.9527 68.263L151.349 104.288C154.016 105.827 154.016 109.676 151.349 111.216L88.9527 147.24C86.286 148.78 82.9527 146.855 82.9527 143.776L82.9527 71.7271Z" fill="white"/> <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#9666F7"/>
<stop offset="100%" stop-color="#B37C6B"/>
</linearGradient>
</defs>
<rect x="11" y="11" width="194" height="194" rx="97" fill="url(#grad)"/>
<path d="M82.9527 71.7271C82.9527 68.6479 86.286 66.7234 88.9527 68.263L151.349 104.288C154.016 105.827 154.016 109.676 151.349 111.216L88.9527 147.24C86.286 148.78 82.9527 146.855 82.9527 143.776L82.9527 71.7271Z" fill="white"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 610 B