@defisaver/token-icons 0.0.4 → 0.0.7
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/icons/rETH.svg +11 -0
- package/package.json +2 -2
- package/src/icons.js +4 -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/icons/rETH.svg
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="193" height="193" viewBox="0 0 193 193" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle opacity="0.9" cx="96.5" cy="96.5" r="96.5" fill="url(#paint0_linear_21270_58796)" fill-opacity="0.9"/>
|
|
3
|
+
<path d="M96.8945 38.0034L96.8966 38V38.0069L132.787 97.5575L132.796 97.5618L96.9001 118.78V118.775L96.8966 118.777V118.78L96.8938 118.779L96.8925 118.78L96.8887 118.776L61 97.5618L96.8885 38.0134L96.8925 38L96.8945 38.0034Z" fill="white"/>
|
|
4
|
+
<path d="M96.8925 154.95L61 104.371L96.8957 125.578L132.813 104.371L96.8966 154.952V154.955L96.8955 154.954L96.8945 154.955L96.8925 154.95Z" fill="white"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="paint0_linear_21270_58796" x1="193" y1="2.46321" x2="193" y2="193" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop stop-color="#FD9F64"/>
|
|
8
|
+
<stop offset="1" stop-color="#F4606C"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defisaver/token-icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@defisaver/tokens": "^1.
|
|
13
|
+
"@defisaver/tokens": "^1.4.9",
|
|
14
14
|
"react": "^17.0.2",
|
|
15
15
|
"react-dom": "^17.0.2"
|
|
16
16
|
}
|
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';
|
|
@@ -203,6 +204,7 @@ import _crvYBUSD from '../icons/crvYBUSD.svg';
|
|
|
203
204
|
import _iDAI from '../icons/iDAI.svg';
|
|
204
205
|
import _imUSD from '../icons/imUSD.svg';
|
|
205
206
|
import _mUSD from '../icons/mUSD.svg';
|
|
207
|
+
import _rETH from '../icons/rETH.svg';
|
|
206
208
|
import _stETH from '../icons/stETH.svg';
|
|
207
209
|
import _steCRV from '../icons/steCRV.svg';
|
|
208
210
|
import _stkAAVE from '../icons/stkAAVE.svg';
|
|
@@ -360,6 +362,7 @@ export default {
|
|
|
360
362
|
'cCOMP': _cCOMP,
|
|
361
363
|
'cDAI': _cDAI,
|
|
362
364
|
'cETH': _cETH,
|
|
365
|
+
'cFEI': _cFEI,
|
|
363
366
|
'cLINK': _cLINK,
|
|
364
367
|
'cMKR': _cMKR,
|
|
365
368
|
'cREP': _cREP,
|
|
@@ -415,6 +418,7 @@ export default {
|
|
|
415
418
|
'iDAI': _iDAI,
|
|
416
419
|
'imUSD': _imUSD,
|
|
417
420
|
'mUSD': _mUSD,
|
|
421
|
+
'rETH': _rETH,
|
|
418
422
|
'stETH': _stETH,
|
|
419
423
|
'steCRV': _steCRV,
|
|
420
424
|
'stkAAVE': _stkAAVE,
|