@defisaver/token-icons 0.0.24 → 0.0.25
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/GHO.svg +15 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
package/icons/GHO.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="193" height="193" viewBox="0 0 193 193" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="193" height="193" rx="96" fill="url(#paint0_linear_1475_44099)"/>
|
|
3
|
+
<path d="M89.717 47.0922C62.7513 47.0922 39.8739 69.0856 39.8739 96.0187C39.8739 122.952 62.7513 144.948 89.717 144.948H152.127V127.732L139.198 97.9354H121.719L134.584 128.467H89.717C81.1083 128.467 72.9823 125.073 66.8504 118.929C60.7192 112.782 57.3291 104.641 57.3291 96.0187C57.3291 87.3961 60.7192 79.2554 66.8504 73.1118C72.9817 66.9681 81.1068 63.5741 89.7146 63.5735" fill="white"/>
|
|
4
|
+
<path d="M89.717 47.0922L89.7146 63.5735L119.931 47.0498" fill="white"/>
|
|
5
|
+
<path d="M119.931 47.0498L126.786 63.5326L89.7146 63.5735" fill="white"/>
|
|
6
|
+
<path d="M86.3152 91.348C90.8511 91.348 94.5349 87.6618 94.5349 83.1073C94.5349 78.5527 90.8511 74.8666 86.3152 74.8666C81.7792 74.8666 78.0954 78.5527 78.0954 83.1073C78.0954 87.6618 81.7792 91.348 86.3152 91.348Z" fill="white"/>
|
|
7
|
+
<path d="M86.3152 117.47C90.8511 117.47 94.5349 113.784 94.5349 109.229C94.5349 104.674 90.8511 100.989 86.3152 100.989C81.7792 100.989 78.0954 104.674 78.0954 109.229C78.0954 113.784 81.7792 117.47 86.3152 117.47Z" fill="white"/>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_1475_44099" x1="96" y1="0" x2="96" y2="192" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#B3B2D3"/>
|
|
11
|
+
<stop offset="0.526" stop-color="#8C8ADA"/>
|
|
12
|
+
<stop offset="1" stop-color="#6D69DE"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -42,6 +42,7 @@ import _FRAX from '../icons/FRAX.svg';
|
|
|
42
42
|
import _FTM from '../icons/FTM.svg';
|
|
43
43
|
import _FXS from '../icons/FXS.svg';
|
|
44
44
|
import _GEL from '../icons/GEL.svg';
|
|
45
|
+
import _GHO from '../icons/GHO.svg';
|
|
45
46
|
import _GMX from '../icons/GMX.svg';
|
|
46
47
|
import _GNO from '../icons/GNO.svg';
|
|
47
48
|
import _GRT from '../icons/GRT.svg';
|
|
@@ -274,6 +275,7 @@ export default {
|
|
|
274
275
|
'FTM': _FTM,
|
|
275
276
|
'FXS': _FXS,
|
|
276
277
|
'GEL': _GEL,
|
|
278
|
+
'GHO': _GHO,
|
|
277
279
|
'GMX': _GMX,
|
|
278
280
|
'GNO': _GNO,
|
|
279
281
|
'GRT': _GRT,
|