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.js
CHANGED
|
@@ -1116,7 +1116,22 @@ __export(index_exports, {
|
|
|
1116
1116
|
Video: () => Video,
|
|
1117
1117
|
Wallet1: () => Wallet1,
|
|
1118
1118
|
Wallet11: () => Wallet11,
|
|
1119
|
+
Wallet21: () => Wallet21,
|
|
1119
1120
|
Wallet211: () => Wallet211,
|
|
1121
|
+
Wallet31: () => Wallet31,
|
|
1122
|
+
Wallet311: () => Wallet311,
|
|
1123
|
+
WalletAdd1: () => WalletAdd1,
|
|
1124
|
+
WalletAdd11: () => WalletAdd11,
|
|
1125
|
+
WalletAdd111: () => WalletAdd111,
|
|
1126
|
+
WalletCheck1: () => WalletCheck1,
|
|
1127
|
+
WalletMinus1: () => WalletMinus1,
|
|
1128
|
+
WalletMoney1: () => WalletMoney1,
|
|
1129
|
+
WalletRemove1: () => WalletRemove1,
|
|
1130
|
+
WalletSearch1: () => WalletSearch1,
|
|
1131
|
+
WalletSearch11: () => WalletSearch11,
|
|
1132
|
+
Wifi1: () => Wifi1,
|
|
1133
|
+
Wifi11: () => Wifi11,
|
|
1134
|
+
WifiSquare1: () => WifiSquare1,
|
|
1120
1135
|
X: () => X
|
|
1121
1136
|
});
|
|
1122
1137
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -15337,25 +15352,244 @@ var Wallet11 = import_react1086.default.forwardRef(
|
|
|
15337
15352
|
);
|
|
15338
15353
|
Wallet11.displayName = "Wallet11";
|
|
15339
15354
|
|
|
15340
|
-
// dist/icons/
|
|
15355
|
+
// dist/icons/Wallet21.tsx
|
|
15341
15356
|
var import_react1087 = __toESM(require("react"));
|
|
15342
15357
|
var import_jsx_runtime1087 = require("react/jsx-runtime");
|
|
15343
|
-
var
|
|
15358
|
+
var Wallet21 = import_react1087.default.forwardRef(
|
|
15344
15359
|
({ size, ...props }, ref) => {
|
|
15345
15360
|
return /* @__PURE__ */ (0, import_jsx_runtime1087.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15346
|
-
/* @__PURE__ */ (0, import_jsx_runtime1087.jsx)("path", { fill: "#1e293b", d: "
|
|
15347
|
-
/* @__PURE__ */ (0, import_jsx_runtime1087.jsx)("path", { fill: "#1e293b", d: "
|
|
15361
|
+
/* @__PURE__ */ (0, import_jsx_runtime1087.jsx)("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" }),
|
|
15362
|
+
/* @__PURE__ */ (0, import_jsx_runtime1087.jsx)("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" })
|
|
15348
15363
|
] });
|
|
15349
15364
|
}
|
|
15350
15365
|
);
|
|
15351
|
-
|
|
15366
|
+
Wallet21.displayName = "Wallet21";
|
|
15352
15367
|
|
|
15353
|
-
// dist/icons/
|
|
15368
|
+
// dist/icons/Wallet211.tsx
|
|
15354
15369
|
var import_react1088 = __toESM(require("react"));
|
|
15355
15370
|
var import_jsx_runtime1088 = require("react/jsx-runtime");
|
|
15356
|
-
var
|
|
15371
|
+
var Wallet211 = import_react1088.default.forwardRef(
|
|
15372
|
+
({ size, ...props }, ref) => {
|
|
15373
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1088.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15374
|
+
/* @__PURE__ */ (0, import_jsx_runtime1088.jsx)("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" }),
|
|
15375
|
+
/* @__PURE__ */ (0, import_jsx_runtime1088.jsx)("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" })
|
|
15376
|
+
] });
|
|
15377
|
+
}
|
|
15378
|
+
);
|
|
15379
|
+
Wallet211.displayName = "Wallet211";
|
|
15380
|
+
|
|
15381
|
+
// dist/icons/Wallet31.tsx
|
|
15382
|
+
var import_react1089 = __toESM(require("react"));
|
|
15383
|
+
var import_jsx_runtime1089 = require("react/jsx-runtime");
|
|
15384
|
+
var Wallet31 = import_react1089.default.forwardRef(
|
|
15385
|
+
({ size, ...props }, ref) => {
|
|
15386
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1089.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15387
|
+
/* @__PURE__ */ (0, import_jsx_runtime1089.jsx)("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" }),
|
|
15388
|
+
/* @__PURE__ */ (0, import_jsx_runtime1089.jsx)("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" }),
|
|
15389
|
+
/* @__PURE__ */ (0, import_jsx_runtime1089.jsx)("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" })
|
|
15390
|
+
] });
|
|
15391
|
+
}
|
|
15392
|
+
);
|
|
15393
|
+
Wallet31.displayName = "Wallet31";
|
|
15394
|
+
|
|
15395
|
+
// dist/icons/Wallet311.tsx
|
|
15396
|
+
var import_react1090 = __toESM(require("react"));
|
|
15397
|
+
var import_jsx_runtime1090 = require("react/jsx-runtime");
|
|
15398
|
+
var Wallet311 = import_react1090.default.forwardRef(
|
|
15399
|
+
({ size, ...props }, ref) => {
|
|
15400
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1090.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15401
|
+
/* @__PURE__ */ (0, import_jsx_runtime1090.jsx)("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" }),
|
|
15402
|
+
/* @__PURE__ */ (0, import_jsx_runtime1090.jsx)("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" }),
|
|
15403
|
+
/* @__PURE__ */ (0, import_jsx_runtime1090.jsx)("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" })
|
|
15404
|
+
] });
|
|
15405
|
+
}
|
|
15406
|
+
);
|
|
15407
|
+
Wallet311.displayName = "Wallet311";
|
|
15408
|
+
|
|
15409
|
+
// dist/icons/WalletAdd1.tsx
|
|
15410
|
+
var import_react1091 = __toESM(require("react"));
|
|
15411
|
+
var import_jsx_runtime1091 = require("react/jsx-runtime");
|
|
15412
|
+
var WalletAdd1 = import_react1091.default.forwardRef(
|
|
15413
|
+
({ size, ...props }, ref) => {
|
|
15414
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1091.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15415
|
+
/* @__PURE__ */ (0, import_jsx_runtime1091.jsx)("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" }),
|
|
15416
|
+
/* @__PURE__ */ (0, import_jsx_runtime1091.jsx)("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" }),
|
|
15417
|
+
/* @__PURE__ */ (0, import_jsx_runtime1091.jsx)("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" }),
|
|
15418
|
+
/* @__PURE__ */ (0, import_jsx_runtime1091.jsx)("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" }),
|
|
15419
|
+
/* @__PURE__ */ (0, import_jsx_runtime1091.jsx)("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" })
|
|
15420
|
+
] });
|
|
15421
|
+
}
|
|
15422
|
+
);
|
|
15423
|
+
WalletAdd1.displayName = "WalletAdd1";
|
|
15424
|
+
|
|
15425
|
+
// dist/icons/WalletAdd11.tsx
|
|
15426
|
+
var import_react1092 = __toESM(require("react"));
|
|
15427
|
+
var import_jsx_runtime1092 = require("react/jsx-runtime");
|
|
15428
|
+
var WalletAdd11 = import_react1092.default.forwardRef(
|
|
15429
|
+
({ size, ...props }, ref) => {
|
|
15430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1092.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15431
|
+
/* @__PURE__ */ (0, import_jsx_runtime1092.jsx)("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" }),
|
|
15432
|
+
/* @__PURE__ */ (0, import_jsx_runtime1092.jsx)("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" }),
|
|
15433
|
+
/* @__PURE__ */ (0, import_jsx_runtime1092.jsx)("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" }),
|
|
15434
|
+
/* @__PURE__ */ (0, import_jsx_runtime1092.jsx)("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" }),
|
|
15435
|
+
/* @__PURE__ */ (0, import_jsx_runtime1092.jsx)("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" })
|
|
15436
|
+
] });
|
|
15437
|
+
}
|
|
15438
|
+
);
|
|
15439
|
+
WalletAdd11.displayName = "WalletAdd11";
|
|
15440
|
+
|
|
15441
|
+
// dist/icons/WalletAdd111.tsx
|
|
15442
|
+
var import_react1093 = __toESM(require("react"));
|
|
15443
|
+
var import_jsx_runtime1093 = require("react/jsx-runtime");
|
|
15444
|
+
var WalletAdd111 = import_react1093.default.forwardRef(
|
|
15445
|
+
({ size, ...props }, ref) => {
|
|
15446
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1093.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15447
|
+
/* @__PURE__ */ (0, import_jsx_runtime1093.jsx)("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" }),
|
|
15448
|
+
/* @__PURE__ */ (0, import_jsx_runtime1093.jsx)("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" }),
|
|
15449
|
+
/* @__PURE__ */ (0, import_jsx_runtime1093.jsx)("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" }),
|
|
15450
|
+
/* @__PURE__ */ (0, import_jsx_runtime1093.jsx)("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" }),
|
|
15451
|
+
/* @__PURE__ */ (0, import_jsx_runtime1093.jsx)("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" })
|
|
15452
|
+
] });
|
|
15453
|
+
}
|
|
15454
|
+
);
|
|
15455
|
+
WalletAdd111.displayName = "WalletAdd111";
|
|
15456
|
+
|
|
15457
|
+
// dist/icons/WalletCheck1.tsx
|
|
15458
|
+
var import_react1094 = __toESM(require("react"));
|
|
15459
|
+
var import_jsx_runtime1094 = require("react/jsx-runtime");
|
|
15460
|
+
var WalletCheck1 = import_react1094.default.forwardRef(
|
|
15461
|
+
({ size, ...props }, ref) => {
|
|
15462
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1094.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15463
|
+
/* @__PURE__ */ (0, import_jsx_runtime1094.jsx)("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" }),
|
|
15464
|
+
/* @__PURE__ */ (0, import_jsx_runtime1094.jsx)("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" }),
|
|
15465
|
+
/* @__PURE__ */ (0, import_jsx_runtime1094.jsx)("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" }),
|
|
15466
|
+
/* @__PURE__ */ (0, import_jsx_runtime1094.jsx)("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" })
|
|
15467
|
+
] });
|
|
15468
|
+
}
|
|
15469
|
+
);
|
|
15470
|
+
WalletCheck1.displayName = "WalletCheck1";
|
|
15471
|
+
|
|
15472
|
+
// dist/icons/WalletMinus1.tsx
|
|
15473
|
+
var import_react1095 = __toESM(require("react"));
|
|
15474
|
+
var import_jsx_runtime1095 = require("react/jsx-runtime");
|
|
15475
|
+
var WalletMinus1 = import_react1095.default.forwardRef(
|
|
15476
|
+
({ size, ...props }, ref) => {
|
|
15477
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1095.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15478
|
+
/* @__PURE__ */ (0, import_jsx_runtime1095.jsx)("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" }),
|
|
15479
|
+
/* @__PURE__ */ (0, import_jsx_runtime1095.jsx)("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" }),
|
|
15480
|
+
/* @__PURE__ */ (0, import_jsx_runtime1095.jsx)("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" }),
|
|
15481
|
+
/* @__PURE__ */ (0, import_jsx_runtime1095.jsx)("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" })
|
|
15482
|
+
] });
|
|
15483
|
+
}
|
|
15484
|
+
);
|
|
15485
|
+
WalletMinus1.displayName = "WalletMinus1";
|
|
15486
|
+
|
|
15487
|
+
// dist/icons/WalletMoney1.tsx
|
|
15488
|
+
var import_react1096 = __toESM(require("react"));
|
|
15489
|
+
var import_jsx_runtime1096 = require("react/jsx-runtime");
|
|
15490
|
+
var WalletMoney1 = import_react1096.default.forwardRef(
|
|
15491
|
+
({ size, ...props }, ref) => {
|
|
15492
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1096.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15493
|
+
/* @__PURE__ */ (0, import_jsx_runtime1096.jsx)("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" }),
|
|
15494
|
+
/* @__PURE__ */ (0, import_jsx_runtime1096.jsx)("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" }),
|
|
15495
|
+
/* @__PURE__ */ (0, import_jsx_runtime1096.jsx)("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" }),
|
|
15496
|
+
/* @__PURE__ */ (0, import_jsx_runtime1096.jsx)("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" })
|
|
15497
|
+
] });
|
|
15498
|
+
}
|
|
15499
|
+
);
|
|
15500
|
+
WalletMoney1.displayName = "WalletMoney1";
|
|
15501
|
+
|
|
15502
|
+
// dist/icons/WalletRemove1.tsx
|
|
15503
|
+
var import_react1097 = __toESM(require("react"));
|
|
15504
|
+
var import_jsx_runtime1097 = require("react/jsx-runtime");
|
|
15505
|
+
var WalletRemove1 = import_react1097.default.forwardRef(
|
|
15506
|
+
({ size, ...props }, ref) => {
|
|
15507
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1097.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15508
|
+
/* @__PURE__ */ (0, import_jsx_runtime1097.jsx)("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" }),
|
|
15509
|
+
/* @__PURE__ */ (0, import_jsx_runtime1097.jsx)("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" }),
|
|
15510
|
+
/* @__PURE__ */ (0, import_jsx_runtime1097.jsx)("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" }),
|
|
15511
|
+
/* @__PURE__ */ (0, import_jsx_runtime1097.jsx)("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" })
|
|
15512
|
+
] });
|
|
15513
|
+
}
|
|
15514
|
+
);
|
|
15515
|
+
WalletRemove1.displayName = "WalletRemove1";
|
|
15516
|
+
|
|
15517
|
+
// dist/icons/WalletSearch1.tsx
|
|
15518
|
+
var import_react1098 = __toESM(require("react"));
|
|
15519
|
+
var import_jsx_runtime1098 = require("react/jsx-runtime");
|
|
15520
|
+
var WalletSearch1 = import_react1098.default.forwardRef(
|
|
15521
|
+
({ size, ...props }, ref) => {
|
|
15522
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1098.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15523
|
+
/* @__PURE__ */ (0, import_jsx_runtime1098.jsx)("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" }),
|
|
15524
|
+
/* @__PURE__ */ (0, import_jsx_runtime1098.jsx)("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" }),
|
|
15525
|
+
/* @__PURE__ */ (0, import_jsx_runtime1098.jsx)("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" })
|
|
15526
|
+
] });
|
|
15527
|
+
}
|
|
15528
|
+
);
|
|
15529
|
+
WalletSearch1.displayName = "WalletSearch1";
|
|
15530
|
+
|
|
15531
|
+
// dist/icons/WalletSearch11.tsx
|
|
15532
|
+
var import_react1099 = __toESM(require("react"));
|
|
15533
|
+
var import_jsx_runtime1099 = require("react/jsx-runtime");
|
|
15534
|
+
var WalletSearch11 = import_react1099.default.forwardRef(
|
|
15535
|
+
({ size, ...props }, ref) => {
|
|
15536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1099.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15537
|
+
/* @__PURE__ */ (0, import_jsx_runtime1099.jsx)("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" }),
|
|
15538
|
+
/* @__PURE__ */ (0, import_jsx_runtime1099.jsx)("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" }),
|
|
15539
|
+
/* @__PURE__ */ (0, import_jsx_runtime1099.jsx)("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" }),
|
|
15540
|
+
/* @__PURE__ */ (0, import_jsx_runtime1099.jsx)("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" })
|
|
15541
|
+
] });
|
|
15542
|
+
}
|
|
15543
|
+
);
|
|
15544
|
+
WalletSearch11.displayName = "WalletSearch11";
|
|
15545
|
+
|
|
15546
|
+
// dist/icons/Wifi1.tsx
|
|
15547
|
+
var import_react1100 = __toESM(require("react"));
|
|
15548
|
+
var import_jsx_runtime1100 = require("react/jsx-runtime");
|
|
15549
|
+
var Wifi1 = import_react1100.default.forwardRef(
|
|
15550
|
+
({ size, ...props }, ref) => {
|
|
15551
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1100.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15552
|
+
/* @__PURE__ */ (0, import_jsx_runtime1100.jsx)("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" }),
|
|
15553
|
+
/* @__PURE__ */ (0, import_jsx_runtime1100.jsx)("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" })
|
|
15554
|
+
] });
|
|
15555
|
+
}
|
|
15556
|
+
);
|
|
15557
|
+
Wifi1.displayName = "Wifi1";
|
|
15558
|
+
|
|
15559
|
+
// dist/icons/Wifi11.tsx
|
|
15560
|
+
var import_react1101 = __toESM(require("react"));
|
|
15561
|
+
var import_jsx_runtime1101 = require("react/jsx-runtime");
|
|
15562
|
+
var Wifi11 = import_react1101.default.forwardRef(
|
|
15563
|
+
({ size, ...props }, ref) => {
|
|
15564
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1101.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15565
|
+
/* @__PURE__ */ (0, import_jsx_runtime1101.jsx)("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" }),
|
|
15566
|
+
/* @__PURE__ */ (0, import_jsx_runtime1101.jsx)("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" }),
|
|
15567
|
+
/* @__PURE__ */ (0, import_jsx_runtime1101.jsx)("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" })
|
|
15568
|
+
] });
|
|
15569
|
+
}
|
|
15570
|
+
);
|
|
15571
|
+
Wifi11.displayName = "Wifi11";
|
|
15572
|
+
|
|
15573
|
+
// dist/icons/WifiSquare1.tsx
|
|
15574
|
+
var import_react1102 = __toESM(require("react"));
|
|
15575
|
+
var import_jsx_runtime1102 = require("react/jsx-runtime");
|
|
15576
|
+
var WifiSquare1 = import_react1102.default.forwardRef(
|
|
15577
|
+
({ size, ...props }, ref) => {
|
|
15578
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1102.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
15579
|
+
/* @__PURE__ */ (0, import_jsx_runtime1102.jsx)("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" }),
|
|
15580
|
+
/* @__PURE__ */ (0, import_jsx_runtime1102.jsx)("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" }),
|
|
15581
|
+
/* @__PURE__ */ (0, import_jsx_runtime1102.jsx)("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" })
|
|
15582
|
+
] });
|
|
15583
|
+
}
|
|
15584
|
+
);
|
|
15585
|
+
WifiSquare1.displayName = "WifiSquare1";
|
|
15586
|
+
|
|
15587
|
+
// dist/icons/X.tsx
|
|
15588
|
+
var import_react1103 = __toESM(require("react"));
|
|
15589
|
+
var import_jsx_runtime1103 = require("react/jsx-runtime");
|
|
15590
|
+
var X = import_react1103.default.forwardRef(
|
|
15357
15591
|
({ size, ...props }, ref) => {
|
|
15358
|
-
return /* @__PURE__ */ (0,
|
|
15592
|
+
return /* @__PURE__ */ (0, import_jsx_runtime1103.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime1103.jsx)("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" }) });
|
|
15359
15593
|
}
|
|
15360
15594
|
);
|
|
15361
15595
|
X.displayName = "X";
|
|
@@ -16447,7 +16681,22 @@ X.displayName = "X";
|
|
|
16447
16681
|
Video,
|
|
16448
16682
|
Wallet1,
|
|
16449
16683
|
Wallet11,
|
|
16684
|
+
Wallet21,
|
|
16450
16685
|
Wallet211,
|
|
16686
|
+
Wallet31,
|
|
16687
|
+
Wallet311,
|
|
16688
|
+
WalletAdd1,
|
|
16689
|
+
WalletAdd11,
|
|
16690
|
+
WalletAdd111,
|
|
16691
|
+
WalletCheck1,
|
|
16692
|
+
WalletMinus1,
|
|
16693
|
+
WalletMoney1,
|
|
16694
|
+
WalletRemove1,
|
|
16695
|
+
WalletSearch1,
|
|
16696
|
+
WalletSearch11,
|
|
16697
|
+
Wifi1,
|
|
16698
|
+
Wifi11,
|
|
16699
|
+
WifiSquare1,
|
|
16451
16700
|
X
|
|
16452
16701
|
});
|
|
16453
16702
|
//# sourceMappingURL=index.js.map
|