@defisaver/token-icons 0.0.84 → 0.0.85-dev-sena
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/sENA.svg +10 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/sENA.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 96C0 42.9807 42.9807 0 96 0C149.019 0 192 42.9807 192 96C192 149.019 149.019 192 96 192C42.9807 192 0 149.019 0 96Z" fill="url(#paint0_linear_3771_447)"/>
|
|
3
|
+
<path d="M150.999 80.8467H141.633V59.0879H92.8036L124.727 95.999L92.8065 132.908H141.633V111.149H150.999V142.275H80.3983L40.9989 95.998L80.3983 49.7207H150.999V80.8467ZM53.3007 95.998L82.5897 130.4L112.344 95.999L82.5887 61.5957L53.3007 95.998Z" fill="white"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_3771_447" x1="96" y1="0" x2="96" y2="192.216" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0.001" stop-color="#0F0F0F"/>
|
|
7
|
+
<stop offset="1"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -214,6 +214,7 @@ import _RUNE from '../icons/RUNE.svg';
|
|
|
214
214
|
import _SAI from '../icons/SAI.svg';
|
|
215
215
|
import _sBOLD from '../icons/sBOLD.svg';
|
|
216
216
|
import _sDAI from '../icons/sDAI.svg';
|
|
217
|
+
import _sENA from '../icons/sENA.svg';
|
|
217
218
|
import _sFRAX from '../icons/sFRAX.svg';
|
|
218
219
|
import _sfrxETH from '../icons/sfrxETH.svg';
|
|
219
220
|
import _SHIB from '../icons/SHIB.svg';
|
|
@@ -516,6 +517,7 @@ export default {
|
|
|
516
517
|
'SAI': _SAI,
|
|
517
518
|
'sBOLD': _sBOLD,
|
|
518
519
|
'sDAI': _sDAI,
|
|
520
|
+
'sENA': _sENA,
|
|
519
521
|
'sFRAX': _sFRAX,
|
|
520
522
|
'sfrxETH': _sfrxETH,
|
|
521
523
|
'SHIB': _SHIB,
|