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.d.mts +397 -1
- package/index.d.ts +397 -1
- package/index.js +545 -194
- package/index.js.map +1 -1
- package/index.mjs +529 -200
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -142,9 +142,31 @@ __export(index_exports, {
|
|
|
142
142
|
FolderDrawerOpen: () => FolderDrawerOpen,
|
|
143
143
|
FolderDrawerOpenAddBold: () => FolderDrawerOpenAddBold,
|
|
144
144
|
FolderOpenBold: () => FolderOpenBold,
|
|
145
|
+
Forbidden1: () => Forbidden1,
|
|
146
|
+
Forbidden11: () => Forbidden11,
|
|
147
|
+
Forbidden21: () => Forbidden21,
|
|
148
|
+
Forbidden211: () => Forbidden211,
|
|
149
|
+
FormatCircle1: () => FormatCircle1,
|
|
150
|
+
FormatSquare1: () => FormatSquare1,
|
|
151
|
+
ForwardItem1: () => ForwardItem1,
|
|
145
152
|
GeneralMagicko: () => GeneralMagicko,
|
|
153
|
+
Glass1: () => Glass1,
|
|
154
|
+
Glass11: () => Glass11,
|
|
155
|
+
GlobalEdit1: () => GlobalEdit1,
|
|
156
|
+
GlobalRefresh1: () => GlobalRefresh1,
|
|
157
|
+
GlobalSearch1: () => GlobalSearch1,
|
|
158
|
+
GridEdit1: () => GridEdit1,
|
|
159
|
+
GridEraser1: () => GridEraser1,
|
|
160
|
+
GridLock1: () => GridLock1,
|
|
161
|
+
GridLock11: () => GridLock11,
|
|
146
162
|
GripVertical: () => GripVertical,
|
|
147
163
|
HeartBold: () => HeartBold,
|
|
164
|
+
Home1: () => Home1,
|
|
165
|
+
Home11: () => Home11,
|
|
166
|
+
Home21: () => Home21,
|
|
167
|
+
Home31: () => Home31,
|
|
168
|
+
Home311: () => Home311,
|
|
169
|
+
HomeWifi1: () => HomeWifi1,
|
|
148
170
|
Hr: () => Hr,
|
|
149
171
|
HrSystem: () => HrSystem,
|
|
150
172
|
Icon3dcube1: () => Icon3dcube1,
|
|
@@ -1679,476 +1701,783 @@ var FolderOpenBold = import_react112.default.forwardRef(
|
|
|
1679
1701
|
);
|
|
1680
1702
|
FolderOpenBold.displayName = "FolderOpenBold";
|
|
1681
1703
|
|
|
1682
|
-
// dist/icons/
|
|
1704
|
+
// dist/icons/Forbidden1.tsx
|
|
1683
1705
|
var import_react113 = __toESM(require("react"));
|
|
1684
1706
|
var import_jsx_runtime113 = require("react/jsx-runtime");
|
|
1685
|
-
var
|
|
1707
|
+
var Forbidden1 = import_react113.default.forwardRef(
|
|
1686
1708
|
({ size, ...props }, ref) => {
|
|
1687
|
-
return /* @__PURE__ */ (0, import_jsx_runtime113.
|
|
1709
|
+
return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1710
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("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" }),
|
|
1711
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)("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" })
|
|
1712
|
+
] });
|
|
1688
1713
|
}
|
|
1689
1714
|
);
|
|
1690
|
-
|
|
1715
|
+
Forbidden1.displayName = "Forbidden1";
|
|
1691
1716
|
|
|
1692
|
-
// dist/icons/
|
|
1717
|
+
// dist/icons/Forbidden11.tsx
|
|
1693
1718
|
var import_react114 = __toESM(require("react"));
|
|
1694
1719
|
var import_jsx_runtime114 = require("react/jsx-runtime");
|
|
1695
|
-
var
|
|
1720
|
+
var Forbidden11 = import_react114.default.forwardRef(
|
|
1696
1721
|
({ size, ...props }, ref) => {
|
|
1697
|
-
return /* @__PURE__ */ (0, import_jsx_runtime114.
|
|
1722
|
+
return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("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" }),
|
|
1724
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("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" }),
|
|
1725
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("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" })
|
|
1726
|
+
] });
|
|
1698
1727
|
}
|
|
1699
1728
|
);
|
|
1700
|
-
|
|
1729
|
+
Forbidden11.displayName = "Forbidden11";
|
|
1701
1730
|
|
|
1702
|
-
// dist/icons/
|
|
1731
|
+
// dist/icons/Forbidden21.tsx
|
|
1703
1732
|
var import_react115 = __toESM(require("react"));
|
|
1704
1733
|
var import_jsx_runtime115 = require("react/jsx-runtime");
|
|
1705
|
-
var
|
|
1734
|
+
var Forbidden21 = import_react115.default.forwardRef(
|
|
1706
1735
|
({ size, ...props }, ref) => {
|
|
1707
|
-
return /* @__PURE__ */ (0, import_jsx_runtime115.
|
|
1736
|
+
return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1737
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("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" }),
|
|
1738
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("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" })
|
|
1739
|
+
] });
|
|
1708
1740
|
}
|
|
1709
1741
|
);
|
|
1710
|
-
|
|
1742
|
+
Forbidden21.displayName = "Forbidden21";
|
|
1711
1743
|
|
|
1712
|
-
// dist/icons/
|
|
1744
|
+
// dist/icons/Forbidden211.tsx
|
|
1713
1745
|
var import_react116 = __toESM(require("react"));
|
|
1714
1746
|
var import_jsx_runtime116 = require("react/jsx-runtime");
|
|
1715
|
-
var
|
|
1747
|
+
var Forbidden211 = import_react116.default.forwardRef(
|
|
1716
1748
|
({ size, ...props }, ref) => {
|
|
1717
|
-
return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "
|
|
1718
|
-
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: "#1e293b", d: "
|
|
1719
|
-
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: "#
|
|
1720
|
-
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: "#1e293b",
|
|
1721
|
-
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
|
|
1749
|
+
return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1750
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("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" }),
|
|
1751
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("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" }),
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("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" })
|
|
1722
1753
|
] });
|
|
1723
1754
|
}
|
|
1724
1755
|
);
|
|
1725
|
-
|
|
1756
|
+
Forbidden211.displayName = "Forbidden211";
|
|
1726
1757
|
|
|
1727
|
-
// dist/icons/
|
|
1758
|
+
// dist/icons/FormatCircle1.tsx
|
|
1728
1759
|
var import_react117 = __toESM(require("react"));
|
|
1729
1760
|
var import_jsx_runtime117 = require("react/jsx-runtime");
|
|
1730
|
-
var
|
|
1761
|
+
var FormatCircle1 = import_react117.default.forwardRef(
|
|
1731
1762
|
({ size, ...props }, ref) => {
|
|
1732
1763
|
return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1733
|
-
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: "#
|
|
1734
|
-
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: "#
|
|
1764
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("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" }),
|
|
1765
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("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" })
|
|
1735
1766
|
] });
|
|
1736
1767
|
}
|
|
1737
1768
|
);
|
|
1738
|
-
|
|
1769
|
+
FormatCircle1.displayName = "FormatCircle1";
|
|
1739
1770
|
|
|
1740
|
-
// dist/icons/
|
|
1771
|
+
// dist/icons/FormatSquare1.tsx
|
|
1741
1772
|
var import_react118 = __toESM(require("react"));
|
|
1742
1773
|
var import_jsx_runtime118 = require("react/jsx-runtime");
|
|
1743
|
-
var
|
|
1774
|
+
var FormatSquare1 = import_react118.default.forwardRef(
|
|
1744
1775
|
({ size, ...props }, ref) => {
|
|
1745
|
-
return /* @__PURE__ */ (0, import_jsx_runtime118.
|
|
1776
|
+
return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("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" }),
|
|
1778
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)("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" })
|
|
1779
|
+
] });
|
|
1746
1780
|
}
|
|
1747
1781
|
);
|
|
1748
|
-
|
|
1782
|
+
FormatSquare1.displayName = "FormatSquare1";
|
|
1749
1783
|
|
|
1750
|
-
// dist/icons/
|
|
1784
|
+
// dist/icons/ForwardItem1.tsx
|
|
1751
1785
|
var import_react119 = __toESM(require("react"));
|
|
1752
1786
|
var import_jsx_runtime119 = require("react/jsx-runtime");
|
|
1753
|
-
var
|
|
1787
|
+
var ForwardItem1 = import_react119.default.forwardRef(
|
|
1754
1788
|
({ size, ...props }, ref) => {
|
|
1755
1789
|
return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1756
|
-
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: "#
|
|
1757
|
-
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: "#
|
|
1790
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("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" }),
|
|
1791
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("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" })
|
|
1758
1792
|
] });
|
|
1759
1793
|
}
|
|
1760
1794
|
);
|
|
1761
|
-
|
|
1795
|
+
ForwardItem1.displayName = "ForwardItem1";
|
|
1762
1796
|
|
|
1763
|
-
// dist/icons/
|
|
1797
|
+
// dist/icons/GeneralMagicko.tsx
|
|
1764
1798
|
var import_react120 = __toESM(require("react"));
|
|
1765
1799
|
var import_jsx_runtime120 = require("react/jsx-runtime");
|
|
1766
|
-
var
|
|
1800
|
+
var GeneralMagicko = import_react120.default.forwardRef(
|
|
1767
1801
|
({ size, ...props }, ref) => {
|
|
1768
|
-
return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: "#000", d: "
|
|
1802
|
+
return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: "#000", d: "M3 17.58V6.42l9-4.92 9 4.92v11.16l-9 4.92zM7.499 6.202 5.033 7.552v8.894L7.5 17.795v-3.337l2.033 1.112v3.337l2.466 1.348 2.456-1.343v-3.336l2.033-1.112V17.8l2.478-1.354V7.552l-2.478-1.354v3.336l-2.033-1.112V5.086l-2.456-1.343-2.466 1.348v3.337L7.5 9.54zm4.216.385A.28.28 0 0 1 12 6.33h.016c.143 0 .261.107.27.244l.188 3.31c.048.84.724 1.525 1.6 1.622l2.592.285a.214.214 0 0 1 .196.21v.029a.184.184 0 0 1-.166.179l-2.623.287c-.875.095-1.55.78-1.599 1.623l-.189 3.294a.28.28 0 0 1-.285.259h-.016a.264.264 0 0 1-.269-.244l-.19-3.308c-.047-.841-.723-1.525-1.598-1.622l-2.593-.286a.214.214 0 0 1-.196-.21v-.028c0-.091.072-.167.166-.179l2.623-.29c.875-.096 1.55-.78 1.599-1.622z" }) });
|
|
1769
1803
|
}
|
|
1770
1804
|
);
|
|
1771
|
-
|
|
1805
|
+
GeneralMagicko.displayName = "GeneralMagicko";
|
|
1772
1806
|
|
|
1773
|
-
// dist/icons/
|
|
1807
|
+
// dist/icons/Glass1.tsx
|
|
1774
1808
|
var import_react121 = __toESM(require("react"));
|
|
1775
1809
|
var import_jsx_runtime121 = require("react/jsx-runtime");
|
|
1776
|
-
var
|
|
1810
|
+
var Glass1 = import_react121.default.forwardRef(
|
|
1777
1811
|
({ size, ...props }, ref) => {
|
|
1778
|
-
return /* @__PURE__ */ (0, import_jsx_runtime121.
|
|
1812
|
+
return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1813
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)("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" }),
|
|
1814
|
+
/* @__PURE__ */ (0, import_jsx_runtime121.jsx)("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" })
|
|
1815
|
+
] });
|
|
1779
1816
|
}
|
|
1780
1817
|
);
|
|
1781
|
-
|
|
1818
|
+
Glass1.displayName = "Glass1";
|
|
1782
1819
|
|
|
1783
|
-
// dist/icons/
|
|
1820
|
+
// dist/icons/Glass11.tsx
|
|
1784
1821
|
var import_react122 = __toESM(require("react"));
|
|
1785
1822
|
var import_jsx_runtime122 = require("react/jsx-runtime");
|
|
1786
|
-
var
|
|
1823
|
+
var Glass11 = import_react122.default.forwardRef(
|
|
1787
1824
|
({ size, ...props }, ref) => {
|
|
1788
|
-
return /* @__PURE__ */ (0, import_jsx_runtime122.
|
|
1825
|
+
return /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1826
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("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" }),
|
|
1827
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("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" }),
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("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" })
|
|
1829
|
+
] });
|
|
1789
1830
|
}
|
|
1790
1831
|
);
|
|
1791
|
-
|
|
1832
|
+
Glass11.displayName = "Glass11";
|
|
1792
1833
|
|
|
1793
|
-
// dist/icons/
|
|
1834
|
+
// dist/icons/GlobalEdit1.tsx
|
|
1794
1835
|
var import_react123 = __toESM(require("react"));
|
|
1795
1836
|
var import_jsx_runtime123 = require("react/jsx-runtime");
|
|
1796
|
-
var
|
|
1837
|
+
var GlobalEdit1 = import_react123.default.forwardRef(
|
|
1797
1838
|
({ size, ...props }, ref) => {
|
|
1798
|
-
return /* @__PURE__ */ (0, import_jsx_runtime123.
|
|
1839
|
+
return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1840
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 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" }),
|
|
1841
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("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" }),
|
|
1842
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("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" }),
|
|
1843
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("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" })
|
|
1844
|
+
] });
|
|
1799
1845
|
}
|
|
1800
1846
|
);
|
|
1801
|
-
|
|
1847
|
+
GlobalEdit1.displayName = "GlobalEdit1";
|
|
1802
1848
|
|
|
1803
|
-
// dist/icons/
|
|
1849
|
+
// dist/icons/GlobalRefresh1.tsx
|
|
1804
1850
|
var import_react124 = __toESM(require("react"));
|
|
1805
1851
|
var import_jsx_runtime124 = require("react/jsx-runtime");
|
|
1806
|
-
var
|
|
1852
|
+
var GlobalRefresh1 = import_react124.default.forwardRef(
|
|
1807
1853
|
({ size, ...props }, ref) => {
|
|
1808
|
-
return /* @__PURE__ */ (0, import_jsx_runtime124.
|
|
1854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1855
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 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" }),
|
|
1856
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("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" }),
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("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" }),
|
|
1858
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("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" }),
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("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" })
|
|
1860
|
+
] });
|
|
1809
1861
|
}
|
|
1810
1862
|
);
|
|
1811
|
-
|
|
1863
|
+
GlobalRefresh1.displayName = "GlobalRefresh1";
|
|
1812
1864
|
|
|
1813
|
-
// dist/icons/
|
|
1865
|
+
// dist/icons/GlobalSearch1.tsx
|
|
1814
1866
|
var import_react125 = __toESM(require("react"));
|
|
1815
1867
|
var import_jsx_runtime125 = require("react/jsx-runtime");
|
|
1816
|
-
var
|
|
1868
|
+
var GlobalSearch1 = import_react125.default.forwardRef(
|
|
1817
1869
|
({ size, ...props }, ref) => {
|
|
1818
|
-
return /* @__PURE__ */ (0, import_jsx_runtime125.
|
|
1870
|
+
return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1871
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 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" }),
|
|
1872
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("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" }),
|
|
1873
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("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" }),
|
|
1874
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("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" })
|
|
1875
|
+
] });
|
|
1819
1876
|
}
|
|
1820
1877
|
);
|
|
1821
|
-
|
|
1878
|
+
GlobalSearch1.displayName = "GlobalSearch1";
|
|
1822
1879
|
|
|
1823
|
-
// dist/icons/
|
|
1880
|
+
// dist/icons/GridEdit1.tsx
|
|
1824
1881
|
var import_react126 = __toESM(require("react"));
|
|
1825
1882
|
var import_jsx_runtime126 = require("react/jsx-runtime");
|
|
1826
|
-
var
|
|
1883
|
+
var GridEdit1 = import_react126.default.forwardRef(
|
|
1827
1884
|
({ size, ...props }, ref) => {
|
|
1828
1885
|
return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1829
|
-
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: "#1e293b", d: "
|
|
1830
|
-
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: "#1e293b", d: "
|
|
1831
|
-
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: "#1e293b", d: "
|
|
1886
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("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" }),
|
|
1887
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("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" }),
|
|
1888
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("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" }),
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("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" })
|
|
1832
1890
|
] });
|
|
1833
1891
|
}
|
|
1834
1892
|
);
|
|
1835
|
-
|
|
1893
|
+
GridEdit1.displayName = "GridEdit1";
|
|
1836
1894
|
|
|
1837
|
-
// dist/icons/
|
|
1895
|
+
// dist/icons/GridEraser1.tsx
|
|
1838
1896
|
var import_react127 = __toESM(require("react"));
|
|
1839
1897
|
var import_jsx_runtime127 = require("react/jsx-runtime");
|
|
1840
|
-
var
|
|
1898
|
+
var GridEraser1 = import_react127.default.forwardRef(
|
|
1841
1899
|
({ size, ...props }, ref) => {
|
|
1842
|
-
return /* @__PURE__ */ (0, import_jsx_runtime127.
|
|
1900
|
+
return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1901
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("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" }),
|
|
1902
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("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" }),
|
|
1903
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("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" }),
|
|
1904
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("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" })
|
|
1905
|
+
] });
|
|
1843
1906
|
}
|
|
1844
1907
|
);
|
|
1845
|
-
|
|
1908
|
+
GridEraser1.displayName = "GridEraser1";
|
|
1846
1909
|
|
|
1847
|
-
// dist/icons/
|
|
1910
|
+
// dist/icons/GridLock1.tsx
|
|
1848
1911
|
var import_react128 = __toESM(require("react"));
|
|
1849
1912
|
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
1850
|
-
var
|
|
1913
|
+
var GridLock1 = import_react128.default.forwardRef(
|
|
1851
1914
|
({ size, ...props }, ref) => {
|
|
1852
1915
|
return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1853
|
-
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fill: "#
|
|
1854
|
-
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fill: "#
|
|
1916
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("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" }),
|
|
1917
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("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" }),
|
|
1918
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("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" }),
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("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" })
|
|
1855
1920
|
] });
|
|
1856
1921
|
}
|
|
1857
1922
|
);
|
|
1858
|
-
|
|
1923
|
+
GridLock1.displayName = "GridLock1";
|
|
1859
1924
|
|
|
1860
|
-
// dist/icons/
|
|
1925
|
+
// dist/icons/GridLock11.tsx
|
|
1861
1926
|
var import_react129 = __toESM(require("react"));
|
|
1862
1927
|
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
1863
|
-
var
|
|
1928
|
+
var GridLock11 = import_react129.default.forwardRef(
|
|
1864
1929
|
({ size, ...props }, ref) => {
|
|
1865
|
-
return /* @__PURE__ */ (0, import_jsx_runtime129.
|
|
1930
|
+
return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1931
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("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" }),
|
|
1932
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("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" }),
|
|
1933
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("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" }),
|
|
1934
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("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" })
|
|
1935
|
+
] });
|
|
1866
1936
|
}
|
|
1867
1937
|
);
|
|
1868
|
-
|
|
1938
|
+
GridLock11.displayName = "GridLock11";
|
|
1869
1939
|
|
|
1870
|
-
// dist/icons/
|
|
1940
|
+
// dist/icons/GripVertical.tsx
|
|
1871
1941
|
var import_react130 = __toESM(require("react"));
|
|
1872
1942
|
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
1873
|
-
var
|
|
1943
|
+
var GripVertical = import_react130.default.forwardRef(
|
|
1874
1944
|
({ size, ...props }, ref) => {
|
|
1875
|
-
return /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "
|
|
1945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: "#1e293b", d: "M8.958 15.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m-5-5.833a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0m5 0a1.458 1.458 0 1 1-2.916 0 1.458 1.458 0 0 1 2.916 0" }) });
|
|
1876
1946
|
}
|
|
1877
1947
|
);
|
|
1878
|
-
|
|
1948
|
+
GripVertical.displayName = "GripVertical";
|
|
1879
1949
|
|
|
1880
|
-
// dist/icons/
|
|
1950
|
+
// dist/icons/HeartBold.tsx
|
|
1881
1951
|
var import_react131 = __toESM(require("react"));
|
|
1882
1952
|
var import_jsx_runtime131 = require("react/jsx-runtime");
|
|
1883
|
-
var
|
|
1953
|
+
var HeartBold = import_react131.default.forwardRef(
|
|
1884
1954
|
({ size, ...props }, ref) => {
|
|
1885
|
-
return /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { fill: "#1e293b", d: "
|
|
1955
|
+
return /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { fill: "#1e293b", d: "M12 5.01c.77-.9 2.09-1.9 4.11-1.9C19.64 3.11 22 6.42 22 9.5c0 6.45-8.02 11.38-10 11.38S2 15.95 2 9.51c0-3.08 2.37-6.39 5.89-6.39 2.02 0 3.34 1.01 4.11 1.9z" }) });
|
|
1886
1956
|
}
|
|
1887
1957
|
);
|
|
1888
|
-
|
|
1958
|
+
HeartBold.displayName = "HeartBold";
|
|
1889
1959
|
|
|
1890
|
-
// dist/icons/
|
|
1960
|
+
// dist/icons/Home1.tsx
|
|
1891
1961
|
var import_react132 = __toESM(require("react"));
|
|
1892
1962
|
var import_jsx_runtime132 = require("react/jsx-runtime");
|
|
1893
|
-
var
|
|
1963
|
+
var Home1 = import_react132.default.forwardRef(
|
|
1894
1964
|
({ size, ...props }, ref) => {
|
|
1895
|
-
return /* @__PURE__ */ (0, import_jsx_runtime132.
|
|
1965
|
+
return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("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" }),
|
|
1967
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("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" }),
|
|
1968
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("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" }),
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)("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" })
|
|
1970
|
+
] });
|
|
1896
1971
|
}
|
|
1897
1972
|
);
|
|
1898
|
-
|
|
1973
|
+
Home1.displayName = "Home1";
|
|
1899
1974
|
|
|
1900
|
-
// dist/icons/
|
|
1975
|
+
// dist/icons/Home11.tsx
|
|
1901
1976
|
var import_react133 = __toESM(require("react"));
|
|
1902
1977
|
var import_jsx_runtime133 = require("react/jsx-runtime");
|
|
1903
|
-
var
|
|
1978
|
+
var Home11 = import_react133.default.forwardRef(
|
|
1904
1979
|
({ size, ...props }, ref) => {
|
|
1905
|
-
return /* @__PURE__ */ (0, import_jsx_runtime133.
|
|
1980
|
+
return /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" }),
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)("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" })
|
|
1983
|
+
] });
|
|
1906
1984
|
}
|
|
1907
1985
|
);
|
|
1908
|
-
|
|
1986
|
+
Home11.displayName = "Home11";
|
|
1909
1987
|
|
|
1910
|
-
// dist/icons/
|
|
1988
|
+
// dist/icons/Home21.tsx
|
|
1911
1989
|
var import_react134 = __toESM(require("react"));
|
|
1912
1990
|
var import_jsx_runtime134 = require("react/jsx-runtime");
|
|
1913
|
-
var
|
|
1991
|
+
var Home21 = import_react134.default.forwardRef(
|
|
1914
1992
|
({ size, ...props }, ref) => {
|
|
1915
|
-
return /* @__PURE__ */ (0, import_jsx_runtime134.
|
|
1993
|
+
return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }),
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)("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" })
|
|
1996
|
+
] });
|
|
1916
1997
|
}
|
|
1917
1998
|
);
|
|
1918
|
-
|
|
1999
|
+
Home21.displayName = "Home21";
|
|
1919
2000
|
|
|
1920
|
-
// dist/icons/
|
|
2001
|
+
// dist/icons/Home31.tsx
|
|
1921
2002
|
var import_react135 = __toESM(require("react"));
|
|
1922
2003
|
var import_jsx_runtime135 = require("react/jsx-runtime");
|
|
1923
|
-
var
|
|
2004
|
+
var Home31 = import_react135.default.forwardRef(
|
|
1924
2005
|
({ size, ...props }, ref) => {
|
|
1925
|
-
return /* @__PURE__ */ (0, import_jsx_runtime135.
|
|
2006
|
+
return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("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" }),
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("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" })
|
|
2009
|
+
] });
|
|
1926
2010
|
}
|
|
1927
2011
|
);
|
|
1928
|
-
|
|
2012
|
+
Home31.displayName = "Home31";
|
|
1929
2013
|
|
|
1930
|
-
// dist/icons/
|
|
2014
|
+
// dist/icons/Home311.tsx
|
|
1931
2015
|
var import_react136 = __toESM(require("react"));
|
|
1932
2016
|
var import_jsx_runtime136 = require("react/jsx-runtime");
|
|
1933
|
-
var
|
|
2017
|
+
var Home311 = import_react136.default.forwardRef(
|
|
1934
2018
|
({ size, ...props }, ref) => {
|
|
1935
|
-
return /* @__PURE__ */ (0, import_jsx_runtime136.
|
|
2019
|
+
return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2020
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("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" }),
|
|
2021
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("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" })
|
|
2022
|
+
] });
|
|
1936
2023
|
}
|
|
1937
2024
|
);
|
|
1938
|
-
|
|
2025
|
+
Home311.displayName = "Home311";
|
|
1939
2026
|
|
|
1940
|
-
// dist/icons/
|
|
2027
|
+
// dist/icons/HomeWifi1.tsx
|
|
1941
2028
|
var import_react137 = __toESM(require("react"));
|
|
1942
2029
|
var import_jsx_runtime137 = require("react/jsx-runtime");
|
|
1943
|
-
var
|
|
2030
|
+
var HomeWifi1 = import_react137.default.forwardRef(
|
|
1944
2031
|
({ size, ...props }, ref) => {
|
|
1945
|
-
return /* @__PURE__ */ (0, import_jsx_runtime137.
|
|
2032
|
+
return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("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" }),
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("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" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("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" })
|
|
2036
|
+
] });
|
|
1946
2037
|
}
|
|
1947
2038
|
);
|
|
1948
|
-
|
|
2039
|
+
HomeWifi1.displayName = "HomeWifi1";
|
|
1949
2040
|
|
|
1950
|
-
// dist/icons/
|
|
2041
|
+
// dist/icons/Hr.tsx
|
|
1951
2042
|
var import_react138 = __toESM(require("react"));
|
|
1952
2043
|
var import_jsx_runtime138 = require("react/jsx-runtime");
|
|
1953
|
-
var
|
|
2044
|
+
var Hr = import_react138.default.forwardRef(
|
|
1954
2045
|
({ size, ...props }, ref) => {
|
|
1955
|
-
return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "
|
|
1956
|
-
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#1e293b", d: "
|
|
1957
|
-
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#
|
|
2046
|
+
return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
|
|
2047
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#1e293b", d: "M10 8.958A3.963 3.963 0 0 1 6.042 5 3.963 3.963 0 0 1 10 1.042 3.963 3.963 0 0 1 13.958 5 3.963 3.963 0 0 1 10 8.958m0-6.666A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292M14.667 18.958H5.333a2.63 2.63 0 0 1-2.625-2.625V12a2.63 2.63 0 0 1 2.625-2.625h9.334A2.63 2.63 0 0 1 17.292 12v4.333a2.63 2.63 0 0 1-2.625 2.625m-9.334-8.333c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375z" }),
|
|
2048
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#fff", d: "M9.583 11.667v5h-1.25v-1.875H6.667v1.875h-1.25v-5h1.25v1.875h1.666v-1.875zM14.583 13.554a1.89 1.89 0 0 0-1.887-1.887h-2.28v5h1.25v-1.042h1.03q.158 0 .308-.026c.22.282.33.634.33 1.068h1.25c0-.639-.164-1.206-.48-1.676.298-.333.48-.774.48-1.253zm-2.916.821v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637z" }),
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#1e293b", "fill-rule": "evenodd", d: "M5.333 10.625c-.758 0-1.375.617-1.375 1.375v4.333c0 .759.617 1.375 1.375 1.375h9.334c.758 0 1.375-.616 1.375-1.375V12c0-.758-.617-1.375-1.375-1.375zm4.25 6.042v-5h-1.25v1.875H6.667v-1.875h-1.25v5h1.25v-1.875h1.666v1.875zm3.113-5a1.89 1.89 0 0 1 1.887 1.887v.184c0 .48-.18.92-.478 1.253.315.47.478 1.037.478 1.676h-1.25c0-.434-.108-.786-.329-1.068a2 2 0 0 1-.308.026h-1.03v1.042h-1.25v-5z", "clip-rule": "evenodd" }),
|
|
2050
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: "#1e293b", d: "M11.667 14.375v-1.458h1.029c.351 0 .637.286.637.637v.184a.64.64 0 0 1-.637.637zM10 2.292A2.71 2.71 0 0 0 7.292 5 2.71 2.71 0 0 0 10 7.708 2.71 2.71 0 0 0 12.708 5 2.71 2.71 0 0 0 10 2.292" })
|
|
1958
2051
|
] });
|
|
1959
2052
|
}
|
|
1960
2053
|
);
|
|
1961
|
-
|
|
2054
|
+
Hr.displayName = "Hr";
|
|
1962
2055
|
|
|
1963
|
-
// dist/icons/
|
|
2056
|
+
// dist/icons/HrSystem.tsx
|
|
1964
2057
|
var import_react139 = __toESM(require("react"));
|
|
1965
2058
|
var import_jsx_runtime139 = require("react/jsx-runtime");
|
|
1966
|
-
var
|
|
2059
|
+
var HrSystem = import_react139.default.forwardRef(
|
|
1967
2060
|
({ size, ...props }, ref) => {
|
|
1968
2061
|
return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1969
|
-
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: "#
|
|
1970
|
-
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: "#
|
|
2062
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: "#000", d: "M12 10.75A4.756 4.756 0 0 1 7.25 6 4.756 4.756 0 0 1 12 1.25 4.756 4.756 0 0 1 16.75 6 4.756 4.756 0 0 1 12 10.75m0-8A3.254 3.254 0 0 0 8.75 6 3.254 3.254 0 0 0 12 9.25 3.254 3.254 0 0 0 15.25 6 3.254 3.254 0 0 0 12 2.75M17.6 22.75H6.4a3.153 3.153 0 0 1-3.15-3.15v-5.2a3.153 3.153 0 0 1 3.15-3.15h11.2a3.153 3.153 0 0 1 3.15 3.15v5.2a3.153 3.153 0 0 1-3.15 3.15m-11.2-10c-.91 0-1.65.74-1.65 1.65v5.2c0 .91.74 1.65 1.65 1.65h11.2c.91 0 1.65-.74 1.65-1.65v-5.2c0-.91-.74-1.65-1.65-1.65z" }),
|
|
2063
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: "#000", d: "M11.5 14v6H10v-2.25H8V20H6.5v-6H8v2.25h2V14zM17.5 16.265A2.267 2.267 0 0 0 15.235 14H12.5v6H14v-1.25h1.235q.19 0 .37-.031c.265.338.395.76.395 1.281h1.5c0-.766-.196-1.447-.574-2.011.357-.4.574-.928.574-1.504zm-3.5.985V15.5h1.235c.422 0 .765.343.765.765v.22a.766.766 0 0 1-.765.765z" })
|
|
1971
2064
|
] });
|
|
1972
2065
|
}
|
|
1973
2066
|
);
|
|
1974
|
-
|
|
2067
|
+
HrSystem.displayName = "HrSystem";
|
|
1975
2068
|
|
|
1976
|
-
// dist/icons/
|
|
2069
|
+
// dist/icons/Icon3dcube1.tsx
|
|
1977
2070
|
var import_react140 = __toESM(require("react"));
|
|
1978
2071
|
var import_jsx_runtime140 = require("react/jsx-runtime");
|
|
1979
|
-
var
|
|
2072
|
+
var Icon3dcube1 = import_react140.default.forwardRef(
|
|
1980
2073
|
({ size, ...props }, ref) => {
|
|
1981
|
-
return /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { fill: "#1e293b", d: "
|
|
2074
|
+
return /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("path", { fill: "#1e293b", d: "M12 12.25c-.44 0-.88-.11-1.28-.32L4.21 8.42c-.59-.32-.96-.95-.96-1.65s.37-1.33.96-1.65l6.51-3.51c.8-.43 1.76-.43 2.55 0l6.51 3.51c.59.32.96.95.96 1.65s-.37 1.33-.96 1.65l-6.51 3.51c-.39.22-.83.32-1.27.32m0-9.47c-.19 0-.39.05-.57.15l-6.5 3.5c-.17.09-.18.28-.18.34s.01.25.18.33l6.51 3.51c.36.19.77.19 1.13 0l6.51-3.51c.16-.09.18-.28.18-.33 0-.06-.01-.25-.18-.33l-6.51-3.51c-.18-.1-.38-.15-.57-.15M9.78 22.72c-.28 0-.57-.07-.83-.2L2.89 19.5a2.97 2.97 0 0 1-1.64-2.66v-5.72c0-.65.33-1.24.88-1.58.56-.34 1.23-.37 1.81-.08L10 12.48c1.01.51 1.64 1.52 1.64 2.66v5.72c0 .65-.33 1.24-.88 1.58-.3.19-.64.28-.98.28M3.11 10.76c-.08 0-.15.03-.19.05-.06.04-.17.13-.17.31v5.72c0 .56.31 1.07.81 1.32l6.05 3.03c.16.08.29.02.35-.01.06-.04.17-.13.17-.31v-5.72c0-.56-.31-1.07-.81-1.32L3.27 10.8a.34.34 0 0 0-.16-.04M14.22 22.72c-.34 0-.68-.09-.98-.28-.55-.34-.88-.93-.88-1.58v-5.72c0-1.13.63-2.15 1.64-2.66l6.05-3.03c.58-.29 1.26-.26 1.81.08s.88.93.88 1.58v5.72c0 1.13-.63 2.15-1.64 2.66l-6.05 3.03c-.26.14-.55.2-.83.2m6.67-11.96c-.05 0-.1.01-.16.04l-6.05 3.03c-.5.25-.81.75-.81 1.32v5.72c0 .18.11.27.17.31s.19.09.35.01l6.05-3.03c.5-.25.81-.76.81-1.32v-5.72c0-.18-.11-.27-.17-.31a.4.4 0 0 0-.19-.05" }) });
|
|
1982
2075
|
}
|
|
1983
2076
|
);
|
|
1984
|
-
|
|
2077
|
+
Icon3dcube1.displayName = "Icon3dcube1";
|
|
1985
2078
|
|
|
1986
|
-
// dist/icons/
|
|
2079
|
+
// dist/icons/IconsaxAiScienceBold.tsx
|
|
1987
2080
|
var import_react141 = __toESM(require("react"));
|
|
1988
2081
|
var import_jsx_runtime141 = require("react/jsx-runtime");
|
|
1989
|
-
var
|
|
2082
|
+
var IconsaxAiScienceBold = import_react141.default.forwardRef(
|
|
1990
2083
|
({ size, ...props }, ref) => {
|
|
1991
|
-
return /* @__PURE__ */ (0, import_jsx_runtime141.
|
|
2084
|
+
return /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2085
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: "#000", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: "#000", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
2087
|
+
] });
|
|
1992
2088
|
}
|
|
1993
2089
|
);
|
|
1994
|
-
|
|
2090
|
+
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
1995
2091
|
|
|
1996
|
-
// dist/icons/
|
|
2092
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
1997
2093
|
var import_react142 = __toESM(require("react"));
|
|
1998
2094
|
var import_jsx_runtime142 = require("react/jsx-runtime");
|
|
1999
|
-
var
|
|
2095
|
+
var IconsaxAttachCircleBold = import_react142.default.forwardRef(
|
|
2000
2096
|
({ size, ...props }, ref) => {
|
|
2001
|
-
return /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: "#
|
|
2097
|
+
return /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: "#000", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.37 12.35-2.22 2.22c-.54.54-1.24.8-1.94.8a2.75 2.75 0 0 1-2.75-2.74c0-.73.29-1.43.81-1.94l1.41-1.41c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.41 1.41a1.234 1.234 0 0 0 0 1.76c.49.49 1.28.49 1.77 0l2.22-2.22a3.253 3.253 0 0 0-4.6-4.6L8.3 11.11a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.05 4.05 0 0 1 6 13.01c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.753 4.753 0 0 1 .01 6.72", opacity: ".93" }) });
|
|
2002
2098
|
}
|
|
2003
2099
|
);
|
|
2004
|
-
|
|
2100
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
2005
2101
|
|
|
2006
|
-
// dist/icons/
|
|
2102
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
2007
2103
|
var import_react143 = __toESM(require("react"));
|
|
2008
2104
|
var import_jsx_runtime143 = require("react/jsx-runtime");
|
|
2009
|
-
var
|
|
2105
|
+
var IconsaxBrainBold = import_react143.default.forwardRef(
|
|
2010
2106
|
({ size, ...props }, ref) => {
|
|
2011
|
-
return /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("path", { fill: "#
|
|
2107
|
+
return /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("path", { fill: "#000", d: "M11.29 2.73a3.33 3.33 0 0 0-3.16-.54 3.32 3.32 0 0 0-2.15 2.37c-.1.43-.43.77-.87.86A3.89 3.89 0 0 0 2.3 7.74c-.5 1.2-.37 2.56.35 3.64.26.38.26.87 0 1.25a3.87 3.87 0 0 0-.35 3.64 3.87 3.87 0 0 0 2.81 2.32c.44.1.77.43.87.86.27 1.11 1.08 2 2.16 2.37 1.07.37 2.27.16 3.15-.55.21-.17.45-.25.7-.25V2.98c-.25 0-.49-.08-.7-.25M8.66 17.19c-.41 0-.75-.34-.75-.75 0-.81-.66-1.47-1.47-1.47-.41 0-.75-.34-.75-.75s.34-.75.75-.75a2.97 2.97 0 0 1 2.97 2.97c0 .41-.34.75-.75.75m-2.22-6.66c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.81 0 1.47-.66 1.47-1.47 0-.41.34-.75.75-.75s.75.34.75.75a2.97 2.97 0 0 1-2.97 2.97M21.34 11.37c.71-1.08.85-2.44.35-3.64a3.87 3.87 0 0 0-2.82-2.32c-.43-.1-.77-.43-.86-.86a3.33 3.33 0 0 0-5.32-1.82c-.21.17-.45.25-.7.25v18.04c.25 0 .49.08.7.25.89.71 2.09.92 3.16.55a3.34 3.34 0 0 0 2.16-2.38c.09-.43.43-.77.86-.86a3.89 3.89 0 0 0 2.47-5.96 1.1 1.1 0 0 1 0-1.25m-3.79 3.6c-.81 0-1.47.66-1.47 1.47 0 .41-.34.75-.75.75s-.75-.34-.75-.75a2.97 2.97 0 0 1 2.97-2.97c.41 0 .75.34.75.75s-.34.75-.75.75m0-4.44a2.97 2.97 0 0 1-2.97-2.97c0-.41.34-.75.75-.75s.75.34.75.75c0 .81.66 1.47 1.47 1.47.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
2012
2108
|
}
|
|
2013
2109
|
);
|
|
2014
|
-
|
|
2110
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
2015
2111
|
|
|
2016
|
-
// dist/icons/
|
|
2112
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
2017
2113
|
var import_react144 = __toESM(require("react"));
|
|
2018
2114
|
var import_jsx_runtime144 = require("react/jsx-runtime");
|
|
2019
|
-
var
|
|
2115
|
+
var IconsaxMonetizeBold = import_react144.default.forwardRef(
|
|
2020
2116
|
({ size, ...props }, ref) => {
|
|
2021
|
-
return /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("
|
|
2117
|
+
return /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("path", { fill: "#1e293b", d: "M21.85 10.26c-.96-5.44-6.14-9.07-11.58-8.11S1.2 8.3 2.15 13.74c.96 5.44 6.14 9.07 11.58 8.11s9.07-6.14 8.11-11.58zm-9.1 5.81v.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a2.34 2.34 0 0 1-1.82-1.13.75.75 0 0 1 1.28-.78c.08.13.31.43.73.43h1.22c.45 0 .81-.36.81-.81 0-.37-.25-.69-.61-.79l-2.08-.52a2.31 2.31 0 0 1-1.75-2.24c0-1.24.99-2.25 2.22-2.3v-.37c0-.41.34-.75.75-.75s.75.34.75.75v.39c.74.06 1.41.46 1.82 1.13.22.35.1.82-.25 1.03a.76.76 0 0 1-1.03-.25c-.08-.13-.31-.43-.73-.43h-1.22a.814.814 0 0 0-.2 1.6l2.08.52a2.31 2.31 0 0 1 1.75 2.24c0 1.24-.99 2.25-2.22 2.3z" }) });
|
|
2022
2118
|
}
|
|
2023
2119
|
);
|
|
2024
|
-
|
|
2120
|
+
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
2025
2121
|
|
|
2026
|
-
// dist/icons/
|
|
2122
|
+
// dist/icons/IconsaxPenBrushBold.tsx
|
|
2027
2123
|
var import_react145 = __toESM(require("react"));
|
|
2028
2124
|
var import_jsx_runtime145 = require("react/jsx-runtime");
|
|
2029
|
-
var
|
|
2125
|
+
var IconsaxPenBrushBold = import_react145.default.forwardRef(
|
|
2030
2126
|
({ size, ...props }, ref) => {
|
|
2031
|
-
return /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: "#
|
|
2127
|
+
return /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: "#000", d: "M20.43 16.65c-.11-.31-.25-.62-.42-.9-.18-.3-.4-.59-.65-.84l-3.23-3.22c4.15-4.29 6.66-8.45 5.65-9.46-1.02-1.02-5.18 1.48-9.46 5.64L8.3 3.86 7.1 2.65C6.68 2.24 6.11 2 5.52 2s-1.15.24-1.57.65l-1.3 1.3a2.23 2.23 0 0 0 0 3.15l5.45 5.45c-.67.91-1.31 1.86-1.9 2.83-.17-.02-.34-.05-.51-.05-1.37 0-2.56.93-2.89 2.25l-.76 3.03c-.09.38.02.78.29 1.06.28.28.68.39 1.06.29l3.02-.76a2.98 2.98 0 0 0 2.26-2.89c0-.18-.02-.35-.05-.52.97-.58 1.92-1.22 2.83-1.89l3.46 3.46c.25.25.53.47.83.65.29.17.59.31.91.42l4.62 1.54a.547.547 0 0 0 .7-.7zM7.97 10.3 5.98 8.31 8.3 5.98l1.88 1.88c-.77.78-1.51 1.59-2.21 2.44m7.68 7.68-1.95-1.95c.85-.7 1.66-1.44 2.44-2.21l1.84 1.84-2.33 2.33z" }) });
|
|
2032
2128
|
}
|
|
2033
2129
|
);
|
|
2034
|
-
|
|
2130
|
+
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
2035
2131
|
|
|
2036
|
-
// dist/icons/
|
|
2132
|
+
// dist/icons/IconsaxPeopleBold.tsx
|
|
2037
2133
|
var import_react146 = __toESM(require("react"));
|
|
2038
2134
|
var import_jsx_runtime146 = require("react/jsx-runtime");
|
|
2039
|
-
var
|
|
2135
|
+
var IconsaxPeopleBold = import_react146.default.forwardRef(
|
|
2040
2136
|
({ size, ...props }, ref) => {
|
|
2041
|
-
return /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: "#000", d: "M17
|
|
2137
|
+
return /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: "#000", d: "M17.53 7.77a.7.7 0 0 0-.21 0 2.874 2.874 0 0 1-2.78-2.88C14.54 3.3 15.83 2 17.43 2c1.59 0 2.89 1.29 2.89 2.89a2.89 2.89 0 0 1-2.79 2.88M20.79 14.7c-1.12.75-2.69 1.03-4.14.84.38-.82.58-1.73.59-2.69 0-1-.22-1.95-.64-2.78 1.48-.2 3.05.08 4.18.83 1.58 1.04 1.58 2.75.01 3.8M6.44 7.77q.105-.015.21 0a2.874 2.874 0 0 0 2.78-2.88 2.885 2.885 0 1 0-5.77 0c0 1.56 1.23 2.83 2.78 2.88M6.55 12.85c0 .97.21 1.89.59 2.72-1.41.15-2.88-.15-3.96-.86-1.58-1.05-1.58-2.76 0-3.81 1.07-.72 2.58-1.01 4-.85-.41.84-.63 1.79-.63 2.8M12.12 15.87a1 1 0 0 0-.26 0 3.425 3.425 0 0 1-3.31-3.43C8.56 10.54 10.09 9 12 9c1.9 0 3.44 1.54 3.44 3.44a3.434 3.434 0 0 1-3.32 3.43M8.87 17.94c-1.51 1.01-1.51 2.67 0 3.67 1.72 1.15 4.54 1.15 6.26 0 1.51-1.01 1.51-2.67 0-3.67-1.71-1.15-4.53-1.15-6.26 0" }) });
|
|
2042
2138
|
}
|
|
2043
2139
|
);
|
|
2044
|
-
|
|
2140
|
+
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
2045
2141
|
|
|
2046
|
-
// dist/icons/
|
|
2142
|
+
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
2047
2143
|
var import_react147 = __toESM(require("react"));
|
|
2048
2144
|
var import_jsx_runtime147 = require("react/jsx-runtime");
|
|
2049
|
-
var
|
|
2145
|
+
var IconsaxTaskSquareBold = import_react147.default.forwardRef(
|
|
2146
|
+
({ size, ...props }, ref) => {
|
|
2147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("path", { fill: "#000", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.38C2 19.83 4.17 22 7.81 22h8.38c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M9.97 14.9l-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m0-7-2.25 2.25c-.15.15-.34.22-.53.22s-.39-.07-.53-.22l-.75-.75c-.3-.29-.3-.77 0-1.06.29-.29.76-.29 1.06 0l.22.22 1.72-1.72c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06m7.59 8.72h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5m0-7h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25a.749.749 0 1 1 0 1.5" }) });
|
|
2148
|
+
}
|
|
2149
|
+
);
|
|
2150
|
+
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
2151
|
+
|
|
2152
|
+
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
2153
|
+
var import_react148 = __toESM(require("react"));
|
|
2154
|
+
var import_jsx_runtime148 = require("react/jsx-runtime");
|
|
2155
|
+
var IconsaxVideoCameraBold = import_react148.default.forwardRef(
|
|
2156
|
+
({ size, ...props }, ref) => {
|
|
2157
|
+
return /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2158
|
+
/* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: "#1e293b", d: "m16.95 16.04 3.47 2.35c.31.21.71.23 1.04.06.33-.18.54-.52.54-.89V10.5c0-.37-.21-.72-.54-.89a1 1 0 0 0-1.04.06l-3.47 2.35" }),
|
|
2159
|
+
/* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: "#1e293b", d: "M13.93 7.46H4.84c-1.67 0-3.03 1.36-3.03 3.03v7.06c0 1.67 1.36 3.03 3.03 3.03h9.09c1.67 0 3.03-1.36 3.03-3.03v-7.06c0-1.67-1.36-3.03-3.03-3.03m-1.01 3.78H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: "#1e293b", d: "M4.09 7.46V5.44a2.77 2.77 0 0 1 2.77-2.77h7.07a.75.75 0 0 1 0 1.5H6.86a1.27 1.27 0 0 0-1.27 1.27v2.02a.75.75 0 0 1-1.5 0" })
|
|
2161
|
+
] });
|
|
2162
|
+
}
|
|
2163
|
+
);
|
|
2164
|
+
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
2165
|
+
|
|
2166
|
+
// dist/icons/IconsaxWord.tsx
|
|
2167
|
+
var import_react149 = __toESM(require("react"));
|
|
2168
|
+
var import_jsx_runtime149 = require("react/jsx-runtime");
|
|
2169
|
+
var IconsaxWord = import_react149.default.forwardRef(
|
|
2170
|
+
({ size, ...props }, ref) => {
|
|
2171
|
+
return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("path", { fill: "#000", d: "M6.996 5.441a.75.75 0 0 1 .683.44l5 11a.75.75 0 0 1-1.366.62l-.709-1.56H3.388l-.71 1.56a.75.75 0 0 1-1.364-.62l5-11 .051-.096a.75.75 0 0 1 .631-.344M21.25 17v-.066a4.273 4.273 0 0 1-5.76-.23l-.004-.003c-1.655-1.655-1.65-4.35-.003-6.017l.003-.002c1.618-1.618 4.227-1.65 5.9-.113a.749.749 0 0 1 1.364.43v6a.75.75 0 0 1-1.5 0m-1.013-5.443a2.77 2.77 0 0 0-3.69.185c-1.07 1.085-1.065 2.83-.003 3.895l.21.189a2.77 2.77 0 0 0 3.691-.186c1.07-1.085 1.066-2.83.003-3.895zM4.07 14.44h5.852L6.996 8.003z" }) });
|
|
2172
|
+
}
|
|
2173
|
+
);
|
|
2174
|
+
IconsaxWord.displayName = "IconsaxWord";
|
|
2175
|
+
|
|
2176
|
+
// dist/icons/InProgress.tsx
|
|
2177
|
+
var import_react150 = __toESM(require("react"));
|
|
2178
|
+
var import_jsx_runtime150 = require("react/jsx-runtime");
|
|
2179
|
+
var InProgress = import_react150.default.forwardRef(
|
|
2180
|
+
({ size, ...props }, ref) => {
|
|
2181
|
+
return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
2183
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("path", { fill: "#000", "fill-rule": "evenodd", d: "M12 1.25c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75 1.25 17.937 1.25 12 6.063 1.25 12 1.25m0 1.5a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5", "clip-rule": "evenodd" })
|
|
2184
|
+
] });
|
|
2185
|
+
}
|
|
2186
|
+
);
|
|
2187
|
+
InProgress.displayName = "InProgress";
|
|
2188
|
+
|
|
2189
|
+
// dist/icons/InfoCircleBold.tsx
|
|
2190
|
+
var import_react151 = __toESM(require("react"));
|
|
2191
|
+
var import_jsx_runtime151 = require("react/jsx-runtime");
|
|
2192
|
+
var InfoCircleBold = import_react151.default.forwardRef(
|
|
2193
|
+
({ size, ...props }, ref) => {
|
|
2194
|
+
return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("path", { fill: "#000", d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m-.75 6c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm1.67 8.38c-.05.13-.12.23-.21.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 11 16c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38" }) });
|
|
2195
|
+
}
|
|
2196
|
+
);
|
|
2197
|
+
InfoCircleBold.displayName = "InfoCircleBold";
|
|
2198
|
+
|
|
2199
|
+
// dist/icons/Legal.tsx
|
|
2200
|
+
var import_react152 = __toESM(require("react"));
|
|
2201
|
+
var import_jsx_runtime152 = require("react/jsx-runtime");
|
|
2202
|
+
var Legal = import_react152.default.forwardRef(
|
|
2203
|
+
({ size, ...props }, ref) => {
|
|
2204
|
+
return /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: "#1e293b", d: "M22.68 12.4v-.03c-.05-.2-.13-.38-.22-.52-.84-1.43-3.97-6.73-3.97-6.73 0-.01-.02-.02-.03-.03a.6.6 0 0 0-.22-.21c-.01 0-.02-.02-.03-.03a.9.9 0 0 0-.33-.09c-.01 0-.03-.01-.04-.01-.03 0-.05.02-.08.02-.04 0-.09 0-.13.01l-5.7 1.67V3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.39L5.97 8.2c-.19.05-.33.18-.43.34v.04l-3.97 6.66c-.13.2-.2.4-.23.55v.04c-.06.22-.09.44-.07.64.15 2.63 2.26 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.22 0-.44-.06-.64v-.05c-.05-.16-.12-.33-.23-.52L7.33 9.38l8.91-2.61-3.02 5.11c-.07.14-.15.3-.2.49v.07c-.05.2-.07.41-.06.62.14 2.64 2.25 4.69 4.95 4.79a5.033 5.033 0 0 0 4.88-4.78c.01-.21-.01-.42-.07-.64zM3.3 15.25l2.87-4.86 2.87 4.86zm14.53-8.28c.78 1.31 2.07 3.51 2.86 4.86h-5.73z" }) });
|
|
2205
|
+
}
|
|
2206
|
+
);
|
|
2207
|
+
Legal.displayName = "Legal";
|
|
2208
|
+
|
|
2209
|
+
// dist/icons/LikeBold.tsx
|
|
2210
|
+
var import_react153 = __toESM(require("react"));
|
|
2211
|
+
var import_jsx_runtime153 = require("react/jsx-runtime");
|
|
2212
|
+
var LikeBold = import_react153.default.forwardRef(
|
|
2213
|
+
({ size, ...props }, ref) => {
|
|
2214
|
+
return /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: "#1e293b", d: "M8.39 18.49V8.33c0-.4.12-.79.34-1.12l2.73-4.06c.43-.65 1.5-1.11 2.41-.77.98.33 1.63 1.43 1.42 2.41l-.52 3.27c-.04.3.04.57.21.78.17.19.42.31.69.31h4.11c.79 0 1.47.32 1.87.88.38.54.45 1.24.2 1.95l-2.46 7.49c-.31 1.24-1.66 2.25-3 2.25h-3.9c-.67 0-1.61-.23-2.04-.66l-1.28-.99c-.49-.37-.78-.96-.78-1.58M5.21 6.38H4.18C2.63 6.38 2 6.98 2 8.46v10.06c0 1.48.63 2.08 2.18 2.08h1.03c1.55 0 2.18-.6 2.18-2.08V8.46c0-1.48-.63-2.08-2.18-2.08" }) });
|
|
2215
|
+
}
|
|
2216
|
+
);
|
|
2217
|
+
LikeBold.displayName = "LikeBold";
|
|
2218
|
+
|
|
2219
|
+
// dist/icons/Line.tsx
|
|
2220
|
+
var import_react154 = __toESM(require("react"));
|
|
2221
|
+
var import_jsx_runtime154 = require("react/jsx-runtime");
|
|
2222
|
+
var Line = import_react154.default.forwardRef(
|
|
2223
|
+
({ size, ...props }, ref) => {
|
|
2224
|
+
return /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
2225
|
+
}
|
|
2226
|
+
);
|
|
2227
|
+
Line.displayName = "Line";
|
|
2228
|
+
|
|
2229
|
+
// dist/icons/LinkSquare.tsx
|
|
2230
|
+
var import_react155 = __toESM(require("react"));
|
|
2231
|
+
var import_jsx_runtime155 = require("react/jsx-runtime");
|
|
2232
|
+
var LinkSquare = import_react155.default.forwardRef(
|
|
2233
|
+
({ size, ...props }, ref) => {
|
|
2234
|
+
return /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("path", { fill: "#1e293b", d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M8.18 16.77h-.07c-.97-.09-1.88-.54-2.56-1.26-1.6-1.68-1.6-4.41 0-6.09l2.19-2.3a4.05 4.05 0 0 1 2.95-1.28c1.12 0 2.17.45 2.95 1.28 1.6 1.68 1.6 4.41 0 6.09l-1.09 1.15c-.29.3-.76.31-1.06.03a.755.755 0 0 1-.03-1.06l1.09-1.15c1.06-1.11 1.06-2.92 0-4.02-.99-1.04-2.73-1.04-3.73 0l-2.19 2.3c-1.06 1.11-1.06 2.92 0 4.02.43.46 1.01.74 1.62.8.41.04.71.41.67.82a.74.74 0 0 1-.74.67m10.27-2.18-2.19 2.3a4.05 4.05 0 0 1-2.95 1.28c-1.12 0-2.17-.45-2.95-1.28-1.6-1.68-1.6-4.41 0-6.09l1.09-1.15c.29-.3.76-.31 1.06-.03.3.29.31.76.03 1.06l-1.09 1.15c-1.06 1.11-1.06 2.92 0 4.02.99 1.04 2.73 1.05 3.73 0l2.19-2.3c1.06-1.11 1.06-2.92 0-4.02-.43-.46-1.01-.74-1.62-.8a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67.97.1 1.88.54 2.56 1.26 1.59 1.67 1.59 4.41-.01 6.09" }) });
|
|
2235
|
+
}
|
|
2236
|
+
);
|
|
2237
|
+
LinkSquare.displayName = "LinkSquare";
|
|
2238
|
+
|
|
2239
|
+
// dist/icons/List.tsx
|
|
2240
|
+
var import_react156 = __toESM(require("react"));
|
|
2241
|
+
var import_jsx_runtime156 = require("react/jsx-runtime");
|
|
2242
|
+
var List = import_react156.default.forwardRef(
|
|
2243
|
+
({ size, ...props }, ref) => {
|
|
2244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("path", { fill: "#000", d: "m3.01 17.25.077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5zm-17.99-6 .077.004a.75.75 0 0 1 0 1.492l-.077.004H3a.75.75 0 0 1 0-1.5zm17.99 0a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1 0-1.5z" }) });
|
|
2245
|
+
}
|
|
2246
|
+
);
|
|
2247
|
+
List.displayName = "List";
|
|
2248
|
+
|
|
2249
|
+
// dist/icons/ListEnd.tsx
|
|
2250
|
+
var import_react157 = __toESM(require("react"));
|
|
2251
|
+
var import_jsx_runtime157 = require("react/jsx-runtime");
|
|
2252
|
+
var ListEnd = import_react157.default.forwardRef(
|
|
2253
|
+
({ size, ...props }, ref) => {
|
|
2254
|
+
return /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: "#1e293b", d: "M15.559 14.868c.3-.34.787-.34 1.087 0s.3.891 0 1.232l-.738.835h3.272c.34 0 .666-.153.906-.425s.376-.641.376-1.026V3.87c0-.481.344-.871.769-.871s.769.39.769.871v11.613c0 .847-.297 1.659-.826 2.258-.53.599-1.247.935-1.994.935h-3.272l.738.836.053.066a.96.96 0 0 1-.053 1.166.705.705 0 0 1-1.03.06l-.057-.06-2.052-2.323a.954.954 0 0 1 0-1.232zm-5.61 2.067c.425 0 .769.39.769.871s-.344.871-.77.871H2.77c-.425 0-.769-.39-.769-.87 0-.482.344-.872.77-.872zm6.154-6.967c.424 0 .769.39.769.87 0 .482-.345.872-.77.872H2.77c-.425 0-.769-.39-.769-.871s.344-.871.77-.871zm0-6.968c.424 0 .769.39.769.871s-.345.87-.77.87H2.77c-.425 0-.769-.389-.769-.87S2.344 3 2.77 3z" }) });
|
|
2255
|
+
}
|
|
2256
|
+
);
|
|
2257
|
+
ListEnd.displayName = "ListEnd";
|
|
2258
|
+
|
|
2259
|
+
// dist/icons/ListOrdered.tsx
|
|
2260
|
+
var import_react158 = __toESM(require("react"));
|
|
2261
|
+
var import_jsx_runtime158 = require("react/jsx-runtime");
|
|
2262
|
+
var ListOrdered = import_react158.default.forwardRef(
|
|
2263
|
+
({ size, ...props }, ref) => {
|
|
2264
|
+
return /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: "#000", d: "M5.25 15c0-.224-.096-.335-.21-.392-.132-.065-.382-.099-.705.063a.75.75 0 1 1-.67-1.342c.676-.338 1.427-.371 2.045-.062.636.318 1.04.957 1.04 1.733 0 .495-.243.907-.463 1.2-.226.301-.517.59-.757.83l-.216.22H6l.077.004a.75.75 0 0 1 0 1.492L6 18.75H4a.75.75 0 0 1-.75-.75c0-.495.243-.907.463-1.2.225-.301.517-.59.757-.83.26-.26.469-.471.618-.67.155-.207.162-.295.162-.3M21 17.25a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5zm-16-6a.75.75 0 0 1 .75.75v3.25H6a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h.25v-2.5H4a.75.75 0 0 1 0-1.5zm16 0a.75.75 0 0 1 0 1.5H10a.75.75 0 0 1 0-1.5z" }) });
|
|
2265
|
+
}
|
|
2266
|
+
);
|
|
2267
|
+
ListOrdered.displayName = "ListOrdered";
|
|
2268
|
+
|
|
2269
|
+
// dist/icons/ListTodo.tsx
|
|
2270
|
+
var import_react159 = __toESM(require("react"));
|
|
2271
|
+
var import_jsx_runtime159 = require("react/jsx-runtime");
|
|
2272
|
+
var ListTodo = import_react159.default.forwardRef(
|
|
2273
|
+
({ size, ...props }, ref) => {
|
|
2274
|
+
return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("path", { fill: "#000", d: "M8.47 14.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L5 17.94zM21 17.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zm0-6a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM8.25 6A.25.25 0 0 0 8 5.75H4a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25zM21 5.25a.75.75 0 0 1 0 1.5h-8a.75.75 0 0 1 0-1.5zM9.75 10A1.75 1.75 0 0 1 8 11.75H4A1.75 1.75 0 0 1 2.25 10V6c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75z" }) });
|
|
2275
|
+
}
|
|
2276
|
+
);
|
|
2277
|
+
ListTodo.displayName = "ListTodo";
|
|
2278
|
+
|
|
2279
|
+
// dist/icons/Lock.tsx
|
|
2280
|
+
var import_react160 = __toESM(require("react"));
|
|
2281
|
+
var import_jsx_runtime160 = require("react/jsx-runtime");
|
|
2282
|
+
var Lock = import_react160.default.forwardRef(
|
|
2283
|
+
({ size, ...props }, ref) => {
|
|
2284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
|
|
2286
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
|
|
2287
|
+
] });
|
|
2288
|
+
}
|
|
2289
|
+
);
|
|
2290
|
+
Lock.displayName = "Lock";
|
|
2291
|
+
|
|
2292
|
+
// dist/icons/MagickPotion.tsx
|
|
2293
|
+
var import_react161 = __toESM(require("react"));
|
|
2294
|
+
var import_jsx_runtime161 = require("react/jsx-runtime");
|
|
2295
|
+
var MagickPotion = import_react161.default.forwardRef(
|
|
2050
2296
|
({ size, ...props }, ref) => {
|
|
2051
|
-
return /* @__PURE__ */ (0,
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2053
|
-
/* @__PURE__ */ (0,
|
|
2054
|
-
|
|
2297
|
+
return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2298
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
2299
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
2300
|
+
] });
|
|
2301
|
+
}
|
|
2302
|
+
);
|
|
2303
|
+
MagickPotion.displayName = "MagickPotion";
|
|
2304
|
+
|
|
2305
|
+
// dist/icons/MagickoCheck.tsx
|
|
2306
|
+
var import_react162 = __toESM(require("react"));
|
|
2307
|
+
var import_jsx_runtime162 = require("react/jsx-runtime");
|
|
2308
|
+
var MagickoCheck = import_react162.default.forwardRef(
|
|
2309
|
+
({ size, ...props }, ref) => {
|
|
2310
|
+
return /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
|
|
2311
|
+
}
|
|
2312
|
+
);
|
|
2313
|
+
MagickoCheck.displayName = "MagickoCheck";
|
|
2314
|
+
|
|
2315
|
+
// dist/icons/Marketing.tsx
|
|
2316
|
+
var import_react163 = __toESM(require("react"));
|
|
2317
|
+
var import_jsx_runtime163 = require("react/jsx-runtime");
|
|
2318
|
+
var Marketing = import_react163.default.forwardRef(
|
|
2319
|
+
({ size, ...props }, ref) => {
|
|
2320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("path", { fill: "#1e293b", d: "M20.03 14.64c-.23.21-.5.36-.81.46h-.01c-.25.08-.53.12-.83.12-.5 0-1.06-.11-1.66-.34-1.58-.57-3.4-1.91-4.98-3.68s-2.71-3.73-3.1-5.38c-.24-.93-.22-1.75.03-2.4.01-.02.02-.05.04-.08.13-.3.31-.56.55-.77.43-.39.99-.57 1.65-.57 1.83 0 4.37 1.47 6.64 4.01 3.07 3.44 4.14 7.15 2.48 8.63M14.58 16.57l1.13-.36c.06-.02.06-.1.01-.12-1.68-.71-3.51-2.12-5.1-3.88-1.59-1.78-2.76-3.77-3.29-5.51-.02-.06-.1-.06-.12-.01l-3.76 8.43c-.46 1.04-.28 2.21.48 3.06.55.62 1.31.95 2.11.95.29 0 .58-.04.87-.13l.59-.19.4 1.28A2.74 2.74 0 0 0 10.51 22c.27 0 .54-.04.81-.13l1.89-.59c.69-.22 1.26-.7 1.59-1.34.34-.65.41-1.39.19-2.08zm-1.11 2.66c-.15.3-.4.51-.71.61l-1.89.59c-.64.21-1.33-.15-1.54-.8l-.4-1.28 4.22-1.33.41 1.28c.1.31.07.65-.09.93" }) });
|
|
2321
|
+
}
|
|
2322
|
+
);
|
|
2323
|
+
Marketing.displayName = "Marketing";
|
|
2324
|
+
|
|
2325
|
+
// dist/icons/MessageEdit.tsx
|
|
2326
|
+
var import_react164 = __toESM(require("react"));
|
|
2327
|
+
var import_jsx_runtime164 = require("react/jsx-runtime");
|
|
2328
|
+
var MessageEdit = import_react164.default.forwardRef(
|
|
2329
|
+
({ size, ...props }, ref) => {
|
|
2330
|
+
return /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("path", { fill: "#1e293b", d: "M16 2H8Q2 2 2 8v13c0 .55.45 1 1 1h13q6 0 6-6V8q0-6-6-6m-4.89 14.66c-.25.25-.71.48-1.05.53l-2.08.29c-.08.01-.16.02-.23.02-.35 0-.67-.12-.9-.35-.28-.28-.4-.69-.33-1.13l.29-2.08c.05-.34.28-.81.53-1.05l3.77-3.77a6 6 0 0 0 .51 1.09c.08.14.17.28.25.38.1.15.2.28.27.35.04.06.08.1.09.12.22.25.45.49.67.67.06.06.1.09.11.1.13.1.25.21.37.28.13.1.27.19.41.27.17.1.35.2.54.29s.37.16.55.22zm5.44-5.43-.78.78c-.05.05-.12.08-.19.08-.02 0-.06 0-.08-.01a5.24 5.24 0 0 1-3.58-3.58c-.03-.09 0-.19.07-.26l.79-.79c1.29-1.29 2.51-1.26 3.77 0 .64.64.96 1.26.95 1.9 0 .63-.31 1.24-.95 1.88" }) });
|
|
2331
|
+
}
|
|
2332
|
+
);
|
|
2333
|
+
MessageEdit.displayName = "MessageEdit";
|
|
2334
|
+
|
|
2335
|
+
// dist/icons/Network.tsx
|
|
2336
|
+
var import_react165 = __toESM(require("react"));
|
|
2337
|
+
var import_jsx_runtime165 = require("react/jsx-runtime");
|
|
2338
|
+
var Network = import_react165.default.forwardRef(
|
|
2339
|
+
({ size, ...props }, ref) => {
|
|
2340
|
+
return /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { fill: "#1e293b", d: "M20.13 7.12a2.62 2.62 0 1 0 0-5.24 2.62 2.62 0 0 0 0 5.24M17 6.57l-2.4 2.4c-.74-.52-1.63-.84-2.6-.84-1.13 0-2.15.43-2.94 1.12L7 7.19c.46-.56.76-1.27.76-2.06 0-1.79-1.46-3.25-3.25-3.25a3.25 3.25 0 1 0 0 6.5c.46 0 .9-.1 1.29-.27l2.31 2.31c-.37.66-.6 1.4-.6 2.22 0 2.49 2.01 4.5 4.5 4.5.46 0 .89-.09 1.31-.22l.25.5c-.63.48-1.05 1.23-1.05 2.09 0 1.45 1.17 2.62 2.62 2.62s2.62-1.17 2.62-2.62c0-.94-.49-1.76-1.23-2.23-.26-.16-.56-.28-.87-.34-.17-.03-.61-.04-.66-.03l-.33-.65a4.5 4.5 0 0 0 1.84-3.62c0-.97-.31-1.87-.84-2.6l2.4-2.4z" }) });
|
|
2341
|
+
}
|
|
2342
|
+
);
|
|
2343
|
+
Network.displayName = "Network";
|
|
2344
|
+
|
|
2345
|
+
// dist/icons/NotiDot.tsx
|
|
2346
|
+
var import_react166 = __toESM(require("react"));
|
|
2347
|
+
var import_jsx_runtime166 = require("react/jsx-runtime");
|
|
2348
|
+
var NotiDot = import_react166.default.forwardRef(
|
|
2349
|
+
({ size, ...props }, ref) => {
|
|
2350
|
+
return /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
2351
|
+
}
|
|
2352
|
+
);
|
|
2353
|
+
NotiDot.displayName = "NotiDot";
|
|
2354
|
+
|
|
2355
|
+
// dist/icons/PA.tsx
|
|
2356
|
+
var import_react167 = __toESM(require("react"));
|
|
2357
|
+
var import_jsx_runtime167 = require("react/jsx-runtime");
|
|
2358
|
+
var PA = import_react167.default.forwardRef(
|
|
2359
|
+
({ size, ...props }, ref) => {
|
|
2360
|
+
return /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: "#1e293b", d: "M16.02 9.3c-.55-.38-1.16-.76-1.81-1.14-.16-.09-.33-.17-.49-.26 3.42-1.37 5.76-1.27 6.26-.57.2.58.09 1.22-.28 1.69-.26.33-.2.8.13 1.05.14.11.3.16.46.16.22 0 .44-.1.59-.29.71-.9.89-2.14.48-3.22-.01-.04-.03-.07-.05-.11-1.28-2.2-5.76-1.31-9.63.54-.64.31-1.26.63-1.89 1-.16.09-.31.19-.47.28.54-3.72 1.83-5.69 2.68-5.69.41 0 .88.43 1.33 1.2a.752.752 0 1 0 1.3-.76c-.75-1.29-1.64-1.94-2.63-1.94-2.54 0-4.02 4.33-4.35 8.61-.05.74-.08 1.45-.08 2.14v.55c-2.9-2.28-3.98-4.35-3.61-5.13.39-.46 1.01-.69 1.61-.61.41.06.79-.23.84-.64a.74.74 0 0 0-.64-.84 3.34 3.34 0 0 0-3.03 1.21l-.06.09C1.4 8.83 4.41 12.27 7.97 14.7c.55.38 1.16.76 1.81 1.14.16.09.32.18.48.26-3.42 1.36-5.75 1.26-6.24.56-.2-.57-.1-1.21.28-1.69.26-.32.21-.8-.12-1.05a.74.74 0 0 0-1.05.12c-.73.91-.91 2.15-.48 3.23.01.04.03.07.05.1.53.92 1.62 1.3 2.98 1.3 1.92 0 4.39-.75 6.65-1.84.65-.31 1.27-.64 1.89-1 .16-.09.31-.19.47-.28-.54 3.72-1.83 5.69-2.68 5.69-.41 0-.88-.43-1.33-1.2a.752.752 0 1 0-1.3.76c.75 1.29 1.64 1.94 2.63 1.94 2.54 0 4.02-4.33 4.35-8.61.05-.74.08-1.45.08-2.14v-.55c2.9 2.28 3.98 4.35 3.61 5.13-.39.46-1.01.69-1.61.61a.74.74 0 0 0-.84.64c-.06.41.23.79.64.84a3.336 3.336 0 0 0 3.03-1.2l.06-.09c1.28-2.21-1.73-5.65-5.29-8.08z" }) });
|
|
2361
|
+
}
|
|
2362
|
+
);
|
|
2363
|
+
PA.displayName = "PA";
|
|
2364
|
+
|
|
2365
|
+
// dist/icons/PauseSquare.tsx
|
|
2366
|
+
var import_react168 = __toESM(require("react"));
|
|
2367
|
+
var import_jsx_runtime168 = require("react/jsx-runtime");
|
|
2368
|
+
var PauseSquare = import_react168.default.forwardRef(
|
|
2369
|
+
({ size, ...props }, ref) => {
|
|
2370
|
+
return /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("path", { fill: "#000", d: "M17 3H7a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4" }) });
|
|
2371
|
+
}
|
|
2372
|
+
);
|
|
2373
|
+
PauseSquare.displayName = "PauseSquare";
|
|
2374
|
+
|
|
2375
|
+
// dist/icons/Pdf.tsx
|
|
2376
|
+
var import_react169 = __toESM(require("react"));
|
|
2377
|
+
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
2378
|
+
var Pdf = import_react169.default.forwardRef(
|
|
2379
|
+
({ size, ...props }, ref) => {
|
|
2380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { fill: "#fa1515", d: "M20.75 9.75V20.4a2.35 2.35 0 0 1-2.35 2.35H5.6a2.35 2.35 0 0 1-2.35-2.35V3.6A2.35 2.35 0 0 1 5.6 1.25h6.65v6.9a1.6 1.6 0 0 0 1.6 1.6z" }),
|
|
2382
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { fill: "#fff", d: "M11.746 20v-2.91h2.045v.637h-1.255v.5h1.13v.637h-1.13V20zM9.932 20h-1.12v-2.91H9.92q.45.001.776.176.328.173.506.5.179.325.179.78 0 .454-.178.78a1.2 1.2 0 0 1-.503.5 1.6 1.6 0 0 1-.768.174m-.33-.67h.301a.9.9 0 0 0 .368-.07.47.47 0 0 0 .233-.24 1.1 1.1 0 0 0 .081-.474q0-.304-.082-.475a.47.47 0 0 0-.239-.24.9.9 0 0 0-.383-.07h-.279zM6.188 20v-2.91h1.255q.324 0 .567.129a.93.93 0 0 1 .378.36q.135.231.135.54 0 .314-.14.541a.9.9 0 0 1-.387.353 1.3 1.3 0 0 1-.581.123h-.75v-.613h.59a.5.5 0 0 0 .238-.049.35.35 0 0 0 .152-.14.4.4 0 0 0 .054-.215.4.4 0 0 0-.054-.213.34.34 0 0 0-.152-.136.5.5 0 0 0-.237-.048h-.279V20z" })
|
|
2055
2384
|
] });
|
|
2056
2385
|
}
|
|
2057
2386
|
);
|
|
2058
2387
|
Pdf.displayName = "Pdf";
|
|
2059
2388
|
|
|
2060
2389
|
// dist/icons/PlayFilled.tsx
|
|
2061
|
-
var
|
|
2062
|
-
var
|
|
2063
|
-
var PlayFilled =
|
|
2390
|
+
var import_react170 = __toESM(require("react"));
|
|
2391
|
+
var import_jsx_runtime170 = require("react/jsx-runtime");
|
|
2392
|
+
var PlayFilled = import_react170.default.forwardRef(
|
|
2064
2393
|
({ size, ...props }, ref) => {
|
|
2065
|
-
return /* @__PURE__ */ (0,
|
|
2394
|
+
return /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("path", { fill: "#000", d: "M5 3.097v17.806c0 .875.941 1.396 1.643.911l12.886-8.903c.627-.433.627-1.389 0-1.822L6.643 2.186C5.941 1.701 5 2.223 5 3.097" }) });
|
|
2066
2395
|
}
|
|
2067
2396
|
);
|
|
2068
2397
|
PlayFilled.displayName = "PlayFilled";
|
|
2069
2398
|
|
|
2070
2399
|
// dist/icons/Signature.tsx
|
|
2071
|
-
var
|
|
2072
|
-
var
|
|
2073
|
-
var Signature =
|
|
2400
|
+
var import_react171 = __toESM(require("react"));
|
|
2401
|
+
var import_jsx_runtime171 = require("react/jsx-runtime");
|
|
2402
|
+
var Signature = import_react171.default.forwardRef(
|
|
2074
2403
|
({ size, ...props }, ref) => {
|
|
2075
|
-
return /* @__PURE__ */ (0,
|
|
2404
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { fill: "#000", d: "M21 20.25a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5zm-2.284-5.986.178.045q.244.083.439.257l.002-.001 2.156 1.868.056.054a.75.75 0 0 1-.978 1.128l-.06-.048-1.762-1.527A1.75 1.75 0 0 1 17 17.75h-2A1.75 1.75 0 0 1 13.25 16c0-.811-.632-1.615-2.107-2.256a10 10 0 0 0-1.454-.49c-.292.853-.63 1.654-1.037 2.332-.704 1.177-1.718 2.164-3.152 2.164a3.25 3.25 0 0 1 0-6.5h.005l.433.007c.937.024 1.854.109 2.721.251q.084-.303.164-.616c.387-1.522.677-3.114.934-4.49.127-.683.248-1.318.368-1.853.117-.522.244-1.002.396-1.35l.084-.178a3.25 3.25 0 1 1 4.22 4.448l-.073.027a.75.75 0 0 1-.54-1.397L14.4 6a1.751 1.751 0 1 0-2.408-2.39l-.097.189c-.088.204-.19.56-.306 1.077a54 54 0 0 0-.358 1.8c-.254 1.362-.553 3.007-.954 4.585q-.071.278-.148.557c.576.152 1.117.336 1.61.55 1.647.716 3.011 1.898 3.011 3.631a.25.25 0 0 0 .25.25h2a.25.25 0 0 0 .25-.25v-.5h.001c-.001-.243.068-.48.2-.684l.11-.147c.121-.137.27-.247.439-.32l.173-.06q.178-.049.361-.044zM3.75 14.5a1.75 1.75 0 0 0 1.75 1.75c.643 0 1.26-.425 1.865-1.434.314-.524.59-1.158.841-1.863a19 19 0 0 0-2.708-.203A1.75 1.75 0 0 0 3.75 14.5" }) });
|
|
2076
2405
|
}
|
|
2077
2406
|
);
|
|
2078
2407
|
Signature.displayName = "Signature";
|
|
2079
2408
|
|
|
2080
2409
|
// dist/icons/SperateDot.tsx
|
|
2081
|
-
var
|
|
2082
|
-
var
|
|
2083
|
-
var SperateDot =
|
|
2410
|
+
var import_react172 = __toESM(require("react"));
|
|
2411
|
+
var import_jsx_runtime172 = require("react/jsx-runtime");
|
|
2412
|
+
var SperateDot = import_react172.default.forwardRef(
|
|
2084
2413
|
({ size, ...props }, ref) => {
|
|
2085
|
-
return /* @__PURE__ */ (0,
|
|
2414
|
+
return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
2086
2415
|
}
|
|
2087
2416
|
);
|
|
2088
2417
|
SperateDot.displayName = "SperateDot";
|
|
2089
2418
|
|
|
2090
2419
|
// dist/icons/SquarePen1.tsx
|
|
2091
|
-
var
|
|
2092
|
-
var
|
|
2093
|
-
var SquarePen1 =
|
|
2420
|
+
var import_react173 = __toESM(require("react"));
|
|
2421
|
+
var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
2422
|
+
var SquarePen1 = import_react173.default.forwardRef(
|
|
2094
2423
|
({ size, ...props }, ref) => {
|
|
2095
|
-
return /* @__PURE__ */ (0,
|
|
2096
|
-
/* @__PURE__ */ (0,
|
|
2097
|
-
/* @__PURE__ */ (0,
|
|
2424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2425
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)("path", { fill: "#1e293b", d: "m14.43 8.51-.89.89c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.89-.89c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0" }),
|
|
2426
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)("path", { fill: "#1e293b", d: "M17 2H7C4.25 2 2 4.25 2 7v10c0 2.75 2.25 5 5 5h10c2.75 0 5-2.25 5-5V7c0-2.75-2.25-5-5-5m-.33 8.33-6.17 6.18c-.22.22-.5.36-.8.4l-2.66.38c-.2.03-.35-.11-.32-.32l.38-2.66c.05-.3.18-.59.4-.8l6.18-6.18a2.118 2.118 0 1 1 2.99 3" })
|
|
2098
2427
|
] });
|
|
2099
2428
|
}
|
|
2100
2429
|
);
|
|
2101
2430
|
SquarePen1.displayName = "SquarePen1";
|
|
2102
2431
|
|
|
2103
2432
|
// dist/icons/Strikethrough.tsx
|
|
2104
|
-
var
|
|
2105
|
-
var
|
|
2106
|
-
var Strikethrough =
|
|
2433
|
+
var import_react174 = __toESM(require("react"));
|
|
2434
|
+
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
2435
|
+
var Strikethrough = import_react174.default.forwardRef(
|
|
2107
2436
|
({ size, ...props }, ref) => {
|
|
2108
|
-
return /* @__PURE__ */ (0,
|
|
2437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("path", { fill: "#000", d: "M17.25 16A3.25 3.25 0 0 0 14 12.75H4a.75.75 0 0 1 0-1.5h16a.75.75 0 0 1 0 1.5h-2.537a4.75 4.75 0 0 1-3.463 8H6a.75.75 0 0 1 0-1.5h8A3.25 3.25 0 0 0 17.25 16M16 3.25l.077.004a.75.75 0 0 1 0 1.492L16 4.75H9a2.25 2.25 0 0 0-2.23 1.94c-.044.313-.02.63.066.932l.04.128.023.073a.75.75 0 0 1-1.407.498l-.03-.071-.067-.214A3.75 3.75 0 0 1 9 3.25z" }) });
|
|
2109
2438
|
}
|
|
2110
2439
|
);
|
|
2111
2440
|
Strikethrough.displayName = "Strikethrough";
|
|
2112
2441
|
|
|
2113
2442
|
// dist/icons/Tasks.tsx
|
|
2114
|
-
var
|
|
2115
|
-
var
|
|
2116
|
-
var Tasks =
|
|
2443
|
+
var import_react175 = __toESM(require("react"));
|
|
2444
|
+
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
2445
|
+
var Tasks = import_react175.default.forwardRef(
|
|
2117
2446
|
({ size, ...props }, ref) => {
|
|
2118
|
-
return /* @__PURE__ */ (0,
|
|
2119
|
-
/* @__PURE__ */ (0,
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2447
|
+
return /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("path", { fill: "#1e293b", d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2" }),
|
|
2449
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("path", { fill: "#1e293b", d: "M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89 0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95-.5-.26-1.1.09-1.1.65m-4.86 12.13H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.38c.41 0 .75.34.75.75s-.34.75-.75.75m2.62-4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
2121
2450
|
] });
|
|
2122
2451
|
}
|
|
2123
2452
|
);
|
|
2124
2453
|
Tasks.displayName = "Tasks";
|
|
2125
2454
|
|
|
2126
2455
|
// dist/icons/Trash.tsx
|
|
2127
|
-
var
|
|
2128
|
-
var
|
|
2129
|
-
var Trash =
|
|
2456
|
+
var import_react176 = __toESM(require("react"));
|
|
2457
|
+
var import_jsx_runtime176 = require("react/jsx-runtime");
|
|
2458
|
+
var Trash = import_react176.default.forwardRef(
|
|
2130
2459
|
({ size, ...props }, ref) => {
|
|
2131
|
-
return /* @__PURE__ */ (0,
|
|
2460
|
+
return /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { fill: "#1e293b", d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82s.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39s-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95m-5.57 9.61h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75m.84-4h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
2132
2461
|
}
|
|
2133
2462
|
);
|
|
2134
2463
|
Trash.displayName = "Trash";
|
|
2135
2464
|
|
|
2136
2465
|
// dist/icons/Video.tsx
|
|
2137
|
-
var
|
|
2138
|
-
var
|
|
2139
|
-
var Video =
|
|
2466
|
+
var import_react177 = __toESM(require("react"));
|
|
2467
|
+
var import_jsx_runtime177 = require("react/jsx-runtime");
|
|
2468
|
+
var Video = import_react177.default.forwardRef(
|
|
2140
2469
|
({ size, ...props }, ref) => {
|
|
2141
|
-
return /* @__PURE__ */ (0,
|
|
2470
|
+
return /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("path", { fill: "#1e293b", d: "M21.15 6.17c-.41-.22-1.27-.45-2.44.37l-1.47 1.04c-.11-3.11-1.46-4.33-4.74-4.33h-6C3.08 3.25 1.75 4.58 1.75 8v8c0 2.3 1.25 4.75 4.75 4.75h6c3.28 0 4.63-1.22 4.74-4.33l1.47 1.04c.62.44 1.16.58 1.59.58.37 0 .66-.11.85-.21.41-.21 1.1-.78 1.1-2.21V8.38c0-1.43-.69-2-1.1-2.21M11 11.38c-1.03 0-1.88-.84-1.88-1.88S9.97 7.62 11 7.62s1.88.84 1.88 1.88-.85 1.88-1.88 1.88" }) });
|
|
2142
2471
|
}
|
|
2143
2472
|
);
|
|
2144
2473
|
Video.displayName = "Video";
|
|
2145
2474
|
|
|
2146
2475
|
// dist/icons/X.tsx
|
|
2147
|
-
var
|
|
2148
|
-
var
|
|
2149
|
-
var X =
|
|
2476
|
+
var import_react178 = __toESM(require("react"));
|
|
2477
|
+
var import_jsx_runtime178 = require("react/jsx-runtime");
|
|
2478
|
+
var X = import_react178.default.forwardRef(
|
|
2150
2479
|
({ size, ...props }, ref) => {
|
|
2151
|
-
return /* @__PURE__ */ (0,
|
|
2480
|
+
return /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
|
|
2152
2481
|
}
|
|
2153
2482
|
);
|
|
2154
2483
|
X.displayName = "X";
|
|
@@ -2266,9 +2595,31 @@ X.displayName = "X";
|
|
|
2266
2595
|
FolderDrawerOpen,
|
|
2267
2596
|
FolderDrawerOpenAddBold,
|
|
2268
2597
|
FolderOpenBold,
|
|
2598
|
+
Forbidden1,
|
|
2599
|
+
Forbidden11,
|
|
2600
|
+
Forbidden21,
|
|
2601
|
+
Forbidden211,
|
|
2602
|
+
FormatCircle1,
|
|
2603
|
+
FormatSquare1,
|
|
2604
|
+
ForwardItem1,
|
|
2269
2605
|
GeneralMagicko,
|
|
2606
|
+
Glass1,
|
|
2607
|
+
Glass11,
|
|
2608
|
+
GlobalEdit1,
|
|
2609
|
+
GlobalRefresh1,
|
|
2610
|
+
GlobalSearch1,
|
|
2611
|
+
GridEdit1,
|
|
2612
|
+
GridEraser1,
|
|
2613
|
+
GridLock1,
|
|
2614
|
+
GridLock11,
|
|
2270
2615
|
GripVertical,
|
|
2271
2616
|
HeartBold,
|
|
2617
|
+
Home1,
|
|
2618
|
+
Home11,
|
|
2619
|
+
Home21,
|
|
2620
|
+
Home31,
|
|
2621
|
+
Home311,
|
|
2622
|
+
HomeWifi1,
|
|
2272
2623
|
Hr,
|
|
2273
2624
|
HrSystem,
|
|
2274
2625
|
Icon3dcube1,
|