@defisaver/token-icons 0.0.105 → 0.0.106

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/COW.svg ADDED
@@ -0,0 +1 @@
1
+ <svg fill="none" height="400" viewBox="0 0 400 400" width="400" xmlns="http://www.w3.org/2000/svg"><rect fill="#f2cd16" height="400" rx="200" width="400"/><path clip-rule="evenodd" d="m166.373 304c-13.367 0-25.195-8.655-29.237-21.395l-20.778-65.494h-12.775c-13.3671 0-25.1952-8.655-29.2367-21.395l-12.3463-38.916h46.309l-24.425-36.8h231.432l-24.425 36.8h46.309l-12.346 38.916c-4.042 12.74-15.87 21.395-29.237 21.395h-12.775l-20.778 65.494c-4.042 12.74-15.87 21.395-29.237 21.395zm-15.697-104.778c0 9.88 7.377 17.889 16.478 17.889s16.478-8.009 16.478-17.889-7.377-17.889-16.478-17.889-16.478 8.009-16.478 17.889zm97.849 0c0 9.88-7.378 17.889-16.479 17.889s-16.478-8.009-16.478-17.889 7.377-17.889 16.478-17.889 16.479 8.009 16.479 17.889z" fill="#544003" fill-rule="evenodd"/></svg>
package/icons/SAFE.svg ADDED
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000"><defs><style>.cls-1{fill:none;}.cls-2{fill:url(#linear-gradient);}.cls-3{clip-path:url(#clippath);}.cls-4{fill:#121312;}</style><clipPath id="clippath"><circle class="cls-1" cx="500" cy="500" r="500"/></clipPath><linearGradient id="linear-gradient" x1="-14.94" y1="914.64" x2="1159.05" y2="-86.81" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#12ff80"/><stop offset=".13" stop-color="#15fd85"/><stop offset=".29" stop-color="#1ff896"/><stop offset=".49" stop-color="#30f1b2"/><stop offset=".69" stop-color="#48e7d9"/><stop offset=".87" stop-color="#5fddff"/></linearGradient></defs><g id="Layer_1-2"><g class="cls-3"><rect class="cls-2" x="-48" y="-81.5" width="1050" height="1153"/></g><g><path class="cls-4" d="M780.07,499.81h-68.31c-20.4,0-36.93,16.54-36.93,36.93v99.14c0,20.4-16.54,36.93-36.93,36.93H366.13c-20.4,0-36.93,16.54-36.93,36.93v68.31c0,20.4,16.54,36.93,36.93,36.93h287.5c20.4,0,36.71-16.54,36.71-36.93v-54.8c0-20.4,16.54-34.88,36.93-34.88h52.8c20.4,0,36.93-16.54,36.93-36.93v-115.14c0-20.4-16.54-36.5-36.93-36.5Z"/><path class="cls-4" d="M329.18,364.11c0-20.4,16.54-36.93,36.93-36.93h271.6c20.4,0,36.93-16.54,36.93-36.93v-68.31c0-20.4-16.54-36.93-36.93-36.93H350.37c-20.4,0-36.93,16.54-36.93,36.93v52.63c0,20.4-16.54,36.93-36.93,36.93h-52.57c-20.4,0-36.93,16.54-36.93,36.93v115.26c0,20.4,16.6,36.1,37,36.1h68.31c20.4,0,36.93-16.54,36.93-36.93l-.06-98.74Z"/><path class="cls-4" d="M469.85,428.01h65.62c21.38,0,38.74,17.36,38.74,38.74v65.62c0,21.38-17.36,38.74-38.74,38.74h-65.62c-21.38,0-38.74-17.36-38.74-38.74v-65.62c0-21.38,17.36-38.74,38.74-38.74Z"/></g></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -21,6 +21,7 @@ import _BOLD from '../icons/BOLD.svg';
21
21
  import _BOLDLegacy from '../icons/BOLDLegacy.svg';
22
22
  import _BTC2x_FLI from '../icons/BTC2x_FLI.svg';
23
23
  import _BUSD from '../icons/BUSD.svg';
24
+ import _COW from '../icons/COW.svg';
24
25
  import _COMP from '../icons/COMP.svg';
25
26
  import _COVER from '../icons/COVER.svg';
26
27
  import _CREAM from '../icons/CREAM.svg';
@@ -283,6 +284,7 @@ import _sFRAX from '../icons/sFRAX.svg';
283
284
  import _sGHO from '../icons/sGHO.svg';
284
285
  import _sUSDS from '../icons/sUSDS.svg';
285
286
  import _sUSDe from '../icons/sUSDe.svg';
287
+ import _SAFE from '../icons/SAFE.svg';
286
288
  import _sfrxETH from '../icons/sfrxETH.svg';
287
289
  import _srUSDe from '../icons/srUSDe.svg';
288
290
  import _stETH from '../icons/stETH.svg';
@@ -333,6 +335,7 @@ export default {
333
335
  'BTC2x-FLI': _BTC2x_FLI,
334
336
  'BUSD': _BUSD,
335
337
  'COMP': _COMP,
338
+ 'COW': _COW,
336
339
  'COVER': _COVER,
337
340
  'CREAM': _CREAM,
338
341
  'CRV': _CRV,
@@ -624,6 +627,7 @@ export default {
624
627
  'stkGHO': _stkGHO,
625
628
  'syrupUSDC': _syrupUSDC,
626
629
  'syrupUSDT': _syrupUSDT,
630
+ 'SAFE': _SAFE,
627
631
  'tBTC': _tBTC,
628
632
  'tETH': _tETH,
629
633
  'wM': _wM,