@web3icons/react 4.0.19 → 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/TokenEURC-ABMDEQZW.js +2 -0
- package/dist/TokenUSDC-47LJDG77.js +2 -0
- package/dist/chunk-2LE5V3HP.js +15 -0
- package/dist/chunk-42V4NCWA.js +15 -0
- package/dist/{chunk-OOEDGHOI.js → chunk-7CYME55L.js} +7 -1
- package/dist/{chunk-WHFEG74T.js → chunk-ILYNSFLJ.js} +2 -2
- package/dist/{chunk-AY7KT5FE.js → chunk-OEP6MRFZ.js} +70 -62
- package/dist/chunk-S4REHZH2.js +16 -0
- package/dist/{chunk-3KSVFYUB.js → chunk-UF4K3YC4.js} +211 -207
- 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 +8 -8
- 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 +210 -208
- package/dist/icons/wallets.js +10 -10
- package/dist/{index-CE21veF8.d.ts → index-BFnqvtiu.d.ts} +36 -4
- package/dist/{index-C47ITX4S.d.ts → index-DzJIbSFb.d.ts} +66 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +296 -290
- package/package.json +2 -2
- package/dist/TokenUSDC-5HXMA4HB.js +0 -2
- package/dist/{chunk-W5WQCB5J.js → chunk-CZD4OMR5.js} +7 -7
- package/dist/{chunk-XXEO5LAV.js → chunk-JLQECA47.js} +9 -9
|
@@ -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'),
|
|
@@ -788,6 +793,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
788
793
|
"../icons/tokens/TokenETP.tsx": () => import('./TokenETP-QJIBSKDL.js'),
|
|
789
794
|
"../icons/tokens/TokenEUL.tsx": () => import('./TokenEUL-DZKTTM3W.js'),
|
|
790
795
|
"../icons/tokens/TokenEUNO.tsx": () => import('./TokenEUNO-DA7UFCRU.js'),
|
|
796
|
+
"../icons/tokens/TokenEURC.tsx": () => import('./TokenEURC-ABMDEQZW.js'),
|
|
791
797
|
"../icons/tokens/TokenEUROE.tsx": () => import('./TokenEUROE-YZKCW2D6.js'),
|
|
792
798
|
"../icons/tokens/TokenEURS.tsx": () => import('./TokenEURS-POSDT3UB.js'),
|
|
793
799
|
"../icons/tokens/TokenEURT.tsx": () => import('./TokenEURT-VFKZZ65L.js'),
|
|
@@ -1941,7 +1947,7 @@ var globImport_icons_s_tsx = __glob({
|
|
|
1941
1947
|
"../icons/tokens/TokenUPP.tsx": () => import('./TokenUPP-FL7NPH3U.js'),
|
|
1942
1948
|
"../icons/tokens/TokenUQC.tsx": () => import('./TokenUQC-7HLWJPSJ.js'),
|
|
1943
1949
|
"../icons/tokens/TokenURUS.tsx": () => import('./TokenURUS-OZUI5RI2.js'),
|
|
1944
|
-
"../icons/tokens/TokenUSDC.tsx": () => import('./TokenUSDC-
|
|
1950
|
+
"../icons/tokens/TokenUSDC.tsx": () => import('./TokenUSDC-47LJDG77.js'),
|
|
1945
1951
|
"../icons/tokens/TokenUSDD.tsx": () => import('./TokenUSDD-7XFYPDS3.js'),
|
|
1946
1952
|
"../icons/tokens/TokenUSDT.tsx": () => import('./TokenUSDT-TXMLOGLS.js'),
|
|
1947
1953
|
"../icons/tokens/TokenUSDV.tsx": () => import('./TokenUSDV-APBVG4OS.js'),
|
|
@@ -2,9 +2,9 @@ import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
|
|
5
|
-
var TokenUSDC = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#
|
|
5
|
+
var TokenUSDC = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#0B53BF", d: "M12 21c4.99 0 9-4.01 9-9s-4.01-9-9-9-9 4.01-9 9 4.01 9 9 9m2.475-7.578c0-1.31-.787-1.76-2.362-1.946-1.125-.152-1.35-.45-1.35-.978 0-.523.377-.86 1.125-.86.675 0 1.052.224 1.237.787.04.112.152.185.265.185h.596a.256.256 0 0 0 .264-.259v-.039c-.152-.827-.827-1.614-1.687-1.687v-.827c0-.152-.113-.265-.298-.298h-.495c-.152 0-.293.112-.332.298v.827c-1.125.151-1.873 1.012-1.873 1.951 0 1.238.748 1.722 2.323 1.913 1.052.185 1.39.41 1.39 1.012 0 .597-.53 1.013-1.238 1.013-.98 0-1.316-.416-1.429-.979-.034-.146-.146-.225-.259-.225h-.641a.256.256 0 0 0-.259.264v.04c.146.934.748 1.575 1.986 1.76v.833c0 .152.112.253.298.293h.54c.146 0 .248-.102.287-.293v-.833c1.125-.185 1.912-.939 1.912-1.952m-6.262 2.803a5.6 5.6 0 0 0 1.875 1.135c.112.079.225.225.225.338v.528c0 .073 0 .113-.04.146-.033.152-.185.225-.337.152a6.751 6.751 0 0 1 0-12.864c.04-.034.112-.034.152-.034.152.034.225.147.225.298v.524c0 .19-.073.303-.225.376a5.55 5.55 0 0 0-3.336 3.336 5.59 5.59 0 0 0 1.46 6.065m5.514-10.413c.034-.152.186-.225.338-.152a6.8 6.8 0 0 1 4.387 4.427c1.125 3.56-.827 7.352-4.387 8.477-.04.033-.113.033-.152.033-.152-.033-.225-.146-.225-.298v-.523c0-.191.073-.303.225-.377a5.55 5.55 0 0 0 3.335-3.335 5.585 5.585 0 0 0-3.335-7.2c-.113-.079-.225-.225-.225-.377v-.523c0-.079 0-.113.04-.152", fillRule: "evenodd", clipRule: "evenodd" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 21c4.99 0 9-4.01 9-9s-4.01-9-9-9-9 4.01-9 9 4.01 9 9 9m2.475-7.578c0-1.31-.787-1.76-2.362-1.946-1.125-.152-1.35-.45-1.35-.978 0-.523.377-.86 1.125-.86.675 0 1.052.224 1.237.787.04.112.152.185.265.185h.596a.256.256 0 0 0 .264-.259v-.039c-.152-.827-.827-1.614-1.687-1.687v-.827c0-.152-.113-.265-.298-.298h-.495c-.152 0-.293.112-.332.298v.827c-1.125.151-1.873 1.012-1.873 1.951 0 1.238.748 1.722 2.323 1.913 1.052.185 1.39.41 1.39 1.012 0 .597-.53 1.013-1.238 1.013-.98 0-1.316-.416-1.429-.979-.034-.146-.146-.225-.259-.225h-.641a.256.256 0 0 0-.259.264v.04c.146.934.748 1.575 1.986 1.76v.833c0 .152.112.253.298.293h.54c.146 0 .248-.102.287-.293v-.833c1.125-.185 1.912-.939 1.912-1.952m-6.262 2.803a5.6 5.6 0 0 0 1.875 1.135c.112.079.225.225.225.338v.528c0 .073 0 .113-.04.146-.033.152-.185.225-.337.152a6.751 6.751 0 0 1 0-12.864c.04-.034.112-.034.152-.034.152.034.225.147.225.298v.524c0 .19-.073.303-.225.376a5.55 5.55 0 0 0-3.336 3.336 5.59 5.59 0 0 0 1.46 6.065m5.514-10.413c.034-.152.186-.225.338-.152a6.8 6.8 0 0 1 4.387 4.427c1.125 3.56-.827 7.352-4.387 8.477-.04.033-.113.033-.152.033-.152-.033-.225-.146-.225-.298v-.523c0-.191.073-.303.225-.377a5.55 5.55 0 0 0 3.335-3.335 5.585 5.585 0 0 0-3.335-7.2c-.113-.079-.225-.225-.225-.377v-.523c0-.079 0-.113.04-.152", fillRule: "evenodd", clipRule: "evenodd" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
6
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#USDC__a)", children: [
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fill: "#
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#0B53BF", d: "M24 0H0v24h24z" }),
|
|
8
8
|
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12 20c4.435 0 8-3.565 8-8s-3.565-8-8-8-8 3.565-8 8 3.565 8 8 8m2.2-6.735c0-1.165-.7-1.565-2.1-1.73-1-.135-1.2-.4-1.2-.87 0-.465.335-.765 1-.765.6 0 .935.2 1.1.7.035.1.135.165.235.165h.53c.135 0 .235-.1.235-.23v-.036c-.135-.734-.735-1.434-1.5-1.5v-.734c0-.135-.1-.235-.265-.265h-.44c-.135 0-.26.1-.295.265V9c-1 .135-1.665.9-1.665 1.735 0 1.1.665 1.53 2.065 1.7.935.165 1.235.365 1.235.9 0 .53-.47.9-1.1.9-.87 0-1.17-.37-1.27-.87-.03-.13-.13-.2-.23-.2h-.57c-.13 0-.23.1-.23.235v.035c.13.83.665 1.4 1.765 1.565v.74c0 .135.1.224.265.26h.48c.13 0 .22-.09.255-.26V15c1-.165 1.7-.835 1.7-1.735m-5.566 2.49c.483.443 1.05.786 1.666 1.01.1.07.2.2.2.3v.47c0 .064 0 .1-.035.13-.03.134-.165.2-.3.134a6 6 0 0 1 0-11.435c.035-.03.1-.03.135-.03.135.03.2.13.2.265v.465c0 .17-.065.27-.2.335a4.93 4.93 0 0 0-2.965 2.965 4.965 4.965 0 0 0 1.299 5.391M13.535 6.5c.03-.135.165-.2.3-.135a6.05 6.05 0 0 1 3.9 3.935c1 3.165-.735 6.535-3.9 7.535-.035.03-.1.03-.135.03-.135-.03-.2-.13-.2-.265v-.465c0-.17.065-.27.2-.335a4.93 4.93 0 0 0 2.965-2.965 4.967 4.967 0 0 0-2.965-6.4c-.1-.07-.2-.2-.2-.335v-.465c0-.07 0-.1.035-.135", fillRule: "evenodd", clipRule: "evenodd" })
|
|
9
9
|
] }),
|
|
10
10
|
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "USDC__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
@@ -1,184 +1,188 @@
|
|
|
1
|
-
import { NetworkArbitrumOne_default } from './chunk-SW5KIBTQ.js';
|
|
2
|
-
import { NetworkBeam_default } from './chunk-LWBJFOYW.js';
|
|
3
1
|
import { NetworkFlare_default } from './chunk-46EJCBNK.js';
|
|
4
|
-
import { NetworkLens_default } from './chunk-NXZBNLXS.js';
|
|
5
|
-
import { NetworkAlgorand_default } from './chunk-MOLWWY7Z.js';
|
|
6
2
|
import { NetworkSolana_default } from './chunk-AOEHNBXI.js';
|
|
7
3
|
import { NetworkMoonbase_default } from './chunk-GUEPLDIM.js';
|
|
8
4
|
import { NetworkTaiko_default } from './chunk-YPB4WNTN.js';
|
|
9
5
|
import { NetworkTron_default } from './chunk-2ULZGERR.js';
|
|
10
6
|
import { NetworkCorn_default } from './chunk-6KZEPS53.js';
|
|
11
7
|
import { NetworkZircuit_default } from './chunk-VOJG2K4Z.js';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { NetworkKroma_default } from './chunk-YTNY6EQB.js';
|
|
8
|
+
import { NetworkArbitrumOne_default } from './chunk-SW5KIBTQ.js';
|
|
9
|
+
import { NetworkBeam_default } from './chunk-LWBJFOYW.js';
|
|
15
10
|
import { NetworkInk_default } from './chunk-5XC4TEPM.js';
|
|
16
11
|
import { NetworkL3x_default } from './chunk-D2R3KYJ3.js';
|
|
12
|
+
import { NetworkMovement_default } from './chunk-VKDYPSIY.js';
|
|
17
13
|
import { NetworkHubbleExchange_default } from './chunk-AH36SYAG.js';
|
|
18
14
|
import { NetworkNexis_default } from './chunk-QC3ZRZPD.js';
|
|
19
15
|
import { NetworkBitcoin_default } from './chunk-6NE5Z5PS.js';
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import { NetworkVana_default } from './chunk-7EY3MSDA.js';
|
|
16
|
+
import { NetworkLens_default } from './chunk-NXZBNLXS.js';
|
|
17
|
+
import { NetworkAlgorand_default } from './chunk-MOLWWY7Z.js';
|
|
23
18
|
import { NetworkRonin_default } from './chunk-XX3NEO74.js';
|
|
24
19
|
import { NetworkMode_default } from './chunk-YSXBOC2N.js';
|
|
25
20
|
import { NetworkStatus_default } from './chunk-JWZ6APTJ.js';
|
|
26
21
|
import { NetworkBotanix_default } from './chunk-GTGMK3F4.js';
|
|
27
22
|
import { NetworkCardano_default } from './chunk-ILLVEV2S.js';
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
23
|
+
import { NetworkMegaEth_default } from './chunk-VRNOGSZK.js';
|
|
24
|
+
import { NetworkJuno_default } from './chunk-7ZHE5YPQ.js';
|
|
25
|
+
import { NetworkKroma_default } from './chunk-YTNY6EQB.js';
|
|
31
26
|
import { NetworkEthereum_default } from './chunk-AARLPJIG.js';
|
|
32
27
|
import { NetworkLumio_default } from './chunk-VJGXPCCH.js';
|
|
33
28
|
import { NetworkArbitrumNova_default } from './chunk-GQC2U5KJ.js';
|
|
34
29
|
import { NetworkMilkomedaA1_default } from './chunk-UQE6SXVQ.js';
|
|
35
30
|
import { NetworkLightlink_default } from './chunk-6IA2BLX7.js';
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
31
|
+
import { NetworkExpchain_default } from './chunk-YHHFBZIA.js';
|
|
32
|
+
import { NetworkZyx_default } from './chunk-JKPHGGR2.js';
|
|
33
|
+
import { NetworkVana_default } from './chunk-7EY3MSDA.js';
|
|
39
34
|
import { NetworkZeroNetwork_default } from './chunk-4QWT75QK.js';
|
|
40
35
|
import { NetworkCronosZkevm_default } from './chunk-A3KGORSA.js';
|
|
41
36
|
import { NetworkCosmosHub_default } from './chunk-UGET5XVB.js';
|
|
42
37
|
import { NetworkMoonriver_default } from './chunk-BQQGDJHF.js';
|
|
43
38
|
import { NetworkGravity_default } from './chunk-YJOSJ7OX.js';
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
39
|
+
import { NetworkKucoin_default } from './chunk-W7CKVBL6.js';
|
|
40
|
+
import { NetworkUltron_default } from './chunk-YIWQ4UI6.js';
|
|
41
|
+
import { NetworkSwell_default } from './chunk-7MKO4SAX.js';
|
|
47
42
|
import { NetworkRari_default } from './chunk-TU445MU3.js';
|
|
48
43
|
import { NetworkNahmii_default } from './chunk-W2PNB4R7.js';
|
|
49
44
|
import { NetworkXai_default } from './chunk-YQIYTQ5W.js';
|
|
50
45
|
import { NetworkTenet_default } from './chunk-UQ2F26ZD.js';
|
|
51
46
|
import { NetworkHarmony_default } from './chunk-RRND2SS4.js';
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
47
|
+
import { NetworkEos_default } from './chunk-2KDZRW25.js';
|
|
48
|
+
import { NetworkMonad_default } from './chunk-IKJDWJ2B.js';
|
|
49
|
+
import { NetworkEthereumClassic_default } from './chunk-Z3TXTFXZ.js';
|
|
55
50
|
import { NetworkStellar_default } from './chunk-JMQSULRC.js';
|
|
56
51
|
import { NetworkXdc_default } from './chunk-CSHZUKL5.js';
|
|
57
52
|
import { NetworkUnichain_default } from './chunk-H32XS44M.js';
|
|
58
53
|
import { NetworkArweave_default } from './chunk-LSFTIAPL.js';
|
|
59
54
|
import { NetworkImmutable_default } from './chunk-VW7SN5CO.js';
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
55
|
+
import { NetworkStargaze_default } from './chunk-V73DADWW.js';
|
|
56
|
+
import { NetworkBerachain_default } from './chunk-PQ6KNH2C.js';
|
|
57
|
+
import { NetworkMetisAndromeda_default } from './chunk-P74CNTSH.js';
|
|
63
58
|
import { NetworkTreasure_default } from './chunk-EYUJORW5.js';
|
|
64
59
|
import { NetworkMint_default } from './chunk-3YUAWOTQ.js';
|
|
65
60
|
import { NetworkPolygonZkevm_default } from './chunk-H2J754UF.js';
|
|
66
61
|
import { NetworkLitecoin_default } from './chunk-AAGJE4LS.js';
|
|
67
62
|
import { NetworkFuse_default } from './chunk-DTKP57F4.js';
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
63
|
+
import { NetworkTelos_default } from './chunk-OAWZMGMC.js';
|
|
64
|
+
import { NetworkElastos_default } from './chunk-S36W3DNO.js';
|
|
65
|
+
import { NetworkLycan_default } from './chunk-MWIQ7FXP.js';
|
|
71
66
|
import { NetworkCoinexSmartChain_default } from './chunk-N34HWU7U.js';
|
|
72
67
|
import { NetworkMultiversx_default } from './chunk-N5DG5HH6.js';
|
|
73
68
|
import { NetworkScroll_default } from './chunk-HASBMKVU.js';
|
|
74
69
|
import { NetworkPolygon_default } from './chunk-GEWEZMQF.js';
|
|
75
70
|
import { NetworkBinanceSmartChain_default } from './chunk-WTDPLAPU.js';
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
71
|
+
import { NetworkFilecoin_default } from './chunk-BPDU2NS3.js';
|
|
72
|
+
import { NetworkShimmerEvm_default } from './chunk-UOAFMBPY.js';
|
|
73
|
+
import { NetworkThundercore_default } from './chunk-ZEUUDSOU.js';
|
|
79
74
|
import { NetworkAbstract_default } from './chunk-SQEQ4TEB.js';
|
|
80
75
|
import { NetworkProm_default } from './chunk-LE7HKXFG.js';
|
|
81
76
|
import { NetworkApechain_default } from './chunk-UAVKH6S2.js';
|
|
82
77
|
import { NetworkFraxtal_default } from './chunk-PUXKAJCZ.js';
|
|
83
78
|
import { NetworkSys_default } from './chunk-OEKZIEVJ.js';
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
79
|
+
import { NetworkStep_default } from './chunk-4BX3U6SC.js';
|
|
80
|
+
import { NetworkOasys_default } from './chunk-OXTLYOXO.js';
|
|
81
|
+
import { NetworkBob_default } from './chunk-B2GOBZJM.js';
|
|
87
82
|
import { NetworkSui_default } from './chunk-4BHJVAFQ.js';
|
|
88
83
|
import { NetworkAcala_default } from './chunk-JQVUAJVQ.js';
|
|
89
84
|
import { NetworkZora_default } from './chunk-CSKBKLHJ.js';
|
|
90
85
|
import { NetworkRei_default } from './chunk-IWQVB5TW.js';
|
|
91
86
|
import { NetworkUltra_default } from './chunk-2B7PAOU5.js';
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import { NetworkPeaq_default } from './chunk-XA6RG2ID.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';
|
|
96
90
|
import { NetworkPush_default } from './chunk-WBUXXTT2.js';
|
|
97
91
|
import { NetworkVanar_default } from './chunk-Z63NK2GZ.js';
|
|
98
92
|
import { NetworkKardia_default } from './chunk-J7AZNH66.js';
|
|
99
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';
|
|
101
|
+
import { NetworkSilicon_default } from './chunk-JVEMU7HA.js';
|
|
102
|
+
import { NetworkXrp_default } from './chunk-DJTND6FW.js';
|
|
103
|
+
import { NetworkLisk_default } from './chunk-3WQFQDFM.js';
|
|
104
|
+
import { NetworkDiode_default } from './chunk-3TDMYX7F.js';
|
|
105
|
+
import { NetworkPeaq_default } from './chunk-XA6RG2ID.js';
|
|
106
|
+
import { NetworkMantle_default } from './chunk-6UWKG6VC.js';
|
|
107
|
+
import { NetworkMoonbeam_default } from './chunk-225SWZFC.js';
|
|
108
|
+
import { NetworkRollux_default } from './chunk-63FO4OSZ.js';
|
|
100
109
|
import { NetworkEtherlink_default } from './chunk-OQYC3WUF.js';
|
|
101
110
|
import { NetworkBase_default } from './chunk-SZYH4RNL.js';
|
|
102
111
|
import { NetworkShiden_default } from './chunk-PDXP7XFL.js';
|
|
103
112
|
import { NetworkZetaChain_default } from './chunk-LQ5JZZOB.js';
|
|
104
113
|
import { NetworkAptos_default } from './chunk-YUFQUMMZ.js';
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import { NetworkSilicon_default } from './chunk-JVEMU7HA.js';
|
|
114
|
+
import { NetworkLavaNetwork_default } from './chunk-KUHEZ2TF.js';
|
|
115
|
+
import { NetworkMoonbaseAlpha_default } from './chunk-FDKJEG3E.js';
|
|
108
116
|
import { NetworkMeter_default } from './chunk-RBVYLDDB.js';
|
|
109
117
|
import { NetworkTheta_default } from './chunk-NAHRV35J.js';
|
|
110
118
|
import { NetworkVara_default } from './chunk-TOQTYZ2W.js';
|
|
119
|
+
import { NetworkSupraMovevm_default } from './chunk-WFBPQBTU.js';
|
|
111
120
|
import { NetworkZilliqa_default } from './chunk-4KV2US24.js';
|
|
112
121
|
import { NetworkStarknet_default } from './chunk-FPOMUB7K.js';
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import { NetworkRollux_default } from './chunk-63FO4OSZ.js';
|
|
122
|
+
import { NetworkCelo_default } from './chunk-WMWQLZZT.js';
|
|
123
|
+
import { NetworkWax_default } from './chunk-NVYRVOSW.js';
|
|
116
124
|
import { NetworkBouncebit_default } from './chunk-Y2EAD2J2.js';
|
|
117
125
|
import { NetworkEnuls_default } from './chunk-CV6VKB36.js';
|
|
118
126
|
import { NetworkInjective_default } from './chunk-MWRHFRE3.js';
|
|
119
127
|
import { NetworkOsmosis_default } from './chunk-R6CTV6TW.js';
|
|
120
128
|
import { NetworkNeonEvm_default } from './chunk-6X5EL53V.js';
|
|
121
129
|
import { NetworkRootstock_default } from './chunk-6QTUB7OL.js';
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
130
|
+
import { NetworkSoneium_default } from './chunk-6TGWKG44.js';
|
|
131
|
+
import { NetworkClover_default } from './chunk-WJYTDAFZ.js';
|
|
124
132
|
import { NetworkReya_default } from './chunk-T6V2FQUQ.js';
|
|
125
133
|
import { NetworkKaia_default } from './chunk-7SSXFJDC.js';
|
|
126
134
|
import { NetworkFantom_default } from './chunk-N2KZCCIM.js';
|
|
127
135
|
import { NetworkAvalanche_default } from './chunk-R4JKYGPW.js';
|
|
128
136
|
import { NetworkChiliz_default } from './chunk-7ELBNRW4.js';
|
|
129
137
|
import { NetworkNearProtocol_default } from './chunk-MYRCL2HO.js';
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
138
|
+
import { NetworkCronos_default } from './chunk-3QGQJZ54.js';
|
|
139
|
+
import { NetworkLumia_default } from './chunk-RYAHJXK6.js';
|
|
132
140
|
import { NetworkEdgeless_default } from './chunk-35E24QIV.js';
|
|
133
141
|
import { NetworkFluence_default } from './chunk-LZUMCCSM.js';
|
|
134
142
|
import { NetworkWemix_default } from './chunk-WVEXIUOU.js';
|
|
135
143
|
import { NetworkAutonomys_default } from './chunk-T5NUF7RD.js';
|
|
136
144
|
import { NetworkHashkey_default } from './chunk-3S3QI6F5.js';
|
|
137
145
|
import { NetworkDogechain_default } from './chunk-3EFYCVAE.js';
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
146
|
+
import { NetworkKatana_default } from './chunk-KQLCRULS.js';
|
|
147
|
+
import { NetworkEnergyWeb_default } from './chunk-ROLMYDRH.js';
|
|
140
148
|
import { NetworkCosmos_default } from './chunk-RXJWZWIM.js';
|
|
141
149
|
import { NetworkKujira_default } from './chunk-LXVZS2KC.js';
|
|
142
150
|
import { NetworkOrderly_default } from './chunk-CLWGXDNW.js';
|
|
143
151
|
import { NetworkSeiNetwork_default } from './chunk-ZT62LWQZ.js';
|
|
144
152
|
import { NetworkMantaPacific_default } from './chunk-FTQYMKM5.js';
|
|
145
153
|
import { NetworkNeoX_default } from './chunk-SKP45AXE.js';
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
154
|
+
import { NetworkSongbird_default } from './chunk-H43LA7AU.js';
|
|
155
|
+
import { NetworkHederaHashgraph_default } from './chunk-2KMLE42Z.js';
|
|
148
156
|
import { NetworkBoba_default } from './chunk-J7ZN3KLQ.js';
|
|
149
157
|
import { NetworkParadex_default } from './chunk-WGZZUG47.js';
|
|
150
158
|
import { NetworkXLayer_default } from './chunk-DPQNK66V.js';
|
|
151
159
|
import { NetworkWorld_default } from './chunk-FBNIJK3T.js';
|
|
152
160
|
import { NetworkMantra_default } from './chunk-QI2ICP4C.js';
|
|
153
161
|
import { NetworkBlast_default } from './chunk-REEMJZKS.js';
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
162
|
+
import { NetworkSonic_default } from './chunk-UHYVH3LV.js';
|
|
163
|
+
import { NetworkApexLayer_default } from './chunk-5G5VJ2UW.js';
|
|
156
164
|
import { NetworkOptimism_default } from './chunk-MJAPCV2L.js';
|
|
157
165
|
import { NetworkMilkomedaC1_default } from './chunk-ERZVUYHM.js';
|
|
158
166
|
import { NetworkOntology_default } from './chunk-7ETB4LWL.js';
|
|
159
167
|
import { NetworkIotex_default } from './chunk-GFFTTZI4.js';
|
|
160
168
|
import { NetworkLoopring_default } from './chunk-G6USRXRQ.js';
|
|
161
169
|
import { NetworkLukso_default } from './chunk-HI63GUTN.js';
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
170
|
+
import { NetworkKava_default } from './chunk-D7KDYFDV.js';
|
|
171
|
+
import { NetworkZksync_default } from './chunk-25M6V7UE.js';
|
|
164
172
|
import { NetworkAurora_default } from './chunk-YLY4ZFFS.js';
|
|
165
173
|
import { NetworkVelas_default } from './chunk-UID7F5PU.js';
|
|
166
174
|
import { NetworkTombchain_default } from './chunk-7AEVDOAM.js';
|
|
167
175
|
import { NetworkAstar_default } from './chunk-CDP32FVG.js';
|
|
168
176
|
import { NetworkLyra_default } from './chunk-NZPPEPBF.js';
|
|
169
177
|
import { NetworkViction_default } from './chunk-CBHIWSMY.js';
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
178
|
+
import { NetworkBitkubChain_default } from './chunk-TXAP4NPF.js';
|
|
179
|
+
import { NetworkJapanOpenChain_default } from './chunk-QT53GT2L.js';
|
|
172
180
|
import { NetworkLinea_default } from './chunk-5PMFVPJ5.js';
|
|
173
181
|
import { NetworkKakarot_default } from './chunk-YIEKOJQH.js';
|
|
174
182
|
import { NetworkFio_default } from './chunk-ZLZYECH4.js';
|
|
175
183
|
import { NetworkOkex_default } from './chunk-WMFSZ2T2.js';
|
|
176
184
|
import { NetworkIotaEvm_default } from './chunk-GMADHATI.js';
|
|
177
185
|
import { NetworkPolkadot_default } from './chunk-CF4Z65CS.js';
|
|
178
|
-
import { NetworkKava_default } from './chunk-D7KDYFDV.js';
|
|
179
|
-
import { NetworkZksync_default } from './chunk-25M6V7UE.js';
|
|
180
|
-
import { NetworkBitkubChain_default } from './chunk-TXAP4NPF.js';
|
|
181
|
-
import { NetworkJapanOpenChain_default } from './chunk-QT53GT2L.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,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var TokenEURC = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#0B53BF", d: "M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18m-1.62 2.447A6.74 6.74 0 0 0 5.25 12a6.74 6.74 0 0 0 5.13 6.553v-1.158A5.63 5.63 0 0 1 6.375 12a5.64 5.64 0 0 1 4.005-5.395zm3.24 1.158A5.64 5.64 0 0 1 17.625 12a5.64 5.64 0 0 1-4.005 5.395v1.158A6.74 6.74 0 0 0 18.75 12a6.74 6.74 0 0 0-5.13-6.553zm-.923 2.02c-1.317 0-2.648.737-3.13 2.166h-.863v.844h.69a4 4 0 0 0 0 .73h-.69v.844h.863c.482 1.43 1.813 2.166 3.13 2.166a3.4 3.4 0 0 0 1.576-.377l-.36-.854a3.4 3.4 0 0 1-1.232.247c-.813 0-1.58-.347-1.947-1.182h1.79l.348-.844h-2.346a4 4 0 0 1 0-.73h2.644l.349-.844h-2.785c.367-.835 1.133-1.182 1.947-1.182.41 0 .837.091 1.231.248l.36-.855a3.4 3.4 0 0 0-1.575-.377" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18m-1.62 2.447A6.74 6.74 0 0 0 5.25 12a6.74 6.74 0 0 0 5.13 6.553v-1.158A5.63 5.63 0 0 1 6.375 12a5.64 5.64 0 0 1 4.005-5.395zm3.24 1.158A5.64 5.64 0 0 1 17.625 12a5.64 5.64 0 0 1-4.005 5.395v1.158A6.74 6.74 0 0 0 18.75 12a6.74 6.74 0 0 0-5.13-6.553zm-.923 2.02c-1.317 0-2.648.737-3.13 2.166h-.863v.844h.69a4 4 0 0 0 0 .73h-.69v.844h.863c.482 1.43 1.813 2.166 3.13 2.166a3.4 3.4 0 0 0 1.576-.377l-.36-.854a3.4 3.4 0 0 1-1.232.247c-.813 0-1.58-.347-1.947-1.182h1.79l.348-.844h-2.346a4 4 0 0 1 0-.73h2.644l.349-.844h-2.785c.367-.835 1.133-1.182 1.947-1.182.41 0 .837.091 1.231.248l.36-.855a3.4 3.4 0 0 0-1.575-.377" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#EURC__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("mask", { id: "EURC__b", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M24 0H0v24h24z" }) }),
|
|
8
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#EURC__b)", children: /* @__PURE__ */ jsx("path", { fill: "#0B53BF", d: "M24 0H0v24h24z" }) }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16m-1.44 2.175A5.99 5.99 0 0 0 6 12c0 2.82 1.94 5.185 4.56 5.825v-1.03a5.008 5.008 0 0 1 0-9.59zm2.88 1.03A5.01 5.01 0 0 1 17 12a5.01 5.01 0 0 1-3.56 4.795v1.03A5.99 5.99 0 0 0 18 12c0-2.82-1.94-5.185-4.56-5.825zM12.62 9c-1.17 0-2.354.654-2.782 1.925H9.07v.75h.614a4 4 0 0 0 0 .65H9.07v.75h.768C10.266 14.345 11.45 15 12.62 15c.485 0 .97-.11 1.4-.335l-.32-.76c-.35.14-.73.22-1.094.22-.723 0-1.405-.308-1.731-1.05h1.59l.31-.75H10.69a3.4 3.4 0 0 1 0-.65h2.35l.31-.75h-2.475c.326-.742 1.008-1.05 1.73-1.05.365 0 .745.08 1.095.22l.32-.76A3 3 0 0 0 12.62 9" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "EURC__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
12
|
+
] }) }));
|
|
13
|
+
TokenEURC.displayName = "TokenEURC";
|
|
14
|
+
var TokenEURC_default = TokenEURC;
|
|
15
|
+
|
|
16
|
+
export { TokenEURC_default };
|