@web3icons/react 4.0.4 → 4.0.6

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.
@@ -1,22 +0,0 @@
1
- import { BaseIcon } from './chunk-MLKFOR3D.js';
2
- import { forwardRef } from 'react';
3
- import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
4
-
5
- var TokenPROM = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
6
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M11.199 21h1.656c-1.485-2.462-2.961-4.928-4.441-7.39a1.21 1.21 0 0 1-.122-1.156c.081-.211.252-.41.414-.558a3.9 3.9 0 0 1-.652-1.458c-1.512.756-1.854 2.268-.981 3.78zm-.63-5.405c.963.113 1.858.108 2.826 0 1.17-.135 2.218-.423 2.87-.864a2.47 2.47 0 0 0 1.135-2.043c0-.99-.585-1.755-1.386-2.196a3.85 3.85 0 0 1-.648 1.512c.184.194.346.441.346.684 0 .392-.436.824-.751 1.013-.37.211-.914.35-1.332.396a17 17 0 0 1-1.647.099c-.293 0-.598-.018-.891-.036-.486-.027-1.017-.059-1.49-.194l.968 1.634z" }),
7
- /* @__PURE__ */ jsx("path", { fill: "#EA7437", d: "M12.013 3c1.45 2.448.94 3.91.743 4.828-.302 1.422 1.435 1.89 1.561.234.032-.387.01-.837-.013-1.26 1.786 2.97.62 5.648-2.295 5.648-2.44 0-3.812-2.313-2.844-4.617-.108 1.22.72 1.61.585 1.053-.036-.14-.113-.383-.158-.878-.23-2.367 2.583-2.97 2.421-5.008" })
8
- ] }) || variant === "mono" && /* @__PURE__ */ jsxs(Fragment, { children: [
9
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.199 21h1.656c-1.485-2.462-2.961-4.928-4.441-7.39a1.22 1.22 0 0 1-.122-1.156c.081-.211.252-.41.414-.558a3.9 3.9 0 0 1-.652-1.458c-1.512.756-1.854 2.268-.981 3.78zm-.63-5.405c.963.113 1.858.108 2.826 0 1.17-.135 2.218-.423 2.87-.864a2.47 2.47 0 0 0 1.135-2.043c0-.99-.585-1.755-1.386-2.196a3.85 3.85 0 0 1-.648 1.512c.184.194.346.441.346.684 0 .392-.436.824-.751 1.013-.37.211-.914.35-1.332.396a17 17 0 0 1-1.647.099c-.292 0-.598-.018-.891-.036-.486-.027-1.017-.059-1.49-.194l.968 1.634z" }),
10
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.014 3c1.45 2.448.94 3.91.743 4.828-.302 1.422 1.435 1.89 1.561.234.032-.387.01-.837-.013-1.26 1.786 2.97.62 5.648-2.295 5.648-2.44 0-3.812-2.313-2.844-4.617-.108 1.22.72 1.61.585 1.053-.036-.14-.113-.383-.158-.878-.23-2.367 2.583-2.97 2.421-5.008" })
11
- ] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
12
- /* @__PURE__ */ jsxs("g", { clipPath: "url(#PROM__a)", children: [
13
- /* @__PURE__ */ jsx("path", { fill: "#EA7437", d: "M24 0H0v24h24z" }),
14
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M11.288 20h1.472c-1.32-2.188-2.632-4.38-3.948-6.568a1.08 1.08 0 0 1-.108-1.028c.072-.188.224-.364.368-.496a3.5 3.5 0 0 1-.58-1.296c-1.344.672-1.648 2.016-.872 3.36zm-.56-4.804c.856.1 1.652.096 2.512 0 1.04-.12 1.972-.376 2.552-.768a2.19 2.19 0 0 0 1.008-1.816c0-.88-.52-1.56-1.232-1.952-.093.485-.29.943-.576 1.344.164.172.308.392.308.608 0 .348-.388.732-.668.9-.328.188-.812.312-1.184.352a15 15 0 0 1-1.464.088c-.26 0-.532-.016-.792-.032-.432-.024-.904-.052-1.324-.172l.86 1.452z" }),
15
- /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12.013 4c1.288 2.176.836 3.476.66 4.292-.268 1.264 1.276 1.68 1.388.208.028-.344.008-.744-.012-1.12 1.588 2.64.552 5.02-2.04 5.02-2.168 0-3.388-2.056-2.528-4.104-.096 1.084.64 1.432.52.936-.032-.124-.1-.34-.14-.78-.204-2.104 2.296-2.64 2.152-4.452" })
16
- ] }),
17
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "PROM__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
18
- ] }) }));
19
- TokenPROM.displayName = "TokenPROM";
20
- var TokenPROM_default = TokenPROM;
21
-
22
- export { TokenPROM_default };
@@ -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
1
  import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
6
2
  import { ExchangeParaSwap_default } from './chunk-DKRDAVJ5.js';
7
3
  import { ExchangeBinance_default } from './chunk-LYZLCRZE.js';
8
4
  import { ExchangeUpbit_default } from './chunk-J2LRWPZO.js';
9
5
  import { ExchangeBancor_default } from './chunk-B6M2ODPC.js';
10
- import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
11
- import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
12
- import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
6
+ import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
13
7
  import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
14
8
  import { ExchangeBybit_default } from './chunk-XVESXVHY.js';
15
9
  import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
16
10
  import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
17
11
  import { ExchangeCowswap_default } from './chunk-DFXVLQAL.js';
18
- import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
19
- import { ExchangeAevo_default } from './chunk-JMZLYWBY.js';
20
- import { ExchangeKraken_default } from './chunk-YY2NJUZQ.js';
12
+ import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
13
+ import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
14
+ import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
21
15
  import { ExchangeParibu_default } from './chunk-EQXXIZSK.js';
22
16
  import { Exchange1inch_default } from './chunk-WLC3S6A6.js';
23
17
  import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
24
18
  import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
25
19
  import { ExchangeGemini_default } from './chunk-XADCBISI.js';
20
+ import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
21
+ import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
22
+ import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
26
23
  import { ExchangeCryptoCom_default } from './chunk-RXY6NJ3J.js';
24
+ import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
25
+ import { ExchangeAevo_default } from './chunk-JMZLYWBY.js';
26
+ import { ExchangeKraken_default } from './chunk-YY2NJUZQ.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
1
  import { WalletCoinbase_default } from './chunk-HJ4BJWDQ.js';
5
2
  import { WalletImtoken_default } from './chunk-XWAOBNAG.js';
6
3
  import { WalletXdefi_default } from './chunk-HJOMVPD2.js';
7
4
  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
5
  import { WalletEnkrypt_default } from './chunk-NNUZMVDK.js';
12
6
  import { WalletAlphaWallet_default } from './chunk-F2TSDS7B.js';
13
7
  import { WalletKraken_default } from './chunk-FVP7DKUX.js';
14
8
  import { WalletRainbow_default } from './chunk-P55FQRU7.js';
15
9
  import { WalletLit_default } from './chunk-KZXTHPPB.js';
16
- import { WalletBackpack_default } from './chunk-UFKJMVQK.js';
17
- import { WalletSequence_default } from './chunk-BWVPYLG2.js';
18
- import { WalletClave_default } from './chunk-YY4PERUK.js';
10
+ import { WalletZerion_default } from './chunk-LBOX3JJL.js';
11
+ import { WalletSquads_default } from './chunk-SQWIIRKP.js';
12
+ import { WalletUnipass_default } from './chunk-TYDAJ3W4.js';
19
13
  import { WalletTrust_default } from './chunk-SMAULF7M.js';
20
14
  import { WalletRabby_default } from './chunk-PVDMJIIQ.js';
21
15
  import { WalletPhantom_default } from './chunk-IWUFYKLQ.js';
22
16
  import { WalletZengo_default } from './chunk-SCIDRDXH.js';
23
17
  import { WalletWalletConnect_default } from './chunk-YWO2EG7H.js';
24
- import { WalletSoul_default } from './chunk-ANZY6YSX.js';
25
- import { WalletRonin_default } from './chunk-7GSBH2PV.js';
26
- import { WalletCoin98_default } from './chunk-M4HZVHDR.js';
18
+ import { WalletOkx_default } from './chunk-JRZE3BKC.js';
19
+ import { WalletAlfa1_default } from './chunk-DNAEI34U.js';
20
+ import { WalletTrezor_default } from './chunk-V2TRTU7Y.js';
27
21
  import { WalletSafe_default } from './chunk-Y4SFWZJ7.js';
28
22
  import { WalletMultis_default } from './chunk-QIDKOCML.js';
29
23
  import { WalletObvious_default } from './chunk-V4GGI5VJ.js';
30
24
  import { WalletWallet3_default } from './chunk-HWAETC7V.js';
31
25
  import { WalletPortal_default } from './chunk-LQDZIXRV.js';
32
- import { WalletMyEtherWallet_default } from './chunk-27EB7YGT.js';
33
- import { WalletLedger_default } from './chunk-DG76JBLP.js';
26
+ import { WalletBackpack_default } from './chunk-UFKJMVQK.js';
27
+ import { WalletSequence_default } from './chunk-BWVPYLG2.js';
28
+ import { WalletClave_default } from './chunk-YY4PERUK.js';
34
29
  import { WalletMetamask_default } from './chunk-LPLY3B6U.js';
35
30
  import { WalletVenly_default } from './chunk-4KJDEEWH.js';
36
31
  import { WalletPillar_default } from './chunk-CE7CHV2O.js';
37
32
  import { WalletTokenPocket_default } from './chunk-S62EZMJX.js';
38
33
  import { WalletSender_default } from './chunk-D4NH2W6X.js';
34
+ import { WalletSoul_default } from './chunk-ANZY6YSX.js';
35
+ import { WalletRonin_default } from './chunk-7GSBH2PV.js';
36
+ import { WalletCoin98_default } from './chunk-M4HZVHDR.js';
37
+ import { WalletMyEtherWallet_default } from './chunk-27EB7YGT.js';
38
+ import { WalletLedger_default } from './chunk-DG76JBLP.js';
39
39
  import { __export } from './chunk-MLKFOR3D.js';
40
40
 
41
41
  // src/icons/wallets/index.ts