@defisaver/token-icons 0.0.29 → 0.0.30

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,10 @@
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="url(#paint0_linear_1188_24453)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M59.981 92.3037L75.657 85.7906C75.9077 75.3969 83.948 66.935 94.165 66.0233V36.5688L76.0502 66.1087L61.1606 51.2191L50.7783 61.6071L68.1524 78.9811L59.981 92.3037ZM97.8347 66.0176C108.052 66.9293 116.092 75.3912 116.343 85.7849L132.019 92.298L123.847 78.9754L141.221 61.6014L130.839 51.2191L115.955 66.1087L97.8404 36.5688V66.0176H97.8347ZM116.075 89.654C114.571 98.7029 107.094 105.729 97.8347 106.561V117.319L132.332 96.4122L116.075 89.654ZM59.6676 96.4065L75.9248 89.654C77.4292 98.7029 84.9053 105.729 94.165 106.555V117.313L59.6676 96.4065ZM131.945 107.376L97.8347 128.049V155.429L111.87 135.651L126.52 150.301L136.902 139.919L120.491 123.507L131.945 107.376ZM60.0551 107.376L94.165 128.049V155.424L80.1302 135.656L65.4799 150.301L55.0976 139.919L71.5087 123.508L60.0551 107.376ZM91.6857 80.8572C91.6857 81.5467 91.6857 82.4015 96.7173 83.9457C101.008 85.262 105.208 86.9601 105.202 91.7182C105.202 95.1941 102.028 98.8923 96.1418 98.8923C90.6372 98.8923 86.939 95.6842 86.939 90.909H91.8339C91.8339 93.5986 94.5292 93.9975 96.1418 93.9975C98.8598 93.9975 100.307 92.6755 100.307 91.7182C100.307 91.0287 100.279 90.1625 95.2471 88.6183C90.962 87.2963 86.7909 85.6096 86.7909 80.8572C86.7909 77.3813 89.9648 73.6831 95.8512 73.6831C101.356 73.6831 105.054 76.8912 105.054 81.6664H100.159C100.159 78.9768 97.4581 78.5779 95.8512 78.5779C93.1331 78.5779 91.6857 79.8999 91.6857 80.8572Z" fill="white"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_1188_24453" x1="96" y1="0" x2="96" y2="192" gradientUnits="userSpaceOnUse">
6
+ <stop/>
7
+ <stop offset="1" stop-color="#0A0A0A"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/token-icons",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -217,6 +217,7 @@ import _crvUSDP from '../icons/crvUSDP.svg';
217
217
  import _crvUSDT from '../icons/crvUSDT.svg';
218
218
  import _crvUST from '../icons/crvUST.svg';
219
219
  import _crvYBUSD from '../icons/crvYBUSD.svg';
220
+ import _frxETH from '../icons/frxETH.svg';
220
221
  import _iDAI from '../icons/iDAI.svg';
221
222
  import _imUSD from '../icons/imUSD.svg';
222
223
  import _mUSD from '../icons/mUSD.svg';
@@ -453,6 +454,7 @@ export default {
453
454
  'crvUSDT': _crvUSDT,
454
455
  'crvUST': _crvUST,
455
456
  'crvYBUSD': _crvYBUSD,
457
+ 'frxETH': _frxETH,
456
458
  'iDAI': _iDAI,
457
459
  'imUSD': _imUSD,
458
460
  'mUSD': _mUSD,