@defisaver/token-icons 0.0.43 → 0.0.44
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/wrsETH.svg +25 -0
- package/package.json +1 -1
- package/src/icons.js +3 -1
package/icons/wrsETH.svg
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="192" height="192" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20 40C31.0457 40 40 31.0457 40 20C40 8.95433 31.0457 0 20 0C8.95433 0 0 8.95433 0 20C0 31.0457 8.95433 40 20 40Z" fill="#075A5A"/>
|
|
3
|
+
<g style="mix-blend-mode:screen" opacity="0.3">
|
|
4
|
+
<path opacity="0.8" d="M19.948 2.5V15.7343L31.1337 20.733L19.948 2.5Z" fill="white"/>
|
|
5
|
+
<path d="M19.9377 2.5L8.75 20.733L19.9377 15.7343V2.5Z" fill="white"/>
|
|
6
|
+
<path opacity="0.8" d="M19.948 29.3063V38.2992L31.1415 22.8125L19.948 29.3063Z" fill="white"/>
|
|
7
|
+
<path d="M19.9377 38.2992V29.305L8.75 22.8125L19.9377 38.2992Z" fill="white"/>
|
|
8
|
+
<path opacity="0.5" d="M19.948 27.2327L31.1337 20.7375L19.948 15.7422V27.2327Z" fill="white"/>
|
|
9
|
+
<path d="M8.75 20.7375L19.9377 27.2327V15.7422L8.75 20.7375Z" fill="white" fill-opacity="0.3"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g style="mix-blend-mode:screen" opacity="0.3">
|
|
12
|
+
<path opacity="0.8" d="M19.948 3.16406V15.4307L30.3157 20.0637L19.948 3.16406Z" fill="white"/>
|
|
13
|
+
<path d="M19.9398 3.16406L9.57031 20.0637L19.9398 15.4307V3.16406Z" fill="white"/>
|
|
14
|
+
<path opacity="0.8" d="M19.948 29.9103V37.3411L29.1973 24.5444L19.948 29.9103Z" fill="white"/>
|
|
15
|
+
<path d="M19.9476 37.3411V29.9093L10.7031 24.5444L19.9476 37.3411Z" fill="white"/>
|
|
16
|
+
<path opacity="0.5" d="M19.948 26.8025L30.3157 20.7823L19.948 16.1523V26.8025Z" fill="white"/>
|
|
17
|
+
<path d="M9.57031 20.7823L19.9398 26.8025V16.1523L9.57031 20.7823Z" fill="white" fill-opacity="0.3"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path d="M19.948 6.42578V16.7565L28.6795 20.6585L19.948 6.42578Z" fill="#C1DCDC"/>
|
|
20
|
+
<path d="M19.9439 6.42578L11.2109 20.6585L19.9439 16.7565V6.42578Z" fill="white"/>
|
|
21
|
+
<path d="M19.948 27.3543V34.374L28.6857 22.2852L19.948 27.3543Z" fill="#C1DCDC"/>
|
|
22
|
+
<path d="M19.9439 34.374V27.3532L11.2109 22.2852L19.9439 34.374Z" fill="white"/>
|
|
23
|
+
<path opacity="0.5" d="M19.948 25.7273L28.6795 20.6571L19.948 16.7578V25.7273Z" fill="white"/>
|
|
24
|
+
<path d="M11.2109 20.6571L19.9439 25.7273V16.7578L11.2109 20.6571Z" fill="white" fill-opacity="0.3"/>
|
|
25
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -248,6 +248,7 @@ import _xSUSHI from '../icons/xSUSHI.svg';
|
|
|
248
248
|
import _yCRV from '../icons/yCRV.svg';
|
|
249
249
|
import _yveCRV from '../icons/yveCRV.svg';
|
|
250
250
|
import _cbBTC from '../icons/cbBTC.svg';
|
|
251
|
+
import _wrsETH from '../icons/wrsETH.svg';
|
|
251
252
|
|
|
252
253
|
export default {
|
|
253
254
|
'1INCH': _1INCH,
|
|
@@ -497,7 +498,8 @@ export default {
|
|
|
497
498
|
'xSUSHI': _xSUSHI,
|
|
498
499
|
'yCRV': _yCRV,
|
|
499
500
|
'yveCRV': _yveCRV,
|
|
500
|
-
'cbBTC': _cbBTC
|
|
501
|
+
'cbBTC': _cbBTC,
|
|
502
|
+
'wrsETH': _wrsETH
|
|
501
503
|
};
|
|
502
504
|
|
|
503
505
|
/** AUTOMATICALLY GENERATED FILE **/
|