@web3icons/react 4.0.24 → 4.0.26
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/NetworkBase-RZLP64L3.js +2 -0
- package/dist/TokenSAFE-DF4DKDJI.js +2 -0
- package/dist/WalletAtomic-PM2EFHMP.js +2 -0
- package/dist/WalletBitbox-X43OLLNR.js +2 -0
- package/dist/WalletBlue-WVMZVQWV.js +2 -0
- package/dist/WalletExodus-MOLZ3RH5.js +2 -0
- package/dist/WalletGlow-JMUHU5CK.js +2 -0
- package/dist/WalletKeplr-25C37L5Y.js +2 -0
- package/dist/WalletKukai-IQJC7CMT.js +2 -0
- package/dist/WalletSolflare-53FIVOV7.js +2 -0
- package/dist/WalletTemple-WDPV6IXY.js +2 -0
- package/dist/chunk-72XJEZJI.js +15 -0
- package/dist/chunk-ACGSE4ZZ.js +15 -0
- package/dist/{chunk-PFEQDTT6.js → chunk-COWBSWIL.js} +28 -10
- package/dist/{chunk-D6S2Q2D3.js → chunk-DY4T2EGR.js} +1 -1
- package/dist/chunk-FPABLP3N.js +49 -0
- package/dist/chunk-GU7U5KBF.js +22 -0
- package/dist/chunk-IMP2M74L.js +139 -0
- package/dist/{chunk-XOQ2DF3Z.js → chunk-KAEIVEN2.js} +1 -1
- package/dist/chunk-N33GGJ54.js +15 -0
- package/dist/chunk-NDFZYKOP.js +27 -0
- package/dist/chunk-ONLYU5BK.js +22 -0
- package/dist/chunk-SDH7SA5H.js +15 -0
- package/dist/chunk-UWZTEAKD.js +27 -0
- package/dist/{chunk-TK23TEZU.js → chunk-YJREC6G5.js} +11 -2
- package/dist/chunk-ZCQTBOPD.js +51 -0
- package/dist/dynamic.js +1 -1
- package/dist/icons/exchanges.js +4 -4
- package/dist/icons/networks.d.ts +1 -1
- package/dist/icons/networks.js +2 -2
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +2 -2
- package/dist/icons/wallets.d.ts +1 -1
- package/dist/icons/wallets.js +20 -11
- package/dist/{index-Bed3Fgkt.d.ts → index---38zDwc.d.ts} +3 -3
- package/dist/{index-Dx7UAGHk.d.ts → index-DF-_dRIt.d.ts} +4 -2
- package/dist/{index-DCq77WMz.d.ts → index-Dnes7WhY.d.ts} +142 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +29 -20
- package/package.json +2 -2
- package/dist/NetworkBase-WCY7KMSF.js +0 -2
- package/dist/TokenSAFE-FP4XEFL5.js +0 -2
- package/dist/chunk-4E5NCQTB.js +0 -55
- package/dist/chunk-SZYH4RNL.js +0 -15
- package/dist/{chunk-TGQAHMMG.js → chunk-W5WQCB5J.js} +3 -3
|
@@ -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 WalletBitbox = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#000", d: "M4 16.608v-4.18l3.569-1.452V4.467L11.116 3v10.69zm16 .036v-4.175l-3.569-1.457v-6.51l-3.547-1.457v10.68zm-7.99-1.493-7.094 2.935L12.006 21l7.115-2.93z" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4 16.608v-4.18l3.569-1.452V4.467L11.116 3v10.69zm16 .036v-4.175l-3.569-1.457v-6.51l-3.547-1.457v10.68zm-7.99-1.493-7.094 2.935L12.006 21l7.115-2.93z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#bitbox__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M5 16.096v-3.715l3.123-1.29V5.303L11.226 4v9.501zm14 .032v-3.711l-3.123-1.295V5.336L12.775 4.04v9.493zM12.01 14.8l-6.209 2.61L12.005 20l6.226-2.604z" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "bitbox__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
WalletBitbox.displayName = "WalletBitbox";
|
|
13
|
+
var WalletBitbox_default = WalletBitbox;
|
|
14
|
+
|
|
15
|
+
export { WalletBitbox_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 WalletSolflare = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#FFEF46", d: "m12.063 12.715 1.245-1.199 2.32.757c1.518.505 2.278 1.43 2.278 2.734 0 .988-.38 1.64-1.14 2.481l-.231.253.084-.59c.337-2.144-.295-3.07-2.383-3.742zM8.942 5.376l6.327 2.103-1.37 1.304-3.291-1.094c-1.139-.378-1.519-.988-1.666-2.27zm-.38 10.682 1.434-1.367 2.7.884c1.413.462 1.898 1.072 1.75 2.607zM6.748 9.96c0-.4.211-.778.57-1.093.38.547 1.033 1.03 2.067 1.367l2.235.736-1.244 1.198-2.194-.715c-1.012-.336-1.434-.84-1.434-1.493M13.371 21c4.64-3.07 7.129-5.152 7.129-7.717 0-1.704-1.012-2.65-3.248-3.386l-1.687-.568 4.619-4.415-.928-.989-1.371 1.199L11.409 3c-2.003.652-4.534 2.565-4.534 4.479 0 .21.02.42.084.652-1.666.946-2.341 1.83-2.341 2.923 0 1.03.548 2.06 2.299 2.628l1.392.463L3.5 18.75l.928.988 1.498-1.366z" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m12.063 12.715 1.245-1.199 2.32.757c1.518.505 2.278 1.43 2.278 2.734 0 .988-.38 1.64-1.14 2.481l-.231.253.084-.59c.337-2.144-.295-3.07-2.383-3.742zM8.942 5.376l6.327 2.103-1.37 1.304-3.291-1.094c-1.139-.378-1.519-.988-1.666-2.27zm-.38 10.682 1.434-1.367 2.7.884c1.413.462 1.898 1.072 1.75 2.607zM6.748 9.96c0-.4.211-.778.57-1.093.38.547 1.033 1.03 2.067 1.367l2.235.736-1.244 1.198-2.194-.715c-1.012-.336-1.434-.84-1.434-1.493M13.371 21c4.64-3.07 7.129-5.152 7.129-7.717 0-1.704-1.012-2.65-3.248-3.386l-1.687-.568 4.619-4.415-.928-.989-1.371 1.199L11.409 3c-2.003.652-4.534 2.565-4.534 4.479 0 .21.02.42.084.652-1.666.946-2.341 1.83-2.341 2.923 0 1.03.548 2.06 2.299 2.628l1.392.463L3.5 18.75l.928.988 1.498-1.366z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#solflare__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#FFEF46", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#02050A", d: "m12.056 12.636 1.098-1.066 2.047.673c1.34.449 2.01 1.271 2.01 2.43 0 .878-.335 1.458-1.005 2.205l-.205.225.075-.524c.297-1.906-.26-2.729-2.103-3.327zM9.3 6.112l5.584 1.87-1.21 1.158-2.903-.972c-1.005-.336-1.34-.878-1.47-2.018zm-.335 9.496 1.266-1.216 2.382.786c1.247.41 1.675.953 1.545 2.317zm-1.6-5.421c0-.355.186-.692.502-.972.335.486.912.916 1.824 1.215l1.973.654-1.098 1.066-1.935-.636c-.894-.299-1.266-.748-1.266-1.327M13.21 20c4.094-2.729 6.29-4.58 6.29-6.86 0-1.514-.893-2.355-2.866-3.01l-1.489-.504 4.076-3.925-.819-.879-1.21 1.066L11.48 4c-1.768.58-4.001 2.28-4.001 3.981 0 .187.018.374.074.58-1.47.84-2.066 1.626-2.066 2.598 0 .916.484 1.832 2.029 2.336l1.228.412L4.5 18l.819.878 1.321-1.214z" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "solflare__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
WalletSolflare.displayName = "WalletSolflare";
|
|
13
|
+
var WalletSolflare_default = WalletSolflare;
|
|
14
|
+
|
|
15
|
+
export { WalletSolflare_default };
|
|
@@ -1,41 +1,50 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WalletArgent_default } from './chunk-ZJKBCWQT.js';
|
|
2
2
|
import { WalletZerion_default } from './chunk-LBOX3JJL.js';
|
|
3
3
|
import { WalletSquads_default } from './chunk-SQWIIRKP.js';
|
|
4
|
+
import { WalletTemple_default } from './chunk-IMP2M74L.js';
|
|
4
5
|
import { WalletUnipass_default } from './chunk-TYDAJ3W4.js';
|
|
5
6
|
import { WalletCoinbase_default } from './chunk-HJ4BJWDQ.js';
|
|
6
7
|
import { WalletImtoken_default } from './chunk-XWAOBNAG.js';
|
|
7
8
|
import { WalletXdefi_default } from './chunk-HJOMVPD2.js';
|
|
8
|
-
import {
|
|
9
|
-
import { WalletWalletConnect_default } from './chunk-YWO2EG7H.js';
|
|
10
|
-
import { WalletOkx_default } from './chunk-JRZE3BKC.js';
|
|
9
|
+
import { WalletSolflare_default } from './chunk-ACGSE4ZZ.js';
|
|
11
10
|
import { WalletAlfa1_default } from './chunk-DNAEI34U.js';
|
|
11
|
+
import { WalletBitbox_default } from './chunk-72XJEZJI.js';
|
|
12
12
|
import { WalletTrezor_default } from './chunk-V2TRTU7Y.js';
|
|
13
13
|
import { WalletEnkrypt_default } from './chunk-NNUZMVDK.js';
|
|
14
14
|
import { WalletAlphaWallet_default } from './chunk-F2TSDS7B.js';
|
|
15
15
|
import { WalletKraken_default } from './chunk-FVP7DKUX.js';
|
|
16
16
|
import { WalletRainbow_default } from './chunk-P55FQRU7.js';
|
|
17
|
+
import { WalletLit_default } from './chunk-KZXTHPPB.js';
|
|
18
|
+
import { WalletRabby_default } from './chunk-PVDMJIIQ.js';
|
|
19
|
+
import { WalletPhantom_default } from './chunk-IWUFYKLQ.js';
|
|
20
|
+
import { WalletAtomic_default } from './chunk-UWZTEAKD.js';
|
|
21
|
+
import { WalletZengo_default } from './chunk-SCIDRDXH.js';
|
|
22
|
+
import { WalletWalletConnect_default } from './chunk-YWO2EG7H.js';
|
|
23
|
+
import { WalletKeplr_default } from './chunk-ONLYU5BK.js';
|
|
24
|
+
import { WalletOkx_default } from './chunk-JRZE3BKC.js';
|
|
25
|
+
import { WalletExodus_default } from './chunk-ZCQTBOPD.js';
|
|
26
|
+
import { WalletObvious_default } from './chunk-V4GGI5VJ.js';
|
|
27
|
+
import { WalletGlow_default } from './chunk-NDFZYKOP.js';
|
|
28
|
+
import { WalletWallet3_default } from './chunk-HWAETC7V.js';
|
|
17
29
|
import { WalletPortal_default } from './chunk-LQDZIXRV.js';
|
|
18
30
|
import { WalletBackpack_default } from './chunk-UFKJMVQK.js';
|
|
19
31
|
import { WalletSequence_default } from './chunk-BWVPYLG2.js';
|
|
20
32
|
import { WalletClave_default } from './chunk-YY4PERUK.js';
|
|
21
33
|
import { WalletTrust_default } from './chunk-SMAULF7M.js';
|
|
22
|
-
import {
|
|
23
|
-
import { WalletPhantom_default } from './chunk-IWUFYKLQ.js';
|
|
24
|
-
import { WalletZengo_default } from './chunk-SCIDRDXH.js';
|
|
34
|
+
import { WalletTokenPocket_default } from './chunk-S62EZMJX.js';
|
|
25
35
|
import { WalletSender_default } from './chunk-D4NH2W6X.js';
|
|
26
36
|
import { WalletSoul_default } from './chunk-ANZY6YSX.js';
|
|
27
37
|
import { WalletRonin_default } from './chunk-7GSBH2PV.js';
|
|
28
38
|
import { WalletCoin98_default } from './chunk-M4HZVHDR.js';
|
|
29
39
|
import { WalletSafe_default } from './chunk-Y4SFWZJ7.js';
|
|
30
40
|
import { WalletMultis_default } from './chunk-QIDKOCML.js';
|
|
31
|
-
import {
|
|
32
|
-
import { WalletWallet3_default } from './chunk-HWAETC7V.js';
|
|
41
|
+
import { WalletBlue_default } from './chunk-FPABLP3N.js';
|
|
33
42
|
import { WalletMyEtherWallet_default } from './chunk-27EB7YGT.js';
|
|
34
43
|
import { WalletLedger_default } from './chunk-DG76JBLP.js';
|
|
35
44
|
import { WalletMetamask_default } from './chunk-675K4HKZ.js';
|
|
36
45
|
import { WalletVenly_default } from './chunk-4KJDEEWH.js';
|
|
37
46
|
import { WalletPillar_default } from './chunk-CE7CHV2O.js';
|
|
38
|
-
import {
|
|
47
|
+
import { WalletKukai_default } from './chunk-GU7U5KBF.js';
|
|
39
48
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
40
49
|
|
|
41
50
|
// src/icons/wallets/index.ts
|
|
@@ -44,13 +53,20 @@ __export(wallets_exports, {
|
|
|
44
53
|
WalletAlfa1: () => WalletAlfa1_default,
|
|
45
54
|
WalletAlphaWallet: () => WalletAlphaWallet_default,
|
|
46
55
|
WalletArgent: () => WalletArgent_default,
|
|
56
|
+
WalletAtomic: () => WalletAtomic_default,
|
|
47
57
|
WalletBackpack: () => WalletBackpack_default,
|
|
58
|
+
WalletBitbox: () => WalletBitbox_default,
|
|
59
|
+
WalletBlue: () => WalletBlue_default,
|
|
48
60
|
WalletClave: () => WalletClave_default,
|
|
49
61
|
WalletCoin98: () => WalletCoin98_default,
|
|
50
62
|
WalletCoinbase: () => WalletCoinbase_default,
|
|
51
63
|
WalletEnkrypt: () => WalletEnkrypt_default,
|
|
64
|
+
WalletExodus: () => WalletExodus_default,
|
|
65
|
+
WalletGlow: () => WalletGlow_default,
|
|
52
66
|
WalletImtoken: () => WalletImtoken_default,
|
|
67
|
+
WalletKeplr: () => WalletKeplr_default,
|
|
53
68
|
WalletKraken: () => WalletKraken_default,
|
|
69
|
+
WalletKukai: () => WalletKukai_default,
|
|
54
70
|
WalletLedger: () => WalletLedger_default,
|
|
55
71
|
WalletLit: () => WalletLit_default,
|
|
56
72
|
WalletMetamask: () => WalletMetamask_default,
|
|
@@ -67,8 +83,10 @@ __export(wallets_exports, {
|
|
|
67
83
|
WalletSafe: () => WalletSafe_default,
|
|
68
84
|
WalletSender: () => WalletSender_default,
|
|
69
85
|
WalletSequence: () => WalletSequence_default,
|
|
86
|
+
WalletSolflare: () => WalletSolflare_default,
|
|
70
87
|
WalletSoul: () => WalletSoul_default,
|
|
71
88
|
WalletSquads: () => WalletSquads_default,
|
|
89
|
+
WalletTemple: () => WalletTemple_default,
|
|
72
90
|
WalletTokenPocket: () => WalletTokenPocket_default,
|
|
73
91
|
WalletTrezor: () => WalletTrezor_default,
|
|
74
92
|
WalletTrust: () => WalletTrust_default,
|
|
@@ -1334,7 +1334,7 @@ import { TokenNULS_default } from './chunk-WWE3J524.js';
|
|
|
1334
1334
|
import { TokenFUN_default } from './chunk-PNL4WCMZ.js';
|
|
1335
1335
|
import { TokenZEE_default } from './chunk-BGYUUVNK.js';
|
|
1336
1336
|
import { TokenVRA_default } from './chunk-QIWHQFNT.js';
|
|
1337
|
-
import { TokenSAFE_default } from './chunk-
|
|
1337
|
+
import { TokenSAFE_default } from './chunk-SDH7SA5H.js';
|
|
1338
1338
|
import { TokenDBR_default } from './chunk-BKVISCKF.js';
|
|
1339
1339
|
import { TokenDAI_default } from './chunk-F4KBNJYN.js';
|
|
1340
1340
|
import { TokenCGO_default } from './chunk-4IS7JLCI.js';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletBlue = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__a)", d: "M8.298 3h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.325.552 3.143v7.309c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.19-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 18.017 3 17.358 3 15.539V8.23c0-1.818.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542C5.788 3.189 6.456 3 8.298 3", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__b)", d: "M8.298 7.154h7.404c1.842 0 2.51.19 3.184.545a3.73 3.73 0 0 1 1.562 1.542c.36.665.552 1.324.552 3.143v2.924c0 1.819-.192 2.478-.552 3.143a3.73 3.73 0 0 1-1.562 1.542c-.674.356-1.342.545-3.184.545H8.298c-1.842 0-2.51-.189-3.184-.545a3.73 3.73 0 0 1-1.562-1.542C3.192 17.786 3 17.127 3 15.308v-2.924c0-1.819.192-2.478.552-3.143a3.73 3.73 0 0 1 1.562-1.542c.674-.356 1.342-.545 3.184-.545", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__c)", d: "M7.212 11.539h9.576c1.234 0 1.853.16 2.423.46.57.302 1.017.743 1.322 1.306.305.562.467 1.174.467 2.392v1.145c0 1.218-.162 1.83-.467 2.392a3.16 3.16 0 0 1-1.322 1.305c-.57.3-1.19.461-2.423.461H7.212c-1.234 0-1.853-.16-2.423-.461a3.16 3.16 0 0 1-1.322-1.305C3.162 18.671 3 18.06 3 16.842v-1.145c0-1.218.162-1.83.467-2.392A3.16 3.16 0 0 1 4.79 12c.57-.301 1.19-.461 2.423-.461", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
9
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
10
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__a", x1: "903", x2: "903", y1: "53.433", y2: "1779.92", gradientUnits: "userSpaceOnUse", children: [
|
|
11
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#174697" }),
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#0C2550" })
|
|
13
|
+
] }),
|
|
14
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__b", x1: "903", x2: "903", y1: "7.154", y2: "1317.29", gradientUnits: "userSpaceOnUse", children: [
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#3F78DC" }),
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#2F5FB3" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__c", x1: "903", x2: "903", y1: "37.324", y2: "957.69", gradientUnits: "userSpaceOnUse", children: [
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#8BD7F9" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#68BBE1" })
|
|
21
|
+
] })
|
|
22
|
+
] })
|
|
23
|
+
] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
24
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#blue__a)", children: [
|
|
25
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M24 0H0v24h24z" }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__b)", d: "M8.71 4h6.58c1.638 0 2.232.168 2.83.484.6.316 1.07.78 1.39 1.371S20 7.033 20 8.65v6.497c0 1.616-.17 2.203-.49 2.793a3.3 3.3 0 0 1-1.39 1.371c-.598.317-1.192.485-2.83.485H8.71c-1.638 0-2.232-.169-2.83-.485a3.3 3.3 0 0 1-1.39-1.37C4.17 17.35 4 16.763 4 15.147V8.649c0-1.616.17-2.203.49-2.794a3.3 3.3 0 0 1 1.39-1.37C6.477 4.167 7.071 4 8.71 4", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
27
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__c)", d: "M8.71 7.692h6.58c1.638 0 2.232.169 2.83.485.6.316 1.07.78 1.39 1.37.32.592.49 1.178.49 2.794v2.6c0 1.616-.17 2.202-.49 2.794a3.3 3.3 0 0 1-1.39 1.37c-.598.317-1.192.485-2.83.485H8.71c-1.638 0-2.232-.168-2.83-.485a3.3 3.3 0 0 1-1.39-1.37C4.17 17.144 4 16.557 4 14.94v-2.6c0-1.616.17-2.202.49-2.793s.79-1.055 1.39-1.371c.598-.316 1.192-.485 2.83-.485", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
28
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#blue__d)", d: "M7.744 11.59h8.512c1.096 0 1.647.142 2.154.41.506.267.904.66 1.175 1.16.27.5.415 1.043.415 2.126v1.018c0 1.083-.144 1.626-.415 2.126s-.669.893-1.175 1.16c-.507.268-1.058.41-2.154.41H7.744c-1.096 0-1.647-.142-2.154-.41a2.8 2.8 0 0 1-1.175-1.16c-.27-.5-.415-1.043-.415-2.126v-1.018c0-1.083.144-1.626.415-2.126s.669-.893 1.175-1.16c.507-.268 1.058-.41 2.154-.41", fillRule: "evenodd", clipRule: "evenodd" })
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
31
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__b", x1: "804", x2: "804", y1: "48.83", y2: "1583.48", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#174697" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#0C2550" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__c", x1: "804", x2: "804", y1: "7.692", y2: "1172.26", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#3F78DC" }),
|
|
37
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#2F5FB3" })
|
|
38
|
+
] }),
|
|
39
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "blue__d", x1: "804", x2: "804", y1: "34.511", y2: "852.613", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#8BD7F9" }),
|
|
41
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#68BBE1" })
|
|
42
|
+
] }),
|
|
43
|
+
/* @__PURE__ */ jsx("clipPath", { id: "blue__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })
|
|
44
|
+
] })
|
|
45
|
+
] }) }));
|
|
46
|
+
WalletBlue.displayName = "WalletBlue";
|
|
47
|
+
var WalletBlue_default = WalletBlue;
|
|
48
|
+
|
|
49
|
+
export { WalletBlue_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletKukai = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "#5963FF", d: "M12 7.67a4.33 4.33 0 1 0 0 8.66 4.33 4.33 0 0 0 0-8.66m0 6.3a1.97 1.97 0 1 1 0-3.94 1.97 1.97 0 0 1 0 3.94", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#5963FF", d: "M17.4 3H6.6A3.6 3.6 0 0 0 3 6.6v10.8A3.6 3.6 0 0 0 6.6 21h10.8a3.6 3.6 0 0 0 3.6-3.6V6.6A3.6 3.6 0 0 0 17.4 3m.406 12.18q.072.052.136.117a1.183 1.183 0 0 1-1.585 1.756l-.037-.031a.385.385 0 0 0-.49-.02A6.27 6.27 0 0 1 12 18.3a6.27 6.27 0 0 1-3.83-1.297.385.385 0 0 0-.49.019l-.037.03a1.185 1.185 0 1 1-1.449-1.873.38.38 0 0 0 .118-.467A6.3 6.3 0 0 1 5.7 12c0-.97.22-1.89.612-2.712a.38.38 0 0 0-.123-.47l-.038-.03a1.184 1.184 0 1 1 1.532-1.806.38.38 0 0 0 .486.015 6.27 6.27 0 0 1 3.83-1.297 6.28 6.28 0 0 1 3.83 1.297.385.385 0 0 0 .49-.019l.037-.03a1.185 1.185 0 1 1 1.448 1.873.38.38 0 0 0-.117.467c.392.822.612 1.741.612 2.712 0 .97-.22 1.89-.612 2.712a.38.38 0 0 0 .119.467", fillRule: "evenodd", clipRule: "evenodd" })
|
|
8
|
+
] }) || variant === "mono" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 7.67a4.33 4.33 0 1 0 0 8.66 4.33 4.33 0 0 0 0-8.66m0 6.3a1.97 1.97 0 1 1 0-3.94 1.97 1.97 0 0 1 0 3.94", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M17.4 3H6.6A3.6 3.6 0 0 0 3 6.6v10.8A3.6 3.6 0 0 0 6.6 21h10.8a3.6 3.6 0 0 0 3.6-3.6V6.6A3.6 3.6 0 0 0 17.4 3m.406 12.18q.072.052.136.117a1.183 1.183 0 0 1-1.585 1.756l-.037-.031a.385.385 0 0 0-.49-.02A6.27 6.27 0 0 1 12 18.3a6.27 6.27 0 0 1-3.83-1.297.385.385 0 0 0-.49.019l-.037.03a1.185 1.185 0 1 1-1.449-1.873.38.38 0 0 0 .118-.467A6.3 6.3 0 0 1 5.7 12c0-.97.22-1.89.612-2.712a.38.38 0 0 0-.123-.47l-.038-.03a1.184 1.184 0 1 1 1.532-1.806.38.38 0 0 0 .486.015 6.27 6.27 0 0 1 3.83-1.297 6.28 6.28 0 0 1 3.83 1.297.385.385 0 0 0 .49-.019l.037-.03a1.185 1.185 0 1 1 1.448 1.873.38.38 0 0 0-.117.467c.392.822.612 1.741.612 2.712 0 .97-.22 1.89-.612 2.712a.38.38 0 0 0 .119.467", fillRule: "evenodd", clipRule: "evenodd" })
|
|
11
|
+
] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#kukai__a)", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#5963FF", d: "M24 0H0v24h24z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12 8.152a3.849 3.849 0 1 0 0 7.697 3.849 3.849 0 0 0 0-7.697m0 5.6a1.751 1.751 0 1 1 0-3.502 1.751 1.751 0 0 1 0 3.502", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M16.8 4H7.2A3.2 3.2 0 0 0 4 7.2v9.6A3.2 3.2 0 0 0 7.2 20h9.6a3.2 3.2 0 0 0 3.2-3.2V7.2A3.2 3.2 0 0 0 16.8 4m.36 10.826q.065.047.122.104a1.052 1.052 0 0 1-1.41 1.56l-.032-.026a.34.34 0 0 0-.435-.017A5.58 5.58 0 0 1 12 17.6c-1.28 0-2.461-.43-3.404-1.153a.34.34 0 0 0-.436.017l-.033.027a1.053 1.053 0 1 1-1.288-1.665.336.336 0 0 0 .105-.416A5.6 5.6 0 0 1 6.4 12c0-.863.195-1.68.544-2.41a.34.34 0 0 0-.11-.419l-.033-.026A1.052 1.052 0 1 1 8.162 7.54a.34.34 0 0 0 .432.013A5.58 5.58 0 0 1 12 6.4c1.28 0 2.46.43 3.404 1.153.13.1.312.092.436-.017l.032-.027a1.053 1.053 0 1 1 1.289 1.666.336.336 0 0 0-.105.415c.349.73.544 1.547.544 2.41s-.195 1.68-.544 2.41a.34.34 0 0 0 .106.416", fillRule: "evenodd", clipRule: "evenodd" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "kukai__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
18
|
+
] }) }));
|
|
19
|
+
WalletKukai.displayName = "WalletKukai";
|
|
20
|
+
var WalletKukai_default = WalletKukai;
|
|
21
|
+
|
|
22
|
+
export { WalletKukai_default };
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletTemple = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__a)", d: "M15.333 8.537H18L16.666 3H7.334l1.334 5.537h2.664l1.333 5.54H11l.667 2.768h1.665l.667 2.77H18z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__b)", d: "M16.666 9.923h-1.002l-.332-1.385H18z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__c)", d: "M15.333 5.77H9.335l-.17-.692h6.669z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__d)", d: "M7.334 9.922 6 4.385 7.334 3l1.333 5.537z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__e)", d: "M13.332 16.844h-1.665l-1.334 1.386h1.665z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__f)", d: "M10.001 9.923H7.334l1.334-1.385h2.664z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__g)", d: "M12.666 14.078H11l-.998-4.155 1.33-1.385z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__h)", d: "M11.667 16.845 11 14.078l-1.334 1.385.667 2.767z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__i)", d: "m13.999 19.615-.667-2.77-1.334 1.385.667 2.77z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__j)", d: "m16.667 19.615-3-12.46-.534.552L16 19.615l-.535.555h.667z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__k)", d: "M16.331 7.155h-.667l-.332-1.385.502-.692z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__l)", d: "m16.667 19.615-.535.555h-.667l.535-.555h-2L12.664 21h4.002L18 19.615z" }),
|
|
18
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
19
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__a", x1: "7.333", x2: "17.999", y1: "11.308", y2: "11.308", gradientUnits: "userSpaceOnUse", children: [
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { offset: ".002", stopColor: "#FCC33C" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FFEE50" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__b", x1: "17.999", x2: "15.332", y1: "9.231", y2: "9.231", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FB9828" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
26
|
+
] }),
|
|
27
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__c", x1: "15.833", x2: "9.167", y1: "5.423", y2: "5.423", gradientUnits: "userSpaceOnUse", children: [
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
29
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
30
|
+
] }),
|
|
31
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__d", x1: "6.551", x2: "8.231", y1: "3.203", y2: "9.691", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__e", x1: "10.333", x2: "13.333", y1: "17.538", y2: "17.538", gradientUnits: "userSpaceOnUse", children: [
|
|
36
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
37
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
38
|
+
] }),
|
|
39
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__f", x1: "7.333", x2: "11.333", y1: "9.231", y2: "9.231", gradientUnits: "userSpaceOnUse", children: [
|
|
40
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
41
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
42
|
+
] }),
|
|
43
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__g", x1: "11.88", x2: "10.453", y1: "14.281", y2: "8.767", gradientUnits: "userSpaceOnUse", children: [
|
|
44
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
45
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
46
|
+
] }),
|
|
47
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__h", x1: "11.116", x2: "10.15", y1: "18.028", y2: "14.297", gradientUnits: "userSpaceOnUse", children: [
|
|
48
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FB9828" }),
|
|
49
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
50
|
+
] }),
|
|
51
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__i", x1: "13.449", x2: "12.483", y1: "20.797", y2: "17.066", gradientUnits: "userSpaceOnUse", children: [
|
|
52
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
53
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__j", x1: "16.133", x2: "12.819", y1: "20.169", y2: "7.373", gradientUnits: "userSpaceOnUse", children: [
|
|
56
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
57
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F84200" })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__k", x1: "16.069", x2: "15.533", y1: "7.446", y2: "5.379", gradientUnits: "userSpaceOnUse", children: [
|
|
60
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
61
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
62
|
+
] }),
|
|
63
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__l", x1: "13.226", x2: "17.209", y1: "20.308", y2: "20.308", gradientUnits: "userSpaceOnUse", children: [
|
|
64
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
65
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
66
|
+
] })
|
|
67
|
+
] })
|
|
68
|
+
] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
69
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#temple__a)", children: [
|
|
70
|
+
/* @__PURE__ */ jsx("path", { fill: "#000", d: "M24 0H0v24h24z" }),
|
|
71
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__b)", d: "M15.055 8.922H17.5L16.277 4H7.723l1.222 4.922h2.442l1.223 4.925h-1.527l.611 2.46h1.527l.611 2.462H17.5z" }),
|
|
72
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__c)", d: "M16.277 10.153h-.918l-.304-1.231H17.5z" }),
|
|
73
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__d)", d: "M15.055 6.462H9.557L9.4 5.847h6.113z" }),
|
|
74
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__e)", d: "M7.723 10.153 6.5 5.231 7.723 4l1.222 4.922z" }),
|
|
75
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__f)", d: "M13.22 16.306h-1.526l-1.222 1.232h1.526z" }),
|
|
76
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__g)", d: "M10.168 10.153H7.723l1.222-1.231h2.442z" }),
|
|
77
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__h)", d: "M12.61 13.847h-1.527l-.915-3.694 1.22-1.231z" }),
|
|
78
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__i)", d: "m11.695 16.306-.612-2.46-1.222 1.232.611 2.46z" }),
|
|
79
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__j)", d: "m13.832 18.769-.611-2.463-1.223 1.232L12.61 20z" }),
|
|
80
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__k)", d: "m16.278 18.769-2.75-11.075-.49.49 2.628 10.585-.49.494h.611z" }),
|
|
81
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__l)", d: "M15.97 7.694h-.611l-.304-1.232.459-.615z" }),
|
|
82
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#temple__m)", d: "m16.278 18.769-.49.494h-.612l.49-.494h-1.834L12.61 20h3.668l1.222-1.23z" })
|
|
83
|
+
] }),
|
|
84
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
85
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__b", x1: "7.722", x2: "17.499", y1: "11.385", y2: "11.385", gradientUnits: "userSpaceOnUse", children: [
|
|
86
|
+
/* @__PURE__ */ jsx("stop", { offset: ".002", stopColor: "#FCC33C" }),
|
|
87
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FFEE50" })
|
|
88
|
+
] }),
|
|
89
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__c", x1: "17.499", x2: "15.054", y1: "9.538", y2: "9.538", gradientUnits: "userSpaceOnUse", children: [
|
|
90
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FB9828" }),
|
|
91
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
92
|
+
] }),
|
|
93
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__d", x1: "15.514", x2: "9.403", y1: "6.154", y2: "6.154", gradientUnits: "userSpaceOnUse", children: [
|
|
94
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
95
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
96
|
+
] }),
|
|
97
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__e", x1: "7.005", x2: "8.459", y1: "4.18", y2: "9.969", gradientUnits: "userSpaceOnUse", children: [
|
|
98
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
99
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
100
|
+
] }),
|
|
101
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__f", x1: "10.472", x2: "13.221", y1: "16.923", y2: "16.923", gradientUnits: "userSpaceOnUse", children: [
|
|
102
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
103
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
104
|
+
] }),
|
|
105
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__g", x1: "7.722", x2: "11.388", y1: "9.538", y2: "9.538", gradientUnits: "userSpaceOnUse", children: [
|
|
106
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
107
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
108
|
+
] }),
|
|
109
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__h", x1: "11.89", x2: "10.655", y1: "14.027", y2: "9.107", gradientUnits: "userSpaceOnUse", children: [
|
|
110
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
111
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
112
|
+
] }),
|
|
113
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__i", x1: "11.19", x2: "10.354", y1: "17.358", y2: "14.029", gradientUnits: "userSpaceOnUse", children: [
|
|
114
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FB9828" }),
|
|
115
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
116
|
+
] }),
|
|
117
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__j", x1: "13.328", x2: "12.492", y1: "19.82", y2: "16.491", gradientUnits: "userSpaceOnUse", children: [
|
|
118
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
119
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#FB9828" })
|
|
120
|
+
] }),
|
|
121
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__k", x1: "15.788", x2: "12.921", y1: "19.261", y2: "7.845", gradientUnits: "userSpaceOnUse", children: [
|
|
122
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F96C13" }),
|
|
123
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F84200" })
|
|
124
|
+
] }),
|
|
125
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__l", x1: "15.729", x2: "15.266", y1: "7.952", y2: "6.107", gradientUnits: "userSpaceOnUse", children: [
|
|
126
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
127
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
128
|
+
] }),
|
|
129
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "temple__m", x1: "13.123", x2: "16.774", y1: "19.385", y2: "19.385", gradientUnits: "userSpaceOnUse", children: [
|
|
130
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F84200" }),
|
|
131
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F96C13" })
|
|
132
|
+
] }),
|
|
133
|
+
/* @__PURE__ */ jsx("clipPath", { id: "temple__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })
|
|
134
|
+
] })
|
|
135
|
+
] }) }));
|
|
136
|
+
WalletTemple.displayName = "WalletTemple";
|
|
137
|
+
var WalletTemple_default = WalletTemple;
|
|
138
|
+
|
|
139
|
+
export { WalletTemple_default };
|
|
@@ -108,7 +108,7 @@ import { NetworkMantle_default } from './chunk-6UWKG6VC.js';
|
|
|
108
108
|
import { NetworkMoonbeam_default } from './chunk-225SWZFC.js';
|
|
109
109
|
import { NetworkRollux_default } from './chunk-63FO4OSZ.js';
|
|
110
110
|
import { NetworkEtherlink_default } from './chunk-OQYC3WUF.js';
|
|
111
|
-
import { NetworkBase_default } from './chunk-
|
|
111
|
+
import { NetworkBase_default } from './chunk-N33GGJ54.js';
|
|
112
112
|
import { NetworkShiden_default } from './chunk-PDXP7XFL.js';
|
|
113
113
|
import { NetworkZetaChain_default } from './chunk-LQ5JZZOB.js';
|
|
114
114
|
import { NetworkAptos_default } from './chunk-YUFQUMMZ.js';
|
|
@@ -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 NetworkBase = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#00F", d: "M3 4.706c0-.585 0-.877.11-1.101.106-.215.28-.39.496-.495C3.83 3 4.122 3 4.706 3h14.588c.585 0 .876 0 1.101.11.215.105.389.28.494.495.111.225.111.517.111 1.101v14.588c0 .585 0 .876-.11 1.101-.106.215-.28.389-.495.494-.225.111-.517.111-1.101.111H4.706c-.585 0-.876 0-1.101-.11a1.08 1.08 0 0 1-.494-.495C3 20.17 3 19.878 3 19.294z" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 4.706c0-.585 0-.877.11-1.101.106-.215.28-.39.496-.495C3.83 3 4.122 3 4.706 3h14.588c.585 0 .876 0 1.101.11.215.105.389.28.494.495.111.225.111.517.111 1.101v14.588c0 .585 0 .876-.11 1.101-.106.215-.28.389-.495.494-.225.111-.517.111-1.101.111H4.706c-.585 0-.876 0-1.101-.11a1.08 1.08 0 0 1-.494-.495C3 20.17 3 19.878 3 19.294z" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#base__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#00F", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M4 5.517c0-.52 0-.78.098-.98a.96.96 0 0 1 .44-.44C4.738 4 4.998 4 5.517 4h12.966c.52 0 .78 0 .98.098a.97.97 0 0 1 .439.44c.098.2.098.46.098.979v12.966c0 .52 0 .78-.098.98a.96.96 0 0 1-.44.439c-.2.098-.46.098-.979.098H5.517c-.52 0-.78 0-.98-.098a.96.96 0 0 1-.439-.44C4 19.263 4 19.002 4 18.484z" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "base__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
NetworkBase.displayName = "NetworkBase";
|
|
13
|
+
var NetworkBase_default = NetworkBase;
|
|
14
|
+
|
|
15
|
+
export { NetworkBase_default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletGlow = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#glow__a)", d: "M18.312 18.416A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.574c3.685-2.903 8.923-2.906 12.612-.01m.104-.104A8.97 8.97 0 0 0 21 12a8.97 8.97 0 0 0-2.572-6.3c-2.905 3.697-2.908 8.923-.012 12.612m-.09-12.714c-3.695 2.91-8.95 2.906-12.64-.011A8.97 8.97 0 0 1 12 3c2.465 0 4.7.992 6.325 2.598m-12.74.087A8.97 8.97 0 0 0 3 12c0 2.466.992 4.7 2.598 6.325 2.91-3.694 2.906-8.948-.011-12.64" }),
|
|
7
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "glow__a", x1: "3.009", x2: "20.985", y1: "2.964", y2: "21.009", gradientUnits: "userSpaceOnUse", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#6F03FB" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#EC5EFF" })
|
|
10
|
+
] }) })
|
|
11
|
+
] }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.312 18.416A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.574c3.685-2.903 8.923-2.906 12.612-.01m.104-.104A8.97 8.97 0 0 0 21 12a8.97 8.97 0 0 0-2.572-6.3c-2.905 3.697-2.908 8.923-.012 12.612m-.09-12.714c-3.695 2.91-8.95 2.906-12.64-.011A8.97 8.97 0 0 1 12 3c2.465 0 4.7.992 6.325 2.598m-12.74.087A8.97 8.97 0 0 0 3 12c0 2.466.992 4.7 2.598 6.325 2.91-3.694 2.906-8.948-.011-12.64" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#glow__a)", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#glow__b)", d: "M24 0H0v24h24z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M17.61 17.703A7.98 7.98 0 0 1 12 20a7.97 7.97 0 0 1-5.6-2.288 9.095 9.095 0 0 1 11.21-.01m.093-.092A7.98 7.98 0 0 0 20 12c0-2.18-.872-4.156-2.286-5.6-2.582 3.286-2.585 7.932-.011 11.21m-.08-11.302a9.095 9.095 0 0 1-11.236-.01A7.97 7.97 0 0 1 12 4a7.98 7.98 0 0 1 5.623 2.309m-11.324.078A7.97 7.97 0 0 0 4 12c0 2.192.882 4.178 2.309 5.623a9.095 9.095 0 0 0-.01-11.236" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "glow__b", x1: ".012", x2: "23.98", y1: "-.048", y2: "24.011", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#6F03FB" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#EC5EFF" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsx("clipPath", { id: "glow__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })
|
|
22
|
+
] })
|
|
23
|
+
] }) }));
|
|
24
|
+
WalletGlow.displayName = "WalletGlow";
|
|
25
|
+
var WalletGlow_default = WalletGlow;
|
|
26
|
+
|
|
27
|
+
export { WalletGlow_default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletKeplr = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "#14AFEB", d: "M12.48 7.922c.13 1.336.196 2.004.546 2.494.15.21.336.393.547.54.495.343 1.164.4 2.502.512l.566.048v.968l-.566.048c-1.338.112-2.007.169-2.501.512-.212.147-.397.33-.548.54-.35.49-.415 1.158-.546 2.494h-.96c-.13-1.336-.196-2.004-.546-2.494a2.3 2.3 0 0 0-.547-.54c-.495-.343-1.164-.4-2.502-.512l-.566-.048v-.968l.566-.048c1.338-.112 2.007-.169 2.502-.512a2.3 2.3 0 0 0 .547-.54c.35-.49.415-1.158.546-2.494z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#14AFEB", d: "M12 3c7.411 0 9 1.588 9 9 0 7.411-1.589 9-9 9s-9-1.589-9-9 1.588-9 9-9m5.882 3.11C15.702 3.93 11.3 4.8 8.05 8.05s-4.12 7.652-1.94 9.832 6.582 1.312 9.833-1.939c3.25-3.25 4.119-7.653 1.94-9.833", fillRule: "evenodd", clipRule: "evenodd" })
|
|
8
|
+
] }) || variant === "mono" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.48 7.922c.13 1.336.196 2.004.546 2.494.15.21.336.393.547.54.495.343 1.164.4 2.502.512l.566.048v.968l-.566.048c-1.338.112-2.007.169-2.501.512-.212.147-.397.33-.548.54-.35.49-.415 1.158-.546 2.494h-.96c-.13-1.336-.196-2.004-.546-2.494a2.3 2.3 0 0 0-.547-.54c-.495-.343-1.164-.4-2.502-.512l-.566-.048v-.968l.566-.048c1.338-.112 2.007-.169 2.502-.512a2.3 2.3 0 0 0 .547-.54c.35-.49.415-1.158.546-2.494z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 3c7.411 0 9 1.588 9 9 0 7.411-1.589 9-9 9s-9-1.589-9-9 1.588-9 9-9m5.882 3.11C15.702 3.93 11.3 4.8 8.05 8.05s-4.12 7.652-1.94 9.832 6.582 1.312 9.833-1.939c3.25-3.25 4.119-7.653 1.94-9.833", fillRule: "evenodd", clipRule: "evenodd" })
|
|
11
|
+
] }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#keplr__a)", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#14AFEB", d: "M24 0H0v24h24z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12.427 8.375c.116 1.188.174 1.782.485 2.217.134.187.298.35.487.48.44.305 1.034.355 2.223.455l.503.043v.86l-.503.043c-1.189.1-1.784.15-2.223.455-.189.13-.353.293-.487.48-.311.435-.369 1.03-.485 2.217h-.854c-.116-1.188-.174-1.782-.485-2.217a2 2 0 0 0-.487-.48c-.44-.305-1.034-.355-2.223-.455l-.503-.043v-.86l.503-.043c1.189-.1 1.784-.15 2.223-.455.189-.13.353-.293.487-.48.31-.435.369-1.03.485-2.217z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M12 4c6.588 0 8 1.412 8 8s-1.412 8-8 8-8-1.412-8-8 1.412-8 8-8m5.229 2.765c-1.938-1.938-5.851-1.166-8.74 1.723s-3.662 6.803-1.724 8.74 5.85 1.166 8.74-1.723 3.661-6.803 1.723-8.74", fillRule: "evenodd", clipRule: "evenodd" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "keplr__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
18
|
+
] }) }));
|
|
19
|
+
WalletKeplr.displayName = "WalletKeplr";
|
|
20
|
+
var WalletKeplr_default = WalletKeplr;
|
|
21
|
+
|
|
22
|
+
export { WalletKeplr_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 TokenSAFE = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "#049F67", d: "M7.063 8.117c0-.583.472-1.055 1.055-1.055h7.76c.582 0 1.055-.472 1.055-1.055V4.055c0-.583-.473-1.055-1.055-1.055h-8.21c-.583 0-1.055.472-1.055 1.055V5.56c0 .583-.473 1.055-1.055 1.055H4.056A1.055 1.055 0 0 0 3 7.67v3.293c0 .583.475 1.031 1.058 1.031h1.951c.583 0 1.056-.472 1.056-1.055zm12.882 3.878h-1.952c-.583 0-1.055.472-1.055 1.055v2.833c0 .583-.472 1.055-1.055 1.055H8.118c-.583 0-1.055.472-1.055 1.055v1.952c0 .583.472 1.055 1.055 1.055h8.214a1.05 1.05 0 0 0 1.049-1.055v-1.566c0-.583.472-.996 1.055-.996h1.509c.582 0 1.055-.473 1.055-1.056v-3.29c0-.582-.473-1.042-1.055-1.042m-6.989-2.052h-1.874c-.61 0-1.107.496-1.107 1.107v1.874c0 .61.496 1.107 1.107 1.107h1.874c.61 0 1.107-.496 1.107-1.107V11.05c0-.61-.496-1.107-1.107-1.107" }) }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M7.063 8.117c0-.583.472-1.055 1.055-1.055h7.76c.582 0 1.055-.472 1.055-1.055V4.055c0-.583-.473-1.055-1.055-1.055h-8.21c-.583 0-1.055.472-1.055 1.055V5.56c0 .583-.473 1.055-1.055 1.055H4.056A1.055 1.055 0 0 0 3 7.67v3.293c0 .583.475 1.031 1.058 1.031h1.951c.583 0 1.056-.472 1.056-1.055zm12.882 3.878h-1.952c-.583 0-1.055.472-1.055 1.055v2.833c0 .583-.472 1.055-1.055 1.055H8.118c-.583 0-1.055.472-1.055 1.055v1.952c0 .583.472 1.055 1.055 1.055h8.214a1.05 1.05 0 0 0 1.049-1.055v-1.566c0-.583.472-.996 1.055-.996h1.509c.582 0 1.055-.473 1.055-1.056v-3.29c0-.582-.473-1.042-1.055-1.042m-6.989-2.052h-1.874c-.61 0-1.107.496-1.107 1.107v1.874c0 .61.496 1.107 1.107 1.107h1.874c.61 0 1.107-.496 1.107-1.107V11.05c0-.61-.496-1.107-1.107-1.107" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#SAFE__a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#049F67", d: "M24 0H0v24h24z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M7.611 8.549c0-.518.42-.938.938-.938h6.898c.518 0 .938-.42.938-.938V4.938A.94.94 0 0 0 15.447 4H8.149a.94.94 0 0 0-.938.938v1.337c0 .518-.42.938-.938.938H4.938A.94.94 0 0 0 4 8.15v2.927c0 .518.422.917.94.917h1.735c.518 0 .938-.42.938-.938zm11.451 3.446h-1.735a.94.94 0 0 0-.938.938v2.518c0 .518-.42.938-.938.938H8.55a.94.94 0 0 0-.938.938v1.735c0 .518.42.938.938.938h7.302c.518 0 .932-.42.932-.938V17.67c0-.518.42-.886.938-.886h1.34c.519 0 .939-.42.939-.938v-2.924a.93.93 0 0 0-.939-.927m-6.212-1.824h-1.667a.984.984 0 0 0-.983.984v1.666c0 .543.44.984.983.984h1.667c.542 0 .983-.44.983-.984v-1.666a.984.984 0 0 0-.983-.984" })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "SAFE__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
11
|
+
] }) }));
|
|
12
|
+
TokenSAFE.displayName = "TokenSAFE";
|
|
13
|
+
var TokenSAFE_default = TokenSAFE;
|
|
14
|
+
|
|
15
|
+
export { TokenSAFE_default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BaseIcon } from './chunk-MLKFOR3D.js';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
var WalletAtomic = forwardRef(({ variant = "branded", fallback, ...props }, ref) => /* @__PURE__ */ jsx(BaseIcon, { fallback, ...props, ref, children: variant === "branded" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#atomic__a)", d: "M3 20.5 8.341 6.152c.678-1.676 1.942-2.624 3.621-2.651V3.5h.076c1.68.028 2.943.976 3.62 2.652L21 20.5l-3.307-1.128L13.13 7.115c-.278-.678-.599-.922-1.13-.933-.532.011-.852.255-1.13.933L6.308 19.372zm11.324-5.464a2.28 2.28 0 0 1-2.293 2.27c-1.266 0-2.292-1.017-2.292-2.27s1.026-2.27 2.292-2.27a2.28 2.28 0 0 1 2.293 2.27", fillRule: "evenodd", clipRule: "evenodd" }),
|
|
7
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "atomic__a", x1: "3", x2: "3", y1: "3.5", y2: "20.5", gradientUnits: "userSpaceOnUse", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#42C1FD" }),
|
|
9
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#1F8EFA" })
|
|
10
|
+
] }) })
|
|
11
|
+
] }) || variant === "mono" && /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M3 20.5 8.341 6.152c.678-1.676 1.942-2.624 3.621-2.651V3.5h.076c1.68.028 2.943.976 3.62 2.652L21 20.5l-3.307-1.128L13.13 7.115c-.278-.678-.599-.922-1.13-.933-.532.011-.852.255-1.13.933L6.308 19.372zm11.324-5.464a2.28 2.28 0 0 1-2.293 2.27c-1.266 0-2.292-1.017-2.292-2.27s1.026-2.27 2.292-2.27a2.28 2.28 0 0 1 2.293 2.27", fillRule: "evenodd", clipRule: "evenodd" }) }) || variant === "background" && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#atomic__a)", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#212E4F", d: "M24 0H0v24h24z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#atomic__b)", d: "M4 19.5 8.748 6.84c.602-1.479 1.726-2.315 3.219-2.34h.066c1.494.025 2.617.861 3.22 2.34L20 19.5l-2.94-.995L13.004 7.69c-.247-.599-.532-.814-1.005-.823-.472.01-.756.225-1.003.823L6.94 18.505zm10.066-4.821c0 1.106-.913 2.002-2.038 2.002-1.126 0-2.038-.896-2.038-2.002s.912-2.002 2.038-2.002 2.038.896 2.038 2.002", fillRule: "evenodd", clipRule: "evenodd" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
17
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "atomic__b", x1: "4", x2: "4", y1: "4.5", y2: "19.5", gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#42C1FD" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#1F8EFA" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsx("clipPath", { id: "atomic__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) })
|
|
22
|
+
] })
|
|
23
|
+
] }) }));
|
|
24
|
+
WalletAtomic.displayName = "WalletAtomic";
|
|
25
|
+
var WalletAtomic_default = WalletAtomic;
|
|
26
|
+
|
|
27
|
+
export { WalletAtomic_default };
|