@defisaver/token-icons 0.0.63 → 0.0.65
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/BOLD.svg +15 -0
- package/icons/rEUL.svg +12 -0
- package/package.json +2 -7
- package/src/icons.js +4 -0
package/icons/BOLD.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
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"
|
|
4
|
+
fill="url(#paint0_linear_2842_14009)" />
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
6
|
+
d="M65.9989 36H46V155.993H85.9978V151.193C92.0024 154.266 98.8059 156 106.014 156C130.314 156 150.012 136.302 150.012 112.003C150.012 87.7033 130.314 68.0052 106.014 68.0052C98.8059 68.0052 92.0024 69.7387 85.9978 72.8117V41.2114V36H65.9989ZM85.9978 72.8117C71.7615 80.0972 62.0171 94.9119 62.0171 112.003C62.0171 129.093 71.7615 143.908 85.9978 151.193V72.8117Z"
|
|
7
|
+
fill="#121B44" />
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_2842_14009" x1="96" y1="0" x2="96" y2="192"
|
|
10
|
+
gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#63D77D" />
|
|
12
|
+
<stop offset="1" stop-color="#3CCD5D" />
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
package/icons/rEUL.svg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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_2733_3126)"/>
|
|
3
|
+
<path d="M137.728 97.5139L76.4455 132.895C72.2133 135.339 70.7626 140.749 73.2053 144.98C75.6478 149.21 81.0587 150.659 85.2909 148.216L146.574 112.835C150.806 110.391 152.257 104.981 149.814 100.75C147.371 96.5195 141.96 95.0706 137.728 97.5139Z" fill="#FF7829"/>
|
|
4
|
+
<path d="M95.3422 86.2025L49.3803 112.739C45.1482 115.182 43.6974 120.592 46.14 124.823C48.5826 129.054 53.9936 130.503 58.2258 128.059L104.188 101.523C108.42 99.0797 109.87 93.6692 107.428 89.4385C104.985 85.2079 99.5744 83.759 95.3422 86.2025Z" fill="#FCBF22"/>
|
|
5
|
+
<path d="M106.709 43.784L45.4265 79.1654C41.1943 81.6088 39.7436 87.0193 42.1862 91.25C44.6288 95.4806 50.0397 96.9295 54.2718 94.486L115.554 59.1046C119.786 56.6612 121.237 51.2507 118.795 47.0201C116.352 42.7894 110.941 41.3406 106.709 43.784Z" fill="#2AE5B9"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_2733_3126" x1="96" y1="0" x2="96" y2="192" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#132D49"/>
|
|
9
|
+
<stop offset="1" stop-color="#08131F"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</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.65",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,10 +9,5 @@
|
|
|
9
9
|
},
|
|
10
10
|
"keywords": [],
|
|
11
11
|
"author": "",
|
|
12
|
-
"license": "ISC"
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@defisaver/tokens": "^1.5.53",
|
|
15
|
-
"react": "^17.0.2",
|
|
16
|
-
"react-dom": "^17.0.2"
|
|
17
|
-
}
|
|
12
|
+
"license": "ISC"
|
|
18
13
|
}
|
package/src/icons.js
CHANGED
|
@@ -16,6 +16,7 @@ import _BAL from '../icons/BAL.svg';
|
|
|
16
16
|
import _BAT from '../icons/BAT.svg';
|
|
17
17
|
import _BED from '../icons/BED.svg';
|
|
18
18
|
import _BNT from '../icons/BNT.svg';
|
|
19
|
+
import _BOLD from '../icons/BOLD.svg';
|
|
19
20
|
import _BTC2x_FLI from '../icons/BTC2x_FLI.svg';
|
|
20
21
|
import _BUSD from '../icons/BUSD.svg';
|
|
21
22
|
import _COMP from '../icons/COMP.svg';
|
|
@@ -244,6 +245,7 @@ import _mUSD from '../icons/mUSD.svg';
|
|
|
244
245
|
import _osETH from '../icons/osETH.svg';
|
|
245
246
|
import _pufETH from '../icons/pufETH.svg';
|
|
246
247
|
import _rETH from '../icons/rETH.svg';
|
|
248
|
+
import _rEUL from '../icons/rEUL.svg';
|
|
247
249
|
import _reCRV from '../icons/reCRV.svg';
|
|
248
250
|
import _rsETH from '../icons/rsETH.svg';
|
|
249
251
|
import _rswETH from '../icons/rswETH.svg';
|
|
@@ -287,6 +289,7 @@ export default {
|
|
|
287
289
|
'BAT': _BAT,
|
|
288
290
|
'BED': _BED,
|
|
289
291
|
'BNT': _BNT,
|
|
292
|
+
'BOLD': _BOLD,
|
|
290
293
|
'BTC2x-FLI': _BTC2x_FLI,
|
|
291
294
|
'BUSD': _BUSD,
|
|
292
295
|
'COMP': _COMP,
|
|
@@ -515,6 +518,7 @@ export default {
|
|
|
515
518
|
'osETH': _osETH,
|
|
516
519
|
'pufETH': _pufETH,
|
|
517
520
|
'rETH': _rETH,
|
|
521
|
+
'rEUL': _rEUL,
|
|
518
522
|
'reCRV': _reCRV,
|
|
519
523
|
'rsETH': _rsETH,
|
|
520
524
|
'rswETH': _rswETH,
|