@defisaver/token-icons 0.0.100 → 0.0.101-zap-dev
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/PTsUSDS.svg +19 -0
- package/package.json +1 -1
- package/src/icons.js +4 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!--PT sUSDS-->
|
|
2
|
+
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M0 96C0 42.9807 42.9807 0 96 0V0C149.019 0 192 42.9807 192 96V96C192 149.019 149.019 192 96 192V192C42.9807 192 0 149.019 0 96V96Z" fill="url(#paint0_radial_4204_875)"/>
|
|
4
|
+
<path d="M65.2252 117.225H53.83C54.76 135.016 69.6438 150.481 96.0389 150.481C122.318 150.481 139.062 136.062 139.062 117.458C139.062 82.1091 85.6904 84.0859 85.6904 63.6208C85.6904 57.9231 89.9926 51.1788 99.9925 51.1788C111.155 51.1788 124.295 59.8999 125.225 71.0625H136.504C135.341 53.0392 117.783 40.4812 95.4576 40.4812C72.3183 40.4812 54.8763 53.9696 54.8763 73.0393C54.8763 109.435 108.248 104.667 108.248 127.109C108.248 134.086 103.946 139.9 93.1321 139.9C79.6437 139.9 66.039 130.481 65.2252 117.225ZM74.7601 66.2953C74.7601 93.9694 127.667 88.5045 127.667 118.039C127.667 126.877 121.853 134.667 114.876 136.644C117.318 134.318 119.179 129.202 119.179 124.318C119.179 96.9929 66.1553 100.714 66.1553 72.6906C66.1553 63.2718 72.202 55.7137 79.76 53.3882C76.8529 56.8764 74.7601 61.4113 74.7601 66.2953Z" fill="white"/>
|
|
5
|
+
<path d="M0 32C0 14.3269 14.3269 0 32 0V0C49.6731 0 64 14.3269 64 32V32C64 49.6731 49.6731 64 32 64V64C14.3269 64 0 49.6731 0 32V32Z" fill="url(#paint1_linear_4204_875)"/>
|
|
6
|
+
<path d="M34.1256 53.4944C34.1519 53.1715 34.166 52.845 34.166 52.5153C34.166 46.4062 29.5555 41.3729 23.6244 40.7063V12.0839C26.2 10.9994 29.0304 10.3999 32.0004 10.3999C43.9295 10.4001 53.6004 20.0707 53.6004 31.9999C53.6004 43.2119 45.0571 52.4265 34.1256 53.4944Z" fill="white" fill-opacity="0.5"/>
|
|
7
|
+
<path d="M20.9754 40.7028C18.2858 40.9972 15.8654 42.1888 14.0215 43.9724C11.7348 40.5454 10.4004 36.4289 10.4004 31.9999C10.4004 24.0986 14.6441 17.191 20.9754 13.4251V40.7028Z" fill="white" fill-opacity="0.5"/>
|
|
8
|
+
<path d="M23.6244 40.7064C29.5555 41.3729 34.166 46.4063 34.166 52.5154C34.166 52.8457 34.152 53.1728 34.1256 53.4962C33.427 53.5644 32.7169 53.5999 32.0004 53.6C24.5004 53.6 17.8958 49.7755 14.0233 43.9724C15.867 42.1894 18.2863 40.9972 20.9754 40.7029V13.4251C21.823 12.921 22.7071 12.472 23.6244 12.0857V40.7064Z" fill="white"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<radialGradient id="paint0_radial_4204_875" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(96 299.041) rotate(-90) scale(299.041)">
|
|
11
|
+
<stop stop-color="#FFEF79"/>
|
|
12
|
+
<stop offset="1" stop-color="#00C2A1"/>
|
|
13
|
+
</radialGradient>
|
|
14
|
+
<linearGradient id="paint1_linear_4204_875" x1="32" y1="0" x2="32.2056" y2="63.9993" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#1BE3C2"/>
|
|
16
|
+
<stop offset="1" stop-color="#18C9AC"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
package/package.json
CHANGED
package/src/icons.js
CHANGED
|
@@ -92,11 +92,12 @@ import _PENDLE from '../icons/PENDLE.svg';
|
|
|
92
92
|
import _PERP from '../icons/PERP.svg';
|
|
93
93
|
import _PICKLE from '../icons/PICKLE.svg';
|
|
94
94
|
import _POOL from '../icons/POOL.svg';
|
|
95
|
+
import _PTUSDG from '../icons/PTUSDG.svg';
|
|
95
96
|
import _PTUSDe from '../icons/PTUSDe.svg';
|
|
96
97
|
import _PTeUSDeMay from '../icons/PTeUSDeMay.svg';
|
|
98
|
+
import _PTsUSDS from '../icons/PTsUSDS.svg';
|
|
97
99
|
import _PTsUSDeJuly from '../icons/PTsUSDeJuly.svg';
|
|
98
100
|
import _PTsrUSDe from '../icons/PTsrUSDe.svg';
|
|
99
|
-
import _PTUSDG from '../icons/PTUSDG.svg';
|
|
100
101
|
import _PYUSD from '../icons/PYUSD.svg';
|
|
101
102
|
import _RAI from '../icons/RAI.svg';
|
|
102
103
|
import _RARI from '../icons/RARI.svg';
|
|
@@ -396,6 +397,7 @@ export default {
|
|
|
396
397
|
'PERP': _PERP,
|
|
397
398
|
'PICKLE': _PICKLE,
|
|
398
399
|
'POOL': _POOL,
|
|
400
|
+
'PTUSDG': _PTUSDG,
|
|
399
401
|
'PT USDe July': _PTUSDe,
|
|
400
402
|
'PT USDe Sep': _PTUSDe,
|
|
401
403
|
'PT USDe Nov': _PTUSDe,
|
|
@@ -406,6 +408,7 @@ export default {
|
|
|
406
408
|
'PT USDe June': _PTUSDe,
|
|
407
409
|
'PT eUSDe Aug': _PTeUSDeMay,
|
|
408
410
|
'PT eUSDe May': _PTeUSDeMay,
|
|
411
|
+
'PT sUSDS': _PTsUSDS,
|
|
409
412
|
'PT sUSDe July': _PTsUSDeJuly,
|
|
410
413
|
'PT sUSDe Sep': _PTsUSDeJuly,
|
|
411
414
|
'PT sUSDe Nov': _PTsUSDeJuly,
|