@defisaver/token-icons 0.0.14 → 0.0.15

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.
@@ -0,0 +1,33 @@
1
+ <svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="192" height="192" rx="96" fill="#14183D"/>
3
+ <path opacity="0.9" d="M51.3571 115.564V147.284C51.3571 149.237 53.0096 150.047 53.5237 150.232C54.0377 150.453 55.7638 150.932 57.3063 149.495L84.3723 123.485C86.869 120.243 87.7874 118.216 87.7874 118.216C89.256 115.232 89.256 112.359 87.8235 109.485C85.6935 105.211 80.2582 100.864 72.0694 96.7378L58.0776 104.548C53.9277 106.906 51.3571 111.069 51.3571 115.564Z" fill="white"/>
4
+ <g filter="url(#filter0_d_357_11791)">
5
+ <path d="M37.3333 45.0131V78.2811C37.3333 82.4441 40.1245 86.1282 44.0907 87.3071C57.6051 91.2124 81.1453 99.6123 86.8377 111.954C87.5712 113.575 88.0132 115.159 88.1589 116.817C91.9424 109.928 93.668 102.007 92.8608 93.9755C91.759 82.5915 85.7359 72.239 76.3342 65.6444L42.8052 42.1763C42.2176 41.7342 41.5199 41.5132 40.8221 41.5132C40.2345 41.5132 39.7203 41.6237 39.1696 41.9185C38.0678 42.5448 37.3333 43.6869 37.3333 45.0131Z" fill="white"/>
6
+ </g>
7
+ <path opacity="0.9" d="M140.616 115.564V147.284C140.616 149.237 138.964 150.047 138.45 150.232C137.934 150.453 136.209 150.932 134.667 149.495L107.601 123.485C105.104 120.243 104.186 118.216 104.186 118.216C102.717 115.232 102.717 112.359 104.148 109.485C106.278 105.211 111.714 100.864 119.904 96.7378L133.896 104.548C138.082 106.906 140.616 111.069 140.616 115.564Z" fill="white"/>
8
+ <g filter="url(#filter1_d_357_11791)">
9
+ <path d="M154.666 45.0102V78.2781C154.666 82.4411 151.875 86.1254 147.908 87.3043C134.393 91.2094 110.854 99.6093 105.162 111.951C104.427 113.572 103.986 115.156 103.839 116.814C100.057 109.925 98.3317 102.004 99.1388 93.9725C100.241 82.5885 106.264 72.2362 115.664 65.6414L149.193 42.1734C149.781 41.7313 150.479 41.5103 151.178 41.5103C151.765 41.5103 152.279 41.6208 152.829 41.9155C153.931 42.5418 154.666 43.6839 154.666 45.0102Z" fill="white"/>
10
+ </g>
11
+ <defs>
12
+ <filter id="filter0_d_357_11791" x="34.3947" y="39.75" width="61.5997" height="81.1815" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
13
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
14
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
15
+ <feOffset dy="1.17547"/>
16
+ <feGaussianBlur stdDeviation="1.46934"/>
17
+ <feComposite in2="hardAlpha" operator="out"/>
18
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
19
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_357_11791"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_357_11791" result="shape"/>
21
+ </filter>
22
+ <filter id="filter1_d_357_11791" x="96.0053" y="39.747" width="61.5997" height="81.1815" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
25
+ <feOffset dy="1.17547"/>
26
+ <feGaussianBlur stdDeviation="1.46934"/>
27
+ <feComposite in2="hardAlpha" operator="out"/>
28
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
29
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_357_11791"/>
30
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_357_11791" result="shape"/>
31
+ </filter>
32
+ </defs>
33
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -63,6 +63,7 @@ import _MATIC from '../icons/MATIC.svg';
63
63
  import _MIM from '../icons/MIM.svg';
64
64
  import _MIR from '../icons/MIR.svg';
65
65
  import _MKR from '../icons/MKR.svg';
66
+ import _MORPHO from '../icons/MORPHO.svg';
66
67
  import _MTA from '../icons/MTA.svg';
67
68
  import _OHM from '../icons/OHM.svg';
68
69
  import _OMG from '../icons/OMG.svg';
@@ -164,6 +165,7 @@ import _cWBTC from '../icons/cWBTC.svg';
164
165
  import _cWBTC_Legacy from '../icons/cWBTC_Legacy.svg';
165
166
  import _cYFI from '../icons/cYFI.svg';
166
167
  import _cZRX from '../icons/cZRX.svg';
168
+ import _cbETH from '../icons/cbETH.svg';
167
169
  import _crv3crypto from '../icons/crv3crypto.svg';
168
170
  import _crvAAVE from '../icons/crvAAVE.svg';
169
171
  import _crvAETHc from '../icons/crvAETHc.svg';
@@ -214,7 +216,6 @@ import _wstETH from '../icons/wstETH.svg';
214
216
  import _xSUSHI from '../icons/xSUSHI.svg';
215
217
  import _yCRV from '../icons/yCRV.svg';
216
218
  import _yveCRV from '../icons/yveCRV.svg';
217
- import _cbETH from '../icons/cbETH.svg';
218
219
 
219
220
  export default {
220
221
  '1INCH': _1INCH,
@@ -280,6 +281,7 @@ export default {
280
281
  'MIM': _MIM,
281
282
  'MIR': _MIR,
282
283
  'MKR': _MKR,
284
+ 'MORPHO': _MORPHO,
283
285
  'MTA': _MTA,
284
286
  'OHM': _OHM,
285
287
  'OMG': _OMG,
@@ -381,6 +383,7 @@ export default {
381
383
  'cWBTC Legacy': _cWBTC_Legacy,
382
384
  'cYFI': _cYFI,
383
385
  'cZRX': _cZRX,
386
+ 'cbETH': _cbETH,
384
387
  'crv3crypto': _crv3crypto,
385
388
  'crvAAVE': _crvAAVE,
386
389
  'crvAETHc': _crvAETHc,
@@ -430,8 +433,7 @@ export default {
430
433
  'wstETH': _wstETH,
431
434
  'xSUSHI': _xSUSHI,
432
435
  'yCRV': _yCRV,
433
- 'yveCRV': _yveCRV,
434
- 'cbETH': _cbETH,
436
+ 'yveCRV': _yveCRV
435
437
  };
436
438
 
437
439
  /** AUTOMATICALLY GENERATED FILE **/