magick-icons 0.1.248 → 0.1.250
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 +1069 -43
- package/index.d.ts +1069 -43
- package/index.js +926 -60
- package/index.js.map +1 -1
- package/index.mjs +872 -63
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -13335,152 +13335,904 @@ var MoneyTick1 = React1017.forwardRef(
|
|
|
13335
13335
|
);
|
|
13336
13336
|
MoneyTick1.displayName = "MoneyTick1";
|
|
13337
13337
|
|
|
13338
|
-
// dist/icons/
|
|
13338
|
+
// dist/icons/MoneyTime1.tsx
|
|
13339
13339
|
import React1018 from "react";
|
|
13340
|
-
import { jsx as jsx1018 } from "react/jsx-runtime";
|
|
13341
|
-
var
|
|
13340
|
+
import { jsx as jsx1018, jsxs as jsxs840 } from "react/jsx-runtime";
|
|
13341
|
+
var MoneyTime1 = React1018.forwardRef(
|
|
13342
|
+
({ size, ...props }, ref) => {
|
|
13343
|
+
return /* @__PURE__ */ jsxs840("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13344
|
+
/* @__PURE__ */ jsx1018("path", { fill: "#1e293b", d: "M12 15.25c-1.79 0-3.25-1.46-3.25-3.25S10.21 8.75 12 8.75s3.25 1.46 3.25 3.25-1.46 3.25-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75s.79 1.75 1.75 1.75 1.75-.79 1.75-1.75-.79-1.75-1.75-1.75M18.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75M5 22.75C2.38 22.75.25 20.62.25 18S2.38 13.25 5 13.25 9.75 15.38 9.75 18 7.62 22.75 5 22.75m0-8c-1.79 0-3.25 1.46-3.25 3.25S3.21 21.25 5 21.25 8.25 19.79 8.25 18 6.79 14.75 5 14.75" }),
|
|
13345
|
+
/* @__PURE__ */ jsx1018("path", { fill: "#1e293b", d: "M4 19.75c-.25 0-.5-.13-.64-.36-.21-.35-.1-.82.26-1.03l.76-.46c.07-.04.12-.13.12-.21v-.93c0-.41.34-.75.75-.75s.75.34.75.75v.93c0 .61-.33 1.19-.85 1.5l-.76.46c-.12.07-.26.1-.39.1" }),
|
|
13346
|
+
/* @__PURE__ */ jsx1018("path", { fill: "#1e293b", d: "M17 20.75H8.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H17c2.86 0 4.25-1.39 4.25-4.25V9c0-2.86-1.39-4.25-4.25-4.25H7C4.14 4.75 2.75 6.14 2.75 9v6.2c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v6c0 3.65-2.1 5.75-5.75 5.75" })
|
|
13347
|
+
] });
|
|
13348
|
+
}
|
|
13349
|
+
);
|
|
13350
|
+
MoneyTime1.displayName = "MoneyTime1";
|
|
13351
|
+
|
|
13352
|
+
// dist/icons/MoreCircle1.tsx
|
|
13353
|
+
import React1019 from "react";
|
|
13354
|
+
import { jsx as jsx1019, jsxs as jsxs841 } from "react/jsx-runtime";
|
|
13355
|
+
var MoreCircle1 = React1019.forwardRef(
|
|
13356
|
+
({ size, ...props }, ref) => {
|
|
13357
|
+
return /* @__PURE__ */ jsxs841("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13358
|
+
/* @__PURE__ */ jsx1019("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }),
|
|
13359
|
+
/* @__PURE__ */ jsx1019("path", { fill: "#1e293b", d: "M12 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M16 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M8 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1" })
|
|
13360
|
+
] });
|
|
13361
|
+
}
|
|
13362
|
+
);
|
|
13363
|
+
MoreCircle1.displayName = "MoreCircle1";
|
|
13364
|
+
|
|
13365
|
+
// dist/icons/MoreSquare1.tsx
|
|
13366
|
+
import React1020 from "react";
|
|
13367
|
+
import { jsx as jsx1020, jsxs as jsxs842 } from "react/jsx-runtime";
|
|
13368
|
+
var MoreSquare1 = React1020.forwardRef(
|
|
13369
|
+
({ size, ...props }, ref) => {
|
|
13370
|
+
return /* @__PURE__ */ jsxs842("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13371
|
+
/* @__PURE__ */ jsx1020("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" }),
|
|
13372
|
+
/* @__PURE__ */ jsx1020("path", { fill: "#1e293b", d: "M12 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M16 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M8 13c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1" })
|
|
13373
|
+
] });
|
|
13374
|
+
}
|
|
13375
|
+
);
|
|
13376
|
+
MoreSquare1.displayName = "MoreSquare1";
|
|
13377
|
+
|
|
13378
|
+
// dist/icons/MouseCircle1.tsx
|
|
13379
|
+
import React1021 from "react";
|
|
13380
|
+
import { jsx as jsx1021, jsxs as jsxs843 } from "react/jsx-runtime";
|
|
13381
|
+
var MouseCircle1 = React1021.forwardRef(
|
|
13382
|
+
({ size, ...props }, ref) => {
|
|
13383
|
+
return /* @__PURE__ */ jsxs843("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13384
|
+
/* @__PURE__ */ jsx1021("path", { fill: "#1e293b", d: "M16.37 22.77h-.02a2.23 2.23 0 0 1-2.15-1.6l-1.85-5.95c-.25-.82-.04-1.7.57-2.29.6-.59 1.47-.81 2.27-.56l5.96 1.85c.96.3 1.59 1.14 1.6 2.15.01 1-.6 1.85-1.56 2.17l-1.63.55c-.23.08-.41.25-.48.48l-.56 1.64c-.31.95-1.15 1.56-2.15 1.56m-1.86-9c-.27 0-.45.15-.53.22-.21.21-.28.5-.19.79l1.85 5.95c.16.51.6.53.74.54.14 0 .57-.04.73-.53l.56-1.64c.22-.67.76-1.2 1.43-1.43l1.63-.55c.5-.16.53-.6.53-.73s-.04-.57-.54-.73l-5.96-1.85a.9.9 0 0 0-.25-.04" }),
|
|
13385
|
+
/* @__PURE__ */ jsx1021("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-5.1-4.15-9.25-9.25-9.25S2.75 6.9 2.75 12 6.9 21.25 12 21.25c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13386
|
+
] });
|
|
13387
|
+
}
|
|
13388
|
+
);
|
|
13389
|
+
MouseCircle1.displayName = "MouseCircle1";
|
|
13390
|
+
|
|
13391
|
+
// dist/icons/MouseSquare1.tsx
|
|
13392
|
+
import React1022 from "react";
|
|
13393
|
+
import { jsx as jsx1022, jsxs as jsxs844 } from "react/jsx-runtime";
|
|
13394
|
+
var MouseSquare1 = React1022.forwardRef(
|
|
13395
|
+
({ size, ...props }, ref) => {
|
|
13396
|
+
return /* @__PURE__ */ jsxs844("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13397
|
+
/* @__PURE__ */ jsx1022("path", { fill: "#1e293b", d: "M12 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.75v3c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h3c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13398
|
+
/* @__PURE__ */ jsx1022("path", { fill: "#1e293b", d: "M16.37 22.77h-.02a2.23 2.23 0 0 1-2.15-1.6l-1.85-5.95c-.25-.82-.04-1.7.57-2.29.6-.59 1.47-.81 2.27-.56l5.96 1.85c.96.3 1.59 1.14 1.6 2.15.01 1-.6 1.85-1.56 2.17l-1.63.55c-.23.08-.41.25-.48.48l-.56 1.64c-.31.95-1.15 1.56-2.15 1.56m-1.86-9c-.27 0-.45.15-.53.22-.21.21-.28.5-.19.79l1.85 5.95c.16.51.58.53.74.54.14 0 .57-.04.73-.53l.56-1.64c.22-.67.76-1.2 1.43-1.43l1.63-.55c.5-.16.53-.6.53-.73s-.04-.57-.54-.73l-5.96-1.85a.9.9 0 0 0-.25-.04" })
|
|
13399
|
+
] });
|
|
13400
|
+
}
|
|
13401
|
+
);
|
|
13402
|
+
MouseSquare1.displayName = "MouseSquare1";
|
|
13403
|
+
|
|
13404
|
+
// dist/icons/Network.tsx
|
|
13405
|
+
import React1023 from "react";
|
|
13406
|
+
import { jsx as jsx1023 } from "react/jsx-runtime";
|
|
13407
|
+
var Network = React1023.forwardRef(
|
|
13342
13408
|
({ size, ...props }, ref) => {
|
|
13343
|
-
return /* @__PURE__ */
|
|
13409
|
+
return /* @__PURE__ */ jsx1023("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1023("path", { fill: "#1e293b", d: "M20.13 7.12a2.62 2.62 0 1 0 0-5.24 2.62 2.62 0 0 0 0 5.24M17 6.57l-2.4 2.4c-.74-.52-1.63-.84-2.6-.84-1.13 0-2.15.43-2.94 1.12L7 7.19c.46-.56.76-1.27.76-2.06 0-1.79-1.46-3.25-3.25-3.25a3.25 3.25 0 1 0 0 6.5c.46 0 .9-.1 1.29-.27l2.31 2.31c-.37.66-.6 1.4-.6 2.22 0 2.49 2.01 4.5 4.5 4.5.46 0 .89-.09 1.31-.22l.25.5c-.63.48-1.05 1.23-1.05 2.09 0 1.45 1.17 2.62 2.62 2.62s2.62-1.17 2.62-2.62c0-.94-.49-1.76-1.23-2.23-.26-.16-.56-.28-.87-.34-.17-.03-.61-.04-.66-.03l-.33-.65a4.5 4.5 0 0 0 1.84-3.62c0-.97-.31-1.87-.84-2.6l2.4-2.4z" }) });
|
|
13344
13410
|
}
|
|
13345
13411
|
);
|
|
13346
13412
|
Network.displayName = "Network";
|
|
13347
13413
|
|
|
13414
|
+
// dist/icons/Network1.tsx
|
|
13415
|
+
import React1024 from "react";
|
|
13416
|
+
import { jsx as jsx1024, jsxs as jsxs845 } from "react/jsx-runtime";
|
|
13417
|
+
var Network1 = React1024.forwardRef(
|
|
13418
|
+
({ size, ...props }, ref) => {
|
|
13419
|
+
return /* @__PURE__ */ jsxs845("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13420
|
+
/* @__PURE__ */ jsx1024("path", { fill: "#1e293b", d: "M4.5 8.38c-1.79 0-3.25-1.46-3.25-3.25S2.71 1.88 4.5 1.88s3.25 1.46 3.25 3.25S6.29 8.38 4.5 8.38m0-5c-.96 0-1.75.79-1.75 1.75s.79 1.75 1.75 1.75 1.75-.79 1.75-1.75-.79-1.75-1.75-1.75M20.12 7.12c-1.45 0-2.62-1.18-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.18 2.62-2.62 2.62m0-3.75c-.62 0-1.12.5-1.12 1.12s.5 1.12 1.12 1.12 1.12-.5 1.12-1.12-.5-1.12-1.12-1.12M15.12 22.12c-1.45 0-2.62-1.18-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.18 2.62-2.62 2.62m0-3.75c-.62 0-1.12.5-1.12 1.12s.5 1.12 1.12 1.12 1.12-.5 1.12-1.12-.5-1.12-1.12-1.12" }),
|
|
13421
|
+
/* @__PURE__ */ jsx1024("path", { fill: "#1e293b", d: "M14.5 18.38c-.27 0-.54-.15-.67-.42l-.62-1.25a.745.745 0 0 1 .34-1.01c.37-.18.82-.04 1.01.34l.62 1.25c.19.37.04.82-.34 1.01a.8.8 0 0 1-.33.08z" }),
|
|
13422
|
+
/* @__PURE__ */ jsx1024("path", { fill: "#1e293b", d: "M12 17.12c-2.48 0-4.5-2.02-4.5-4.5s2.02-4.5 4.5-4.5 4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5m0-7.5c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3" }),
|
|
13423
|
+
/* @__PURE__ */ jsx1024("path", { fill: "#1e293b", d: "M15.12 10.25c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l1.88-1.88c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.88 1.88c-.15.15-.34.22-.53.22M8.88 10.88c-.19 0-.38-.07-.53-.22l-2.5-2.5a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.5 2.5c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
13424
|
+
] });
|
|
13425
|
+
}
|
|
13426
|
+
);
|
|
13427
|
+
Network1.displayName = "Network1";
|
|
13428
|
+
|
|
13348
13429
|
// dist/icons/NotiDot.tsx
|
|
13349
|
-
import
|
|
13350
|
-
import { jsx as
|
|
13351
|
-
var NotiDot =
|
|
13430
|
+
import React1025 from "react";
|
|
13431
|
+
import { jsx as jsx1025 } from "react/jsx-runtime";
|
|
13432
|
+
var NotiDot = React1025.forwardRef(
|
|
13352
13433
|
({ size, ...props }, ref) => {
|
|
13353
|
-
return /* @__PURE__ */
|
|
13434
|
+
return /* @__PURE__ */ jsx1025("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1025("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
13354
13435
|
}
|
|
13355
13436
|
);
|
|
13356
13437
|
NotiDot.displayName = "NotiDot";
|
|
13357
13438
|
|
|
13439
|
+
// dist/icons/OmegaCircle1.tsx
|
|
13440
|
+
import React1026 from "react";
|
|
13441
|
+
import { jsx as jsx1026, jsxs as jsxs846 } from "react/jsx-runtime";
|
|
13442
|
+
var OmegaCircle1 = React1026.forwardRef(
|
|
13443
|
+
({ size, ...props }, ref) => {
|
|
13444
|
+
return /* @__PURE__ */ jsxs846("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13445
|
+
/* @__PURE__ */ jsx1026("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }),
|
|
13446
|
+
/* @__PURE__ */ jsx1026("path", { fill: "#1e293b", d: "M17 17.25h-3.1c-.3 0-.57-.17-.69-.45a.75.75 0 0 1 .13-.81l1.62-1.79c.67-.75 1.05-1.7 1.05-2.68 0-1-.41-1.94-1.16-2.65A4.18 4.18 0 0 0 12 7.75c-1.06 0-2.1.41-2.85 1.12s-1.16 1.65-1.16 2.65c0 .98.37 1.93 1.05 2.68l1.62 1.79a.753.753 0 0 1-.56 1.26H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.41l-.49-.54a5.5 5.5 0 0 1-1.43-3.69c0-1.39.59-2.76 1.63-3.74A5.6 5.6 0 0 1 12 6.25c1.46 0 2.84.54 3.88 1.53 1.03.98 1.63 2.35 1.63 3.74 0 1.35-.51 2.66-1.43 3.69l-.49.54H17c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13447
|
+
] });
|
|
13448
|
+
}
|
|
13449
|
+
);
|
|
13450
|
+
OmegaCircle1.displayName = "OmegaCircle1";
|
|
13451
|
+
|
|
13452
|
+
// dist/icons/OmegaSquare1.tsx
|
|
13453
|
+
import React1027 from "react";
|
|
13454
|
+
import { jsx as jsx1027, jsxs as jsxs847 } from "react/jsx-runtime";
|
|
13455
|
+
var OmegaSquare1 = React1027.forwardRef(
|
|
13456
|
+
({ size, ...props }, ref) => {
|
|
13457
|
+
return /* @__PURE__ */ jsxs847("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13458
|
+
/* @__PURE__ */ jsx1027("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" }),
|
|
13459
|
+
/* @__PURE__ */ jsx1027("path", { fill: "#1e293b", d: "M17 17.5h-3.1c-.3 0-.57-.17-.69-.45a.75.75 0 0 1 .13-.81l1.62-1.79c.67-.75 1.05-1.7 1.05-2.68 0-1-.41-1.94-1.16-2.65A4.18 4.18 0 0 0 12 8c-1.06 0-2.1.41-2.85 1.12s-1.16 1.65-1.16 2.65c0 .98.37 1.93 1.05 2.68l1.62 1.79a.753.753 0 0 1-.56 1.26H7c-.41 0-.75-.34-.75-.75S6.59 16 7 16h1.41l-.49-.54a5.5 5.5 0 0 1-1.43-3.69c0-1.39.59-2.76 1.63-3.74A5.6 5.6 0 0 1 12 6.5c1.46 0 2.84.54 3.88 1.53 1.03.98 1.63 2.35 1.63 3.74 0 1.35-.51 2.66-1.43 3.69l-.49.54H17c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13460
|
+
] });
|
|
13461
|
+
}
|
|
13462
|
+
);
|
|
13463
|
+
OmegaSquare1.displayName = "OmegaSquare1";
|
|
13464
|
+
|
|
13358
13465
|
// dist/icons/PA.tsx
|
|
13359
|
-
import
|
|
13360
|
-
import { jsx as
|
|
13361
|
-
var PA =
|
|
13466
|
+
import React1028 from "react";
|
|
13467
|
+
import { jsx as jsx1028 } from "react/jsx-runtime";
|
|
13468
|
+
var PA = React1028.forwardRef(
|
|
13362
13469
|
({ size, ...props }, ref) => {
|
|
13363
|
-
return /* @__PURE__ */
|
|
13470
|
+
return /* @__PURE__ */ jsx1028("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1028("path", { fill: "#1e293b", d: "M16.02 9.3c-.55-.38-1.16-.76-1.81-1.14-.16-.09-.33-.17-.49-.26 3.42-1.37 5.76-1.27 6.26-.57.2.58.09 1.22-.28 1.69-.26.33-.2.8.13 1.05.14.11.3.16.46.16.22 0 .44-.1.59-.29.71-.9.89-2.14.48-3.22-.01-.04-.03-.07-.05-.11-1.28-2.2-5.76-1.31-9.63.54-.64.31-1.26.63-1.89 1-.16.09-.31.19-.47.28.54-3.72 1.83-5.69 2.68-5.69.41 0 .88.43 1.33 1.2a.752.752 0 1 0 1.3-.76c-.75-1.29-1.64-1.94-2.63-1.94-2.54 0-4.02 4.33-4.35 8.61-.05.74-.08 1.45-.08 2.14v.55c-2.9-2.28-3.98-4.35-3.61-5.13.39-.46 1.01-.69 1.61-.61.41.06.79-.23.84-.64a.74.74 0 0 0-.64-.84 3.34 3.34 0 0 0-3.03 1.21l-.06.09C1.4 8.83 4.41 12.27 7.97 14.7c.55.38 1.16.76 1.81 1.14.16.09.32.18.48.26-3.42 1.36-5.75 1.26-6.24.56-.2-.57-.1-1.21.28-1.69.26-.32.21-.8-.12-1.05a.74.74 0 0 0-1.05.12c-.73.91-.91 2.15-.48 3.23.01.04.03.07.05.1.53.92 1.62 1.3 2.98 1.3 1.92 0 4.39-.75 6.65-1.84.65-.31 1.27-.64 1.89-1 .16-.09.31-.19.47-.28-.54 3.72-1.83 5.69-2.68 5.69-.41 0-.88-.43-1.33-1.2a.752.752 0 1 0-1.3.76c.75 1.29 1.64 1.94 2.63 1.94 2.54 0 4.02-4.33 4.35-8.61.05-.74.08-1.45.08-2.14v-.55c2.9 2.28 3.98 4.35 3.61 5.13-.39.46-1.01.69-1.61.61a.74.74 0 0 0-.84.64c-.06.41.23.79.64.84a3.336 3.336 0 0 0 3.03-1.2l.06-.09c1.28-2.21-1.73-5.65-5.29-8.08z" }) });
|
|
13364
13471
|
}
|
|
13365
13472
|
);
|
|
13366
13473
|
PA.displayName = "PA";
|
|
13367
13474
|
|
|
13475
|
+
// dist/icons/PaintBrush1.tsx
|
|
13476
|
+
import React1029 from "react";
|
|
13477
|
+
import { jsx as jsx1029, jsxs as jsxs848 } from "react/jsx-runtime";
|
|
13478
|
+
var PaintBrush1 = React1029.forwardRef(
|
|
13479
|
+
({ size, ...props }, ref) => {
|
|
13480
|
+
return /* @__PURE__ */ jsxs848("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13481
|
+
/* @__PURE__ */ jsx1029("path", { fill: "#1e293b", d: "M20 9.07H4c-.41 0-.75-.34-.75-.75V4c0-1.52 1.23-2.75 2.75-2.75h12c1.52 0 2.75 1.23 2.75 2.75v4.32c0 .41-.34.75-.75.75M4.75 7.57h14.5V4c0-.69-.56-1.25-1.25-1.25H6c-.69 0-1.25.56-1.25 1.25z" }),
|
|
13482
|
+
/* @__PURE__ */ jsx1029("path", { fill: "#1e293b", d: "M12.5 22.75h-1c-1.52 0-2.75-1.23-2.75-2.75v-2.1c0-.45-.24-.87-.64-1.09l-2.96-1.67a3.74 3.74 0 0 1-1.91-3.27V8.31c0-.41.34-.75.75-.75h16c.41 0 .75.34.75.75v3.56c0 1.35-.73 2.6-1.91 3.27l-2.96 1.67c-.39.22-.64.64-.64 1.09V20a2.72 2.72 0 0 1-2.73 2.75M4.75 9.07v2.81c0 .81.44 1.56 1.14 1.96l2.96 1.67c.86.49 1.4 1.4 1.4 2.39V20c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25v-2.1c0-.99.54-1.91 1.4-2.39l2.96-1.67c.71-.4 1.14-1.15 1.14-1.96V9.07z" })
|
|
13483
|
+
] });
|
|
13484
|
+
}
|
|
13485
|
+
);
|
|
13486
|
+
PaintBrush1.displayName = "PaintBrush1";
|
|
13487
|
+
|
|
13368
13488
|
// dist/icons/PauseSquare.tsx
|
|
13369
|
-
import
|
|
13370
|
-
import { jsx as
|
|
13371
|
-
var PauseSquare =
|
|
13489
|
+
import React1030 from "react";
|
|
13490
|
+
import { jsx as jsx1030 } from "react/jsx-runtime";
|
|
13491
|
+
var PauseSquare = React1030.forwardRef(
|
|
13372
13492
|
({ size, ...props }, ref) => {
|
|
13373
|
-
return /* @__PURE__ */
|
|
13493
|
+
return /* @__PURE__ */ jsx1030("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1030("path", { fill: "#000", d: "M17 3H7a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4" }) });
|
|
13374
13494
|
}
|
|
13375
13495
|
);
|
|
13376
13496
|
PauseSquare.displayName = "PauseSquare";
|
|
13377
13497
|
|
|
13378
13498
|
// dist/icons/Pdf.tsx
|
|
13379
|
-
import
|
|
13380
|
-
import { jsx as
|
|
13381
|
-
var Pdf =
|
|
13499
|
+
import React1031 from "react";
|
|
13500
|
+
import { jsx as jsx1031, jsxs as jsxs849 } from "react/jsx-runtime";
|
|
13501
|
+
var Pdf = React1031.forwardRef(
|
|
13382
13502
|
({ size, ...props }, ref) => {
|
|
13383
|
-
return /* @__PURE__ */
|
|
13384
|
-
/* @__PURE__ */
|
|
13385
|
-
/* @__PURE__ */
|
|
13386
|
-
/* @__PURE__ */
|
|
13503
|
+
return /* @__PURE__ */ jsxs849("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13504
|
+
/* @__PURE__ */ jsx1031("path", { fill: "#fa1515", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
13505
|
+
/* @__PURE__ */ jsx1031("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
13506
|
+
/* @__PURE__ */ jsx1031("path", { fill: "#fff", d: "M11.746 20v-2.91h2.045v.637h-1.255v.5h1.13v.637h-1.13V20zM9.932 20h-1.12v-2.91H9.92q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24 1.1 1.1 0 0 0 .081-.474q0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279zM6.188 20v-2.91h1.255q.324 0 .567.129a.93.93 0 0 1 .378.36q.135.231.135.54 0 .314-.14.541a.9.9 0 0 1-.387.353 1.3 1.3 0 0 1-.581.123h-.75v-.613h.59a.5.5 0 0 0 .238-.049.35.35 0 0 0 .152-.14.4.4 0 0 0 .054-.215.4.4 0 0 0-.054-.213.34.34 0 0 0-.152-.136.5.5 0 0 0-.237-.048h-.279V20z" })
|
|
13387
13507
|
] });
|
|
13388
13508
|
}
|
|
13389
13509
|
);
|
|
13390
13510
|
Pdf.displayName = "Pdf";
|
|
13391
13511
|
|
|
13512
|
+
// dist/icons/PenBrush.tsx
|
|
13513
|
+
import React1032 from "react";
|
|
13514
|
+
import { jsx as jsx1032, jsxs as jsxs850 } from "react/jsx-runtime";
|
|
13515
|
+
var PenBrush = React1032.forwardRef(
|
|
13516
|
+
({ size, ...props }, ref) => {
|
|
13517
|
+
return /* @__PURE__ */ jsxs850("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13518
|
+
/* @__PURE__ */ jsx1032("path", { fill: "#1e293b", d: "M15.74 20.76c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4.27-4.27c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4.27 4.27c-.15.15-.34.22-.53.22M3.86 9.05c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4.44-4.44c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.39 8.83c-.15.15-.34.22-.53.22" }),
|
|
13519
|
+
/* @__PURE__ */ jsx1032("path", { fill: "#1e293b", d: "M8.1 13.3c-.19 0-.38-.07-.53-.22L2.12 7.63a3 3 0 0 1-.87-2.1c0-.78.31-1.54.87-2.1l1.3-1.3c1.11-1.12 3.09-1.12 4.2 0l5.22 5.22c.29.29.29.77 0 1.06s-.77.29-1.06 0L6.57 3.18c-.55-.55-1.53-.55-2.08 0l-1.3 1.3c-.27.27-.43.65-.43 1.04s.16.77.43 1.04l5.45 5.45c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22zM21.45 22.75c-.14 0-.28-.02-.42-.07l-4.62-1.54c-.76-.25-1.46-.69-2.03-1.26l-3.46-3.46a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.46 3.46c.4.4.9.71 1.44.89l4.25 1.42-1.42-4.25c-.18-.54-.49-1.04-.89-1.44l-3.23-3.23a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.23 3.23c.57.57 1 1.27 1.25 2.03l1.54 4.62c.16.48.03.99-.32 1.34-.25.25-.58.38-.92.38z" }),
|
|
13520
|
+
/* @__PURE__ */ jsx1032("path", { fill: "#1e293b", d: "M8.62 18.55c-.25 0-.5-.13-.64-.36-.21-.35-.1-.82.25-1.03 2.49-1.51 4.78-3.33 6.8-5.43 4.67-4.67 6.52-8.33 6.19-8.99-.62-.29-4.28 1.55-8.95 6.22a33.3 33.3 0 0 0-5.44 6.81c-.21.35-.68.47-1.03.25a.75.75 0 0 1-.25-1.03c1.58-2.61 3.49-5 5.68-7.11 2.2-2.2 4.48-4.07 6.42-5.27 2.31-1.43 3.84-1.73 4.65-.92.82.82.52 2.34-.92 4.65-1.2 1.94-3.08 4.22-5.28 6.43A35 35 0 0 1 9 18.44c-.12.07-.25.11-.39.11z" }),
|
|
13521
|
+
/* @__PURE__ */ jsx1032("path", { fill: "#1e293b", d: "M3.12 22.75c-.49 0-.97-.19-1.32-.55-.46-.46-.65-1.13-.49-1.77l.76-3.03c.42-1.67 1.94-2.86 3.62-2.82 2.06 0 3.73 1.68 3.73 3.73 0 1.72-1.16 3.21-2.83 3.62l-3.02.76q-.225.06-.45.06m2.57-6.67c-1.03 0-1.92.69-2.17 1.69l-.76 3.03c-.03.12 0 .25.09.34s.22.13.34.1l3.02-.76c1-.25 1.69-1.14 1.69-2.17 0-1.23-1-2.23-2.23-2.23z" })
|
|
13522
|
+
] });
|
|
13523
|
+
}
|
|
13524
|
+
);
|
|
13525
|
+
PenBrush.displayName = "PenBrush";
|
|
13526
|
+
|
|
13527
|
+
// dist/icons/Pet1.tsx
|
|
13528
|
+
import React1033 from "react";
|
|
13529
|
+
import { jsx as jsx1033, jsxs as jsxs851 } from "react/jsx-runtime";
|
|
13530
|
+
var Pet1 = React1033.forwardRef(
|
|
13531
|
+
({ size, ...props }, ref) => {
|
|
13532
|
+
return /* @__PURE__ */ jsxs851("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13533
|
+
/* @__PURE__ */ jsx1033("path", { fill: "#1e293b", d: "M14.04 22.75H9.25c-1.62 0-3.09-.63-4.15-1.79-1.06-1.15-1.57-2.67-1.43-4.28.34-4.1 3.96-7.43 8.08-7.43 3.79 0 7.37 3.04 8 6.77.3 1.78-.14 3.46-1.22 4.74-1.1 1.28-2.69 1.99-4.49 1.99m-2.3-12c-3.35 0-6.3 2.72-6.58 6.06-.1 1.19.27 2.3 1.04 3.14s1.85 1.3 3.04 1.3h4.79c1.35 0 2.54-.52 3.33-1.45s1.11-2.19.89-3.53c-.5-3.04-3.42-5.52-6.51-5.52M10.47 8.25C8.68 8.25 7.22 6.79 7.22 5s1.46-3.25 3.25-3.25S13.72 3.21 13.72 5a3.25 3.25 0 0 1-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75s.79 1.75 1.75 1.75 1.75-.79 1.75-1.75-.78-1.75-1.75-1.75M17.3 9.45c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M21 13.45c-1.24 0-2.25-1.01-2.25-2.25S19.76 8.95 21 8.95s2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75" }),
|
|
13534
|
+
/* @__PURE__ */ jsx1033("path", { fill: "#1e293b", d: "M3.97 11.45c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75S6.72 7.18 6.72 8.7s-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" })
|
|
13535
|
+
] });
|
|
13536
|
+
}
|
|
13537
|
+
);
|
|
13538
|
+
Pet1.displayName = "Pet1";
|
|
13539
|
+
|
|
13540
|
+
// dist/icons/PictureFrame1.tsx
|
|
13541
|
+
import React1034 from "react";
|
|
13542
|
+
import { jsx as jsx1034, jsxs as jsxs852 } from "react/jsx-runtime";
|
|
13543
|
+
var PictureFrame1 = React1034.forwardRef(
|
|
13544
|
+
({ size, ...props }, ref) => {
|
|
13545
|
+
return /* @__PURE__ */ jsxs852("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13546
|
+
/* @__PURE__ */ jsx1034("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" }),
|
|
13547
|
+
/* @__PURE__ */ jsx1034("path", { fill: "#1e293b", d: "M13.95 22.75c-.34 0-.64-.23-.73-.57l-4.95-20c-.1-.4.15-.81.55-.91s.81.14.91.55l4.95 20c.1.4-.15.81-.55.91-.06.01-.12.02-.18.02" }),
|
|
13548
|
+
/* @__PURE__ */ jsx1034("path", { fill: "#1e293b", d: "M2 15.75c-.33 0-.62-.21-.72-.54-.12-.4.11-.81.51-.93l9.53-2.78c.4-.12.81.11.93.51s-.11.81-.51.93l-9.53 2.78q-.105.03-.21.03" })
|
|
13549
|
+
] });
|
|
13550
|
+
}
|
|
13551
|
+
);
|
|
13552
|
+
PictureFrame1.displayName = "PictureFrame1";
|
|
13553
|
+
|
|
13392
13554
|
// dist/icons/PlayFilled.tsx
|
|
13393
|
-
import
|
|
13394
|
-
import { jsx as
|
|
13395
|
-
var PlayFilled =
|
|
13555
|
+
import React1035 from "react";
|
|
13556
|
+
import { jsx as jsx1035 } from "react/jsx-runtime";
|
|
13557
|
+
var PlayFilled = React1035.forwardRef(
|
|
13396
13558
|
({ size, ...props }, ref) => {
|
|
13397
|
-
return /* @__PURE__ */
|
|
13559
|
+
return /* @__PURE__ */ jsx1035("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1035("path", { fill: "#000", d: "M5 3.097v17.806c0 .875.941 1.396 1.643.911l12.886-8.903c.627-.433.627-1.389 0-1.822L6.643 2.186C5.941 1.701 5 2.223 5 3.097" }) });
|
|
13398
13560
|
}
|
|
13399
13561
|
);
|
|
13400
13562
|
PlayFilled.displayName = "PlayFilled";
|
|
13401
13563
|
|
|
13564
|
+
// dist/icons/Plesk1.tsx
|
|
13565
|
+
import React1036 from "react";
|
|
13566
|
+
import { jsx as jsx1036 } from "react/jsx-runtime";
|
|
13567
|
+
var Plesk1 = React1036.forwardRef(
|
|
13568
|
+
({ size, ...props }, ref) => {
|
|
13569
|
+
return /* @__PURE__ */ jsx1036("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1036("path", { fill: "#1e293b", d: "M17.67 16.92A4.93 4.93 0 0 1 12.75 12a4.93 4.93 0 0 1 4.92-4.92A4.93 4.93 0 0 1 22.59 12a4.93 4.93 0 0 1-4.92 4.92m0-8.33c-1.88 0-3.42 1.53-3.42 3.42s1.53 3.42 3.42 3.42 3.42-1.53 3.42-3.42-1.53-3.42-3.42-3.42M13.51 6.08c-1.33 0-2.42-1.08-2.42-2.42s1.08-2.42 2.42-2.42 2.42 1.08 2.42 2.42-1.08 2.42-2.42 2.42m0-3.33c-.51 0-.92.41-.92.92s.41.92.92.92.92-.41.92-.92-.41-.92-.92-.92M13.51 22.75c-1.33 0-2.42-1.08-2.42-2.42s1.08-2.42 2.42-2.42 2.42 1.08 2.42 2.42-1.08 2.42-2.42 2.42m0-3.33c-.51 0-.92.41-.92.92s.41.92.92.92.92-.41.92-.92-.41-.92-.92-.92M10.5 11.46c-.1 0-.21 0-.31-.02-.55-.08-1.04-.37-1.38-.8a1 1 0 0 0-.3-.31.8.8 0 0 0-.34-.13l-1.38-.18a3.2 3.2 0 0 0-1.26.11l-.14.03c-.55.13-1.13.11-1.67-.06-.58-.18-1.09-.51-1.49-.96s-.66-1.01-.76-1.6-.04-1.2.19-1.76a3.26 3.26 0 0 1 2.75-2.02c.6-.05 1.2.07 1.74.34s.99.69 1.3 1.2l.11.21c.2.31.45.58.74.8l1.15.82c.09.06.21.11.33.13s.25.02.37 0c.44-.08.84-.03 1.22.13.37.16.69.42.93.75.31.48.42 1.04.32 1.58s-.41 1.02-.86 1.34c-.37.26-.8.4-1.24.4zM6.43 8.5q.27 0 .54.03l1.41.18c.35.05.66.17.94.35s.52.42.71.7c.07.08.21.17.38.19.16.03.33-.02.46-.11.13-.1.23-.24.26-.4a.65.65 0 0 0-.09-.47.7.7 0 0 0-.26-.21.6.6 0 0 0-.35-.04c-.29.06-.62.07-.94 0-.32-.06-.63-.19-.9-.38L7.41 7.5q-.795-.6-1.26-1.44l-.06-.11c-.16-.22-.38-.41-.62-.53-.29-.15-.61-.21-.94-.18-.32.03-.63.14-.89.34-.26.19-.46.45-.59.75-.12.3-.16.63-.1.95s.2.62.41.86.49.42.8.52.64.1.95.02l.11-.02c.4-.11.81-.16 1.22-.16zM4.66 20.25c-.09 0-.18 0-.27-.01a3.26 3.26 0 0 1-2.75-2.02c-.23-.56-.29-1.17-.19-1.76s.37-1.15.76-1.6c.4-.45.91-.78 1.49-.96a3.16 3.16 0 0 1 1.67-.06l.16.03c.41.13.84.18 1.27.13l1.38-.18c.11-.02.22-.06.33-.13.1-.07.19-.16.26-.26.38-.48.86-.77 1.41-.85.54-.08 1.1.05 1.55.37s.76.8.86 1.34 0 1.1-.31 1.56c-.24.35-.56.61-.94.77-.37.16-.78.2-1.18.14a.9.9 0 0 0-.4 0c-.12.02-.24.07-.34.14l-1.16.83c-.33.25-.61.57-.82.95a3.25 3.25 0 0 1-2.79 1.58zm0-5c-.17 0-.35.03-.51.08-.31.09-.59.27-.8.52-.21.24-.36.54-.41.86s-.02.65.1.95.32.56.59.75c.26.19.57.31.89.33.32.03.65-.04.94-.18.29-.15.53-.37.7-.65.3-.54.72-1.02 1.23-1.4l1.18-.84c.29-.2.59-.32.91-.39.32-.06.65-.06.97 0 .09.02.21 0 .32-.05s.2-.12.27-.22c.08-.12.11-.29.08-.45a.63.63 0 0 0-.26-.4.68.68 0 0 0-.46-.11c-.17.02-.31.11-.41.24-.15.23-.39.47-.67.65s-.59.3-.92.35l-1.42.19c-.61.06-1.21.01-1.78-.15l-.1-.02c-.15-.04-.29-.06-.44-.06" }) });
|
|
13570
|
+
}
|
|
13571
|
+
);
|
|
13572
|
+
Plesk1.displayName = "Plesk1";
|
|
13573
|
+
|
|
13574
|
+
// dist/icons/Radar1.tsx
|
|
13575
|
+
import React1037 from "react";
|
|
13576
|
+
import { jsx as jsx1037 } from "react/jsx-runtime";
|
|
13577
|
+
var Radar1 = React1037.forwardRef(
|
|
13578
|
+
({ size, ...props }, ref) => {
|
|
13579
|
+
return /* @__PURE__ */ jsx1037("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1037("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12c0-1.88.49-3.73 1.43-5.36.21-.36.66-.48 1.02-.28l8.67 4.98c.36.21.48.66.28 1.02-.21.36-.66.48-1.02.28l-8-4.59a9.2 9.2 0 0 0-.88 3.94c0 5.1 4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25S17.1 2.74 12 2.74c-2.02 0-3.94.64-5.55 1.85a.75.75 0 0 1-.9-1.2c1.87-1.4 4.1-2.15 6.45-2.15 5.93 0 10.75 4.82 10.75 10.75S17.93 22.75 12 22.75" }) });
|
|
13580
|
+
}
|
|
13581
|
+
);
|
|
13582
|
+
Radar1.displayName = "Radar1";
|
|
13583
|
+
|
|
13584
|
+
// dist/icons/Radar11.tsx
|
|
13585
|
+
import React1038 from "react";
|
|
13586
|
+
import { jsx as jsx1038 } from "react/jsx-runtime";
|
|
13587
|
+
var Radar11 = React1038.forwardRef(
|
|
13588
|
+
({ size, ...props }, ref) => {
|
|
13589
|
+
return /* @__PURE__ */ jsx1038("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1038("path", { fill: "#1e293b", d: "M12 14.75c-1.52 0-2.75-1.23-2.75-2.75S10.48 9.25 12 9.25s2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M20 18.75a.75.75 0 0 1-.6-1.2A9.17 9.17 0 0 0 21.25 12c0-2.02-.64-3.94-1.85-5.55a.75.75 0 0 1 1.2-.9c1.41 1.87 2.15 4.1 2.15 6.45s-.74 4.58-2.15 6.45c-.15.2-.37.3-.6.3M4 18.75c-.23 0-.45-.1-.6-.3-1.41-1.87-2.15-4.1-2.15-6.45s.74-4.58 2.15-6.45a.75.75 0 0 1 1.2.9A9.17 9.17 0 0 0 2.75 12c0 2.02.64 3.94 1.85 5.55a.75.75 0 0 1-.6 1.2M16.8 16.35a.75.75 0 0 1-.6-1.2c.69-.91 1.05-2 1.05-3.15s-.36-2.24-1.05-3.15a.75.75 0 0 1 1.2-.9A6.73 6.73 0 0 1 18.75 12c0 1.47-.47 2.88-1.35 4.05-.15.2-.37.3-.6.3M7.2 16.35c-.23 0-.45-.1-.6-.3A6.73 6.73 0 0 1 5.25 12c0-1.47.47-2.88 1.35-4.05a.75.75 0 0 1 1.2.9c-.69.91-1.05 2-1.05 3.15s.36 2.24 1.05 3.15a.75.75 0 0 1-.6 1.2" }) });
|
|
13590
|
+
}
|
|
13591
|
+
);
|
|
13592
|
+
Radar11.displayName = "Radar11";
|
|
13593
|
+
|
|
13594
|
+
// dist/icons/Radar21.tsx
|
|
13595
|
+
import React1039 from "react";
|
|
13596
|
+
import { jsx as jsx1039, jsxs as jsxs853 } from "react/jsx-runtime";
|
|
13597
|
+
var Radar21 = React1039.forwardRef(
|
|
13598
|
+
({ size, ...props }, ref) => {
|
|
13599
|
+
return /* @__PURE__ */ jsxs853("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13600
|
+
/* @__PURE__ */ jsx1039("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12c0-1.88.49-3.73 1.43-5.36.21-.36.66-.48 1.02-.28l8.67 4.98c.36.21.48.66.28 1.02-.21.36-.66.48-1.02.28l-8-4.59a9.2 9.2 0 0 0-.88 3.94c0 5.1 4.15 9.25 9.25 9.25s9.25-4.15 9.25-9.25S17.1 2.74 12 2.74c-2.02 0-3.94.64-5.55 1.85a.75.75 0 0 1-.9-1.2c1.87-1.4 4.1-2.15 6.45-2.15 5.93 0 10.75 4.82 10.75 10.75S17.93 22.75 12 22.75" }),
|
|
13601
|
+
/* @__PURE__ */ jsx1039("path", { fill: "#1e293b", d: "M12 18.75c-3.72 0-6.75-3.03-6.75-6.75 0-1.2.32-2.39.93-3.42a.752.752 0 1 1 1.3.76 5.255 5.255 0 0 0 4.53 7.91c2.89 0 5.25-2.35 5.25-5.25a5.256 5.256 0 0 0-7.49-4.75c-.38.17-.82.01-1-.36a.745.745 0 0 1 .36-1c.9-.42 1.87-.64 2.87-.64 3.72 0 6.75 3.03 6.75 6.75s-3.03 6.75-6.75 6.75" })
|
|
13602
|
+
] });
|
|
13603
|
+
}
|
|
13604
|
+
);
|
|
13605
|
+
Radar21.displayName = "Radar21";
|
|
13606
|
+
|
|
13607
|
+
// dist/icons/Ranking1.tsx
|
|
13608
|
+
import React1040 from "react";
|
|
13609
|
+
import { jsx as jsx1040, jsxs as jsxs854 } from "react/jsx-runtime";
|
|
13610
|
+
var Ranking1 = React1040.forwardRef(
|
|
13611
|
+
({ size, ...props }, ref) => {
|
|
13612
|
+
return /* @__PURE__ */ jsxs854("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13613
|
+
/* @__PURE__ */ jsx1040("path", { fill: "#1e293b", d: "M8.67 22.75H2c-.41 0-.75-.34-.75-.75v-6c0-1.52 1.23-2.75 2.75-2.75h4.67c.41 0 .75.34.75.75v8c0 .41-.34.75-.75.75m-5.92-1.5h5.17v-6.5H4c-.69 0-1.25.56-1.25 1.25z" }),
|
|
13614
|
+
/* @__PURE__ */ jsx1040("path", { fill: "#1e293b", d: "M15.33 22.75H8.66c-.41 0-.75-.34-.75-.75V12c0-1.52 1.23-2.75 2.75-2.75h2.67c1.52 0 2.75 1.23 2.75 2.75v10c0 .41-.33.75-.75.75m-5.91-1.5h5.17V12c0-.69-.56-1.25-1.25-1.25h-2.67c-.69 0-1.25.56-1.25 1.25z" }),
|
|
13615
|
+
/* @__PURE__ */ jsx1040("path", { fill: "#1e293b", d: "M22 22.75h-6.67c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75H20c1.52 0 2.75 1.23 2.75 2.75v3c0 .41-.34.75-.75.75m-5.92-1.5h5.17V19c0-.69-.56-1.25-1.25-1.25h-3.92zM13.7 8.35c-.24 0-.54-.07-.88-.27L12 7.59l-.81.48c-.82.49-1.36.2-1.56.06s-.63-.58-.42-1.5l.19-.83-.68-.68c-.42-.42-.57-.92-.42-1.38s.56-.78 1.14-.88l.87-.15.49-.98c.54-1.07 1.85-1.07 2.38 0l.49.98.87.15c.58.1 1 .42 1.14.88.15.46-.01.96-.42 1.38l-.68.68.19.83c.21.93-.22 1.36-.42 1.51-.09.08-.32.21-.65.21M12 6.08c.24 0 .48.06.68.18l.56.33-.12-.54c-.1-.42.05-.93.36-1.24l.51-.51-.63-.11c-.4-.07-.79-.36-.97-.72L12 2.72l-.38.75c-.18.36-.57.65-.97.72l-.63.1.51.51c.31.31.45.82.36 1.24l-.12.54.56-.33c.19-.12.43-.17.67-.17" })
|
|
13616
|
+
] });
|
|
13617
|
+
}
|
|
13618
|
+
);
|
|
13619
|
+
Ranking1.displayName = "Ranking1";
|
|
13620
|
+
|
|
13621
|
+
// dist/icons/Ranking11.tsx
|
|
13622
|
+
import React1041 from "react";
|
|
13623
|
+
import { jsx as jsx1041 } from "react/jsx-runtime";
|
|
13624
|
+
var Ranking11 = React1041.forwardRef(
|
|
13625
|
+
({ size, ...props }, ref) => {
|
|
13626
|
+
return /* @__PURE__ */ jsx1041("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1041("path", { fill: "#1e293b", d: "M16.24 22.67c-.43 0-.97-.13-1.64-.53l-2.24-1.33c-.17-.1-.55-.1-.72 0L9.4 22.14c-1.42.84-2.28.49-2.66.21s-.98-1-.61-2.6l.53-2.31c.04-.18-.06-.52-.19-.66l-1.86-1.86c-1-1-.92-1.87-.78-2.31s.58-1.19 1.97-1.43l2.39-.4c.17-.03.44-.23.51-.38l1.32-2.64c.65-1.29 1.51-1.49 1.97-1.49s1.32.19 1.97 1.49l1.32 2.64c.08.15.35.35.51.38l2.39.4c1.39.23 1.83.99 1.97 1.43s.22 1.31-.78 2.31l-1.86 1.86c-.13.13-.23.48-.19.66l.53 2.3c.37 1.61-.22 2.32-.61 2.6-.18.16-.52.33-1 .33M12 19.24c.4 0 .8.09 1.12.28l2.24 1.33c.59.35.94.35 1.01.29.08-.06.18-.39.03-1.05l-.53-2.3c-.16-.68.1-1.56.59-2.05l1.86-1.86c.37-.37.45-.66.41-.79s-.27-.32-.79-.4l-2.39-.4c-.64-.11-1.32-.61-1.61-1.19l-1.32-2.64c-.23-.45-.48-.66-.63-.66s-.4.2-.63.66l-1.32 2.64c-.29.58-.97 1.08-1.61 1.19l-2.39.4c-.52.09-.75.27-.79.4s.04.42.41.79l1.86 1.86c.49.49.75 1.38.59 2.05l-.53 2.31c-.15.67-.05 1 .03 1.05.08.06.43.06 1.01-.29l2.24-1.33c.34-.19.74-.29 1.14-.29M6 9.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v7c0 .41-.34.75-.75.75M18 9.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v7c0 .41-.34.75-.75.75M12 4.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75" }) });
|
|
13627
|
+
}
|
|
13628
|
+
);
|
|
13629
|
+
Ranking11.displayName = "Ranking11";
|
|
13630
|
+
|
|
13631
|
+
// dist/icons/Reserve1.tsx
|
|
13632
|
+
import React1042 from "react";
|
|
13633
|
+
import { jsx as jsx1042, jsxs as jsxs855 } from "react/jsx-runtime";
|
|
13634
|
+
var Reserve1 = React1042.forwardRef(
|
|
13635
|
+
({ size, ...props }, ref) => {
|
|
13636
|
+
return /* @__PURE__ */ jsxs855("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13637
|
+
/* @__PURE__ */ jsx1042("path", { fill: "#1e293b", d: "M18.97 22.75h-14c-3.75 0-3.75-2.08-3.75-3.75v-1c0-.96.79-1.75 1.75-1.75h18c.96 0 1.75.79 1.75 1.75v1c0 1.67 0 3.75-3.75 3.75m-16-5c-.14 0-.25.11-.25.25v1c0 1.64 0 2.25 2.25 2.25h14c2.25 0 2.25-.61 2.25-2.25v-1c0-.14-.11-.25-.25-.25z" }),
|
|
13638
|
+
/* @__PURE__ */ jsx1042("path", { fill: "#1e293b", d: "M20.72 17.75H3.27c-.41 0-.75-.34-.75-.75v-4c0-4.1 2.91-7.7 6.91-8.55.59-.13 1.21-.2 1.84-.2h1.45c.64 0 1.26.07 1.85.2 4 .86 6.9 4.46 6.9 8.55v4c0 .41-.33.75-.75.75m-16.7-1.5h15.95V13c0-3.39-2.4-6.37-5.72-7.09-.49-.11-1-.16-1.53-.16h-1.45c-.52 0-1.03.05-1.52.16C6.43 6.62 4.02 9.6 4.02 13z" }),
|
|
13639
|
+
/* @__PURE__ */ jsx1042("path", { fill: "#1e293b", d: "M9.59 5.93c-.33 0-.63-.22-.72-.55A3.256 3.256 0 0 1 12 1.25a3.256 3.256 0 0 1 3.13 4.13c-.1.38-.48.62-.88.53-.49-.11-1-.16-1.53-.16h-1.45c-.52 0-1.03.05-1.52.16-.05.01-.1.02-.16.02m1.68-1.68h1.45c.34 0 .69.02 1.02.06-.09-.88-.84-1.56-1.74-1.56s-1.64.68-1.74 1.56c.34-.04.67-.06 1.01-.06M15 11.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13640
|
+
] });
|
|
13641
|
+
}
|
|
13642
|
+
);
|
|
13643
|
+
Reserve1.displayName = "Reserve1";
|
|
13644
|
+
|
|
13645
|
+
// dist/icons/RouteSquare1.tsx
|
|
13646
|
+
import React1043 from "react";
|
|
13647
|
+
import { jsx as jsx1043, jsxs as jsxs856 } from "react/jsx-runtime";
|
|
13648
|
+
var RouteSquare1 = React1043.forwardRef(
|
|
13649
|
+
({ size, ...props }, ref) => {
|
|
13650
|
+
return /* @__PURE__ */ jsxs856("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13651
|
+
/* @__PURE__ */ jsx1043("path", { fill: "#1e293b", d: "M13.18 18.7c-1.17 0-2.16-.72-2.53-1.83l-.7-2.07c-.11-.36-.39-.63-.73-.74l-2.08-.7c-1.12-.38-1.84-1.39-1.82-2.57s.76-2.17 1.89-2.52l7.53-2.34c.95-.29 1.98-.04 2.68.67s.95 1.73.66 2.68l-2.34 7.54c-.35 1.13-1.34 1.87-2.53 1.89-.01-.01-.02-.01-.03-.01m2.34-11.4c-.12 0-.23.02-.35.05L7.63 9.7c-.61.19-.83.69-.83 1.11-.01.41.2.93.8 1.13l2.08.69c.8.26 1.43.89 1.69 1.7l.69 2.06c.2.6.67.79 1.13.81.41 0 .92-.22 1.11-.83l2.34-7.54c.13-.42.02-.86-.29-1.17a1.13 1.13 0 0 0-.83-.36" }),
|
|
13652
|
+
/* @__PURE__ */ jsx1043("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" })
|
|
13653
|
+
] });
|
|
13654
|
+
}
|
|
13655
|
+
);
|
|
13656
|
+
RouteSquare1.displayName = "RouteSquare1";
|
|
13657
|
+
|
|
13658
|
+
// dist/icons/Routing1.tsx
|
|
13659
|
+
import React1044 from "react";
|
|
13660
|
+
import { jsx as jsx1044, jsxs as jsxs857 } from "react/jsx-runtime";
|
|
13661
|
+
var Routing1 = React1044.forwardRef(
|
|
13662
|
+
({ size, ...props }, ref) => {
|
|
13663
|
+
return /* @__PURE__ */ jsxs857("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13664
|
+
/* @__PURE__ */ jsx1044("path", { fill: "#1e293b", d: "M5.47 10.75c-.71 0-1.43-.26-1.98-.79C1.65 8.21.91 6.3 1.34 4.43c.51-2.2 2.44-3.18 4.13-3.18s3.63.99 4.13 3.18c.43 1.87-.32 3.78-2.15 5.53-.55.53-1.26.79-1.98.79M2.8 4.77c-.38 1.67.73 3.15 1.73 4.1.53.51 1.36.5 1.89 0 1-.95 2.11-2.43 1.72-4.11-.34-1.48-1.65-2.01-2.66-2.01-1.02 0-2.33.53-2.68 2.02" }),
|
|
13665
|
+
/* @__PURE__ */ jsx1044("path", { fill: "#1e293b", d: "M5.51 6.2c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1M18.49 22.75c-.71 0-1.43-.26-1.99-.79-1.85-1.75-2.6-3.66-2.16-5.54.51-2.19 2.45-3.18 4.15-3.18s3.64.99 4.15 3.18c.43 1.87-.32 3.79-2.17 5.53-.55.54-1.26.8-1.98.8m0-8c-1.02 0-2.34.53-2.69 2.02-.39 1.67.73 3.16 1.73 4.11.53.51 1.37.51 1.91 0 1-.95 2.12-2.43 1.73-4.1-.33-1.5-1.65-2.03-2.68-2.03" }),
|
|
13666
|
+
/* @__PURE__ */ jsx1044("path", { fill: "#1e293b", d: "M18.53 18.2c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.46 1-1.01 1M12 19.75H9.32c-1.16 0-2.17-.7-2.57-1.78-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38-.15-.39-.53-.81-1.17-.81H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78.41 1.08.11 2.27-.76 3.04L8.5 16.06c-.48.42-.49.99-.35 1.38.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13667
|
+
/* @__PURE__ */ jsx1044("path", { fill: "#1e293b", d: "M12 19.75H9.32c-1.16 0-2.17-.7-2.57-1.78-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38-.15-.39-.53-.81-1.17-.81H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78.41 1.08.11 2.27-.76 3.04L8.5 16.06c-.48.42-.49.99-.35 1.38.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13668
|
+
] });
|
|
13669
|
+
}
|
|
13670
|
+
);
|
|
13671
|
+
Routing1.displayName = "Routing1";
|
|
13672
|
+
|
|
13673
|
+
// dist/icons/Routing21.tsx
|
|
13674
|
+
import React1045 from "react";
|
|
13675
|
+
import { jsx as jsx1045, jsxs as jsxs858 } from "react/jsx-runtime";
|
|
13676
|
+
var Routing21 = React1045.forwardRef(
|
|
13677
|
+
({ size, ...props }, ref) => {
|
|
13678
|
+
return /* @__PURE__ */ jsxs858("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13679
|
+
/* @__PURE__ */ jsx1045("path", { fill: "#1e293b", d: "M5.51 6.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1M18.51 19.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1" }),
|
|
13680
|
+
/* @__PURE__ */ jsx1045("path", { fill: "#1e293b", d: "M5.47 9.75A4.26 4.26 0 0 1 1.22 5.5a4.26 4.26 0 0 1 4.25-4.25A4.26 4.26 0 0 1 9.72 5.5c0 2.34-1.9 4.25-4.25 4.25m0-7c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75S8.22 7.02 8.22 5.5 6.99 2.75 5.47 2.75M19.97 22.75h-3c-1.52 0-2.75-1.23-2.75-2.75v-3c0-1.52 1.23-2.75 2.75-2.75h3c1.52 0 2.75 1.23 2.75 2.75v3c0 1.52-1.23 2.75-2.75 2.75m-3-7c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25zM12 19.75H9.32c-1.16 0-2.17-.7-2.57-1.78-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38-.15-.39-.53-.81-1.17-.81H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78.41 1.08.11 2.27-.76 3.04L8.5 16.06c-.48.42-.49.99-.35 1.38.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13681
|
+
] });
|
|
13682
|
+
}
|
|
13683
|
+
);
|
|
13684
|
+
Routing21.displayName = "Routing21";
|
|
13685
|
+
|
|
13686
|
+
// dist/icons/SafeHome1.tsx
|
|
13687
|
+
import React1046 from "react";
|
|
13688
|
+
import { jsx as jsx1046, jsxs as jsxs859 } from "react/jsx-runtime";
|
|
13689
|
+
var SafeHome1 = React1046.forwardRef(
|
|
13690
|
+
({ size, ...props }, ref) => {
|
|
13691
|
+
return /* @__PURE__ */ jsxs859("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13692
|
+
/* @__PURE__ */ jsx1046("path", { fill: "#1e293b", d: "M18.53 23.75c-.15 0-.29-.02-.42-.05a6.47 6.47 0 0 1-3.36-2.23c-.91-1.13-1.41-2.51-1.41-3.9v-2.19c0-.72.48-1.45 1.15-1.73l2.79-1.14c.82-.32 1.71-.32 2.52 0l2.8 1.14c.67.28 1.16 1.01 1.16 1.73v2.19c0 2.79-2 5.37-4.75 6.13-.17.03-.33.05-.48.05m.01-10c-.24 0-.48.04-.71.14l-2.77 1.14c-.1.04-.22.23-.22.35v2.19c0 1.05.38 2.1 1.08 2.97.66.84 1.57 1.45 2.56 1.72.03.01.09.01.14-.01 2.05-.57 3.62-2.58 3.62-4.68v-2.19c0-.12-.12-.3-.23-.35l-2.78-1.14a1.8 1.8 0 0 0-.69-.14" }),
|
|
13693
|
+
/* @__PURE__ */ jsx1046("path", { fill: "#1e293b", d: "M15.34 21.75H6.18c-1.74 0-3.34-1.35-3.63-3.06l-1.26-7.55c-.21-1.19.38-2.72 1.32-3.48L9.19 2.4c1.29-1.04 3.31-1.03 4.6.01l6.58 5.25c.95.76 1.53 2.29 1.32 3.48l-.43 2.59c-.04.22-.18.42-.38.53s-.44.13-.65.04l-1-.41c-.44-.18-.94-.18-1.4 0l-2.77 1.14c-.1.04-.22.23-.22.35v2.19c0 1.05.38 2.1 1.08 2.97.18.22.22.53.09.79-.12.25-.38.42-.67.42M11.48 3.12c-.49 0-.99.15-1.35.44L3.55 8.82c-.52.42-.89 1.4-.78 2.06l1.26 7.55c.17.98 1.15 1.81 2.15 1.81h7.8c-.42-.85-.64-1.77-.64-2.69v-2.19c0-.72.48-1.45 1.15-1.73l2.79-1.14c.82-.32 1.71-.32 2.52 0l.14.06.28-1.66c.11-.66-.26-1.64-.78-2.06l-6.58-5.25c-.38-.31-.88-.46-1.38-.46" })
|
|
13694
|
+
] });
|
|
13695
|
+
}
|
|
13696
|
+
);
|
|
13697
|
+
SafeHome1.displayName = "SafeHome1";
|
|
13698
|
+
|
|
13699
|
+
// dist/icons/SecurityCard1.tsx
|
|
13700
|
+
import React1047 from "react";
|
|
13701
|
+
import { jsx as jsx1047, jsxs as jsxs860 } from "react/jsx-runtime";
|
|
13702
|
+
var SecurityCard1 = React1047.forwardRef(
|
|
13703
|
+
({ size, ...props }, ref) => {
|
|
13704
|
+
return /* @__PURE__ */ jsxs860("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13705
|
+
/* @__PURE__ */ jsx1047("path", { fill: "#1e293b", d: "M10.56 22.71c-1.08 0-2.17-.31-3.01-.94l-4.28-3.2c-1.13-.84-2.01-2.61-2.01-4.03V7.13c0-1.53 1.12-3.16 2.56-3.7L8.8 1.56c.99-.37 2.54-.37 3.53 0l4.97 1.87c1.17.44 2.16 1.61 2.48 2.91a.754.754 0 0 1-.73.93l-7.91.01c-1.27.08-1.58.29-1.58 2.14v5.43c0 1.91.25 2.15 2.19 2.15h5.92c.31 0 .59.19.7.48s.03.62-.2.83c-.11.09-.2.18-.31.26l-4.28 3.21c-.86.62-1.94.93-3.02.93m0-19.92c-.45 0-.91.06-1.24.19L4.34 4.85c-.84.32-1.59 1.39-1.59 2.3v7.41c0 .94.66 2.26 1.41 2.82l4.28 3.2c1.15.85 3.08.85 4.23 0l2.77-2.07h-3.7c-2.76 0-3.69-.92-3.69-3.65V9.43c0-2.13.51-3.48 3.04-3.64l.65-.01h6.15c-.3-.43-.7-.77-1.12-.93L11.8 2.98c-.34-.13-.79-.19-1.24-.19" }),
|
|
13706
|
+
/* @__PURE__ */ jsx1047("path", { fill: "#1e293b", d: "M22 11.97H8.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13707
|
+
/* @__PURE__ */ jsx1047("path", { fill: "#1e293b", d: "M19.06 18.5h-7.32c-2.76 0-3.69-.92-3.69-3.65V9.42c0-2.13.51-3.48 3.04-3.64l.65-.01h7.32c2.76 0 3.69.92 3.69 3.65v5.55c-.02 2.64-.95 3.53-3.69 3.53M11.74 7.27l-.61.01c-1.27.08-1.58.29-1.58 2.14v5.43c0 1.91.25 2.15 2.19 2.15h7.32c1.91 0 2.17-.25 2.19-2.03V9.43c0-1.91-.25-2.15-2.19-2.15h-7.32z" }),
|
|
13708
|
+
/* @__PURE__ */ jsx1047("path", { fill: "#1e293b", d: "M12.65 16.01h-1.34c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.34a.749.749 0 1 1 0 1.5M18.02 16.01h-3.27c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.27a.749.749 0 1 1 0 1.5" })
|
|
13709
|
+
] });
|
|
13710
|
+
}
|
|
13711
|
+
);
|
|
13712
|
+
SecurityCard1.displayName = "SecurityCard1";
|
|
13713
|
+
|
|
13714
|
+
// dist/icons/Share1.tsx
|
|
13715
|
+
import React1048 from "react";
|
|
13716
|
+
import { jsx as jsx1048 } from "react/jsx-runtime";
|
|
13717
|
+
var Share1 = React1048.forwardRef(
|
|
13718
|
+
({ size, ...props }, ref) => {
|
|
13719
|
+
return /* @__PURE__ */ jsx1048("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1048("path", { fill: "#1e293b", d: "M20.62 13.07c-.38 0-.7-.29-.75-.67a7.83 7.83 0 0 0-3.34-5.61.75.75 0 0 1-.19-1.04c.24-.34.71-.42 1.04-.19a9.34 9.34 0 0 1 3.97 6.68c.04.41-.25.78-.67.83zM3.49 13.12h-.08a.766.766 0 0 1-.67-.83c.27-2.69 1.7-5.12 3.91-6.69a.753.753 0 1 1 .87 1.23 7.85 7.85 0 0 0-3.29 5.62.74.74 0 0 1-.74.67M12.06 22.61c-1.48 0-2.89-.34-4.21-1a.75.75 0 0 1-.33-1.01.75.75 0 0 1 1.01-.33 7.9 7.9 0 0 0 6.94.06c.37-.18.82-.02 1 .35s.02.82-.35 1c-1.28.62-2.64.93-4.06.93M12.06 8.44a3.53 3.53 0 1 1-.001-7.058 3.53 3.53 0 0 1 .001 7.059m0-5.55c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.03 2.03 2.03-.91 2.03-2.03-.92-2.03-2.03-2.03M4.83 20.67a3.53 3.53 0 1 1-.001-7.06 3.53 3.53 0 0 1 .001 7.06m0-5.56c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.03 2.03 2.03-.91 2.03-2.03-.91-2.03-2.03-2.03M19.17 20.67a3.53 3.53 0 1 1 3.53-3.53c-.01 1.94-1.59 3.53-3.53 3.53m0-5.56c-1.12 0-2.03.91-2.03 2.03s.91 2.03 2.03 2.03 2.03-.91 2.03-2.03a2.04 2.04 0 0 0-2.03-2.03" }) });
|
|
13720
|
+
}
|
|
13721
|
+
);
|
|
13722
|
+
Share1.displayName = "Share1";
|
|
13723
|
+
|
|
13402
13724
|
// dist/icons/Signature.tsx
|
|
13403
|
-
import
|
|
13404
|
-
import { jsx as
|
|
13405
|
-
var Signature =
|
|
13725
|
+
import React1049 from "react";
|
|
13726
|
+
import { jsx as jsx1049 } from "react/jsx-runtime";
|
|
13727
|
+
var Signature = React1049.forwardRef(
|
|
13406
13728
|
({ size, ...props }, ref) => {
|
|
13407
|
-
return /* @__PURE__ */
|
|
13729
|
+
return /* @__PURE__ */ jsx1049("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1049("path", { fill: "#000", d: "M21 20.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5zm-2.284-5.986.178.045q.244.083.439.257l.002-.001 2.156 1.868.056.054a.75.75 0 0 1-.978 1.128l-.06-.048-1.762-1.527A1.75 1.75 0 0 1 17 17.75h-2A1.75 1.75 0 0 1 13.25 16c0-.811-.632-1.615-2.107-2.256a10 10 0 0 0-1.454-.49c-.292.853-.63 1.654-1.037 2.332-.704 1.177-1.718 2.164-3.152 2.164a3.25 3.25 0 0 1 0-6.5h.005l.433.007c.937.024 1.854.109 2.721.251q.084-.303.164-.616c.387-1.522.677-3.114.934-4.49.127-.683.248-1.318.368-1.853.117-.522.244-1.002.396-1.35l.084-.178a3.25 3.25 0 1 1 4.22 4.448l-.073.027a.75.75 0 0 1-.54-1.397L14.4 6a1.751 1.751 0 1 0-2.408-2.39l-.097.189c-.088.204-.19.56-.306 1.077a54 54 0 0 0-.358 1.8c-.254 1.362-.553 3.007-.954 4.585q-.071.278-.148.557c.576.152 1.117.336 1.61.55 1.647.716 3.011 1.898 3.011 3.631a.25.25 0 0 0 .25.25h2a.25.25 0 0 0 .25-.25v-.5h.001c-.001-.243.068-.48.2-.684l.11-.147c.121-.137.27-.247.439-.32l.173-.06q.178-.049.361-.044zM3.75 14.5a1.75 1.75 0 0 0 1.75 1.75c.643 0 1.26-.425 1.865-1.434.314-.524.59-1.158.841-1.863a19 19 0 0 0-2.708-.203A1.75 1.75 0 0 0 3.75 14.5" }) });
|
|
13408
13730
|
}
|
|
13409
13731
|
);
|
|
13410
13732
|
Signature.displayName = "Signature";
|
|
13411
13733
|
|
|
13734
|
+
// dist/icons/Signpost1.tsx
|
|
13735
|
+
import React1050 from "react";
|
|
13736
|
+
import { jsx as jsx1050, jsxs as jsxs861 } from "react/jsx-runtime";
|
|
13737
|
+
var Signpost1 = React1050.forwardRef(
|
|
13738
|
+
({ size, ...props }, ref) => {
|
|
13739
|
+
return /* @__PURE__ */ jsxs861("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13740
|
+
/* @__PURE__ */ jsx1050("path", { fill: "#1e293b", d: "M17.22 9.75H8.96c-.56 0-1.12-.19-1.56-.55L5.21 7.45c-.6-.48-.94-1.19-.94-1.95s.34-1.48.94-1.95L7.4 1.8c.44-.35 1-.55 1.56-.55h8.26a2.5 2.5 0 0 1 2.5 2.5v3.5a2.5 2.5 0 0 1-2.5 2.5m-8.26-7c-.23 0-.45.08-.62.22L6.15 4.72a1 1 0 0 0-.38.78c0 .3.14.59.38.78l2.19 1.75c.18.14.4.22.62.22h8.26c.55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM15.06 19.75H6.8a2.5 2.5 0 0 1-2.5-2.5v-3.5a2.5 2.5 0 0 1 2.5-2.5h8.26c.57 0 1.12.19 1.56.55l2.19 1.75c.6.48.94 1.19.94 1.95s-.34 1.48-.94 1.95l-2.19 1.75c-.44.36-.99.55-1.56.55m-8.26-7c-.55 0-1 .45-1 1v3.5c0 .55.45 1 1 1h8.26c.23 0 .45-.08.62-.22l2.19-1.75a1 1 0 0 0 .38-.78 1 1 0 0 0-.38-.78l-2.19-1.75c-.18-.14-.4-.22-.62-.22z" }),
|
|
13741
|
+
/* @__PURE__ */ jsx1050("path", { fill: "#1e293b", d: "M12 12.75c-.41 0-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75M12 22.75c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" }),
|
|
13742
|
+
/* @__PURE__ */ jsx1050("path", { fill: "#1e293b", d: "M15 22.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13743
|
+
] });
|
|
13744
|
+
}
|
|
13745
|
+
);
|
|
13746
|
+
Signpost1.displayName = "Signpost1";
|
|
13747
|
+
|
|
13748
|
+
// dist/icons/Slider1.tsx
|
|
13749
|
+
import React1051 from "react";
|
|
13750
|
+
import { jsx as jsx1051, jsxs as jsxs862 } from "react/jsx-runtime";
|
|
13751
|
+
var Slider1 = React1051.forwardRef(
|
|
13752
|
+
({ size, ...props }, ref) => {
|
|
13753
|
+
return /* @__PURE__ */ jsxs862("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13754
|
+
/* @__PURE__ */ jsx1051("path", { fill: "#1e293b", d: "M15 22.75H9c-2.75 0-4.75-2-4.75-4.75V6c0-2.75 2-4.75 4.75-4.75h6c2.75 0 4.75 2 4.75 4.75v12c0 2.75-2 4.75-4.75 4.75m-6-20C6.75 2.75 5.75 4.38 5.75 6v12c0 1.62 1 3.25 3.25 3.25h6c2.25 0 3.25-1.63 3.25-3.25V6c0-1.62-1-3.25-3.25-3.25z" }),
|
|
13755
|
+
/* @__PURE__ */ jsx1051("path", { fill: "#1e293b", d: "M19 16.76H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h14c.41 0 .75.34.75.75s-.34.75-.75.75M2 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75M22 20.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v16c0 .41-.34.75-.75.75" })
|
|
13756
|
+
] });
|
|
13757
|
+
}
|
|
13758
|
+
);
|
|
13759
|
+
Slider1.displayName = "Slider1";
|
|
13760
|
+
|
|
13761
|
+
// dist/icons/SliderHorizontal1.tsx
|
|
13762
|
+
import React1052 from "react";
|
|
13763
|
+
import { jsx as jsx1052, jsxs as jsxs863 } from "react/jsx-runtime";
|
|
13764
|
+
var SliderHorizontal1 = React1052.forwardRef(
|
|
13765
|
+
({ size, ...props }, ref) => {
|
|
13766
|
+
return /* @__PURE__ */ jsxs863("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13767
|
+
/* @__PURE__ */ jsx1052("path", { fill: "#1e293b", d: "M13 22.75h-2c-3.3 0-5.29-.66-5.66-4.01-.06-.45-.09-.99-.09-1.74V7c0-.75.03-1.29.1-1.77C5.71 1.91 7.7 1.25 11 1.25h2c3.3 0 5.29.66 5.66 4.01.06.45.09.99.09 1.74v10c0 .75-.03 1.29-.1 1.77-.36 3.32-2.35 3.98-5.65 3.98m-2-20c-3.31 0-3.94.67-4.16 2.67-.06.43-.09.9-.09 1.58v10c0 .68.03 1.15.08 1.55.22 2.03.86 2.7 4.17 2.7h2c3.31 0 3.94-.67 4.16-2.67.06-.42.09-.9.09-1.58V7c0-.67-.03-1.15-.08-1.55-.22-2.03-.86-2.7-4.17-2.7z" }),
|
|
13768
|
+
/* @__PURE__ */ jsx1052("path", { fill: "#1e293b", d: "M5.67 19.42h-.34c-3.09 0-4.08-.99-4.08-4.09V8.67c0-3.1.99-4.09 4.08-4.09h.34c.17 0 .31 0 .47.01.21.01.4.11.53.28s.19.37.16.58c-.05.4-.08.87-.08 1.55v10c0 .68.03 1.15.08 1.55.03.21-.03.42-.16.58s-.32.26-.53.28c-.16.01-.3.01-.47.01m-.4-13.34c-2.19.01-2.52.36-2.52 2.59v6.66c0 2.23.33 2.58 2.52 2.59-.01-.27-.02-.57-.02-.92V7c0-.35.01-.65.02-.92M18.67 19.42h-.34c-.17 0-.31 0-.47-.01a.7.7 0 0 1-.53-.28.75.75 0 0 1-.16-.58c.06-.4.08-.88.08-1.55V7c0-.67-.03-1.15-.08-1.55-.03-.21.03-.42.16-.58s.32-.26.53-.28c.16-.01.3-.01.47-.01h.34c3.09 0 4.08.99 4.08 4.09v6.66c0 3.1-.99 4.09-4.08 4.09m.06-13.34c.01.27.02.57.02.92v10c0 .35-.01.65-.02.92 2.19-.01 2.52-.36 2.52-2.59V8.67c0-2.23-.33-2.58-2.52-2.59" })
|
|
13769
|
+
] });
|
|
13770
|
+
}
|
|
13771
|
+
);
|
|
13772
|
+
SliderHorizontal1.displayName = "SliderHorizontal1";
|
|
13773
|
+
|
|
13774
|
+
// dist/icons/SliderHorizontal11.tsx
|
|
13775
|
+
import React1053 from "react";
|
|
13776
|
+
import { jsx as jsx1053 } from "react/jsx-runtime";
|
|
13777
|
+
var SliderHorizontal11 = React1053.forwardRef(
|
|
13778
|
+
({ size, ...props }, ref) => {
|
|
13779
|
+
return /* @__PURE__ */ jsx1053("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1053("path", { fill: "#1e293b", d: "M14 22.25h-4c-3.3 0-5.29-.66-5.66-4.01-.06-.45-.09-.99-.09-1.74v-9c0-.75.03-1.3.1-1.77C4.71 2.41 6.7 1.75 10 1.75h4c3.3 0 5.29.66 5.66 4.01.06.45.09.99.09 1.74v9c0 .75-.03 1.3-.1 1.77-.36 3.32-2.35 3.98-5.65 3.98m-4-19c-3.31 0-3.94.67-4.17 2.67-.05.42-.08.9-.08 1.58v9c0 .68.03 1.16.08 1.55.22 2.03.86 2.7 4.17 2.7h4c3.31 0 3.94-.67 4.17-2.67.06-.42.08-.9.08-1.58v-9c0-.68-.03-1.16-.08-1.55-.22-2.03-.86-2.7-4.17-2.7zM2 20.25c-.41 0-.75-.34-.75-.75v-15c0-.41.34-.75.75-.75s.75.34.75.75v15c0 .41-.34.75-.75.75M22 19.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v15c0 .41-.34.75-.75.75" }) });
|
|
13780
|
+
}
|
|
13781
|
+
);
|
|
13782
|
+
SliderHorizontal11.displayName = "SliderHorizontal11";
|
|
13783
|
+
|
|
13784
|
+
// dist/icons/SliderVertical1.tsx
|
|
13785
|
+
import React1054 from "react";
|
|
13786
|
+
import { jsx as jsx1054, jsxs as jsxs864 } from "react/jsx-runtime";
|
|
13787
|
+
var SliderVertical1 = React1054.forwardRef(
|
|
13788
|
+
({ size, ...props }, ref) => {
|
|
13789
|
+
return /* @__PURE__ */ jsxs864("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13790
|
+
/* @__PURE__ */ jsx1054("path", { fill: "#1e293b", d: "M17 18.75H7c-.75 0-1.3-.03-1.77-.1-3.32-.36-3.98-2.35-3.98-5.65v-2c0-3.3.66-5.29 4.01-5.66.44-.06.99-.09 1.74-.09h10c.75 0 1.3.03 1.77.1 3.33.37 3.98 2.35 3.98 5.65v2c0 3.3-.66 5.29-4.01 5.66-.44.06-.99.09-1.74.09m-10-12c-.68 0-1.16.03-1.55.08-2.03.23-2.7.86-2.7 4.17v2c0 3.31.67 3.94 2.67 4.17.42.06.9.08 1.58.08h10c.68 0 1.16-.03 1.55-.08 2.03-.22 2.7-.86 2.7-4.17v-2c0-3.31-.67-3.94-2.67-4.17-.42-.06-.9-.08-1.58-.08z" }),
|
|
13791
|
+
/* @__PURE__ */ jsx1054("path", { fill: "#1e293b", d: "M15.33 22.75H8.67c-3.1 0-4.09-.99-4.09-4.08v-.34c0-.17 0-.32.01-.47.01-.21.11-.4.28-.53.16-.13.37-.19.58-.16.4.06.88.08 1.55.08h10c.68 0 1.16-.03 1.55-.08.21-.03.42.03.58.16s.26.32.28.53c.01.16.01.3.01.47v.34c0 3.09-.99 4.08-4.09 4.08m-9.25-4.02c.01 2.19.36 2.52 2.59 2.52h6.66c2.23 0 2.58-.33 2.59-2.52-.27.01-.57.02-.92.02H7c-.35 0-.65-.01-.92-.02M18.66 6.84c-.04 0-.07 0-.11-.01-.4-.06-.88-.08-1.55-.08H7c-.68 0-1.16.03-1.55.08a.75.75 0 0 1-.58-.16.77.77 0 0 1-.28-.53c-.01-.16-.01-.3-.01-.47v-.34c0-3.09.99-4.08 4.09-4.08h6.66c3.1 0 4.09.99 4.09 4.08v.34c0 .17 0 .32-.01.47-.01.21-.11.4-.28.53-.13.11-.3.17-.47.17M7 5.25h10c.35 0 .65.01.92.02-.01-2.19-.36-2.52-2.59-2.52H8.67c-2.23 0-2.58.33-2.59 2.52.27-.01.57-.02.92-.02" })
|
|
13792
|
+
] });
|
|
13793
|
+
}
|
|
13794
|
+
);
|
|
13795
|
+
SliderVertical1.displayName = "SliderVertical1";
|
|
13796
|
+
|
|
13797
|
+
// dist/icons/SliderVertical11.tsx
|
|
13798
|
+
import React1055 from "react";
|
|
13799
|
+
import { jsx as jsx1055 } from "react/jsx-runtime";
|
|
13800
|
+
var SliderVertical11 = React1055.forwardRef(
|
|
13801
|
+
({ size, ...props }, ref) => {
|
|
13802
|
+
return /* @__PURE__ */ jsx1055("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1055("path", { fill: "#1e293b", d: "M16.5 19.75h-9c-.75 0-1.3-.03-1.77-.1-3.32-.36-3.98-2.35-3.98-5.65v-4c0-3.3.66-5.29 4.01-5.66.44-.06.99-.09 1.74-.09h9c.75 0 1.3.03 1.77.1 3.33.37 3.98 2.35 3.98 5.65v4c0 3.3-.66 5.29-4.01 5.66-.44.06-.99.09-1.74.09m-9-14c-.68 0-1.16.03-1.55.08-2.03.23-2.7.86-2.7 4.17v4c0 3.31.67 3.94 2.67 4.17.42.06.9.08 1.58.08h9c.68 0 1.16-.03 1.55-.08 2.03-.22 2.7-.86 2.7-4.17v-4c0-3.31-.67-3.94-2.67-4.17-.42-.06-.9-.08-1.58-.08zM19.5 2.75h-15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h15c.41 0 .75.34.75.75s-.34.75-.75.75M20 22.75H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h15c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
13803
|
+
}
|
|
13804
|
+
);
|
|
13805
|
+
SliderVertical11.displayName = "SliderVertical11";
|
|
13806
|
+
|
|
13807
|
+
// dist/icons/SmartHome1.tsx
|
|
13808
|
+
import React1056 from "react";
|
|
13809
|
+
import { jsx as jsx1056, jsxs as jsxs865 } from "react/jsx-runtime";
|
|
13810
|
+
var SmartHome1 = React1056.forwardRef(
|
|
13811
|
+
({ size, ...props }, ref) => {
|
|
13812
|
+
return /* @__PURE__ */ jsxs865("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13813
|
+
/* @__PURE__ */ jsx1056("path", { fill: "#1e293b", d: "M17.6 22.56h-6.2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.2c1.07 0 2.12-.89 2.3-1.95l1.33-7.96c.12-.72-.28-1.75-.84-2.2l-6.93-5.54c-.8-.64-2.13-.64-2.92-.01L3.61 8.95c-.57.46-.96 1.48-.84 2.2l.28 1.69c.07.41-.21.8-.62.86-.41.08-.79-.21-.86-.62l-.28-1.68c-.21-1.24.39-2.83 1.38-3.62L9.6 2.23c1.34-1.08 3.45-1.07 4.8.01l6.93 5.54c.98.79 1.58 2.38 1.38 3.62l-1.33 7.96c-.3 1.77-1.99 3.2-3.78 3.2M5 22.75c-.41 0-.74-.33-.75-.73-.03-1.35-.92-2.24-2.27-2.27a.75.75 0 0 1-.73-.77c.01-.41.34-.73.75-.73h.02c2.15.05 3.69 1.58 3.73 3.73.01.41-.32.76-.73.77z" }),
|
|
13814
|
+
/* @__PURE__ */ jsx1056("path", { fill: "#1e293b", d: "M8 22.75c-.41 0-.75-.33-.75-.74-.01-.66-.12-1.29-.32-1.88-.51-1.46-1.6-2.54-3.06-3.06-.59-.21-1.22-.32-1.88-.32-.41 0-.75-.34-.74-.76 0-.41.34-.74.75-.74h.01c.83.01 1.62.15 2.36.41 1.89.67 3.3 2.08 3.97 3.97.26.74.4 1.54.41 2.36 0 .42-.33.76-.75.76M2 23c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1" })
|
|
13815
|
+
] });
|
|
13816
|
+
}
|
|
13817
|
+
);
|
|
13818
|
+
SmartHome1.displayName = "SmartHome1";
|
|
13819
|
+
|
|
13820
|
+
// dist/icons/SmsEdit1.tsx
|
|
13821
|
+
import React1057 from "react";
|
|
13822
|
+
import { jsx as jsx1057, jsxs as jsxs866 } from "react/jsx-runtime";
|
|
13823
|
+
var SmsEdit1 = React1057.forwardRef(
|
|
13824
|
+
({ size, ...props }, ref) => {
|
|
13825
|
+
return /* @__PURE__ */ jsxs866("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13826
|
+
/* @__PURE__ */ jsx1057("path", { fill: "#1e293b", d: "M12 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v3c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-2.86-1.39-4.25-4.25-4.25H7c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13827
|
+
/* @__PURE__ */ jsx1057("path", { fill: "#1e293b", d: "M12 12.87c-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.75.75 0 0 1-.12-1.05c.26-.32.73-.37 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.79-.21 1.05.12.26.32.21.8-.12 1.05l-3.13 2.5c-.64.53-1.49.79-2.33.79M15.82 21.78c-.38 0-.74-.14-1-.4-.31-.31-.45-.76-.38-1.23l.19-1.35c.05-.35.26-.77.51-1.02l3.54-3.54c.48-.48.95-.73 1.46-.78.62-.06 1.24.2 1.82.78s.84 1.19.78 1.82c-.05.5-.31.98-.78 1.46l-3.54 3.54c-.25.25-.67.46-1.02.51l-1.35.19c-.08.01-.15.02-.23.02m4.49-6.83h-.03c-.14.01-.33.14-.54.35l-3.54 3.54a.4.4 0 0 0-.08.17l-.18 1.25 1.25-.18c.04-.01.14-.06.17-.09l3.54-3.54c.21-.22.34-.4.35-.54.02-.2-.18-.44-.35-.61-.16-.16-.39-.35-.59-.35" }),
|
|
13828
|
+
/* @__PURE__ */ jsx1057("path", { fill: "#1e293b", d: "M20.92 18.25c-.07 0-.14-.01-.2-.03a3.98 3.98 0 0 1-2.74-2.74.76.76 0 0 1 .52-.93c.4-.11.81.12.92.52.23.82.88 1.47 1.7 1.7a.755.755 0 0 1-.2 1.48" })
|
|
13829
|
+
] });
|
|
13830
|
+
}
|
|
13831
|
+
);
|
|
13832
|
+
SmsEdit1.displayName = "SmsEdit1";
|
|
13833
|
+
|
|
13834
|
+
// dist/icons/SmsSearch1.tsx
|
|
13835
|
+
import React1058 from "react";
|
|
13836
|
+
import { jsx as jsx1058, jsxs as jsxs867 } from "react/jsx-runtime";
|
|
13837
|
+
var SmsSearch1 = React1058.forwardRef(
|
|
13838
|
+
({ size, ...props }, ref) => {
|
|
13839
|
+
return /* @__PURE__ */ jsxs867("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13840
|
+
/* @__PURE__ */ jsx1058("path", { fill: "#1e293b", d: "M12 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v3c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-2.86-1.39-4.25-4.25-4.25H7c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13841
|
+
/* @__PURE__ */ jsx1058("path", { fill: "#1e293b", d: "M12 12.87c-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.75.75 0 0 1-.12-1.05c.26-.32.73-.37 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.79-.21 1.05.12.26.32.21.8-.12 1.05l-3.13 2.5c-.64.53-1.49.79-2.33.79M18.2 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" }),
|
|
13842
|
+
/* @__PURE__ */ jsx1058("path", { fill: "#1e293b", d: "M22 22.75c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1 1c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
13843
|
+
] });
|
|
13844
|
+
}
|
|
13845
|
+
);
|
|
13846
|
+
SmsSearch1.displayName = "SmsSearch1";
|
|
13847
|
+
|
|
13848
|
+
// dist/icons/SmsStar1.tsx
|
|
13849
|
+
import React1059 from "react";
|
|
13850
|
+
import { jsx as jsx1059, jsxs as jsxs868 } from "react/jsx-runtime";
|
|
13851
|
+
var SmsStar1 = React1059.forwardRef(
|
|
13852
|
+
({ size, ...props }, ref) => {
|
|
13853
|
+
return /* @__PURE__ */ jsxs868("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13854
|
+
/* @__PURE__ */ jsx1059("path", { fill: "#1e293b", d: "M17 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h5c.41 0 .75.34.75.75s-.34.75-.75.75H7c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h10c2.86 0 4.25-1.39 4.25-4.25v-4c0-.41.34-.75.75-.75s.75.34.75.75v4c0 3.65-2.1 5.75-5.75 5.75" }),
|
|
13855
|
+
/* @__PURE__ */ jsx1059("path", { fill: "#1e293b", d: "M12 12.87c-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.748.748 0 0 1 .93-1.17l3.13 2.5c.76.61 2.05.61 2.81 0 .32-.26.79-.21 1.05.12.26.32.21.8-.12 1.05-.64.53-1.49.79-2.33.79M16.74 9.75c-.41 0-.69-.14-.87-.27-.33-.24-.84-.84-.54-2.16l.05-.21c.02-.08-.04-.27-.09-.33l-.35-.35c-.59-.6-.82-1.3-.62-1.93.2-.62.79-1.06 1.62-1.2l.38-.06c.07-.02.21-.12.25-.19l.28-.57c.39-.79.99-1.24 1.65-1.24s1.26.45 1.65 1.24l.28.57c.03.06.18.17.25.19l.38.06c.83.14 1.42.58 1.62 1.2s-.02 1.32-.62 1.93l-.35.35c-.05.06-.11.25-.09.33l.05.21c.3 1.32-.21 1.92-.54 2.16s-1.05.53-2.2-.16l-.25-.15a.5.5 0 0 0-.34 0l-.26.15c-.54.32-.99.43-1.34.43m1.75-7c-.01.01-.15.11-.29.4l-.28.57c-.24.49-.81.91-1.34 1l-.38.06c-.32.05-.43.16-.44.18 0 .02.03.18.26.41l.35.35c.41.42.62 1.14.49 1.71l-.05.21c-.08.36-.05.55-.03.62.02-.02.2-.04.53-.24l.26-.15c.55-.33 1.34-.33 1.89 0l.25.15c.33.2.5.22.56.22-.01-.03.03-.21-.06-.6l-.05-.21c-.13-.58.08-1.29.49-1.71l.35-.35c.23-.23.26-.39.26-.42-.01-.02-.12-.12-.44-.18l-.38-.06c-.54-.09-1.1-.51-1.34-1l-.28-.56c-.16-.3-.29-.39-.33-.4" })
|
|
13856
|
+
] });
|
|
13857
|
+
}
|
|
13858
|
+
);
|
|
13859
|
+
SmsStar1.displayName = "SmsStar1";
|
|
13860
|
+
|
|
13861
|
+
// dist/icons/SmsTracking1.tsx
|
|
13862
|
+
import React1060 from "react";
|
|
13863
|
+
import { jsx as jsx1060, jsxs as jsxs869 } from "react/jsx-runtime";
|
|
13864
|
+
var SmsTracking1 = React1060.forwardRef(
|
|
13865
|
+
({ size, ...props }, ref) => {
|
|
13866
|
+
return /* @__PURE__ */ jsxs869("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13867
|
+
/* @__PURE__ */ jsx1060("path", { fill: "#1e293b", d: "M17 21.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c2.86 0 4.25-1.39 4.25-4.25v-7c0-2.86-1.39-4.25-4.25-4.25H7c-2.86 0-4.25 1.39-4.25 4.25 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v7c0 3.65-2.1 5.75-5.75 5.75" }),
|
|
13868
|
+
/* @__PURE__ */ jsx1060("path", { fill: "#1e293b", d: "M12 12.87c-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.748.748 0 0 1 .93-1.17l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12.26.32.21.8-.12 1.05l-3.13 2.5c-.64.53-1.49.79-2.33.79M8 17.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M5 13.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13869
|
+
] });
|
|
13870
|
+
}
|
|
13871
|
+
);
|
|
13872
|
+
SmsTracking1.displayName = "SmsTracking1";
|
|
13873
|
+
|
|
13874
|
+
// dist/icons/Sound1.tsx
|
|
13875
|
+
import React1061 from "react";
|
|
13876
|
+
import { jsx as jsx1061, jsxs as jsxs870 } from "react/jsx-runtime";
|
|
13877
|
+
var Sound1 = React1061.forwardRef(
|
|
13878
|
+
({ size, ...props }, ref) => {
|
|
13879
|
+
return /* @__PURE__ */ jsxs870("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13880
|
+
/* @__PURE__ */ jsx1061("path", { fill: "#1e293b", d: "M15.5 22.75h-7c-2.89 0-5.25-2.35-5.25-5.25v-11c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-2.07-1.68-3.75-3.75-3.75h-7c-2.07 0-3.75 1.68-3.75 3.75v11c0 2.07 1.68 3.75 3.75 3.75h7c2.07 0 3.75-1.68 3.75-3.75 0-.41.34-.75.75-.75s.75.34.75.75c0 2.9-2.36 5.25-5.25 5.25" }),
|
|
13881
|
+
/* @__PURE__ */ jsx1061("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18.17 14.27c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06 1.234 1.234 0 0 0 0-1.76.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0 .52.52.81 1.21.81 1.94s-.29 1.43-.81 1.94c-.15.14-.34.22-.53.22M20.99 15.68c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06 3.253 3.253 0 0 0 0-4.6.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0a4.76 4.76 0 0 1 0 6.72.7.7 0 0 1-.53.22M12 19.25a1.25 1.25 0 0 1 0-2.5h.01a1.25 1.25 0 1 1-.01 2.5" })
|
|
13882
|
+
] });
|
|
13883
|
+
}
|
|
13884
|
+
);
|
|
13885
|
+
Sound1.displayName = "Sound1";
|
|
13886
|
+
|
|
13887
|
+
// dist/icons/Speedometer1.tsx
|
|
13888
|
+
import React1062 from "react";
|
|
13889
|
+
import { jsx as jsx1062, jsxs as jsxs871 } from "react/jsx-runtime";
|
|
13890
|
+
var Speedometer1 = React1062.forwardRef(
|
|
13891
|
+
({ size, ...props }, ref) => {
|
|
13892
|
+
return /* @__PURE__ */ jsxs871("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13893
|
+
/* @__PURE__ */ jsx1062("path", { fill: "#1e293b", d: "M19.14 20.25c-.19 0-.38-.07-.53-.21-.3-.29-.3-.76-.01-1.06a9.2 9.2 0 0 0 2.65-6.48c0-5.1-4.15-9.25-9.25-9.25S2.75 7.4 2.75 12.5c0 2.43.93 4.72 2.63 6.46.29.3.28.77-.01 1.06-.3.29-.77.28-1.06-.01a10.7 10.7 0 0 1-3.06-7.51C1.25 6.57 6.07 1.75 12 1.75S22.75 6.57 22.75 12.5c0 2.83-1.09 5.51-3.08 7.53-.14.15-.34.22-.53.22" }),
|
|
13894
|
+
/* @__PURE__ */ jsx1062("path", { fill: "#1e293b", d: "M12 22.25c-2.27 0-4.12-1.85-4.12-4.12S9.73 14 12 14s4.12 1.85 4.12 4.12-1.85 4.13-4.12 4.13m0-6.75c-1.45 0-2.62 1.18-2.62 2.62s1.18 2.62 2.62 2.62 2.62-1.18 2.62-2.62S13.45 15.5 12 15.5M16 12.75h-.75c-.83 0-1.5-.67-1.5-1.5v-.75c0-1.24 1.01-2.25 2.25-2.25s2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75v.75H16c.41 0 .75-.34.75-.75s-.34-.75-.75-.75" })
|
|
13895
|
+
] });
|
|
13896
|
+
}
|
|
13897
|
+
);
|
|
13898
|
+
Speedometer1.displayName = "Speedometer1";
|
|
13899
|
+
|
|
13900
|
+
// dist/icons/Speedometer11.tsx
|
|
13901
|
+
import React1063 from "react";
|
|
13902
|
+
import { jsx as jsx1063, jsxs as jsxs872 } from "react/jsx-runtime";
|
|
13903
|
+
var Speedometer11 = React1063.forwardRef(
|
|
13904
|
+
({ size, ...props }, ref) => {
|
|
13905
|
+
return /* @__PURE__ */ jsxs872("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13906
|
+
/* @__PURE__ */ jsx1063("path", { fill: "#1e293b", d: "M12.03 14.66c-1.48 0-2.69-1.21-2.69-2.69s1.21-2.69 2.69-2.69 2.69 1.21 2.69 2.69-1.21 2.69-2.69 2.69m0-3.88c-.66 0-1.19.53-1.19 1.19s.53 1.19 1.19 1.19 1.19-.53 1.19-1.19-.53-1.19-1.19-1.19" }),
|
|
13907
|
+
/* @__PURE__ */ jsx1063("path", { fill: "#1e293b", d: "M13.4 11.35c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4.9-4.9c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4.9 4.9c-.15.15-.34.22-.53.22M7.33 17.42c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.39-.39c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.39.39c-.15.15-.34.22-.53.22M12.03 6.63c-.41 0-.75-.34-.75-.75v-.55c0-.41.34-.75.75-.75s.75.34.75.75v.55c0 .41-.34.75-.75.75M12.03 19.36c-.41 0-.75-.34-.75-.75v-.55c0-.41.34-.75.75-.75s.75.34.75.75v.55c0 .41-.34.75-.75.75M7.72 8.41c-.19 0-.38-.07-.53-.22L6.8 7.8a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.39.39c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16.73 17.42c-.19 0-.38-.07-.53-.22l-.39-.39a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.39.39c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M5.94 12.72h-.55c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.55c.41 0 .75.34.75.75s-.34.75-.75.75M18.68 12.72h-.55c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.55c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
13908
|
+
/* @__PURE__ */ jsx1063("path", { fill: "#1e293b", d: "M11.99 22.76c-2.77 0-5.5-1.08-7.59-3.16C.82 16.02.21 10.53 2.91 6.26c2.71-4.28 7.92-6.09 12.7-4.39.39.14.59.57.45.96s-.56.6-.96.45C11 1.82 6.51 3.37 4.18 7.05s-1.8 8.4 1.28 11.48 7.8 3.61 11.48 1.28a9.2 9.2 0 0 0 3.77-10.92.75.75 0 1 1 1.41-.51c1.7 4.77-.1 9.99-4.38 12.69a10.73 10.73 0 0 1-5.76 1.68z" })
|
|
13909
|
+
] });
|
|
13910
|
+
}
|
|
13911
|
+
);
|
|
13912
|
+
Speedometer11.displayName = "Speedometer11";
|
|
13913
|
+
|
|
13412
13914
|
// dist/icons/SperateDot.tsx
|
|
13413
|
-
import
|
|
13414
|
-
import { jsx as
|
|
13415
|
-
var SperateDot =
|
|
13915
|
+
import React1064 from "react";
|
|
13916
|
+
import { jsx as jsx1064 } from "react/jsx-runtime";
|
|
13917
|
+
var SperateDot = React1064.forwardRef(
|
|
13416
13918
|
({ size, ...props }, ref) => {
|
|
13417
|
-
return /* @__PURE__ */
|
|
13919
|
+
return /* @__PURE__ */ jsx1064("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1064("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
13418
13920
|
}
|
|
13419
13921
|
);
|
|
13420
13922
|
SperateDot.displayName = "SperateDot";
|
|
13421
13923
|
|
|
13422
13924
|
// dist/icons/SquarePen1.tsx
|
|
13423
|
-
import
|
|
13424
|
-
import { jsx as
|
|
13425
|
-
var SquarePen1 =
|
|
13925
|
+
import React1065 from "react";
|
|
13926
|
+
import { jsx as jsx1065, jsxs as jsxs873 } from "react/jsx-runtime";
|
|
13927
|
+
var SquarePen1 = React1065.forwardRef(
|
|
13426
13928
|
({ size, ...props }, ref) => {
|
|
13427
|
-
return /* @__PURE__ */
|
|
13428
|
-
/* @__PURE__ */
|
|
13429
|
-
/* @__PURE__ */
|
|
13929
|
+
return /* @__PURE__ */ jsxs873("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13930
|
+
/* @__PURE__ */ jsx1065("path", { fill: "#1e293b", d: "m14.43 8.51-.89.89c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.89-.89c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0" }),
|
|
13931
|
+
/* @__PURE__ */ jsx1065("path", { fill: "#1e293b", d: "M17 2H7C4.25 2 2 4.25 2 7v10c0 2.75 2.25 5 5 5h10c2.75 0 5-2.25 5-5V7c0-2.75-2.25-5-5-5m-.33 8.33-6.17 6.18c-.22.22-.5.36-.8.4l-2.66.38c-.2.03-.35-.11-.32-.32l.38-2.66c.05-.3.18-.59.4-.8l6.18-6.18a2.118 2.118 0 1 1 2.99 3" })
|
|
13430
13932
|
] });
|
|
13431
13933
|
}
|
|
13432
13934
|
);
|
|
13433
13935
|
SquarePen1.displayName = "SquarePen1";
|
|
13434
13936
|
|
|
13937
|
+
// dist/icons/StarTopology1.tsx
|
|
13938
|
+
import React1066 from "react";
|
|
13939
|
+
import { jsx as jsx1066, jsxs as jsxs874 } from "react/jsx-runtime";
|
|
13940
|
+
var StarTopology1 = React1066.forwardRef(
|
|
13941
|
+
({ size, ...props }, ref) => {
|
|
13942
|
+
return /* @__PURE__ */ jsxs874("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13943
|
+
/* @__PURE__ */ jsx1066("path", { fill: "#1e293b", d: "M12 15.25c-.61 0-1.21-.17-1.72-.5A3.2 3.2 0 0 1 8.75 12c0-.12.01-.26.02-.39.2-1.64 1.59-2.86 3.23-2.86s3.03 1.23 3.22 2.85c.01.14.03.28.03.4 0 1.24-.69 2.35-1.79 2.9-.46.23-.95.35-1.46.35m0-5c-.88 0-1.63.66-1.74 1.53 0 .06-.01.14-.01.22 0 .61.31 1.16.83 1.48.5.32 1.15.36 1.71.08.6-.3.97-.9.97-1.56 0-.08 0-.16-.02-.23-.1-.86-.85-1.52-1.73-1.52zM12 6.75c-1.52 0-2.75-1.23-2.75-2.75S10.48 1.25 12 1.25 14.75 2.48 14.75 4 13.52 6.75 12 6.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M4 13.75c-1.52 0-2.75-1.23-2.75-2.75S2.48 8.25 4 8.25 6.75 9.48 6.75 11 5.52 13.75 4 13.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M20 13.75c-1.52 0-2.75-1.23-2.75-2.75S18.48 8.25 20 8.25s2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16.71 22.35c-1.4 0-2.61-1.07-2.74-2.5-.07-.73.15-1.45.62-2.01a2.76 2.76 0 0 1 1.86-.98c.73-.07 1.45.15 2.01.62s.91 1.13.98 1.86-.15 1.45-.62 2.01-1.13.91-1.86.98c-.09 0-.17.01-.25.01zm0-4h-.12c-.33.03-.63.19-.85.45-.21.26-.31.58-.28.91s.19.63.45.85c.26.21.58.32.91.28.33-.03.63-.19.85-.45s.31-.58.28-.91a1.26 1.26 0 0 0-1.25-1.14z" }),
|
|
13944
|
+
/* @__PURE__ */ jsx1066("path", { fill: "#1e293b", d: "M9.52 12.44h-.09L5.91 12a.753.753 0 0 1-.65-.84c.05-.41.43-.7.84-.65l3.52.44a.753.753 0 0 1-.09 1.5zM14.48 12.44c-.37 0-.7-.28-.74-.66-.05-.41.24-.79.65-.84l3.54-.44c.41-.05.79.24.84.65s-.24.79-.65.84l-3.54.44h-.09zM15.67 18.65c-.25 0-.5-.13-.64-.35l-2.35-3.79a.747.747 0 1 1 1.27-.79l2.35 3.79a.747.747 0 0 1-.63 1.14M7 22.75c-.08 0-.17 0-.25-.01a2.755 2.755 0 0 1-2.49-2.99 2.755 2.755 0 0 1 2.99-2.49c1.51.14 2.63 1.48 2.49 2.99A2.757 2.757 0 0 1 7 22.75m0-4c-.64 0-1.18.49-1.24 1.14-.06.69.44 1.3 1.13 1.36.33.03.66-.07.91-.28.26-.21.42-.51.45-.85.06-.69-.44-1.3-1.13-1.36H7z" }),
|
|
13945
|
+
/* @__PURE__ */ jsx1066("path", { fill: "#1e293b", d: "M8.05 19.05a.747.747 0 0 1-.63-1.14l2.35-3.79a.747.747 0 1 1 1.27.79L8.69 18.7c-.14.23-.39.35-.64.35M12 10.25c-.41 0-.75-.34-.75-.75V6c0-.41.34-.75.75-.75s.75.34.75.75v3.5c0 .41-.34.75-.75.75" })
|
|
13946
|
+
] });
|
|
13947
|
+
}
|
|
13948
|
+
);
|
|
13949
|
+
StarTopology1.displayName = "StarTopology1";
|
|
13950
|
+
|
|
13951
|
+
// dist/icons/Status1.tsx
|
|
13952
|
+
import React1067 from "react";
|
|
13953
|
+
import { jsx as jsx1067 } from "react/jsx-runtime";
|
|
13954
|
+
var Status1 = React1067.forwardRef(
|
|
13955
|
+
({ size, ...props }, ref) => {
|
|
13956
|
+
return /* @__PURE__ */ jsx1067("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1067("path", { fill: "#1e293b", d: "M9.99 22.55c-.05 0-.1 0-.15-.02-3.83-.78-6.94-3.6-8.1-7.34-.12-.4.1-.82.49-.94.4-.12.82.1.94.49 1 3.22 3.67 5.64 6.97 6.31.41.08.67.48.58.89-.07.36-.39.61-.73.61M21.95 11.73c-.38 0-.71-.29-.75-.67A9.22 9.22 0 0 0 12 2.75c-4.77 0-8.72 3.57-9.2 8.3-.04.41-.4.72-.82.67a.75.75 0 0 1-.67-.82C1.87 5.4 6.47 1.25 12 1.25c5.54 0 10.14 4.15 10.69 9.65a.75.75 0 0 1-.67.82c-.02.01-.05.01-.07.01M14.01 22.55c-.35 0-.66-.24-.73-.6-.08-.41.18-.8.58-.88a9.24 9.24 0 0 0 6.96-6.27c.12-.4.55-.62.94-.49.4.12.61.55.49.94a10.76 10.76 0 0 1-8.09 7.29c-.05 0-.1.01-.15.01" }) });
|
|
13957
|
+
}
|
|
13958
|
+
);
|
|
13959
|
+
Status1.displayName = "Status1";
|
|
13960
|
+
|
|
13961
|
+
// dist/icons/Status11.tsx
|
|
13962
|
+
import React1068 from "react";
|
|
13963
|
+
import { jsx as jsx1068, jsxs as jsxs875 } from "react/jsx-runtime";
|
|
13964
|
+
var Status11 = React1068.forwardRef(
|
|
13965
|
+
({ size, ...props }, ref) => {
|
|
13966
|
+
return /* @__PURE__ */ jsxs875("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13967
|
+
/* @__PURE__ */ jsx1068("path", { fill: "#1e293b", d: "M12 16.14c-.48 0-.91-.27-1.12-.7l-2.9-5.81-1.33 2.47c-.2.39-.62.65-1.1.65H2.53c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H5.4l1.49-2.76c.23-.41.65-.66 1.11-.66h.03c.46.01.88.28 1.09.69l2.9 5.8 1.19-2.38c.23-.43.65-.69 1.12-.69H17c.41 0 .75.34.75.75s-.34.75-.75.75h-2.54l-1.35 2.7c-.21.42-.63.69-1.11.69m-6.68-4.75c0 .01-.01.01-.01.02z" }),
|
|
13968
|
+
/* @__PURE__ */ jsx1068("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" })
|
|
13969
|
+
] });
|
|
13970
|
+
}
|
|
13971
|
+
);
|
|
13972
|
+
Status11.displayName = "Status11";
|
|
13973
|
+
|
|
13435
13974
|
// dist/icons/Strikethrough.tsx
|
|
13436
|
-
import
|
|
13437
|
-
import { jsx as
|
|
13438
|
-
var Strikethrough =
|
|
13975
|
+
import React1069 from "react";
|
|
13976
|
+
import { jsx as jsx1069 } from "react/jsx-runtime";
|
|
13977
|
+
var Strikethrough = React1069.forwardRef(
|
|
13439
13978
|
({ size, ...props }, ref) => {
|
|
13440
|
-
return /* @__PURE__ */
|
|
13979
|
+
return /* @__PURE__ */ jsx1069("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1069("path", { fill: "#000", d: "M17.25 16A3.25 3.25 0 0 0 14 12.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 0 1.5h-2.537a4.75 4.75 0 0 1-3.463 8H6a.75.75 0 0 1 0-1.5h8A3.25 3.25 0 0 0 17.25 16M16 3.25l.077.004a.75.75 0 0 1 0 1.492L16 4.75H9a2.25 2.25 0 0 0-2.23 1.94c-.044.313-.02.63.066.932l.04.128.023.073a.75.75 0 0 1-1.407.498l-.03-.071-.067-.214A3.75 3.75 0 0 1 9 3.25z" }) });
|
|
13441
13980
|
}
|
|
13442
13981
|
);
|
|
13443
13982
|
Strikethrough.displayName = "Strikethrough";
|
|
13444
13983
|
|
|
13984
|
+
// dist/icons/Strongbox1.tsx
|
|
13985
|
+
import React1070 from "react";
|
|
13986
|
+
import { jsx as jsx1070, jsxs as jsxs876 } from "react/jsx-runtime";
|
|
13987
|
+
var Strongbox1 = React1070.forwardRef(
|
|
13988
|
+
({ size, ...props }, ref) => {
|
|
13989
|
+
return /* @__PURE__ */ jsxs876("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13990
|
+
/* @__PURE__ */ jsx1070("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" }),
|
|
13991
|
+
/* @__PURE__ */ jsx1070("path", { fill: "#1e293b", d: "M12 16.56c-1.1 0-2-.9-2-2v-1.6c-.59-.49-.99-1.18-1.09-1.95-.02-.12-.04-.29-.04-.45 0-.97.44-1.87 1.22-2.47s1.78-.79 2.74-.54c1.05.28 1.92 1.14 2.19 2.19.11.41.14.84.07 1.27A3.1 3.1 0 0 1 14 12.95v1.6c0 1.11-.9 2.01-2 2.01m-.01-7.62c-.36 0-.7.11-.99.34-.4.31-.63.78-.63 1.28 0 .07 0 .15.02.21.07.5.34.91.76 1.17l.35.22v2.4c0 .28.22.5.5.5s.5-.22.5-.5v-2.4l.35-.22c.41-.26.69-.67.75-1.14v-.02c.04-.22.03-.44-.03-.65-.14-.55-.59-.99-1.13-1.13q-.225-.06-.45-.06" }),
|
|
13992
|
+
/* @__PURE__ */ jsx1070("path", { fill: "#1e293b", d: "M22 10.16h-7.65v1.5H22zM9.65 10.16H2v1.5h7.65z" })
|
|
13993
|
+
] });
|
|
13994
|
+
}
|
|
13995
|
+
);
|
|
13996
|
+
Strongbox1.displayName = "Strongbox1";
|
|
13997
|
+
|
|
13998
|
+
// dist/icons/Strongbox11.tsx
|
|
13999
|
+
import React1071 from "react";
|
|
14000
|
+
import { jsx as jsx1071, jsxs as jsxs877 } from "react/jsx-runtime";
|
|
14001
|
+
var Strongbox11 = React1071.forwardRef(
|
|
14002
|
+
({ size, ...props }, ref) => {
|
|
14003
|
+
return /* @__PURE__ */ jsxs877("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14004
|
+
/* @__PURE__ */ jsx1071("path", { fill: "#1e293b", d: "m5.14 5.54.83 1.59s.05-.03.09-.05c.2-.1.42-.05.53.12.11.18.08.39-.1.54-.15.13-.32.24-.47.37-.91.78-1.64 1.69-2.08 2.82a.57.57 0 0 1-.31.28c-.32.12-.65.2-.97.3-.29.09-.37.21-.37.51v2.04c0 .31.09.42.39.52.35.11.7.22 1.05.32.16.05.26.14.32.3.47 1.23 1.26 2.22 2.29 3.02.17.13.24.28.22.5-.07.55-.13 1.1-.2 1.65-.03.25.1.46.34.51.42.08.85.16 1.28.21.11.01.27-.06.35-.15.15-.17.27-.38.4-.58-.08-.03-.13-.05-.18-.08-.25-.1-.35-.29-.28-.52.07-.21.29-.3.54-.23.33.09.67.2 1 .27q2.43.51 4.8-.24c.08-.02.15-.05.23-.06.2-.02.37.09.42.27.06.2-.03.4-.22.48-.07.03-.15.05-.25.09.14.21.24.42.4.58.09.09.27.16.4.14.38-.03.76-.11 1.15-.18.31-.05.45-.23.42-.55q-.075-.795-.18-1.59c-.04-.25.04-.41.24-.57 1.16-.91 2.02-2.04 2.42-3.47.61-2.18.1-4.11-1.33-5.83a7.4 7.4 0 0 0-2.02-1.66c-.05-.03-.09-.05-.14-.08-.22-.14-.29-.36-.18-.56s.35-.26.57-.12c.4.25.81.49 1.18.78 1.51 1.18 2.51 2.69 2.85 4.6.04.23.06.46.1.72.49-.15.81-.46.97-.93.2-.6-.04-1.23-.57-1.6-.1-.07-.2-.16-.25-.27a.334.334 0 0 1 .12-.41c.15-.12.32-.12.48-.02.63.39 1 .95 1.06 1.68.1 1.12-.57 2.06-1.67 2.34-.16.04-.15.14-.16.25-.08 1.06-.41 2.03-.94 2.95-.46.79-1.05 1.48-1.76 2.06-.13.11-.18.21-.15.37.06.39.1.78.15 1.17.1.83-.29 1.37-1.11 1.52-.4.07-.8.14-1.2.19-.49.05-.87-.14-1.15-.54-.14-.21-.28-.42-.41-.64-.06-.1-.14-.13-.25-.1-.83.18-1.66.25-2.51.19-.52-.03-1.03-.1-1.55-.19-.17-.03-.27 0-.35.15-.1.18-.22.34-.32.5q-.48.75-1.35.6c-.39-.06-.78-.13-1.16-.19-.64-.11-1.08-.71-1.01-1.35.05-.46.11-.93.16-1.39 0-.08-.03-.19-.09-.23-.97-.81-1.74-1.79-2.24-2.96a.35.35 0 0 0-.18-.16c-.29-.1-.59-.18-.88-.28-.53-.17-.84-.6-.85-1.16v-2.22c0-.57.32-.98.87-1.15.25-.08.5-.15.74-.23.08-.03.16-.1.19-.17.43-.97 1.04-1.8 1.81-2.52.11-.1.12-.18.09-.32-.14-.56-.42-1.03-.75-1.49-.2-.28-.23-.58-.07-.89s.43-.45.77-.43c.26.02.52.04.77.08.51.09.98.29 1.43.55.24.14.31.36.2.57-.12.21-.35.25-.59.11-.52-.29-1.08-.49-1.68-.52h-.14z" }),
|
|
14005
|
+
/* @__PURE__ */ jsx1071("path", { fill: "#1e293b", d: "M8.01 22.15c-.1 0-.2 0-.3-.02-.39-.06-.78-.13-1.17-.2-.77-.13-1.3-.85-1.21-1.63l.04-.38c.04-.33.08-.67.11-1-1.04-.88-1.81-1.91-2.31-3.07a6 6 0 0 0-.56-.18l-.35-.11c-.64-.21-1.02-.73-1.02-1.39v-2.23c0-.68.39-1.19 1.05-1.39l.19-.06c.18-.05.36-.11.54-.17.02 0 .05-.03.05-.04.44-.98 1.07-1.86 1.87-2.6l.26-.13-.24.06c-.14-.56-.44-1.02-.71-1.41-.26-.36-.29-.76-.09-1.15s.56-.59 1.01-.56c.26.02.53.04.8.09.51.09 1.01.28 1.51.58.36.21.47.58.29.91-.19.33-.57.41-.93.21-.44-.25-.86-.4-1.28-.46l.52 1c.27-.07.56.02.72.26.18.29.12.64-.15.86-.07.06-.15.12-.22.18-.08.06-.17.13-.25.2-.95.81-1.61 1.7-2.01 2.72-.08.2-.28.36-.45.42-.22.08-.45.15-.67.22l-.31.09c-.18.06-.2.08-.2.27v2.04c0 .2 0 .22.21.28l.22.07c.28.08.55.17.83.25.24.07.4.22.49.45.43 1.14 1.16 2.09 2.21 2.91.25.19.35.43.31.73-.05.38-.09.77-.14 1.15l-.06.5c0 .06 0 .21.14.24.37.07.82.16 1.26.21 0 0 .11-.03.13-.07.08-.09.15-.19.22-.3-.3-.16-.44-.46-.33-.79.11-.34.46-.5.85-.39l.21.06a9.17 9.17 0 0 0 5.45-.03c.11-.04.19-.06.28-.07.29-.03.6.16.68.45.09.31-.05.63-.34.77.07.11.13.2.21.28.04.04.16.07.2.07.3-.03.6-.08.9-.13l.23-.04c.19-.03.23-.09.21-.28-.05-.53-.11-1.06-.18-1.58-.05-.33.06-.59.33-.8 1.2-.94 1.97-2.03 2.33-3.34.57-2.02.13-3.9-1.28-5.6-.51-.62-1.15-1.14-1.95-1.6l-.15-.08c-.34-.2-.45-.57-.26-.9.09-.15.23-.26.39-.31.17-.04.36-.01.53.09l.19.12c.34.21.69.43 1.02.68 1.61 1.26 2.6 2.86 2.94 4.76l.06.4c.25-.14.42-.36.52-.65.16-.49-.03-1-.48-1.32-.11-.08-.26-.21-.33-.38-.11-.25-.03-.53.19-.71.23-.19.51-.2.77-.04.71.44 1.11 1.07 1.18 1.87.11 1.24-.63 2.28-1.83 2.6v.03a7.15 7.15 0 0 1-.98 3.05 8 8 0 0 1-1.81 2.13c-.08.06-.08.08-.07.14.04.26.07.52.1.79l.05.39c.12.96-.37 1.63-1.31 1.8-.39.07-.8.15-1.22.19-.56.06-1.04-.16-1.38-.65-.15-.21-.29-.43-.42-.65-.83.2-1.69.26-2.56.21-.55-.04-1.1-.12-1.57-.19h-.08c-.08.15-.16.27-.23.38l-.11.17c-.31.49-.76.74-1.3.74zM5.09 4.99c-.22 0-.37.1-.48.3-.11.22-.09.42.06.62.29.4.63.93.79 1.58.04.14.06.36-.16.56a7.3 7.3 0 0 0-1.75 2.44c-.07.16-.22.26-.34.3-.18.07-.37.12-.56.18l-.19.06c-.45.14-.69.46-.7.92v2.22c0 .45.24.78.67.92l.34.11c.18.05.36.11.54.17.12.04.26.15.33.29.48 1.1 1.19 2.04 2.17 2.86.12.1.2.29.18.45-.03.34-.07.68-.11 1.02l-.04.38c-.06.52.29.99.8 1.08.39.07.77.13 1.16.19.49.07.84-.08 1.1-.49l.12-.18c.07-.1.14-.2.19-.31.17-.31.43-.31.61-.28.46.07.99.15 1.52.18.81.05 1.63-.01 2.44-.19.29-.06.43.08.51.21.13.21.26.42.41.63.23.34.53.48.92.44.4-.04.79-.12 1.19-.19.69-.12.99-.54.9-1.24l-.05-.4c-.03-.26-.06-.51-.1-.77-.05-.32.12-.5.24-.6.69-.57 1.26-1.24 1.7-2 .52-.9.83-1.86.91-2.84 0-.13.03-.39.35-.47.97-.25 1.57-1.09 1.48-2.08-.05-.63-.37-1.13-.94-1.49-.09-.06-.14-.04-.2 0-.07.06-.05.11-.04.12.02.04.07.1.16.17.62.43.89 1.19.67 1.88-.18.55-.56.92-1.13 1.1l-.28.09-.07-.53c-.02-.16-.04-.31-.07-.47-.32-1.77-1.24-3.27-2.76-4.45-.3-.24-.64-.45-.97-.65l-.19-.12a.2.2 0 0 0-.14-.03c-.04.01-.07.04-.08.07-.02.03-.07.12.09.22l.14.08c.85.49 1.53 1.05 2.08 1.71 1.53 1.83 1.99 3.87 1.38 6.06-.39 1.4-1.23 2.61-2.51 3.6-.13.1-.16.18-.14.33.08.53.13 1.07.19 1.6.04.44-.18.74-.63.82l-.23.04c-.31.06-.62.11-.94.14a.8.8 0 0 1-.61-.22c-.13-.13-.22-.29-.32-.44-.04-.06-.07-.12-.11-.18l-.18-.27.4-.14s.09-.03.13-.05c.08-.03.11-.1.08-.18a.135.135 0 0 0-.15-.09c-.04 0-.09.02-.14.04a9.66 9.66 0 0 1-5.78.04l-.21-.06c-.07-.02-.2-.04-.24.07-.01.04-.04.14.13.21l.42.17-.12.28-.11.18c-.09.15-.19.3-.31.43s-.36.26-.56.23c-.46-.05-.92-.14-1.3-.21-.36-.07-.59-.4-.54-.79l.06-.5c.04-.39.09-.77.14-1.16.02-.12-.01-.18-.12-.27-1.11-.87-1.91-1.92-2.37-3.13-.03-.08-.07-.12-.16-.15-.28-.08-.56-.17-.83-.25l-.22-.07c-.41-.13-.57-.33-.57-.76v-2.04c0-.41.16-.63.55-.75l.32-.09c.21-.06.43-.12.64-.2.08-.03.15-.1.16-.14.43-1.1 1.14-2.05 2.15-2.92.09-.07.17-.14.26-.21.07-.05.14-.11.21-.17.08-.06.09-.13.05-.21-.05-.08-.14-.07-.21-.04-.03.02-.06.03-.07.04l-.23.14-1-1.93.1-.27h.32c.6.03 1.18.21 1.79.56.18.1.23 0 .25-.02.02-.04.07-.12-.11-.23-.46-.27-.9-.44-1.35-.52-.25-.04-.5-.06-.75-.08h-.06z" }),
|
|
14006
|
+
/* @__PURE__ */ jsx1071("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M7.13 11.116a.875.875 0 1 0 1.75 0 .875.875 0 0 0-1.75 0", "clip-rule": "evenodd" }),
|
|
14007
|
+
/* @__PURE__ */ jsx1071("path", { fill: "#1e293b", d: "M11.5 3.73c-.41 0-.75-.34-.75-.75V2.1c0-.41.34-.75.75-.75s.75.34.75.75v.88c0 .41-.34.75-.75.75M11.5 9.85c-.41 0-.75-.34-.75-.75v-.88c0-.41.34-.75.75-.75s.75.34.75.75v.88c0 .41-.34.75-.75.75" }),
|
|
14008
|
+
/* @__PURE__ */ jsx1071("path", { fill: "#1e293b", d: "M11.06 8.98c-.7 0-1.35-.37-1.72-.99-.21-.35-.1-.82.25-1.03.35-.22.82-.1 1.03.25.06.1.2.27.44.27h.96c.26 0 .48-.21.48-.48 0-.22-.15-.41-.36-.46l-1.65-.41A1.98 1.98 0 0 1 9 4.21c0-1.09.89-1.98 1.98-1.98h.96c.7 0 1.34.37 1.72.98.22.35.11.82-.24 1.03-.36.22-.82.11-1.03-.24-.05-.08-.19-.27-.44-.27h-.96a.48.48 0 0 0-.48.48c0 .22.15.41.36.46l1.64.41c.88.21 1.5 1 1.5 1.92 0 1.09-.89 1.98-1.98 1.98z" })
|
|
14009
|
+
] });
|
|
14010
|
+
}
|
|
14011
|
+
);
|
|
14012
|
+
Strongbox11.displayName = "Strongbox11";
|
|
14013
|
+
|
|
14014
|
+
// dist/icons/Strongbox21.tsx
|
|
14015
|
+
import React1072 from "react";
|
|
14016
|
+
import { jsx as jsx1072, jsxs as jsxs878 } from "react/jsx-runtime";
|
|
14017
|
+
var Strongbox21 = React1072.forwardRef(
|
|
14018
|
+
({ size, ...props }, ref) => {
|
|
14019
|
+
return /* @__PURE__ */ jsxs878("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14020
|
+
/* @__PURE__ */ jsx1072("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" }),
|
|
14021
|
+
/* @__PURE__ */ jsx1072("path", { fill: "#1e293b", d: "M16 19.75H8c-2.42 0-3.75-1.33-3.75-3.75V8c0-2.42 1.33-3.75 3.75-3.75h8c2.42 0 3.75 1.33 3.75 3.75v8c0 2.42-1.33 3.75-3.75 3.75m-8-14c-1.58 0-2.25.67-2.25 2.25v8c0 1.58.67 2.25 2.25 2.25h8c1.58 0 2.25-.67 2.25-2.25V8c0-1.58-.67-2.25-2.25-2.25z" }),
|
|
14022
|
+
/* @__PURE__ */ jsx1072("path", { fill: "#1e293b", d: "M7.48 15.25H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.48c.97 0 1.75-.79 1.75-1.75s-.79-1.75-1.75-1.75H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.48c1.79 0 3.25 1.46 3.25 3.25a3.25 3.25 0 0 1-3.25 3.25M19 10.74h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75M19 14.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
14023
|
+
/* @__PURE__ */ jsx1072("path", { fill: "#1e293b", d: "M7.25 13c-.13 0-.26-.03-.38-.08q-.18-.075-.33-.21a1 1 0 0 1-.29-.71c0-.26.11-.52.29-.71.28-.27.72-.37 1.09-.21q.195.075.33.21c.18.19.29.45.29.71 0 .27-.1.52-.29.71q-.15.135-.33.21c-.12.05-.25.08-.38.08" })
|
|
14024
|
+
] });
|
|
14025
|
+
}
|
|
14026
|
+
);
|
|
14027
|
+
Strongbox21.displayName = "Strongbox21";
|
|
14028
|
+
|
|
14029
|
+
// dist/icons/TagRight1.tsx
|
|
14030
|
+
import React1073 from "react";
|
|
14031
|
+
import { jsx as jsx1073 } from "react/jsx-runtime";
|
|
14032
|
+
var TagRight1 = React1073.forwardRef(
|
|
14033
|
+
({ size, ...props }, ref) => {
|
|
14034
|
+
return /* @__PURE__ */ jsx1073("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1073("path", { fill: "#1e293b", d: "M14.67 21.65H4.22c-1.1 0-2.07-.57-2.6-1.53s-.5-2.09.08-3.02l2.77-4.43c.22-.35.22-1 0-1.34L1.7 6.9c-.58-.93-.61-2.06-.08-3.02s1.51-1.53 2.6-1.53h11.44c.94 0 2.03.6 2.52 1.4l4.18 6.68c.56.9.51 2.28-.13 3.13l-5.18 6.9c-.51.68-1.53 1.19-2.38 1.19M4.22 3.85c-.54 0-1.03.28-1.29.76s-.25 1.04.04 1.5l2.77 4.43c.52.84.52 2.1 0 2.94l-2.77 4.43c-.29.46-.3 1.02-.04 1.5s.75.76 1.29.76h10.45c.38 0 .95-.29 1.18-.59l5.18-6.9c.27-.36.3-1.05.06-1.43l-4.18-6.68c-.22-.36-.83-.69-1.25-.69H4.22z" }) });
|
|
14035
|
+
}
|
|
14036
|
+
);
|
|
14037
|
+
TagRight1.displayName = "TagRight1";
|
|
14038
|
+
|
|
13445
14039
|
// dist/icons/Tasks.tsx
|
|
13446
|
-
import
|
|
13447
|
-
import { jsx as
|
|
13448
|
-
var Tasks =
|
|
14040
|
+
import React1074 from "react";
|
|
14041
|
+
import { jsx as jsx1074, jsxs as jsxs879 } from "react/jsx-runtime";
|
|
14042
|
+
var Tasks = React1074.forwardRef(
|
|
13449
14043
|
({ size, ...props }, ref) => {
|
|
13450
|
-
return /* @__PURE__ */
|
|
13451
|
-
/* @__PURE__ */
|
|
13452
|
-
/* @__PURE__ */
|
|
14044
|
+
return /* @__PURE__ */ jsxs879("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14045
|
+
/* @__PURE__ */ jsx1074("path", { fill: "#1e293b", d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2" }),
|
|
14046
|
+
/* @__PURE__ */ jsx1074("path", { fill: "#1e293b", d: "M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89 0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95-.5-.26-1.1.09-1.1.65m-4.86 12.13H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.38c.41 0 .75.34.75.75s-.34.75-.75.75m2.62-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
13453
14047
|
] });
|
|
13454
14048
|
}
|
|
13455
14049
|
);
|
|
13456
14050
|
Tasks.displayName = "Tasks";
|
|
13457
14051
|
|
|
13458
14052
|
// dist/icons/Trash.tsx
|
|
13459
|
-
import
|
|
13460
|
-
import { jsx as
|
|
13461
|
-
var Trash =
|
|
14053
|
+
import React1075 from "react";
|
|
14054
|
+
import { jsx as jsx1075 } from "react/jsx-runtime";
|
|
14055
|
+
var Trash = React1075.forwardRef(
|
|
13462
14056
|
({ size, ...props }, ref) => {
|
|
13463
|
-
return /* @__PURE__ */
|
|
14057
|
+
return /* @__PURE__ */ jsx1075("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1075("path", { fill: "#1e293b", d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82s.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39s-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95m-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75m.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
13464
14058
|
}
|
|
13465
14059
|
);
|
|
13466
14060
|
Trash.displayName = "Trash";
|
|
13467
14061
|
|
|
14062
|
+
// dist/icons/TrashSquare1.tsx
|
|
14063
|
+
import React1076 from "react";
|
|
14064
|
+
import { jsx as jsx1076, jsxs as jsxs880 } from "react/jsx-runtime";
|
|
14065
|
+
var TrashSquare1 = React1076.forwardRef(
|
|
14066
|
+
({ size, ...props }, ref) => {
|
|
14067
|
+
return /* @__PURE__ */ jsxs880("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14068
|
+
/* @__PURE__ */ jsx1076("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" }),
|
|
14069
|
+
/* @__PURE__ */ jsx1076("path", { fill: "#1e293b", d: "M17.9 9.799h-.07c-3.46-.34-6.9-.48-10.31-.13l-1.34.13a.745.745 0 0 1-.82-.67.75.75 0 0 1 .67-.82l1.34-.13c3.51-.35 7.05-.22 10.61.13.41.04.71.41.67.82-.04.38-.37.67-.75.67" }),
|
|
14070
|
+
/* @__PURE__ */ jsx1076("path", { fill: "#1e293b", d: "M14.29 9.14a.75.75 0 0 1-.74-.62l-.14-.85c-.02-.14-.06-.36-.1-.41 0 0-.1-.06-.46-.06h-1.72c-.37 0-.47.06-.47.06-.02.04-.06.26-.08.4l-.14.86a.76.76 0 0 1-.86.62.76.76 0 0 1-.62-.86l.14-.86c.11-.64.29-1.71 2.03-1.71h1.72c1.75 0 1.93 1.12 2.03 1.72l.14.85c.07.41-.21.8-.61.86z" }),
|
|
14071
|
+
/* @__PURE__ */ jsx1076("path", { fill: "#1e293b", d: "M14.1 18.31H9.89c-2.53 0-2.64-1.52-2.71-2.53l-.43-6.61a.75.75 0 1 1 1.5-.1l.43 6.6c.07.98.08 1.13 1.21 1.13h4.21c1.13 0 1.14-.15 1.21-1.13l.43-6.6c.03-.41.37-.73.8-.7.41.03.73.38.7.8l-.43 6.6c-.07 1.02-.17 2.54-2.71 2.54" })
|
|
14072
|
+
] });
|
|
14073
|
+
}
|
|
14074
|
+
);
|
|
14075
|
+
TrashSquare1.displayName = "TrashSquare1";
|
|
14076
|
+
|
|
14077
|
+
// dist/icons/Tree1.tsx
|
|
14078
|
+
import React1077 from "react";
|
|
14079
|
+
import { jsx as jsx1077, jsxs as jsxs881 } from "react/jsx-runtime";
|
|
14080
|
+
var Tree1 = React1077.forwardRef(
|
|
14081
|
+
({ size, ...props }, ref) => {
|
|
14082
|
+
return /* @__PURE__ */ jsxs881("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14083
|
+
/* @__PURE__ */ jsx1077("path", { fill: "#1e293b", d: "M16.17 10.81H7.83c-.86 0-1.52-.34-1.82-.92-.3-.59-.18-1.32.32-2.01l4.17-5.84a1.827 1.827 0 0 1 3.02.01l4.17 5.83c.5.69.62 1.42.32 2.01-.32.58-.98.92-1.84.92M12 2.7c-.09 0-.19.08-.28.2L7.55 8.75c-.2.27-.21.43-.2.46.01.02.15.1.49.1h8.34c.33 0 .47-.09.49-.11 0-.02-.01-.18-.2-.45L12.3 2.91q-.165-.21-.3-.21" }),
|
|
14084
|
+
/* @__PURE__ */ jsx1077("path", { fill: "#1e293b", d: "M17.59 18.75H6.42c-1.43 0-2-.69-2.21-1.1s-.43-1.27.41-2.43l3.99-5.6c.14-.2.37-.31.61-.31h5.57c.24 0 .47.12.61.31l3.99 5.61c.84 1.15.61 2.01.4 2.42s-.77 1.1-2.2 1.1M9.6 10.81 5.83 16.1c-.32.44-.35.74-.29.87.07.13.33.28.87.28h11.17c.54 0 .81-.15.87-.28.07-.13.03-.43-.29-.87l-3.77-5.3H9.6z" }),
|
|
14085
|
+
/* @__PURE__ */ jsx1077("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .41-.34.75-.75.75" })
|
|
14086
|
+
] });
|
|
14087
|
+
}
|
|
14088
|
+
);
|
|
14089
|
+
Tree1.displayName = "Tree1";
|
|
14090
|
+
|
|
14091
|
+
// dist/icons/Truck1.tsx
|
|
14092
|
+
import React1078 from "react";
|
|
14093
|
+
import { jsx as jsx1078, jsxs as jsxs882 } from "react/jsx-runtime";
|
|
14094
|
+
var Truck1 = React1078.forwardRef(
|
|
14095
|
+
({ size, ...props }, ref) => {
|
|
14096
|
+
return /* @__PURE__ */ jsxs882("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14097
|
+
/* @__PURE__ */ jsx1078("path", { fill: "#1e293b", d: "M13 14.75H2c-.41 0-.75-.34-.75-.75V6c0-2.62 2.13-4.75 4.75-4.75h9c.41 0 .75.34.75.75v10c0 1.52-1.23 2.75-2.75 2.75m-10.25-1.5H13c.69 0 1.25-.56 1.25-1.25V2.75H6C4.21 2.75 2.75 4.21 2.75 6z" }),
|
|
14098
|
+
/* @__PURE__ */ jsx1078("path", { fill: "#1e293b", d: "M19 20.75h-1c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75h-4c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75H5c-2.07 0-3.75-1.68-3.75-3.75v-3c0-.41.34-.75.75-.75h11c.69 0 1.25-.56 1.25-1.25V5c0-.41.34-.75.75-.75h1.84c.99 0 1.9.53 2.39 1.39l1.71 2.99c.13.23.13.52 0 .75s-.38.37-.65.37H19c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h3c.41 0 .75.34.75.75v3c0 2.07-1.68 3.75-3.75 3.75m-.35-1.5H19c1.24 0 2.25-1.01 2.25-2.25v-2.25H19c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.78-1.75 1.75-1.75l-1.07-1.87c-.22-.39-.64-.63-1.09-.63h-1.09V12c0 1.52-1.23 2.75-2.75 2.75H2.75V17c0 1.24 1.01 2.25 2.25 2.25h.35c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2h2.71c.33-1.15 1.39-2 2.65-2s2.31.85 2.64 2" }),
|
|
14099
|
+
/* @__PURE__ */ jsx1078("path", { fill: "#1e293b", d: "M8 22.75c-1.52 0-2.75-1.23-2.75-2.75S6.48 17.25 8 17.25s2.75 1.23 2.75 2.75S9.52 22.75 8 22.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16 22.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M22 14.75h-3c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.79-1.75 1.75-1.75h1.29c.27 0 .52.14.65.38l1.71 3c.06.11.1.24.1.37v2c0 .41-.34.75-.75.75m-3-5c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h2.25V12.2l-1.4-2.45z" })
|
|
14100
|
+
] });
|
|
14101
|
+
}
|
|
14102
|
+
);
|
|
14103
|
+
Truck1.displayName = "Truck1";
|
|
14104
|
+
|
|
14105
|
+
// dist/icons/Truck11.tsx
|
|
14106
|
+
import React1079 from "react";
|
|
14107
|
+
import { jsx as jsx1079, jsxs as jsxs883 } from "react/jsx-runtime";
|
|
14108
|
+
var Truck11 = React1079.forwardRef(
|
|
14109
|
+
({ size, ...props }, ref) => {
|
|
14110
|
+
return /* @__PURE__ */ jsxs883("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14111
|
+
/* @__PURE__ */ jsx1079("path", { fill: "#1e293b", d: "M4.06 21.45c-1.3 0-2.35-1.05-2.35-2.35s1.05-2.35 2.35-2.35 2.35 1.05 2.35 2.35-1.06 2.35-2.35 2.35m0-3.2a.85.85 0 1 0-.001 1.699.85.85 0 0 0 0-1.699M11.37 21.45c-1.3 0-2.35-1.05-2.35-2.35s1.05-2.35 2.35-2.35 2.35 1.05 2.35 2.35-1.06 2.35-2.35 2.35m0-3.2a.85.85 0 1 0-.001 1.699.85.85 0 0 0 .001-1.699M19.24 21.45c-1.3 0-2.35-1.05-2.35-2.35s1.05-2.35 2.35-2.35c1.2 0 2.21.91 2.33 2.09.02.11.02.2.02.26 0 1.3-1.06 2.35-2.35 2.35m0-3.2a.85.85 0 1 0 0 1.7c.46 0 .85-.39.85-.85-.01-.03-.01-.05-.01-.08a.854.854 0 0 0-.84-.77m1.32.85h.28l-.23-.01z" }),
|
|
14112
|
+
/* @__PURE__ */ jsx1079("path", { fill: "#1e293b", d: "M9.77 19.85H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.77c.41 0 .75.34.75.75s-.34.75-.75.75M20.86 19.6c-.27 0-.53-.14-.66-.4a.743.743 0 0 1 .31-1.01c.46-.24.74-.71.74-1.22v-5.88c0-.25-.07-.49-.2-.71l-2.27-3.79c-.25-.41-.7-.67-1.18-.67h-4.12c-.17 0-.32.14-.32.32v6.4c0 .41-.34.75-.75.75h-9.6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.85V6.24c0-1 .81-1.82 1.82-1.82h4.12a2.9 2.9 0 0 1 2.47 1.4l2.27 3.79c.27.46.42.97.42 1.48v5.88c0 1.07-.59 2.04-1.54 2.55-.12.05-.24.08-.36.08" }),
|
|
14113
|
+
/* @__PURE__ */ jsx1079("path", { fill: "#1e293b", d: "M17.47 19.85h-3.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.73c.41 0 .75.34.75.75s-.34.75-.75.75M9.47 10.45h-6.4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.65V4.37c0-.17-.14-.32-.32-.32H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.4c1 0 1.82.81 1.82 1.82V9.7c0 .41-.34.75-.75.75M21.64 13.38H17.2c-.71 0-1.28-.58-1.28-1.28V8.9c0-.71.58-1.28 1.28-1.28h3.2c.41 0 .75.34.75.75s-.34.75-.75.75h-2.98v2.77h4.23c.41 0 .75.34.75.75s-.34.74-.76.74" })
|
|
14114
|
+
] });
|
|
14115
|
+
}
|
|
14116
|
+
);
|
|
14117
|
+
Truck11.displayName = "Truck11";
|
|
14118
|
+
|
|
14119
|
+
// dist/icons/TruckFast1.tsx
|
|
14120
|
+
import React1080 from "react";
|
|
14121
|
+
import { jsx as jsx1080, jsxs as jsxs884 } from "react/jsx-runtime";
|
|
14122
|
+
var TruckFast1 = React1080.forwardRef(
|
|
14123
|
+
({ size, ...props }, ref) => {
|
|
14124
|
+
return /* @__PURE__ */ jsxs884("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14125
|
+
/* @__PURE__ */ jsx1080("path", { fill: "#1e293b", d: "M13 14.75h-1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.69 0 1.25-.56 1.25-1.25V2.75H6c-1.18 0-2.26.64-2.84 1.67-.2.36-.66.49-1.02.29a.753.753 0 0 1-.29-1.02C2.69 2.19 4.28 1.25 6 1.25h9c.41 0 .75.34.75.75v10c0 1.52-1.23 2.75-2.75 2.75" }),
|
|
14126
|
+
/* @__PURE__ */ jsx1080("path", { fill: "#1e293b", d: "M19 20.75h-1c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75h-4c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75H5c-2.07 0-3.75-1.68-3.75-3.75 0-.41.34-.75.75-.75s.75.34.75.75c0 1.24 1.01 2.25 2.25 2.25h.35c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2h2.71c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2H19c1.24 0 2.25-1.01 2.25-2.25v-2.25H19c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.78-1.75 1.75-1.75l-1.07-1.87c-.22-.39-.64-.63-1.09-.63h-1.09V12c0 1.52-1.23 2.75-2.75 2.75h-1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.69 0 1.25-.56 1.25-1.25V5c0-.41.34-.75.75-.75h1.84c.99 0 1.9.53 2.39 1.39l1.71 2.99c.13.23.13.52 0 .75s-.38.37-.65.37H19c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h3c.41 0 .75.34.75.75v3c0 2.07-1.68 3.75-3.75 3.75" }),
|
|
14127
|
+
/* @__PURE__ */ jsx1080("path", { fill: "#1e293b", d: "M8 22.75c-1.52 0-2.75-1.23-2.75-2.75S6.48 17.25 8 17.25s2.75 1.23 2.75 2.75S9.52 22.75 8 22.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16 22.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M22 14.75h-3c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.79-1.75 1.75-1.75h1.29c.27 0 .52.14.65.38l1.71 3c.06.11.1.24.1.37v2c0 .41-.34.75-.75.75m-3-5c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h2.25V12.2l-1.4-2.45zM8 8.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M6 11.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M4 14.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
14128
|
+
] });
|
|
14129
|
+
}
|
|
14130
|
+
);
|
|
14131
|
+
TruckFast1.displayName = "TruckFast1";
|
|
14132
|
+
|
|
14133
|
+
// dist/icons/TruckRemove1.tsx
|
|
14134
|
+
import React1081 from "react";
|
|
14135
|
+
import { jsx as jsx1081, jsxs as jsxs885 } from "react/jsx-runtime";
|
|
14136
|
+
var TruckRemove1 = React1081.forwardRef(
|
|
14137
|
+
({ size, ...props }, ref) => {
|
|
14138
|
+
return /* @__PURE__ */ jsxs885("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14139
|
+
/* @__PURE__ */ jsx1081("path", { fill: "#1e293b", d: "M13 14.75H2c-.41 0-.75-.34-.75-.75V7.62c0-.32.2-.6.49-.71.3-.11.63-.02.83.22.6.71 1.47 1.11 2.42 1.11h.08c.8-.02 1.54-.32 2.1-.85.26-.22.47-.48.63-.77.31-.53.46-1.11.45-1.7-.02-.92-.42-1.76-1.1-2.37a.75.75 0 0 1-.21-.83c.11-.29.39-.49.7-.49H15c.41 0 .75.34.75.75v10c0 1.54-1.23 2.77-2.75 2.77m-10.25-1.5H13c.69 0 1.25-.56 1.25-1.25V2.75H9.19c.35.65.54 1.38.56 2.14.02.87-.2 1.73-.64 2.48-.24.43-.57.84-.93 1.14-.8.76-1.9 1.21-3.07 1.24-.83.03-1.65-.18-2.35-.56v4.06z" }),
|
|
14140
|
+
/* @__PURE__ */ jsx1081("path", { fill: "#1e293b", d: "M19 20.75h-1c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75h-4c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75H5c-2.07 0-3.75-1.68-3.75-3.75v-3c0-.41.34-.75.75-.75h11c.69 0 1.25-.56 1.25-1.25V5c0-.41.34-.75.75-.75h1.84c.99 0 1.9.53 2.39 1.39l1.71 2.99c.13.23.13.52 0 .75s-.38.37-.65.37H19c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h3c.41 0 .75.34.75.75v3c0 2.07-1.68 3.75-3.75 3.75m-.35-1.5H19c1.24 0 2.25-1.01 2.25-2.25v-2.25H19c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.78-1.75 1.75-1.75l-1.07-1.87c-.22-.39-.64-.63-1.09-.63h-1.09V12c0 1.52-1.23 2.75-2.75 2.75H2.75V17c0 1.24 1.01 2.25 2.25 2.25h.35c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2h2.71c.33-1.15 1.39-2 2.65-2s2.31.85 2.64 2" }),
|
|
14141
|
+
/* @__PURE__ */ jsx1081("path", { fill: "#1e293b", d: "M8 22.75c-1.52 0-2.75-1.23-2.75-2.75S6.48 17.25 8 17.25s2.75 1.23 2.75 2.75S9.52 22.75 8 22.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16 22.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M22 14.75h-3c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.79-1.75 1.75-1.75h1.29c.27 0 .52.14.65.38l1.71 3c.06.11.1.24.1.37v2c0 .41-.34.75-.75.75m-3-5c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h2.25V12.2l-1.4-2.45zM5 9.75c-1.66 0-3.22-.88-4.06-2.31C.49 6.72.25 5.87.25 5c0-1.46.65-2.81 1.78-3.71C2.87.62 3.93.25 5 .25 7.62.25 9.75 2.38 9.75 5c0 .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-.74 0-1.44.25-2.03.72a3.224 3.224 0 0 0-.75 4.2C2.8 7.65 3.87 8.25 5 8.25c.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" }),
|
|
14142
|
+
/* @__PURE__ */ jsx1081("path", { fill: "#1e293b", d: "M6.07 6.79c-.19 0-.38-.07-.53-.22L3.43 4.46a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L6.6 5.51c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
14143
|
+
/* @__PURE__ */ jsx1081("path", { fill: "#1e293b", d: "M3.93 6.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 6.6c-.15.15-.34.22-.53.22" })
|
|
14144
|
+
] });
|
|
14145
|
+
}
|
|
14146
|
+
);
|
|
14147
|
+
TruckRemove1.displayName = "TruckRemove1";
|
|
14148
|
+
|
|
14149
|
+
// dist/icons/TruckTick1.tsx
|
|
14150
|
+
import React1082 from "react";
|
|
14151
|
+
import { jsx as jsx1082, jsxs as jsxs886 } from "react/jsx-runtime";
|
|
14152
|
+
var TruckTick1 = React1082.forwardRef(
|
|
14153
|
+
({ size, ...props }, ref) => {
|
|
14154
|
+
return /* @__PURE__ */ jsxs886("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14155
|
+
/* @__PURE__ */ jsx1082("path", { fill: "#1e293b", d: "M13 14.75H2c-.41 0-.75-.34-.75-.75V7.62c0-.32.2-.6.49-.71.3-.11.63-.02.83.22.61.73 1.56 1.14 2.5 1.11.8-.02 1.54-.32 2.1-.85.26-.22.47-.48.63-.77.31-.53.46-1.11.45-1.7-.02-.92-.42-1.76-1.1-2.37a.75.75 0 0 1-.21-.83c.11-.29.39-.49.7-.49H15c.41 0 .75.34.75.75v10c0 1.54-1.23 2.77-2.75 2.77m-10.25-1.5H13c.69 0 1.25-.56 1.25-1.25V2.75H9.19c.35.65.54 1.38.56 2.14.02.87-.2 1.73-.64 2.48-.24.43-.57.84-.93 1.14-.8.76-1.9 1.21-3.07 1.24a4.6 4.6 0 0 1-2.35-.56v4.06z" }),
|
|
14156
|
+
/* @__PURE__ */ jsx1082("path", { fill: "#1e293b", d: "M19 20.75h-1c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75h-4c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75H5c-2.07 0-3.75-1.68-3.75-3.75v-3c0-.41.34-.75.75-.75h11c.69 0 1.25-.56 1.25-1.25V5c0-.41.34-.75.75-.75h1.84c.99 0 1.9.53 2.39 1.39l1.71 2.99c.13.23.13.52 0 .75s-.38.37-.65.37H19c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h3c.41 0 .75.34.75.75v3c0 2.07-1.68 3.75-3.75 3.75m-.35-1.5H19c1.24 0 2.25-1.01 2.25-2.25v-2.25H19c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.78-1.75 1.75-1.75l-1.07-1.87c-.22-.39-.64-.63-1.09-.63h-1.09V12c0 1.52-1.23 2.75-2.75 2.75H2.75V17c0 1.24 1.01 2.25 2.25 2.25h.35c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2h2.71c.33-1.15 1.39-2 2.65-2s2.31.85 2.64 2" }),
|
|
14157
|
+
/* @__PURE__ */ jsx1082("path", { fill: "#1e293b", d: "M8 22.75c-1.52 0-2.75-1.23-2.75-2.75S6.48 17.25 8 17.25s2.75 1.23 2.75 2.75S9.52 22.75 8 22.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16 22.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M22 14.75h-3c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.79-1.75 1.75-1.75h1.29c.27 0 .52.14.65.38l1.71 3c.06.11.1.24.1.37v2c0 .41-.34.75-.75.75m-3-5c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h2.25V12.2l-1.4-2.45zM4.99 9.75c-1.38 0-2.68-.6-3.56-1.65a4.3 4.3 0 0 1-.42-.56 4.6 4.6 0 0 1-.75-2.43 4.69 4.69 0 0 1 1.7-3.76A4.74 4.74 0 0 1 4.91.25c1.18.01 2.36.4 3.24 1.19 1 .88 1.58 2.11 1.61 3.45.02.87-.2 1.73-.64 2.48-.24.43-.57.84-.93 1.14-.8.76-1.9 1.21-3.07 1.24zm0-8h-.06c-.73.01-1.43.28-2.02.76-.76.63-1.18 1.57-1.16 2.56.02.6.19 1.17.51 1.64.09.14.18.27.29.39.64.76 1.59 1.16 2.52 1.14.8-.02 1.54-.32 2.1-.85.26-.22.47-.48.63-.77.31-.53.46-1.11.45-1.7-.02-.92-.42-1.76-1.1-2.37-.6-.51-1.36-.8-2.16-.8" }),
|
|
14158
|
+
/* @__PURE__ */ jsx1082("path", { fill: "#1e293b", d: "M4.45 6.75c-.19 0-.37-.07-.52-.21l-1.01-.96a.746.746 0 0 1-.02-1.06c.29-.3.76-.31 1.06-.02l.49.47 1.57-1.52c.3-.29.77-.28 1.06.02s.28.77-.02 1.06L4.97 6.55c-.15.13-.34.2-.52.2" })
|
|
14159
|
+
] });
|
|
14160
|
+
}
|
|
14161
|
+
);
|
|
14162
|
+
TruckTick1.displayName = "TruckTick1";
|
|
14163
|
+
|
|
14164
|
+
// dist/icons/TruckTime1.tsx
|
|
14165
|
+
import React1083 from "react";
|
|
14166
|
+
import { jsx as jsx1083, jsxs as jsxs887 } from "react/jsx-runtime";
|
|
14167
|
+
var TruckTime1 = React1083.forwardRef(
|
|
14168
|
+
({ size, ...props }, ref) => {
|
|
14169
|
+
return /* @__PURE__ */ jsxs887("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14170
|
+
/* @__PURE__ */ jsx1083("path", { fill: "#1e293b", d: "M13 14.75H2c-.41 0-.75-.34-.75-.75V7.62c0-.32.2-.6.49-.71.3-.11.63-.02.83.22.61.73 1.56 1.14 2.5 1.11.8-.02 1.54-.32 2.1-.85.26-.22.47-.48.63-.77.31-.53.46-1.11.45-1.7-.02-.92-.42-1.76-1.1-2.37a.75.75 0 0 1-.21-.83c.11-.29.39-.49.7-.49H15c.41 0 .75.34.75.75v10c0 1.54-1.23 2.77-2.75 2.77m-10.25-1.5H13c.69 0 1.25-.56 1.25-1.25V2.75H9.19c.35.65.54 1.38.56 2.14.02.87-.2 1.73-.64 2.48-.24.43-.57.84-.93 1.14-.8.76-1.9 1.21-3.07 1.24-.83.03-1.65-.18-2.35-.56v4.06z" }),
|
|
14171
|
+
/* @__PURE__ */ jsx1083("path", { fill: "#1e293b", d: "M19 20.75h-1c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75h-4c-.41 0-.75-.34-.75-.75a1.25 1.25 0 0 0-2.5 0c0 .41-.34.75-.75.75H5c-2.07 0-3.75-1.68-3.75-3.75v-3c0-.41.34-.75.75-.75h11c.69 0 1.25-.56 1.25-1.25V5c0-.41.34-.75.75-.75h1.84c.99 0 1.9.53 2.39 1.39l1.71 2.99c.13.23.13.52 0 .75s-.38.37-.65.37H19c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h3c.41 0 .75.34.75.75v3c0 2.07-1.68 3.75-3.75 3.75m-.35-1.5H19c1.24 0 2.25-1.01 2.25-2.25v-2.25H19c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.78-1.75 1.75-1.75l-1.07-1.87c-.22-.39-.64-.63-1.09-.63h-1.09V12c0 1.52-1.23 2.75-2.75 2.75H2.75V17c0 1.24 1.01 2.25 2.25 2.25h.35c.33-1.15 1.39-2 2.65-2s2.32.85 2.65 2h2.71c.33-1.15 1.39-2 2.65-2s2.31.85 2.64 2" }),
|
|
14172
|
+
/* @__PURE__ */ jsx1083("path", { fill: "#1e293b", d: "M8 22.75c-1.52 0-2.75-1.23-2.75-2.75S6.48 17.25 8 17.25s2.75 1.23 2.75 2.75S9.52 22.75 8 22.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M16 22.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M22 14.75h-3c-.96 0-1.75-.79-1.75-1.75v-3c0-.96.79-1.75 1.75-1.75h1.29c.27 0 .52.14.65.38l1.71 3c.06.11.1.24.1.37v2c0 .41-.34.75-.75.75m-3-5c-.14 0-.25.11-.25.25v3c0 .14.11.25.25.25h2.25V12.2l-1.4-2.45zM5 9.75C2.38 9.75.25 7.62.25 5c0-1.46.65-2.81 1.78-3.71C2.87.62 3.93.25 5 .25 7.62.25 9.75 2.38 9.75 5c0 1.36-.59 2.66-1.62 3.56-.87.77-1.98 1.19-3.13 1.19m0-8c-.74 0-1.44.25-2.03.72C2.2 3.08 1.75 4.01 1.75 5c0 1.79 1.46 3.25 3.25 3.25.78 0 1.54-.29 2.15-.81.7-.62 1.1-1.5 1.1-2.44 0-1.79-1.46-3.25-3.25-3.25" }),
|
|
14173
|
+
/* @__PURE__ */ jsx1083("path", { fill: "#1e293b", d: "M4 6.75c-.25 0-.5-.13-.64-.36-.21-.36-.1-.82.26-1.03l.89-.53V3.75c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .26-.14.51-.36.64l-1.25.75c-.14.08-.27.11-.4.11" })
|
|
14174
|
+
] });
|
|
14175
|
+
}
|
|
14176
|
+
);
|
|
14177
|
+
TruckTime1.displayName = "TruckTime1";
|
|
14178
|
+
|
|
13468
14179
|
// dist/icons/Video.tsx
|
|
13469
|
-
import
|
|
13470
|
-
import { jsx as
|
|
13471
|
-
var Video =
|
|
14180
|
+
import React1084 from "react";
|
|
14181
|
+
import { jsx as jsx1084 } from "react/jsx-runtime";
|
|
14182
|
+
var Video = React1084.forwardRef(
|
|
13472
14183
|
({ size, ...props }, ref) => {
|
|
13473
|
-
return /* @__PURE__ */
|
|
14184
|
+
return /* @__PURE__ */ jsx1084("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1084("path", { fill: "#1e293b", d: "M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58.37 0 .66-.11.85-.21.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88-.85 1.88-1.88 1.88" }) });
|
|
13474
14185
|
}
|
|
13475
14186
|
);
|
|
13476
14187
|
Video.displayName = "Video";
|
|
13477
14188
|
|
|
14189
|
+
// dist/icons/Wallet1.tsx
|
|
14190
|
+
import React1085 from "react";
|
|
14191
|
+
import { jsx as jsx1085, jsxs as jsxs888 } from "react/jsx-runtime";
|
|
14192
|
+
var Wallet1 = React1085.forwardRef(
|
|
14193
|
+
({ size, ...props }, ref) => {
|
|
14194
|
+
return /* @__PURE__ */ jsxs888("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14195
|
+
/* @__PURE__ */ jsx1085("path", { fill: "#1e293b", d: "M17 22.75H7c-3.44 0-5.75-2.31-5.75-5.75v-5c0-3.08 1.9-5.31 4.85-5.68.28-.04.59-.07.9-.07h10c.24 0 .55.01.87.06 2.95.34 4.88 2.58 4.88 5.69v5c0 3.44-2.31 5.75-5.75 5.75m-10-15c-.24 0-.47.02-.7.05-2.2.28-3.55 1.88-3.55 4.2v5c0 2.58 1.67 4.25 4.25 4.25h10c2.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-.04z" }),
|
|
14196
|
+
/* @__PURE__ */ jsx1085("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.77c.74.73 1.19 1.71 1.24 2.75a.752.752 0 0 1-.87.78c-.2-.03-.41-.04-.63-.04H7c-.24 0-.47.02-.7.05-.03.01-.07.01-.11.01m1.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.75" })
|
|
14197
|
+
] });
|
|
14198
|
+
}
|
|
14199
|
+
);
|
|
14200
|
+
Wallet1.displayName = "Wallet1";
|
|
14201
|
+
|
|
14202
|
+
// dist/icons/Wallet11.tsx
|
|
14203
|
+
import React1086 from "react";
|
|
14204
|
+
import { jsx as jsx1086, jsxs as jsxs889 } from "react/jsx-runtime";
|
|
14205
|
+
var Wallet11 = React1086.forwardRef(
|
|
14206
|
+
({ size, ...props }, ref) => {
|
|
14207
|
+
return /* @__PURE__ */ jsxs889("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
14208
|
+
/* @__PURE__ */ jsx1086("path", { fill: "#1e293b", d: "M5.2 10.46c-.19 0-.39-.08-.53-.22a.76.76 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.28-.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" }),
|
|
14209
|
+
/* @__PURE__ */ jsx1086("path", { fill: "#1e293b", d: "M18.29 10.27c-.07 0-.15-.01-.22-.03-.38-.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-.61.96-.48.12.04.23.09.35.14l2.36.99c1.38.57 2.3 1.17 2.9 1.89.12.14.22.29.32.45.11.17.21.37.28.58.03.07.08.2.11.34.28.95.14 2.11-.46 3.61a.79.79 0 0 1-.71.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.33-1.47l-1.97-.82z" }),
|
|
14210
|
+
/* @__PURE__ */ jsx1086("path", { fill: "#1e293b", d: "M15.9 22.75H8.1c-.28 0-.54-.02-.8-.05-3.51-.23-5.51-2.24-5.75-5.79-.03-.22-.05-.49-.05-.76V14.2c0-2.25 1.34-4.28 3.41-5.18q1.065-.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-.38-.11-.78-.17-1.2-.17z" }),
|
|
14211
|
+
/* @__PURE__ */ jsx1086("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" })
|
|
14212
|
+
] });
|
|
14213
|
+
}
|
|
14214
|
+
);
|
|
14215
|
+
Wallet11.displayName = "Wallet11";
|
|
14216
|
+
|
|
14217
|
+
// dist/icons/Wallet211.tsx
|
|
14218
|
+
import React1087 from "react";
|
|
14219
|
+
import { jsx as jsx1087, jsxs as jsxs890 } from "react/jsx-runtime";
|
|
14220
|
+
var Wallet211 = React1087.forwardRef(
|
|
14221
|
+
({ size, ...props }, ref) => {
|
|
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: "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" }),
|
|
14224
|
+
/* @__PURE__ */ jsx1087("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
|
+
] });
|
|
14226
|
+
}
|
|
14227
|
+
);
|
|
14228
|
+
Wallet211.displayName = "Wallet211";
|
|
14229
|
+
|
|
13478
14230
|
// dist/icons/X.tsx
|
|
13479
|
-
import
|
|
13480
|
-
import { jsx as
|
|
13481
|
-
var X =
|
|
14231
|
+
import React1088 from "react";
|
|
14232
|
+
import { jsx as jsx1088 } from "react/jsx-runtime";
|
|
14233
|
+
var X = React1088.forwardRef(
|
|
13482
14234
|
({ size, ...props }, ref) => {
|
|
13483
|
-
return /* @__PURE__ */
|
|
14235
|
+
return /* @__PURE__ */ jsx1088("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1088("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" }) });
|
|
13484
14236
|
}
|
|
13485
14237
|
);
|
|
13486
14238
|
X.displayName = "X";
|
|
@@ -14502,19 +15254,76 @@ export {
|
|
|
14502
15254
|
MoneyRemove1,
|
|
14503
15255
|
MoneySend1,
|
|
14504
15256
|
MoneyTick1,
|
|
15257
|
+
MoneyTime1,
|
|
15258
|
+
MoreCircle1,
|
|
15259
|
+
MoreSquare1,
|
|
15260
|
+
MouseCircle1,
|
|
15261
|
+
MouseSquare1,
|
|
14505
15262
|
Network,
|
|
15263
|
+
Network1,
|
|
14506
15264
|
NotiDot,
|
|
15265
|
+
OmegaCircle1,
|
|
15266
|
+
OmegaSquare1,
|
|
14507
15267
|
PA,
|
|
15268
|
+
PaintBrush1,
|
|
14508
15269
|
PauseSquare,
|
|
14509
15270
|
Pdf,
|
|
15271
|
+
PenBrush,
|
|
15272
|
+
Pet1,
|
|
15273
|
+
PictureFrame1,
|
|
14510
15274
|
PlayFilled,
|
|
15275
|
+
Plesk1,
|
|
15276
|
+
Radar1,
|
|
15277
|
+
Radar11,
|
|
15278
|
+
Radar21,
|
|
15279
|
+
Ranking1,
|
|
15280
|
+
Ranking11,
|
|
15281
|
+
Reserve1,
|
|
15282
|
+
RouteSquare1,
|
|
15283
|
+
Routing1,
|
|
15284
|
+
Routing21,
|
|
15285
|
+
SafeHome1,
|
|
15286
|
+
SecurityCard1,
|
|
15287
|
+
Share1,
|
|
14511
15288
|
Signature,
|
|
15289
|
+
Signpost1,
|
|
15290
|
+
Slider1,
|
|
15291
|
+
SliderHorizontal1,
|
|
15292
|
+
SliderHorizontal11,
|
|
15293
|
+
SliderVertical1,
|
|
15294
|
+
SliderVertical11,
|
|
15295
|
+
SmartHome1,
|
|
15296
|
+
SmsEdit1,
|
|
15297
|
+
SmsSearch1,
|
|
15298
|
+
SmsStar1,
|
|
15299
|
+
SmsTracking1,
|
|
15300
|
+
Sound1,
|
|
15301
|
+
Speedometer1,
|
|
15302
|
+
Speedometer11,
|
|
14512
15303
|
SperateDot,
|
|
14513
15304
|
SquarePen1,
|
|
15305
|
+
StarTopology1,
|
|
15306
|
+
Status1,
|
|
15307
|
+
Status11,
|
|
14514
15308
|
Strikethrough,
|
|
15309
|
+
Strongbox1,
|
|
15310
|
+
Strongbox11,
|
|
15311
|
+
Strongbox21,
|
|
15312
|
+
TagRight1,
|
|
14515
15313
|
Tasks,
|
|
14516
15314
|
Trash,
|
|
15315
|
+
TrashSquare1,
|
|
15316
|
+
Tree1,
|
|
15317
|
+
Truck1,
|
|
15318
|
+
Truck11,
|
|
15319
|
+
TruckFast1,
|
|
15320
|
+
TruckRemove1,
|
|
15321
|
+
TruckTick1,
|
|
15322
|
+
TruckTime1,
|
|
14517
15323
|
Video,
|
|
15324
|
+
Wallet1,
|
|
15325
|
+
Wallet11,
|
|
15326
|
+
Wallet211,
|
|
14518
15327
|
X
|
|
14519
15328
|
};
|
|
14520
15329
|
//# sourceMappingURL=index.mjs.map
|