magick-icons 0.1.211 → 0.1.213

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.js CHANGED
@@ -54,7 +54,25 @@ __export(index_exports, {
54
54
  Brush31: () => Brush31,
55
55
  Brush41: () => Brush41,
56
56
  BrushSquare1: () => BrushSquare1,
57
+ Bubble1: () => Bubble1,
58
+ Bucket1: () => Bucket1,
59
+ BucketCircle1: () => BucketCircle1,
60
+ BucketSquare1: () => BucketSquare1,
61
+ Cake1: () => Cake1,
57
62
  Calendar: () => Calendar,
63
+ CardEdit1: () => CardEdit1,
64
+ CardPos1: () => CardPos1,
65
+ CardReceive1: () => CardReceive1,
66
+ CardRemove1: () => CardRemove1,
67
+ CardRemove11: () => CardRemove11,
68
+ CardSend1: () => CardSend1,
69
+ CardTick1: () => CardTick1,
70
+ CardTick11: () => CardTick11,
71
+ CardanoAda: () => CardanoAda,
72
+ Cards1: () => Cards1,
73
+ Cards11: () => Cards11,
74
+ Cd1: () => Cd1,
75
+ Centralized1: () => Centralized1,
58
76
  ChatFullScreen: () => ChatFullScreen,
59
77
  ChatMaximize: () => ChatMaximize,
60
78
  ChatMinimize: () => ChatMinimize,
@@ -63,8 +81,23 @@ __export(index_exports, {
63
81
  ChevronRight: () => ChevronRight,
64
82
  ChevronUp: () => ChevronUp,
65
83
  ChevronsUpDown: () => ChevronsUpDown,
84
+ Chrome1: () => Chrome1,
85
+ Chrome11: () => Chrome11,
66
86
  CircleCheckFill: () => CircleCheckFill,
67
87
  CloseCircle1: () => CloseCircle1,
88
+ Coffee1: () => Coffee1,
89
+ Coffee11: () => Coffee11,
90
+ Coin1: () => Coin1,
91
+ Coins1: () => Coins1,
92
+ ColorSwatch1: () => ColorSwatch1,
93
+ Colorfilter1: () => Colorfilter1,
94
+ ColorsSquare1: () => ColorsSquare1,
95
+ Component1: () => Component1,
96
+ Computing1: () => Computing1,
97
+ Convert3dCube1: () => Convert3dCube1,
98
+ ConvertCard1: () => ConvertCard1,
99
+ Convertshape1: () => Convertshape1,
100
+ Convertshape21: () => Convertshape21,
68
101
  DislikeBold: () => DislikeBold,
69
102
  Doc: () => Doc,
70
103
  DocumentTextBold: () => DocumentTextBold,
@@ -452,758 +485,1214 @@ var BrushSquare1 = import_react24.default.forwardRef(
452
485
  );
453
486
  BrushSquare1.displayName = "BrushSquare1";
454
487
 
455
- // dist/icons/Calendar.tsx
488
+ // dist/icons/Bubble1.tsx
456
489
  var import_react25 = __toESM(require("react"));
457
490
  var import_jsx_runtime25 = require("react/jsx-runtime");
458
- var Calendar = import_react25.default.forwardRef(
491
+ var Bubble1 = import_react25.default.forwardRef(
459
492
  ({ size, ...props }, ref) => {
460
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
461
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#1e293b", d: "M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32-.2-.58-.37-1.22-.37-1.68 0-3.03 2.47-5.5 5.5-5.5.29 0 .58.02.86.07.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 17.71q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.19.01-.07.03-.13.06-.19q.03-.09.09-.18c.03-.05.08-.1.12-.15q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71m0-3.5q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08c-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71m3.5 0c-.19.18-.44.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.2q.015-.09.06-.18.03-.09.09-.18l.12-.15c.37-.37 1.04-.37 1.42 0l.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }),
462
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#1e293b", d: "M21.83 16.17a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66 4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66m-.76 3.39c-.13.14-.32.22-.53.22h-.74v.78c0 .21-.08.39-.22.53s-.32.22-.53.22c-.41 0-.75-.34-.75-.75v-.78h-.75a.749.749 0 1 1 0-1.5h.75v-.71a.749.749 0 1 1 1.5 0v.71h.74c.42 0 .75.34.75.75 0 .21-.08.4-.22.53" })
463
- ] });
493
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#1e293b", d: "M15.59 13.01a5.89 5.89 0 0 1-5.88-5.88 5.89 5.89 0 0 1 5.88-5.88 5.89 5.89 0 0 1 5.88 5.88 5.89 5.89 0 0 1-5.88 5.88m0-10.26c-2.41 0-4.38 1.96-4.38 4.38s1.96 4.38 4.38 4.38 4.38-1.96 4.38-4.38S18 2.75 15.59 2.75M6.36 20.19c-2.11 0-3.83-1.72-3.83-3.83s1.72-3.83 3.83-3.83 3.83 1.72 3.83 3.83-1.72 3.83-3.83 3.83m0-6.16c-1.28 0-2.33 1.04-2.33 2.33 0 1.28 1.04 2.33 2.33 2.33 1.28 0 2.33-1.04 2.33-2.33 0-1.28-1.05-2.33-2.33-2.33M16.62 22.75c-1.83 0-3.31-1.49-3.31-3.31 0-1.83 1.49-3.31 3.31-3.31a3.32 3.32 0 0 1 3.31 3.31 3.32 3.32 0 0 1-3.31 3.31m0-5.13a1.81 1.81 0 1 0 0 3.62 1.81 1.81 0 0 0 0-3.62" }) });
464
494
  }
465
495
  );
466
- Calendar.displayName = "Calendar";
496
+ Bubble1.displayName = "Bubble1";
467
497
 
468
- // dist/icons/ChatFullScreen.tsx
498
+ // dist/icons/Bucket1.tsx
469
499
  var import_react26 = __toESM(require("react"));
470
500
  var import_jsx_runtime26 = require("react/jsx-runtime");
471
- var ChatFullScreen = import_react26.default.forwardRef(
501
+ var Bucket1 = import_react26.default.forwardRef(
472
502
  ({ size, ...props }, ref) => {
473
503
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
474
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
475
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#000", d: "M17.2 18.75H8.8c-.85 0-1.55-.7-1.55-1.55V6.8c0-.85.7-1.55 1.55-1.55h8.4c.85 0 1.55.7 1.55 1.55v10.4c0 .85-.7 1.55-1.55 1.55m-8.4-12s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" }),
476
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#000", d: "M8.8 6.75s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" })
504
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#1e293b", d: "M9.02 19.75c-.86 0-1.72-.41-2.54-1.23l-4.01-4.01c-.81-.81-1.22-1.66-1.22-2.54 0-.87.41-1.73 1.22-2.54l6.68-6.68a.75.75 0 0 1 1.06 0l7.35 7.35c.32.32.5.74.5 1.2 0 .45-.18.88-.5 1.2l-6.02 6.02c-.8.82-1.66 1.23-2.52 1.23m.67-15.4L3.54 10.5c-.52.52-.78 1.02-.78 1.48s.26.96.78 1.47l4.01 4.01c1.05 1.05 1.9 1.05 2.95 0l6.02-6.02c.06-.06.07-.21 0-.28z" }),
505
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#1e293b", d: "M9.69 4.04c-.19 0-.38-.07-.53-.22L7.82 2.48a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.34 1.34c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M2.07 12.67a.75.75 0 0 1-.03-1.5l15.13-.66c.41-.02.76.3.78.72.02.41-.3.76-.72.78l-15.13.66zM16 22.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13c.41 0 .75.34.75.75s-.34.75-.75.75M18.85 20.83c-1.43 0-2.6-1.17-2.6-2.6 0-1.45 1.71-3.37 2.05-3.75.28-.31.82-.31 1.1 0 .34.37 2.05 2.29 2.05 3.74s-1.17 2.61-2.6 2.61m0-4.66c-.55.72-1.1 1.6-1.1 2.07 0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1c0-.48-.55-1.36-1.1-2.07" })
477
506
  ] });
478
507
  }
479
508
  );
480
- ChatFullScreen.displayName = "ChatFullScreen";
509
+ Bucket1.displayName = "Bucket1";
481
510
 
482
- // dist/icons/ChatMaximize.tsx
511
+ // dist/icons/BucketCircle1.tsx
483
512
  var import_react27 = __toESM(require("react"));
484
513
  var import_jsx_runtime27 = require("react/jsx-runtime");
485
- var ChatMaximize = import_react27.default.forwardRef(
514
+ var BucketCircle1 = import_react27.default.forwardRef(
486
515
  ({ size, ...props }, ref) => {
487
516
  return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
488
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
489
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-6.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v6.4c0 .85-.7 1.55-1.55 1.55m-10.4-8s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" }),
490
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#000", d: "M6.8 10.75s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" })
517
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#1e293b", d: "M10.61 17.31c-.59 0-1.18-.27-1.73-.82L6.49 14.1c-1.1-1.1-1.1-2.36 0-3.45l3.99-3.99a.75.75 0 0 1 1.06 0l4.39 4.39c.25.25.38.58.38.93s-.14.68-.39.93l-3.59 3.59c-.54.53-1.13.81-1.72.81m.4-9.07L7.55 11.7c-.17.17-.38.43-.38.67s.21.49.38.67l2.39 2.39c.17.17.43.38.67.38s.49-.21.67-.38l3.46-3.46z" }),
518
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#1e293b", d: "M11.01 7.93c-.19 0-.38-.07-.53-.22l-.8-.8a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.8.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M6.46 13.08a.75.75 0 0 1-.03-1.5l9.03-.39c.41-.03.76.3.78.72s-.3.76-.72.78l-9.03.39zM16.47 17.95c-1.02 0-1.85-.83-1.85-1.85 0-.95 1-2.11 1.3-2.44.28-.31.82-.31 1.1 0 .3.33 1.3 1.49 1.3 2.44a1.84 1.84 0 0 1-1.85 1.85m0-2.57c-.21.31-.35.59-.35.72 0 .19.16.35.35.35s.35-.16.35-.35c.01-.13-.14-.41-.35-.72" }),
519
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("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" })
491
520
  ] });
492
521
  }
493
522
  );
494
- ChatMaximize.displayName = "ChatMaximize";
523
+ BucketCircle1.displayName = "BucketCircle1";
495
524
 
496
- // dist/icons/ChatMinimize.tsx
525
+ // dist/icons/BucketSquare1.tsx
497
526
  var import_react28 = __toESM(require("react"));
498
527
  var import_jsx_runtime28 = require("react/jsx-runtime");
499
- var ChatMinimize = import_react28.default.forwardRef(
528
+ var BucketSquare1 = import_react28.default.forwardRef(
500
529
  ({ size, ...props }, ref) => {
501
530
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
502
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
503
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-2.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v2.4c0 .85-.7 1.55-1.55 1.55m-10.4-4s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" }),
504
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#000", d: "M6.8 14.75s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" })
531
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M10.35 18.39q-1.02 0-1.95-.93l-2.83-2.83c-1.24-1.24-1.24-2.66 0-3.89l4.72-4.72c.29-.29.77-.29 1.06 0l5.19 5.19c.27.27.41.62.41 1s-.15.74-.41 1l-4.25 4.25c-.6.62-1.26.93-1.94.93m.48-10.79-4.19 4.19c-.32.32-.49.62-.49.89 0 .26.16.56.49.89l2.83 2.83c.65.65 1.12.65 1.77 0l4.19-4.19z" }),
532
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M10.83 7.289c-.19 0-.38-.07-.53-.22l-.94-.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.94.94c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M5.44 13.39a.75.75 0 0 1-.03-1.5l10.68-.47c.41-.04.76.3.78.72.02.41-.3.76-.72.78l-10.68.47zM17.3 19.15c-1.13 0-2.06-.92-2.06-2.06 0-1.08 1.15-2.41 1.5-2.79.28-.31.82-.31 1.1 0 .35.38 1.5 1.72 1.5 2.79a2.04 2.04 0 0 1-2.04 2.06m0-3.15c-.31.44-.56.88-.56 1.09a.56.56 0 1 0 1.12 0c-.01-.21-.25-.65-.56-1.09" }),
533
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
505
534
  ] });
506
535
  }
507
536
  );
508
- ChatMinimize.displayName = "ChatMinimize";
537
+ BucketSquare1.displayName = "BucketSquare1";
509
538
 
510
- // dist/icons/ChevronDown.tsx
539
+ // dist/icons/Cake1.tsx
511
540
  var import_react29 = __toESM(require("react"));
512
541
  var import_jsx_runtime29 = require("react/jsx-runtime");
513
- var ChevronDown = import_react29.default.forwardRef(
542
+ var Cake1 = import_react29.default.forwardRef(
514
543
  ({ size, ...props }, ref) => {
515
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M17.47 8.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 13.94z" }) });
544
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
545
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M22 22.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" }),
546
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M20.89 22.75c-.41 0-.75-.34-.75-.75v-9c0-1.24-1.16-2.25-2.58-2.25H6.44c-1.42 0-2.58 1.01-2.58 2.25v9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-9c0-2.07 1.83-3.75 4.08-3.75h11.11c2.25 0 4.08 1.68 4.08 3.75v9a.74.74 0 0 1-.74.75" }),
547
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M18.44 10.75c-.41 0-.75-.34-.75-.75V7.17c0-.78-.75-1.42-1.66-1.42H7.98c-.92 0-1.66.64-1.66 1.42V10c0 .41-.34.75-.75.75s-.76-.34-.76-.75V7.17c0-1.61 1.42-2.92 3.16-2.92h8.05c1.74 0 3.16 1.31 3.16 2.92V10a.74.74 0 0 1-.74.75M17.33 17.75a2.1 2.1 0 0 1-2.1-2.1v-.31c0-.33-.27-.6-.6-.6s-.6.27-.6.6v.31a2.1 2.1 0 1 1-4.2 0v-.31c0-.33-.27-.6-.6-.6s-.6.27-.6.6v.31a2.1 2.1 0 1 1-4.2 0v-.33c0-.32-.26-.59-.59-.6h-.37a.755.755 0 0 1-.74-.76c.01-.41.34-.74.75-.74h.38c1.14.02 2.07.96 2.07 2.1v.33c0 .33.27.6.6.6s.6-.27.6-.6v-.31a2.1 2.1 0 1 1 4.2 0v.31c0 .33.27.6.6.6s.6-.27.6-.6v-.31a2.1 2.1 0 1 1 4.2 0v.31c0 .33.27.6.6.6s.6-.27.6-.6v-.31c0-1.16.94-2.1 2.1-2.1h.45c.41 0 .75.34.75.75s-.34.75-.75.75h-.45c-.33 0-.6.27-.6.6v.31a2.1 2.1 0 0 1-2.1 2.1" }),
548
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: "#1e293b", d: "M8 5.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M16 5.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M12 5.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" })
549
+ ] });
516
550
  }
517
551
  );
518
- ChevronDown.displayName = "ChevronDown";
552
+ Cake1.displayName = "Cake1";
519
553
 
520
- // dist/icons/ChevronLeft.tsx
554
+ // dist/icons/Calendar.tsx
521
555
  var import_react30 = __toESM(require("react"));
522
556
  var import_jsx_runtime30 = require("react/jsx-runtime");
523
- var ChevronLeft = import_react30.default.forwardRef(
557
+ var Calendar = import_react30.default.forwardRef(
524
558
  ({ size, ...props }, ref) => {
525
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "M14.47 5.47a.75.75 0 1 1 1.06 1.06L10.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-6-6a.75.75 0 0 1 0-1.06z" }) });
559
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
560
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h4.93c.69 0 1.17-.67.95-1.32-.2-.58-.37-1.22-.37-1.68 0-3.03 2.47-5.5 5.5-5.5.29 0 .58.02.86.07.6.09 1.14-.38 1.14-.98v-1.74A1.02 1.02 0 0 0 20 9.84M9.21 17.71q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.19.01-.07.03-.13.06-.19q.03-.09.09-.18c.03-.05.08-.1.12-.15q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71m0-3.5q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08c-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71m3.5 0c-.19.18-.44.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.06.01-.13.02-.2q.015-.09.06-.18.03-.09.09-.18l.12-.15c.37-.37 1.04-.37 1.42 0l.12.15q.06.09.09.18.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }),
561
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "#1e293b", d: "M21.83 16.17a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66 4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66m-.76 3.39c-.13.14-.32.22-.53.22h-.74v.78c0 .21-.08.39-.22.53s-.32.22-.53.22c-.41 0-.75-.34-.75-.75v-.78h-.75a.749.749 0 1 1 0-1.5h.75v-.71a.749.749 0 1 1 1.5 0v.71h.74c.42 0 .75.34.75.75 0 .21-.08.4-.22.53" })
562
+ ] });
526
563
  }
527
564
  );
528
- ChevronLeft.displayName = "ChevronLeft";
565
+ Calendar.displayName = "Calendar";
529
566
 
530
- // dist/icons/ChevronRight.tsx
567
+ // dist/icons/CardEdit1.tsx
531
568
  var import_react31 = __toESM(require("react"));
532
569
  var import_jsx_runtime31 = require("react/jsx-runtime");
533
- var ChevronRight = import_react31.default.forwardRef(
570
+ var CardEdit1 = import_react31.default.forwardRef(
534
571
  ({ size, ...props }, ref) => {
535
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M8.47 5.47a.75.75 0 0 1 1.004-.052l.056.052 6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L13.94 12 8.47 6.53l-.052-.056A.75.75 0 0 1 8.47 5.47" }) });
572
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
573
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M11.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
574
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h8.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-4.08c0-.41.34-.75.75-.75s.75.34.75.75v4.08c.01 3.95-1.2 5.15-5.18 5.15" }),
575
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M15.52 11.44c-.39 0-.76-.14-1.02-.41-.32-.32-.46-.78-.39-1.26l.2-1.42c.05-.36.27-.79.52-1.04l3.71-3.71c1.47-1.47 2.75-.63 3.39 0 .63.63 1.47 1.91 0 3.39l-3.71 3.71c-.26.26-.69.47-1.04.52l-1.42.2c-.08.01-.16.02-.24.02m4.71-7.16c-.2 0-.38.14-.63.38l-3.7 3.71a.8.8 0 0 0-.1.2l-.2 1.35 1.36-.19a.8.8 0 0 0 .2-.1l3.71-3.71c.47-.47.54-.73 0-1.26-.26-.26-.45-.38-.64-.38" }),
576
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "#1e293b", d: "M20.87 7.74c-.07 0-.14-.01-.2-.03a4.12 4.12 0 0 1-2.84-2.84.76.76 0 0 1 .52-.93c.4-.11.81.12.93.52.25.87.94 1.56 1.81 1.81.4.11.63.53.52.92a.79.79 0 0 1-.74.55" })
577
+ ] });
536
578
  }
537
579
  );
538
- ChevronRight.displayName = "ChevronRight";
580
+ CardEdit1.displayName = "CardEdit1";
539
581
 
540
- // dist/icons/ChevronUp.tsx
582
+ // dist/icons/CardPos1.tsx
541
583
  var import_react32 = __toESM(require("react"));
542
584
  var import_jsx_runtime32 = require("react/jsx-runtime");
543
- var ChevronUp = import_react32.default.forwardRef(
585
+ var CardPos1 = import_react32.default.forwardRef(
544
586
  ({ size, ...props }, ref) => {
545
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M11.526 8.418a.75.75 0 0 1 1.004.052l6 6 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 10.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06l6-6z" }) });
587
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
588
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M3.93 16.63c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L15.35 3.4c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.46 16.42c-.14.14-.34.21-.53.21M11.1 19.03c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.2-1.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.2 1.2a.75.75 0 0 1-.53.22M13.79 16.34c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.39-2.39c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.39 2.39c-.14.14-.34.22-.53.22" }),
589
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M11.1 22.75c-.98 0-1.96-.6-3.15-1.79l-4.91-4.91c-2.39-2.39-2.38-3.93.03-6.34l6.64-6.64c2.41-2.41 3.95-2.42 6.34-.03l4.91 4.91c2.39 2.39 2.38 3.93-.03 6.34l-6.64 6.64c-1.21 1.21-2.2 1.82-3.19 1.82m1.8-20c-.52 0-1.18.43-2.13 1.38l-6.64 6.64c-.95.95-1.38 1.61-1.38 2.12 0 .52.4 1.15 1.35 2.1l4.91 4.91c.95.95 1.57 1.35 2.09 1.35h.01c.52 0 1.17-.43 2.12-1.38l6.64-6.64c.95-.95 1.38-1.61 1.38-2.12 0-.52-.4-1.15-1.35-2.1L14.99 4.1c-.94-.95-1.57-1.35-2.09-1.35" }),
590
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "#1e293b", d: "M22 22.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" })
591
+ ] });
546
592
  }
547
593
  );
548
- ChevronUp.displayName = "ChevronUp";
594
+ CardPos1.displayName = "CardPos1";
549
595
 
550
- // dist/icons/ChevronsUpDown.tsx
596
+ // dist/icons/CardReceive1.tsx
551
597
  var import_react33 = __toESM(require("react"));
552
598
  var import_jsx_runtime33 = require("react/jsx-runtime");
553
- var ChevronsUpDown = import_react33.default.forwardRef(
599
+ var CardReceive1 = import_react33.default.forwardRef(
554
600
  ({ size, ...props }, ref) => {
555
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#000", d: "M16.47 14.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 18.94zM11.526 3.418a.75.75 0 0 1 1.004.052l5 5 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 5.06 7.53 9.53a.75.75 0 1 1-1.06-1.06l5-5z" }) });
601
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
602
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M14.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
603
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h8.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-2.08c0-.41.34-.75.75-.75s.75.34.75.75v2.08c.01 3.95-1.2 5.15-5.18 5.15" }),
604
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M20 10.25a.753.753 0 0 1-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v4.19l.72-.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2a.75.75 0 0 1-.53.22" }),
605
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: "#1e293b", d: "M20 10.25c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
606
+ ] });
556
607
  }
557
608
  );
558
- ChevronsUpDown.displayName = "ChevronsUpDown";
609
+ CardReceive1.displayName = "CardReceive1";
559
610
 
560
- // dist/icons/CircleCheckFill.tsx
611
+ // dist/icons/CardRemove1.tsx
561
612
  var import_react34 = __toESM(require("react"));
562
613
  var import_jsx_runtime34 = require("react/jsx-runtime");
563
- var CircleCheckFill = import_react34.default.forwardRef(
614
+ var CardRemove1 = import_react34.default.forwardRef(
564
615
  ({ size, ...props }, ref) => {
565
616
  return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
566
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0m-5.72-2.53a.75.75 0 0 0-1.06 0L11 12.94l-1.47-1.47-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056 2 2a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06", "clip-rule": "evenodd" }),
567
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 2.75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 20c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25 1.25 6.063 1.25 12 6.063 22.75 12 22.75", "clip-rule": "evenodd" })
617
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M21.9 10.78h-20c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20a.749.749 0 1 1 0 1.5" }),
618
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M11.46 21.28H6.35c-3.98 0-5.2-1.2-5.2-5.14V7.92c0-3.15.67-4.9 4.24-5.11.31-.01.62-.02.96-.02h11.11c3.98 0 5.2 1.2 5.2 5.14v4.41c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.93c0-3.09-.55-3.64-3.7-3.64H6.35c-.32 0-.61.01-.89.02-2.17.13-2.81.62-2.81 3.62v8.22c0 3.09.55 3.64 3.7 3.64h5.11c.41 0 .75.34.75.75s-.34.74-.75.74" }),
619
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M17.9 22.78c-2.62 0-4.75-2.13-4.75-4.75s2.13-4.75 4.75-4.75 4.75 2.13 4.75 4.75-2.13 4.75-4.75 4.75m0-8c-1.79 0-3.25 1.46-3.25 3.25s1.46 3.25 3.25 3.25 3.25-1.46 3.25-3.25-1.46-3.25-3.25-3.25" }),
620
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M18.97 19.9c-.19 0-.38-.07-.53-.22l-2.11-2.11a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.11 2.11c.29.29.29.77 0 1.06-.14.14-.34.22-.53.22" }),
621
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: "#1e293b", d: "M16.83 19.92c-.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.06l-2.11 2.11a.7.7 0 0 1-.53.22M9.9 16.78h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4a.749.749 0 1 1 0 1.5" })
568
622
  ] });
569
623
  }
570
624
  );
571
- CircleCheckFill.displayName = "CircleCheckFill";
625
+ CardRemove1.displayName = "CardRemove1";
572
626
 
573
- // dist/icons/CloseCircle1.tsx
627
+ // dist/icons/CardRemove11.tsx
574
628
  var import_react35 = __toESM(require("react"));
575
629
  var import_jsx_runtime35 = require("react/jsx-runtime");
576
- var CloseCircle1 = import_react35.default.forwardRef(
630
+ var CardRemove11 = import_react35.default.forwardRef(
577
631
  ({ size, ...props }, ref) => {
578
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) });
632
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
633
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M13.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
634
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h7.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-4.08c0-.41.34-.75.75-.75s.75.34.75.75v4.08c.01 3.95-1.2 5.15-5.18 5.15" }),
635
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M17.31 8.94c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.89-3.89c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.89 3.89c-.15.15-.34.22-.53.22" }),
636
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "#1e293b", d: "M21.19 8.94c-.19 0-.38-.07-.53-.22l-3.89-3.89a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.89 3.89c.29.29.29.77 0 1.06a.7.7 0 0 1-.53.22" })
637
+ ] });
579
638
  }
580
639
  );
581
- CloseCircle1.displayName = "CloseCircle1";
640
+ CardRemove11.displayName = "CardRemove11";
582
641
 
583
- // dist/icons/DislikeBold.tsx
642
+ // dist/icons/CardSend1.tsx
584
643
  var import_react36 = __toESM(require("react"));
585
644
  var import_jsx_runtime36 = require("react/jsx-runtime");
586
- var DislikeBold = import_react36.default.forwardRef(
645
+ var CardSend1 = import_react36.default.forwardRef(
587
646
  ({ size, ...props }, ref) => {
588
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#1e293b", d: "M15.61 5.5v10.16c0 .4-.12.79-.34 1.12l-2.73 4.06c-.43.65-1.5 1.11-2.41.77-.98-.33-1.63-1.43-1.42-2.41l.52-3.27c.04-.3-.04-.57-.21-.78a.93.93 0 0 0-.69-.31H4.22c-.79 0-1.47-.32-1.87-.88-.38-.54-.45-1.24-.2-1.95l2.46-7.49c.31-1.24 1.66-2.25 3-2.25h3.9c.67 0 1.61.23 2.04.66l1.28.99a2 2 0 0 1 .78 1.58M18.79 17.61h1.03c1.55 0 2.18-.6 2.18-2.08V5.48C22 4 21.37 3.4 19.82 3.4h-1.03c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.47.63 2.07 2.18 2.07" }) });
647
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
648
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#1e293b", d: "M14.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
649
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h8.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-2.08c0-.41.34-.75.75-.75s.75.34.75.75v2.08c.01 3.95-1.2 5.15-5.18 5.15" }),
650
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#1e293b", d: "M20 10.25c-.41 0-.75-.34-.75-.75v-6c0-.3.18-.58.46-.69s.6-.05.82.16l2 2c.29.29.29.77 0 1.06s-.77.29-1.06 0l-.72-.72V9.5c0 .41-.34.75-.75.75" }),
651
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "#1e293b", d: "M18 6.25c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2c-.15.15-.34.22-.53.22" })
652
+ ] });
589
653
  }
590
654
  );
591
- DislikeBold.displayName = "DislikeBold";
655
+ CardSend1.displayName = "CardSend1";
592
656
 
593
- // dist/icons/Doc.tsx
657
+ // dist/icons/CardTick1.tsx
594
658
  var import_react37 = __toESM(require("react"));
595
659
  var import_jsx_runtime37 = require("react/jsx-runtime");
596
- var Doc = import_react37.default.forwardRef(
660
+ var CardTick1 = import_react37.default.forwardRef(
597
661
  ({ size, ...props }, ref) => {
598
662
  return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
599
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#3b82f6", 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" }),
600
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#fff", d: "M15.02 18.182h-.8a.5.5 0 0 0-.046-.18.415.415 0 0 0-.251-.23.6.6 0 0 0-.204-.033.57.57 0 0 0-.336.096.6.6 0 0 0-.208.277q-.07.18-.07.434 0 .267.072.447a.57.57 0 0 0 .209.27q.136.09.328.09a.7.7 0 0 0 .196-.028.42.42 0 0 0 .254-.207.5.5 0 0 0 .055-.17l.802.006q-.015.186-.104.377a1.22 1.22 0 0 1-.66.61 1.5 1.5 0 0 1-.56.099q-.4 0-.72-.172a1.25 1.25 0 0 1-.5-.506q-.184-.334-.184-.816 0-.486.188-.819.187-.333.505-.504a1.5 1.5 0 0 1 .71-.172q.276 0 .508.075t.406.22.281.354q.106.21.13.482M11.94 18.546q0 .484-.19.82-.189.331-.51.503-.32.17-.716.17-.397 0-.718-.171a1.3 1.3 0 0 1-.509-.506q-.187-.334-.187-.816 0-.486.187-.819.19-.333.509-.504.32-.172.718-.172.396 0 .716.172.321.171.51.504.19.333.19.819m-.813 0a1.2 1.2 0 0 0-.07-.44.56.56 0 0 0-.203-.274.56.56 0 0 0-.33-.093.57.57 0 0 0-.33.093.57.57 0 0 0-.204.273q-.068.18-.068.44 0 .262.068.442.07.18.203.273.135.092.331.092t.33-.092a.57.57 0 0 0 .203-.273q.07-.18.07-.441M7.307 20h-1.12v-2.91h1.108q.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-.24q.081-.171.081-.474 0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279z" }),
601
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#1d4ed8", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
663
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#1e293b", d: "M22 10.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" }),
664
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#1e293b", d: "M11.55 21.25H6.44c-3.98 0-5.2-1.2-5.2-5.14V7.89c0-3.15.67-4.9 4.24-5.11.3-.01.62-.02.96-.02h11.11c3.98 0 5.2 1.2 5.2 5.14v4.41c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.9c0-3.09-.55-3.64-3.7-3.64H6.44c-.32 0-.61.01-.89.02-2.17.13-2.81.62-2.81 3.62v8.22c0 3.09.55 3.64 3.7 3.64h5.11c.41 0 .75.34.75.75s-.33.74-.75.74" }),
665
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#1e293b", d: "M10 16.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 22.75c-1.66 0-3.22-.88-4.06-2.31-.45-.72-.69-1.57-.69-2.44 0-2.62 2.13-4.75 4.75-4.75s4.75 2.13 4.75 4.75c0 .87-.24 1.72-.69 2.45-.84 1.42-2.4 2.3-4.06 2.3m0-8c-1.79 0-3.25 1.46-3.25 3.25 0 .59.16 1.17.47 1.67.58.98 1.65 1.58 2.78 1.58A3.256 3.256 0 0 0 21.25 18c0-1.79-1.46-3.25-3.25-3.25" }),
666
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "#1e293b", d: "M17.43 19.74c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48 1.6-1.48c.3-.28.78-.26 1.06.04s.26.78-.04 1.06l-2.13 1.97c-.15.13-.33.2-.51.2" })
602
667
  ] });
603
668
  }
604
669
  );
605
- Doc.displayName = "Doc";
670
+ CardTick1.displayName = "CardTick1";
606
671
 
607
- // dist/icons/DocumentTextBold.tsx
672
+ // dist/icons/CardTick11.tsx
608
673
  var import_react38 = __toESM(require("react"));
609
674
  var import_jsx_runtime38 = require("react/jsx-runtime");
610
- var DocumentTextBold = import_react38.default.forwardRef(
675
+ var CardTick11 = import_react38.default.forwardRef(
611
676
  ({ size, ...props }, ref) => {
612
677
  return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
613
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
614
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
678
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#1e293b", d: "M13.5 9.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11.5c.41 0 .75.34.75.75s-.34.75-.75.75M8 17.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 17.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
679
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#1e293b", d: "M17.56 21.25H6.44c-3.98 0-5.19-1.2-5.19-5.14V7.89c0-3.94 1.21-5.14 5.19-5.14h7.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.44c-3.14 0-3.69.54-3.69 3.64v8.21c0 3.1.55 3.64 3.69 3.64h11.11c3.14 0 3.69-.54 3.69-3.64v-5.08c0-.41.34-.75.75-.75s.75.34.75.75v5.08c.01 3.95-1.2 5.15-5.18 5.15" }),
680
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "#1e293b", d: "M18 8.25c-.19 0-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.97.97 3.47-3.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4 4c-.15.15-.34.22-.53.22" })
615
681
  ] });
616
682
  }
617
683
  );
618
- DocumentTextBold.displayName = "DocumentTextBold";
684
+ CardTick11.displayName = "CardTick11";
619
685
 
620
- // dist/icons/DocumentUpload.tsx
686
+ // dist/icons/CardanoAda.tsx
621
687
  var import_react39 = __toESM(require("react"));
622
688
  var import_jsx_runtime39 = require("react/jsx-runtime");
623
- var DocumentUpload = import_react39.default.forwardRef(
689
+ var CardanoAda = import_react39.default.forwardRef(
624
690
  ({ size, ...props }, ref) => {
625
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
626
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-8.97 3.34c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.72-.72V17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.07-.06.14-.11.22-.15.02-.01.05-.02.07-.03.06-.02.12-.03.19-.04h.08c.08 0 .16.02.24.05h.02c.08.03.16.09.22.15.01.01.02.01.02.02l2 2c.29.29.29.77 0 1.06" }),
627
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: "#1e293b", d: "M17.43 8.81c.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67" })
628
- ] });
691
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: "#1e293b", d: "M13.75 10.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M10.25 10.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M15.5 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M17.15 10.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M17.15 16.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M19.75 13.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M6.8 10.25a1.25 1.25 0 1 1 .001-2.5 1.25 1.25 0 0 1-.001 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M6.8 16.25a1.25 1.25 0 1 1 .001-2.5 1.25 1.25 0 0 1-.001 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M4.2 13.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M15.9 6.45a1.25 1.25 0 1 1 0-2.502 1.25 1.25 0 0 1 0 2.501m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M8.1 6.45a1.25 1.25 0 1 1 .001-2.502 1.25 1.25 0 0 1 0 2.501m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M12.05 7.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M15.9 20.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M8.1 20.25a1.25 1.25 0 1 1 .001-2.5 1.25 1.25 0 0 1 0 2.5m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M12.05 19.45a1.25 1.25 0 1 1 0-2.502 1.25 1.25 0 0 1 0 2.501m0-1.5c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25M8.5 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M10.25 16.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M13.75 16.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m0-2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5M12 3.45c-.56 0-1.01-.45-1.01-1s.45-1 1-1 1 .45 1 1-.43 1-.99 1M17.25 3.6c-.42 0-.76-.34-.76-.75s.34-.75.75-.75.76.34.76.75-.33.75-.75.75M6.75 3.6a.749.749 0 1 1 0-1.5h.01c.41 0 .75.34.75.75s-.34.75-.76.75M12 22.5c-.56 0-1.01-.45-1.01-1s.45-1 1-1 1 .45 1 1-.43 1-.99 1M17.25 21.85c-.42 0-.76-.34-.76-.75s.34-.75.75-.75.76.34.76.75-.33.75-.75.75M6.75 21.85a.749.749 0 1 1 0-1.5h.01c.41 0 .75.34.75.75s-.34.75-.76.75M1.55 13c-.55 0-1-.44-1-1 0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1M3.75 17.75c-.41 0-.75-.33-.75-.75v-.01c0-.41.34-.75.75-.75s.75.34.75.75-.34.76-.75.76M3.75 7.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.33.75.74v.01c0 .41-.34.75-.75.75M22.5 13c-.55 0-1-.44-1-1 0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1M20.3 17.75c-.41 0-.75-.33-.75-.75v-.01c0-.41.34-.75.75-.75s.75.34.75.75-.34.76-.75.76M20.3 7.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.33.75.75v.01c0 .4-.34.74-.75.74" }) });
629
692
  }
630
693
  );
631
- DocumentUpload.displayName = "DocumentUpload";
694
+ CardanoAda.displayName = "CardanoAda";
632
695
 
633
- // dist/icons/Enter.tsx
696
+ // dist/icons/Cards1.tsx
634
697
  var import_react40 = __toESM(require("react"));
635
698
  var import_jsx_runtime40 = require("react/jsx-runtime");
636
- var Enter = import_react40.default.forwardRef(
699
+ var Cards1 = import_react40.default.forwardRef(
637
700
  ({ size, ...props }, ref) => {
638
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#000", d: "M19.25 6v2A3.25 3.25 0 0 1 16 11.25H5.81l3.72-3.72.052-.056a.75.75 0 0 0-1.056-1.056l-.056.052-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06l-3.72-3.72H16A4.75 4.75 0 0 0 20.75 8V6a.75.75 0 1 0-1.5 0" }) });
701
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
702
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#1e293b", d: "M19 13.36H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75" }),
703
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#1e293b", d: "M15.22 21.75H5.78c-3.43 0-4.53-1.09-4.53-4.48v-6.99c0-2.69.61-4.28 3.71-4.46.26-.01.53-.02.82-.02h9.44c3.43 0 4.53 1.09 4.53 4.48v7.15c-.04 3.27-1.14 4.32-4.53 4.32M5.78 7.3c-.27 0-.52.01-.75.02-1.79.11-2.28.49-2.28 2.96v6.99c0 2.56.42 2.98 3.03 2.98h9.44c2.58 0 3-.4 3.03-2.83v-7.14c0-2.56-.42-2.98-3.03-2.98z" }),
704
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#1e293b", d: "M19 18.18c-.19 0-.38-.07-.51-.2a.76.76 0 0 1-.24-.55v-7.15c0-2.56-.42-2.98-3.03-2.98H5.78c-.27 0-.52.01-.75.02a.76.76 0 0 1-.55-.21.75.75 0 0 1-.23-.55c.04-3.26 1.14-4.31 4.53-4.31h9.44c3.43 0 4.53 1.09 4.53 4.48v6.99c0 2.69-.61 4.28-3.71 4.46zM5.78 5.8h9.44c3.43 0 4.53 1.09 4.53 4.48v6.32c1.16-.21 1.5-.81 1.5-2.88V6.73c0-2.56-.42-2.98-3.03-2.98H8.78c-2.28 0-2.87.31-3 2.05M6.96 18.56H5.24c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.72a.749.749 0 1 1 0 1.5M12.55 18.56H9.11c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.44a.749.749 0 1 1 0 1.5" })
705
+ ] });
639
706
  }
640
707
  );
641
- Enter.displayName = "Enter";
708
+ Cards1.displayName = "Cards1";
642
709
 
643
- // dist/icons/Excel.tsx
710
+ // dist/icons/Cards11.tsx
644
711
  var import_react41 = __toESM(require("react"));
645
712
  var import_jsx_runtime41 = require("react/jsx-runtime");
646
- var Excel = import_react41.default.forwardRef(
713
+ var Cards11 = import_react41.default.forwardRef(
647
714
  ({ size, ...props }, ref) => {
648
715
  return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
649
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#22c55e", 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" }),
650
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#fff", d: "m15.034 17.09.477.848h.023l.483-.847h.88l-.868 1.454.903 1.455h-.903l-.495-.864h-.023l-.494.864h-.898l.892-1.454-.863-1.455zM13.092 18a.3.3 0 0 0-.107-.222q-.094-.08-.285-.08a.6.6 0 0 0-.2.03.24.24 0 0 0-.114.079.2.2 0 0 0-.039.114.2.2 0 0 0 .019.095.2.2 0 0 0 .07.075.6.6 0 0 0 .124.06q.075.027.18.048l.238.051q.241.052.413.135a1 1 0 0 1 .281.197q.11.113.161.253a.9.9 0 0 1 .054.307.82.82 0 0 1-.144.486.88.88 0 0 1-.406.302q-.263.105-.632.104-.379 0-.662-.112a.92.92 0 0 1-.437-.345q-.156-.235-.156-.6h.75a.45.45 0 0 0 .066.225q.06.09.168.137.11.048.26.047a.6.6 0 0 0 .211-.03q.085-.032.13-.088a.2.2 0 0 0 .045-.126.18.18 0 0 0-.044-.116.34.34 0 0 0-.136-.091 1.4 1.4 0 0 0-.257-.077l-.29-.062q-.386-.084-.61-.28-.22-.198-.22-.539a.8.8 0 0 1 .148-.484q.151-.21.416-.325a1.5 1.5 0 0 1 .613-.117q.351 0 .609.118.257.119.396.332a.9.9 0 0 1 .142.499zM9.238 20v-2.91h.79v2.274h1.176V20zM7.034 17.09l.477.848h.023l.483-.847h.88l-.869 1.454L8.932 20h-.904l-.494-.864h-.023L7.017 20H6.12l.892-1.454-.863-1.455z" }),
651
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#15803d", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
716
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#1e293b", d: "M19.47 11.17h-7.58c-1.52 0-2.75-1.23-2.75-2.75V4c0-1.52 1.23-2.75 2.75-2.75h7.58c1.52 0 2.75 1.23 2.75 2.75v4.42c0 1.52-1.23 2.75-2.75 2.75m-7.58-8.42c-.69 0-1.25.56-1.25 1.25v4.42c0 .69.56 1.25 1.25 1.25h7.58c.69 0 1.25-.56 1.25-1.25V4c0-.69-.56-1.25-1.25-1.25z" }),
717
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#1e293b", d: "M21.47 5.91H9.89c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11.58c.41 0 .75.34.75.75s-.34.75-.75.75M3.58 9.23a1.797 1.797 0 0 1-1.8-1.8V5c0-.65.34-1.24.9-1.56s1.24-.33 1.8 0l2.11 1.22c.56.33.9.91.9 1.56s-.34 1.24-.9 1.56L4.48 9c-.28.16-.59.24-.9.24zm0-4.54a.27.27 0 0 0-.15.04c-.06.03-.15.11-.15.26v2.43c0 .15.09.23.15.26s.17.08.3 0l2.11-1.22c.13-.08.15-.2.15-.26s-.02-.19-.15-.26L3.73 4.72a.3.3 0 0 0-.15-.04zM12.11 22.75H4.53c-1.52 0-2.75-1.23-2.75-2.75v-4.42c0-1.52 1.23-2.75 2.75-2.75h7.58c1.52 0 2.75 1.23 2.75 2.75V20c0 1.52-1.23 2.75-2.75 2.75m-7.58-8.42c-.69 0-1.25.56-1.25 1.25V20c0 .69.56 1.25 1.25 1.25h7.58c.69 0 1.25-.56 1.25-1.25v-4.42c0-.69-.56-1.25-1.25-1.25z" }),
718
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#1e293b", d: "M14.11 17.49H2.53c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11.58c.41 0 .75.34.75.75s-.34.75-.75.75M20.42 20.81c-.31 0-.62-.08-.9-.24l-2.11-1.22c-.56-.33-.9-.91-.9-1.56s.34-1.24.9-1.56l2.11-1.22a1.76 1.76 0 0 1 1.8 0c.56.33.9.91.9 1.56V19c0 .65-.34 1.24-.9 1.56-.28.16-.59.24-.9.24zm0-4.54s-.1.01-.15.04l-2.11 1.22c-.13.08-.15.2-.15.26s.02.19.15.26l2.11 1.22c.13.08.25.03.3 0 .06-.03.15-.11.15-.26v-2.43c0-.15-.09-.23-.15-.26a.3.3 0 0 0-.15-.04z" })
652
719
  ] });
653
720
  }
654
721
  );
655
- Excel.displayName = "Excel";
722
+ Cards11.displayName = "Cards11";
656
723
 
657
- // dist/icons/File.tsx
724
+ // dist/icons/Cd1.tsx
658
725
  var import_react42 = __toESM(require("react"));
659
726
  var import_jsx_runtime42 = require("react/jsx-runtime");
660
- var File = import_react42.default.forwardRef(
727
+ var Cd1 = import_react42.default.forwardRef(
661
728
  ({ size, ...props }, ref) => {
662
729
  return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
663
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: "#facc15", 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" }),
664
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: "#ca8a04", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
730
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("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" }),
731
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("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.5" })
665
732
  ] });
666
733
  }
667
734
  );
668
- File.displayName = "File";
735
+ Cd1.displayName = "Cd1";
669
736
 
670
- // dist/icons/Finance.tsx
737
+ // dist/icons/Centralized1.tsx
671
738
  var import_react43 = __toESM(require("react"));
672
739
  var import_jsx_runtime43 = require("react/jsx-runtime");
673
- var Finance = import_react43.default.forwardRef(
740
+ var Centralized1 = import_react43.default.forwardRef(
674
741
  ({ size, ...props }, ref) => {
675
742
  return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
676
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M22 15c0 3.87-3.13 7-7 7-.61 0-1.2-.08-1.76-.23a7.87 7.87 0 0 0 3.68-5.67l.12-.9a7.92 7.92 0 0 0 2.89-5.17A6.96 6.96 0 0 1 22 15" }),
677
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M15.93 15.97A6.95 6.95 0 0 1 12 21.32c-.91.44-1.92.68-3 .68-3.87 0-7-3.13-7-7 0-1.95.79-3.71 2.08-4.97.28 2.22 1.5 4.25 3.36 5.54C8.78 16.51 10.35 17 12 17c1.4 0 2.74-.35 3.93-1.03" }),
678
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
743
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M7.68 7.69c-1.78 0-3.22-1.44-3.22-3.22S5.9 1.25 7.68 1.25s3.22 1.44 3.22 3.22-1.44 3.22-3.22 3.22m0-4.94a1.72 1.72 0 1 0 0 3.44 1.72 1.72 0 0 0 0-3.44" }),
744
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M7.68 10.16c-.41 0-.75-.34-.75-.75V6.94c0-.41.34-.75.75-.75s.75.34.75.75v2.47c0 .41-.34.75-.75.75M18.79 7.69c-1.78 0-3.22-1.44-3.22-3.22s1.44-3.22 3.22-3.22 3.22 1.44 3.22 3.22-1.44 3.22-3.22 3.22m0-4.94a1.72 1.72 0 1 0 0 3.44 1.72 1.72 0 0 0 0-3.44M16.32 23.75c-1.78 0-3.22-1.44-3.22-3.22s1.44-3.22 3.22-3.22 3.22 1.44 3.22 3.22-1.44 3.22-3.22 3.22m0-4.94a1.72 1.72 0 1 0 0 3.44 1.72 1.72 0 0 0 0-3.44" }),
745
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M7.68 20.04c-3.14 0-5.69-2.55-5.69-5.69s2.55-5.69 5.69-5.69 5.69 2.55 5.69 5.69-2.55 5.69-5.69 5.69m0-9.88c-2.31 0-4.19 1.88-4.19 4.19s1.88 4.19 4.19 4.19 4.19-1.88 4.19-4.19-1.88-4.19-4.19-4.19" }),
746
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: "#1e293b", d: "M14.2 20.04c-.17 0-.34-.06-.48-.18l-2.2-1.85a.75.75 0 0 1-.09-1.06c.27-.32.74-.36 1.06-.09l2.2 1.85c.32.27.36.74.09 1.06-.15.18-.36.27-.57.27zM12 12.01c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l4.94-4.94c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4.94 4.94c-.15.15-.34.22-.53.22" })
679
747
  ] });
680
748
  }
681
749
  );
682
- Finance.displayName = "Finance";
750
+ Centralized1.displayName = "Centralized1";
683
751
 
684
- // dist/icons/Flag.tsx
752
+ // dist/icons/ChatFullScreen.tsx
685
753
  var import_react44 = __toESM(require("react"));
686
754
  var import_jsx_runtime44 = require("react/jsx-runtime");
687
- var Flag = import_react44.default.forwardRef(
755
+ var ChatFullScreen = import_react44.default.forwardRef(
688
756
  ({ size, ...props }, ref) => {
689
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#1e293b", d: "m18.02 12.33-1.22-1.22a1.4 1.4 0 0 1-.47-1.03c-.02-.45.16-.9.49-1.23l1.2-1.2c1.04-1.04 1.43-2.04 1.1-2.83-.32-.78-1.31-1.21-2.77-1.21H5.9v-.86c0-.41-.34-.75-.75-.75s-.75.34-.75.75v18.5c0 .41.34.75.75.75s.75-.34.75-.75v-4.88h10.45c1.44 0 2.41-.44 2.74-1.23s-.05-1.78-1.07-2.81" }) });
757
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
758
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
759
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#000", d: "M17.2 18.75H8.8c-.85 0-1.55-.7-1.55-1.55V6.8c0-.85.7-1.55 1.55-1.55h8.4c.85 0 1.55.7 1.55 1.55v10.4c0 .85-.7 1.55-1.55 1.55m-8.4-12s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" }),
760
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#000", d: "M8.8 6.75s-.05.02-.05.05v10.4s.02.05.05.05h8.4s.05-.02.05-.05V6.8s-.02-.05-.05-.05z" })
761
+ ] });
690
762
  }
691
763
  );
692
- Flag.displayName = "Flag";
764
+ ChatFullScreen.displayName = "ChatFullScreen";
693
765
 
694
- // dist/icons/Folder2.tsx
766
+ // dist/icons/ChatMaximize.tsx
695
767
  var import_react45 = __toESM(require("react"));
696
768
  var import_jsx_runtime45 = require("react/jsx-runtime");
697
- var Folder2 = import_react45.default.forwardRef(
769
+ var ChatMaximize = import_react45.default.forwardRef(
698
770
  ({ size, ...props }, ref) => {
699
771
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
700
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#1e293b", d: "M19.435 4.034c.132.208-.095.45-.335.396-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.14-.2-.008-.49.237-.49h2.753c1.561 0 2.936.81 3.715 2.034" }),
701
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#1e293b", d: "M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7 0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7" })
772
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
773
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-6.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v6.4c0 .85-.7 1.55-1.55 1.55m-10.4-8s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" }),
774
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#000", d: "M6.8 10.75s-.05.02-.05.05v6.4s.02.05.05.05h10.4s.05-.02.05-.05v-6.4s-.02-.05-.05-.05z" })
702
775
  ] });
703
776
  }
704
777
  );
705
- Folder2.displayName = "Folder2";
778
+ ChatMaximize.displayName = "ChatMaximize";
706
779
 
707
- // dist/icons/FolderDrawerOpen.tsx
780
+ // dist/icons/ChatMinimize.tsx
708
781
  var import_react46 = __toESM(require("react"));
709
782
  var import_jsx_runtime46 = require("react/jsx-runtime");
710
- var FolderDrawerOpen = import_react46.default.forwardRef(
783
+ var ChatMinimize = import_react46.default.forwardRef(
711
784
  ({ size, ...props }, ref) => {
712
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52H9.6c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
785
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
786
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#000", d: "M17.8 21.75H6.2c-2.18 0-3.95-1.77-3.95-3.95V6.2c0-2.18 1.77-3.95 3.95-3.95h11.6c2.18 0 3.95 1.77 3.95 3.95v11.6c0 2.18-1.77 3.95-3.95 3.95m-11.6-18c-1.35 0-2.45 1.1-2.45 2.45v11.6c0 1.35 1.1 2.45 2.45 2.45h11.6c1.35 0 2.45-1.1 2.45-2.45V6.2c0-1.35-1.1-2.45-2.45-2.45z" }),
787
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#000", d: "M17.2 18.75H6.8c-.85 0-1.55-.7-1.55-1.55v-2.4c0-.85.7-1.55 1.55-1.55h10.4c.85 0 1.55.7 1.55 1.55v2.4c0 .85-.7 1.55-1.55 1.55m-10.4-4s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" }),
788
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { fill: "#000", d: "M6.8 14.75s-.05.02-.05.05v2.4s.02.05.05.05h10.4s.05-.02.05-.05v-2.4s-.02-.05-.05-.05z" })
789
+ ] });
713
790
  }
714
791
  );
715
- FolderDrawerOpen.displayName = "FolderDrawerOpen";
792
+ ChatMinimize.displayName = "ChatMinimize";
716
793
 
717
- // dist/icons/FolderDrawerOpenAddBold.tsx
794
+ // dist/icons/ChevronDown.tsx
718
795
  var import_react47 = __toESM(require("react"));
719
796
  var import_jsx_runtime47 = require("react/jsx-runtime");
720
- var FolderDrawerOpenAddBold = import_react47.default.forwardRef(
797
+ var ChevronDown = import_react47.default.forwardRef(
721
798
  ({ size, ...props }, ref) => {
722
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#1e293b", d: "M18.22 10.35c.6 0 1.18.15 1.69.44q.57.3.99.81l.16.22c.51.69.73 1.53.64 2.37l-.37 4.65c-.14 1.42-.3 3.16-3.47 3.16H6.14c-3.17 0-3.34-1.74-3.47-3.15l-.37-4.67c-.09-.9.18-1.8.75-2.53.29-.36.64-.65 1.03-.86.52-.29 1.09-.44 1.69-.44zm-6.171 3.4a.75.75 0 0 0-.75.75v1.25h-1.3a.75.75 0 0 0 0 1.5h1.3v1.25a.75.75 0 0 0 1.5 0v-1.25h1.2a.75.75 0 0 0 0-1.5h-1.2V14.5a.75.75 0 0 0-.75-.75M9.22 2c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.125 0 4.347.837 4.601 3.427.038.382-.377.638-.742.516a5 5 0 0 0-1.589-.253H5.77c-.557 0-1.105.09-1.617.262-.36.12-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2z" }) });
799
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: "#1e293b", d: "M17.47 8.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 13.94z" }) });
723
800
  }
724
801
  );
725
- FolderDrawerOpenAddBold.displayName = "FolderDrawerOpenAddBold";
802
+ ChevronDown.displayName = "ChevronDown";
726
803
 
727
- // dist/icons/FolderOpenBold.tsx
804
+ // dist/icons/ChevronLeft.tsx
728
805
  var import_react48 = __toESM(require("react"));
729
806
  var import_jsx_runtime48 = require("react/jsx-runtime");
730
- var FolderOpenBold = import_react48.default.forwardRef(
807
+ var ChevronLeft = import_react48.default.forwardRef(
731
808
  ({ size, ...props }, ref) => {
732
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
809
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: "#1e293b", d: "M14.47 5.47a.75.75 0 1 1 1.06 1.06L10.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-6-6a.75.75 0 0 1 0-1.06z" }) });
733
810
  }
734
811
  );
735
- FolderOpenBold.displayName = "FolderOpenBold";
812
+ ChevronLeft.displayName = "ChevronLeft";
736
813
 
737
- // dist/icons/GeneralMagicko.tsx
814
+ // dist/icons/ChevronRight.tsx
738
815
  var import_react49 = __toESM(require("react"));
739
816
  var import_jsx_runtime49 = require("react/jsx-runtime");
740
- var GeneralMagicko = import_react49.default.forwardRef(
817
+ var ChevronRight = import_react49.default.forwardRef(
741
818
  ({ size, ...props }, ref) => {
742
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: "#000", d: "M3 17.58V6.42l9-4.92 9 4.92v11.16l-9 4.92zM7.499 6.202 5.033 7.552v8.894L7.5 17.795v-3.337l2.033 1.112v3.337l2.466 1.348 2.456-1.343v-3.336l2.033-1.112V17.8l2.478-1.354V7.552l-2.478-1.354v3.336l-2.033-1.112V5.086l-2.456-1.343-2.466 1.348v3.337L7.5 9.54zm4.216.385A.28.28 0 0 1 12 6.33h.016c.143 0 .261.107.27.244l.188 3.31c.048.84.724 1.525 1.6 1.622l2.592.285a.214.214 0 0 1 .196.21v.029a.184.184 0 0 1-.166.179l-2.623.287c-.875.095-1.55.78-1.599 1.623l-.189 3.294a.28.28 0 0 1-.285.259h-.016a.264.264 0 0 1-.269-.244l-.19-3.308c-.047-.841-.723-1.525-1.598-1.622l-2.593-.286a.214.214 0 0 1-.196-.21v-.028c0-.091.072-.167.166-.179l2.623-.29c.875-.096 1.55-.78 1.599-1.622z" }) });
819
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: "#1e293b", d: "M8.47 5.47a.75.75 0 0 1 1.004-.052l.056.052 6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L13.94 12 8.47 6.53l-.052-.056A.75.75 0 0 1 8.47 5.47" }) });
743
820
  }
744
821
  );
745
- GeneralMagicko.displayName = "GeneralMagicko";
822
+ ChevronRight.displayName = "ChevronRight";
746
823
 
747
- // dist/icons/GripVertical.tsx
824
+ // dist/icons/ChevronUp.tsx
748
825
  var import_react50 = __toESM(require("react"));
749
826
  var import_jsx_runtime50 = require("react/jsx-runtime");
750
- var GripVertical = import_react50.default.forwardRef(
827
+ var ChevronUp = import_react50.default.forwardRef(
751
828
  ({ size, ...props }, ref) => {
752
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: "#1e293b", d: "M8.958 15.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0" }) });
829
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: "#1e293b", d: "M11.526 8.418a.75.75 0 0 1 1.004.052l6 6 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 10.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06l6-6z" }) });
753
830
  }
754
831
  );
755
- GripVertical.displayName = "GripVertical";
832
+ ChevronUp.displayName = "ChevronUp";
756
833
 
757
- // dist/icons/HeartBold.tsx
834
+ // dist/icons/ChevronsUpDown.tsx
758
835
  var import_react51 = __toESM(require("react"));
759
836
  var import_jsx_runtime51 = require("react/jsx-runtime");
760
- var HeartBold = import_react51.default.forwardRef(
837
+ var ChevronsUpDown = import_react51.default.forwardRef(
761
838
  ({ size, ...props }, ref) => {
762
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
839
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: "#000", d: "M16.47 14.47a.75.75 0 1 1 1.06 1.06l-5 5a.75.75 0 0 1-1.06 0l-5-5-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 18.94zM11.526 3.418a.75.75 0 0 1 1.004.052l5 5 .052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 5.06 7.53 9.53a.75.75 0 1 1-1.06-1.06l5-5z" }) });
763
840
  }
764
841
  );
765
- HeartBold.displayName = "HeartBold";
842
+ ChevronsUpDown.displayName = "ChevronsUpDown";
766
843
 
767
- // dist/icons/Hr.tsx
844
+ // dist/icons/Chrome1.tsx
768
845
  var import_react52 = __toESM(require("react"));
769
846
  var import_jsx_runtime52 = require("react/jsx-runtime");
770
- var Hr = import_react52.default.forwardRef(
847
+ var Chrome1 = import_react52.default.forwardRef(
771
848
  ({ size, ...props }, ref) => {
772
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
773
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#1e293b", d: "M10 8.958A3.963 3.963 0 0 1 6.042 5 3.963 3.963 0 0 1 10 1.042 3.963 3.963 0 0 1 13.958 5 3.963 3.963 0 0 1 10 8.958m0-6.666A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292M14.667 18.958H5.333a2.63 2.63 0 0 1-2.625-2.625V12a2.63 2.63 0 0 1 2.625-2.625h9.334A2.63 2.63 0 0 1 17.292 12v4.333a2.63 2.63 0 0 1-2.625 2.625m-9.334-8.333c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375z" }),
774
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#fff", d: "M9.583 11.667v5h-1.25v-1.875H6.667v1.875h-1.25v-5h1.25v1.875h1.666v-1.875zM14.583 13.554a1.89 1.89 0 0 0-1.887-1.887h-2.28v5h1.25v-1.042h1.03q.158 0 .308-.026c.22.282.33.634.33 1.068h1.25c0-.639-.164-1.206-.48-1.676.298-.333.48-.774.48-1.253zm-2.916.821v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637z" }),
775
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M5.333 10.625c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375zm4.25 6.042v-5h-1.25v1.875H6.667v-1.875h-1.25v5h1.25v-1.875h1.666v1.875zm3.113-5a1.89 1.89 0 0 1 1.887 1.887v.184c0 .48-.18.92-.478 1.253.315.47.478 1.037.478 1.676h-1.25c0-.434-.108-.786-.329-1.068a2 2 0 0 1-.308.026h-1.03v1.042h-1.25v-5z", "clip-rule": "evenodd" }),
776
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
849
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
850
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("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" }),
851
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#1e293b", d: "M12 16.75c-2.62 0-4.75-2.13-4.75-4.75S9.38 7.25 12 7.25s4.75 2.13 4.75 4.75-2.13 4.75-4.75 4.75m0-8c-1.79 0-3.25 1.46-3.25 3.25s1.46 3.25 3.25 3.25 3.25-1.46 3.25-3.25S13.79 8.75 12 8.75" }),
852
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: "#1e293b", d: "M21.17 8.75c-.05 0-.11-.01-.16-.02-2.94-.64-5.91-.64-8.85 0-.41.09-.8-.17-.89-.57-.09-.41.17-.8.57-.89 3.15-.69 6.34-.69 9.49 0 .4.09.66.49.57.89a.74.74 0 0 1-.73.59M8.54 14.75c-.21 0-.42-.09-.57-.26a24.8 24.8 0 0 1-4.71-8.12l.69-.31.71-.24.02.06a23.2 23.2 0 0 0 4.43 7.63c.27.31.24.79-.07 1.06-.15.12-.33.18-.5.18M10.88 22.69a.746.746 0 0 1-.55-1.25c2-2.2 3.48-4.75 4.4-7.58.13-.39.57-.65.96-.52s.62.51.5.9c-1.01 3.12-2.6 5.86-4.74 8.22-.16.15-.37.23-.57.23" })
777
853
  ] });
778
854
  }
779
855
  );
780
- Hr.displayName = "Hr";
856
+ Chrome1.displayName = "Chrome1";
781
857
 
782
- // dist/icons/HrSystem.tsx
858
+ // dist/icons/Chrome11.tsx
783
859
  var import_react53 = __toESM(require("react"));
784
860
  var import_jsx_runtime53 = require("react/jsx-runtime");
785
- var HrSystem = import_react53.default.forwardRef(
861
+ var Chrome11 = import_react53.default.forwardRef(
786
862
  ({ size, ...props }, ref) => {
787
863
  return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
788
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#000", d: "M12 10.75A4.756 4.756 0 0 1 7.25 6 4.756 4.756 0 0 1 12 1.25 4.756 4.756 0 0 1 16.75 6 4.756 4.756 0 0 1 12 10.75m0-8A3.254 3.254 0 0 0 8.75 6 3.254 3.254 0 0 0 12 9.25 3.254 3.254 0 0 0 15.25 6 3.254 3.254 0 0 0 12 2.75M17.6 22.75H6.4a3.153 3.153 0 0 1-3.15-3.15v-5.2a3.153 3.153 0 0 1 3.15-3.15h11.2a3.153 3.153 0 0 1 3.15 3.15v5.2a3.153 3.153 0 0 1-3.15 3.15m-11.2-10c-.91 0-1.65.74-1.65 1.65v5.2c0 .91.74 1.65 1.65 1.65h11.2c.91 0 1.65-.74 1.65-1.65v-5.2c0-.91-.74-1.65-1.65-1.65z" }),
789
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#000", d: "M11.5 14v6H10v-2.25H8V20H6.5v-6H8v2.25h2V14zM17.5 16.265A2.267 2.267 0 0 0 15.235 14H12.5v6H14v-1.25h1.235q.19 0 .37-.031c.265.338.395.76.395 1.281h1.5c0-.766-.196-1.447-.574-2.011.357-.4.574-.928.574-1.504zm-3.5.985V15.5h1.235c.422 0 .765.343.765.765v.22a.766.766 0 0 1-.765.765z" })
864
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-2.87 0-5.56-1.12-7.59-3.15a10.7 10.7 0 0 1-3.15-7.61c0-2.87 1.12-5.56 3.15-7.59s4.73-3.15 7.6-3.15 5.56 1.12 7.59 3.15 3.15 4.74 3.15 7.61-1.12 5.56-3.15 7.59a10.68 10.68 0 0 1-7.6 3.15m0-20.01c-2.47 0-4.79.96-6.54 2.71a9.14 9.14 0 0 0-2.71 6.53c0 2.47.96 4.8 2.71 6.55a9.14 9.14 0 0 0 6.53 2.71c2.47 0 4.79-.96 6.54-2.71A9.14 9.14 0 0 0 21.24 12c0-2.47-.96-4.8-2.71-6.55A9.14 9.14 0 0 0 12 2.74" }),
865
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M12 17.3c-1.41 0-2.74-.55-3.75-1.55a5.33 5.33 0 0 1 0-7.49c1-1 2.33-1.56 3.75-1.56s2.74.55 3.75 1.55a5.33 5.33 0 0 1 0 7.49c-1 1-2.33 1.56-3.75 1.56m0-9.1c-1.01 0-1.97.4-2.69 1.12a3.82 3.82 0 0 0 0 5.37c1.44 1.44 3.93 1.44 5.37 0a3.82 3.82 0 0 0 0-5.37A3.76 3.76 0 0 0 12 8.21z" }),
866
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#1e293b", d: "M11.52 22.75a.752.752 0 0 1-.65-1.12l4.42-7.73c.21-.36.67-.48 1.02-.28.36.21.48.66.28 1.02l-4.42 7.73c-.14.24-.39.38-.65.38M8.07 15.03c-.26 0-.51-.13-.65-.37L2.94 6.98a.752.752 0 1 1 1.3-.76l4.48 7.68a.752.752 0 0 1-.65 1.13M20.91 8.21H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.91c.41 0 .75.34.75.75s-.34.75-.75.75" })
790
867
  ] });
791
868
  }
792
869
  );
793
- HrSystem.displayName = "HrSystem";
870
+ Chrome11.displayName = "Chrome11";
794
871
 
795
- // dist/icons/Icon3dcube1.tsx
872
+ // dist/icons/CircleCheckFill.tsx
796
873
  var import_react54 = __toESM(require("react"));
797
874
  var import_jsx_runtime54 = require("react/jsx-runtime");
798
- var Icon3dcube1 = import_react54.default.forwardRef(
875
+ var CircleCheckFill = import_react54.default.forwardRef(
799
876
  ({ size, ...props }, ref) => {
800
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#1e293b", d: "M12 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05" }) });
877
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
878
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M21.25 12a9.25 9.25 0 1 0-18.5 0 9.25 9.25 0 0 0 18.5 0m-5.72-2.53a.75.75 0 0 0-1.06 0L11 12.94l-1.47-1.47-.056-.052a.75.75 0 0 0-1.056 1.056l.052.056 2 2a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06", "clip-rule": "evenodd" }),
879
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 2.75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 20c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25 1.25 6.063 1.25 12 6.063 22.75 12 22.75", "clip-rule": "evenodd" })
880
+ ] });
801
881
  }
802
882
  );
803
- Icon3dcube1.displayName = "Icon3dcube1";
883
+ CircleCheckFill.displayName = "CircleCheckFill";
804
884
 
805
- // dist/icons/IconsaxAiScienceBold.tsx
885
+ // dist/icons/CloseCircle1.tsx
806
886
  var import_react55 = __toESM(require("react"));
807
887
  var import_jsx_runtime55 = require("react/jsx-runtime");
808
- var IconsaxAiScienceBold = import_react55.default.forwardRef(
888
+ var CloseCircle1 = import_react55.default.forwardRef(
809
889
  ({ size, ...props }, ref) => {
810
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
811
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
812
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
813
- ] });
890
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("path", { fill: "#1e293b", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3z" }) });
814
891
  }
815
892
  );
816
- IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
893
+ CloseCircle1.displayName = "CloseCircle1";
817
894
 
818
- // dist/icons/IconsaxAttachCircleBold.tsx
895
+ // dist/icons/Coffee1.tsx
819
896
  var import_react56 = __toESM(require("react"));
820
897
  var import_jsx_runtime56 = require("react/jsx-runtime");
821
- var IconsaxAttachCircleBold = import_react56.default.forwardRef(
898
+ var Coffee1 = import_react56.default.forwardRef(
822
899
  ({ size, ...props }, ref) => {
823
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
900
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
901
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", d: "M13.58 22.75H6.21c-2.74 0-4.96-2.23-4.96-4.96v-7.32c0-2.74 2.23-4.96 4.96-4.96h7.37c2.74 0 4.96 2.23 4.96 4.96v7.32c0 2.73-2.23 4.96-4.96 4.96M6.21 7.01c-1.91 0-3.46 1.55-3.46 3.46v7.32c0 1.91 1.55 3.46 3.46 3.46h7.37c1.91 0 3.46-1.55 3.46-3.46v-7.32c0-1.91-1.55-3.46-3.46-3.46zM5.5 4.75c-.41 0-.75-.34-.75-.75V2.25c0-.41.34-.75.75-.75s.75.34.75.75V4c0 .41-.34.75-.75.75M9.5 4.75c-.41 0-.75-.34-.75-.75V2.25c0-.41.34-.75.75-.75s.75.34.75.75V4c0 .41-.34.75-.75.75M13.5 4.75c-.41 0-.75-.34-.75-.75V2.25c0-.41.34-.75.75-.75s.75.34.75.75V4c0 .41-.34.75-.75.75" }),
902
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", d: "M17.79 18.12c-.41 0-.75-.34-.75-.75V8.95c0-.41.34-.75.75-.75 2.74 0 4.96 2.23 4.96 4.96s-2.23 4.96-4.96 4.96m.75-8.34v6.76a3.464 3.464 0 0 0 0-6.76" }),
903
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#1e293b", d: "M17.51 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h15.51c.41 0 .75.34.75.75s-.34.75-.75.75" })
904
+ ] });
824
905
  }
825
906
  );
826
- IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
907
+ Coffee1.displayName = "Coffee1";
827
908
 
828
- // dist/icons/IconsaxBrainBold.tsx
909
+ // dist/icons/Coffee11.tsx
829
910
  var import_react57 = __toESM(require("react"));
830
911
  var import_jsx_runtime57 = require("react/jsx-runtime");
831
- var IconsaxBrainBold = import_react57.default.forwardRef(
832
- ({ size, ...props }, ref) => {
833
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
912
+ var Coffee11 = import_react57.default.forwardRef(
913
+ ({ size, ...props }, ref) => {
914
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
915
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M20.5 22.25h-17c-1.24 0-2.25-1.01-2.25-2.25v-1c0-1.24 1.01-2.25 2.25-2.25h17c1.24 0 2.25 1.01 2.25 2.25v1c0 1.24-1.01 2.25-2.25 2.25m-17-4c-.41 0-.75.34-.75.75v1c0 .41.34.75.75.75h17c.41 0 .75-.34.75-.75v-1c0-.41-.34-.75-.75-.75z" }),
916
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M19 18.25H5c-.41 0-.75-.34-.75-.75v-10c0-.41.34-.75.75-.75h14c.41 0 .75.34.75.75v10c0 .41-.34.75-.75.75m-13.25-1.5h12.5v-8.5H5.75z" }),
917
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M21 8.25H3c-.96 0-1.75-.79-1.75-1.75v-1c0-2.07 1.68-3.75 3.75-3.75h14c2.07 0 3.75 1.68 3.75 3.75v1c0 .96-.79 1.75-1.75 1.75m-16-5c-1.24 0-2.25 1.01-2.25 2.25v1c0 .14.11.25.25.25h18c.14 0 .25-.11.25-.25v-1c0-1.24-1.01-2.25-2.25-2.25z" }),
918
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M9 11.25c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75M15 11.25c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" }),
919
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#1e293b", d: "M10 11.25H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M16 11.25h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75" })
920
+ ] });
834
921
  }
835
922
  );
836
- IconsaxBrainBold.displayName = "IconsaxBrainBold";
923
+ Coffee11.displayName = "Coffee11";
837
924
 
838
- // dist/icons/IconsaxMonetizeBold.tsx
925
+ // dist/icons/Coin1.tsx
839
926
  var import_react58 = __toESM(require("react"));
840
927
  var import_jsx_runtime58 = require("react/jsx-runtime");
841
- var IconsaxMonetizeBold = import_react58.default.forwardRef(
928
+ var Coin1 = import_react58.default.forwardRef(
842
929
  ({ size, ...props }, ref) => {
843
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
930
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
931
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "M12.02 17.16c-.4 0-.78-.19-1.02-.51a23.5 23.5 0 0 0-3.44-3.68A1.284 1.284 0 0 1 7.54 11c1.3-1.11 2.46-2.35 3.47-3.7.48-.64 1.57-.64 2.04 0 1.01 1.34 2.17 2.58 3.44 3.68a1.284 1.284 0 0 1 .02 1.97c-1.3 1.11-2.46 2.35-3.47 3.7-.24.32-.62.51-1.02.51M8.7 11.98c1.23 1.07 2.34 2.26 3.32 3.54.99-1.29 2.1-2.47 3.32-3.54a24 24 0 0 1-3.32-3.54c-.99 1.29-2.1 2.47-3.32 3.54" }),
932
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "M12.02 22.7c-4.35 0-8.24-2.6-9.91-6.62-1.66-4.02-.75-8.61 2.33-11.69C8.62.21 15.43.21 19.61 4.39c3.08 3.08 3.99 7.67 2.32 11.69a10.705 10.705 0 0 1-9.91 6.62m0-19.95c-2.36 0-4.73.9-6.52 2.7a9.19 9.19 0 0 0-2 10.05 9.2 9.2 0 0 0 8.52 5.7 9.2 9.2 0 0 0 8.52-5.7 9.19 9.19 0 0 0-2-10.05c-1.8-1.8-4.16-2.7-6.52-2.7" }),
933
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: "#1e293b", d: "M12.02 22.7c-4.35 0-8.24-2.6-9.91-6.62-1.66-4.02-.75-8.61 2.33-11.69C8.62.21 15.43.21 19.61 4.39c3.08 3.08 3.99 7.67 2.32 11.69a10.705 10.705 0 0 1-9.91 6.62m0-19.95c-2.36 0-4.73.9-6.52 2.7a9.19 9.19 0 0 0-2 10.05 9.2 9.2 0 0 0 8.52 5.7 9.2 9.2 0 0 0 8.52-5.7 9.19 9.19 0 0 0-2-10.05c-1.8-1.8-4.16-2.7-6.52-2.7" })
934
+ ] });
844
935
  }
845
936
  );
846
- IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
937
+ Coin1.displayName = "Coin1";
847
938
 
848
- // dist/icons/IconsaxPenBrushBold.tsx
939
+ // dist/icons/Coins1.tsx
849
940
  var import_react59 = __toESM(require("react"));
850
941
  var import_jsx_runtime59 = require("react/jsx-runtime");
851
- var IconsaxPenBrushBold = import_react59.default.forwardRef(
852
- ({ size, ...props }, ref) => {
853
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
942
+ var Coins1 = import_react59.default.forwardRef(
943
+ ({ size, ...props }, ref) => {
944
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
945
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M12.75 4.25h-1.5v2.5h1.5zM12.75 11.25h-1.5v2.5h1.5z" }),
946
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M11.99 16.75c-1.6 0-3.11-.48-4.41-1.39-2-1.39-3.25-3.67-3.32-6.09 0-.04-.01-.16-.01-.27 0-4.27 3.48-7.75 7.75-7.75S19.75 4.73 19.75 9c0 .11 0 .23-.02.34-.07 2.36-1.31 4.63-3.32 6.03a7.7 7.7 0 0 1-4.42 1.38m-.01-14.01C8.53 2.74 5.75 5.55 5.75 9v.15c.07 2.02 1.07 3.86 2.68 4.98 2.09 1.46 5.04 1.46 7.12 0a6.23 6.23 0 0 0 2.68-4.91c.01-.12 0-.18 0-.23 0-3.45-2.8-6.25-6.25-6.25" }),
947
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M15 22.75c-1.17 0-2.29-.25-3.33-.75l-1.41-.68 1.42-.67c2.2-1.04 3.57-3.2 3.57-5.64v-.16l-.05-.45.37-.26a6.23 6.23 0 0 0 2.68-4.91l.04-1.38 1.13.79a7.72 7.72 0 0 1 3.33 6.37c0 4.27-3.48 7.75-7.75 7.75zm-1.25-1.62c.41.08.82.12 1.25.12 3.45 0 6.25-2.8 6.25-6.25 0-1.61-.62-3.13-1.7-4.28a7.7 7.7 0 0 1-2.81 4.4c-.04 2.41-1.15 4.58-3 6z" }),
948
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M9 22.75c-4.27 0-7.75-3.48-7.75-7.75 0-2.54 1.25-4.92 3.33-6.37l1.13-.79.04 1.38a6.24 6.24 0 0 0 2.68 4.91c2.09 1.46 5.04 1.46 7.12 0l1.02-.71.15 1.24c.01.11.02.23.02.34 0 3.03-1.7 5.71-4.43 7-1.03.5-2.15.75-3.32.75zM4.45 10.72A6.24 6.24 0 0 0 2.75 15c0 3.45 2.8 6.25 6.25 6.25.94 0 1.84-.2 2.67-.61 1.88-.89 3.15-2.58 3.49-4.56-2.41 1.08-5.39.82-7.58-.72a7.73 7.73 0 0 1-3.13-4.65z" }),
949
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: "#1e293b", d: "M14.75 12.75h-5.5v-2.24h1.5v.74h2.5v-1.14l-2.38-.62c-.6-.15-1.02-.25-1.03-.25l-.59-.13V5.25h5.5v2.21h-1.5v-.71h-2.5v1.16c.15.04.31.08.49.12l3.5.91v3.79z" })
950
+ ] });
854
951
  }
855
952
  );
856
- IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
953
+ Coins1.displayName = "Coins1";
857
954
 
858
- // dist/icons/IconsaxPeopleBold.tsx
955
+ // dist/icons/ColorSwatch1.tsx
859
956
  var import_react60 = __toESM(require("react"));
860
957
  var import_jsx_runtime60 = require("react/jsx-runtime");
861
- var IconsaxPeopleBold = import_react60.default.forwardRef(
958
+ var ColorSwatch1 = import_react60.default.forwardRef(
862
959
  ({ size, ...props }, ref) => {
863
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
960
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
961
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#1e293b", d: "M6 22.75c-.3 0-.62-.03-.94-.09-.17-.04-.32-.08-.47-.12-.17-.05-.33-.11-.48-.17-.04-.01-.07-.03-.1-.04a6.6 6.6 0 0 1-.92-.56c-.02-.01-.03-.03-.05-.04a4 4 0 0 1-.42-.38c-.14-.15-.24-.27-.35-.39-.23-.3-.42-.6-.59-.95-.02-.03-.03-.07-.04-.11-.06-.14-.11-.28-.15-.43-.06-.21-.1-.35-.13-.5-.07-.35-.1-.66-.1-.96V4.51c0-1.91 1.34-3.25 3.25-3.25h3c1.91 0 3.25 1.34 3.25 3.25V18c0 1.24-.48 2.42-1.35 3.31-.16.16-.28.27-.39.36-.32.28-.73.53-1.17.71-.1.04-.22.09-.35.14-.49.15-1 .23-1.5.23M4.74 21c.1.04.2.07.3.1l.33.09c.55.1 1.14.07 1.61-.09.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21.63-.65.96-1.45.96-2.3V4.51c0-1.08-.67-1.75-1.75-1.75h-3c-1.08 0-1.75.67-1.75 1.75V18c0 .21.02.43.07.66.02.09.05.2.08.32.04.11.07.2.11.3.02.03.03.06.04.08s.02.05.03.07c.12.22.24.41.37.58.07.08.16.18.25.28.11.12.2.19.3.27.01.01.03.02.04.03.16.12.34.23.55.34.02.01.04.01.06.02s.05.03.09.05" }),
962
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#1e293b", d: "M19.5 22.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.35 0 .69-.05.98-.15.07-.03.17-.06.26-.1.32-.13.58-.29.81-.48.1-.08.17-.15.24-.21l6.84-6.83a.75.75 0 0 1 .53-.22h3.84c1.91 0 3.25 1.34 3.25 3.25v3c0 1.9-1.34 3.24-3.25 3.24m-10.04-1.5H19.5c1.08 0 1.75-.67 1.75-1.75v-3c0-1.08-.67-1.75-1.75-1.75h-3.53z" }),
963
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: "#1e293b", d: "M4.81 22.57q-.105 0-.21-.03c-.74-.22-1.42-.63-1.96-1.18-.54-.53-.95-1.21-1.17-1.95-.12-.4.1-.81.5-.93s.81.1.94.49a3.27 3.27 0 0 0 2.14 2.14c.39.12.61.54.49.94-.11.31-.41.52-.73.52M8.86 21.54a.754.754 0 0 1-.54-1.28c.6-.61.93-1.42.93-2.27V8.33c0-.2.08-.39.22-.53l2.71-2.71c1.31-1.31 3.29-1.31 4.6 0l2.12 2.12c1.35 1.35 1.35 3.25 0 4.6l-9.51 9.5c-.15.16-.34.23-.53.23m1.89-12.89v9.19l7.09-7.08c.76-.76.76-1.71 0-2.48l-2.12-2.12c-.75-.75-1.73-.75-2.48 0zM6 19.75c-.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.75m0-2c-.14 0-.25.11-.25.25 0 .28.5.28.5 0 0-.14-.11-.25-.25-.25" })
964
+ ] });
864
965
  }
865
966
  );
866
- IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
967
+ ColorSwatch1.displayName = "ColorSwatch1";
867
968
 
868
- // dist/icons/IconsaxTaskSquareBold.tsx
969
+ // dist/icons/Colorfilter1.tsx
869
970
  var import_react61 = __toESM(require("react"));
870
971
  var import_jsx_runtime61 = require("react/jsx-runtime");
871
- var IconsaxTaskSquareBold = import_react61.default.forwardRef(
972
+ var Colorfilter1 = import_react61.default.forwardRef(
872
973
  ({ size, ...props }, ref) => {
873
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
974
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
975
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#1e293b", d: "M8 22.75c-3.72 0-6.75-3.03-6.75-6.75 0-3.04 2.04-5.72 4.97-6.51.37-.1.75.09.89.45.61 1.53 1.91 2.7 3.5 3.13.88.24 1.9.24 2.76 0 .37-.1.76.09.9.45.31.79.47 1.63.47 2.49 0 1.92-.82 3.75-2.25 5.02A6.7 6.7 0 0 1 8 22.75M6.02 11.13c-1.95.8-3.27 2.72-3.27 4.87 0 2.89 2.36 5.25 5.25 5.25 1.3 0 2.54-.48 3.5-1.35a5.2 5.2 0 0 0 1.75-3.9c0-.46-.06-.9-.17-1.33-.94.15-1.96.1-2.86-.15a6.82 6.82 0 0 1-4.2-3.39" }),
976
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#1e293b", d: "M12 14.75c-.62 0-1.22-.08-1.78-.24a6.81 6.81 0 0 1-4.5-4.03C5.41 9.7 5.25 8.86 5.25 8c0-3.72 3.03-6.75 6.75-6.75S18.75 4.28 18.75 8c0 .86-.16 1.7-.47 2.49a6.81 6.81 0 0 1-4.5 4.03c-.56.15-1.16.23-1.78.23m0-12C9.11 2.75 6.75 5.11 6.75 8c0 .67.12 1.32.37 1.93.61 1.53 1.91 2.7 3.5 3.13.88.24 1.9.24 2.76 0 1.59-.43 2.9-1.61 3.5-3.13.24-.61.37-1.26.37-1.93 0-2.89-2.36-5.25-5.25-5.25" }),
977
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: "#1e293b", d: "M16 22.75c-1.67 0-3.27-.62-4.5-1.73a.75.75 0 0 1 0-1.12 5.2 5.2 0 0 0 1.75-3.9c0-.67-.12-1.32-.37-1.93-.08-.2-.07-.42.03-.61s.27-.33.47-.39c1.59-.43 2.89-1.6 3.5-3.13.14-.36.53-.54.89-.45 2.93.8 4.97 3.47 4.97 6.51.01 3.72-3.02 6.75-6.74 6.75m-2.88-2.36c.85.56 1.84.86 2.88.86 2.89 0 5.25-2.36 5.25-5.25 0-2.15-1.32-4.07-3.27-4.87a6.82 6.82 0 0 1-3.46 3.13c.15.56.23 1.15.23 1.74 0 1.62-.58 3.18-1.63 4.39" })
978
+ ] });
874
979
  }
875
980
  );
876
- IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
981
+ Colorfilter1.displayName = "Colorfilter1";
877
982
 
878
- // dist/icons/IconsaxVideoCameraBold.tsx
983
+ // dist/icons/ColorsSquare1.tsx
879
984
  var import_react62 = __toESM(require("react"));
880
985
  var import_jsx_runtime62 = require("react/jsx-runtime");
881
- var IconsaxVideoCameraBold = import_react62.default.forwardRef(
986
+ var ColorsSquare1 = import_react62.default.forwardRef(
882
987
  ({ size, ...props }, ref) => {
883
988
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
884
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
885
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
886
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
989
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M9.6 18.75c-2.4 0-4.35-1.95-4.35-4.35 0-1.96 1.32-3.69 3.21-4.2.37-.1.75.09.89.45.33.83 1.04 1.47 1.9 1.7.47.13 1.03.13 1.5 0 .37-.1.76.09.9.44a4.37 4.37 0 0 1-1.15 4.84c-.79.72-1.82 1.12-2.9 1.12m-1.31-6.88a2.85 2.85 0 0 0-1.54 2.53c0 1.57 1.28 2.85 2.85 2.85.7 0 1.38-.26 1.9-.73a2.82 2.82 0 0 0 .91-2.59c-.53.05-1.07 0-1.56-.14a4.36 4.36 0 0 1-2.56-1.92" }),
990
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M12 13.95c-.4 0-.79-.05-1.15-.15a4.37 4.37 0 0 1-2.89-2.59c-.2-.51-.3-1.05-.3-1.6 0-2.4 1.95-4.35 4.35-4.35s4.35 1.95 4.35 4.35c0 .55-.1 1.09-.3 1.6A4.34 4.34 0 0 1 12 13.95m0-7.2a2.855 2.855 0 0 0-2.65 3.9c.33.83 1.04 1.47 1.9 1.7.47.13 1.03.13 1.5 0 .87-.24 1.58-.87 1.9-1.7A2.855 2.855 0 0 0 12 6.75" }),
991
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M14.4 18.75c-1.08 0-2.11-.4-2.9-1.12a.75.75 0 0 1 0-1.12c.6-.53.95-1.3.95-2.11 0-.36-.07-.72-.2-1.05a.761.761 0 0 1 .5-1c.86-.24 1.57-.87 1.9-1.7a.75.75 0 0 1 .89-.45c1.89.51 3.21 2.24 3.21 4.2 0 2.4-1.95 4.35-4.35 4.35m-1.28-1.8a2.855 2.855 0 0 0 4.13-2.55c0-1.08-.61-2.05-1.54-2.53-.44.72-1.09 1.3-1.85 1.66q.09.42.09.87c0 .92-.29 1.81-.83 2.55" }),
992
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
887
993
  ] });
888
994
  }
889
995
  );
890
- IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
996
+ ColorsSquare1.displayName = "ColorsSquare1";
891
997
 
892
- // dist/icons/IconsaxWord.tsx
998
+ // dist/icons/Component1.tsx
893
999
  var import_react63 = __toESM(require("react"));
894
1000
  var import_jsx_runtime63 = require("react/jsx-runtime");
895
- var IconsaxWord = import_react63.default.forwardRef(
1001
+ var Component1 = import_react63.default.forwardRef(
896
1002
  ({ size, ...props }, ref) => {
897
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#000", d: "M6.996 5.441a.75.75 0 0 1 .683.44l5 11a.75.75 0 0 1-1.366.62l-.709-1.56H3.388l-.71 1.56a.75.75 0 0 1-1.364-.62l5-11 .051-.096a.75.75 0 0 1 .631-.344M21.25 17v-.066a4.273 4.273 0 0 1-5.76-.23l-.004-.003c-1.655-1.655-1.65-4.35-.003-6.017l.003-.002c1.618-1.618 4.227-1.65 5.9-.113a.749.749 0 0 1 1.364.43v6a.75.75 0 0 1-1.5 0m-1.013-5.443a2.77 2.77 0 0 0-3.69.185c-1.07 1.085-1.065 2.83-.003 3.895l.21.189a2.77 2.77 0 0 0 3.691-.186c1.07-1.085 1.066-2.83.003-3.895zM4.07 14.44h5.852L6.996 8.003z" }) });
1003
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-1.17 0-2.26-.45-3.08-1.27l-6.39-6.39a4.33 4.33 0 0 1-1.27-3.08c0-1.16.45-2.26 1.27-3.08l6.39-6.39c.82-.82 1.92-1.27 3.08-1.27s2.26.45 3.08 1.27l6.39 6.39c.82.82 1.27 1.92 1.27 3.08s-.45 2.26-1.27 3.08l-6.39 6.39c-.82.82-1.91 1.27-3.08 1.27m0-20c-.77 0-1.49.3-2.02.83L3.59 9.97c-.54.54-.83 1.26-.83 2.02s.3 1.49.83 2.02l6.39 6.39c1.07 1.07 2.97 1.07 4.04 0l6.39-6.39c.54-.54.83-1.25.83-2.02s-.3-1.49-.83-2.02l-6.39-6.39c-.53-.53-1.25-.83-2.02-.83" }) });
898
1004
  }
899
1005
  );
900
- IconsaxWord.displayName = "IconsaxWord";
1006
+ Component1.displayName = "Component1";
901
1007
 
902
- // dist/icons/InProgress.tsx
1008
+ // dist/icons/Computing1.tsx
903
1009
  var import_react64 = __toESM(require("react"));
904
1010
  var import_jsx_runtime64 = require("react/jsx-runtime");
905
- var InProgress = import_react64.default.forwardRef(
1011
+ var Computing1 = import_react64.default.forwardRef(
906
1012
  ({ size, ...props }, ref) => {
907
1013
  return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
908
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
909
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75 1.25 17.937 1.25 12 6.063 1.25 12 1.25m0 1.5a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", "clip-rule": "evenodd" })
1014
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#1e293b", d: "M14.97 22.75h-6c-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.31 7.75-7.75 7.75m-6-20C4.36 2.75 2.72 4.39 2.72 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" }),
1015
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#1e293b", d: "M3.27 20.45c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L19.19 2.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06L3.8 20.23a.7.7 0 0 1-.53.22M16.06 18.75c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75" }),
1016
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#1e293b", d: "M18.5 16.25h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M10.5 8.25h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" })
910
1017
  ] });
911
1018
  }
912
1019
  );
913
- InProgress.displayName = "InProgress";
1020
+ Computing1.displayName = "Computing1";
914
1021
 
915
- // dist/icons/InfoCircleBold.tsx
1022
+ // dist/icons/Convert3dCube1.tsx
916
1023
  var import_react65 = __toESM(require("react"));
917
1024
  var import_jsx_runtime65 = require("react/jsx-runtime");
918
- var InfoCircleBold = import_react65.default.forwardRef(
919
- ({ size, ...props }, ref) => {
920
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
1025
+ var Convert3dCube1 = import_react65.default.forwardRef(
1026
+ ({ size, ...props }, ref) => {
1027
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1028
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#1e293b", d: "M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75M2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.13c-.21.36-.67.47-1.03.26a.75.75 0 0 1-.26-1.03l.27-.45C4.81 3.56 2.74 6.04 2.74 9a.74.74 0 0 1-.74.75M17.68 7.5c-.13 0-.26-.03-.38-.1l-3.97-2.3a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l3.6 2.08 3.57-2.07c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-3.95 2.28c-.11.07-.24.11-.37.11" }),
1029
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#1e293b", d: "M17.68 11.57c-.41 0-.75-.34-.75-.75V6.74c0-.41.34-.75.75-.75s.75.34.75.75v4.08c0 .42-.34.75-.75.75" }),
1030
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#1e293b", d: "M17.68 11.75c-.46 0-.93-.1-1.3-.31l-2.4-1.33c-.78-.43-1.37-1.44-1.37-2.33V5.24c0-.9.59-1.9 1.38-2.34l2.4-1.33c.74-.41 1.85-.41 2.6 0l2.4 1.33c.78.43 1.37 1.44 1.37 2.33v2.54c0 .9-.59 1.9-1.37 2.33l-2.4 1.33c-.39.22-.85.32-1.31.32m-.57-8.88-2.4 1.33c-.3.17-.6.68-.6 1.02v2.54c0 .35.3.86.6 1.02l2.4 1.34c.29.16.85.16 1.14 0l2.4-1.33c.3-.17.6-.68.6-1.02V5.23c0-.35-.3-.86-.6-1.02l-2.4-1.33c-.29-.17-.86-.17-1.14-.01M6.32 18.5c-.13 0-.26-.03-.38-.1l-3.97-2.3a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l3.6 2.08 3.57-2.07c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-3.95 2.28c-.11.07-.24.11-.37.11" }),
1031
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#1e293b", d: "M6.32 22.57c-.41 0-.75-.34-.75-.75v-4.08c0-.41.34-.75.75-.75s.75.34.75.75v4.08c0 .42-.33.75-.75.75" }),
1032
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { fill: "#1e293b", d: "M6.32 22.75c-.46 0-.93-.1-1.3-.31l-2.4-1.33c-.78-.43-1.37-1.44-1.37-2.33v-2.54c0-.9.59-1.9 1.37-2.33l2.4-1.33c.74-.41 1.86-.41 2.6 0l2.4 1.33c.78.43 1.37 1.44 1.37 2.33v2.54c0 .9-.59 1.9-1.38 2.34l-2.4 1.33c-.36.2-.82.3-1.29.3m-.57-8.88-2.4 1.33c-.3.17-.6.68-.6 1.02v2.54c0 .35.3.86.6 1.02l2.4 1.33c.29.16.85.16 1.14 0l2.4-1.33c.3-.17.6-.68.6-1.02v-2.54c0-.35-.3-.86-.6-1.02l-2.4-1.34c-.28-.15-.85-.15-1.14.01" })
1033
+ ] });
921
1034
  }
922
1035
  );
923
- InfoCircleBold.displayName = "InfoCircleBold";
1036
+ Convert3dCube1.displayName = "Convert3dCube1";
924
1037
 
925
- // dist/icons/Legal.tsx
1038
+ // dist/icons/ConvertCard1.tsx
926
1039
  var import_react66 = __toESM(require("react"));
927
1040
  var import_jsx_runtime66 = require("react/jsx-runtime");
928
- var Legal = import_react66.default.forwardRef(
1041
+ var ConvertCard1 = import_react66.default.forwardRef(
929
1042
  ({ size, ...props }, ref) => {
930
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
1043
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1044
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#1e293b", d: "M22 6.31H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10a.749.749 0 1 1 0 1.5" }),
1045
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#1e293b", d: "M19.78 11.25h-5.55c-2.19 0-2.97-.77-2.97-2.95V4.2c0-2.18.78-2.95 2.97-2.95h5.55c2.19 0 2.97.77 2.97 2.95v4.11c0 2.17-.78 2.94-2.97 2.94m-5.56-8.5c-1.36 0-1.47.11-1.47 1.45v4.11c0 1.34.11 1.45 1.47 1.45h5.55c1.36 0 1.47-.11 1.47-1.45V4.2c0-1.34-.11-1.45-1.47-1.45zM12 17.81H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10a.749.749 0 1 1 0 1.5" }),
1046
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#1e293b", d: "M9.78 22.75H4.23c-2.19 0-2.97-.77-2.97-2.95v-4.1c0-2.18.78-2.95 2.97-2.95h5.55c2.19 0 2.97.77 2.97 2.95v4.11c0 2.17-.78 2.94-2.97 2.94m-5.56-8.5c-1.36 0-1.47.11-1.47 1.45v4.11c0 1.34.11 1.45 1.47 1.45h5.55c1.36 0 1.47-.11 1.47-1.45V15.7c0-1.34-.11-1.45-1.47-1.45zM15 22.75a.752.752 0 0 1-.64-1.14l1.05-1.75c.21-.35.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.26a.75.75 0 0 1-.26-1.03l.27-.45c-2.76.65-4.83 3.13-4.83 6.09.01.4-.33.74-.74.74" })
1047
+ ] });
931
1048
  }
932
1049
  );
933
- Legal.displayName = "Legal";
1050
+ ConvertCard1.displayName = "ConvertCard1";
934
1051
 
935
- // dist/icons/LikeBold.tsx
1052
+ // dist/icons/Convertshape1.tsx
936
1053
  var import_react67 = __toESM(require("react"));
937
1054
  var import_jsx_runtime67 = require("react/jsx-runtime");
938
- var LikeBold = import_react67.default.forwardRef(
1055
+ var Convertshape1 = import_react67.default.forwardRef(
939
1056
  ({ size, ...props }, ref) => {
940
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
1057
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#1e293b", d: "M18.85 12.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-3.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v3.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-10c-1.84 0-2.4.56-2.4 2.4v3.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-3.7c0-1.84-.56-2.4-2.4-2.4zM7.85 22.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-3.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v3.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-10c-1.84 0-2.4.56-2.4 2.4v3.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-3.7c0-1.84-.56-2.4-2.4-2.4zM15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75M2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75" }) });
941
1058
  }
942
1059
  );
943
- LikeBold.displayName = "LikeBold";
1060
+ Convertshape1.displayName = "Convertshape1";
944
1061
 
945
- // dist/icons/Line.tsx
1062
+ // dist/icons/Convertshape21.tsx
946
1063
  var import_react68 = __toESM(require("react"));
947
1064
  var import_jsx_runtime68 = require("react/jsx-runtime");
948
- var Line = import_react68.default.forwardRef(
1065
+ var Convertshape21 = import_react68.default.forwardRef(
949
1066
  ({ size, ...props }, ref) => {
950
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
1067
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: "#1e293b", d: "M7.85 22.75h-2.7c-2.66 0-3.9-1.24-3.9-3.9v-2.7c0-2.66 1.24-3.9 3.9-3.9h2.7c2.66 0 3.9 1.24 3.9 3.9v2.7c0 2.66-1.24 3.9-3.9 3.9m-2.7-9c-1.84 0-2.4.56-2.4 2.4v2.7c0 1.84.56 2.4 2.4 2.4h2.7c1.84 0 2.4-.56 2.4-2.4v-2.7c0-1.84-.56-2.4-2.4-2.4zM15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75M2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75M17.5 11.75c-2.89 0-5.25-2.36-5.25-5.25s2.36-5.25 5.25-5.25 5.25 2.36 5.25 5.25-2.36 5.25-5.25 5.25m0-9c-2.07 0-3.75 1.68-3.75 3.75s1.68 3.75 3.75 3.75 3.75-1.68 3.75-3.75-1.68-3.75-3.75-3.75" }) });
951
1068
  }
952
1069
  );
953
- Line.displayName = "Line";
1070
+ Convertshape21.displayName = "Convertshape21";
954
1071
 
955
- // dist/icons/LinkSquare.tsx
1072
+ // dist/icons/DislikeBold.tsx
956
1073
  var import_react69 = __toESM(require("react"));
957
1074
  var import_jsx_runtime69 = require("react/jsx-runtime");
958
- var LinkSquare = import_react69.default.forwardRef(
1075
+ var DislikeBold = import_react69.default.forwardRef(
959
1076
  ({ size, ...props }, ref) => {
960
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
1077
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: "#1e293b", d: "M15.61 5.5v10.16c0 .4-.12.79-.34 1.12l-2.73 4.06c-.43.65-1.5 1.11-2.41.77-.98-.33-1.63-1.43-1.42-2.41l.52-3.27c.04-.3-.04-.57-.21-.78a.93.93 0 0 0-.69-.31H4.22c-.79 0-1.47-.32-1.87-.88-.38-.54-.45-1.24-.2-1.95l2.46-7.49c.31-1.24 1.66-2.25 3-2.25h3.9c.67 0 1.61.23 2.04.66l1.28.99a2 2 0 0 1 .78 1.58M18.79 17.61h1.03c1.55 0 2.18-.6 2.18-2.08V5.48C22 4 21.37 3.4 19.82 3.4h-1.03c-1.55 0-2.18.6-2.18 2.08v10.06c0 1.47.63 2.07 2.18 2.07" }) });
961
1078
  }
962
1079
  );
963
- LinkSquare.displayName = "LinkSquare";
1080
+ DislikeBold.displayName = "DislikeBold";
964
1081
 
965
- // dist/icons/List.tsx
1082
+ // dist/icons/Doc.tsx
966
1083
  var import_react70 = __toESM(require("react"));
967
1084
  var import_jsx_runtime70 = require("react/jsx-runtime");
968
- var List = import_react70.default.forwardRef(
1085
+ var Doc = import_react70.default.forwardRef(
969
1086
  ({ size, ...props }, ref) => {
970
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#000", d: "m3.01 17.25.077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z" }) });
1087
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1088
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#3b82f6", 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" }),
1089
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#fff", d: "M15.02 18.182h-.8a.5.5 0 0 0-.046-.18.415.415 0 0 0-.251-.23.6.6 0 0 0-.204-.033.57.57 0 0 0-.336.096.6.6 0 0 0-.208.277q-.07.18-.07.434 0 .267.072.447a.57.57 0 0 0 .209.27q.136.09.328.09a.7.7 0 0 0 .196-.028.42.42 0 0 0 .254-.207.5.5 0 0 0 .055-.17l.802.006q-.015.186-.104.377a1.22 1.22 0 0 1-.66.61 1.5 1.5 0 0 1-.56.099q-.4 0-.72-.172a1.25 1.25 0 0 1-.5-.506q-.184-.334-.184-.816 0-.486.188-.819.187-.333.505-.504a1.5 1.5 0 0 1 .71-.172q.276 0 .508.075t.406.22.281.354q.106.21.13.482M11.94 18.546q0 .484-.19.82-.189.331-.51.503-.32.17-.716.17-.397 0-.718-.171a1.3 1.3 0 0 1-.509-.506q-.187-.334-.187-.816 0-.486.187-.819.19-.333.509-.504.32-.172.718-.172.396 0 .716.172.321.171.51.504.19.333.19.819m-.813 0a1.2 1.2 0 0 0-.07-.44.56.56 0 0 0-.203-.274.56.56 0 0 0-.33-.093.57.57 0 0 0-.33.093.57.57 0 0 0-.204.273q-.068.18-.068.44 0 .262.068.442.07.18.203.273.135.092.331.092t.33-.092a.57.57 0 0 0 .203-.273q.07-.18.07-.441M7.307 20h-1.12v-2.91h1.108q.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-.24q.081-.171.081-.474 0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279z" }),
1090
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: "#1d4ed8", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
1091
+ ] });
971
1092
  }
972
1093
  );
973
- List.displayName = "List";
1094
+ Doc.displayName = "Doc";
974
1095
 
975
- // dist/icons/ListEnd.tsx
1096
+ // dist/icons/DocumentTextBold.tsx
976
1097
  var import_react71 = __toESM(require("react"));
977
1098
  var import_jsx_runtime71 = require("react/jsx-runtime");
978
- var ListEnd = import_react71.default.forwardRef(
1099
+ var DocumentTextBold = import_react71.default.forwardRef(
979
1100
  ({ size, ...props }, ref) => {
980
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M15.559 14.868c.3-.34.787-.34 1.087 0s.3.891 0 1.232l-.738.835h3.272c.34 0 .666-.153.906-.425s.376-.641.376-1.026V3.87c0-.481.344-.871.769-.871s.769.39.769.871v11.613c0 .847-.297 1.659-.826 2.258-.53.599-1.247.935-1.994.935h-3.272l.738.836.053.066a.96.96 0 0 1-.053 1.166.705.705 0 0 1-1.03.06l-.057-.06-2.052-2.323a.954.954 0 0 1 0-1.232zm-5.61 2.067c.425 0 .769.39.769.871s-.344.871-.77.871H2.77c-.425 0-.769-.39-.769-.87 0-.482.344-.872.77-.872zm6.154-6.967c.424 0 .769.39.769.87 0 .482-.345.872-.77.872H2.77c-.425 0-.769-.39-.769-.871s.344-.871.77-.871zm0-6.968c.424 0 .769.39.769.871s-.345.87-.77.87H2.77c-.425 0-.769-.389-.769-.87S2.344 3 2.77 3z" }) });
1101
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1102
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54" }),
1103
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-9 7.56h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m2-4h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
1104
+ ] });
981
1105
  }
982
1106
  );
983
- ListEnd.displayName = "ListEnd";
1107
+ DocumentTextBold.displayName = "DocumentTextBold";
984
1108
 
985
- // dist/icons/ListOrdered.tsx
1109
+ // dist/icons/DocumentUpload.tsx
986
1110
  var import_react72 = __toESM(require("react"));
987
1111
  var import_jsx_runtime72 = require("react/jsx-runtime");
988
- var ListOrdered = import_react72.default.forwardRef(
1112
+ var DocumentUpload = import_react72.default.forwardRef(
989
1113
  ({ size, ...props }, ref) => {
990
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#000", d: "M5.25 15c0-.224-.096-.335-.21-.392-.132-.065-.382-.099-.705.063a.75.75 0 1 1-.67-1.342c.676-.338 1.427-.371 2.045-.062.636.318 1.04.957 1.04 1.733 0 .495-.243.907-.463 1.2-.226.301-.517.59-.757.83l-.216.22H6l.077.004a.75.75 0 0 1 0 1.492L6 18.75H4a.75.75 0 0 1-.75-.75c0-.495.243-.907.463-1.2.225-.301.517-.59.757-.83.26-.26.469-.471.618-.67.155-.207.162-.295.162-.3M21 17.25a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm-16-6a.75.75 0 0 1 .75.75v3.25H6a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h.25v-2.5H4a.75.75 0 0 1 0-1.5zm16 0a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5z" }) });
1114
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1115
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#1e293b", d: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1m-8.97 3.34c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.72-.72V17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.07-.06.14-.11.22-.15.02-.01.05-.02.07-.03.06-.02.12-.03.19-.04h.08c.08 0 .16.02.24.05h.02c.08.03.16.09.22.15.01.01.02.01.02.02l2 2c.29.29.29.77 0 1.06" }),
1116
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: "#1e293b", d: "M17.43 8.81c.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67" })
1117
+ ] });
991
1118
  }
992
1119
  );
993
- ListOrdered.displayName = "ListOrdered";
1120
+ DocumentUpload.displayName = "DocumentUpload";
994
1121
 
995
- // dist/icons/ListTodo.tsx
1122
+ // dist/icons/Enter.tsx
996
1123
  var import_react73 = __toESM(require("react"));
997
1124
  var import_jsx_runtime73 = require("react/jsx-runtime");
998
- var ListTodo = import_react73.default.forwardRef(
1125
+ var Enter = import_react73.default.forwardRef(
999
1126
  ({ size, ...props }, ref) => {
1000
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: "#000", d: "M8.47 14.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L5 17.94zM21 17.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM8.25 6A.25.25 0 0 0 8 5.75H4a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25zM21 5.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM9.75 10A1.75 1.75 0 0 1 8 11.75H4A1.75 1.75 0 0 1 2.25 10V6c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75z" }) });
1127
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: "#000", d: "M19.25 6v2A3.25 3.25 0 0 1 16 11.25H5.81l3.72-3.72.052-.056a.75.75 0 0 0-1.056-1.056l-.056.052-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06l-3.72-3.72H16A4.75 4.75 0 0 0 20.75 8V6a.75.75 0 1 0-1.5 0" }) });
1001
1128
  }
1002
1129
  );
1003
- ListTodo.displayName = "ListTodo";
1130
+ Enter.displayName = "Enter";
1004
1131
 
1005
- // dist/icons/Lock.tsx
1132
+ // dist/icons/Excel.tsx
1006
1133
  var import_react74 = __toESM(require("react"));
1007
1134
  var import_jsx_runtime74 = require("react/jsx-runtime");
1008
- var Lock = import_react74.default.forwardRef(
1135
+ var Excel = import_react74.default.forwardRef(
1009
1136
  ({ size, ...props }, ref) => {
1010
1137
  return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1011
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
1012
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
1138
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#22c55e", 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" }),
1139
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#fff", d: "m15.034 17.09.477.848h.023l.483-.847h.88l-.868 1.454.903 1.455h-.903l-.495-.864h-.023l-.494.864h-.898l.892-1.454-.863-1.455zM13.092 18a.3.3 0 0 0-.107-.222q-.094-.08-.285-.08a.6.6 0 0 0-.2.03.24.24 0 0 0-.114.079.2.2 0 0 0-.039.114.2.2 0 0 0 .019.095.2.2 0 0 0 .07.075.6.6 0 0 0 .124.06q.075.027.18.048l.238.051q.241.052.413.135a1 1 0 0 1 .281.197q.11.113.161.253a.9.9 0 0 1 .054.307.82.82 0 0 1-.144.486.88.88 0 0 1-.406.302q-.263.105-.632.104-.379 0-.662-.112a.92.92 0 0 1-.437-.345q-.156-.235-.156-.6h.75a.45.45 0 0 0 .066.225q.06.09.168.137.11.048.26.047a.6.6 0 0 0 .211-.03q.085-.032.13-.088a.2.2 0 0 0 .045-.126.18.18 0 0 0-.044-.116.34.34 0 0 0-.136-.091 1.4 1.4 0 0 0-.257-.077l-.29-.062q-.386-.084-.61-.28-.22-.198-.22-.539a.8.8 0 0 1 .148-.484q.151-.21.416-.325a1.5 1.5 0 0 1 .613-.117q.351 0 .609.118.257.119.396.332a.9.9 0 0 1 .142.499zM9.238 20v-2.91h.79v2.274h1.176V20zM7.034 17.09l.477.848h.023l.483-.847h.88l-.869 1.454L8.932 20h-.904l-.494-.864h-.023L7.017 20H6.12l.892-1.454-.863-1.455z" }),
1140
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: "#15803d", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
1013
1141
  ] });
1014
1142
  }
1015
1143
  );
1016
- Lock.displayName = "Lock";
1144
+ Excel.displayName = "Excel";
1017
1145
 
1018
- // dist/icons/MagickPotion.tsx
1146
+ // dist/icons/File.tsx
1019
1147
  var import_react75 = __toESM(require("react"));
1020
1148
  var import_jsx_runtime75 = require("react/jsx-runtime");
1021
- var MagickPotion = import_react75.default.forwardRef(
1149
+ var File = import_react75.default.forwardRef(
1022
1150
  ({ size, ...props }, ref) => {
1023
1151
  return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1024
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
1025
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
1152
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: "#facc15", 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" }),
1153
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: "#ca8a04", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" })
1026
1154
  ] });
1027
1155
  }
1028
1156
  );
1029
- MagickPotion.displayName = "MagickPotion";
1157
+ File.displayName = "File";
1030
1158
 
1031
- // dist/icons/MagickoCheck.tsx
1159
+ // dist/icons/Finance.tsx
1032
1160
  var import_react76 = __toESM(require("react"));
1033
1161
  var import_jsx_runtime76 = require("react/jsx-runtime");
1034
- var MagickoCheck = import_react76.default.forwardRef(
1162
+ var Finance = import_react76.default.forwardRef(
1035
1163
  ({ size, ...props }, ref) => {
1036
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
1164
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1165
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: "#1e293b", d: "M22 15c0 3.87-3.13 7-7 7-.61 0-1.2-.08-1.76-.23a7.87 7.87 0 0 0 3.68-5.67l.12-.9a7.92 7.92 0 0 0 2.89-5.17A6.96 6.96 0 0 1 22 15" }),
1166
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: "#1e293b", d: "M15.93 15.97A6.95 6.95 0 0 1 12 21.32c-.91.44-1.92.68-3 .68-3.87 0-7-3.13-7-7 0-1.95.79-3.71 2.08-4.97.28 2.22 1.5 4.25 3.36 5.54C8.78 16.51 10.35 17 12 17c1.4 0 2.74-.35 3.93-1.03" }),
1167
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { fill: "#1e293b", d: "M12 2C8.13 2 5 5.13 5 9c0 .08 0 .17.01.25a6.94 6.94 0 0 0 3 5.5C9.14 15.54 10.51 16 12 16s2.86-.46 3.99-1.25a6.94 6.94 0 0 0 3-5.5C19 9.17 19 9.08 19 9c0-3.87-3.13-7-7-7m.75 10.73V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.29c-.66-.08-1.26-.45-1.62-1.05-.21-.35-.1-.82.25-1.03s.82-.1 1.03.25c.06.11.25.36.59.36h1.09c.36 0 .65-.29.65-.65 0-.3-.2-.56-.49-.63l-1.88-.47a2.15 2.15 0 0 1 .38-4.23v-.27c0-.41.34-.75.75-.75s.75.34.75.75v.29c.66.08 1.25.44 1.62 1.03a.747.747 0 1 1-1.27.79c-.07-.11-.26-.35-.6-.35h-1.09c-.36 0-.65.29-.65.65 0 .3.2.56.49.63l1.87.47c.96.23 1.63 1.09 1.63 2.09 0 1.13-.88 2.06-2 2.14" })
1168
+ ] });
1037
1169
  }
1038
1170
  );
1039
- MagickoCheck.displayName = "MagickoCheck";
1171
+ Finance.displayName = "Finance";
1040
1172
 
1041
- // dist/icons/Marketing.tsx
1173
+ // dist/icons/Flag.tsx
1042
1174
  var import_react77 = __toESM(require("react"));
1043
1175
  var import_jsx_runtime77 = require("react/jsx-runtime");
1044
- var Marketing = import_react77.default.forwardRef(
1176
+ var Flag = import_react77.default.forwardRef(
1045
1177
  ({ size, ...props }, ref) => {
1046
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
1178
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: "#1e293b", d: "m18.02 12.33-1.22-1.22a1.4 1.4 0 0 1-.47-1.03c-.02-.45.16-.9.49-1.23l1.2-1.2c1.04-1.04 1.43-2.04 1.1-2.83-.32-.78-1.31-1.21-2.77-1.21H5.9v-.86c0-.41-.34-.75-.75-.75s-.75.34-.75.75v18.5c0 .41.34.75.75.75s.75-.34.75-.75v-4.88h10.45c1.44 0 2.41-.44 2.74-1.23s-.05-1.78-1.07-2.81" }) });
1047
1179
  }
1048
1180
  );
1049
- Marketing.displayName = "Marketing";
1181
+ Flag.displayName = "Flag";
1050
1182
 
1051
- // dist/icons/MessageEdit.tsx
1183
+ // dist/icons/Folder2.tsx
1052
1184
  var import_react78 = __toESM(require("react"));
1053
1185
  var import_jsx_runtime78 = require("react/jsx-runtime");
1054
- var MessageEdit = import_react78.default.forwardRef(
1186
+ var Folder2 = import_react78.default.forwardRef(
1055
1187
  ({ size, ...props }, ref) => {
1056
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
1188
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1189
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: "#1e293b", d: "M19.435 4.034c.132.208-.095.45-.335.396-.47-.14-.99-.21-1.52-.21h-3.3a.5.5 0 0 1-.4-.2l-1.15-1.53c-.14-.2-.008-.49.237-.49h2.753c1.561 0 2.936.81 3.715 2.034" }),
1190
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: "#1e293b", d: "M20.14 6.54a4.2 4.2 0 0 0-1.45-.67q-.54-.15-1.11-.15h-3.72c-.58 0-.62-.05-.93-.46l-1.4-1.86C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42v11.16C2 20.02 3.98 22 6.42 22h11.16c2.44 0 4.42-1.98 4.42-4.42v-7.44c0-1.49-.73-2.8-1.86-3.6m-5.75 9.8H9.6c-.39 0-.69-.31-.69-.7 0-.38.3-.7.69-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7" })
1191
+ ] });
1057
1192
  }
1058
1193
  );
1059
- MessageEdit.displayName = "MessageEdit";
1194
+ Folder2.displayName = "Folder2";
1060
1195
 
1061
- // dist/icons/Network.tsx
1196
+ // dist/icons/FolderDrawerOpen.tsx
1062
1197
  var import_react79 = __toESM(require("react"));
1063
1198
  var import_jsx_runtime79 = require("react/jsx-runtime");
1064
- var Network = import_react79.default.forwardRef(
1199
+ var FolderDrawerOpen = import_react79.default.forwardRef(
1065
1200
  ({ size, ...props }, ref) => {
1066
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("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" }) });
1201
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37m-6.67 5.52H9.6c-.39 0-.7-.32-.7-.7s.31-.7.7-.7h4.79c.39 0 .7.32.7.7 0 .39-.31.7-.7.7M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
1067
1202
  }
1068
1203
  );
1069
- Network.displayName = "Network";
1204
+ FolderDrawerOpen.displayName = "FolderDrawerOpen";
1070
1205
 
1071
- // dist/icons/NotiDot.tsx
1206
+ // dist/icons/FolderDrawerOpenAddBold.tsx
1072
1207
  var import_react80 = __toESM(require("react"));
1073
1208
  var import_jsx_runtime80 = require("react/jsx-runtime");
1074
- var NotiDot = import_react80.default.forwardRef(
1209
+ var FolderDrawerOpenAddBold = import_react80.default.forwardRef(
1075
1210
  ({ size, ...props }, ref) => {
1076
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
1211
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: "#1e293b", d: "M18.22 10.35c.6 0 1.18.15 1.69.44q.57.3.99.81l.16.22c.51.69.73 1.53.64 2.37l-.37 4.65c-.14 1.42-.3 3.16-3.47 3.16H6.14c-3.17 0-3.34-1.74-3.47-3.15l-.37-4.67c-.09-.9.18-1.8.75-2.53.29-.36.64-.65 1.03-.86.52-.29 1.09-.44 1.69-.44zm-6.171 3.4a.75.75 0 0 0-.75.75v1.25h-1.3a.75.75 0 0 0 0 1.5h1.3v1.25a.75.75 0 0 0 1.5 0v-1.25h1.2a.75.75 0 0 0 0-1.5h-1.2V14.5a.75.75 0 0 0-.75-.75M9.22 2c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.125 0 4.347.837 4.601 3.427.038.382-.377.638-.742.516a5 5 0 0 0-1.589-.253H5.77c-.557 0-1.105.09-1.617.262-.36.12-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2z" }) });
1077
1212
  }
1078
1213
  );
1079
- NotiDot.displayName = "NotiDot";
1214
+ FolderDrawerOpenAddBold.displayName = "FolderDrawerOpenAddBold";
1080
1215
 
1081
- // dist/icons/PA.tsx
1216
+ // dist/icons/FolderOpenBold.tsx
1082
1217
  var import_react81 = __toESM(require("react"));
1083
1218
  var import_jsx_runtime81 = require("react/jsx-runtime");
1084
- var PA = import_react81.default.forwardRef(
1219
+ var FolderOpenBold = import_react81.default.forwardRef(
1085
1220
  ({ size, ...props }, ref) => {
1086
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("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" }) });
1221
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { fill: "#1e293b", d: "m21.06 11.82-.16-.22q-.42-.51-.99-.81c-.51-.29-1.09-.44-1.69-.44H5.77c-.6 0-1.17.15-1.69.44-.39.21-.74.5-1.03.86-.57.73-.84 1.63-.75 2.53l.37 4.67c.13 1.41.3 3.15 3.47 3.15h11.72c3.17 0 3.33-1.74 3.47-3.16l.37-4.65c.09-.84-.13-1.68-.64-2.37M20.561 8.596c.038.383-.378.64-.742.517a5 5 0 0 0-1.59-.253H5.77c-.556 0-1.104.09-1.616.262-.36.121-.773-.127-.773-.507V6.66C3.38 3.09 4.47 2 8.04 2h1.18c1.43 0 1.88.46 2.46 1.21l1.2 1.6c.25.34.26.36.7.36h2.38c3.126 0 4.347.837 4.601 3.426" }) });
1087
1222
  }
1088
1223
  );
1089
- PA.displayName = "PA";
1224
+ FolderOpenBold.displayName = "FolderOpenBold";
1090
1225
 
1091
- // dist/icons/PauseSquare.tsx
1226
+ // dist/icons/GeneralMagicko.tsx
1092
1227
  var import_react82 = __toESM(require("react"));
1093
1228
  var import_jsx_runtime82 = require("react/jsx-runtime");
1094
- var PauseSquare = import_react82.default.forwardRef(
1229
+ var GeneralMagicko = import_react82.default.forwardRef(
1095
1230
  ({ size, ...props }, ref) => {
1096
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("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" }) });
1231
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { fill: "#000", d: "M3 17.58V6.42l9-4.92 9 4.92v11.16l-9 4.92zM7.499 6.202 5.033 7.552v8.894L7.5 17.795v-3.337l2.033 1.112v3.337l2.466 1.348 2.456-1.343v-3.336l2.033-1.112V17.8l2.478-1.354V7.552l-2.478-1.354v3.336l-2.033-1.112V5.086l-2.456-1.343-2.466 1.348v3.337L7.5 9.54zm4.216.385A.28.28 0 0 1 12 6.33h.016c.143 0 .261.107.27.244l.188 3.31c.048.84.724 1.525 1.6 1.622l2.592.285a.214.214 0 0 1 .196.21v.029a.184.184 0 0 1-.166.179l-2.623.287c-.875.095-1.55.78-1.599 1.623l-.189 3.294a.28.28 0 0 1-.285.259h-.016a.264.264 0 0 1-.269-.244l-.19-3.308c-.047-.841-.723-1.525-1.598-1.622l-2.593-.286a.214.214 0 0 1-.196-.21v-.028c0-.091.072-.167.166-.179l2.623-.29c.875-.096 1.55-.78 1.599-1.622z" }) });
1097
1232
  }
1098
1233
  );
1099
- PauseSquare.displayName = "PauseSquare";
1234
+ GeneralMagicko.displayName = "GeneralMagicko";
1100
1235
 
1101
- // dist/icons/Pdf.tsx
1236
+ // dist/icons/GripVertical.tsx
1102
1237
  var import_react83 = __toESM(require("react"));
1103
1238
  var import_jsx_runtime83 = require("react/jsx-runtime");
1104
- var Pdf = import_react83.default.forwardRef(
1239
+ var GripVertical = import_react83.default.forwardRef(
1240
+ ({ size, ...props }, ref) => {
1241
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: "#1e293b", d: "M8.958 15.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0" }) });
1242
+ }
1243
+ );
1244
+ GripVertical.displayName = "GripVertical";
1245
+
1246
+ // dist/icons/HeartBold.tsx
1247
+ var import_react84 = __toESM(require("react"));
1248
+ var import_jsx_runtime84 = require("react/jsx-runtime");
1249
+ var HeartBold = import_react84.default.forwardRef(
1105
1250
  ({ size, ...props }, ref) => {
1106
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1107
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("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" }),
1108
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
1109
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("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" })
1251
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
1252
+ }
1253
+ );
1254
+ HeartBold.displayName = "HeartBold";
1255
+
1256
+ // dist/icons/Hr.tsx
1257
+ var import_react85 = __toESM(require("react"));
1258
+ var import_jsx_runtime85 = require("react/jsx-runtime");
1259
+ var Hr = import_react85.default.forwardRef(
1260
+ ({ size, ...props }, ref) => {
1261
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
1262
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: "#1e293b", d: "M10 8.958A3.963 3.963 0 0 1 6.042 5 3.963 3.963 0 0 1 10 1.042 3.963 3.963 0 0 1 13.958 5 3.963 3.963 0 0 1 10 8.958m0-6.666A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292M14.667 18.958H5.333a2.63 2.63 0 0 1-2.625-2.625V12a2.63 2.63 0 0 1 2.625-2.625h9.334A2.63 2.63 0 0 1 17.292 12v4.333a2.63 2.63 0 0 1-2.625 2.625m-9.334-8.333c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375z" }),
1263
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: "#fff", d: "M9.583 11.667v5h-1.25v-1.875H6.667v1.875h-1.25v-5h1.25v1.875h1.666v-1.875zM14.583 13.554a1.89 1.89 0 0 0-1.887-1.887h-2.28v5h1.25v-1.042h1.03q.158 0 .308-.026c.22.282.33.634.33 1.068h1.25c0-.639-.164-1.206-.48-1.676.298-.333.48-.774.48-1.253zm-2.916.821v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637z" }),
1264
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M5.333 10.625c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375zm4.25 6.042v-5h-1.25v1.875H6.667v-1.875h-1.25v5h1.25v-1.875h1.666v1.875zm3.113-5a1.89 1.89 0 0 1 1.887 1.887v.184c0 .48-.18.92-.478 1.253.315.47.478 1.037.478 1.676h-1.25c0-.434-.108-.786-.329-1.068a2 2 0 0 1-.308.026h-1.03v1.042h-1.25v-5z", "clip-rule": "evenodd" }),
1265
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
1266
+ ] });
1267
+ }
1268
+ );
1269
+ Hr.displayName = "Hr";
1270
+
1271
+ // dist/icons/HrSystem.tsx
1272
+ var import_react86 = __toESM(require("react"));
1273
+ var import_jsx_runtime86 = require("react/jsx-runtime");
1274
+ var HrSystem = import_react86.default.forwardRef(
1275
+ ({ size, ...props }, ref) => {
1276
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1277
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: "#000", d: "M12 10.75A4.756 4.756 0 0 1 7.25 6 4.756 4.756 0 0 1 12 1.25 4.756 4.756 0 0 1 16.75 6 4.756 4.756 0 0 1 12 10.75m0-8A3.254 3.254 0 0 0 8.75 6 3.254 3.254 0 0 0 12 9.25 3.254 3.254 0 0 0 15.25 6 3.254 3.254 0 0 0 12 2.75M17.6 22.75H6.4a3.153 3.153 0 0 1-3.15-3.15v-5.2a3.153 3.153 0 0 1 3.15-3.15h11.2a3.153 3.153 0 0 1 3.15 3.15v5.2a3.153 3.153 0 0 1-3.15 3.15m-11.2-10c-.91 0-1.65.74-1.65 1.65v5.2c0 .91.74 1.65 1.65 1.65h11.2c.91 0 1.65-.74 1.65-1.65v-5.2c0-.91-.74-1.65-1.65-1.65z" }),
1278
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: "#000", d: "M11.5 14v6H10v-2.25H8V20H6.5v-6H8v2.25h2V14zM17.5 16.265A2.267 2.267 0 0 0 15.235 14H12.5v6H14v-1.25h1.235q.19 0 .37-.031c.265.338.395.76.395 1.281h1.5c0-.766-.196-1.447-.574-2.011.357-.4.574-.928.574-1.504zm-3.5.985V15.5h1.235c.422 0 .765.343.765.765v.22a.766.766 0 0 1-.765.765z" })
1279
+ ] });
1280
+ }
1281
+ );
1282
+ HrSystem.displayName = "HrSystem";
1283
+
1284
+ // dist/icons/Icon3dcube1.tsx
1285
+ var import_react87 = __toESM(require("react"));
1286
+ var import_jsx_runtime87 = require("react/jsx-runtime");
1287
+ var Icon3dcube1 = import_react87.default.forwardRef(
1288
+ ({ size, ...props }, ref) => {
1289
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { fill: "#1e293b", d: "M12 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05" }) });
1290
+ }
1291
+ );
1292
+ Icon3dcube1.displayName = "Icon3dcube1";
1293
+
1294
+ // dist/icons/IconsaxAiScienceBold.tsx
1295
+ var import_react88 = __toESM(require("react"));
1296
+ var import_jsx_runtime88 = require("react/jsx-runtime");
1297
+ var IconsaxAiScienceBold = import_react88.default.forwardRef(
1298
+ ({ size, ...props }, ref) => {
1299
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1300
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
1301
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
1302
+ ] });
1303
+ }
1304
+ );
1305
+ IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
1306
+
1307
+ // dist/icons/IconsaxAttachCircleBold.tsx
1308
+ var import_react89 = __toESM(require("react"));
1309
+ var import_jsx_runtime89 = require("react/jsx-runtime");
1310
+ var IconsaxAttachCircleBold = import_react89.default.forwardRef(
1311
+ ({ size, ...props }, ref) => {
1312
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
1313
+ }
1314
+ );
1315
+ IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
1316
+
1317
+ // dist/icons/IconsaxBrainBold.tsx
1318
+ var import_react90 = __toESM(require("react"));
1319
+ var import_jsx_runtime90 = require("react/jsx-runtime");
1320
+ var IconsaxBrainBold = import_react90.default.forwardRef(
1321
+ ({ size, ...props }, ref) => {
1322
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
1323
+ }
1324
+ );
1325
+ IconsaxBrainBold.displayName = "IconsaxBrainBold";
1326
+
1327
+ // dist/icons/IconsaxMonetizeBold.tsx
1328
+ var import_react91 = __toESM(require("react"));
1329
+ var import_jsx_runtime91 = require("react/jsx-runtime");
1330
+ var IconsaxMonetizeBold = import_react91.default.forwardRef(
1331
+ ({ size, ...props }, ref) => {
1332
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
1333
+ }
1334
+ );
1335
+ IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
1336
+
1337
+ // dist/icons/IconsaxPenBrushBold.tsx
1338
+ var import_react92 = __toESM(require("react"));
1339
+ var import_jsx_runtime92 = require("react/jsx-runtime");
1340
+ var IconsaxPenBrushBold = import_react92.default.forwardRef(
1341
+ ({ size, ...props }, ref) => {
1342
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
1343
+ }
1344
+ );
1345
+ IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
1346
+
1347
+ // dist/icons/IconsaxPeopleBold.tsx
1348
+ var import_react93 = __toESM(require("react"));
1349
+ var import_jsx_runtime93 = require("react/jsx-runtime");
1350
+ var IconsaxPeopleBold = import_react93.default.forwardRef(
1351
+ ({ size, ...props }, ref) => {
1352
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
1353
+ }
1354
+ );
1355
+ IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
1356
+
1357
+ // dist/icons/IconsaxTaskSquareBold.tsx
1358
+ var import_react94 = __toESM(require("react"));
1359
+ var import_jsx_runtime94 = require("react/jsx-runtime");
1360
+ var IconsaxTaskSquareBold = import_react94.default.forwardRef(
1361
+ ({ size, ...props }, ref) => {
1362
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
1363
+ }
1364
+ );
1365
+ IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
1366
+
1367
+ // dist/icons/IconsaxVideoCameraBold.tsx
1368
+ var import_react95 = __toESM(require("react"));
1369
+ var import_jsx_runtime95 = require("react/jsx-runtime");
1370
+ var IconsaxVideoCameraBold = import_react95.default.forwardRef(
1371
+ ({ size, ...props }, ref) => {
1372
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1373
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
1374
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
1375
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
1376
+ ] });
1377
+ }
1378
+ );
1379
+ IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
1380
+
1381
+ // dist/icons/IconsaxWord.tsx
1382
+ var import_react96 = __toESM(require("react"));
1383
+ var import_jsx_runtime96 = require("react/jsx-runtime");
1384
+ var IconsaxWord = import_react96.default.forwardRef(
1385
+ ({ size, ...props }, ref) => {
1386
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: "#000", d: "M6.996 5.441a.75.75 0 0 1 .683.44l5 11a.75.75 0 0 1-1.366.62l-.709-1.56H3.388l-.71 1.56a.75.75 0 0 1-1.364-.62l5-11 .051-.096a.75.75 0 0 1 .631-.344M21.25 17v-.066a4.273 4.273 0 0 1-5.76-.23l-.004-.003c-1.655-1.655-1.65-4.35-.003-6.017l.003-.002c1.618-1.618 4.227-1.65 5.9-.113a.749.749 0 0 1 1.364.43v6a.75.75 0 0 1-1.5 0m-1.013-5.443a2.77 2.77 0 0 0-3.69.185c-1.07 1.085-1.065 2.83-.003 3.895l.21.189a2.77 2.77 0 0 0 3.691-.186c1.07-1.085 1.066-2.83.003-3.895zM4.07 14.44h5.852L6.996 8.003z" }) });
1387
+ }
1388
+ );
1389
+ IconsaxWord.displayName = "IconsaxWord";
1390
+
1391
+ // dist/icons/InProgress.tsx
1392
+ var import_react97 = __toESM(require("react"));
1393
+ var import_jsx_runtime97 = require("react/jsx-runtime");
1394
+ var InProgress = import_react97.default.forwardRef(
1395
+ ({ size, ...props }, ref) => {
1396
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1397
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
1398
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75 1.25 17.937 1.25 12 6.063 1.25 12 1.25m0 1.5a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", "clip-rule": "evenodd" })
1399
+ ] });
1400
+ }
1401
+ );
1402
+ InProgress.displayName = "InProgress";
1403
+
1404
+ // dist/icons/InfoCircleBold.tsx
1405
+ var import_react98 = __toESM(require("react"));
1406
+ var import_jsx_runtime98 = require("react/jsx-runtime");
1407
+ var InfoCircleBold = import_react98.default.forwardRef(
1408
+ ({ size, ...props }, ref) => {
1409
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
1410
+ }
1411
+ );
1412
+ InfoCircleBold.displayName = "InfoCircleBold";
1413
+
1414
+ // dist/icons/Legal.tsx
1415
+ var import_react99 = __toESM(require("react"));
1416
+ var import_jsx_runtime99 = require("react/jsx-runtime");
1417
+ var Legal = import_react99.default.forwardRef(
1418
+ ({ size, ...props }, ref) => {
1419
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
1420
+ }
1421
+ );
1422
+ Legal.displayName = "Legal";
1423
+
1424
+ // dist/icons/LikeBold.tsx
1425
+ var import_react100 = __toESM(require("react"));
1426
+ var import_jsx_runtime100 = require("react/jsx-runtime");
1427
+ var LikeBold = import_react100.default.forwardRef(
1428
+ ({ size, ...props }, ref) => {
1429
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
1430
+ }
1431
+ );
1432
+ LikeBold.displayName = "LikeBold";
1433
+
1434
+ // dist/icons/Line.tsx
1435
+ var import_react101 = __toESM(require("react"));
1436
+ var import_jsx_runtime101 = require("react/jsx-runtime");
1437
+ var Line = import_react101.default.forwardRef(
1438
+ ({ size, ...props }, ref) => {
1439
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
1440
+ }
1441
+ );
1442
+ Line.displayName = "Line";
1443
+
1444
+ // dist/icons/LinkSquare.tsx
1445
+ var import_react102 = __toESM(require("react"));
1446
+ var import_jsx_runtime102 = require("react/jsx-runtime");
1447
+ var LinkSquare = import_react102.default.forwardRef(
1448
+ ({ size, ...props }, ref) => {
1449
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
1450
+ }
1451
+ );
1452
+ LinkSquare.displayName = "LinkSquare";
1453
+
1454
+ // dist/icons/List.tsx
1455
+ var import_react103 = __toESM(require("react"));
1456
+ var import_jsx_runtime103 = require("react/jsx-runtime");
1457
+ var List = import_react103.default.forwardRef(
1458
+ ({ size, ...props }, ref) => {
1459
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: "#000", d: "m3.01 17.25.077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z" }) });
1460
+ }
1461
+ );
1462
+ List.displayName = "List";
1463
+
1464
+ // dist/icons/ListEnd.tsx
1465
+ var import_react104 = __toESM(require("react"));
1466
+ var import_jsx_runtime104 = require("react/jsx-runtime");
1467
+ var ListEnd = import_react104.default.forwardRef(
1468
+ ({ size, ...props }, ref) => {
1469
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: "#1e293b", d: "M15.559 14.868c.3-.34.787-.34 1.087 0s.3.891 0 1.232l-.738.835h3.272c.34 0 .666-.153.906-.425s.376-.641.376-1.026V3.87c0-.481.344-.871.769-.871s.769.39.769.871v11.613c0 .847-.297 1.659-.826 2.258-.53.599-1.247.935-1.994.935h-3.272l.738.836.053.066a.96.96 0 0 1-.053 1.166.705.705 0 0 1-1.03.06l-.057-.06-2.052-2.323a.954.954 0 0 1 0-1.232zm-5.61 2.067c.425 0 .769.39.769.871s-.344.871-.77.871H2.77c-.425 0-.769-.39-.769-.87 0-.482.344-.872.77-.872zm6.154-6.967c.424 0 .769.39.769.87 0 .482-.345.872-.77.872H2.77c-.425 0-.769-.39-.769-.871s.344-.871.77-.871zm0-6.968c.424 0 .769.39.769.871s-.345.87-.77.87H2.77c-.425 0-.769-.389-.769-.87S2.344 3 2.77 3z" }) });
1470
+ }
1471
+ );
1472
+ ListEnd.displayName = "ListEnd";
1473
+
1474
+ // dist/icons/ListOrdered.tsx
1475
+ var import_react105 = __toESM(require("react"));
1476
+ var import_jsx_runtime105 = require("react/jsx-runtime");
1477
+ var ListOrdered = import_react105.default.forwardRef(
1478
+ ({ size, ...props }, ref) => {
1479
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { fill: "#000", d: "M5.25 15c0-.224-.096-.335-.21-.392-.132-.065-.382-.099-.705.063a.75.75 0 1 1-.67-1.342c.676-.338 1.427-.371 2.045-.062.636.318 1.04.957 1.04 1.733 0 .495-.243.907-.463 1.2-.226.301-.517.59-.757.83l-.216.22H6l.077.004a.75.75 0 0 1 0 1.492L6 18.75H4a.75.75 0 0 1-.75-.75c0-.495.243-.907.463-1.2.225-.301.517-.59.757-.83.26-.26.469-.471.618-.67.155-.207.162-.295.162-.3M21 17.25a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm-16-6a.75.75 0 0 1 .75.75v3.25H6a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h.25v-2.5H4a.75.75 0 0 1 0-1.5zm16 0a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5z" }) });
1480
+ }
1481
+ );
1482
+ ListOrdered.displayName = "ListOrdered";
1483
+
1484
+ // dist/icons/ListTodo.tsx
1485
+ var import_react106 = __toESM(require("react"));
1486
+ var import_jsx_runtime106 = require("react/jsx-runtime");
1487
+ var ListTodo = import_react106.default.forwardRef(
1488
+ ({ size, ...props }, ref) => {
1489
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { fill: "#000", d: "M8.47 14.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L5 17.94zM21 17.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM8.25 6A.25.25 0 0 0 8 5.75H4a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25zM21 5.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM9.75 10A1.75 1.75 0 0 1 8 11.75H4A1.75 1.75 0 0 1 2.25 10V6c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75z" }) });
1490
+ }
1491
+ );
1492
+ ListTodo.displayName = "ListTodo";
1493
+
1494
+ // dist/icons/Lock.tsx
1495
+ var import_react107 = __toESM(require("react"));
1496
+ var import_jsx_runtime107 = require("react/jsx-runtime");
1497
+ var Lock = import_react107.default.forwardRef(
1498
+ ({ size, ...props }, ref) => {
1499
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1500
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
1501
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
1502
+ ] });
1503
+ }
1504
+ );
1505
+ Lock.displayName = "Lock";
1506
+
1507
+ // dist/icons/MagickPotion.tsx
1508
+ var import_react108 = __toESM(require("react"));
1509
+ var import_jsx_runtime108 = require("react/jsx-runtime");
1510
+ var MagickPotion = import_react108.default.forwardRef(
1511
+ ({ size, ...props }, ref) => {
1512
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1513
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
1514
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
1515
+ ] });
1516
+ }
1517
+ );
1518
+ MagickPotion.displayName = "MagickPotion";
1519
+
1520
+ // dist/icons/MagickoCheck.tsx
1521
+ var import_react109 = __toESM(require("react"));
1522
+ var import_jsx_runtime109 = require("react/jsx-runtime");
1523
+ var MagickoCheck = import_react109.default.forwardRef(
1524
+ ({ size, ...props }, ref) => {
1525
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
1526
+ }
1527
+ );
1528
+ MagickoCheck.displayName = "MagickoCheck";
1529
+
1530
+ // dist/icons/Marketing.tsx
1531
+ var import_react110 = __toESM(require("react"));
1532
+ var import_jsx_runtime110 = require("react/jsx-runtime");
1533
+ var Marketing = import_react110.default.forwardRef(
1534
+ ({ size, ...props }, ref) => {
1535
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
1536
+ }
1537
+ );
1538
+ Marketing.displayName = "Marketing";
1539
+
1540
+ // dist/icons/MessageEdit.tsx
1541
+ var import_react111 = __toESM(require("react"));
1542
+ var import_jsx_runtime111 = require("react/jsx-runtime");
1543
+ var MessageEdit = import_react111.default.forwardRef(
1544
+ ({ size, ...props }, ref) => {
1545
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
1546
+ }
1547
+ );
1548
+ MessageEdit.displayName = "MessageEdit";
1549
+
1550
+ // dist/icons/Network.tsx
1551
+ var import_react112 = __toESM(require("react"));
1552
+ var import_jsx_runtime112 = require("react/jsx-runtime");
1553
+ var Network = import_react112.default.forwardRef(
1554
+ ({ size, ...props }, ref) => {
1555
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("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" }) });
1556
+ }
1557
+ );
1558
+ Network.displayName = "Network";
1559
+
1560
+ // dist/icons/NotiDot.tsx
1561
+ var import_react113 = __toESM(require("react"));
1562
+ var import_jsx_runtime113 = require("react/jsx-runtime");
1563
+ var NotiDot = import_react113.default.forwardRef(
1564
+ ({ size, ...props }, ref) => {
1565
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
1566
+ }
1567
+ );
1568
+ NotiDot.displayName = "NotiDot";
1569
+
1570
+ // dist/icons/PA.tsx
1571
+ var import_react114 = __toESM(require("react"));
1572
+ var import_jsx_runtime114 = require("react/jsx-runtime");
1573
+ var PA = import_react114.default.forwardRef(
1574
+ ({ size, ...props }, ref) => {
1575
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("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" }) });
1576
+ }
1577
+ );
1578
+ PA.displayName = "PA";
1579
+
1580
+ // dist/icons/PauseSquare.tsx
1581
+ var import_react115 = __toESM(require("react"));
1582
+ var import_jsx_runtime115 = require("react/jsx-runtime");
1583
+ var PauseSquare = import_react115.default.forwardRef(
1584
+ ({ size, ...props }, ref) => {
1585
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("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" }) });
1586
+ }
1587
+ );
1588
+ PauseSquare.displayName = "PauseSquare";
1589
+
1590
+ // dist/icons/Pdf.tsx
1591
+ var import_react116 = __toESM(require("react"));
1592
+ var import_jsx_runtime116 = require("react/jsx-runtime");
1593
+ var Pdf = import_react116.default.forwardRef(
1594
+ ({ size, ...props }, ref) => {
1595
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1596
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("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" }),
1597
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
1598
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("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" })
1110
1599
  ] });
1111
1600
  }
1112
1601
  );
1113
1602
  Pdf.displayName = "Pdf";
1114
1603
 
1115
1604
  // dist/icons/PlayFilled.tsx
1116
- var import_react84 = __toESM(require("react"));
1117
- var import_jsx_runtime84 = require("react/jsx-runtime");
1118
- var PlayFilled = import_react84.default.forwardRef(
1605
+ var import_react117 = __toESM(require("react"));
1606
+ var import_jsx_runtime117 = require("react/jsx-runtime");
1607
+ var PlayFilled = import_react117.default.forwardRef(
1119
1608
  ({ size, ...props }, ref) => {
1120
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("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" }) });
1609
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("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" }) });
1121
1610
  }
1122
1611
  );
1123
1612
  PlayFilled.displayName = "PlayFilled";
1124
1613
 
1125
1614
  // dist/icons/Signature.tsx
1126
- var import_react85 = __toESM(require("react"));
1127
- var import_jsx_runtime85 = require("react/jsx-runtime");
1128
- var Signature = import_react85.default.forwardRef(
1615
+ var import_react118 = __toESM(require("react"));
1616
+ var import_jsx_runtime118 = require("react/jsx-runtime");
1617
+ var Signature = import_react118.default.forwardRef(
1129
1618
  ({ size, ...props }, ref) => {
1130
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("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" }) });
1619
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("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" }) });
1131
1620
  }
1132
1621
  );
1133
1622
  Signature.displayName = "Signature";
1134
1623
 
1135
1624
  // dist/icons/SperateDot.tsx
1136
- var import_react86 = __toESM(require("react"));
1137
- var import_jsx_runtime86 = require("react/jsx-runtime");
1138
- var SperateDot = import_react86.default.forwardRef(
1625
+ var import_react119 = __toESM(require("react"));
1626
+ var import_jsx_runtime119 = require("react/jsx-runtime");
1627
+ var SperateDot = import_react119.default.forwardRef(
1139
1628
  ({ size, ...props }, ref) => {
1140
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
1629
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
1141
1630
  }
1142
1631
  );
1143
1632
  SperateDot.displayName = "SperateDot";
1144
1633
 
1145
1634
  // dist/icons/SquarePen1.tsx
1146
- var import_react87 = __toESM(require("react"));
1147
- var import_jsx_runtime87 = require("react/jsx-runtime");
1148
- var SquarePen1 = import_react87.default.forwardRef(
1635
+ var import_react120 = __toESM(require("react"));
1636
+ var import_jsx_runtime120 = require("react/jsx-runtime");
1637
+ var SquarePen1 = import_react120.default.forwardRef(
1149
1638
  ({ size, ...props }, ref) => {
1150
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1151
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("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" }),
1152
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("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" })
1639
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1640
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("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" }),
1641
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("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" })
1153
1642
  ] });
1154
1643
  }
1155
1644
  );
1156
1645
  SquarePen1.displayName = "SquarePen1";
1157
1646
 
1158
1647
  // dist/icons/Strikethrough.tsx
1159
- var import_react88 = __toESM(require("react"));
1160
- var import_jsx_runtime88 = require("react/jsx-runtime");
1161
- var Strikethrough = import_react88.default.forwardRef(
1648
+ var import_react121 = __toESM(require("react"));
1649
+ var import_jsx_runtime121 = require("react/jsx-runtime");
1650
+ var Strikethrough = import_react121.default.forwardRef(
1162
1651
  ({ size, ...props }, ref) => {
1163
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("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" }) });
1652
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("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" }) });
1164
1653
  }
1165
1654
  );
1166
1655
  Strikethrough.displayName = "Strikethrough";
1167
1656
 
1168
1657
  // dist/icons/Tasks.tsx
1169
- var import_react89 = __toESM(require("react"));
1170
- var import_jsx_runtime89 = require("react/jsx-runtime");
1171
- var Tasks = import_react89.default.forwardRef(
1658
+ var import_react122 = __toESM(require("react"));
1659
+ var import_jsx_runtime122 = require("react/jsx-runtime");
1660
+ var Tasks = import_react122.default.forwardRef(
1172
1661
  ({ size, ...props }, ref) => {
1173
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1174
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("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" }),
1175
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("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" })
1662
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1663
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("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" }),
1664
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("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" })
1176
1665
  ] });
1177
1666
  }
1178
1667
  );
1179
1668
  Tasks.displayName = "Tasks";
1180
1669
 
1181
1670
  // dist/icons/Trash.tsx
1182
- var import_react90 = __toESM(require("react"));
1183
- var import_jsx_runtime90 = require("react/jsx-runtime");
1184
- var Trash = import_react90.default.forwardRef(
1671
+ var import_react123 = __toESM(require("react"));
1672
+ var import_jsx_runtime123 = require("react/jsx-runtime");
1673
+ var Trash = import_react123.default.forwardRef(
1185
1674
  ({ size, ...props }, ref) => {
1186
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("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" }) });
1675
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("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" }) });
1187
1676
  }
1188
1677
  );
1189
1678
  Trash.displayName = "Trash";
1190
1679
 
1191
1680
  // dist/icons/Video.tsx
1192
- var import_react91 = __toESM(require("react"));
1193
- var import_jsx_runtime91 = require("react/jsx-runtime");
1194
- var Video = import_react91.default.forwardRef(
1681
+ var import_react124 = __toESM(require("react"));
1682
+ var import_jsx_runtime124 = require("react/jsx-runtime");
1683
+ var Video = import_react124.default.forwardRef(
1195
1684
  ({ size, ...props }, ref) => {
1196
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("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" }) });
1685
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("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" }) });
1197
1686
  }
1198
1687
  );
1199
1688
  Video.displayName = "Video";
1200
1689
 
1201
1690
  // dist/icons/X.tsx
1202
- var import_react92 = __toESM(require("react"));
1203
- var import_jsx_runtime92 = require("react/jsx-runtime");
1204
- var X = import_react92.default.forwardRef(
1691
+ var import_react125 = __toESM(require("react"));
1692
+ var import_jsx_runtime125 = require("react/jsx-runtime");
1693
+ var X = import_react125.default.forwardRef(
1205
1694
  ({ size, ...props }, ref) => {
1206
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
1695
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
1207
1696
  }
1208
1697
  );
1209
1698
  X.displayName = "X";
@@ -1233,7 +1722,25 @@ X.displayName = "X";
1233
1722
  Brush31,
1234
1723
  Brush41,
1235
1724
  BrushSquare1,
1725
+ Bubble1,
1726
+ Bucket1,
1727
+ BucketCircle1,
1728
+ BucketSquare1,
1729
+ Cake1,
1236
1730
  Calendar,
1731
+ CardEdit1,
1732
+ CardPos1,
1733
+ CardReceive1,
1734
+ CardRemove1,
1735
+ CardRemove11,
1736
+ CardSend1,
1737
+ CardTick1,
1738
+ CardTick11,
1739
+ CardanoAda,
1740
+ Cards1,
1741
+ Cards11,
1742
+ Cd1,
1743
+ Centralized1,
1237
1744
  ChatFullScreen,
1238
1745
  ChatMaximize,
1239
1746
  ChatMinimize,
@@ -1242,8 +1749,23 @@ X.displayName = "X";
1242
1749
  ChevronRight,
1243
1750
  ChevronUp,
1244
1751
  ChevronsUpDown,
1752
+ Chrome1,
1753
+ Chrome11,
1245
1754
  CircleCheckFill,
1246
1755
  CloseCircle1,
1756
+ Coffee1,
1757
+ Coffee11,
1758
+ Coin1,
1759
+ Coins1,
1760
+ ColorSwatch1,
1761
+ Colorfilter1,
1762
+ ColorsSquare1,
1763
+ Component1,
1764
+ Computing1,
1765
+ Convert3dCube1,
1766
+ ConvertCard1,
1767
+ Convertshape1,
1768
+ Convertshape21,
1247
1769
  DislikeBold,
1248
1770
  Doc,
1249
1771
  DocumentTextBold,