mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Readded icons (#522)
This commit is contained in:
parent
ebb142a604
commit
a87947bad0
40 changed files with 346 additions and 0 deletions
9
assets/icons/dice/fear/d6.svg
Normal file
9
assets/icons/dice/fear/d6.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<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.51%" stop-color="#352AB2"/>
|
||||
<stop offset="96.49%" stop-color="#18162E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="url(#gold-gradient)"><rect x="6" y="6" width="52" height="52" rx="4"/></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 451 B |
Loading…
Add table
Add a link
Reference in a new issue