mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
9 lines
No EOL
453 B
XML
9 lines
No EOL
453 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="gold-gradient" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="3%" stop-color="#40A640"/>
|
|
<stop offset="85%" stop-color="#011B01"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<g fill="url(#gold-gradient)"><rect x="6" y="6" width="52" height="52" rx="4"/></g>
|
|
</svg> |