@defisaver/token-icons 0.0.64 → 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/rEUL.svg +12 -0
- package/package.json +1 -1
- package/src/icons.js +2 -0
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
package/src/icons.js
CHANGED
|
@@ -245,6 +245,7 @@ import _mUSD from '../icons/mUSD.svg';
|
|
|
245
245
|
import _osETH from '../icons/osETH.svg';
|
|
246
246
|
import _pufETH from '../icons/pufETH.svg';
|
|
247
247
|
import _rETH from '../icons/rETH.svg';
|
|
248
|
+
import _rEUL from '../icons/rEUL.svg';
|
|
248
249
|
import _reCRV from '../icons/reCRV.svg';
|
|
249
250
|
import _rsETH from '../icons/rsETH.svg';
|
|
250
251
|
import _rswETH from '../icons/rswETH.svg';
|
|
@@ -517,6 +518,7 @@ export default {
|
|
|
517
518
|
'osETH': _osETH,
|
|
518
519
|
'pufETH': _pufETH,
|
|
519
520
|
'rETH': _rETH,
|
|
521
|
+
'rEUL': _rEUL,
|
|
520
522
|
'reCRV': _reCRV,
|
|
521
523
|
'rsETH': _rsETH,
|
|
522
524
|
'rswETH': _rswETH,
|