@defisaver/token-icons 0.0.97 → 0.0.99

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,19 @@
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_4191_6168)"/>
3
+ <path d="M96.0774 41C125.014 41 148.733 63.3332 150.929 91.6982H124.625C130.367 79.0104 130.714 67.483 124.435 62.2158C115.162 54.4372 94.948 63.2571 79.2864 81.916C63.625 100.575 58.4469 122.007 67.72 129.785C76.8861 137.473 96.739 128.944 112.322 110.727L100.209 105.865V100.162H150.94C148.811 128.594 125.062 151 96.0774 151C65.6921 151 41.0598 126.376 41.0598 96C41.0599 65.6243 65.6921 41 96.0774 41Z" fill="#C7E36C"/>
4
+ <path d="M0 32C0 14.3269 14.3269 0 32 0C49.6731 0 64 14.3269 64 32C64 49.6731 49.6731 64 32 64C14.3269 64 0 49.6731 0 32Z" fill="url(#paint1_linear_4191_6168)"/>
5
+ <path d="M32.0004 52.4499C42.9357 52.4499 51.8004 43.5852 51.8004 32.6499C51.8004 21.7147 42.9357 12.8499 32.0004 12.8499C21.0652 12.8499 12.2004 21.7147 12.2004 32.6499C12.2004 43.5852 21.0652 52.4499 32.0004 52.4499Z" fill="#E0E0E0"/>
6
+ <path d="M23.093 40.3647C29.1089 40.3647 33.9855 45.2414 33.9855 51.2573C33.9855 51.5596 33.9694 51.8587 33.9453 52.1548C33.3054 52.2172 32.6567 52.2499 32.0004 52.2499C25.1266 52.2499 19.073 48.7458 15.5229 43.4279C17.4829 41.5323 20.151 40.3648 23.093 40.3647Z" fill="#14294D"/>
7
+ <path d="M24.324 42.967H21.8942V15.4246C22.6719 14.9619 23.4823 14.5479 24.324 14.1935V42.967Z" fill="#14294D"/>
8
+ <path d="M15.523 43.4279C19.0731 48.7458 25.1266 52.2499 32.0004 52.2499C32.6567 52.2499 33.3054 52.2172 33.9453 52.1548C33.4886 57.7506 28.8066 62.1499 23.093 62.1499C17.0773 62.1498 12.2006 57.2731 12.2004 51.2573C12.2004 48.1835 13.4752 45.4084 15.523 43.4279Z" fill="#23417D"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_4191_6168" x1="96" y1="0" x2="96" y2="192" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#314012"/>
12
+ <stop offset="1" stop-color="#222C0C"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_4191_6168" x1="32" y1="-5.66667" x2="32" y2="64" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="white"/>
16
+ <stop offset="1" stop-color="#F0F0F0"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -96,6 +96,7 @@ import _PTUSDe from '../icons/PTUSDe.svg';
96
96
  import _PTeUSDeMay from '../icons/PTeUSDeMay.svg';
97
97
  import _PTsUSDeJuly from '../icons/PTsUSDeJuly.svg';
98
98
  import _PTsrUSDe from '../icons/PTsrUSDe.svg';
99
+ import _PTUSDG from '../icons/PTUSDG.svg';
99
100
  import _PYUSD from '../icons/PYUSD.svg';
100
101
  import _RAI from '../icons/RAI.svg';
101
102
  import _RARI from '../icons/RARI.svg';
@@ -401,6 +402,7 @@ export default {
401
402
  'PT USDe Feb': _PTUSDe,
402
403
  'PT USDe Apr': _PTUSDe,
403
404
  'PT USDe May': _PTUSDe,
405
+ 'PT USDe June': _PTUSDe,
404
406
  'PT eUSDe Aug': _PTeUSDeMay,
405
407
  'PT eUSDe May': _PTeUSDeMay,
406
408
  'PT sUSDe July': _PTsUSDeJuly,
@@ -413,6 +415,7 @@ export default {
413
415
  'PT sUSDe June': _PTsUSDeJuly,
414
416
  'PT srUSDe Apr': _PTsrUSDe,
415
417
  'PT srUSDe Jun': _PTsrUSDe,
418
+ 'PT USDG May': _PTUSDG,
416
419
  'PYUSD': _PYUSD,
417
420
  'RAI': _RAI,
418
421
  'RARI': _RARI,