magick-icons 0.1.216 → 0.1.217

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.mjs CHANGED
@@ -1488,476 +1488,783 @@ var FolderOpenBold = React112.forwardRef(
1488
1488
  );
1489
1489
  FolderOpenBold.displayName = "FolderOpenBold";
1490
1490
 
1491
- // dist/icons/GeneralMagicko.tsx
1491
+ // dist/icons/Forbidden1.tsx
1492
1492
  import React113 from "react";
1493
- import { jsx as jsx113 } from "react/jsx-runtime";
1494
- var GeneralMagicko = React113.forwardRef(
1493
+ import { jsx as jsx113, jsxs as jsxs89 } from "react/jsx-runtime";
1494
+ var Forbidden1 = React113.forwardRef(
1495
+ ({ size, ...props }, ref) => {
1496
+ return /* @__PURE__ */ jsxs89("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1497
+ /* @__PURE__ */ jsx113("path", { fill: "#1e293b", d: "M14.9 22.75H9.1c-.89 0-2.03-.47-2.65-1.1l-4.1-4.1c-.63-.63-1.1-1.77-1.1-2.65V9.1c0-.89.47-2.03 1.1-2.65l4.1-4.1c.63-.63 1.77-1.1 2.65-1.1h5.8c.89 0 2.03.47 2.65 1.1l4.1 4.1c.63.63 1.1 1.77 1.1 2.65v5.8c0 .89-.47 2.03-1.1 2.65l-4.1 4.1c-.63.63-1.76 1.1-2.65 1.1m-5.8-20c-.49 0-1.25.31-1.59.66l-4.1 4.1c-.34.35-.66 1.1-.66 1.59v5.8c0 .49.31 1.25.66 1.59l4.1 4.1c.35.34 1.1.66 1.59.66h5.8c.49 0 1.25-.31 1.59-.66l4.1-4.1c.34-.35.66-1.1.66-1.59V9.1c0-.49-.31-1.25-.66-1.59l-4.1-4.1c-.35-.34-1.1-.66-1.59-.66z" }),
1498
+ /* @__PURE__ */ jsx113("path", { fill: "#1e293b", d: "M4.94 19.83c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L18.55 4.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06L5.47 19.61c-.15.15-.34.22-.53.22" })
1499
+ ] });
1500
+ }
1501
+ );
1502
+ Forbidden1.displayName = "Forbidden1";
1503
+
1504
+ // dist/icons/Forbidden11.tsx
1505
+ import React114 from "react";
1506
+ import { jsx as jsx114, jsxs as jsxs90 } from "react/jsx-runtime";
1507
+ var Forbidden11 = React114.forwardRef(
1508
+ ({ size, ...props }, ref) => {
1509
+ return /* @__PURE__ */ jsxs90("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1510
+ /* @__PURE__ */ jsx114("path", { fill: "#1e293b", d: "M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z" }),
1511
+ /* @__PURE__ */ jsx114("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35" }),
1512
+ /* @__PURE__ */ jsx114("path", { fill: "#1e293b", d: "M15.21 21.97c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6 6c-.14.15-.34.22-.53.22" })
1513
+ ] });
1514
+ }
1515
+ );
1516
+ Forbidden11.displayName = "Forbidden11";
1517
+
1518
+ // dist/icons/Forbidden21.tsx
1519
+ import React115 from "react";
1520
+ import { jsx as jsx115, jsxs as jsxs91 } from "react/jsx-runtime";
1521
+ var Forbidden21 = React115.forwardRef(
1495
1522
  ({ size, ...props }, ref) => {
1496
- return /* @__PURE__ */ jsx113("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx113("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" }) });
1523
+ return /* @__PURE__ */ jsxs91("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1524
+ /* @__PURE__ */ jsx115("path", { fill: "#1e293b", d: "M22 9.42c-.41 0-.75-.34-.75-.75V5c0-1.24-1.01-2.25-2.25-2.25h-3.67c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H19c2.07 0 3.75 1.68 3.75 3.75v3.67c0 .41-.34.75-.75.75M8.67 22.75H5c-2.07 0-3.75-1.68-3.75-3.75v-3.67c0-.41.34-.75.75-.75s.75.34.75.75V19c0 1.24 1.01 2.25 2.25 2.25h3.67c.41 0 .75.34.75.75s-.34.75-.75.75M19 22.75h-3.67c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H19c1.24 0 2.25-1.01 2.25-2.25v-3.67c0-.41.34-.75.75-.75s.75.34.75.75V19c0 2.07-1.68 3.75-3.75 3.75M2 9.42c-.41 0-.75-.34-.75-.75V5c0-2.07 1.68-3.75 3.75-3.75h3.67c.41 0 .75.34.75.75s-.34.75-.75.75H5C3.76 2.75 2.75 3.76 2.75 5v3.67c0 .41-.34.75-.75.75M12 17.25c-2.89 0-5.25-2.36-5.25-5.25S9.11 6.75 12 6.75s5.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.75S14.07 8.25 12 8.25" }),
1525
+ /* @__PURE__ */ jsx115("path", { fill: "#1e293b", d: "M9 15.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6 6c-.15.15-.34.22-.53.22" })
1526
+ ] });
1527
+ }
1528
+ );
1529
+ Forbidden21.displayName = "Forbidden21";
1530
+
1531
+ // dist/icons/Forbidden211.tsx
1532
+ import React116 from "react";
1533
+ import { jsx as jsx116, jsxs as jsxs92 } from "react/jsx-runtime";
1534
+ var Forbidden211 = React116.forwardRef(
1535
+ ({ size, ...props }, ref) => {
1536
+ return /* @__PURE__ */ jsxs92("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1537
+ /* @__PURE__ */ jsx116("path", { fill: "#1e293b", d: "M14.9 22.75H9.1c-.89 0-2.03-.47-2.65-1.1l-4.1-4.1c-.63-.63-1.1-1.77-1.1-2.65V9.1c0-.89.47-2.03 1.1-2.65l4.1-4.1c.63-.63 1.77-1.1 2.65-1.1h5.8c.89 0 2.03.47 2.65 1.1l4.1 4.1c.63.63 1.1 1.77 1.1 2.65v5.8c0 .89-.47 2.03-1.1 2.65l-4.1 4.1c-.63.63-1.76 1.1-2.65 1.1m-5.8-20c-.49 0-1.25.31-1.59.66l-4.1 4.1c-.34.35-.66 1.1-.66 1.59v5.8c0 .49.31 1.25.66 1.59l4.1 4.1c.35.34 1.1.66 1.59.66h5.8c.49 0 1.25-.31 1.59-.66l4.1-4.1c.34-.35.66-1.1.66-1.59V9.1c0-.49-.31-1.25-.66-1.59l-4.1-4.1c-.35-.34-1.1-.66-1.59-.66z" }),
1538
+ /* @__PURE__ */ jsx116("path", { fill: "#1e293b", d: "M8.5 16.25c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l7-7c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-7 7c-.15.15-.34.22-.53.22" }),
1539
+ /* @__PURE__ */ jsx116("path", { fill: "#1e293b", d: "M15.5 16.25c-.19 0-.38-.07-.53-.22l-7-7a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l7 7c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
1540
+ ] });
1541
+ }
1542
+ );
1543
+ Forbidden211.displayName = "Forbidden211";
1544
+
1545
+ // dist/icons/FormatCircle1.tsx
1546
+ import React117 from "react";
1547
+ import { jsx as jsx117, jsxs as jsxs93 } from "react/jsx-runtime";
1548
+ var FormatCircle1 = React117.forwardRef(
1549
+ ({ size, ...props }, ref) => {
1550
+ return /* @__PURE__ */ jsxs93("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1551
+ /* @__PURE__ */ jsx117("path", { fill: "#1e293b", d: "M18.65 8.95c-1.99 0-3.6-1.62-3.6-3.6 0-.81.27-1.58.77-2.22.02-.03.05-.05.07-.08a3.54 3.54 0 0 1 2.76-1.3c1.98 0 3.6 1.62 3.6 3.6 0 1.11-.5 2.14-1.38 2.83-.64.5-1.41.77-2.22.77m-1.7-4.83a2.1 2.1 0 0 0 1.7 3.33c.47 0 .92-.16 1.29-.45.51-.4.81-1 .81-1.65a2.1 2.1 0 0 0-2.1-2.1c-.65 0-1.25.29-1.64.8-.02.03-.04.05-.06.07M5.35 8.95c-.81 0-1.58-.27-2.22-.77a3.57 3.57 0 0 1-1.38-2.83c0-1.98 1.62-3.6 3.6-3.6 1.11 0 2.14.5 2.83 1.38.5.64.77 1.41.77 2.22 0 1.98-1.62 3.6-3.6 3.6m0-5.7a2.1 2.1 0 0 0-2.1 2.1c0 .65.29 1.25.81 1.65.37.29.82.45 1.29.45a2.1 2.1 0 0 0 2.1-2.1c0-.47-.16-.92-.45-1.29-.4-.52-1-.81-1.65-.81M18.65 22.25a3.54 3.54 0 0 1-2.76-1.3c-.03-.02-.05-.05-.07-.08-.5-.64-.77-1.41-.77-2.22 0-1.99 1.62-3.6 3.6-3.6.81 0 1.58.27 2.22.77.03.02.05.05.08.07.83.68 1.3 1.68 1.3 2.76 0 1.98-1.62 3.6-3.6 3.6m-1.7-2.37c.02.02.04.04.06.07.39.51.99.8 1.64.8a2.1 2.1 0 0 0 2.1-2.1c0-.65-.29-1.25-.8-1.64a.4.4 0 0 1-.07-.06 2.1 2.1 0 0 0-2.93 2.93M5.35 22.25a3.61 3.61 0 0 1-3.6-3.6c0-1.08.47-2.08 1.3-2.76.02-.03.05-.05.08-.07.64-.5 1.41-.77 2.22-.77 1.99 0 3.6 1.62 3.6 3.6 0 .81-.27 1.58-.77 2.22-.69.88-1.72 1.38-2.83 1.38m-1.23-5.3c-.02.02-.04.04-.07.06-.51.39-.8.99-.8 1.64 0 1.16.94 2.1 2.1 2.1.65 0 1.25-.29 1.65-.81.29-.37.45-.82.45-1.29a2.1 2.1 0 0 0-3.33-1.7" }),
1552
+ /* @__PURE__ */ jsx117("path", { fill: "#1e293b", d: "M12 22.25c-1.66 0-3.31-.41-4.76-1.18-.2-.1-.33-.29-.38-.51s0-.44.14-.62c.29-.37.45-.82.45-1.29a2.1 2.1 0 0 0-2.1-2.1c-.47 0-.92.16-1.29.45-.17.14-.4.19-.62.14a.76.76 0 0 1-.51-.38c-.78-1.47-1.18-3.07-1.18-4.76 0-1.66.41-3.31 1.18-4.76.1-.2.29-.33.51-.38s.44.01.62.14c.37.29.82.45 1.29.45a2.1 2.1 0 0 0 2.1-2.1c0-.47-.16-.92-.45-1.29-.14-.17-.19-.4-.14-.62s.18-.4.38-.51c1.45-.77 3.1-1.18 4.76-1.18 1.69 0 3.29.4 4.76 1.18.2.1.33.29.38.51s-.01.44-.14.62c-.29.37-.45.82-.45 1.29 0 1.16.94 2.1 2.1 2.1.47 0 .92-.16 1.29-.45.17-.14.4-.19.62-.14s.4.18.51.38c.77 1.45 1.18 3.1 1.18 4.76 0 1.69-.4 3.29-1.18 4.76-.1.2-.29.33-.51.38a.77.77 0 0 1-.62-.14c-.37-.29-.82-.45-1.29-.45a2.1 2.1 0 0 0-2.1 2.1c0 .47.16.92.45 1.29.14.17.19.4.14.62a.76.76 0 0 1-.38.51c-1.47.78-3.07 1.18-4.76 1.18m-3.35-2.17c2.12.89 4.6.88 6.69 0-.2-.45-.3-.93-.3-1.43 0-1.99 1.62-3.6 3.6-3.6.5 0 .98.1 1.43.3a8.71 8.71 0 0 0 0-6.7c-.45.2-.93.3-1.43.3-1.99 0-3.6-1.62-3.6-3.6 0-.5.1-.98.3-1.43-2.09-.88-4.58-.88-6.69 0 .2.45.3.93.3 1.43 0 1.99-1.62 3.6-3.6 3.6-.5 0-.98-.1-1.43-.3A8.7 8.7 0 0 0 3.25 12c0 1.17.22 2.29.67 3.35.45-.2.93-.3 1.43-.3 1.99 0 3.6 1.62 3.6 3.6 0 .5-.1.98-.3 1.43" })
1553
+ ] });
1554
+ }
1555
+ );
1556
+ FormatCircle1.displayName = "FormatCircle1";
1557
+
1558
+ // dist/icons/FormatSquare1.tsx
1559
+ import React118 from "react";
1560
+ import { jsx as jsx118, jsxs as jsxs94 } from "react/jsx-runtime";
1561
+ var FormatSquare1 = React118.forwardRef(
1562
+ ({ size, ...props }, ref) => {
1563
+ return /* @__PURE__ */ jsxs94("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1564
+ /* @__PURE__ */ jsx118("path", { fill: "#1e293b", d: "M17.05 20.75H6.95c-.22 0-.43-.1-.58-.27s-.2-.4-.16-.62c.02-.12.04-.24.04-.36 0-.96-.79-1.75-1.75-1.75-.12 0-.25.01-.36.04a.746.746 0 0 1-.89-.74V6.95c0-.22.1-.43.27-.58s.39-.2.62-.16c.11.03.24.04.36.04.96 0 1.75-.79 1.75-1.75 0-.12-.01-.25-.04-.36a.746.746 0 0 1 .74-.89h10.1c.22 0 .43.1.58.27s.2.4.16.62c-.02.12-.04.24-.04.36 0 .96.79 1.75 1.75 1.75.12 0 .25-.01.36-.04a.746.746 0 0 1 .89.74v10.1c0 .22-.1.43-.27.58s-.4.2-.62.16c-.12-.02-.24-.04-.36-.04-.96 0-1.75.79-1.75 1.75 0 .12.01.25.04.36.04.22-.02.45-.16.62s-.36.27-.58.27m-9.31-1.5h8.52c.12-1.59 1.4-2.87 2.99-2.99V7.74a3.26 3.26 0 0 1-2.99-2.99H7.74a3.26 3.26 0 0 1-2.99 2.99v8.52c1.59.12 2.87 1.4 2.99 2.99" }),
1565
+ /* @__PURE__ */ jsx118("path", { fill: "#1e293b", d: "M4.5 7.75c-.22 0-.43-.02-.64-.06A3.26 3.26 0 0 1 1.25 4.5c0-1.79 1.46-3.25 3.25-3.25 1.54 0 2.88 1.09 3.19 2.6.04.22.06.43.06.65 0 1.79-1.46 3.25-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75 0 .83.59 1.55 1.4 1.71.1.03.23.04.35.04.96 0 1.75-.79 1.75-1.75 0-.12-.01-.25-.04-.36-.16-.8-.88-1.39-1.71-1.39M19.5 7.75a3.256 3.256 0 0 1-3.19-3.89 3.26 3.26 0 0 1 3.19-2.61c1.79 0 3.25 1.46 3.25 3.25 0 1.54-1.09 2.88-2.6 3.19-.22.04-.43.06-.65.06m0-5c-.83 0-1.55.59-1.71 1.4-.02.11-.04.23-.04.35 0 .96.79 1.75 1.75 1.75.12 0 .25-.01.36-.04.8-.16 1.39-.88 1.39-1.71 0-.96-.79-1.75-1.75-1.75M4.5 22.75c-1.79 0-3.25-1.46-3.25-3.25 0-1.54 1.09-2.88 2.6-3.19.21-.04.43-.06.65-.06a3.256 3.256 0 0 1 3.19 3.89 3.26 3.26 0 0 1-3.19 2.61m0-5c-.12 0-.25.01-.36.04-.8.16-1.39.88-1.39 1.71 0 .96.79 1.75 1.75 1.75.83 0 1.55-.59 1.71-1.4.02-.11.04-.23.04-.35 0-.96-.79-1.75-1.75-1.75M19.5 22.75c-1.54 0-2.88-1.09-3.19-2.6-.04-.21-.06-.43-.06-.65a3.256 3.256 0 0 1 3.89-3.19c1.52.31 2.61 1.65 2.61 3.19 0 1.79-1.46 3.25-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75 0 .12.01.25.04.36.16.8.88 1.39 1.71 1.39.96 0 1.75-.79 1.75-1.75 0-.83-.59-1.55-1.4-1.71-.1-.03-.23-.04-.35-.04" })
1566
+ ] });
1567
+ }
1568
+ );
1569
+ FormatSquare1.displayName = "FormatSquare1";
1570
+
1571
+ // dist/icons/ForwardItem1.tsx
1572
+ import React119 from "react";
1573
+ import { jsx as jsx119, jsxs as jsxs95 } from "react/jsx-runtime";
1574
+ var ForwardItem1 = React119.forwardRef(
1575
+ ({ size, ...props }, ref) => {
1576
+ return /* @__PURE__ */ jsxs95("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1577
+ /* @__PURE__ */ jsx119("path", { fill: "#1e293b", d: "M13.62 18.13h-3.23c-3.13 0-4.52-1.39-4.52-4.52v-3.23c0-3.13 1.39-4.52 4.52-4.52h3.23c3.13 0 4.52 1.39 4.52 4.52v3.23c-.01 3.13-1.4 4.52-4.52 4.52M10.38 7.37c-2.29 0-3.02.73-3.02 3.02v3.23c0 2.29.73 3.02 3.02 3.02h3.23c2.29 0 3.02-.73 3.02-3.02v-3.23c0-2.29-.73-3.02-3.02-3.02z" }),
1578
+ /* @__PURE__ */ jsx119("path", { fill: "#1e293b", d: "M18.23 13.52h-.85c-.41 0-.75-.34-.75-.75v-2.38c0-2.29-.73-3.02-3.02-3.02h-2.38c-.41 0-.75-.34-.75-.75v-.85c0-3.13 1.39-4.52 4.52-4.52h3.23c3.13 0 4.52 1.39 4.52 4.52V9c0 3.13-1.39 4.52-4.52 4.52m-.1-1.5h.1c2.29 0 3.02-.73 3.02-3.02V5.77c0-2.29-.73-3.02-3.02-3.02H15c-2.29 0-3.02.73-3.02 3.02v.1h1.63c3.13 0 4.52 1.39 4.52 4.52zM9 22.75H5.77c-3.13 0-4.52-1.39-4.52-4.52V15c0-3.13 1.39-4.52 4.52-4.52h.85c.41 0 .75.34.75.75v2.38c0 2.29.73 3.02 3.02 3.02h2.38c.41 0 .75.34.75.75v.85c0 3.13-1.39 4.52-4.52 4.52M5.77 11.98c-2.29 0-3.02.73-3.02 3.02v3.23c0 2.29.73 3.02 3.02 3.02H9c2.29 0 3.02-.73 3.02-3.02v-.1h-1.63c-3.13 0-4.52-1.39-4.52-4.52v-1.63z" })
1579
+ ] });
1580
+ }
1581
+ );
1582
+ ForwardItem1.displayName = "ForwardItem1";
1583
+
1584
+ // dist/icons/GeneralMagicko.tsx
1585
+ import React120 from "react";
1586
+ import { jsx as jsx120 } from "react/jsx-runtime";
1587
+ var GeneralMagicko = React120.forwardRef(
1588
+ ({ size, ...props }, ref) => {
1589
+ return /* @__PURE__ */ jsx120("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx120("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" }) });
1497
1590
  }
1498
1591
  );
1499
1592
  GeneralMagicko.displayName = "GeneralMagicko";
1500
1593
 
1594
+ // dist/icons/Glass1.tsx
1595
+ import React121 from "react";
1596
+ import { jsx as jsx121, jsxs as jsxs96 } from "react/jsx-runtime";
1597
+ var Glass1 = React121.forwardRef(
1598
+ ({ size, ...props }, ref) => {
1599
+ return /* @__PURE__ */ jsxs96("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1600
+ /* @__PURE__ */ jsx121("path", { fill: "#1e293b", d: "M14 18.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M2 18.25c-.41 0-.75-.34-.75-.75v-10c0-4.41 1.34-5.75 5.75-5.75.41 0 .75.34.75.75s-.34.75-.75.75c-3.57 0-4.25.67-4.25 4.25v10c0 .41-.34.75-.75.75M22 18.25c-.41 0-.75-.34-.75-.75v-10c0-3.58-.68-4.25-4.25-4.25-.41 0-.75-.34-.75-.75s.34-.75.75-.75c4.41 0 5.75 1.34 5.75 5.75v10c0 .41-.34.75-.75.75" }),
1601
+ /* @__PURE__ */ jsx121("path", { fill: "#1e293b", d: "M7.2 22.75H4.8c-2.42 0-3.55-1.13-3.55-3.55v-3.29c0-2.42 1.13-3.55 3.55-3.55h2.4c2.42 0 3.55 1.13 3.55 3.55v3.29c0 2.42-1.13 3.55-3.55 3.55m-2.4-8.89c-1.59 0-2.05.46-2.05 2.05v3.29c0 1.59.46 2.05 2.05 2.05h2.4c1.59 0 2.05-.46 2.05-2.05v-3.29c0-1.59-.46-2.05-2.05-2.05zM19.2 22.75h-2.4c-2.42 0-3.55-1.13-3.55-3.55v-3.29c0-2.42 1.13-3.55 3.55-3.55h2.4c2.42 0 3.55 1.13 3.55 3.55v3.29c0 2.42-1.13 3.55-3.55 3.55m-2.4-8.89c-1.59 0-2.05.46-2.05 2.05v3.29c0 1.59.46 2.05 2.05 2.05h2.4c1.59 0 2.05-.46 2.05-2.05v-3.29c0-1.59-.46-2.05-2.05-2.05z" })
1602
+ ] });
1603
+ }
1604
+ );
1605
+ Glass1.displayName = "Glass1";
1606
+
1607
+ // dist/icons/Glass11.tsx
1608
+ import React122 from "react";
1609
+ import { jsx as jsx122, jsxs as jsxs97 } from "react/jsx-runtime";
1610
+ var Glass11 = React122.forwardRef(
1611
+ ({ size, ...props }, ref) => {
1612
+ return /* @__PURE__ */ jsxs97("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1613
+ /* @__PURE__ */ jsx122("path", { fill: "#1e293b", d: "M12 15.38c-2.77 0-5.25-1.54-6.49-4.01q-.21-.42-.39-.87c-1.09-2.64-1.14-5.74-.15-8.72.1-.31.4-.54.72-.54h12.63c.32 0 .61.21.71.51 1 3 .94 6.1-.15 8.74-.12.29-.25.58-.4.87A7.17 7.17 0 0 1 12 15.38M6.24 2.75c-.71 2.48-.62 5.02.27 7.18.11.26.22.52.35.77a5.72 5.72 0 0 0 5.15 3.18c2.2 0 4.17-1.22 5.15-3.18.13-.25.24-.51.35-.77.89-2.17.98-4.7.27-7.18z" }),
1614
+ /* @__PURE__ */ jsx122("path", { fill: "#1e293b", d: "M12 19.59c-.41 0-.75-.34-.75-.75v-4.21c0-.41.34-.75.75-.75s.75.34.75.75v4.21c0 .42-.34.75-.75.75" }),
1615
+ /* @__PURE__ */ jsx122("path", { fill: "#1e293b", d: "M16.21 22.75H7.79c-.24 0-.47-.12-.61-.31a.75.75 0 0 1-.1-.68l.05-.16A5.13 5.13 0 0 1 12 18.09a5.13 5.13 0 0 1 4.87 3.51l.05.16c.08.23.04.48-.1.68a.74.74 0 0 1-.61.31m-7.26-1.5h6.1a3.632 3.632 0 0 0-6.1 0" })
1616
+ ] });
1617
+ }
1618
+ );
1619
+ Glass11.displayName = "Glass11";
1620
+
1621
+ // dist/icons/GlobalEdit1.tsx
1622
+ import React123 from "react";
1623
+ import { jsx as jsx123, jsxs as jsxs98 } from "react/jsx-runtime";
1624
+ var GlobalEdit1 = React123.forwardRef(
1625
+ ({ size, ...props }, ref) => {
1626
+ return /* @__PURE__ */ jsxs98("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1627
+ /* @__PURE__ */ jsx123("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-5.1-4.15-9.25-9.25-9.25S2.75 6.9 2.75 12 6.9 21.25 12 21.25c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1628
+ /* @__PURE__ */ jsx123("path", { fill: "#1e293b", d: "M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.5 29.5 0 0 1 0-16.5.75.75 0 0 1-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.95 27.95 0 0 0 0 17.53c.08.23.04.48-.1.68s-.37.3-.61.3M16.46 12.75c-.41 0-.75-.34-.75-.75 0-2.98-.48-5.93-1.42-8.76-.13-.39.08-.82.47-.95s.82.08.95.47c.99 2.98 1.5 6.09 1.5 9.24 0 .41-.34.75-.75.75" }),
1629
+ /* @__PURE__ */ jsx123("path", { fill: "#1e293b", d: "M12 17.21c-2.8 0-5.57-.4-8.25-1.19-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61s.45-.18.68-.1c2.83.94 5.78 1.42 8.76 1.42.41 0 .75.34.75.75s-.34.75-.75.75M21 9.75c-.08 0-.16-.01-.24-.04a27.95 27.95 0 0 0-17.53 0 .753.753 0 0 1-.95-.47c-.13-.39.08-.82.47-.95a29.3 29.3 0 0 1 18.47 0c.39.13.6.56.47.95-.08.31-.38.51-.69.51M15.82 22.75c-.38 0-.74-.14-1-.4-.31-.31-.45-.76-.38-1.23l.19-1.35c.05-.35.26-.77.51-1.02l3.54-3.54c.48-.48.95-.73 1.46-.78.63-.06 1.24.2 1.82.78s.84 1.19.78 1.82c-.05.5-.31.98-.78 1.46l-3.54 3.54c-.25.25-.66.46-1.01.51l-1.35.19c-.09.01-.16.02-.24.02m4.49-6.83h-.03c-.14.01-.33.13-.54.35l-3.54 3.54a.4.4 0 0 0-.08.17l-.18 1.25 1.25-.18c.04-.01.14-.06.17-.09l3.54-3.54c.21-.21.34-.4.35-.54.02-.2-.18-.44-.35-.61-.16-.16-.39-.35-.59-.35" }),
1630
+ /* @__PURE__ */ jsx123("path", { fill: "#1e293b", d: "M20.92 19.22c-.07 0-.14-.01-.2-.03a3.98 3.98 0 0 1-2.74-2.74c-.11-.4.12-.81.52-.92s.81.12.93.52c.23.82.88 1.47 1.7 1.7.4.11.63.53.52.92-.1.33-.4.55-.73.55" })
1631
+ ] });
1632
+ }
1633
+ );
1634
+ GlobalEdit1.displayName = "GlobalEdit1";
1635
+
1636
+ // dist/icons/GlobalRefresh1.tsx
1637
+ import React124 from "react";
1638
+ import { jsx as jsx124, jsxs as jsxs99 } from "react/jsx-runtime";
1639
+ var GlobalRefresh1 = React124.forwardRef(
1640
+ ({ size, ...props }, ref) => {
1641
+ return /* @__PURE__ */ jsxs99("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1642
+ /* @__PURE__ */ jsx124("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-5.1-4.15-9.25-9.25-9.25S2.75 6.9 2.75 12 6.9 21.25 12 21.25c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1643
+ /* @__PURE__ */ jsx124("path", { fill: "#1e293b", d: "M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.5 29.5 0 0 1 0-16.5.75.75 0 0 1-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.95 27.95 0 0 0 0 17.53c.08.23.04.48-.1.68s-.37.3-.61.3M16.46 12.75c-.41 0-.75-.34-.75-.75 0-2.98-.48-5.93-1.42-8.76-.13-.39.08-.82.47-.95s.82.08.95.47c.99 2.98 1.5 6.09 1.5 9.24 0 .41-.34.75-.75.75" }),
1644
+ /* @__PURE__ */ jsx124("path", { fill: "#1e293b", d: "M12 17.21c-2.8 0-5.57-.4-8.25-1.19-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61s.45-.18.68-.1c2.83.94 5.78 1.42 8.76 1.42.41 0 .75.34.75.75s-.34.75-.75.75M21 9.75c-.08 0-.16-.01-.24-.04a27.95 27.95 0 0 0-17.53 0 .753.753 0 0 1-.95-.47c-.13-.39.08-.82.47-.95a29.3 29.3 0 0 1 18.47 0c.39.13.6.56.47.95-.08.31-.38.51-.69.51M18.26 22.75c-2.48 0-4.49-2.02-4.49-4.49s2.02-4.5 4.49-4.5c.5 0 1 .07 1.47.22.4.12.62.54.5.94a.75.75 0 0 1-.94.5c-.33-.1-.68-.15-1.03-.15-1.65 0-2.99 1.34-2.99 3s1.34 2.99 2.99 2.99 2.99-1.34 2.99-2.99c0-.6-.17-1.17-.5-1.66a.746.746 0 0 1 .21-1.04c.34-.23.81-.14 1.04.21.5.74.76 1.61.76 2.5-.01 2.45-2.03 4.47-4.5 4.47" }),
1645
+ /* @__PURE__ */ jsx124("path", { fill: "#1e293b", d: "M20.04 15.55c-.21 0-.42-.09-.57-.26l-1.25-1.43a.756.756 0 0 1 .07-1.06c.31-.27.78-.24 1.06.07l1.25 1.43c.27.31.24.79-.07 1.06-.14.13-.31.19-.49.19" }),
1646
+ /* @__PURE__ */ jsx124("path", { fill: "#1e293b", d: "M18.58 16.61c-.23 0-.46-.11-.61-.31-.24-.33-.17-.8.16-1.05l1.46-1.06c.33-.25.8-.17 1.05.16.24.33.17.8-.16 1.05l-1.46 1.06a.7.7 0 0 1-.44.15" })
1647
+ ] });
1648
+ }
1649
+ );
1650
+ GlobalRefresh1.displayName = "GlobalRefresh1";
1651
+
1652
+ // dist/icons/GlobalSearch1.tsx
1653
+ import React125 from "react";
1654
+ import { jsx as jsx125, jsxs as jsxs100 } from "react/jsx-runtime";
1655
+ var GlobalSearch1 = React125.forwardRef(
1656
+ ({ size, ...props }, ref) => {
1657
+ return /* @__PURE__ */ jsxs100("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1658
+ /* @__PURE__ */ jsx125("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-5.1-4.15-9.25-9.25-9.25S2.75 6.9 2.75 12 6.9 21.25 12 21.25c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1659
+ /* @__PURE__ */ jsx125("path", { fill: "#1e293b", d: "M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.5 29.5 0 0 1 0-16.5.75.75 0 0 1-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.95 27.95 0 0 0 0 17.53c.08.23.04.48-.1.68s-.37.3-.61.3M16.46 12.75c-.41 0-.75-.34-.75-.75 0-2.98-.48-5.93-1.42-8.76-.13-.39.08-.82.47-.95s.82.08.95.47c.99 2.98 1.5 6.09 1.5 9.24 0 .41-.34.75-.75.75" }),
1660
+ /* @__PURE__ */ jsx125("path", { fill: "#1e293b", d: "M12 17.21c-2.8 0-5.57-.4-8.25-1.19-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61.2-.14.45-.18.68-.1 2.83.94 5.78 1.42 8.76 1.42.41 0 .75.34.75.75s-.34.75-.75.75M21 9.75c-.08 0-.16-.01-.24-.04a27.95 27.95 0 0 0-17.53 0 .753.753 0 0 1-.95-.47c-.13-.39.08-.82.47-.95a29.3 29.3 0 0 1 18.47 0c.39.13.6.56.47.95-.08.31-.38.51-.69.51M18.2 22.15c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95 3.95 1.77 3.95 3.95-1.77 3.95-3.95 3.95m0-6.4c-1.35 0-2.45 1.1-2.45 2.45s1.1 2.45 2.45 2.45 2.45-1.1 2.45-2.45-1.1-2.45-2.45-2.45" }),
1661
+ /* @__PURE__ */ jsx125("path", { fill: "#1e293b", d: "M22 22.75c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1 1c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
1662
+ ] });
1663
+ }
1664
+ );
1665
+ GlobalSearch1.displayName = "GlobalSearch1";
1666
+
1667
+ // dist/icons/GridEdit1.tsx
1668
+ import React126 from "react";
1669
+ import { jsx as jsx126, jsxs as jsxs101 } from "react/jsx-runtime";
1670
+ var GridEdit1 = React126.forwardRef(
1671
+ ({ size, ...props }, ref) => {
1672
+ return /* @__PURE__ */ jsxs101("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1673
+ /* @__PURE__ */ jsx126("path", { fill: "#1e293b", d: "M10 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.75v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h1c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1674
+ /* @__PURE__ */ jsx126("path", { fill: "#1e293b", d: "M22 9.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75M12 16.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H12c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1675
+ /* @__PURE__ */ jsx126("path", { fill: "#1e293b", d: "M8.51 22.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v19.97c0 .41-.33.75-.75.75M15.51 12.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v9.97c0 .41-.33.75-.75.75M14.76 22.75c-.42 0-.8-.15-1.08-.43-.34-.33-.49-.82-.41-1.33l.23-1.59c.05-.38.28-.84.56-1.12l4.15-4.15c.54-.54 1.07-.82 1.63-.88.69-.07 1.38.23 2.03.88s.95 1.33.88 2.03c-.05.56-.34 1.09-.88 1.63l-4.15 4.15c-.27.27-.73.5-1.12.56l-1.58.23c-.09.01-.18.02-.26.02m5.26-8h-.04q-.3.03-.72.45l-4.15 4.15c-.05.05-.12.2-.13.27l-.23 1.59 1.63-.18c.07-.01.22-.09.27-.13l4.15-4.15q.42-.42.45-.72c.02-.23-.13-.5-.45-.82-.3-.31-.56-.46-.78-.46" }),
1676
+ /* @__PURE__ */ jsx126("path", { fill: "#1e293b", d: "M20.74 18.61c-.07 0-.13-.01-.2-.03-1.5-.42-2.7-1.62-3.12-3.12-.11-.4.12-.81.52-.92.41-.11.81.12.92.52.28 1 1.08 1.8 2.08 2.08a.749.749 0 0 1-.2 1.47" })
1677
+ ] });
1678
+ }
1679
+ );
1680
+ GridEdit1.displayName = "GridEdit1";
1681
+
1682
+ // dist/icons/GridEraser1.tsx
1683
+ import React127 from "react";
1684
+ import { jsx as jsx127, jsxs as jsxs102 } from "react/jsx-runtime";
1685
+ var GridEraser1 = React127.forwardRef(
1686
+ ({ size, ...props }, ref) => {
1687
+ return /* @__PURE__ */ jsxs102("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1688
+ /* @__PURE__ */ jsx127("path", { fill: "#1e293b", d: "M10 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.75v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h1c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1689
+ /* @__PURE__ */ jsx127("path", { fill: "#1e293b", d: "M22 9.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75M12 16.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H12c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1690
+ /* @__PURE__ */ jsx127("path", { fill: "#1e293b", d: "M8.51 22.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v19.97c0 .41-.33.75-.75.75M15.51 12.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v9.97c0 .41-.33.75-.75.75M15.95 22.75c-.54 0-1.07-.2-1.49-.61l-1.59-1.6c-.81-.81-.81-2.14 0-2.97l1.91-1.9c.29-.29.77-.29 1.06 0l3.5 3.5a.75.75 0 0 1 0 1.06l-1.9 1.9c-.42.41-.95.62-1.49.62m-.65-5.48-1.37 1.37a.61.61 0 0 0 0 .85l1.58 1.59c.23.23.62.23.85 0l1.38-1.37z" }),
1691
+ /* @__PURE__ */ jsx127("path", { fill: "#1e293b", d: "M18.8 20.45a.75.75 0 0 1-.53-.22l-3.5-3.5a.754.754 0 0 1 0-1.06l2.81-2.82c.82-.82 2.16-.82 2.98 0l1.58 1.59c.39.39.61.92.61 1.49s-.22 1.09-.61 1.49l-2.8 2.81c-.15.15-.34.22-.54.22m-2.43-4.24 2.44 2.44 2.27-2.28c.11-.11.17-.26.17-.43 0-.16-.06-.32-.17-.43l-1.58-1.59a.61.61 0 0 0-.85 0z" })
1692
+ ] });
1693
+ }
1694
+ );
1695
+ GridEraser1.displayName = "GridEraser1";
1696
+
1697
+ // dist/icons/GridLock1.tsx
1698
+ import React128 from "react";
1699
+ import { jsx as jsx128, jsxs as jsxs103 } from "react/jsx-runtime";
1700
+ var GridLock1 = React128.forwardRef(
1701
+ ({ size, ...props }, ref) => {
1702
+ return /* @__PURE__ */ jsxs103("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1703
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M10 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.75v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h1c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1704
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M22 9.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75M12 16.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H12c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1705
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M8.51 22.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v19.97c0 .41-.33.75-.75.75M15.51 12.74c-.41 0-.75-.34-.75-.75V2.02c0-.41.34-.75.75-.75s.75.34.75.75v9.97c0 .41-.33.75-.75.75M20.4 17.95c-.41 0-.75-.34-.75-.75v-.8c0-1.12-.25-1.65-1.65-1.65s-1.65.53-1.65 1.65v.8c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.8c0-2.09 1.06-3.15 3.15-3.15s3.15 1.06 3.15 3.15v.8c0 .41-.34.75-.75.75" }),
1706
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M20 22.75h-4c-2 0-2.75-.75-2.75-2.75v-.8c0-2 .75-2.75 2.75-2.75h4c2 0 2.75.75 2.75 2.75v.8c0 2-.75 2.75-2.75 2.75m-4-4.8c-1.19 0-1.25.06-1.25 1.25v.8c0 1.18.07 1.25 1.25 1.25h4c1.18 0 1.25-.07 1.25-1.25v-.8c0-1.19-.06-1.25-1.25-1.25z" })
1707
+ ] });
1708
+ }
1709
+ );
1710
+ GridLock1.displayName = "GridLock1";
1711
+
1712
+ // dist/icons/GridLock11.tsx
1713
+ import React129 from "react";
1714
+ import { jsx as jsx129, jsxs as jsxs104 } from "react/jsx-runtime";
1715
+ var GridLock11 = React129.forwardRef(
1716
+ ({ size, ...props }, ref) => {
1717
+ return /* @__PURE__ */ jsxs104("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1718
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M12 22.75H7.56c-3.48 0-6.31-2.83-6.31-6.31V7.56c0-3.48 2.83-6.31 6.31-6.31h8.89c3.48 0 6.31 2.83 6.31 6.31V12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.56c0-2.65-2.16-4.81-4.81-4.81H7.56c-2.65 0-4.81 2.16-4.81 4.81v8.89c0 2.65 2.16 4.81 4.81 4.81H12c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
1719
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M15.33 12.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v10c0 .41-.34.75-.75.75M8.67 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
1720
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M12 16.02H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75M22 9.35H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75M20.61 18.31c-.41 0-.75-.34-.75-.75v-1.39c0-.66-.54-1.19-1.19-1.19a1.2 1.2 0 0 0-1.19 1.19v1.39c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.39a2.69 2.69 0 0 1 2.69-2.69c1.48 0 2.69 1.21 2.69 2.69v1.39c0 .41-.34.75-.75.75" }),
1721
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M20.61 22.75h-3.89c-1.18 0-2.14-.96-2.14-2.14v-1.67c0-1.18.96-2.14 2.14-2.14h3.89c1.18 0 2.14.96 2.14 2.14v1.67c0 1.18-.96 2.14-2.14 2.14m-3.89-4.44c-.35 0-.64.29-.64.64v1.67c0 .35.29.64.64.64h3.89c.35 0 .64-.29.64-.64v-1.67c0-.35-.29-.64-.64-.64z" })
1722
+ ] });
1723
+ }
1724
+ );
1725
+ GridLock11.displayName = "GridLock11";
1726
+
1501
1727
  // dist/icons/GripVertical.tsx
1502
- import React114 from "react";
1503
- import { jsx as jsx114 } from "react/jsx-runtime";
1504
- var GripVertical = React114.forwardRef(
1728
+ import React130 from "react";
1729
+ import { jsx as jsx130 } from "react/jsx-runtime";
1730
+ var GripVertical = React130.forwardRef(
1505
1731
  ({ size, ...props }, ref) => {
1506
- return /* @__PURE__ */ jsx114("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx114("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" }) });
1732
+ return /* @__PURE__ */ jsx130("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ jsx130("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" }) });
1507
1733
  }
1508
1734
  );
1509
1735
  GripVertical.displayName = "GripVertical";
1510
1736
 
1511
1737
  // dist/icons/HeartBold.tsx
1512
- import React115 from "react";
1513
- import { jsx as jsx115 } from "react/jsx-runtime";
1514
- var HeartBold = React115.forwardRef(
1738
+ import React131 from "react";
1739
+ import { jsx as jsx131 } from "react/jsx-runtime";
1740
+ var HeartBold = React131.forwardRef(
1515
1741
  ({ size, ...props }, ref) => {
1516
- return /* @__PURE__ */ jsx115("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx115("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" }) });
1742
+ return /* @__PURE__ */ jsx131("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx131("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" }) });
1517
1743
  }
1518
1744
  );
1519
1745
  HeartBold.displayName = "HeartBold";
1520
1746
 
1747
+ // dist/icons/Home1.tsx
1748
+ import React132 from "react";
1749
+ import { jsx as jsx132, jsxs as jsxs105 } from "react/jsx-runtime";
1750
+ var Home1 = React132.forwardRef(
1751
+ ({ size, ...props }, ref) => {
1752
+ return /* @__PURE__ */ jsxs105("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1753
+ /* @__PURE__ */ jsx132("path", { fill: "#1e293b", d: "M20 21.25c-.41 0-.75-.34-.75-.75V10.05c0-.41.34-.75.75-.75s.75.34.75.75V20.5c0 .41-.34.75-.75.75" }),
1754
+ /* @__PURE__ */ jsx132("path", { fill: "#1e293b", d: "M2 12.25c-.23 0-.46-.11-.61-.31-.24-.34-.17-.8.17-1.05l9.45-6.81c.61-.44 1.44-.44 2.05 0l9.38 6.82c.33.24.41.71.17 1.05a.76.76 0 0 1-1.05.17l-9.38-6.83a.26.26 0 0 0-.29 0l-9.45 6.82a.72.72 0 0 1-.44.14" }),
1755
+ /* @__PURE__ */ jsx132("path", { fill: "#1e293b", d: "M19.5 9.99c-.41 0-.75-.34-.75-.75V4.25h-2.5v2.36c0 .41-.34.75-.75.75s-.75-.34-.75-.75V4c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v5.24c0 .41-.34.75-.75.75M22 21.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" }),
1756
+ /* @__PURE__ */ jsx132("path", { fill: "#1e293b", d: "M4 21.25c-.41 0-.75-.34-.75-.75V10.06c0-.41.34-.75.75-.75s.75.34.75.75V20.5c0 .41-.34.75-.75.75M17 18.25h-3c-.69 0-1.25-.56-1.25-1.25v-2c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v2c0 .69-.56 1.25-1.25 1.25m-2.75-1.5h2.5v-1.5h-2.5zM10.5 21.25c-.41 0-.75-.34-.75-.75v-5.25h-2v5.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V15c0-.69.56-1.25 1.25-1.25H10c.69 0 1.25.56 1.25 1.25v5.5c0 .41-.34.75-.75.75" })
1757
+ ] });
1758
+ }
1759
+ );
1760
+ Home1.displayName = "Home1";
1761
+
1762
+ // dist/icons/Home11.tsx
1763
+ import React133 from "react";
1764
+ import { jsx as jsx133, jsxs as jsxs106 } from "react/jsx-runtime";
1765
+ var Home11 = React133.forwardRef(
1766
+ ({ size, ...props }, ref) => {
1767
+ return /* @__PURE__ */ jsxs106("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1768
+ /* @__PURE__ */ jsx133("path", { fill: "#1e293b", d: "M16.32 22.25H7.68c-1.76 0-3.53-1.32-4.04-3l-1.65-5.5c-.39-1.28.02-3.06.92-4.05l5.97-6.54c.82-.9 1.93-1.4 3.11-1.4s2.29.5 3.11 1.4l5.97 6.54c.9.99 1.31 2.77.92 4.05l-1.65 5.5c-.49 1.68-2.26 3-4.02 3M12 3.25c-.76 0-1.47.32-2 .91L4.03 10.7c-.55.61-.83 1.83-.6 2.61l1.65 5.5c.31 1.05 1.51 1.93 2.6 1.93h8.64c1.09 0 2.29-.89 2.6-1.93l1.65-5.5c.24-.79-.04-2-.6-2.61L14 4.16c-.53-.59-1.24-.91-2-.91" }),
1769
+ /* @__PURE__ */ jsx133("path", { fill: "#1e293b", d: "M12 17.13c-1.87 0-3.38-1.52-3.38-3.38s1.52-3.38 3.38-3.38 3.38 1.52 3.38 3.38-1.51 3.38-3.38 3.38m0-5.27c-1.04 0-1.88.85-1.88 1.88s.85 1.88 1.88 1.88 1.88-.85 1.88-1.88-.84-1.88-1.88-1.88" })
1770
+ ] });
1771
+ }
1772
+ );
1773
+ Home11.displayName = "Home11";
1774
+
1775
+ // dist/icons/Home21.tsx
1776
+ import React134 from "react";
1777
+ import { jsx as jsx134, jsxs as jsxs107 } from "react/jsx-runtime";
1778
+ var Home21 = React134.forwardRef(
1779
+ ({ size, ...props }, ref) => {
1780
+ return /* @__PURE__ */ jsxs107("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1781
+ /* @__PURE__ */ jsx134("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" }),
1782
+ /* @__PURE__ */ jsx134("path", { fill: "#1e293b", d: "M8.66 16.64c-1.03 0-1.86-.83-1.86-1.86v-3.89c0-.74.33-1.43.91-1.89l2.78-2.22c.89-.71 2.13-.71 3.02 0L16.29 9c.58.46.91 1.15.91 1.89v3.89c0 1.03-.83 1.86-1.86 1.86zM12 7.75c-.2 0-.4.07-.57.2l-2.78 2.22c-.22.17-.34.44-.34.72v3.89c0 .2.16.36.36.36h6.67c.2 0 .36-.16.36-.36v-3.89c0-.28-.12-.54-.34-.71l-2.78-2.22a.94.94 0 0 0-.57-.2z" })
1783
+ ] });
1784
+ }
1785
+ );
1786
+ Home21.displayName = "Home21";
1787
+
1788
+ // dist/icons/Home31.tsx
1789
+ import React135 from "react";
1790
+ import { jsx as jsx135, jsxs as jsxs108 } from "react/jsx-runtime";
1791
+ var Home31 = React135.forwardRef(
1792
+ ({ size, ...props }, ref) => {
1793
+ return /* @__PURE__ */ jsxs108("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1794
+ /* @__PURE__ */ jsx135("path", { fill: "#1e293b", d: "M17.6 22.56H6.4c-1.82 0-3.48-1.4-3.78-3.2L1.29 11.4c-.21-1.24.39-2.83 1.38-3.62L9.6 2.23c1.34-1.08 3.45-1.07 4.8.01l6.93 5.54c.98.79 1.58 2.38 1.38 3.62l-1.33 7.96c-.3 1.77-1.99 3.2-3.78 3.2M11.99 2.94c-.53 0-1.06.16-1.45.47L3.61 8.96c-.57.46-.96 1.48-.84 2.2l1.33 7.96c.18 1.05 1.23 1.94 2.3 1.94h11.2c1.07 0 2.12-.89 2.3-1.95l1.33-7.96c.12-.72-.28-1.75-.84-2.2l-6.93-5.54c-.4-.31-.93-.47-1.47-.47" }),
1795
+ /* @__PURE__ */ jsx135("path", { fill: "#1e293b", d: "M12 16.25c-1.79 0-3.25-1.46-3.25-3.25S10.21 9.75 12 9.75s3.25 1.46 3.25 3.25-1.46 3.25-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75s.79 1.75 1.75 1.75 1.75-.79 1.75-1.75-.79-1.75-1.75-1.75" })
1796
+ ] });
1797
+ }
1798
+ );
1799
+ Home31.displayName = "Home31";
1800
+
1801
+ // dist/icons/Home311.tsx
1802
+ import React136 from "react";
1803
+ import { jsx as jsx136, jsxs as jsxs109 } from "react/jsx-runtime";
1804
+ var Home311 = React136.forwardRef(
1805
+ ({ size, ...props }, ref) => {
1806
+ return /* @__PURE__ */ jsxs109("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1807
+ /* @__PURE__ */ jsx136("path", { fill: "#1e293b", d: "M12 22.74c-2.75 0-5.51-1.05-7.6-3.14C.21 15.41.21 8.59 4.4 4.4s11.01-4.19 15.2 0 4.19 11.01 0 15.2c-2.1 2.1-4.85 3.14-7.6 3.14m0-19.99c-2.37 0-4.74.9-6.54 2.7-3.61 3.61-3.61 9.48 0 13.08 3.61 3.61 9.48 3.6 13.08 0 3.61-3.61 3.61-9.48 0-13.08A9.22 9.22 0 0 0 12 2.75" }),
1808
+ /* @__PURE__ */ jsx136("path", { fill: "#1e293b", d: "M9.85 17.25a3.26 3.26 0 0 1-3.26-3.26v-2.3c0-1 .45-1.93 1.23-2.55l2.09-1.67a3.25 3.25 0 0 1 4.08 0l2.62 2.09c.51.41.81 1.02.81 1.68v2.75c0 1.8-1.46 3.26-3.26 3.26zm2.09-9c-.39 0-.78.13-1.1.39l-2.08 1.67c-.42.34-.66.84-.66 1.38v2.3c0 .97.79 1.76 1.76 1.76h4.29c.97 0 1.76-.79 1.76-1.76v-2.75a.65.65 0 0 0-.24-.5l-2.62-2.1c-.32-.26-.71-.39-1.1-.39z" })
1809
+ ] });
1810
+ }
1811
+ );
1812
+ Home311.displayName = "Home311";
1813
+
1814
+ // dist/icons/HomeWifi1.tsx
1815
+ import React137 from "react";
1816
+ import { jsx as jsx137, jsxs as jsxs110 } from "react/jsx-runtime";
1817
+ var HomeWifi1 = React137.forwardRef(
1818
+ ({ size, ...props }, ref) => {
1819
+ return /* @__PURE__ */ jsxs110("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1820
+ /* @__PURE__ */ jsx137("path", { fill: "#1e293b", d: "M17.6 22.56H6.4c-1.82 0-3.48-1.4-3.78-3.2L1.29 11.4c-.21-1.24.39-2.83 1.38-3.62L9.6 2.23c1.34-1.08 3.45-1.07 4.8.01l6.93 5.54c.98.79 1.58 2.38 1.38 3.62l-1.33 7.96c-.3 1.77-1.99 3.2-3.78 3.2M11.99 2.94c-.53 0-1.06.16-1.45.47L3.61 8.96c-.57.46-.96 1.48-.84 2.2l1.33 7.96c.18 1.05 1.23 1.94 2.3 1.94h11.2c1.07 0 2.12-.89 2.3-1.95l1.33-7.96c.12-.72-.28-1.75-.84-2.2l-6.93-5.54c-.4-.31-.93-.47-1.47-.47" }),
1821
+ /* @__PURE__ */ jsx137("path", { fill: "#1e293b", d: "M14.12 15.13a.75.75 0 0 1-.52-.21c-.97-.93-2.23-.93-3.21 0-.3.29-.77.28-1.06-.02s-.28-.77.02-1.06c1.55-1.49 3.72-1.49 5.28 0 .3.29.31.76.02 1.06-.13.15-.33.23-.53.23" }),
1822
+ /* @__PURE__ */ jsx137("path", { fill: "#1e293b", d: "M16.24 13.01c-.19 0-.38-.07-.52-.21-.47-.46-1-.83-1.56-1.1-1.4-.67-2.93-.67-4.32 0-.56.27-1.08.64-1.56 1.1-.29.29-.77.29-1.06-.01s-.28-.77.01-1.06c.59-.58 1.25-1.04 1.96-1.38 1.81-.87 3.81-.87 5.61 0 .71.34 1.37.8 1.96 1.38a.745.745 0 0 1-.52 1.28M12 17.5c-.26 0-.51-.1-.71-.29a.996.996 0 0 1 0-1.41c.39-.39 1.03-.39 1.42 0s.39 1.02 0 1.41c-.2.19-.45.29-.71.29" })
1823
+ ] });
1824
+ }
1825
+ );
1826
+ HomeWifi1.displayName = "HomeWifi1";
1827
+
1521
1828
  // dist/icons/Hr.tsx
1522
- import React116 from "react";
1523
- import { jsx as jsx116, jsxs as jsxs89 } from "react/jsx-runtime";
1524
- var Hr = React116.forwardRef(
1829
+ import React138 from "react";
1830
+ import { jsx as jsx138, jsxs as jsxs111 } from "react/jsx-runtime";
1831
+ var Hr = React138.forwardRef(
1525
1832
  ({ size, ...props }, ref) => {
1526
- return /* @__PURE__ */ jsxs89("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
1527
- /* @__PURE__ */ jsx116("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" }),
1528
- /* @__PURE__ */ jsx116("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" }),
1529
- /* @__PURE__ */ jsx116("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" }),
1530
- /* @__PURE__ */ jsx116("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" })
1833
+ return /* @__PURE__ */ jsxs111("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
1834
+ /* @__PURE__ */ jsx138("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" }),
1835
+ /* @__PURE__ */ jsx138("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" }),
1836
+ /* @__PURE__ */ jsx138("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" }),
1837
+ /* @__PURE__ */ jsx138("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" })
1531
1838
  ] });
1532
1839
  }
1533
1840
  );
1534
1841
  Hr.displayName = "Hr";
1535
1842
 
1536
1843
  // dist/icons/HrSystem.tsx
1537
- import React117 from "react";
1538
- import { jsx as jsx117, jsxs as jsxs90 } from "react/jsx-runtime";
1539
- var HrSystem = React117.forwardRef(
1844
+ import React139 from "react";
1845
+ import { jsx as jsx139, jsxs as jsxs112 } from "react/jsx-runtime";
1846
+ var HrSystem = React139.forwardRef(
1540
1847
  ({ size, ...props }, ref) => {
1541
- return /* @__PURE__ */ jsxs90("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1542
- /* @__PURE__ */ jsx117("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" }),
1543
- /* @__PURE__ */ jsx117("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" })
1848
+ return /* @__PURE__ */ jsxs112("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1849
+ /* @__PURE__ */ jsx139("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" }),
1850
+ /* @__PURE__ */ jsx139("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" })
1544
1851
  ] });
1545
1852
  }
1546
1853
  );
1547
1854
  HrSystem.displayName = "HrSystem";
1548
1855
 
1549
1856
  // dist/icons/Icon3dcube1.tsx
1550
- import React118 from "react";
1551
- import { jsx as jsx118 } from "react/jsx-runtime";
1552
- var Icon3dcube1 = React118.forwardRef(
1857
+ import React140 from "react";
1858
+ import { jsx as jsx140 } from "react/jsx-runtime";
1859
+ var Icon3dcube1 = React140.forwardRef(
1553
1860
  ({ size, ...props }, ref) => {
1554
- return /* @__PURE__ */ jsx118("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx118("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" }) });
1861
+ return /* @__PURE__ */ jsx140("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx140("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" }) });
1555
1862
  }
1556
1863
  );
1557
1864
  Icon3dcube1.displayName = "Icon3dcube1";
1558
1865
 
1559
1866
  // dist/icons/IconsaxAiScienceBold.tsx
1560
- import React119 from "react";
1561
- import { jsx as jsx119, jsxs as jsxs91 } from "react/jsx-runtime";
1562
- var IconsaxAiScienceBold = React119.forwardRef(
1867
+ import React141 from "react";
1868
+ import { jsx as jsx141, jsxs as jsxs113 } from "react/jsx-runtime";
1869
+ var IconsaxAiScienceBold = React141.forwardRef(
1563
1870
  ({ size, ...props }, ref) => {
1564
- return /* @__PURE__ */ jsxs91("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1565
- /* @__PURE__ */ jsx119("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" }),
1566
- /* @__PURE__ */ jsx119("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" })
1871
+ return /* @__PURE__ */ jsxs113("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1872
+ /* @__PURE__ */ jsx141("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" }),
1873
+ /* @__PURE__ */ jsx141("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" })
1567
1874
  ] });
1568
1875
  }
1569
1876
  );
1570
1877
  IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
1571
1878
 
1572
1879
  // dist/icons/IconsaxAttachCircleBold.tsx
1573
- import React120 from "react";
1574
- import { jsx as jsx120 } from "react/jsx-runtime";
1575
- var IconsaxAttachCircleBold = React120.forwardRef(
1880
+ import React142 from "react";
1881
+ import { jsx as jsx142 } from "react/jsx-runtime";
1882
+ var IconsaxAttachCircleBold = React142.forwardRef(
1576
1883
  ({ size, ...props }, ref) => {
1577
- return /* @__PURE__ */ jsx120("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx120("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" }) });
1884
+ return /* @__PURE__ */ jsx142("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx142("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" }) });
1578
1885
  }
1579
1886
  );
1580
1887
  IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
1581
1888
 
1582
1889
  // dist/icons/IconsaxBrainBold.tsx
1583
- import React121 from "react";
1584
- import { jsx as jsx121 } from "react/jsx-runtime";
1585
- var IconsaxBrainBold = React121.forwardRef(
1890
+ import React143 from "react";
1891
+ import { jsx as jsx143 } from "react/jsx-runtime";
1892
+ var IconsaxBrainBold = React143.forwardRef(
1586
1893
  ({ size, ...props }, ref) => {
1587
- return /* @__PURE__ */ jsx121("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx121("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" }) });
1894
+ return /* @__PURE__ */ jsx143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx143("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" }) });
1588
1895
  }
1589
1896
  );
1590
1897
  IconsaxBrainBold.displayName = "IconsaxBrainBold";
1591
1898
 
1592
1899
  // dist/icons/IconsaxMonetizeBold.tsx
1593
- import React122 from "react";
1594
- import { jsx as jsx122 } from "react/jsx-runtime";
1595
- var IconsaxMonetizeBold = React122.forwardRef(
1900
+ import React144 from "react";
1901
+ import { jsx as jsx144 } from "react/jsx-runtime";
1902
+ var IconsaxMonetizeBold = React144.forwardRef(
1596
1903
  ({ size, ...props }, ref) => {
1597
- return /* @__PURE__ */ jsx122("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx122("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" }) });
1904
+ return /* @__PURE__ */ jsx144("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx144("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" }) });
1598
1905
  }
1599
1906
  );
1600
1907
  IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
1601
1908
 
1602
1909
  // dist/icons/IconsaxPenBrushBold.tsx
1603
- import React123 from "react";
1604
- import { jsx as jsx123 } from "react/jsx-runtime";
1605
- var IconsaxPenBrushBold = React123.forwardRef(
1910
+ import React145 from "react";
1911
+ import { jsx as jsx145 } from "react/jsx-runtime";
1912
+ var IconsaxPenBrushBold = React145.forwardRef(
1606
1913
  ({ size, ...props }, ref) => {
1607
- return /* @__PURE__ */ jsx123("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx123("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" }) });
1914
+ return /* @__PURE__ */ jsx145("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx145("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" }) });
1608
1915
  }
1609
1916
  );
1610
1917
  IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
1611
1918
 
1612
1919
  // dist/icons/IconsaxPeopleBold.tsx
1613
- import React124 from "react";
1614
- import { jsx as jsx124 } from "react/jsx-runtime";
1615
- var IconsaxPeopleBold = React124.forwardRef(
1920
+ import React146 from "react";
1921
+ import { jsx as jsx146 } from "react/jsx-runtime";
1922
+ var IconsaxPeopleBold = React146.forwardRef(
1616
1923
  ({ size, ...props }, ref) => {
1617
- return /* @__PURE__ */ jsx124("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx124("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" }) });
1924
+ return /* @__PURE__ */ jsx146("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx146("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" }) });
1618
1925
  }
1619
1926
  );
1620
1927
  IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
1621
1928
 
1622
1929
  // dist/icons/IconsaxTaskSquareBold.tsx
1623
- import React125 from "react";
1624
- import { jsx as jsx125 } from "react/jsx-runtime";
1625
- var IconsaxTaskSquareBold = React125.forwardRef(
1930
+ import React147 from "react";
1931
+ import { jsx as jsx147 } from "react/jsx-runtime";
1932
+ var IconsaxTaskSquareBold = React147.forwardRef(
1626
1933
  ({ size, ...props }, ref) => {
1627
- return /* @__PURE__ */ jsx125("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx125("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" }) });
1934
+ return /* @__PURE__ */ jsx147("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx147("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" }) });
1628
1935
  }
1629
1936
  );
1630
1937
  IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
1631
1938
 
1632
1939
  // dist/icons/IconsaxVideoCameraBold.tsx
1633
- import React126 from "react";
1634
- import { jsx as jsx126, jsxs as jsxs92 } from "react/jsx-runtime";
1635
- var IconsaxVideoCameraBold = React126.forwardRef(
1940
+ import React148 from "react";
1941
+ import { jsx as jsx148, jsxs as jsxs114 } from "react/jsx-runtime";
1942
+ var IconsaxVideoCameraBold = React148.forwardRef(
1636
1943
  ({ size, ...props }, ref) => {
1637
- return /* @__PURE__ */ jsxs92("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1638
- /* @__PURE__ */ jsx126("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" }),
1639
- /* @__PURE__ */ jsx126("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" }),
1640
- /* @__PURE__ */ jsx126("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" })
1944
+ return /* @__PURE__ */ jsxs114("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1945
+ /* @__PURE__ */ jsx148("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" }),
1946
+ /* @__PURE__ */ jsx148("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" }),
1947
+ /* @__PURE__ */ jsx148("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" })
1641
1948
  ] });
1642
1949
  }
1643
1950
  );
1644
1951
  IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
1645
1952
 
1646
1953
  // dist/icons/IconsaxWord.tsx
1647
- import React127 from "react";
1648
- import { jsx as jsx127 } from "react/jsx-runtime";
1649
- var IconsaxWord = React127.forwardRef(
1954
+ import React149 from "react";
1955
+ import { jsx as jsx149 } from "react/jsx-runtime";
1956
+ var IconsaxWord = React149.forwardRef(
1650
1957
  ({ size, ...props }, ref) => {
1651
- return /* @__PURE__ */ jsx127("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx127("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" }) });
1958
+ return /* @__PURE__ */ jsx149("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx149("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" }) });
1652
1959
  }
1653
1960
  );
1654
1961
  IconsaxWord.displayName = "IconsaxWord";
1655
1962
 
1656
1963
  // dist/icons/InProgress.tsx
1657
- import React128 from "react";
1658
- import { jsx as jsx128, jsxs as jsxs93 } from "react/jsx-runtime";
1659
- var InProgress = React128.forwardRef(
1964
+ import React150 from "react";
1965
+ import { jsx as jsx150, jsxs as jsxs115 } from "react/jsx-runtime";
1966
+ var InProgress = React150.forwardRef(
1660
1967
  ({ size, ...props }, ref) => {
1661
- return /* @__PURE__ */ jsxs93("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1662
- /* @__PURE__ */ jsx128("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
1663
- /* @__PURE__ */ jsx128("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" })
1968
+ return /* @__PURE__ */ jsxs115("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1969
+ /* @__PURE__ */ jsx150("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
1970
+ /* @__PURE__ */ jsx150("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" })
1664
1971
  ] });
1665
1972
  }
1666
1973
  );
1667
1974
  InProgress.displayName = "InProgress";
1668
1975
 
1669
1976
  // dist/icons/InfoCircleBold.tsx
1670
- import React129 from "react";
1671
- import { jsx as jsx129 } from "react/jsx-runtime";
1672
- var InfoCircleBold = React129.forwardRef(
1977
+ import React151 from "react";
1978
+ import { jsx as jsx151 } from "react/jsx-runtime";
1979
+ var InfoCircleBold = React151.forwardRef(
1673
1980
  ({ size, ...props }, ref) => {
1674
- return /* @__PURE__ */ jsx129("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx129("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" }) });
1981
+ return /* @__PURE__ */ jsx151("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx151("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" }) });
1675
1982
  }
1676
1983
  );
1677
1984
  InfoCircleBold.displayName = "InfoCircleBold";
1678
1985
 
1679
1986
  // dist/icons/Legal.tsx
1680
- import React130 from "react";
1681
- import { jsx as jsx130 } from "react/jsx-runtime";
1682
- var Legal = React130.forwardRef(
1987
+ import React152 from "react";
1988
+ import { jsx as jsx152 } from "react/jsx-runtime";
1989
+ var Legal = React152.forwardRef(
1683
1990
  ({ size, ...props }, ref) => {
1684
- return /* @__PURE__ */ jsx130("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx130("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" }) });
1991
+ return /* @__PURE__ */ jsx152("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx152("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" }) });
1685
1992
  }
1686
1993
  );
1687
1994
  Legal.displayName = "Legal";
1688
1995
 
1689
1996
  // dist/icons/LikeBold.tsx
1690
- import React131 from "react";
1691
- import { jsx as jsx131 } from "react/jsx-runtime";
1692
- var LikeBold = React131.forwardRef(
1997
+ import React153 from "react";
1998
+ import { jsx as jsx153 } from "react/jsx-runtime";
1999
+ var LikeBold = React153.forwardRef(
1693
2000
  ({ size, ...props }, ref) => {
1694
- return /* @__PURE__ */ jsx131("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx131("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" }) });
2001
+ return /* @__PURE__ */ jsx153("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx153("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" }) });
1695
2002
  }
1696
2003
  );
1697
2004
  LikeBold.displayName = "LikeBold";
1698
2005
 
1699
2006
  // dist/icons/Line.tsx
1700
- import React132 from "react";
1701
- import { jsx as jsx132 } from "react/jsx-runtime";
1702
- var Line = React132.forwardRef(
2007
+ import React154 from "react";
2008
+ import { jsx as jsx154 } from "react/jsx-runtime";
2009
+ var Line = React154.forwardRef(
1703
2010
  ({ size, ...props }, ref) => {
1704
- return /* @__PURE__ */ jsx132("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx132("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
2011
+ return /* @__PURE__ */ jsx154("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx154("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
1705
2012
  }
1706
2013
  );
1707
2014
  Line.displayName = "Line";
1708
2015
 
1709
2016
  // dist/icons/LinkSquare.tsx
1710
- import React133 from "react";
1711
- import { jsx as jsx133 } from "react/jsx-runtime";
1712
- var LinkSquare = React133.forwardRef(
2017
+ import React155 from "react";
2018
+ import { jsx as jsx155 } from "react/jsx-runtime";
2019
+ var LinkSquare = React155.forwardRef(
1713
2020
  ({ size, ...props }, ref) => {
1714
- return /* @__PURE__ */ jsx133("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx133("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" }) });
2021
+ return /* @__PURE__ */ jsx155("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx155("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" }) });
1715
2022
  }
1716
2023
  );
1717
2024
  LinkSquare.displayName = "LinkSquare";
1718
2025
 
1719
2026
  // dist/icons/List.tsx
1720
- import React134 from "react";
1721
- import { jsx as jsx134 } from "react/jsx-runtime";
1722
- var List = React134.forwardRef(
2027
+ import React156 from "react";
2028
+ import { jsx as jsx156 } from "react/jsx-runtime";
2029
+ var List = React156.forwardRef(
1723
2030
  ({ size, ...props }, ref) => {
1724
- return /* @__PURE__ */ jsx134("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx134("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" }) });
2031
+ return /* @__PURE__ */ jsx156("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx156("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" }) });
1725
2032
  }
1726
2033
  );
1727
2034
  List.displayName = "List";
1728
2035
 
1729
2036
  // dist/icons/ListEnd.tsx
1730
- import React135 from "react";
1731
- import { jsx as jsx135 } from "react/jsx-runtime";
1732
- var ListEnd = React135.forwardRef(
2037
+ import React157 from "react";
2038
+ import { jsx as jsx157 } from "react/jsx-runtime";
2039
+ var ListEnd = React157.forwardRef(
1733
2040
  ({ size, ...props }, ref) => {
1734
- return /* @__PURE__ */ jsx135("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx135("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" }) });
2041
+ return /* @__PURE__ */ jsx157("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx157("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" }) });
1735
2042
  }
1736
2043
  );
1737
2044
  ListEnd.displayName = "ListEnd";
1738
2045
 
1739
2046
  // dist/icons/ListOrdered.tsx
1740
- import React136 from "react";
1741
- import { jsx as jsx136 } from "react/jsx-runtime";
1742
- var ListOrdered = React136.forwardRef(
2047
+ import React158 from "react";
2048
+ import { jsx as jsx158 } from "react/jsx-runtime";
2049
+ var ListOrdered = React158.forwardRef(
1743
2050
  ({ size, ...props }, ref) => {
1744
- return /* @__PURE__ */ jsx136("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx136("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" }) });
2051
+ return /* @__PURE__ */ jsx158("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx158("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" }) });
1745
2052
  }
1746
2053
  );
1747
2054
  ListOrdered.displayName = "ListOrdered";
1748
2055
 
1749
2056
  // dist/icons/ListTodo.tsx
1750
- import React137 from "react";
1751
- import { jsx as jsx137 } from "react/jsx-runtime";
1752
- var ListTodo = React137.forwardRef(
2057
+ import React159 from "react";
2058
+ import { jsx as jsx159 } from "react/jsx-runtime";
2059
+ var ListTodo = React159.forwardRef(
1753
2060
  ({ size, ...props }, ref) => {
1754
- return /* @__PURE__ */ jsx137("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx137("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" }) });
2061
+ return /* @__PURE__ */ jsx159("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx159("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" }) });
1755
2062
  }
1756
2063
  );
1757
2064
  ListTodo.displayName = "ListTodo";
1758
2065
 
1759
2066
  // dist/icons/Lock.tsx
1760
- import React138 from "react";
1761
- import { jsx as jsx138, jsxs as jsxs94 } from "react/jsx-runtime";
1762
- var Lock = React138.forwardRef(
2067
+ import React160 from "react";
2068
+ import { jsx as jsx160, jsxs as jsxs116 } from "react/jsx-runtime";
2069
+ var Lock = React160.forwardRef(
1763
2070
  ({ size, ...props }, ref) => {
1764
- return /* @__PURE__ */ jsxs94("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1765
- /* @__PURE__ */ jsx138("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" }),
1766
- /* @__PURE__ */ jsx138("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" })
2071
+ return /* @__PURE__ */ jsxs116("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
2072
+ /* @__PURE__ */ jsx160("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" }),
2073
+ /* @__PURE__ */ jsx160("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" })
1767
2074
  ] });
1768
2075
  }
1769
2076
  );
1770
2077
  Lock.displayName = "Lock";
1771
2078
 
1772
2079
  // dist/icons/MagickPotion.tsx
1773
- import React139 from "react";
1774
- import { jsx as jsx139, jsxs as jsxs95 } from "react/jsx-runtime";
1775
- var MagickPotion = React139.forwardRef(
2080
+ import React161 from "react";
2081
+ import { jsx as jsx161, jsxs as jsxs117 } from "react/jsx-runtime";
2082
+ var MagickPotion = React161.forwardRef(
1776
2083
  ({ size, ...props }, ref) => {
1777
- return /* @__PURE__ */ jsxs95("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1778
- /* @__PURE__ */ jsx139("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" }),
1779
- /* @__PURE__ */ jsx139("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" })
2084
+ return /* @__PURE__ */ jsxs117("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
2085
+ /* @__PURE__ */ jsx161("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" }),
2086
+ /* @__PURE__ */ jsx161("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" })
1780
2087
  ] });
1781
2088
  }
1782
2089
  );
1783
2090
  MagickPotion.displayName = "MagickPotion";
1784
2091
 
1785
2092
  // dist/icons/MagickoCheck.tsx
1786
- import React140 from "react";
1787
- import { jsx as jsx140 } from "react/jsx-runtime";
1788
- var MagickoCheck = React140.forwardRef(
2093
+ import React162 from "react";
2094
+ import { jsx as jsx162 } from "react/jsx-runtime";
2095
+ var MagickoCheck = React162.forwardRef(
1789
2096
  ({ size, ...props }, ref) => {
1790
- return /* @__PURE__ */ jsx140("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx140("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" }) });
2097
+ return /* @__PURE__ */ jsx162("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx162("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" }) });
1791
2098
  }
1792
2099
  );
1793
2100
  MagickoCheck.displayName = "MagickoCheck";
1794
2101
 
1795
2102
  // dist/icons/Marketing.tsx
1796
- import React141 from "react";
1797
- import { jsx as jsx141 } from "react/jsx-runtime";
1798
- var Marketing = React141.forwardRef(
2103
+ import React163 from "react";
2104
+ import { jsx as jsx163 } from "react/jsx-runtime";
2105
+ var Marketing = React163.forwardRef(
1799
2106
  ({ size, ...props }, ref) => {
1800
- return /* @__PURE__ */ jsx141("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx141("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" }) });
2107
+ return /* @__PURE__ */ jsx163("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx163("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" }) });
1801
2108
  }
1802
2109
  );
1803
2110
  Marketing.displayName = "Marketing";
1804
2111
 
1805
2112
  // dist/icons/MessageEdit.tsx
1806
- import React142 from "react";
1807
- import { jsx as jsx142 } from "react/jsx-runtime";
1808
- var MessageEdit = React142.forwardRef(
2113
+ import React164 from "react";
2114
+ import { jsx as jsx164 } from "react/jsx-runtime";
2115
+ var MessageEdit = React164.forwardRef(
1809
2116
  ({ size, ...props }, ref) => {
1810
- return /* @__PURE__ */ jsx142("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx142("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" }) });
2117
+ return /* @__PURE__ */ jsx164("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx164("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" }) });
1811
2118
  }
1812
2119
  );
1813
2120
  MessageEdit.displayName = "MessageEdit";
1814
2121
 
1815
2122
  // dist/icons/Network.tsx
1816
- import React143 from "react";
1817
- import { jsx as jsx143 } from "react/jsx-runtime";
1818
- var Network = React143.forwardRef(
2123
+ import React165 from "react";
2124
+ import { jsx as jsx165 } from "react/jsx-runtime";
2125
+ var Network = React165.forwardRef(
1819
2126
  ({ size, ...props }, ref) => {
1820
- return /* @__PURE__ */ jsx143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx143("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" }) });
2127
+ return /* @__PURE__ */ jsx165("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx165("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" }) });
1821
2128
  }
1822
2129
  );
1823
2130
  Network.displayName = "Network";
1824
2131
 
1825
2132
  // dist/icons/NotiDot.tsx
1826
- import React144 from "react";
1827
- import { jsx as jsx144 } from "react/jsx-runtime";
1828
- var NotiDot = React144.forwardRef(
2133
+ import React166 from "react";
2134
+ import { jsx as jsx166 } from "react/jsx-runtime";
2135
+ var NotiDot = React166.forwardRef(
1829
2136
  ({ size, ...props }, ref) => {
1830
- return /* @__PURE__ */ jsx144("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx144("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
2137
+ return /* @__PURE__ */ jsx166("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx166("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
1831
2138
  }
1832
2139
  );
1833
2140
  NotiDot.displayName = "NotiDot";
1834
2141
 
1835
2142
  // dist/icons/PA.tsx
1836
- import React145 from "react";
1837
- import { jsx as jsx145 } from "react/jsx-runtime";
1838
- var PA = React145.forwardRef(
2143
+ import React167 from "react";
2144
+ import { jsx as jsx167 } from "react/jsx-runtime";
2145
+ var PA = React167.forwardRef(
1839
2146
  ({ size, ...props }, ref) => {
1840
- return /* @__PURE__ */ jsx145("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx145("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" }) });
2147
+ return /* @__PURE__ */ jsx167("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx167("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" }) });
1841
2148
  }
1842
2149
  );
1843
2150
  PA.displayName = "PA";
1844
2151
 
1845
2152
  // dist/icons/PauseSquare.tsx
1846
- import React146 from "react";
1847
- import { jsx as jsx146 } from "react/jsx-runtime";
1848
- var PauseSquare = React146.forwardRef(
2153
+ import React168 from "react";
2154
+ import { jsx as jsx168 } from "react/jsx-runtime";
2155
+ var PauseSquare = React168.forwardRef(
1849
2156
  ({ size, ...props }, ref) => {
1850
- return /* @__PURE__ */ jsx146("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx146("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" }) });
2157
+ return /* @__PURE__ */ jsx168("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx168("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" }) });
1851
2158
  }
1852
2159
  );
1853
2160
  PauseSquare.displayName = "PauseSquare";
1854
2161
 
1855
2162
  // dist/icons/Pdf.tsx
1856
- import React147 from "react";
1857
- import { jsx as jsx147, jsxs as jsxs96 } from "react/jsx-runtime";
1858
- var Pdf = React147.forwardRef(
2163
+ import React169 from "react";
2164
+ import { jsx as jsx169, jsxs as jsxs118 } from "react/jsx-runtime";
2165
+ var Pdf = React169.forwardRef(
1859
2166
  ({ size, ...props }, ref) => {
1860
- return /* @__PURE__ */ jsxs96("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1861
- /* @__PURE__ */ jsx147("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" }),
1862
- /* @__PURE__ */ jsx147("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
1863
- /* @__PURE__ */ jsx147("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" })
2167
+ return /* @__PURE__ */ jsxs118("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
2168
+ /* @__PURE__ */ jsx169("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" }),
2169
+ /* @__PURE__ */ jsx169("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
2170
+ /* @__PURE__ */ jsx169("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" })
1864
2171
  ] });
1865
2172
  }
1866
2173
  );
1867
2174
  Pdf.displayName = "Pdf";
1868
2175
 
1869
2176
  // dist/icons/PlayFilled.tsx
1870
- import React148 from "react";
1871
- import { jsx as jsx148 } from "react/jsx-runtime";
1872
- var PlayFilled = React148.forwardRef(
2177
+ import React170 from "react";
2178
+ import { jsx as jsx170 } from "react/jsx-runtime";
2179
+ var PlayFilled = React170.forwardRef(
1873
2180
  ({ size, ...props }, ref) => {
1874
- return /* @__PURE__ */ jsx148("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx148("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" }) });
2181
+ return /* @__PURE__ */ jsx170("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx170("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" }) });
1875
2182
  }
1876
2183
  );
1877
2184
  PlayFilled.displayName = "PlayFilled";
1878
2185
 
1879
2186
  // dist/icons/Signature.tsx
1880
- import React149 from "react";
1881
- import { jsx as jsx149 } from "react/jsx-runtime";
1882
- var Signature = React149.forwardRef(
2187
+ import React171 from "react";
2188
+ import { jsx as jsx171 } from "react/jsx-runtime";
2189
+ var Signature = React171.forwardRef(
1883
2190
  ({ size, ...props }, ref) => {
1884
- return /* @__PURE__ */ jsx149("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx149("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" }) });
2191
+ return /* @__PURE__ */ jsx171("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx171("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" }) });
1885
2192
  }
1886
2193
  );
1887
2194
  Signature.displayName = "Signature";
1888
2195
 
1889
2196
  // dist/icons/SperateDot.tsx
1890
- import React150 from "react";
1891
- import { jsx as jsx150 } from "react/jsx-runtime";
1892
- var SperateDot = React150.forwardRef(
2197
+ import React172 from "react";
2198
+ import { jsx as jsx172 } from "react/jsx-runtime";
2199
+ var SperateDot = React172.forwardRef(
1893
2200
  ({ size, ...props }, ref) => {
1894
- return /* @__PURE__ */ jsx150("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx150("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
2201
+ return /* @__PURE__ */ jsx172("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx172("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
1895
2202
  }
1896
2203
  );
1897
2204
  SperateDot.displayName = "SperateDot";
1898
2205
 
1899
2206
  // dist/icons/SquarePen1.tsx
1900
- import React151 from "react";
1901
- import { jsx as jsx151, jsxs as jsxs97 } from "react/jsx-runtime";
1902
- var SquarePen1 = React151.forwardRef(
2207
+ import React173 from "react";
2208
+ import { jsx as jsx173, jsxs as jsxs119 } from "react/jsx-runtime";
2209
+ var SquarePen1 = React173.forwardRef(
1903
2210
  ({ size, ...props }, ref) => {
1904
- return /* @__PURE__ */ jsxs97("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1905
- /* @__PURE__ */ jsx151("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" }),
1906
- /* @__PURE__ */ jsx151("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" })
2211
+ return /* @__PURE__ */ jsxs119("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
2212
+ /* @__PURE__ */ jsx173("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" }),
2213
+ /* @__PURE__ */ jsx173("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" })
1907
2214
  ] });
1908
2215
  }
1909
2216
  );
1910
2217
  SquarePen1.displayName = "SquarePen1";
1911
2218
 
1912
2219
  // dist/icons/Strikethrough.tsx
1913
- import React152 from "react";
1914
- import { jsx as jsx152 } from "react/jsx-runtime";
1915
- var Strikethrough = React152.forwardRef(
2220
+ import React174 from "react";
2221
+ import { jsx as jsx174 } from "react/jsx-runtime";
2222
+ var Strikethrough = React174.forwardRef(
1916
2223
  ({ size, ...props }, ref) => {
1917
- return /* @__PURE__ */ jsx152("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx152("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" }) });
2224
+ return /* @__PURE__ */ jsx174("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx174("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" }) });
1918
2225
  }
1919
2226
  );
1920
2227
  Strikethrough.displayName = "Strikethrough";
1921
2228
 
1922
2229
  // dist/icons/Tasks.tsx
1923
- import React153 from "react";
1924
- import { jsx as jsx153, jsxs as jsxs98 } from "react/jsx-runtime";
1925
- var Tasks = React153.forwardRef(
2230
+ import React175 from "react";
2231
+ import { jsx as jsx175, jsxs as jsxs120 } from "react/jsx-runtime";
2232
+ var Tasks = React175.forwardRef(
1926
2233
  ({ size, ...props }, ref) => {
1927
- return /* @__PURE__ */ jsxs98("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1928
- /* @__PURE__ */ jsx153("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" }),
1929
- /* @__PURE__ */ jsx153("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" })
2234
+ return /* @__PURE__ */ jsxs120("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
2235
+ /* @__PURE__ */ jsx175("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" }),
2236
+ /* @__PURE__ */ jsx175("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" })
1930
2237
  ] });
1931
2238
  }
1932
2239
  );
1933
2240
  Tasks.displayName = "Tasks";
1934
2241
 
1935
2242
  // dist/icons/Trash.tsx
1936
- import React154 from "react";
1937
- import { jsx as jsx154 } from "react/jsx-runtime";
1938
- var Trash = React154.forwardRef(
2243
+ import React176 from "react";
2244
+ import { jsx as jsx176 } from "react/jsx-runtime";
2245
+ var Trash = React176.forwardRef(
1939
2246
  ({ size, ...props }, ref) => {
1940
- return /* @__PURE__ */ jsx154("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx154("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" }) });
2247
+ return /* @__PURE__ */ jsx176("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx176("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" }) });
1941
2248
  }
1942
2249
  );
1943
2250
  Trash.displayName = "Trash";
1944
2251
 
1945
2252
  // dist/icons/Video.tsx
1946
- import React155 from "react";
1947
- import { jsx as jsx155 } from "react/jsx-runtime";
1948
- var Video = React155.forwardRef(
2253
+ import React177 from "react";
2254
+ import { jsx as jsx177 } from "react/jsx-runtime";
2255
+ var Video = React177.forwardRef(
1949
2256
  ({ size, ...props }, ref) => {
1950
- return /* @__PURE__ */ jsx155("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx155("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" }) });
2257
+ return /* @__PURE__ */ jsx177("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx177("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" }) });
1951
2258
  }
1952
2259
  );
1953
2260
  Video.displayName = "Video";
1954
2261
 
1955
2262
  // dist/icons/X.tsx
1956
- import React156 from "react";
1957
- import { jsx as jsx156 } from "react/jsx-runtime";
1958
- var X = React156.forwardRef(
2263
+ import React178 from "react";
2264
+ import { jsx as jsx178 } from "react/jsx-runtime";
2265
+ var X = React178.forwardRef(
1959
2266
  ({ size, ...props }, ref) => {
1960
- return /* @__PURE__ */ jsx156("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx156("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" }) });
2267
+ return /* @__PURE__ */ jsx178("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx178("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" }) });
1961
2268
  }
1962
2269
  );
1963
2270
  X.displayName = "X";
@@ -2074,9 +2381,31 @@ export {
2074
2381
  FolderDrawerOpen,
2075
2382
  FolderDrawerOpenAddBold,
2076
2383
  FolderOpenBold,
2384
+ Forbidden1,
2385
+ Forbidden11,
2386
+ Forbidden21,
2387
+ Forbidden211,
2388
+ FormatCircle1,
2389
+ FormatSquare1,
2390
+ ForwardItem1,
2077
2391
  GeneralMagicko,
2392
+ Glass1,
2393
+ Glass11,
2394
+ GlobalEdit1,
2395
+ GlobalRefresh1,
2396
+ GlobalSearch1,
2397
+ GridEdit1,
2398
+ GridEraser1,
2399
+ GridLock1,
2400
+ GridLock11,
2078
2401
  GripVertical,
2079
2402
  HeartBold,
2403
+ Home1,
2404
+ Home11,
2405
+ Home21,
2406
+ Home31,
2407
+ Home311,
2408
+ HomeWifi1,
2080
2409
  Hr,
2081
2410
  HrSystem,
2082
2411
  Icon3dcube1,