@defisaver/token-icons 0.0.5 → 0.0.6
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/cFEI.svg +1 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/cFEI.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="193" height="193" viewBox="0 0 193 193" fill="none" xmlns="http://www.w3.org/2000/svg" data-reactroot=""><circle cx="96.5" cy="96.5" r="96.5" fill="url(#fei_icon_243ce60a-0c3a-4158-89c7-b11da80a9513)"></circle><path d="M55.47 128H136.76C138.301 128 139.263 126.331 138.491 124.997L115.86 85.9327C115.503 85.3153 114.843 84.9352 114.13 84.9352H78.1006C77.3871 84.9352 76.7277 85.3153 76.37 85.9327L53.7394 124.997C52.967 126.331 53.9291 128 55.47 128Z" fill="white"></path><path d="M93.7611 56.0605C94.5277 54.7112 96.4723 54.7112 97.2389 56.0605L106.302 72.012C107.06 73.3453 106.097 75 104.563 75H86.4367C84.9032 75 83.9402 73.3453 84.6977 72.012L93.7611 56.0605Z" fill="white"></path><defs><linearGradient id="fei_icon_243ce60a-0c3a-4158-89c7-b11da80a9513" x1="96.5" y1="0" x2="96.5" y2="193" gradientUnits="userSpaceOnUse"><stop stop-color="#2DA682"></stop><stop offset="1" stop-color="#1B624D"></stop></linearGradient></defs></svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -148,6 +148,7 @@ import _cBAT from '../icons/cBAT.svg';
|
|
|
148
148
|
import _cCOMP from '../icons/cCOMP.svg';
|
|
149
149
|
import _cDAI from '../icons/cDAI.svg';
|
|
150
150
|
import _cETH from '../icons/cETH.svg';
|
|
151
|
+
import _cFEI from '../icons/cFEI.svg';
|
|
151
152
|
import _cLINK from '../icons/cLINK.svg';
|
|
152
153
|
import _cMKR from '../icons/cMKR.svg';
|
|
153
154
|
import _cREP from '../icons/cREP.svg';
|
|
@@ -360,6 +361,7 @@ export default {
|
|
|
360
361
|
'cCOMP': _cCOMP,
|
|
361
362
|
'cDAI': _cDAI,
|
|
362
363
|
'cETH': _cETH,
|
|
364
|
+
'cFEI': _cFEI,
|
|
363
365
|
'cLINK': _cLINK,
|
|
364
366
|
'cMKR': _cMKR,
|
|
365
367
|
'cREP': _cREP,
|