@web3icons/react 4.0.10 → 4.0.12
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/dist/.tsbuildinfo +1 -1
- package/dist/NetworkBerachain-SK66LJNZ.js +2 -0
- package/dist/NetworkMegaEth-VLTEWEUT.js +2 -0
- package/dist/WalletMetamask-VN655TBM.js +2 -0
- package/dist/chunk-675K4HKZ.js +29 -0
- package/dist/chunk-FDUJBYGP.js +2334 -0
- package/dist/chunk-PQ6KNH2C.js +15 -0
- package/dist/{chunk-OXEKPCDG.js → chunk-R5XFNRIH.js} +10 -10
- package/dist/{chunk-KD6Y435X.js → chunk-RUCEFKH5.js} +27 -25
- package/dist/chunk-VRNOGSZK.js +25 -0
- package/dist/dynamic.d.ts +109 -0
- package/dist/dynamic.js +2 -0
- package/dist/icons/exchanges.js +7 -7
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +27 -26
- package/dist/icons/tokens.js +229 -229
- package/dist/icons/wallets.d.ts +1 -1
- package/dist/icons/wallets.js +11 -11
- package/dist/{index-NDDUOdDN.d.ts → index-C3HoJJmk.d.ts} +21 -5
- package/dist/{index-DHl2O-5a.d.ts → index-DCq77WMz.d.ts} +2 -2
- package/dist/index.d.ts +11 -105
- package/dist/index.js +276 -2605
- package/package.json +16 -12
- package/dist/NetworkBerachain-5YQGLB5S.js +0 -2
- package/dist/WalletMetamask-JCMQZ5PK.js +0 -2
- package/dist/chunk-LPLY3B6U.js +0 -39
- package/dist/chunk-Y4HMPO5S.js +0 -15
- package/dist/{chunk-EPOAGFP4.js → chunk-BPJEXDL6.js} +228 -228
- package/dist/{chunk-HFERKL7T.js → chunk-QA6AMY3B.js} +6 -6
|
@@ -1,29 +1,29 @@
|
|
|
1
|
+
import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
|
|
2
|
+
import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
|
|
1
3
|
import { ExchangeParaSwap_default } from './chunk-DKRDAVJ5.js';
|
|
2
4
|
import { ExchangeBinance_default } from './chunk-LYZLCRZE.js';
|
|
3
5
|
import { ExchangeUpbit_default } from './chunk-J2LRWPZO.js';
|
|
4
6
|
import { ExchangeBancor_default } from './chunk-B6M2ODPC.js';
|
|
5
7
|
import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
|
|
8
|
+
import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
9
|
+
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
6
10
|
import { ExchangeBybit_default } from './chunk-XVESXVHY.js';
|
|
7
11
|
import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
|
|
8
12
|
import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
|
|
9
13
|
import { ExchangeCowswap_default } from './chunk-DFXVLQAL.js';
|
|
10
14
|
import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
|
|
11
15
|
import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
16
|
+
import { ExchangeKraken_default } from './chunk-YY2NJUZQ.js';
|
|
17
|
+
import { ExchangeParibu_default } from './chunk-EQXXIZSK.js';
|
|
14
18
|
import { Exchange1inch_default } from './chunk-WLC3S6A6.js';
|
|
15
19
|
import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
|
|
16
20
|
import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
|
|
17
21
|
import { ExchangeGemini_default } from './chunk-XADCBISI.js';
|
|
18
22
|
import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
|
|
19
23
|
import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
|
|
20
|
-
import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
21
|
-
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
22
24
|
import { ExchangeCryptoCom_default } from './chunk-RXY6NJ3J.js';
|
|
23
25
|
import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
|
|
24
26
|
import { ExchangeAevo_default } from './chunk-JMZLYWBY.js';
|
|
25
|
-
import { ExchangeKraken_default } from './chunk-YY2NJUZQ.js';
|
|
26
|
-
import { ExchangeParibu_default } from './chunk-EQXXIZSK.js';
|
|
27
27
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
28
28
|
|
|
29
29
|
// src/icons/exchanges/index.ts
|