@web3icons/react 4.0.7 → 4.0.10
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/NetworkHashkey-IYDK657F.js +2 -0
- package/dist/NetworkIotex-3Q7FVIGN.js +2 -0
- package/dist/NetworkPeaq-KLLASU5O.js +2 -0
- package/dist/TokenARI-74KWG63X.js +2 -0
- package/dist/TokenPEAQ-4Z2QJ53R.js +2 -0
- package/dist/chunk-3S3QI6F5.js +21 -0
- package/dist/{chunk-HOJ22A6W.js → chunk-EPOAGFP4.js} +205 -201
- package/dist/{chunk-DJATFF35.js → chunk-GFFTTZI4.js} +72 -73
- package/dist/{chunk-ATKYE5QI.js → chunk-KD6Y435X.js} +76 -72
- package/dist/chunk-L5DYAYD7.js +24 -0
- package/dist/chunk-LCW4S6OB.js +15 -0
- package/dist/chunk-XA6RG2ID.js +15 -0
- package/dist/icons/exchanges.js +14 -14
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +75 -73
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +204 -202
- package/dist/icons/wallets.js +20 -20
- package/dist/{index-Dl1XZc_g.d.ts → index-NDDUOdDN.d.ts} +35 -3
- package/dist/{index-tr93aKpe.d.ts → index-zNHiF62V.d.ts} +34 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +318 -310
- package/package.json +2 -2
- package/dist/NetworkIotex-5URW6B6U.js +0 -2
- package/dist/{chunk-CZD4OMR5.js → chunk-HFERKL7T.js} +13 -13
- package/dist/{chunk-JP4VH56O.js → chunk-OXEKPCDG.js} +19 -19
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"crypto logos",
|
|
12
12
|
"coin icons"
|
|
13
13
|
],
|
|
14
|
-
"version": "4.0.
|
|
14
|
+
"version": "4.0.10",
|
|
15
15
|
"private": false,
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"clean": "rm -rf dist"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@web3icons/common": "0.11.
|
|
44
|
+
"@web3icons/common": "0.11.8",
|
|
45
45
|
"react": "^18.2.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
|
|
2
|
-
import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
|
|
3
|
-
import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
|
|
4
|
-
import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
|
|
5
|
-
import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
|
|
6
1
|
import { ExchangeParaSwap_default } from './chunk-DKRDAVJ5.js';
|
|
7
2
|
import { ExchangeBinance_default } from './chunk-LYZLCRZE.js';
|
|
8
3
|
import { ExchangeUpbit_default } from './chunk-J2LRWPZO.js';
|
|
9
4
|
import { ExchangeBancor_default } from './chunk-B6M2ODPC.js';
|
|
10
|
-
import {
|
|
11
|
-
import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
|
|
12
|
-
import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
13
|
-
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
5
|
+
import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
|
|
14
6
|
import { ExchangeBybit_default } from './chunk-XVESXVHY.js';
|
|
15
7
|
import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
|
|
16
8
|
import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
|
|
17
9
|
import { ExchangeCowswap_default } from './chunk-DFXVLQAL.js';
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
10
|
+
import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
|
|
11
|
+
import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
|
|
12
|
+
import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
|
|
13
|
+
import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
|
|
22
14
|
import { Exchange1inch_default } from './chunk-WLC3S6A6.js';
|
|
23
15
|
import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
|
|
24
16
|
import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
|
|
25
17
|
import { ExchangeGemini_default } from './chunk-XADCBISI.js';
|
|
18
|
+
import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
|
|
19
|
+
import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
|
|
20
|
+
import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
21
|
+
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
26
22
|
import { ExchangeCryptoCom_default } from './chunk-RXY6NJ3J.js';
|
|
23
|
+
import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
|
|
24
|
+
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
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { WalletZerion_default } from './chunk-LBOX3JJL.js';
|
|
2
|
-
import { WalletSquads_default } from './chunk-SQWIIRKP.js';
|
|
3
|
-
import { WalletUnipass_default } from './chunk-TYDAJ3W4.js';
|
|
4
|
-
import { WalletCoinbase_default } from './chunk-HJ4BJWDQ.js';
|
|
5
1
|
import { WalletImtoken_default } from './chunk-XWAOBNAG.js';
|
|
6
2
|
import { WalletXdefi_default } from './chunk-HJOMVPD2.js';
|
|
7
3
|
import { WalletArgent_default } from './chunk-ZJKBCWQT.js';
|
|
8
|
-
import { WalletOkx_default } from './chunk-JRZE3BKC.js';
|
|
9
|
-
import { WalletAlfa1_default } from './chunk-DNAEI34U.js';
|
|
10
|
-
import { WalletTrezor_default } from './chunk-V2TRTU7Y.js';
|
|
11
|
-
import { WalletEnkrypt_default } from './chunk-NNUZMVDK.js';
|
|
12
4
|
import { WalletAlphaWallet_default } from './chunk-F2TSDS7B.js';
|
|
13
5
|
import { WalletKraken_default } from './chunk-FVP7DKUX.js';
|
|
14
6
|
import { WalletRainbow_default } from './chunk-P55FQRU7.js';
|
|
15
7
|
import { WalletLit_default } from './chunk-KZXTHPPB.js';
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
8
|
+
import { WalletZerion_default } from './chunk-LBOX3JJL.js';
|
|
9
|
+
import { WalletSquads_default } from './chunk-SQWIIRKP.js';
|
|
10
|
+
import { WalletUnipass_default } from './chunk-TYDAJ3W4.js';
|
|
11
|
+
import { WalletCoinbase_default } from './chunk-HJ4BJWDQ.js';
|
|
20
12
|
import { WalletRabby_default } from './chunk-PVDMJIIQ.js';
|
|
21
13
|
import { WalletPhantom_default } from './chunk-IWUFYKLQ.js';
|
|
22
14
|
import { WalletZengo_default } from './chunk-SCIDRDXH.js';
|
|
23
15
|
import { WalletWalletConnect_default } from './chunk-YWO2EG7H.js';
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
16
|
+
import { WalletOkx_default } from './chunk-JRZE3BKC.js';
|
|
17
|
+
import { WalletAlfa1_default } from './chunk-DNAEI34U.js';
|
|
18
|
+
import { WalletTrezor_default } from './chunk-V2TRTU7Y.js';
|
|
19
|
+
import { WalletEnkrypt_default } from './chunk-NNUZMVDK.js';
|
|
28
20
|
import { WalletMultis_default } from './chunk-QIDKOCML.js';
|
|
29
21
|
import { WalletObvious_default } from './chunk-V4GGI5VJ.js';
|
|
30
22
|
import { WalletWallet3_default } from './chunk-HWAETC7V.js';
|
|
31
23
|
import { WalletPortal_default } from './chunk-LQDZIXRV.js';
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
24
|
+
import { WalletBackpack_default } from './chunk-UFKJMVQK.js';
|
|
25
|
+
import { WalletSequence_default } from './chunk-BWVPYLG2.js';
|
|
26
|
+
import { WalletClave_default } from './chunk-YY4PERUK.js';
|
|
27
|
+
import { WalletTrust_default } from './chunk-SMAULF7M.js';
|
|
35
28
|
import { WalletVenly_default } from './chunk-4KJDEEWH.js';
|
|
36
29
|
import { WalletPillar_default } from './chunk-CE7CHV2O.js';
|
|
37
30
|
import { WalletTokenPocket_default } from './chunk-S62EZMJX.js';
|
|
38
31
|
import { WalletSender_default } from './chunk-D4NH2W6X.js';
|
|
32
|
+
import { WalletSoul_default } from './chunk-ANZY6YSX.js';
|
|
33
|
+
import { WalletRonin_default } from './chunk-7GSBH2PV.js';
|
|
34
|
+
import { WalletCoin98_default } from './chunk-M4HZVHDR.js';
|
|
35
|
+
import { WalletSafe_default } from './chunk-Y4SFWZJ7.js';
|
|
36
|
+
import { WalletMyEtherWallet_default } from './chunk-27EB7YGT.js';
|
|
37
|
+
import { WalletLedger_default } from './chunk-DG76JBLP.js';
|
|
38
|
+
import { WalletMetamask_default } from './chunk-LPLY3B6U.js';
|
|
39
39
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
40
40
|
|
|
41
41
|
// src/icons/wallets/index.ts
|