@defisaver/token-icons 0.0.28 → 0.0.29

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/tBTC.svg ADDED
@@ -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_1820_33285)"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M109 49.0605C109 56.2739 103.152 62.1215 95.9389 62.1215C88.7259 62.1215 82.8782 56.2739 82.8782 49.0605C82.8782 41.8476 88.7259 36 95.9389 36C103.152 36 109 41.8476 109 49.0605ZM46 107.748H82.0253V156H108.071V107.748H144.097V85.2138H46V107.748Z" fill="white"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_1820_33285" 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.28",
3
+ "version": "0.0.29",
4
4
  "description": "",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
package/src/icons.js CHANGED
@@ -227,6 +227,7 @@ import _sfrxETH from '../icons/sfrxETH.svg';
227
227
  import _stETH from '../icons/stETH.svg';
228
228
  import _steCRV from '../icons/steCRV.svg';
229
229
  import _stkAAVE from '../icons/stkAAVE.svg';
230
+ import _tBTC from '../icons/tBTC.svg';
230
231
  import _wOETH from '../icons/wOETH.svg';
231
232
  import _wOUSD from '../icons/wOUSD.svg';
232
233
  import _wstETH from '../icons/wstETH.svg';
@@ -462,6 +463,7 @@ export default {
462
463
  'stETH': _stETH,
463
464
  'steCRV': _steCRV,
464
465
  'stkAAVE': _stkAAVE,
466
+ 'tBTC': _tBTC,
465
467
  'wOETH': _wOETH,
466
468
  'wOUSD': _wOUSD,
467
469
  'wstETH': _wstETH,