magick-icons 0.1.250 → 0.1.251
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/index.d.mts +271 -1
- package/index.d.ts +271 -1
- package/index.js +257 -8
- package/index.js.map +1 -1
- package/index.mjs +242 -8
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -14214,25 +14214,244 @@ var Wallet11 = React1086.forwardRef(
|
|
|
14214
14214
|
);
|
|
14215
14215
|
Wallet11.displayName = "Wallet11";
|
|
14216
14216
|
|
|
14217
|
-
// dist/icons/
|
|
14217
|
+
// dist/icons/Wallet21.tsx
|
|
14218
14218
|
import React1087 from "react";
|
|
14219
14219
|
import { jsx as jsx1087, jsxs as jsxs890 } from "react/jsx-runtime";
|
|
14220
|
-
var
|
|
14220
|
+
var Wallet21 = React1087.forwardRef(
|
|
14221
14221
|
({ size, ...props }, ref) => {
|
|
14222
14222
|
return /* @__PURE__ */ jsxs890("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14223
|
-
/* @__PURE__ */ jsx1087("path", { fill: "#1e293b", d: "
|
|
14224
|
-
/* @__PURE__ */ jsx1087("path", { fill: "#1e293b", d: "
|
|
14223
|
+
/* @__PURE__ */ jsx1087("path", { fill: "#1e293b", d: "M13 9.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M19.04 14.8c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.5-.52 1.21-.81 1.96-.81H21c.99.03 1.75.81 1.75 1.77v2.06c0 .96-.76 1.74-1.72 1.77zm1.93-4.1h-2.05c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19H21c.13 0 .25-.12.25-.27v-2.06c0-.15-.12-.26-.28-.27" }),
|
|
14224
|
+
/* @__PURE__ */ jsx1087("path", { fill: "#1e293b", d: "M16 21.25H7c-3.44 0-5.75-2.31-5.75-5.75v-7c0-3.08 1.9-5.31 4.85-5.68.27-.04.58-.07.9-.07h9c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v1.45c0 .41-.34.75-.75.75h-2.08c-.35 0-.67.13-.9.37l-.01.01c-.28.27-.41.64-.38 1.02.05.66.69 1.19 1.41 1.19H21c.41 0 .75.34.75.75v1.45c0 3.45-2.31 5.76-5.75 5.76m-9-17c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v7c0 2.58 1.67 4.25 4.25 4.25h9c2.58 0 4.25-1.67 4.25-4.25v-.7h-1.21c-1.51 0-2.79-1.12-2.91-2.56-.08-.82.22-1.64.82-2.22.52-.53 1.22-.82 1.97-.82h1.33v-.7c0-2.34-1.37-3.95-3.59-4.21-.24-.04-.45-.04-.66-.04z" })
|
|
14225
|
+
] });
|
|
14226
|
+
}
|
|
14227
|
+
);
|
|
14228
|
+
Wallet21.displayName = "Wallet21";
|
|
14229
|
+
|
|
14230
|
+
// dist/icons/Wallet211.tsx
|
|
14231
|
+
import React1088 from "react";
|
|
14232
|
+
import { jsx as jsx1088, jsxs as jsxs891 } from "react/jsx-runtime";
|
|
14233
|
+
var Wallet211 = React1088.forwardRef(
|
|
14234
|
+
({ size, ...props }, ref) => {
|
|
14235
|
+
return /* @__PURE__ */ jsxs891("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14236
|
+
/* @__PURE__ */ jsx1088("path", { fill: "#1e293b", d: "M17.21 22.73H5.73c-2.49 0-4.51-2.02-4.51-4.51v-6.73c0-2.49 2.02-4.51 4.51-4.51h11.48c2.49 0 4.51 2.02 4.51 4.51v1.44c0 .41-.34.75-.75.75h-2.02c-.35 0-.67.13-.9.37h-.01c-.28.28-.41.66-.38 1.04.05.66.69 1.19 1.41 1.19h1.9c.41 0 .75.34.75.75v1.19c0 2.49-2.02 4.51-4.51 4.51M5.73 8.48c-1.66 0-3.01 1.35-3.01 3.01v6.73c0 1.66 1.35 3.01 3.01 3.01h11.48c1.66 0 3.01-1.35 3.01-3.01v-.44h-1.15c-1.51 0-2.79-1.12-2.91-2.56-.08-.82.22-1.63.82-2.22.52-.53 1.22-.82 1.97-.82h1.27v-.69c0-1.66-1.35-3.01-3.01-3.01z" }),
|
|
14237
|
+
/* @__PURE__ */ jsx1088("path", { fill: "#1e293b", d: "M1.97 13.14c-.41 0-.75-.34-.75-.75V7.82c0-1.51.91-2.84 2.32-3.37l7.95-3c.81-.31 1.72-.2 2.44.3s1.15 1.31 1.15 2.18v3.8c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.8c0-.38-.18-.73-.5-.95-.31-.22-.7-.26-1.06-.13l-7.94 3c-.82.31-1.35 1.08-1.35 1.97v4.57c0 .41-.34.75-.75.75zM19.07 17.78c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.51-.52 1.21-.81 1.96-.81h2.08c.99.04 1.75.81 1.75 1.77v2.06c0 .96-.76 1.74-1.72 1.77h-1.99zm1.93-4.1h-2.05c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.96c.13 0 .25-.12.25-.27v-2.06c0-.15-.12-.26-.28-.27" })
|
|
14225
14238
|
] });
|
|
14226
14239
|
}
|
|
14227
14240
|
);
|
|
14228
14241
|
Wallet211.displayName = "Wallet211";
|
|
14229
14242
|
|
|
14243
|
+
// dist/icons/Wallet31.tsx
|
|
14244
|
+
import React1089 from "react";
|
|
14245
|
+
import { jsx as jsx1089, jsxs as jsxs892 } from "react/jsx-runtime";
|
|
14246
|
+
var Wallet31 = React1089.forwardRef(
|
|
14247
|
+
({ size, ...props }, ref) => {
|
|
14248
|
+
return /* @__PURE__ */ jsxs892("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14249
|
+
/* @__PURE__ */ jsx1089("path", { fill: "#1e293b", d: "M13 11.9H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M2 11.9c-.41 0-.75-.34-.75-.75V6.53c0-2.45 1.99-4.44 4.44-4.44h5.62c2.57 0 4.44 1.71 4.44 4.06 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.76-1.53-2.56-2.94-2.56H5.69c-1.62 0-2.94 1.32-2.94 2.94v4.62c0 .42-.34.75-.75.75" }),
|
|
14250
|
+
/* @__PURE__ */ jsx1089("path", { fill: "#1e293b", d: "M16 21.9H6c-2.62 0-4.75-2.13-4.75-4.75v-7C1.25 7.53 3.38 5.4 6 5.4h10c2.62 0 4.75 2.13 4.75 4.75v1.45c0 .41-.34.75-.75.75h-1.08c-.35 0-.67.13-.9.37l-.01.01c-.33.33-.46.79-.34 1.24.15.56.74.97 1.4.97H20c.41 0 .75.34.75.75v1.45c0 2.63-2.13 4.76-4.75 4.76M6 6.9c-1.79 0-3.25 1.46-3.25 3.25v7c0 1.79 1.46 3.25 3.25 3.25h10c1.79 0 3.25-1.46 3.25-3.25v-.7h-.18c-1.35 0-2.52-.85-2.85-2.08-.26-.97.02-2 .73-2.7.52-.53 1.22-.82 1.97-.82h.33v-.7c0-1.79-1.46-3.25-3.25-3.25z" }),
|
|
14251
|
+
/* @__PURE__ */ jsx1089("path", { fill: "#1e293b", d: "M20.97 16.45h-1.93c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.5-.52 1.21-.81 1.96-.81h2.05c.98 0 1.78.79 1.78 1.77v2.06c.01.98-.79 1.77-1.77 1.77m-2.05-4.1c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.93c.15 0 .28-.12.28-.27v-2.06c0-.15-.13-.27-.28-.27z" })
|
|
14252
|
+
] });
|
|
14253
|
+
}
|
|
14254
|
+
);
|
|
14255
|
+
Wallet31.displayName = "Wallet31";
|
|
14256
|
+
|
|
14257
|
+
// dist/icons/Wallet311.tsx
|
|
14258
|
+
import React1090 from "react";
|
|
14259
|
+
import { jsx as jsx1090, jsxs as jsxs893 } from "react/jsx-runtime";
|
|
14260
|
+
var Wallet311 = React1090.forwardRef(
|
|
14261
|
+
({ size, ...props }, ref) => {
|
|
14262
|
+
return /* @__PURE__ */ jsxs893("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14263
|
+
/* @__PURE__ */ jsx1090("path", { fill: "#1e293b", d: "M2 11.91c-.41 0-.75-.34-.75-.75V6.54c0-2.45 1.99-4.44 4.44-4.44h5.62c2.57 0 4.44 1.71 4.44 4.06 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.76-1.52-2.56-2.94-2.56H5.69c-1.62 0-2.94 1.32-2.94 2.94v4.62c0 .41-.34.75-.75.75" }),
|
|
14264
|
+
/* @__PURE__ */ jsx1090("path", { fill: "#1e293b", d: "M16 21.91H6c-2.62 0-4.75-2.13-4.75-4.75v-7c0-2.62 2.13-4.75 4.75-4.75h10c2.62 0 4.75 2.13 4.75 4.75v1.45c0 .41-.34.75-.75.75h-1.08c-.35 0-.67.13-.9.37l-.02.02c-.33.32-.46.78-.33 1.25.15.56.74.96 1.4.96H20c.41 0 .75.34.75.75v1.45c0 2.62-2.13 4.75-4.75 4.75M6 6.9c-1.79 0-3.25 1.46-3.25 3.25v7c0 1.79 1.46 3.25 3.25 3.25h10c1.79 0 3.25-1.46 3.25-3.25v-.7h-.18c-1.35 0-2.53-.85-2.85-2.08-.26-.98.02-2.02.74-2.71.52-.53 1.22-.82 1.97-.82h.33v-.7c0-1.79-1.46-3.25-3.25-3.25H6z" }),
|
|
14265
|
+
/* @__PURE__ */ jsx1090("path", { fill: "#1e293b", d: "M20.97 16.46h-1.93c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.51-.52 1.21-.81 1.96-.81h2.05c.98 0 1.78.79 1.78 1.77v2.06c0 .98-.8 1.77-1.78 1.77zm-2.05-4.1c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.93c.15 0 .28-.12.28-.27v-2.06c0-.15-.13-.27-.28-.27z" })
|
|
14266
|
+
] });
|
|
14267
|
+
}
|
|
14268
|
+
);
|
|
14269
|
+
Wallet311.displayName = "Wallet311";
|
|
14270
|
+
|
|
14271
|
+
// dist/icons/WalletAdd1.tsx
|
|
14272
|
+
import React1091 from "react";
|
|
14273
|
+
import { jsx as jsx1091, jsxs as jsxs894 } from "react/jsx-runtime";
|
|
14274
|
+
var WalletAdd1 = React1091.forwardRef(
|
|
14275
|
+
({ size, ...props }, ref) => {
|
|
14276
|
+
return /* @__PURE__ */ jsxs894("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14277
|
+
/* @__PURE__ */ jsx1091("path", { fill: "#1e293b", d: "M6.19 7.81c-.24 0-.46-.11-.61-.31a.74.74 0 0 1-.06-.78c.17-.34.41-.67.72-.97l3.25-3.26a4.28 4.28 0 0 1 6.02 0l1.75 1.78C18 5 18.45 5.98 18.5 7.02a.752.752 0 0 1-.87.78c-.2-.03-.41-.04-.63-.04H7c-.24 0-.47.02-.7.05zm1.67-1.56h8.96c-.13-.34-.34-.65-.62-.93l-1.76-1.78c-1.07-1.06-2.82-1.06-3.9 0zM5 23.75c-1.66 0-3.22-.88-4.06-2.31C.49 20.72.25 19.87.25 19c0-2.62 2.13-4.75 4.75-4.75S9.75 16.38 9.75 19c0 .87-.24 1.72-.69 2.45-.84 1.42-2.4 2.3-4.06 2.3m0-8c-1.79 0-3.25 1.46-3.25 3.25 0 .59.16 1.17.47 1.67.59 1 1.63 1.58 2.78 1.58s2.19-.59 2.78-1.57c.31-.51.47-1.08.47-1.68 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
14278
|
+
/* @__PURE__ */ jsx1091("path", { fill: "#1e293b", d: "M6.49 19.73H3.51c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H6.5c.41 0 .75.34.75.75s-.34.75-.76.75" }),
|
|
14279
|
+
/* @__PURE__ */ jsx1091("path", { fill: "#1e293b", d: "M5 21.26c-.41 0-.75-.34-.75-.75v-2.99c0-.41.34-.75.75-.75s.75.34.75.75v2.99c0 .42-.34.75-.75.75" }),
|
|
14280
|
+
/* @__PURE__ */ jsx1091("path", { fill: "#1e293b", d: "M17 22.75H7.63c-.32 0-.6-.2-.71-.49-.11-.3-.02-.63.22-.83s.46-.46.62-.74c.32-.51.48-1.09.48-1.68 0-1.79-1.46-3.25-3.25-3.25-.93 0-1.82.4-2.44 1.11-.21.23-.54.32-.83.21a.76.76 0 0 1-.49-.7V12c0-3.08 1.9-5.31 4.85-5.68.27-.04.58-.07.9-.07h10c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v5c.02 3.44-2.29 5.75-5.73 5.75m-7.82-1.5H17c2.58 0 4.25-1.67 4.25-4.25v-5c0-2.34-1.37-3.95-3.59-4.21-.24-.04-.45-.04-.66-.04H7c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v2.82c.68-.37 1.46-.57 2.25-.57 2.62 0 4.75 2.13 4.75 4.75 0 .79-.2 1.57-.57 2.25" }),
|
|
14281
|
+
/* @__PURE__ */ jsx1091("path", { fill: "#1e293b", d: "M22 17.25h-3c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3a1.25 1.25 0 0 0 0 2.5h3c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
14282
|
+
] });
|
|
14283
|
+
}
|
|
14284
|
+
);
|
|
14285
|
+
WalletAdd1.displayName = "WalletAdd1";
|
|
14286
|
+
|
|
14287
|
+
// dist/icons/WalletAdd11.tsx
|
|
14288
|
+
import React1092 from "react";
|
|
14289
|
+
import { jsx as jsx1092, jsxs as jsxs895 } from "react/jsx-runtime";
|
|
14290
|
+
var WalletAdd11 = React1092.forwardRef(
|
|
14291
|
+
({ size, ...props }, ref) => {
|
|
14292
|
+
return /* @__PURE__ */ jsxs895("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14293
|
+
/* @__PURE__ */ jsx1092("path", { fill: "#1e293b", d: "M9 19.5H4c-.41 0-.75-.34-.75-.75S3.59 18 4 18h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
14294
|
+
/* @__PURE__ */ jsx1092("path", { fill: "#1e293b", d: "M6.5 22c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75" }),
|
|
14295
|
+
/* @__PURE__ */ jsx1092("path", { fill: "#1e293b", d: "M17.21 22.73h-6.07c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.07c1.66 0 3.01-1.35 3.01-3.01v-.44h-1.15c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.5-.52 1.21-.81 1.96-.81h1.27v-.69c0-1.66-1.35-3.01-3.01-3.01H5.73c-1.66 0-3.01 1.35-3.01 3.01v3.47c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.47c0-2.49 2.02-4.51 4.51-4.51h11.48c2.49 0 4.51 2.02 4.51 4.51v1.44c0 .41-.34.75-.75.75h-2.02c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.9c.41 0 .75.34.75.75v1.19c0 2.49-2.02 4.51-4.51 4.51" }),
|
|
14296
|
+
/* @__PURE__ */ jsx1092("path", { fill: "#1e293b", d: "M1.97 13.14c-.41 0-.75-.34-.75-.75V7.82c0-1.51.91-2.84 2.32-3.37l7.95-3c.81-.31 1.72-.2 2.44.3s1.15 1.31 1.15 2.18v3.8c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.8c0-.38-.18-.73-.5-.95-.31-.22-.7-.26-1.06-.13l-7.94 3c-.82.31-1.35 1.08-1.35 1.97v4.57c0 .41-.34.75-.75.75zM19.07 17.78c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.51-.52 1.21-.81 1.96-.81h2.08c.99.04 1.75.81 1.75 1.77v2.06c0 .96-.76 1.73-1.72 1.77h-1.99zm1.93-4.1h-2.05c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.96c.13 0 .25-.12.25-.27v-2.06c0-.15-.12-.27-.28-.27" }),
|
|
14297
|
+
/* @__PURE__ */ jsx1092("path", { fill: "#1e293b", d: "M13.47 12.73h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
14298
|
+
] });
|
|
14299
|
+
}
|
|
14300
|
+
);
|
|
14301
|
+
WalletAdd11.displayName = "WalletAdd11";
|
|
14302
|
+
|
|
14303
|
+
// dist/icons/WalletAdd111.tsx
|
|
14304
|
+
import React1093 from "react";
|
|
14305
|
+
import { jsx as jsx1093, jsxs as jsxs896 } from "react/jsx-runtime";
|
|
14306
|
+
var WalletAdd111 = React1093.forwardRef(
|
|
14307
|
+
({ size, ...props }, ref) => {
|
|
14308
|
+
return /* @__PURE__ */ jsxs896("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14309
|
+
/* @__PURE__ */ jsx1093("path", { fill: "#1e293b", d: "M14.5 16.19h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
14310
|
+
/* @__PURE__ */ jsx1093("path", { fill: "#1e293b", d: "M12 18.75c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75M5.2 10.46c-.19 0-.38-.08-.53-.22a.75.75 0 0 1-.16-.82l1.86-4.44c.04-.09.06-.15.09-.2C7.94 1.37 9.83.54 13.17 1.82c.19.07.34.22.42.41s.08.4 0 .59l-2.93 6.8c-.12.27-.39.45-.69.45H7.12c-.57 0-1.11.11-1.63.33-.09.04-.19.06-.29.06m5.41-7.71c-1.24 0-2 .81-2.79 2.65-.01.03-.03.06-.04.09L6.47 8.6c.22-.02.43-.03.65-.03h2.35l2.41-5.6c-.47-.15-.89-.22-1.27-.22" }),
|
|
14311
|
+
/* @__PURE__ */ jsx1093("path", { fill: "#1e293b", d: "M18.29 10.27c-.07 0-.15-.01-.22-.03-.37-.11-.78-.17-1.2-.17h-6.9c-.25 0-.49-.13-.63-.34a.78.78 0 0 1-.06-.71l2.9-6.73c.15-.36.59-.6.96-.48.12.04.23.09.35.14l2.36.99c1.38.57 2.3 1.17 2.9 1.89.12.14.22.29.31.44.11.17.21.38.28.59.03.07.08.2.11.34.28.94.14 2.11-.46 3.61-.12.28-.4.46-.7.46m-7.18-1.7h5.77c.32 0 .63.03.94.08.28-.87.34-1.54.18-2.08-.02-.09-.04-.13-.05-.17-.06-.16-.1-.25-.15-.33-.07-.11-.12-.2-.2-.29-.43-.52-1.19-1-2.32-1.46l-1.98-.83z" }),
|
|
14312
|
+
/* @__PURE__ */ jsx1093("path", { fill: "#1e293b", d: "M15.9 22.75H8.1c-.28 0-.54-.02-.8-.05-3.51-.24-5.51-2.24-5.75-5.79-.03-.22-.05-.49-.05-.76V14.2c0-2.25 1.34-4.28 3.41-5.18.7-.3 1.45-.45 2.22-.45h9.76c.57 0 1.12.08 1.63.24 2.35.71 4 2.93 4 5.39v1.95c0 .22-.01.43-.02.63-.22 3.91-2.5 5.97-6.6 5.97M7.12 10.07c-.57 0-1.11.11-1.63.33-1.52.66-2.5 2.15-2.5 3.8v1.95c0 .21.02.42.04.62.19 2.85 1.59 4.25 4.4 4.44.25.03.45.05.66.05h7.8c3.3 0 4.92-1.45 5.08-4.55.01-.18.02-.36.02-.56V14.2c0-1.81-1.21-3.43-2.93-3.96-.37-.11-.78-.17-1.2-.17z" }),
|
|
14313
|
+
/* @__PURE__ */ jsx1093("path", { fill: "#1e293b", d: "M2.24 14.95c-.41 0-.75-.34-.75-.75v-2.93c0-3.15 2.23-5.87 5.31-6.47.27-.05.55.05.73.26.17.21.22.51.11.76L5.89 10a.8.8 0 0 1-.39.4c-1.52.66-2.5 2.15-2.5 3.8-.01.41-.34.75-.76.75M5.6 6.82a5.1 5.1 0 0 0-2.5 3.45c.44-.45.95-.83 1.53-1.11zM21.76 14.95c-.41 0-.75-.34-.75-.75 0-1.81-1.21-3.43-2.93-3.96a.744.744 0 0 1-.48-.99c.47-1.17.59-2.02.4-2.68-.02-.09-.04-.13-.05-.17a.75.75 0 0 1 .17-.85c.23-.22.58-.27.86-.12a6.57 6.57 0 0 1 3.53 5.84v2.93c0 .41-.34.75-.75.75m-2.51-5.86c.63.29 1.19.7 1.66 1.19-.19-.98-.66-1.87-1.35-2.57-.05.42-.15.88-.31 1.38" })
|
|
14314
|
+
] });
|
|
14315
|
+
}
|
|
14316
|
+
);
|
|
14317
|
+
WalletAdd111.displayName = "WalletAdd111";
|
|
14318
|
+
|
|
14319
|
+
// dist/icons/WalletCheck1.tsx
|
|
14320
|
+
import React1094 from "react";
|
|
14321
|
+
import { jsx as jsx1094, jsxs as jsxs897 } from "react/jsx-runtime";
|
|
14322
|
+
var WalletCheck1 = React1094.forwardRef(
|
|
14323
|
+
({ size, ...props }, ref) => {
|
|
14324
|
+
return /* @__PURE__ */ jsxs897("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14325
|
+
/* @__PURE__ */ jsx1094("path", { fill: "#1e293b", d: "M5 23.75c-1.66 0-3.22-.88-4.06-2.31C.49 20.72.25 19.87.25 19c0-2.62 2.13-4.75 4.75-4.75S9.75 16.38 9.75 19c0 .87-.24 1.72-.69 2.45-.84 1.42-2.4 2.3-4.06 2.3m0-8c-1.79 0-3.25 1.46-3.25 3.25 0 .59.16 1.17.47 1.67.59 1 1.63 1.58 2.78 1.58s2.19-.59 2.78-1.57c.31-.51.47-1.08.47-1.68 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
14326
|
+
/* @__PURE__ */ jsx1094("path", { fill: "#1e293b", d: "M4.43 20.74c-.19 0-.38-.07-.53-.22l-.99-.99a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48 1.6-1.48c.3-.28.78-.26 1.06.04s.26.78-.04 1.06l-2.13 1.97c-.15.13-.33.2-.51.2M6.19 7.81c-.24 0-.46-.11-.61-.31a.74.74 0 0 1-.06-.78c.17-.34.41-.67.72-.97l3.25-3.26a4.28 4.28 0 0 1 6.02 0l1.75 1.78C18 5 18.45 5.98 18.5 7.02a.752.752 0 0 1-.87.78c-.2-.03-.41-.04-.63-.04H7c-.24 0-.47.02-.7.05zm1.67-1.56h8.96c-.13-.34-.34-.65-.62-.93l-1.76-1.78c-1.07-1.06-2.82-1.06-3.9 0z" }),
|
|
14327
|
+
/* @__PURE__ */ jsx1094("path", { fill: "#1e293b", d: "M17 22.75H7.63c-.32 0-.6-.2-.71-.49-.11-.3-.02-.63.22-.83s.46-.46.62-.74c.32-.51.48-1.09.48-1.68 0-1.79-1.46-3.25-3.25-3.25-.93 0-1.82.4-2.44 1.11-.21.23-.54.32-.83.21a.76.76 0 0 1-.49-.7V12c0-3.08 1.9-5.31 4.85-5.68.27-.04.58-.07.9-.07h10c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v5c.02 3.44-2.29 5.75-5.73 5.75m-7.82-1.5H17c2.58 0 4.25-1.67 4.25-4.25v-5c0-2.34-1.37-3.95-3.59-4.21-.24-.04-.45-.04-.66-.04H7c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v2.82c.68-.37 1.46-.57 2.25-.57 2.62 0 4.75 2.13 4.75 4.75 0 .79-.2 1.57-.57 2.25" }),
|
|
14328
|
+
/* @__PURE__ */ jsx1094("path", { fill: "#1e293b", d: "M22 17.25h-3c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3a1.25 1.25 0 0 0 0 2.5h3c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
14329
|
+
] });
|
|
14330
|
+
}
|
|
14331
|
+
);
|
|
14332
|
+
WalletCheck1.displayName = "WalletCheck1";
|
|
14333
|
+
|
|
14334
|
+
// dist/icons/WalletMinus1.tsx
|
|
14335
|
+
import React1095 from "react";
|
|
14336
|
+
import { jsx as jsx1095, jsxs as jsxs898 } from "react/jsx-runtime";
|
|
14337
|
+
var WalletMinus1 = React1095.forwardRef(
|
|
14338
|
+
({ size, ...props }, ref) => {
|
|
14339
|
+
return /* @__PURE__ */ jsxs898("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14340
|
+
/* @__PURE__ */ jsx1095("path", { fill: "#1e293b", d: "M14.5 16.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M5.2 10.46c-.19 0-.38-.08-.53-.22a.75.75 0 0 1-.16-.82l1.86-4.44c.04-.09.06-.15.09-.2C7.94 1.37 9.83.54 13.17 1.82c.19.07.34.22.42.41s.08.4 0 .59l-2.93 6.8c-.12.27-.39.45-.69.45H7.12c-.57 0-1.11.11-1.63.33-.09.04-.19.06-.29.06m5.41-7.71c-1.24 0-2 .81-2.79 2.65-.01.03-.03.06-.04.09L6.47 8.6c.22-.02.43-.03.65-.03h2.35l2.41-5.6c-.47-.15-.89-.22-1.27-.22" }),
|
|
14341
|
+
/* @__PURE__ */ jsx1095("path", { fill: "#1e293b", d: "M18.29 10.27c-.07 0-.15-.01-.22-.03-.37-.11-.78-.17-1.2-.17h-6.9c-.25 0-.49-.13-.63-.34a.78.78 0 0 1-.06-.71l2.9-6.73c.15-.36.58-.6.96-.48.12.04.23.09.35.14l2.36.99c1.38.57 2.3 1.17 2.9 1.89.12.14.22.29.31.44.11.17.21.38.28.59.03.07.08.2.11.34.28.94.14 2.11-.46 3.61-.12.28-.4.46-.7.46m-7.18-1.7h5.77c.32 0 .63.03.94.08.28-.87.34-1.54.18-2.08-.02-.09-.04-.13-.05-.17-.06-.16-.1-.25-.15-.33-.07-.11-.12-.2-.2-.29-.43-.52-1.19-1-2.32-1.46l-1.98-.83z" }),
|
|
14342
|
+
/* @__PURE__ */ jsx1095("path", { fill: "#1e293b", d: "M15.9 22.75H8.1c-.28 0-.54-.02-.8-.05-3.51-.24-5.51-2.24-5.75-5.79-.03-.22-.05-.49-.05-.76V14.2c0-2.25 1.34-4.28 3.41-5.18.7-.3 1.45-.45 2.22-.45h9.76c.57 0 1.12.08 1.63.24 2.35.71 4 2.93 4 5.39v1.95c0 .22-.01.43-.02.63-.22 3.91-2.5 5.97-6.6 5.97M7.12 10.07c-.57 0-1.11.11-1.63.33-1.52.66-2.5 2.15-2.5 3.8v1.95c0 .21.02.42.04.62.19 2.85 1.59 4.25 4.4 4.44.25.03.45.05.66.05h7.8c3.3 0 4.92-1.45 5.08-4.55.01-.18.02-.36.02-.56V14.2c0-1.81-1.21-3.43-2.93-3.96-.37-.11-.78-.17-1.2-.17z" }),
|
|
14343
|
+
/* @__PURE__ */ jsx1095("path", { fill: "#1e293b", d: "M2.24 14.95c-.41 0-.75-.34-.75-.75v-2.93c0-3.15 2.23-5.87 5.31-6.47.27-.05.55.05.73.26.17.21.22.51.11.76L5.89 10a.8.8 0 0 1-.39.4c-1.52.66-2.5 2.15-2.5 3.8-.01.41-.34.75-.76.75M5.6 6.82a5.1 5.1 0 0 0-2.5 3.45c.44-.45.95-.83 1.53-1.11zM21.76 14.95c-.41 0-.75-.34-.75-.75 0-1.81-1.21-3.43-2.93-3.96a.744.744 0 0 1-.48-.99c.47-1.17.59-2.02.4-2.68-.02-.09-.04-.13-.05-.17a.75.75 0 0 1 .17-.85c.23-.22.58-.27.86-.12a6.57 6.57 0 0 1 3.53 5.84v2.93c0 .41-.34.75-.75.75m-2.51-5.86c.63.29 1.19.7 1.66 1.19-.19-.98-.66-1.87-1.35-2.57-.05.42-.15.88-.31 1.38" })
|
|
14344
|
+
] });
|
|
14345
|
+
}
|
|
14346
|
+
);
|
|
14347
|
+
WalletMinus1.displayName = "WalletMinus1";
|
|
14348
|
+
|
|
14349
|
+
// dist/icons/WalletMoney1.tsx
|
|
14350
|
+
import React1096 from "react";
|
|
14351
|
+
import { jsx as jsx1096, jsxs as jsxs899 } from "react/jsx-runtime";
|
|
14352
|
+
var WalletMoney1 = React1096.forwardRef(
|
|
14353
|
+
({ size, ...props }, ref) => {
|
|
14354
|
+
return /* @__PURE__ */ jsxs899("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14355
|
+
/* @__PURE__ */ jsx1096("path", { fill: "#1e293b", d: "M7.17 22.75c-2.38 0-4.33-1.73-4.33-3.86v-2.04c0-.41.34-.75.75-.75s.75.34.75.75c0 1.25 1.21 2.19 2.83 2.19S10 18.1 10 16.85c0-.41.34-.75.75-.75s.75.34.75.75v2.04c0 2.13-1.94 3.86-4.33 3.86M4.6 19.87c.44.82 1.43 1.38 2.57 1.38s2.13-.57 2.57-1.38c-.71.43-1.59.68-2.57.68s-1.86-.25-2.57-.68" }),
|
|
14356
|
+
/* @__PURE__ */ jsx1096("path", { fill: "#1e293b", d: "M7.17 17.8c-1.64 0-3.11-.75-3.84-1.94-.32-.52-.49-1.13-.49-1.75 0-1.05.46-2.03 1.3-2.76 1.62-1.42 4.41-1.42 6.04-.01.84.74 1.31 1.72 1.31 2.77 0 .62-.17 1.23-.49 1.75-.72 1.19-2.19 1.94-3.83 1.94m0-6.05c-.78 0-1.5.26-2.04.73-.51.44-.79 1.02-.79 1.63 0 .35.09.67.27.97.46.76 1.44 1.23 2.56 1.23s2.1-.47 2.55-1.22c.18-.29.27-.62.27-.97 0-.61-.28-1.19-.79-1.64-.53-.47-1.25-.73-2.03-.73" }),
|
|
14357
|
+
/* @__PURE__ */ jsx1096("path", { fill: "#1e293b", d: "M7.17 20.55c-2.47 0-4.33-1.59-4.33-3.69v-2.75c0-2.13 1.94-3.86 4.33-3.86 1.13 0 2.21.39 3.02 1.09.84.74 1.31 1.72 1.31 2.77v2.75c0 2.1-1.86 3.69-4.33 3.69m0-8.8c-1.56 0-2.83 1.06-2.83 2.36v2.75c0 1.25 1.21 2.19 2.83 2.19S10 18.11 10 16.86v-2.75c0-.61-.28-1.19-.79-1.64-.54-.46-1.26-.72-2.04-.72M19.04 14.8c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.5-.52 1.21-.81 1.96-.81H21c.99.03 1.75.81 1.75 1.77v2.06c0 .96-.76 1.74-1.72 1.77zm1.93-4.1h-2.05c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19H21c.13 0 .25-.12.25-.27v-2.06c0-.15-.12-.26-.28-.27" }),
|
|
14358
|
+
/* @__PURE__ */ jsx1096("path", { fill: "#1e293b", d: "M16 21.25h-2.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H16c2.58 0 4.25-1.67 4.25-4.25v-.7h-1.21c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.5-.52 1.21-.81 1.96-.81h1.33v-.7c0-2.34-1.37-3.95-3.59-4.21-.24-.04-.45-.04-.66-.04h-9c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-3.08 1.9-5.31 4.85-5.68.27-.04.58-.07.9-.07h9c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v1.45c0 .41-.34.75-.75.75h-2.08c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19H21c.41 0 .75.34.75.75v1.45c0 3.44-2.31 5.75-5.75 5.75" })
|
|
14359
|
+
] });
|
|
14360
|
+
}
|
|
14361
|
+
);
|
|
14362
|
+
WalletMoney1.displayName = "WalletMoney1";
|
|
14363
|
+
|
|
14364
|
+
// dist/icons/WalletRemove1.tsx
|
|
14365
|
+
import React1097 from "react";
|
|
14366
|
+
import { jsx as jsx1097, jsxs as jsxs900 } from "react/jsx-runtime";
|
|
14367
|
+
var WalletRemove1 = React1097.forwardRef(
|
|
14368
|
+
({ size, ...props }, ref) => {
|
|
14369
|
+
return /* @__PURE__ */ jsxs900("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14370
|
+
/* @__PURE__ */ jsx1097("path", { fill: "#1e293b", d: "M17 22.75H7.63c-.32 0-.6-.2-.71-.49a.75.75 0 0 1 .22-.83c.24-.2.46-.46.62-.74.32-.51.48-1.09.48-1.68 0-1.79-1.46-3.25-3.25-3.25-.93 0-1.82.4-2.44 1.11-.21.23-.54.32-.83.21a.76.76 0 0 1-.49-.7V12c0-3.08 1.9-5.31 4.85-5.68.27-.04.58-.07.9-.07h10c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v5c.02 3.44-2.29 5.75-5.73 5.75m-7.82-1.5H17c2.58 0 4.25-1.67 4.25-4.25v-5c0-2.34-1.37-3.95-3.59-4.21-.24-.04-.45-.04-.66-.04H7c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v2.82c.68-.37 1.46-.57 2.25-.57 2.62 0 4.75 2.13 4.75 4.75 0 .79-.2 1.57-.57 2.25" }),
|
|
14371
|
+
/* @__PURE__ */ jsx1097("path", { fill: "#1e293b", d: "M6.19 7.81c-.24 0-.46-.11-.61-.31a.74.74 0 0 1-.06-.78c.17-.34.41-.67.72-.97l3.25-3.26a4.28 4.28 0 0 1 6.02 0l1.75 1.78C18 5 18.45 5.98 18.5 7.02a.752.752 0 0 1-.87.78c-.2-.03-.41-.04-.63-.04H7c-.24 0-.47.02-.7.05zm1.67-1.56h8.96c-.13-.34-.34-.65-.62-.93l-1.76-1.78c-1.07-1.06-2.82-1.06-3.9 0zM22 17.25h-3c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3a1.25 1.25 0 0 0 0 2.5h3c.41 0 .75.34.75.75s-.34.75-.75.75M5 23.75c-1.66 0-3.22-.88-4.06-2.31C.49 20.72.25 19.87.25 19c0-1.15.42-2.26 1.19-3.13.9-1.03 2.2-1.62 3.56-1.62 2.62 0 4.75 2.13 4.75 4.75 0 .87-.24 1.72-.69 2.45-.25.42-.57.8-.95 1.12-.83.76-1.94 1.18-3.11 1.18m0-8c-.93 0-1.82.4-2.44 1.11-.52.6-.81 1.36-.81 2.14 0 .59.16 1.17.47 1.67.58.98 1.65 1.58 2.78 1.58.79 0 1.55-.29 2.13-.81.26-.22.48-.48.64-.76.32-.51.48-1.09.48-1.68 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
14372
|
+
/* @__PURE__ */ jsx1097("path", { fill: "#1e293b", d: "M6.07 20.79c-.19 0-.38-.07-.53-.22l-2.11-2.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.11 2.11c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
14373
|
+
/* @__PURE__ */ jsx1097("path", { fill: "#1e293b", d: "M3.93 20.82c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.11-2.11c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.46 20.6c-.15.15-.34.22-.53.22" })
|
|
14374
|
+
] });
|
|
14375
|
+
}
|
|
14376
|
+
);
|
|
14377
|
+
WalletRemove1.displayName = "WalletRemove1";
|
|
14378
|
+
|
|
14379
|
+
// dist/icons/WalletSearch1.tsx
|
|
14380
|
+
import React1098 from "react";
|
|
14381
|
+
import { jsx as jsx1098, jsxs as jsxs901 } from "react/jsx-runtime";
|
|
14382
|
+
var WalletSearch1 = React1098.forwardRef(
|
|
14383
|
+
({ size, ...props }, ref) => {
|
|
14384
|
+
return /* @__PURE__ */ jsxs901("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14385
|
+
/* @__PURE__ */ jsx1098("path", { fill: "#1e293b", d: "M17 22.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c2.58 0 4.25-1.67 4.25-4.25v-5c0-2.29-1.42-4-3.54-4.25H7c-.28 0-.38 0-.56.06q-.075.03-.15.03C4.08 8.1 2.75 9.65 2.75 12v1c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1c0-3.06 1.88-5.27 4.79-5.64.38-.11.66-.11.96-.11h10.8c3 .35 4.95 2.66 4.95 5.75v5c0 3.44-2.31 5.75-5.75 5.75" }),
|
|
14386
|
+
/* @__PURE__ */ jsx1098("path", { fill: "#1e293b", d: "M6.2 7.85a.75.75 0 0 1-.71-.99c.16-.47.45-.76.78-1.09l3.19-3.29c1.65-1.65 4.43-1.65 6.07-.01l1.8 1.8c.66.66 1.08 1.57 1.21 2.64a.75.75 0 0 1-.18.59.75.75 0 0 1-.56.25H7c-.28 0-.38 0-.56.06-.08.03-.16.04-.24.04m1.69-1.6h8.96c-.12-.32-.31-.64-.58-.92l-1.8-1.8c-1.07-1.07-2.87-1.07-3.94 0zM22 17.25h-3c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3a1.25 1.25 0 0 0 0 2.5h3c.41 0 .75.34.75.75s-.34.75-.75.75M5.8 22.15c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95 3.95 1.77 3.95 3.95-1.77 3.95-3.95 3.95m0-6.4c-1.35 0-2.45 1.1-2.45 2.45s1.1 2.45 2.45 2.45 2.45-1.1 2.45-2.45-1.1-2.45-2.45-2.45" }),
|
|
14387
|
+
/* @__PURE__ */ jsx1098("path", { fill: "#1e293b", d: "M2 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1-1c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1 1c-.15.15-.34.22-.53.22" })
|
|
14388
|
+
] });
|
|
14389
|
+
}
|
|
14390
|
+
);
|
|
14391
|
+
WalletSearch1.displayName = "WalletSearch1";
|
|
14392
|
+
|
|
14393
|
+
// dist/icons/WalletSearch11.tsx
|
|
14394
|
+
import React1099 from "react";
|
|
14395
|
+
import { jsx as jsx1099, jsxs as jsxs902 } from "react/jsx-runtime";
|
|
14396
|
+
var WalletSearch11 = React1099.forwardRef(
|
|
14397
|
+
({ size, ...props }, ref) => {
|
|
14398
|
+
return /* @__PURE__ */ jsxs902("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14399
|
+
/* @__PURE__ */ jsx1099("path", { fill: "#1e293b", d: "M6.96 21.88c-1.83 0-3.32-1.49-3.32-3.32s1.49-3.32 3.32-3.32 3.32 1.49 3.32 3.32-1.49 3.32-3.32 3.32m0-5.14c-1 0-1.82.82-1.82 1.82s.82 1.82 1.82 1.82 1.82-.82 1.82-1.82-.82-1.82-1.82-1.82" }),
|
|
14400
|
+
/* @__PURE__ */ jsx1099("path", { fill: "#1e293b", d: "M3.53 22.72c-.19 0-.39-.07-.53-.22a.754.754 0 0 1 0-1.06l1.5-1.48c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.5 1.48c-.15.14-.34.22-.53.22M17.21 22.73h-6.07c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.07c1.66 0 3.01-1.35 3.01-3.01v-.44h-1.15c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.51-.52 1.21-.81 1.96-.81h1.27v-.69c0-1.66-1.35-3.01-3.01-3.01H5.73c-1.66 0-3.01 1.35-3.01 3.01v3.47c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.47c0-2.49 2.02-4.51 4.51-4.51h11.48c2.49 0 4.51 2.02 4.51 4.51v1.44c0 .41-.34.75-.75.75h-2.02c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.9c.41 0 .75.34.75.75v1.19c0 2.49-2.02 4.51-4.51 4.51" }),
|
|
14401
|
+
/* @__PURE__ */ jsx1099("path", { fill: "#1e293b", d: "M1.97 13.14c-.41 0-.75-.34-.75-.75V7.82c0-1.51.91-2.84 2.32-3.37l7.95-3c.81-.31 1.72-.2 2.44.3s1.15 1.31 1.15 2.18v3.8c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.8c0-.38-.18-.73-.5-.95-.31-.22-.7-.26-1.06-.13l-7.94 3c-.82.31-1.35 1.08-1.35 1.97v4.57c0 .41-.34.75-.75.75zM19.07 17.78c-1.51 0-2.79-1.12-2.91-2.56-.08-.83.22-1.64.82-2.23.51-.52 1.21-.81 1.96-.81h2.08c.99.04 1.75.81 1.75 1.77v2.06c0 .96-.76 1.74-1.72 1.77h-1.99zm1.93-4.1h-2.05c-.35 0-.67.13-.9.37-.29.28-.43.66-.39 1.04.05.66.69 1.19 1.41 1.19h1.96c.13 0 .25-.12.25-.27v-2.06c0-.15-.12-.26-.28-.27" }),
|
|
14402
|
+
/* @__PURE__ */ jsx1099("path", { fill: "#1e293b", d: "M13.47 12.73h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
14403
|
+
] });
|
|
14404
|
+
}
|
|
14405
|
+
);
|
|
14406
|
+
WalletSearch11.displayName = "WalletSearch11";
|
|
14407
|
+
|
|
14408
|
+
// dist/icons/Wifi1.tsx
|
|
14409
|
+
import React1100 from "react";
|
|
14410
|
+
import { jsx as jsx1100, jsxs as jsxs903 } from "react/jsx-runtime";
|
|
14411
|
+
var Wifi1 = React1100.forwardRef(
|
|
14412
|
+
({ size, ...props }, ref) => {
|
|
14413
|
+
return /* @__PURE__ */ jsxs903("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14414
|
+
/* @__PURE__ */ jsx1100("path", { fill: "#1e293b", d: "M19.09 12.59c-.16 0-.32-.05-.46-.16-4.03-3.11-9.24-3.11-13.27 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 4.59-3.55 10.52-3.55 15.1 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
|
|
14415
|
+
/* @__PURE__ */ jsx1100("path", { fill: "#1e293b", d: "M22 9.11c-.16 0-.32-.05-.46-.16-5.8-4.48-13.29-4.48-19.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 6.35-4.91 14.56-4.91 20.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29M17.21 16.24c-.16 0-.32-.05-.46-.16-2.88-2.23-6.61-2.23-9.5 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.44-2.66 7.89-2.66 11.33 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29M14.6 19.9c-.16 0-.32-.05-.46-.16-1.3-1.01-2.99-1.01-4.29 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 1.86-1.44 4.26-1.44 6.12 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29" })
|
|
14416
|
+
] });
|
|
14417
|
+
}
|
|
14418
|
+
);
|
|
14419
|
+
Wifi1.displayName = "Wifi1";
|
|
14420
|
+
|
|
14421
|
+
// dist/icons/Wifi11.tsx
|
|
14422
|
+
import React1101 from "react";
|
|
14423
|
+
import { jsx as jsx1101, jsxs as jsxs904 } from "react/jsx-runtime";
|
|
14424
|
+
var Wifi11 = React1101.forwardRef(
|
|
14425
|
+
({ size, ...props }, ref) => {
|
|
14426
|
+
return /* @__PURE__ */ jsxs904("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14427
|
+
/* @__PURE__ */ jsx1101("path", { fill: "#1e293b", d: "M12.98 14.99v.04c-.02.54-.46.97-.99.97h-.01a.99.99 0 0 1-.98-.99c0-.28.11-.53.31-.71.19-.19.47-.28.71-.28.53.02.96.45.96.97M16 10.86c-.16 0-.32-.05-.46-.16-2.09-1.61-5-1.61-7.09 0a.749.749 0 1 1-.91-1.19 7.294 7.294 0 0 1 8.92 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
|
|
14428
|
+
/* @__PURE__ */ jsx1101("path", { fill: "#1e293b", d: "M14.33 13.3c-.16 0-.32-.05-.46-.16a3.076 3.076 0 0 0-3.75 0 .749.749 0 1 1-.91-1.19 4.56 4.56 0 0 1 5.58 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
|
|
14429
|
+
/* @__PURE__ */ jsx1101("path", { fill: "#1e293b", d: "M12 22.75c-.24 0-.48-.03-.71-.09-5.19-1.43-8.96-6.28-8.96-11.54V6.73c0-1.14.82-2.35 1.86-2.75l5.56-2.29a6 6 0 0 1 4.49 0l5.58 2.29c.99.38 1.78 1.51 1.84 2.62 0 .04.01.09.01.13v4.39c0 5.24-3.76 10.09-8.95 11.53-.23.06-.47.09-.71.09zm0-20c-.57 0-1.14.11-1.68.33l-5.57 2.3c-.48.18-.92.84-.92 1.36v4.39c0 4.59 3.3 8.83 7.85 10.09.2.05.43.05.63 0 4.47-1.24 7.85-5.58 7.85-10.09V6.72c0-.52-.44-1.17-.9-1.35l-5.59-2.3c-.53-.22-1.1-.33-1.68-.33z" })
|
|
14430
|
+
] });
|
|
14431
|
+
}
|
|
14432
|
+
);
|
|
14433
|
+
Wifi11.displayName = "Wifi11";
|
|
14434
|
+
|
|
14435
|
+
// dist/icons/WifiSquare1.tsx
|
|
14436
|
+
import React1102 from "react";
|
|
14437
|
+
import { jsx as jsx1102, jsxs as jsxs905 } from "react/jsx-runtime";
|
|
14438
|
+
var WifiSquare1 = React1102.forwardRef(
|
|
14439
|
+
({ size, ...props }, ref) => {
|
|
14440
|
+
return /* @__PURE__ */ jsxs905("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14441
|
+
/* @__PURE__ */ jsx1102("path", { fill: "#1e293b", d: "M18 10.71c-.16 0-.32-.05-.46-.16-3.37-2.6-7.72-2.6-11.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.92-3.03 8.99-3.03 12.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29" }),
|
|
14442
|
+
/* @__PURE__ */ jsx1102("path", { fill: "#1e293b", d: "M16.4 13.8c-.16 0-.32-.05-.46-.16-2.4-1.85-5.49-1.85-7.89 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 2.95-2.28 6.77-2.28 9.72 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29M14.2 16.89c-.16 0-.32-.05-.46-.16-1.06-.82-2.43-.82-3.49 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05a4.296 4.296 0 0 1 5.32 0c.33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
|
|
14443
|
+
/* @__PURE__ */ jsx1102("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
|
|
14444
|
+
] });
|
|
14445
|
+
}
|
|
14446
|
+
);
|
|
14447
|
+
WifiSquare1.displayName = "WifiSquare1";
|
|
14448
|
+
|
|
14230
14449
|
// dist/icons/X.tsx
|
|
14231
|
-
import
|
|
14232
|
-
import { jsx as
|
|
14233
|
-
var X =
|
|
14450
|
+
import React1103 from "react";
|
|
14451
|
+
import { jsx as jsx1103 } from "react/jsx-runtime";
|
|
14452
|
+
var X = React1103.forwardRef(
|
|
14234
14453
|
({ size, ...props }, ref) => {
|
|
14235
|
-
return /* @__PURE__ */
|
|
14454
|
+
return /* @__PURE__ */ jsx1103("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1103("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
|
|
14236
14455
|
}
|
|
14237
14456
|
);
|
|
14238
14457
|
X.displayName = "X";
|
|
@@ -15323,7 +15542,22 @@ export {
|
|
|
15323
15542
|
Video,
|
|
15324
15543
|
Wallet1,
|
|
15325
15544
|
Wallet11,
|
|
15545
|
+
Wallet21,
|
|
15326
15546
|
Wallet211,
|
|
15547
|
+
Wallet31,
|
|
15548
|
+
Wallet311,
|
|
15549
|
+
WalletAdd1,
|
|
15550
|
+
WalletAdd11,
|
|
15551
|
+
WalletAdd111,
|
|
15552
|
+
WalletCheck1,
|
|
15553
|
+
WalletMinus1,
|
|
15554
|
+
WalletMoney1,
|
|
15555
|
+
WalletRemove1,
|
|
15556
|
+
WalletSearch1,
|
|
15557
|
+
WalletSearch11,
|
|
15558
|
+
Wifi1,
|
|
15559
|
+
Wifi11,
|
|
15560
|
+
WifiSquare1,
|
|
15327
15561
|
X
|
|
15328
15562
|
};
|
|
15329
15563
|
//# sourceMappingURL=index.mjs.map
|