@web3icons/react 4.0.20 → 4.0.21
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/NetworkMovement-3UMQKEDV.js +2 -0
- package/dist/NetworkStacks-3P4O4UYF.js +2 -0
- package/dist/NetworkSupraMovevm-7NWPYKIP.js +2 -0
- package/dist/NetworkVaulta-DH7OKSEG.js +2 -0
- package/dist/TokenA-5FLVDAQO.js +2 -0
- package/dist/chunk-2LE5V3HP.js +15 -0
- package/dist/chunk-42V4NCWA.js +15 -0
- package/dist/{chunk-4WRFUHA7.js → chunk-7CYME55L.js} +5 -0
- package/dist/{chunk-VLVDF6E7.js → chunk-OEP6MRFZ.js} +70 -62
- package/dist/{chunk-VJJYAOIL.js → chunk-UF4K3YC4.js} +173 -171
- package/dist/chunk-VKDYPSIY.js +15 -0
- package/dist/chunk-WEFACSFW.js +15 -0
- package/dist/chunk-WFBPQBTU.js +18 -0
- package/dist/dynamic.js +1 -1
- package/dist/icons/exchanges.js +11 -11
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +67 -63
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +173 -172
- package/dist/icons/wallets.js +15 -15
- package/dist/{index-CdZGric-.d.ts → index-BFnqvtiu.d.ts} +18 -2
- package/dist/{index-C47ITX4S.d.ts → index-DzJIbSFb.d.ts} +66 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +267 -262
- package/package.json +2 -2
- package/dist/{chunk-2AWDMJ5W.js → chunk-CZD4OMR5.js} +10 -10
- package/dist/{chunk-6FV736TK.js → chunk-JLQECA47.js} +14 -14
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var NetworkVaulta = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#180116", d: "M15.272 10.067h-2.441a.36.36 0 0 0-.256.106l-5.622 5.628h-3.66v-5.42L5.47 8.199v6.042h.31l5.682-5.686c.227-.228.535-.356.857-.356h2.953zm6.02-1.868h-3.66l-5.621 5.628a.36.36 0 0 1-.256.106H9.314v1.868h2.95c.324 0 .634-.129.862-.357l5.679-5.685h.311v5.105h-3.507v.937h3.507l.323-.324.302-.302 1.552-1.556z" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14.565 10.067h-2.441a.36.36 0 0 0-.256.106l-5.622 5.628h-3.66v-5.42l2.177-2.182v6.042h.31l5.682-5.686c.227-.228.535-.356.856-.356h2.954zm6.02-1.868h-3.66l-5.621 5.628a.36.36 0 0 1-.256.106H8.607v1.868h2.95c.324 0 .634-.129.862-.357l5.679-5.685h.311v5.105h-3.507v.937h3.507l.323-.324.301-.302 1.553-1.556z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#vaulta__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#2E3BFF", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M14.648 10.282h-2.17a.32.32 0 0 0-.227.094l-4.998 5.003H4V10.56l1.935-1.94v5.371h.276l5.05-5.055c.202-.202.476-.316.762-.316h2.625zM20 8.622h-3.253l-4.998 5.002a.32.32 0 0 1-.227.094h-2.17v1.66h2.623c.287 0 .563-.114.765-.317l5.048-5.053h.277v4.538h-3.118v.833h3.118l.287-.288.268-.269L20 13.44z" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "vaulta__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
NetworkVaulta.displayName = "NetworkVaulta";
|
|
13
|
+
var NetworkVaulta_default = NetworkVaulta;
|
|
14
|
+
|
|
15
|
+
export { NetworkVaulta_default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var TokenA = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#180116", d: "M15.272 10.067h-2.441a.36.36 0 0 0-.256.106l-5.622 5.628h-3.66v-5.42L5.47 8.199v6.042h.31l5.682-5.686c.227-.228.535-.356.857-.356h2.953zm6.02-1.868h-3.66l-5.621 5.628a.36.36 0 0 1-.256.106H9.314v1.868h2.95c.324 0 .634-.129.862-.357l5.679-5.685h.311v5.105h-3.507v.937h3.507l.323-.324.302-.302 1.552-1.556z" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14.565 10.067h-2.441a.36.36 0 0 0-.256.106l-5.622 5.628h-3.66v-5.42l2.177-2.182v6.042h.31l5.682-5.686c.227-.228.535-.356.856-.356h2.954zm6.02-1.868h-3.66l-5.621 5.628a.36.36 0 0 1-.256.106H8.607v1.868h2.95c.324 0 .634-.129.862-.357l5.679-5.685h.311v5.105h-3.507v.937h3.507l.323-.324.301-.302 1.553-1.556z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#A__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#2E3BFF", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M14.648 10.282h-2.17a.32.32 0 0 0-.227.094L7.253 15.38H4v-4.82l1.935-1.94v5.371h.276l5.05-5.055c.202-.202.476-.315.762-.315h2.625zM20 8.622h-3.253l-4.998 5.002a.32.32 0 0 1-.227.094h-2.17v1.66h2.623c.287 0 .563-.114.765-.317l5.048-5.053h.277v4.538h-3.118v.833h3.118l.287-.288.268-.268L20 13.44z" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "A__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
TokenA.displayName = "TokenA";
|
|
13
|
+
var TokenA_default = TokenA;
|
|
14
|
+
|
|
15
|
+
export { TokenA_default };
|
|
@@ -239,6 +239,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
239
239
|
"../icons/networks/NetworkMoonbaseAlpha.tsx": () => import('./NetworkMoonbaseAlpha-T4PGPBY3.js'),
|
|
240
240
|
"../icons/networks/NetworkMoonbeam.tsx": () => import('./NetworkMoonbeam-3XTAZTFN.js'),
|
|
241
241
|
"../icons/networks/NetworkMoonriver.tsx": () => import('./NetworkMoonriver-FCTOC2V2.js'),
|
|
242
|
+
"../icons/networks/NetworkMovement.tsx": () => import('./NetworkMovement-3UMQKEDV.js'),
|
|
242
243
|
"../icons/networks/NetworkMultiversx.tsx": () => import('./NetworkMultiversx-63SOUCDN.js'),
|
|
243
244
|
"../icons/networks/NetworkNahmii.tsx": () => import('./NetworkNahmii-CQADEDHM.js'),
|
|
244
245
|
"../icons/networks/NetworkNearProtocol.tsx": () => import('./NetworkNearProtocol-3FVOXLIP.js'),
|
|
@@ -276,6 +277,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
276
277
|
"../icons/networks/NetworkSoneium.tsx": () => import('./NetworkSoneium-AHG7AB3X.js'),
|
|
277
278
|
"../icons/networks/NetworkSongbird.tsx": () => import('./NetworkSongbird-BAP4F2DW.js'),
|
|
278
279
|
"../icons/networks/NetworkSonic.tsx": () => import('./NetworkSonic-REVS2DYW.js'),
|
|
280
|
+
"../icons/networks/NetworkStacks.tsx": () => import('./NetworkStacks-3P4O4UYF.js'),
|
|
279
281
|
"../icons/networks/NetworkStargaze.tsx": () => import('./NetworkStargaze-LASRJFNM.js'),
|
|
280
282
|
"../icons/networks/NetworkStarknet.tsx": () => import('./NetworkStarknet-BYE2QMTR.js'),
|
|
281
283
|
"../icons/networks/NetworkStatus.tsx": () => import('./NetworkStatus-VO34A2RJ.js'),
|
|
@@ -283,6 +285,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
283
285
|
"../icons/networks/NetworkStep.tsx": () => import('./NetworkStep-ND7EZM45.js'),
|
|
284
286
|
"../icons/networks/NetworkSui.tsx": () => import('./NetworkSui-JVX2O5EL.js'),
|
|
285
287
|
"../icons/networks/NetworkSuperSeed.tsx": () => import('./NetworkSuperSeed-XHZVWWVP.js'),
|
|
288
|
+
"../icons/networks/NetworkSupraMovevm.tsx": () => import('./NetworkSupraMovevm-7NWPYKIP.js'),
|
|
286
289
|
"../icons/networks/NetworkSwell.tsx": () => import('./NetworkSwell-NEDNOJ7Q.js'),
|
|
287
290
|
"../icons/networks/NetworkSys.tsx": () => import('./NetworkSys-NQGPWYVK.js'),
|
|
288
291
|
"../icons/networks/NetworkTaiko.tsx": () => import('./NetworkTaiko-7FCHB7NR.js'),
|
|
@@ -300,6 +303,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
300
303
|
"../icons/networks/NetworkVana.tsx": () => import('./NetworkVana-25GEKRZK.js'),
|
|
301
304
|
"../icons/networks/NetworkVanar.tsx": () => import('./NetworkVanar-5STMHRSA.js'),
|
|
302
305
|
"../icons/networks/NetworkVara.tsx": () => import('./NetworkVara-TNKA3J2E.js'),
|
|
306
|
+
"../icons/networks/NetworkVaulta.tsx": () => import('./NetworkVaulta-DH7OKSEG.js'),
|
|
303
307
|
"../icons/networks/NetworkVelas.tsx": () => import('./NetworkVelas-KGPGI4SM.js'),
|
|
304
308
|
"../icons/networks/NetworkViction.tsx": () => import('./NetworkViction-PRG2CQDY.js'),
|
|
305
309
|
"../icons/networks/NetworkWax.tsx": () => import('./NetworkWax-VFB3ESWR.js'),
|
|
@@ -323,6 +327,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
323
327
|
"../icons/tokens/Token1INCH.tsx": () => import('./Token1INCH-7DLYEFFB.js'),
|
|
324
328
|
"../icons/tokens/Token2DAI.tsx": () => import('./Token2DAI-5J24UJPD.js'),
|
|
325
329
|
"../icons/tokens/Token3ULL.tsx": () => import('./Token3ULL-7QJD576F.js'),
|
|
330
|
+
"../icons/tokens/TokenA.tsx": () => import('./TokenA-5FLVDAQO.js'),
|
|
326
331
|
"../icons/tokens/TokenAA.tsx": () => import('./TokenAA-S7NHX67J.js'),
|
|
327
332
|
"../icons/tokens/TokenAAG.tsx": () => import('./TokenAAG-T2JWPGJG.js'),
|
|
328
333
|
"../icons/tokens/TokenAART.tsx": () => import('./TokenAART-XSADWBB2.js'),
|
|
@@ -1,119 +1,125 @@
|
|
|
1
|
-
import { NetworkZircuit_default } from './chunk-VOJG2K4Z.js';
|
|
2
|
-
import { NetworkArbitrumOne_default } from './chunk-SW5KIBTQ.js';
|
|
3
|
-
import { NetworkBeam_default } from './chunk-LWBJFOYW.js';
|
|
4
1
|
import { NetworkFlare_default } from './chunk-46EJCBNK.js';
|
|
5
|
-
import { NetworkBitcoin_default } from './chunk-6NE5Z5PS.js';
|
|
6
|
-
import { NetworkLens_default } from './chunk-NXZBNLXS.js';
|
|
7
|
-
import { NetworkAlgorand_default } from './chunk-MOLWWY7Z.js';
|
|
8
2
|
import { NetworkSolana_default } from './chunk-AOEHNBXI.js';
|
|
9
3
|
import { NetworkMoonbase_default } from './chunk-GUEPLDIM.js';
|
|
10
4
|
import { NetworkTaiko_default } from './chunk-YPB4WNTN.js';
|
|
11
5
|
import { NetworkTron_default } from './chunk-2ULZGERR.js';
|
|
12
6
|
import { NetworkCorn_default } from './chunk-6KZEPS53.js';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { NetworkKroma_default } from './chunk-YTNY6EQB.js';
|
|
7
|
+
import { NetworkZircuit_default } from './chunk-VOJG2K4Z.js';
|
|
8
|
+
import { NetworkArbitrumOne_default } from './chunk-SW5KIBTQ.js';
|
|
9
|
+
import { NetworkBeam_default } from './chunk-LWBJFOYW.js';
|
|
17
10
|
import { NetworkInk_default } from './chunk-5XC4TEPM.js';
|
|
18
11
|
import { NetworkL3x_default } from './chunk-D2R3KYJ3.js';
|
|
12
|
+
import { NetworkMovement_default } from './chunk-VKDYPSIY.js';
|
|
19
13
|
import { NetworkHubbleExchange_default } from './chunk-AH36SYAG.js';
|
|
20
14
|
import { NetworkNexis_default } from './chunk-QC3ZRZPD.js';
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import { NetworkVana_default } from './chunk-7EY3MSDA.js';
|
|
15
|
+
import { NetworkBitcoin_default } from './chunk-6NE5Z5PS.js';
|
|
16
|
+
import { NetworkLens_default } from './chunk-NXZBNLXS.js';
|
|
17
|
+
import { NetworkAlgorand_default } from './chunk-MOLWWY7Z.js';
|
|
25
18
|
import { NetworkRonin_default } from './chunk-XX3NEO74.js';
|
|
26
19
|
import { NetworkMode_default } from './chunk-YSXBOC2N.js';
|
|
27
20
|
import { NetworkStatus_default } from './chunk-JWZ6APTJ.js';
|
|
28
21
|
import { NetworkBotanix_default } from './chunk-GTGMK3F4.js';
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
22
|
+
import { NetworkCardano_default } from './chunk-ILLVEV2S.js';
|
|
23
|
+
import { NetworkMegaEth_default } from './chunk-VRNOGSZK.js';
|
|
24
|
+
import { NetworkJuno_default } from './chunk-7ZHE5YPQ.js';
|
|
25
|
+
import { NetworkKroma_default } from './chunk-YTNY6EQB.js';
|
|
33
26
|
import { NetworkEthereum_default } from './chunk-AARLPJIG.js';
|
|
34
27
|
import { NetworkLumio_default } from './chunk-VJGXPCCH.js';
|
|
35
28
|
import { NetworkArbitrumNova_default } from './chunk-GQC2U5KJ.js';
|
|
36
29
|
import { NetworkMilkomedaA1_default } from './chunk-UQE6SXVQ.js';
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
30
|
+
import { NetworkLightlink_default } from './chunk-6IA2BLX7.js';
|
|
31
|
+
import { NetworkExpchain_default } from './chunk-YHHFBZIA.js';
|
|
32
|
+
import { NetworkZyx_default } from './chunk-JKPHGGR2.js';
|
|
33
|
+
import { NetworkVana_default } from './chunk-7EY3MSDA.js';
|
|
41
34
|
import { NetworkZeroNetwork_default } from './chunk-4QWT75QK.js';
|
|
42
35
|
import { NetworkCronosZkevm_default } from './chunk-A3KGORSA.js';
|
|
43
36
|
import { NetworkCosmosHub_default } from './chunk-UGET5XVB.js';
|
|
44
37
|
import { NetworkMoonriver_default } from './chunk-BQQGDJHF.js';
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
38
|
+
import { NetworkGravity_default } from './chunk-YJOSJ7OX.js';
|
|
39
|
+
import { NetworkKucoin_default } from './chunk-W7CKVBL6.js';
|
|
40
|
+
import { NetworkUltron_default } from './chunk-YIWQ4UI6.js';
|
|
41
|
+
import { NetworkSwell_default } from './chunk-7MKO4SAX.js';
|
|
49
42
|
import { NetworkRari_default } from './chunk-TU445MU3.js';
|
|
50
43
|
import { NetworkNahmii_default } from './chunk-W2PNB4R7.js';
|
|
51
44
|
import { NetworkXai_default } from './chunk-YQIYTQ5W.js';
|
|
52
45
|
import { NetworkTenet_default } from './chunk-UQ2F26ZD.js';
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
46
|
+
import { NetworkHarmony_default } from './chunk-RRND2SS4.js';
|
|
47
|
+
import { NetworkEos_default } from './chunk-2KDZRW25.js';
|
|
48
|
+
import { NetworkMonad_default } from './chunk-IKJDWJ2B.js';
|
|
49
|
+
import { NetworkEthereumClassic_default } from './chunk-Z3TXTFXZ.js';
|
|
57
50
|
import { NetworkStellar_default } from './chunk-JMQSULRC.js';
|
|
58
51
|
import { NetworkXdc_default } from './chunk-CSHZUKL5.js';
|
|
59
52
|
import { NetworkUnichain_default } from './chunk-H32XS44M.js';
|
|
60
53
|
import { NetworkArweave_default } from './chunk-LSFTIAPL.js';
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
54
|
+
import { NetworkImmutable_default } from './chunk-VW7SN5CO.js';
|
|
55
|
+
import { NetworkStargaze_default } from './chunk-V73DADWW.js';
|
|
56
|
+
import { NetworkBerachain_default } from './chunk-PQ6KNH2C.js';
|
|
57
|
+
import { NetworkMetisAndromeda_default } from './chunk-P74CNTSH.js';
|
|
65
58
|
import { NetworkTreasure_default } from './chunk-EYUJORW5.js';
|
|
66
59
|
import { NetworkMint_default } from './chunk-3YUAWOTQ.js';
|
|
67
60
|
import { NetworkPolygonZkevm_default } from './chunk-H2J754UF.js';
|
|
68
61
|
import { NetworkLitecoin_default } from './chunk-AAGJE4LS.js';
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
62
|
+
import { NetworkFuse_default } from './chunk-DTKP57F4.js';
|
|
63
|
+
import { NetworkTelos_default } from './chunk-OAWZMGMC.js';
|
|
64
|
+
import { NetworkElastos_default } from './chunk-S36W3DNO.js';
|
|
65
|
+
import { NetworkLycan_default } from './chunk-MWIQ7FXP.js';
|
|
73
66
|
import { NetworkCoinexSmartChain_default } from './chunk-N34HWU7U.js';
|
|
74
67
|
import { NetworkMultiversx_default } from './chunk-N5DG5HH6.js';
|
|
75
68
|
import { NetworkScroll_default } from './chunk-HASBMKVU.js';
|
|
76
69
|
import { NetworkPolygon_default } from './chunk-GEWEZMQF.js';
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
70
|
+
import { NetworkBinanceSmartChain_default } from './chunk-WTDPLAPU.js';
|
|
71
|
+
import { NetworkFilecoin_default } from './chunk-BPDU2NS3.js';
|
|
72
|
+
import { NetworkShimmerEvm_default } from './chunk-UOAFMBPY.js';
|
|
73
|
+
import { NetworkThundercore_default } from './chunk-ZEUUDSOU.js';
|
|
81
74
|
import { NetworkAbstract_default } from './chunk-SQEQ4TEB.js';
|
|
82
75
|
import { NetworkProm_default } from './chunk-LE7HKXFG.js';
|
|
83
76
|
import { NetworkApechain_default } from './chunk-UAVKH6S2.js';
|
|
84
77
|
import { NetworkFraxtal_default } from './chunk-PUXKAJCZ.js';
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
78
|
+
import { NetworkSys_default } from './chunk-OEKZIEVJ.js';
|
|
79
|
+
import { NetworkStep_default } from './chunk-4BX3U6SC.js';
|
|
80
|
+
import { NetworkOasys_default } from './chunk-OXTLYOXO.js';
|
|
81
|
+
import { NetworkBob_default } from './chunk-B2GOBZJM.js';
|
|
89
82
|
import { NetworkSui_default } from './chunk-4BHJVAFQ.js';
|
|
90
83
|
import { NetworkAcala_default } from './chunk-JQVUAJVQ.js';
|
|
91
84
|
import { NetworkZora_default } from './chunk-CSKBKLHJ.js';
|
|
92
85
|
import { NetworkRei_default } from './chunk-IWQVB5TW.js';
|
|
86
|
+
import { NetworkUltra_default } from './chunk-2B7PAOU5.js';
|
|
87
|
+
import { NetworkNibiru_default } from './chunk-HTCQ23TJ.js';
|
|
88
|
+
import { NetworkGnosis_default } from './chunk-ZX7AL7X6.js';
|
|
89
|
+
import { NetworkHemi_default } from './chunk-57FNWD7B.js';
|
|
90
|
+
import { NetworkPush_default } from './chunk-WBUXXTT2.js';
|
|
91
|
+
import { NetworkVanar_default } from './chunk-Z63NK2GZ.js';
|
|
92
|
+
import { NetworkKardia_default } from './chunk-J7AZNH66.js';
|
|
93
|
+
import { NetworkOptopia_default } from './chunk-RL7R36DW.js';
|
|
94
|
+
import { NetworkUbiq_default } from './chunk-W46QBMK6.js';
|
|
95
|
+
import { NetworkVaulta_default } from './chunk-2LE5V3HP.js';
|
|
96
|
+
import { NetworkConflux_default } from './chunk-GAAJMJ2Z.js';
|
|
97
|
+
import { NetworkKarura_default } from './chunk-EDX3LLJY.js';
|
|
98
|
+
import { NetworkStacks_default } from './chunk-WEFACSFW.js';
|
|
99
|
+
import { NetworkSuperSeed_default } from './chunk-LUZU5IAK.js';
|
|
100
|
+
import { NetworkOzean_default } from './chunk-3QJYYZIY.js';
|
|
93
101
|
import { NetworkSilicon_default } from './chunk-JVEMU7HA.js';
|
|
94
102
|
import { NetworkXrp_default } from './chunk-DJTND6FW.js';
|
|
95
103
|
import { NetworkLisk_default } from './chunk-3WQFQDFM.js';
|
|
96
104
|
import { NetworkDiode_default } from './chunk-3TDMYX7F.js';
|
|
97
105
|
import { NetworkPeaq_default } from './chunk-XA6RG2ID.js';
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import { NetworkKardia_default } from './chunk-J7AZNH66.js';
|
|
106
|
+
import { NetworkMantle_default } from './chunk-6UWKG6VC.js';
|
|
107
|
+
import { NetworkMoonbeam_default } from './chunk-225SWZFC.js';
|
|
101
108
|
import { NetworkRollux_default } from './chunk-63FO4OSZ.js';
|
|
102
109
|
import { NetworkEtherlink_default } from './chunk-OQYC3WUF.js';
|
|
103
110
|
import { NetworkBase_default } from './chunk-SZYH4RNL.js';
|
|
104
111
|
import { NetworkShiden_default } from './chunk-PDXP7XFL.js';
|
|
105
112
|
import { NetworkZetaChain_default } from './chunk-LQ5JZZOB.js';
|
|
106
113
|
import { NetworkAptos_default } from './chunk-YUFQUMMZ.js';
|
|
107
|
-
import {
|
|
108
|
-
import { NetworkOzean_default } from './chunk-3QJYYZIY.js';
|
|
114
|
+
import { NetworkLavaNetwork_default } from './chunk-KUHEZ2TF.js';
|
|
109
115
|
import { NetworkMoonbaseAlpha_default } from './chunk-FDKJEG3E.js';
|
|
110
116
|
import { NetworkMeter_default } from './chunk-RBVYLDDB.js';
|
|
111
117
|
import { NetworkTheta_default } from './chunk-NAHRV35J.js';
|
|
112
118
|
import { NetworkVara_default } from './chunk-TOQTYZ2W.js';
|
|
119
|
+
import { NetworkSupraMovevm_default } from './chunk-WFBPQBTU.js';
|
|
113
120
|
import { NetworkZilliqa_default } from './chunk-4KV2US24.js';
|
|
114
121
|
import { NetworkStarknet_default } from './chunk-FPOMUB7K.js';
|
|
115
|
-
import {
|
|
116
|
-
import { NetworkMoonbeam_default } from './chunk-225SWZFC.js';
|
|
122
|
+
import { NetworkCelo_default } from './chunk-WMWQLZZT.js';
|
|
117
123
|
import { NetworkWax_default } from './chunk-NVYRVOSW.js';
|
|
118
124
|
import { NetworkBouncebit_default } from './chunk-Y2EAD2J2.js';
|
|
119
125
|
import { NetworkEnuls_default } from './chunk-CV6VKB36.js';
|
|
@@ -121,7 +127,7 @@ import { NetworkInjective_default } from './chunk-MWRHFRE3.js';
|
|
|
121
127
|
import { NetworkOsmosis_default } from './chunk-R6CTV6TW.js';
|
|
122
128
|
import { NetworkNeonEvm_default } from './chunk-6X5EL53V.js';
|
|
123
129
|
import { NetworkRootstock_default } from './chunk-6QTUB7OL.js';
|
|
124
|
-
import {
|
|
130
|
+
import { NetworkSoneium_default } from './chunk-6TGWKG44.js';
|
|
125
131
|
import { NetworkClover_default } from './chunk-WJYTDAFZ.js';
|
|
126
132
|
import { NetworkReya_default } from './chunk-T6V2FQUQ.js';
|
|
127
133
|
import { NetworkKaia_default } from './chunk-7SSXFJDC.js';
|
|
@@ -129,7 +135,7 @@ import { NetworkFantom_default } from './chunk-N2KZCCIM.js';
|
|
|
129
135
|
import { NetworkAvalanche_default } from './chunk-R4JKYGPW.js';
|
|
130
136
|
import { NetworkChiliz_default } from './chunk-7ELBNRW4.js';
|
|
131
137
|
import { NetworkNearProtocol_default } from './chunk-MYRCL2HO.js';
|
|
132
|
-
import {
|
|
138
|
+
import { NetworkCronos_default } from './chunk-3QGQJZ54.js';
|
|
133
139
|
import { NetworkLumia_default } from './chunk-RYAHJXK6.js';
|
|
134
140
|
import { NetworkEdgeless_default } from './chunk-35E24QIV.js';
|
|
135
141
|
import { NetworkFluence_default } from './chunk-LZUMCCSM.js';
|
|
@@ -137,7 +143,7 @@ import { NetworkWemix_default } from './chunk-WVEXIUOU.js';
|
|
|
137
143
|
import { NetworkAutonomys_default } from './chunk-T5NUF7RD.js';
|
|
138
144
|
import { NetworkHashkey_default } from './chunk-3S3QI6F5.js';
|
|
139
145
|
import { NetworkDogechain_default } from './chunk-3EFYCVAE.js';
|
|
140
|
-
import {
|
|
146
|
+
import { NetworkKatana_default } from './chunk-KQLCRULS.js';
|
|
141
147
|
import { NetworkEnergyWeb_default } from './chunk-ROLMYDRH.js';
|
|
142
148
|
import { NetworkCosmos_default } from './chunk-RXJWZWIM.js';
|
|
143
149
|
import { NetworkKujira_default } from './chunk-LXVZS2KC.js';
|
|
@@ -145,7 +151,7 @@ import { NetworkOrderly_default } from './chunk-CLWGXDNW.js';
|
|
|
145
151
|
import { NetworkSeiNetwork_default } from './chunk-ZT62LWQZ.js';
|
|
146
152
|
import { NetworkMantaPacific_default } from './chunk-FTQYMKM5.js';
|
|
147
153
|
import { NetworkNeoX_default } from './chunk-SKP45AXE.js';
|
|
148
|
-
import {
|
|
154
|
+
import { NetworkSongbird_default } from './chunk-H43LA7AU.js';
|
|
149
155
|
import { NetworkHederaHashgraph_default } from './chunk-2KMLE42Z.js';
|
|
150
156
|
import { NetworkBoba_default } from './chunk-J7ZN3KLQ.js';
|
|
151
157
|
import { NetworkParadex_default } from './chunk-WGZZUG47.js';
|
|
@@ -153,7 +159,7 @@ import { NetworkXLayer_default } from './chunk-DPQNK66V.js';
|
|
|
153
159
|
import { NetworkWorld_default } from './chunk-FBNIJK3T.js';
|
|
154
160
|
import { NetworkMantra_default } from './chunk-QI2ICP4C.js';
|
|
155
161
|
import { NetworkBlast_default } from './chunk-REEMJZKS.js';
|
|
156
|
-
import {
|
|
162
|
+
import { NetworkSonic_default } from './chunk-UHYVH3LV.js';
|
|
157
163
|
import { NetworkApexLayer_default } from './chunk-5G5VJ2UW.js';
|
|
158
164
|
import { NetworkOptimism_default } from './chunk-MJAPCV2L.js';
|
|
159
165
|
import { NetworkMilkomedaC1_default } from './chunk-ERZVUYHM.js';
|
|
@@ -161,7 +167,7 @@ import { NetworkOntology_default } from './chunk-7ETB4LWL.js';
|
|
|
161
167
|
import { NetworkIotex_default } from './chunk-GFFTTZI4.js';
|
|
162
168
|
import { NetworkLoopring_default } from './chunk-G6USRXRQ.js';
|
|
163
169
|
import { NetworkLukso_default } from './chunk-HI63GUTN.js';
|
|
164
|
-
import {
|
|
170
|
+
import { NetworkKava_default } from './chunk-D7KDYFDV.js';
|
|
165
171
|
import { NetworkZksync_default } from './chunk-25M6V7UE.js';
|
|
166
172
|
import { NetworkAurora_default } from './chunk-YLY4ZFFS.js';
|
|
167
173
|
import { NetworkVelas_default } from './chunk-UID7F5PU.js';
|
|
@@ -169,7 +175,7 @@ import { NetworkTombchain_default } from './chunk-7AEVDOAM.js';
|
|
|
169
175
|
import { NetworkAstar_default } from './chunk-CDP32FVG.js';
|
|
170
176
|
import { NetworkLyra_default } from './chunk-NZPPEPBF.js';
|
|
171
177
|
import { NetworkViction_default } from './chunk-CBHIWSMY.js';
|
|
172
|
-
import {
|
|
178
|
+
import { NetworkBitkubChain_default } from './chunk-TXAP4NPF.js';
|
|
173
179
|
import { NetworkJapanOpenChain_default } from './chunk-QT53GT2L.js';
|
|
174
180
|
import { NetworkLinea_default } from './chunk-5PMFVPJ5.js';
|
|
175
181
|
import { NetworkKakarot_default } from './chunk-YIEKOJQH.js';
|
|
@@ -177,8 +183,6 @@ import { NetworkFio_default } from './chunk-ZLZYECH4.js';
|
|
|
177
183
|
import { NetworkOkex_default } from './chunk-WMFSZ2T2.js';
|
|
178
184
|
import { NetworkIotaEvm_default } from './chunk-GMADHATI.js';
|
|
179
185
|
import { NetworkPolkadot_default } from './chunk-CF4Z65CS.js';
|
|
180
|
-
import { NetworkKava_default } from './chunk-D7KDYFDV.js';
|
|
181
|
-
import { NetworkBitkubChain_default } from './chunk-TXAP4NPF.js';
|
|
182
186
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
183
187
|
|
|
184
188
|
// src/icons/networks/index.ts
|
|
@@ -288,6 +292,7 @@ __export(networks_exports, {
|
|
|
288
292
|
NetworkMoonbaseAlpha: () => NetworkMoonbaseAlpha_default,
|
|
289
293
|
NetworkMoonbeam: () => NetworkMoonbeam_default,
|
|
290
294
|
NetworkMoonriver: () => NetworkMoonriver_default,
|
|
295
|
+
NetworkMovement: () => NetworkMovement_default,
|
|
291
296
|
NetworkMultiversx: () => NetworkMultiversx_default,
|
|
292
297
|
NetworkNahmii: () => NetworkNahmii_default,
|
|
293
298
|
NetworkNearProtocol: () => NetworkNearProtocol_default,
|
|
@@ -325,6 +330,7 @@ __export(networks_exports, {
|
|
|
325
330
|
NetworkSoneium: () => NetworkSoneium_default,
|
|
326
331
|
NetworkSongbird: () => NetworkSongbird_default,
|
|
327
332
|
NetworkSonic: () => NetworkSonic_default,
|
|
333
|
+
NetworkStacks: () => NetworkStacks_default,
|
|
328
334
|
NetworkStargaze: () => NetworkStargaze_default,
|
|
329
335
|
NetworkStarknet: () => NetworkStarknet_default,
|
|
330
336
|
NetworkStatus: () => NetworkStatus_default,
|
|
@@ -332,6 +338,7 @@ __export(networks_exports, {
|
|
|
332
338
|
NetworkStep: () => NetworkStep_default,
|
|
333
339
|
NetworkSui: () => NetworkSui_default,
|
|
334
340
|
NetworkSuperSeed: () => NetworkSuperSeed_default,
|
|
341
|
+
NetworkSupraMovevm: () => NetworkSupraMovevm_default,
|
|
335
342
|
NetworkSwell: () => NetworkSwell_default,
|
|
336
343
|
NetworkSys: () => NetworkSys_default,
|
|
337
344
|
NetworkTaiko: () => NetworkTaiko_default,
|
|
@@ -349,6 +356,7 @@ __export(networks_exports, {
|
|
|
349
356
|
NetworkVana: () => NetworkVana_default,
|
|
350
357
|
NetworkVanar: () => NetworkVanar_default,
|
|
351
358
|
NetworkVara: () => NetworkVara_default,
|
|
359
|
+
NetworkVaulta: () => NetworkVaulta_default,
|
|
352
360
|
NetworkVelas: () => NetworkVelas_default,
|
|
353
361
|
NetworkViction: () => NetworkViction_default,
|
|
354
362
|
NetworkWax: () => NetworkWax_default,
|