magick-icons 0.1.217 → 0.1.219
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 +775 -1
- package/index.d.ts +775 -1
- package/index.js +837 -160
- package/index.js.map +1 -1
- package/index.mjs +798 -164
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1876,395 +1876,986 @@ var IconsaxAiScienceBold = React141.forwardRef(
|
|
|
1876
1876
|
);
|
|
1877
1877
|
IconsaxAiScienceBold.displayName = "IconsaxAiScienceBold";
|
|
1878
1878
|
|
|
1879
|
-
// dist/icons/
|
|
1879
|
+
// dist/icons/IconsaxAttachCircle.tsx
|
|
1880
1880
|
import React142 from "react";
|
|
1881
|
-
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
1882
|
-
var
|
|
1881
|
+
import { jsx as jsx142, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
1882
|
+
var IconsaxAttachCircle = React142.forwardRef(
|
|
1883
1883
|
({ size, ...props }, ref) => {
|
|
1884
|
-
return /* @__PURE__ */
|
|
1884
|
+
return /* @__PURE__ */ jsxs114("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1885
|
+
/* @__PURE__ */ jsx142("path", { fill: "#000", d: "M12.2 17.38a2.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.6l-2.42 2.42a2.657 2.657 0 0 0 0 3.78c.29.29.29.77 0 1.06s-.77.29-1.06 0A4.15 4.15 0 0 1 6.01 13c0-1.12.43-2.17 1.22-2.96l2.42-2.42a4.76 4.76 0 0 1 6.72 0 4.76 4.76 0 0 1 0 6.72l-2.22 2.22c-.54.55-1.24.82-1.95.82" }),
|
|
1886
|
+
/* @__PURE__ */ jsx142("path", { fill: "#000", 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" })
|
|
1887
|
+
] });
|
|
1885
1888
|
}
|
|
1886
1889
|
);
|
|
1887
|
-
|
|
1890
|
+
IconsaxAttachCircle.displayName = "IconsaxAttachCircle";
|
|
1888
1891
|
|
|
1889
|
-
// dist/icons/
|
|
1892
|
+
// dist/icons/IconsaxAttachCircleBold.tsx
|
|
1890
1893
|
import React143 from "react";
|
|
1891
1894
|
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
1892
|
-
var
|
|
1895
|
+
var IconsaxAttachCircleBold = React143.forwardRef(
|
|
1893
1896
|
({ size, ...props }, ref) => {
|
|
1894
|
-
return /* @__PURE__ */ jsx143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx143("path", { fill: "#000", d: "
|
|
1897
|
+
return /* @__PURE__ */ jsx143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx143("path", { fill: "#000", d: "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" }) });
|
|
1895
1898
|
}
|
|
1896
1899
|
);
|
|
1897
|
-
|
|
1900
|
+
IconsaxAttachCircleBold.displayName = "IconsaxAttachCircleBold";
|
|
1898
1901
|
|
|
1899
|
-
// dist/icons/
|
|
1902
|
+
// dist/icons/IconsaxBrainBold.tsx
|
|
1900
1903
|
import React144 from "react";
|
|
1901
1904
|
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
1902
|
-
var
|
|
1905
|
+
var IconsaxBrainBold = React144.forwardRef(
|
|
1906
|
+
({ size, ...props }, ref) => {
|
|
1907
|
+
return /* @__PURE__ */ jsx144("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx144("path", { fill: "#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" }) });
|
|
1908
|
+
}
|
|
1909
|
+
);
|
|
1910
|
+
IconsaxBrainBold.displayName = "IconsaxBrainBold";
|
|
1911
|
+
|
|
1912
|
+
// dist/icons/IconsaxFeather2.tsx
|
|
1913
|
+
import React145 from "react";
|
|
1914
|
+
import { jsx as jsx145, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
1915
|
+
var IconsaxFeather2 = React145.forwardRef(
|
|
1916
|
+
({ size, ...props }, ref) => {
|
|
1917
|
+
return /* @__PURE__ */ jsxs115("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1918
|
+
/* @__PURE__ */ jsx145("path", { fill: "#1e293b", d: "M2.01 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L15.92 7.03c.29-.29.77-.29 1.06 0s.29.77 0 1.06L2.54 22.53c-.15.15-.34.22-.53.22" }),
|
|
1919
|
+
/* @__PURE__ */ jsx145("path", { fill: "#1e293b", d: "M5.34 19.41c-.41 0-.75-.34-.75-.75v-6.39c0-1.09.42-2.12 1.2-2.89l6.3-6.29c2.44-2.43 6.4-2.43 8.83 0a6.2 6.2 0 0 1 1.83 4.42c0 1.67-.65 3.24-1.83 4.42l-6.3 6.29c-.76.76-1.81 1.19-2.88 1.19zm6.39-1.5c.68 0 1.34-.28 1.82-.75l6.3-6.29c.9-.9 1.39-2.09 1.39-3.36s-.49-2.46-1.39-3.36a4.75 4.75 0 0 0-6.71 0l-6.31 6.29c-.49.49-.76 1.14-.76 1.83v5.64z" })
|
|
1920
|
+
] });
|
|
1921
|
+
}
|
|
1922
|
+
);
|
|
1923
|
+
IconsaxFeather2.displayName = "IconsaxFeather2";
|
|
1924
|
+
|
|
1925
|
+
// dist/icons/IconsaxMinimize4.tsx
|
|
1926
|
+
import React146 from "react";
|
|
1927
|
+
import { jsx as jsx146, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
1928
|
+
var IconsaxMinimize4 = React146.forwardRef(
|
|
1929
|
+
({ size, ...props }, ref) => {
|
|
1930
|
+
return /* @__PURE__ */ jsxs116("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1931
|
+
/* @__PURE__ */ jsx146("path", { fill: "#1e293b", d: "M10.248 20.5c-.41 0-.75-.34-.75-.75V14.5h-5.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75v6c0 .41-.34.75-.75.75" }),
|
|
1932
|
+
/* @__PURE__ */ jsx146("path", { fill: "#1e293b", d: "M2.748 22c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l7.5-7.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-7.5 7.5c-.15.15-.34.22-.53.22M19.75 10.998h-6c-.41 0-.75-.34-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v5.25h5.25c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
1933
|
+
/* @__PURE__ */ jsx146("path", { fill: "#1e293b", d: "M13.75 10.998c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l7.5-7.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-7.5 7.5c-.15.15-.34.22-.53.22" })
|
|
1934
|
+
] });
|
|
1935
|
+
}
|
|
1936
|
+
);
|
|
1937
|
+
IconsaxMinimize4.displayName = "IconsaxMinimize4";
|
|
1938
|
+
|
|
1939
|
+
// dist/icons/IconsaxMonetizeBold.tsx
|
|
1940
|
+
import React147 from "react";
|
|
1941
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
1942
|
+
var IconsaxMonetizeBold = React147.forwardRef(
|
|
1903
1943
|
({ size, ...props }, ref) => {
|
|
1904
|
-
return /* @__PURE__ */
|
|
1944
|
+
return /* @__PURE__ */ jsx147("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx147("path", { fill: "#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" }) });
|
|
1905
1945
|
}
|
|
1906
1946
|
);
|
|
1907
1947
|
IconsaxMonetizeBold.displayName = "IconsaxMonetizeBold";
|
|
1908
1948
|
|
|
1909
1949
|
// dist/icons/IconsaxPenBrushBold.tsx
|
|
1910
|
-
import
|
|
1911
|
-
import { jsx as
|
|
1912
|
-
var IconsaxPenBrushBold =
|
|
1950
|
+
import React148 from "react";
|
|
1951
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
1952
|
+
var IconsaxPenBrushBold = React148.forwardRef(
|
|
1913
1953
|
({ size, ...props }, ref) => {
|
|
1914
|
-
return /* @__PURE__ */
|
|
1954
|
+
return /* @__PURE__ */ jsx148("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx148("path", { fill: "#000", d: "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" }) });
|
|
1915
1955
|
}
|
|
1916
1956
|
);
|
|
1917
1957
|
IconsaxPenBrushBold.displayName = "IconsaxPenBrushBold";
|
|
1918
1958
|
|
|
1919
1959
|
// dist/icons/IconsaxPeopleBold.tsx
|
|
1920
|
-
import
|
|
1921
|
-
import { jsx as
|
|
1922
|
-
var IconsaxPeopleBold =
|
|
1960
|
+
import React149 from "react";
|
|
1961
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
1962
|
+
var IconsaxPeopleBold = React149.forwardRef(
|
|
1923
1963
|
({ size, ...props }, ref) => {
|
|
1924
|
-
return /* @__PURE__ */
|
|
1964
|
+
return /* @__PURE__ */ jsx149("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx149("path", { fill: "#000", d: "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" }) });
|
|
1925
1965
|
}
|
|
1926
1966
|
);
|
|
1927
1967
|
IconsaxPeopleBold.displayName = "IconsaxPeopleBold";
|
|
1928
1968
|
|
|
1969
|
+
// dist/icons/IconsaxPin.tsx
|
|
1970
|
+
import React150 from "react";
|
|
1971
|
+
import { jsx as jsx150, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
1972
|
+
var IconsaxPin = React150.forwardRef(
|
|
1973
|
+
({ size, ...props }, ref) => {
|
|
1974
|
+
return /* @__PURE__ */ jsxs117("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1975
|
+
/* @__PURE__ */ jsx150("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75v-6.11c0-.41.34-.75.75-.75s.75.34.75.75V22c0 .41-.34.75-.75.75" }),
|
|
1976
|
+
/* @__PURE__ */ jsx150("path", { fill: "#1e293b", d: "M16.72 16.64H7.28c-.83 0-1.61-.38-2.12-1.03-.51-.66-.7-1.5-.5-2.3l.15-.61a4.08 4.08 0 0 1 3.97-3.11h6.45c1.89 0 3.52 1.28 3.97 3.12l.15.61c.2.81.02 1.65-.5 2.3-.52.66-1.29 1.03-2.12 1.03zm-7.95-5.56c-1.2 0-2.23.81-2.51 1.97l-.15.61c-.09.36 0 .73.22 1.02s.57.46.94.46h9.45c.37 0 .71-.17.94-.46s.31-.66.22-1.02l-.15-.61c-.28-1.16-1.34-1.93-2.52-1.97H8.76z" }),
|
|
1977
|
+
/* @__PURE__ */ jsx150("path", { fill: "#1e293b", d: "M8.94 11.08s-.08 0-.12-.01a.755.755 0 0 1-.62-.86l.72-4.33a.37.37 0 0 0-.14-.35L7.54 4.6c-.64-.48-.9-1.32-.65-2.08s.96-1.27 1.77-1.27h6.67c.8 0 1.51.51 1.77 1.27.25.76 0 1.59-.65 2.08l-1.24.93c-.11.08-.16.21-.14.35l.72 4.33c.07.41-.21.8-.62.86-.4.07-.79-.21-.86-.62l-.72-4.33c-.11-.69.16-1.38.72-1.8l1.24-.93c.12-.09.17-.25.12-.4a.36.36 0 0 0-.34-.25H8.66c-.16 0-.29.1-.34.25s0 .31.12.4l1.24.93c.56.42.83 1.11.72 1.8l-.72 4.33a.75.75 0 0 1-.74.63" })
|
|
1978
|
+
] });
|
|
1979
|
+
}
|
|
1980
|
+
);
|
|
1981
|
+
IconsaxPin.displayName = "IconsaxPin";
|
|
1982
|
+
|
|
1929
1983
|
// dist/icons/IconsaxTaskSquareBold.tsx
|
|
1930
|
-
import
|
|
1931
|
-
import { jsx as
|
|
1932
|
-
var IconsaxTaskSquareBold =
|
|
1984
|
+
import React151 from "react";
|
|
1985
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
1986
|
+
var IconsaxTaskSquareBold = React151.forwardRef(
|
|
1933
1987
|
({ size, ...props }, ref) => {
|
|
1934
|
-
return /* @__PURE__ */
|
|
1988
|
+
return /* @__PURE__ */ jsx151("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx151("path", { fill: "#000", d: "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" }) });
|
|
1935
1989
|
}
|
|
1936
1990
|
);
|
|
1937
1991
|
IconsaxTaskSquareBold.displayName = "IconsaxTaskSquareBold";
|
|
1938
1992
|
|
|
1993
|
+
// dist/icons/IconsaxVideoCamera.tsx
|
|
1994
|
+
import React152 from "react";
|
|
1995
|
+
import { jsx as jsx152, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
1996
|
+
var IconsaxVideoCamera = React152.forwardRef(
|
|
1997
|
+
({ size, ...props }, ref) => {
|
|
1998
|
+
return /* @__PURE__ */ jsxs118("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
1999
|
+
/* @__PURE__ */ jsx152("path", { fill: "#1e293b", d: "M20.99 19.31c-.34 0-.69-.1-.98-.3l-3.47-2.35a.753.753 0 0 1-.2-1.04c.23-.34.7-.43 1.04-.2l3.47 2.35c.08.05.18.06.27.01.08-.05.14-.13.14-.23v-7.06c0-.1-.05-.18-.14-.23a.26.26 0 0 0-.27.01l-3.47 2.35c-.34.23-.81.14-1.04-.2a.753.753 0 0 1 .2-1.04l3.47-2.35c.54-.37 1.23-.4 1.81-.1.57.3.93.9.93 1.55v7.06c0 .65-.36 1.25-.93 1.55-.26.14-.54.21-.83.21zM12.92 11.24H5.85c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.06c.41 0 .75.34.75.75s-.34.75-.75.75zM4.84 8.21c-.41 0-.75-.34-.75-.75V5.44a2.77 2.77 0 0 1 2.77-2.77h7.06c.41 0 .75.34.75.75s-.34.75-.75.75H6.86c-.7 0-1.27.57-1.27 1.27v2.02c0 .41-.34.75-.75.75" }),
|
|
2000
|
+
/* @__PURE__ */ jsx152("path", { fill: "#1e293b", d: "M13.93 21.33H4.84c-2.08 0-3.78-1.69-3.78-3.78v-7.06c0-2.08 1.69-3.78 3.78-3.78h9.09c2.08 0 3.78 1.69 3.78 3.78v7.06c0 2.08-1.69 3.78-3.78 3.78M4.84 8.21a2.28 2.28 0 0 0-2.28 2.28v7.06c0 1.26 1.02 2.28 2.28 2.28h9.09c1.26 0 2.28-1.02 2.28-2.28v-7.06c0-1.26-1.02-2.28-2.28-2.28z" })
|
|
2001
|
+
] });
|
|
2002
|
+
}
|
|
2003
|
+
);
|
|
2004
|
+
IconsaxVideoCamera.displayName = "IconsaxVideoCamera";
|
|
2005
|
+
|
|
1939
2006
|
// dist/icons/IconsaxVideoCameraBold.tsx
|
|
1940
|
-
import
|
|
1941
|
-
import { jsx as
|
|
1942
|
-
var IconsaxVideoCameraBold =
|
|
2007
|
+
import React153 from "react";
|
|
2008
|
+
import { jsx as jsx153, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
2009
|
+
var IconsaxVideoCameraBold = React153.forwardRef(
|
|
1943
2010
|
({ size, ...props }, ref) => {
|
|
1944
|
-
return /* @__PURE__ */
|
|
1945
|
-
/* @__PURE__ */
|
|
1946
|
-
/* @__PURE__ */
|
|
1947
|
-
/* @__PURE__ */
|
|
2011
|
+
return /* @__PURE__ */ jsxs119("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2012
|
+
/* @__PURE__ */ jsx153("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" }),
|
|
2013
|
+
/* @__PURE__ */ jsx153("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" }),
|
|
2014
|
+
/* @__PURE__ */ jsx153("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" })
|
|
1948
2015
|
] });
|
|
1949
2016
|
}
|
|
1950
2017
|
);
|
|
1951
2018
|
IconsaxVideoCameraBold.displayName = "IconsaxVideoCameraBold";
|
|
1952
2019
|
|
|
1953
2020
|
// dist/icons/IconsaxWord.tsx
|
|
1954
|
-
import
|
|
1955
|
-
import { jsx as
|
|
1956
|
-
var IconsaxWord =
|
|
2021
|
+
import React154 from "react";
|
|
2022
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
2023
|
+
var IconsaxWord = React154.forwardRef(
|
|
1957
2024
|
({ size, ...props }, ref) => {
|
|
1958
|
-
return /* @__PURE__ */
|
|
2025
|
+
return /* @__PURE__ */ jsx154("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx154("path", { fill: "#000", d: "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" }) });
|
|
1959
2026
|
}
|
|
1960
2027
|
);
|
|
1961
2028
|
IconsaxWord.displayName = "IconsaxWord";
|
|
1962
2029
|
|
|
1963
2030
|
// dist/icons/InProgress.tsx
|
|
1964
|
-
import
|
|
1965
|
-
import { jsx as
|
|
1966
|
-
var InProgress =
|
|
2031
|
+
import React155 from "react";
|
|
2032
|
+
import { jsx as jsx155, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
2033
|
+
var InProgress = React155.forwardRef(
|
|
1967
2034
|
({ size, ...props }, ref) => {
|
|
1968
|
-
return /* @__PURE__ */
|
|
1969
|
-
/* @__PURE__ */
|
|
1970
|
-
/* @__PURE__ */
|
|
2035
|
+
return /* @__PURE__ */ jsxs120("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2036
|
+
/* @__PURE__ */ jsx155("path", { fill: "#000", d: "M12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14" }),
|
|
2037
|
+
/* @__PURE__ */ jsx155("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" })
|
|
1971
2038
|
] });
|
|
1972
2039
|
}
|
|
1973
2040
|
);
|
|
1974
2041
|
InProgress.displayName = "InProgress";
|
|
1975
2042
|
|
|
1976
2043
|
// dist/icons/InfoCircleBold.tsx
|
|
1977
|
-
import
|
|
1978
|
-
import { jsx as
|
|
1979
|
-
var InfoCircleBold =
|
|
2044
|
+
import React156 from "react";
|
|
2045
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
2046
|
+
var InfoCircleBold = React156.forwardRef(
|
|
1980
2047
|
({ size, ...props }, ref) => {
|
|
1981
|
-
return /* @__PURE__ */
|
|
2048
|
+
return /* @__PURE__ */ jsx156("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx156("path", { fill: "#000", d: "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" }) });
|
|
1982
2049
|
}
|
|
1983
2050
|
);
|
|
1984
2051
|
InfoCircleBold.displayName = "InfoCircleBold";
|
|
1985
2052
|
|
|
2053
|
+
// dist/icons/Instagram1.tsx
|
|
2054
|
+
import React157 from "react";
|
|
2055
|
+
import { jsx as jsx157, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
2056
|
+
var Instagram1 = React157.forwardRef(
|
|
2057
|
+
({ size, ...props }, ref) => {
|
|
2058
|
+
return /* @__PURE__ */ jsxs121("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2059
|
+
/* @__PURE__ */ jsx157("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }),
|
|
2060
|
+
/* @__PURE__ */ jsx157("path", { fill: "#1e293b", d: "M12 16.25A4.26 4.26 0 0 1 7.75 12 4.26 4.26 0 0 1 12 7.75 4.26 4.26 0 0 1 16.25 12 4.26 4.26 0 0 1 12 16.25m0-7c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75 2.75-1.23 2.75-2.75S13.52 9.25 12 9.25M17 7.5c-.13 0-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.17-.21-.22-.33A1 1 0 0 1 16 6.5c0-.13.02-.26.07-.38.06-.13.13-.23.22-.33.05-.04.1-.09.15-.12q.09-.06.18-.09a1.006 1.006 0 0 1 1.09.21c.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38q-.075.18-.21.33-.15.135-.33.21c-.12.05-.25.08-.38.08" })
|
|
2061
|
+
] });
|
|
2062
|
+
}
|
|
2063
|
+
);
|
|
2064
|
+
Instagram1.displayName = "Instagram1";
|
|
2065
|
+
|
|
2066
|
+
// dist/icons/Instagram11.tsx
|
|
2067
|
+
import React158 from "react";
|
|
2068
|
+
import { jsx as jsx158, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
2069
|
+
var Instagram11 = React158.forwardRef(
|
|
2070
|
+
({ size, ...props }, ref) => {
|
|
2071
|
+
return /* @__PURE__ */ jsxs122("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2072
|
+
/* @__PURE__ */ jsx158("path", { fill: "#1e293b", d: "M7 22.75c-3.17 0-5.75-2.58-5.75-5.75V7c0-3.18 2.57-5.75 5.75-5.75h10.02c3.17 0 5.74 2.58 5.74 5.75v10.01c0 3.17-2.58 5.74-5.75 5.74zm-.11-20C4.59 2.81 2.74 4.69 2.74 7v10.01a4.26 4.26 0 0 0 4.25 4.25H17c2.34 0 4.25-1.9 4.25-4.24V7c0-2.34-1.9-4.25-4.24-4.25H6.89" }),
|
|
2073
|
+
/* @__PURE__ */ jsx158("path", { fill: "#1e293b", d: "M18.64 6.51c0 .62-.51 1.12-1.12 1.12s-1.13-.5-1.13-1.12.5-1.13 1.12-1.13 1.13.51 1.13 1.13M12 16.75c-1.22 0-2.43-.46-3.36-1.39-1.85-1.85-1.85-4.86 0-6.72a4.753 4.753 0 0 1 6.72 0c1.85 1.85 1.85 4.86 0 6.72A4.74 4.74 0 0 1 12 16.75m0-8c-.83 0-1.67.32-2.3.95-1.26 1.27-1.26 3.34 0 4.6a3.26 3.26 0 0 0 4.6 0c1.26-1.27 1.26-3.34 0-4.6-.63-.63-1.47-.95-2.3-.95" })
|
|
2074
|
+
] });
|
|
2075
|
+
}
|
|
2076
|
+
);
|
|
2077
|
+
Instagram11.displayName = "Instagram11";
|
|
2078
|
+
|
|
2079
|
+
// dist/icons/Judge1.tsx
|
|
2080
|
+
import React159 from "react";
|
|
2081
|
+
import { jsx as jsx159, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
2082
|
+
var Judge1 = React159.forwardRef(
|
|
2083
|
+
({ size, ...props }, ref) => {
|
|
2084
|
+
return /* @__PURE__ */ jsxs123("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2085
|
+
/* @__PURE__ */ jsx159("path", { fill: "#1e293b", d: "M20.01 19.26c-.19 0-.38-.07-.53-.22l-4.95-4.95a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l4.95 4.95c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
2086
|
+
/* @__PURE__ */ jsx159("path", { fill: "#1e293b", d: "M10.11 18.43c-.73 0-1.43-.29-1.94-.81l-4.24-4.24a2.76 2.76 0 0 1 0-3.89L11 2.42a2.76 2.76 0 0 1 3.89 0l4.24 4.24a2.73 2.73 0 0 1 0 3.88l-7.07 7.07c-.52.54-1.21.82-1.95.82m2.83-15.31c-.32 0-.64.12-.88.37l-7.07 7.07a1.25 1.25 0 0 0 0 1.77l4.24 4.24c.47.47 1.29.47 1.77 0l7.07-7.07a1.234 1.234 0 0 0 0-1.76L13.83 3.5a1.22 1.22 0 0 0-.89-.38M8 21.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2087
|
+
/* @__PURE__ */ jsx159("path", { fill: "#1e293b", d: "M13.63 15.74c-.19 0-.38-.07-.53-.22L6.03 8.45a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l7.07 7.07c.29.29.29.77 0 1.06-.14.15-.34.22-.53.22" })
|
|
2088
|
+
] });
|
|
2089
|
+
}
|
|
2090
|
+
);
|
|
2091
|
+
Judge1.displayName = "Judge1";
|
|
2092
|
+
|
|
2093
|
+
// dist/icons/LayoutAdjust1.tsx
|
|
2094
|
+
import React160 from "react";
|
|
2095
|
+
import { jsx as jsx160, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
2096
|
+
var LayoutAdjust1 = React160.forwardRef(
|
|
2097
|
+
({ size, ...props }, ref) => {
|
|
2098
|
+
return /* @__PURE__ */ jsxs124("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2099
|
+
/* @__PURE__ */ jsx160("path", { fill: "#1e293b", d: "M2 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.89 2.36-5.25 5.25-5.25H9c.41 0 .75.34.75.75s-.34.75-.75.75H6.5c-2.07 0-3.75 1.68-3.75 3.75V9c0 .41-.34.75-.75.75M22 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89 0 5.25 2.36 5.25 5.25V9c0 .41-.34.75-.75.75M17.5 22.75H16c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07 0 3.75-1.68 3.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 2.89-2.36 5.25-5.25 5.25M9 22.75H6.5c-2.89 0-5.25-2.36-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 2.07 1.68 3.75 3.75 3.75H9c.41 0 .75.34.75.75s-.34.75-.75.75M18 14.75c-.41 0-.75-.34-.75-.75v-1.25H6.75V14c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v1.25h10.5V10c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .41-.34.75-.75.75" }),
|
|
2100
|
+
/* @__PURE__ */ jsx160("path", { fill: "#1e293b", d: "M14 18.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.25V6.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75h-1.25v10.5H14c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
2101
|
+
] });
|
|
2102
|
+
}
|
|
2103
|
+
);
|
|
2104
|
+
LayoutAdjust1.displayName = "LayoutAdjust1";
|
|
2105
|
+
|
|
1986
2106
|
// dist/icons/Legal.tsx
|
|
1987
|
-
import
|
|
1988
|
-
import { jsx as
|
|
1989
|
-
var Legal =
|
|
2107
|
+
import React161 from "react";
|
|
2108
|
+
import { jsx as jsx161, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
2109
|
+
var Legal = React161.forwardRef(
|
|
1990
2110
|
({ size, ...props }, ref) => {
|
|
1991
|
-
return /* @__PURE__ */
|
|
2111
|
+
return /* @__PURE__ */ jsxs125("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2112
|
+
/* @__PURE__ */ jsx161("path", { fill: "#1e293b", d: "M17.86 17.83c-2.69-.09-4.8-2.15-4.94-4.79-.03-.42.07-.84.3-1.21l3.96-6.71c.13-.23.38-.37.65-.37s.51.14.65.37c0 0 3.12 5.29 3.97 6.72.22.36.33.78.3 1.21a5.033 5.033 0 0 1-4.88 4.78zm-.03-10.85-3.32 5.62a.56.56 0 0 0-.09.35c.1 1.87 1.58 3.32 3.44 3.38 1.81-.06 3.29-1.51 3.39-3.37 0-.12-.02-.24-.08-.34-.6-1.03-2.37-4.01-3.33-5.64z" }),
|
|
2113
|
+
/* @__PURE__ */ jsx161("path", { fill: "#1e293b", d: "M21.96 13.33h-8.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.25c.41 0 .75.34.75.75s-.34.75-.75.75M6.19 21.25c-2.69-.09-4.8-2.15-4.94-4.79-.03-.43.08-.85.31-1.22l3.96-6.71a.755.755 0 0 1 1.3 0l3.97 6.72c.22.37.32.79.29 1.21a5.033 5.033 0 0 1-4.88 4.78zM6.17 10.4l-3.32 5.63c-.07.12-.1.24-.1.35.1 1.86 1.58 3.31 3.44 3.37 1.81-.06 3.29-1.51 3.39-3.37 0-.13-.02-.24-.08-.35l-3.32-5.64z" }),
|
|
2114
|
+
/* @__PURE__ */ jsx161("path", { fill: "#1e293b", d: "M10.29 16.75H2.04c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.25c.41 0 .75.34.75.75s-.34.75-.75.75M6.17 9.67c-.32 0-.62-.21-.72-.54-.12-.4.11-.81.51-.93l11.66-3.42c.4-.12.81.11.93.51s-.11.81-.51.93L6.38 9.64q-.105.03-.21.03" }),
|
|
2115
|
+
/* @__PURE__ */ jsx161("path", { fill: "#1e293b", d: "M11.17 8.2c-.41 0-.75-.34-.75-.75V3.5c0-.41.34-.75.75-.75s.75.34.75.75v3.95c0 .41-.34.75-.75.75" })
|
|
2116
|
+
] });
|
|
1992
2117
|
}
|
|
1993
2118
|
);
|
|
1994
2119
|
Legal.displayName = "Legal";
|
|
1995
2120
|
|
|
2121
|
+
// dist/icons/Level1.tsx
|
|
2122
|
+
import React162 from "react";
|
|
2123
|
+
import { jsx as jsx162, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
2124
|
+
var Level1 = React162.forwardRef(
|
|
2125
|
+
({ size, ...props }, ref) => {
|
|
2126
|
+
return /* @__PURE__ */ jsxs126("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2127
|
+
/* @__PURE__ */ jsx162("path", { fill: "#1e293b", d: "M12 22.75c-5.08 0-9.51-3.61-10.53-8.58a.76.76 0 0 1 .58-.89c.41-.08.8.18.89.58.88 4.28 4.69 7.39 9.06 7.39 4.36 0 8.17-3.09 9.06-7.35a.74.74 0 0 1 .89-.58c.41.08.67.48.58.89-1.04 4.94-5.46 8.54-10.53 8.54M21.81 10.81c-.35 0-.66-.25-.73-.61-.85-4.32-4.67-7.46-9.08-7.46-4.38 0-8.19 3.11-9.06 7.39-.08.41-.48.66-.89.58a.74.74 0 0 1-.58-.89C2.49 4.85 6.92 1.24 12 1.24c5.13 0 9.56 3.65 10.55 8.67.08.41-.19.8-.59.88-.05.02-.1.02-.15.02" }),
|
|
2128
|
+
/* @__PURE__ */ jsx162("path", { fill: "#1e293b", d: "M12 14.25c-1.24 0-2.25-1.01-2.25-2.25S10.76 9.75 12 9.75s2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75" })
|
|
2129
|
+
] });
|
|
2130
|
+
}
|
|
2131
|
+
);
|
|
2132
|
+
Level1.displayName = "Level1";
|
|
2133
|
+
|
|
2134
|
+
// dist/icons/Lifebuoy1.tsx
|
|
2135
|
+
import React163 from "react";
|
|
2136
|
+
import { jsx as jsx163, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
2137
|
+
var Lifebuoy1 = React163.forwardRef(
|
|
2138
|
+
({ size, ...props }, ref) => {
|
|
2139
|
+
return /* @__PURE__ */ jsxs127("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2140
|
+
/* @__PURE__ */ jsx163("path", { fill: "#1e293b", d: "M11.97 22.75C6.05 22.75 1.22 17.93 1.22 12S6.05 1.25 11.97 1.25 22.72 6.07 22.72 12 17.9 22.75 11.97 22.75m0-20c-5.1 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25-4.15-9.25-9.25-9.25" }),
|
|
2141
|
+
/* @__PURE__ */ jsx163("path", { fill: "#1e293b", d: "M12 17.25c-2.9 0-5.25-2.36-5.25-5.25S9.1 6.75 12 6.75s5.25 2.36 5.25 5.25-2.35 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" }),
|
|
2142
|
+
/* @__PURE__ */ jsx163("path", { fill: "#1e293b", d: "M8.44 9.21c-.19 0-.39-.07-.53-.21L4.37 5.46a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.54 3.54c.29.29.29.76 0 1.06-.15.14-.34.21-.53.21M4.9 19.82c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L7.91 15c.29-.29.77-.29 1.06 0s.29.77 0 1.06L5.43 19.6c-.14.15-.34.22-.53.22M19.04 19.82c-.19 0-.38-.07-.53-.22l-3.54-3.54a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.54 3.54c.29.29.29.77 0 1.06a.7.7 0 0 1-.53.22M15.51 9.21c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l3.54-3.54c.29-.29.77-.29 1.06 0s.29.77 0 1.06L16.04 9c-.15.14-.34.21-.53.21" })
|
|
2143
|
+
] });
|
|
2144
|
+
}
|
|
2145
|
+
);
|
|
2146
|
+
Lifebuoy1.displayName = "Lifebuoy1";
|
|
2147
|
+
|
|
1996
2148
|
// dist/icons/LikeBold.tsx
|
|
1997
|
-
import
|
|
1998
|
-
import { jsx as
|
|
1999
|
-
var LikeBold =
|
|
2149
|
+
import React164 from "react";
|
|
2150
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
2151
|
+
var LikeBold = React164.forwardRef(
|
|
2000
2152
|
({ size, ...props }, ref) => {
|
|
2001
|
-
return /* @__PURE__ */
|
|
2153
|
+
return /* @__PURE__ */ jsx164("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx164("path", { fill: "#1e293b", d: "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" }) });
|
|
2002
2154
|
}
|
|
2003
2155
|
);
|
|
2004
2156
|
LikeBold.displayName = "LikeBold";
|
|
2005
2157
|
|
|
2006
2158
|
// dist/icons/Line.tsx
|
|
2007
|
-
import
|
|
2008
|
-
import { jsx as
|
|
2009
|
-
var Line =
|
|
2159
|
+
import React165 from "react";
|
|
2160
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
2161
|
+
var Line = React165.forwardRef(
|
|
2010
2162
|
({ size, ...props }, ref) => {
|
|
2011
|
-
return /* @__PURE__ */
|
|
2163
|
+
return /* @__PURE__ */ jsx165("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx165("path", { fill: "#000", d: "M12.75 3h-1.5v18h1.5z" }) });
|
|
2012
2164
|
}
|
|
2013
2165
|
);
|
|
2014
2166
|
Line.displayName = "Line";
|
|
2015
2167
|
|
|
2016
2168
|
// dist/icons/LinkSquare.tsx
|
|
2017
|
-
import
|
|
2018
|
-
import { jsx as
|
|
2019
|
-
var LinkSquare =
|
|
2169
|
+
import React166 from "react";
|
|
2170
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
2171
|
+
var LinkSquare = React166.forwardRef(
|
|
2020
2172
|
({ size, ...props }, ref) => {
|
|
2021
|
-
return /* @__PURE__ */
|
|
2173
|
+
return /* @__PURE__ */ jsx166("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx166("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" }) });
|
|
2022
2174
|
}
|
|
2023
2175
|
);
|
|
2024
2176
|
LinkSquare.displayName = "LinkSquare";
|
|
2025
2177
|
|
|
2026
2178
|
// dist/icons/List.tsx
|
|
2027
|
-
import
|
|
2028
|
-
import { jsx as
|
|
2029
|
-
var List =
|
|
2179
|
+
import React167 from "react";
|
|
2180
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
2181
|
+
var List = React167.forwardRef(
|
|
2030
2182
|
({ size, ...props }, ref) => {
|
|
2031
|
-
return /* @__PURE__ */
|
|
2183
|
+
return /* @__PURE__ */ jsx167("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx167("path", { fill: "#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" }) });
|
|
2032
2184
|
}
|
|
2033
2185
|
);
|
|
2034
2186
|
List.displayName = "List";
|
|
2035
2187
|
|
|
2036
2188
|
// dist/icons/ListEnd.tsx
|
|
2037
|
-
import
|
|
2038
|
-
import { jsx as
|
|
2039
|
-
var ListEnd =
|
|
2189
|
+
import React168 from "react";
|
|
2190
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
2191
|
+
var ListEnd = React168.forwardRef(
|
|
2040
2192
|
({ size, ...props }, ref) => {
|
|
2041
|
-
return /* @__PURE__ */
|
|
2193
|
+
return /* @__PURE__ */ jsx168("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx168("path", { fill: "#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" }) });
|
|
2042
2194
|
}
|
|
2043
2195
|
);
|
|
2044
2196
|
ListEnd.displayName = "ListEnd";
|
|
2045
2197
|
|
|
2046
2198
|
// dist/icons/ListOrdered.tsx
|
|
2047
|
-
import
|
|
2048
|
-
import { jsx as
|
|
2049
|
-
var ListOrdered =
|
|
2199
|
+
import React169 from "react";
|
|
2200
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
2201
|
+
var ListOrdered = React169.forwardRef(
|
|
2050
2202
|
({ size, ...props }, ref) => {
|
|
2051
|
-
return /* @__PURE__ */
|
|
2203
|
+
return /* @__PURE__ */ jsx169("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx169("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" }) });
|
|
2052
2204
|
}
|
|
2053
2205
|
);
|
|
2054
2206
|
ListOrdered.displayName = "ListOrdered";
|
|
2055
2207
|
|
|
2056
2208
|
// dist/icons/ListTodo.tsx
|
|
2057
|
-
import
|
|
2058
|
-
import { jsx as
|
|
2059
|
-
var ListTodo =
|
|
2209
|
+
import React170 from "react";
|
|
2210
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
2211
|
+
var ListTodo = React170.forwardRef(
|
|
2060
2212
|
({ size, ...props }, ref) => {
|
|
2061
|
-
return /* @__PURE__ */
|
|
2213
|
+
return /* @__PURE__ */ jsx170("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx170("path", { fill: "#000", d: "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" }) });
|
|
2062
2214
|
}
|
|
2063
2215
|
);
|
|
2064
2216
|
ListTodo.displayName = "ListTodo";
|
|
2065
2217
|
|
|
2218
|
+
// dist/icons/Location1.tsx
|
|
2219
|
+
import React171 from "react";
|
|
2220
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
2221
|
+
var Location1 = React171.forwardRef(
|
|
2222
|
+
({ size, ...props }, ref) => {
|
|
2223
|
+
return /* @__PURE__ */ jsx171("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx171("path", { fill: "#1e293b", d: "M9.76 20.75a.75.75 0 1 0 0-1.5v1.5m-3.25-2.06-.52.54.002.002zM2.22 7.84l.731.166zm15.09.01-.731.166.001.007zm-.54 1.658a.75.75 0 0 0 1.5-.056l-.75.028zm4.54 6.052.465-.589-.005-.003zm-2.7-2.1-.463.59.002.002zm-2.21 0 .46.592.003-.002zm-2.7 2.1.458.593.002-.001zm8.31 1.42h.75v-.014zM9.76 12.29v.75a3.56 3.56 0 0 0 3.56-3.56h-1.5c0 1.136-.924 2.06-2.06 2.06zm2.81-2.81h.75a3.56 3.56 0 0 0-3.56-3.56v1.5c1.136 0 2.06.924 2.06 2.06zM9.76 6.67v-.75A3.563 3.563 0 0 0 6.2 9.48h1.5c0-1.136.924-2.06 2.06-2.06zM6.95 9.48H6.2a3.563 3.563 0 0 0 3.56 3.56v-1.5A2.06 2.06 0 0 1 7.7 9.48zM9.76 20v-.75a3.95 3.95 0 0 1-2.732-1.102l-.518.542-.518.542A5.45 5.45 0 0 0 9.76 20.75zm-3.25-1.31.52-.54c-2.442-2.354-5.026-5.974-4.079-10.144L2.22 7.84l-.731-.166c-1.133 4.99 1.983 9.13 4.5 11.556zM2.22 7.84l.731.166c.794-3.496 3.766-5.263 6.813-5.26 3.049.001 6.021 1.774 6.815 5.27l.731-.166.732-.166c-.977-4.303-4.664-6.436-8.276-6.439s-7.3 2.125-8.277 6.43zm15.09.01-.73.173c.117.492.172.992.19 1.485l.75-.028.75-.028a9.2 9.2 0 0 0-.23-1.774zm4 7.71.46-.592-2.7-2.1-.46.592-.46.592 2.7 2.1zm-2.7-2.1.463-.59a2.54 2.54 0 0 0-3.136 0l.463.59.463.59a1.04 1.04 0 0 1 1.284 0zm-2.21 0-.46-.592-2.7 2.1.46.592.46.592 2.7-2.1zm-2.7 2.1-.459-.594a2.55 2.55 0 0 0-.981 2.014h1.5c0-.326.149-.634.398-.827zm-.69 1.42h-.75v3.22h1.5v-3.22zm0 3.22h-.75a2.555 2.555 0 0 0 2.55 2.55v-1.5c-.576 0-1.05-.475-1.05-1.05zm1.8 1.8v.75h5.4v-1.5h-5.4zm5.4 0v.75a2.555 2.555 0 0 0 2.55-2.55h-1.5c0 .575-.475 1.05-1.05 1.05zm1.8-1.8h.75v-3.22h-1.5v3.22zm0-3.22.75-.014a2.6 2.6 0 0 0-.985-1.995l-.465.589-.465.588c.253.2.409.51.415.845z" }) });
|
|
2224
|
+
}
|
|
2225
|
+
);
|
|
2226
|
+
Location1.displayName = "Location1";
|
|
2227
|
+
|
|
2228
|
+
// dist/icons/LocationAdd1.tsx
|
|
2229
|
+
import React172 from "react";
|
|
2230
|
+
import { jsx as jsx172, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
2231
|
+
var LocationAdd1 = React172.forwardRef(
|
|
2232
|
+
({ size, ...props }, ref) => {
|
|
2233
|
+
return /* @__PURE__ */ jsxs128("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2234
|
+
/* @__PURE__ */ jsx172("path", { fill: "#1e293b", d: "M14.75 11.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2235
|
+
/* @__PURE__ */ jsx172("path", { fill: "#1e293b", d: "M12 14.5c-.41 0-.75-.34-.75-.75v-5.5c0-.41.34-.75.75-.75s.75.34.75.75v5.5c0 .41-.34.75-.75.75" }),
|
|
2236
|
+
/* @__PURE__ */ jsx172("path", { fill: "#1e293b", d: "M12 22.76a5.97 5.97 0 0 1-4.13-1.67c-2.95-2.84-6.21-7.37-4.98-12.76C4 3.44 8.27 1.25 12 1.25h.01c3.73 0 8 2.19 9.11 7.09 1.22 5.39-2.04 9.91-4.99 12.75A5.97 5.97 0 0 1 12 22.76m0-20.01c-2.91 0-6.65 1.55-7.64 5.91C3.28 13.37 6.24 17.43 8.92 20a4.426 4.426 0 0 0 6.17 0c2.67-2.57 5.63-6.63 4.57-11.34-1-4.36-4.75-5.91-7.66-5.91" })
|
|
2237
|
+
] });
|
|
2238
|
+
}
|
|
2239
|
+
);
|
|
2240
|
+
LocationAdd1.displayName = "LocationAdd1";
|
|
2241
|
+
|
|
2242
|
+
// dist/icons/LocationCross1.tsx
|
|
2243
|
+
import React173 from "react";
|
|
2244
|
+
import { jsx as jsx173, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
2245
|
+
var LocationCross1 = React173.forwardRef(
|
|
2246
|
+
({ size, ...props }, ref) => {
|
|
2247
|
+
return /* @__PURE__ */ jsxs129("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2248
|
+
/* @__PURE__ */ jsx173("path", { fill: "#1e293b", d: "M12 22.76a5.97 5.97 0 0 1-4.13-1.67c-2.95-2.84-6.21-7.37-4.98-12.76C4 3.44 8.27 1.25 12 1.25h.01c3.73 0 8 2.19 9.11 7.09 1.22 5.39-2.04 9.91-4.99 12.75A5.97 5.97 0 0 1 12 22.76m0-20.01c-2.91 0-6.65 1.55-7.64 5.91C3.28 13.37 6.24 17.43 8.92 20a4.426 4.426 0 0 0 6.17 0c2.67-2.57 5.63-6.63 4.57-11.34-1-4.36-4.75-5.91-7.66-5.91" }),
|
|
2249
|
+
/* @__PURE__ */ jsx173("path", { fill: "#1e293b", d: "M14 13.71c-.19 0-.38-.07-.53-.22L9.51 9.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.96 3.96c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22" }),
|
|
2250
|
+
/* @__PURE__ */ jsx173("path", { fill: "#1e293b", d: "M10 13.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.96-3.96c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.96 3.96c-.15.15-.34.22-.53.22" })
|
|
2251
|
+
] });
|
|
2252
|
+
}
|
|
2253
|
+
);
|
|
2254
|
+
LocationCross1.displayName = "LocationCross1";
|
|
2255
|
+
|
|
2256
|
+
// dist/icons/LocationMinus1.tsx
|
|
2257
|
+
import React174 from "react";
|
|
2258
|
+
import { jsx as jsx174, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
2259
|
+
var LocationMinus1 = React174.forwardRef(
|
|
2260
|
+
({ size, ...props }, ref) => {
|
|
2261
|
+
return /* @__PURE__ */ jsxs130("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2262
|
+
/* @__PURE__ */ jsx174("path", { fill: "#1e293b", d: "M14.75 11.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2263
|
+
/* @__PURE__ */ jsx174("path", { fill: "#1e293b", d: "M12 22.76a5.97 5.97 0 0 1-4.13-1.67c-2.95-2.84-6.21-7.37-4.98-12.76C4 3.44 8.27 1.25 12 1.25h.01c3.73 0 8 2.19 9.11 7.09 1.22 5.39-2.04 9.91-4.99 12.75A5.97 5.97 0 0 1 12 22.76m0-20.01c-2.91 0-6.65 1.55-7.64 5.91C3.28 13.37 6.24 17.43 8.92 20a4.426 4.426 0 0 0 6.17 0c2.67-2.57 5.63-6.63 4.57-11.34-1-4.36-4.75-5.91-7.66-5.91" })
|
|
2264
|
+
] });
|
|
2265
|
+
}
|
|
2266
|
+
);
|
|
2267
|
+
LocationMinus1.displayName = "LocationMinus1";
|
|
2268
|
+
|
|
2269
|
+
// dist/icons/LocationTick1.tsx
|
|
2270
|
+
import React175 from "react";
|
|
2271
|
+
import { jsx as jsx175, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
2272
|
+
var LocationTick1 = React175.forwardRef(
|
|
2273
|
+
({ size, ...props }, ref) => {
|
|
2274
|
+
return /* @__PURE__ */ jsxs131("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2275
|
+
/* @__PURE__ */ jsx175("path", { fill: "#1e293b", d: "M12 22.76a5.97 5.97 0 0 1-4.13-1.67c-2.95-2.84-6.21-7.37-4.98-12.76C4 3.44 8.27 1.25 12 1.25h.01c3.73 0 8 2.19 9.11 7.09 1.22 5.39-2.04 9.91-4.99 12.75A5.97 5.97 0 0 1 12 22.76m0-20.01c-2.91 0-6.65 1.55-7.64 5.91C3.28 13.37 6.24 17.43 8.92 20a4.426 4.426 0 0 0 6.17 0c2.67-2.57 5.63-6.63 4.57-11.34-1-4.36-4.75-5.91-7.66-5.91" }),
|
|
2276
|
+
/* @__PURE__ */ jsx175("path", { fill: "#1e293b", d: "M10.75 13.75c-.19 0-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.97.97 3.47-3.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4 4c-.15.15-.34.22-.53.22" })
|
|
2277
|
+
] });
|
|
2278
|
+
}
|
|
2279
|
+
);
|
|
2280
|
+
LocationTick1.displayName = "LocationTick1";
|
|
2281
|
+
|
|
2066
2282
|
// dist/icons/Lock.tsx
|
|
2067
|
-
import
|
|
2068
|
-
import { jsx as
|
|
2069
|
-
var Lock =
|
|
2283
|
+
import React176 from "react";
|
|
2284
|
+
import { jsx as jsx176, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
2285
|
+
var Lock = React176.forwardRef(
|
|
2070
2286
|
({ size, ...props }, ref) => {
|
|
2071
|
-
return /* @__PURE__ */
|
|
2072
|
-
/* @__PURE__ */
|
|
2073
|
-
/* @__PURE__ */
|
|
2287
|
+
return /* @__PURE__ */ jsxs132("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2288
|
+
/* @__PURE__ */ jsx176("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" }),
|
|
2289
|
+
/* @__PURE__ */ jsx176("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" })
|
|
2074
2290
|
] });
|
|
2075
2291
|
}
|
|
2076
2292
|
);
|
|
2077
2293
|
Lock.displayName = "Lock";
|
|
2078
2294
|
|
|
2079
2295
|
// dist/icons/MagickPotion.tsx
|
|
2080
|
-
import
|
|
2081
|
-
import { jsx as
|
|
2082
|
-
var MagickPotion =
|
|
2296
|
+
import React177 from "react";
|
|
2297
|
+
import { jsx as jsx177, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
2298
|
+
var MagickPotion = React177.forwardRef(
|
|
2083
2299
|
({ size, ...props }, ref) => {
|
|
2084
|
-
return /* @__PURE__ */
|
|
2085
|
-
/* @__PURE__ */
|
|
2086
|
-
/* @__PURE__ */
|
|
2300
|
+
return /* @__PURE__ */ jsxs133("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2301
|
+
/* @__PURE__ */ jsx177("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" }),
|
|
2302
|
+
/* @__PURE__ */ jsx177("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" })
|
|
2087
2303
|
] });
|
|
2088
2304
|
}
|
|
2089
2305
|
);
|
|
2090
2306
|
MagickPotion.displayName = "MagickPotion";
|
|
2091
2307
|
|
|
2308
|
+
// dist/icons/Magicko365Arrow.tsx
|
|
2309
|
+
import React178 from "react";
|
|
2310
|
+
import { jsx as jsx178, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
2311
|
+
var Magicko365Arrow = React178.forwardRef(
|
|
2312
|
+
({ size, ...props }, ref) => {
|
|
2313
|
+
return /* @__PURE__ */ jsxs134("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2314
|
+
/* @__PURE__ */ jsx178("path", { fill: "#1e293b", d: "M12 15.14c-5.09 0-10.25-1.383-10.25-4.013S6.91 7.114 12 7.114s10.25 1.382 10.25 4.013c0 1.65-2.2 3.024-5.89 3.657-.41.067-.8-.192-.87-.585a.723.723 0 0 1 .61-.836c3.03-.518 4.66-1.545 4.66-2.246 0-1.046-3.41-2.573-8.75-2.573s-8.75 1.527-8.75 2.573 3.41 2.573 8.75 2.573c.41 0 .75.326.75.72s-.35.73-.76.73" }),
|
|
2315
|
+
/* @__PURE__ */ jsx178("path", { fill: "#1e293b", d: "M8.83 17.674a.77.77 0 0 1-.58-.26.707.707 0 0 1 .09-1.017l2.48-1.987-2.46-1.978a.7.7 0 0 1-.09-1.018.77.77 0 0 1 1.06-.086l3.15 2.525c.17.134.27.336.27.557 0 .22-.1.412-.27.556l-3.17 2.535a.75.75 0 0 1-.48.173" })
|
|
2316
|
+
] });
|
|
2317
|
+
}
|
|
2318
|
+
);
|
|
2319
|
+
Magicko365Arrow.displayName = "Magicko365Arrow";
|
|
2320
|
+
|
|
2321
|
+
// dist/icons/Magicko3DotsMore.tsx
|
|
2322
|
+
import React179 from "react";
|
|
2323
|
+
import { jsx as jsx179 } from "react/jsx-runtime";
|
|
2324
|
+
var Magicko3DotsMore = React179.forwardRef(
|
|
2325
|
+
({ size, ...props }, ref) => {
|
|
2326
|
+
return /* @__PURE__ */ jsx179("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx179("path", { fill: "#1e293b", d: "M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0M21 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0" }) });
|
|
2327
|
+
}
|
|
2328
|
+
);
|
|
2329
|
+
Magicko3DotsMore.displayName = "Magicko3DotsMore";
|
|
2330
|
+
|
|
2331
|
+
// dist/icons/Magicko3dCubeScan1.tsx
|
|
2332
|
+
import React180 from "react";
|
|
2333
|
+
import { jsx as jsx180, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
2334
|
+
var Magicko3dCubeScan1 = React180.forwardRef(
|
|
2335
|
+
({ size, ...props }, ref) => {
|
|
2336
|
+
return /* @__PURE__ */ jsxs135("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2337
|
+
/* @__PURE__ */ jsx180("path", { fill: "#1e293b", d: "M22 9.75c-.41 0-.75-.34-.75-.75V7c0-2.58-1.67-4.25-4.25-4.25H7C4.42 2.75 2.75 4.42 2.75 7v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7c0-3.44 2.31-5.75 5.75-5.75h10c3.44 0 5.75 2.31 5.75 5.75v2c0 .41-.34.75-.75.75M17 22.75H7c-3.44 0-5.75-2.31-5.75-5.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 2.58 1.67 4.25 4.25 4.25h10c2.58 0 4.25-1.67 4.25-4.25v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 3.44-2.31 5.75-5.75 5.75" }),
|
|
2338
|
+
/* @__PURE__ */ jsx180("path", { fill: "#1e293b", d: "M12 13.079c-.13 0-.26-.03-.38-.1l-5.3-3.06a.75.75 0 0 1-.27-1.03c.21-.36.67-.48 1.02-.27l4.92 2.85 4.89-2.83c.36-.21.82-.08 1.02.27.21.36.08.82-.27 1.03l-5.26 3.04c-.11.06-.24.1-.37.1" }),
|
|
2339
|
+
/* @__PURE__ */ jsx180("path", { fill: "#1e293b", d: "M12 18.52c-.41 0-.75-.34-.75-.75v-5.44c0-.41.34-.75.75-.75s.75.34.75.75v5.44c0 .41-.34.75-.75.75" }),
|
|
2340
|
+
/* @__PURE__ */ jsx180("path", { fill: "#1e293b", d: "M12 18.75c-.58 0-1.15-.13-1.61-.38l-3.2-1.78c-.96-.53-1.7-1.8-1.7-2.9V10.3c0-1.09.75-2.36 1.7-2.9l3.2-1.78c.92-.51 2.3-.51 3.22 0l3.2 1.78c.96.53 1.7 1.8 1.7 2.9v3.39c0 1.09-.75 2.36-1.7 2.9l-3.2 1.78c-.46.25-1.03.38-1.61.38m-.88-11.81-3.2 1.78c-.49.27-.93 1.03-.93 1.58v3.39c0 .56.44 1.31.93 1.58l3.2 1.78c.46.25 1.3.25 1.76 0l3.2-1.78c.49-.27.93-1.03.93-1.58V10.3c0-.56-.44-1.31-.93-1.58l-3.2-1.78c-.46-.25-1.3-.25-1.76 0" })
|
|
2341
|
+
] });
|
|
2342
|
+
}
|
|
2343
|
+
);
|
|
2344
|
+
Magicko3dCubeScan1.displayName = "Magicko3dCubeScan1";
|
|
2345
|
+
|
|
2346
|
+
// dist/icons/Magicko3dRotate1.tsx
|
|
2347
|
+
import React181 from "react";
|
|
2348
|
+
import { jsx as jsx181, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
2349
|
+
var Magicko3dRotate1 = React181.forwardRef(
|
|
2350
|
+
({ size, ...props }, ref) => {
|
|
2351
|
+
return /* @__PURE__ */ jsxs136("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2352
|
+
/* @__PURE__ */ jsx181("path", { fill: "#1e293b", d: "M12 13.08c-.13 0-.26-.03-.38-.1l-5.3-3.06a.74.74 0 0 1-.27-1.02.75.75 0 0 1 1.03-.27L12 11.48l4.89-2.83a.76.76 0 0 1 1.03.27c.21.36.08.82-.27 1.02l-5.26 3.04a.9.9 0 0 1-.39.1" }),
|
|
2353
|
+
/* @__PURE__ */ jsx181("path", { fill: "#1e293b", d: "M12 18.52c-.41 0-.75-.34-.75-.75v-5.44c0-.41.34-.75.75-.75s.75.34.75.75v5.44c0 .41-.34.75-.75.75" }),
|
|
2354
|
+
/* @__PURE__ */ jsx181("path", { fill: "#1e293b", d: "M12 18.75c-.58 0-1.15-.13-1.61-.38l-3.2-1.78c-.96-.53-1.7-1.8-1.7-2.9V10.3c0-1.09.75-2.37 1.7-2.9l3.2-1.78c.92-.51 2.3-.51 3.22 0l3.2 1.78c.96.53 1.7 1.8 1.7 2.9v3.39c0 1.09-.75 2.37-1.7 2.9l-3.2 1.78c-.46.25-1.03.38-1.61.38m0-12c-.33 0-.65.06-.88.19l-3.2 1.78c-.49.27-.93 1.03-.93 1.58v3.39c0 .56.44 1.31.93 1.58l3.2 1.78c.46.26 1.3.26 1.76 0l3.2-1.78c.49-.27.93-1.03.93-1.58V10.3c0-.56-.44-1.31-.93-1.58l-3.2-1.78c-.23-.13-.55-.19-.88-.19M15 22.75a.752.752 0 0 1-.64-1.14l1.05-1.75c.21-.35.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.28-3.49 7.76-7.76 7.76M2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.752.752 0 0 1 .64 1.14L8.59 4.14c-.21.35-.67.47-1.03.26a.75.75 0 0 1-.26-1.03l.27-.45c-2.76.65-4.83 3.13-4.83 6.09.01.4-.33.74-.74.74" })
|
|
2355
|
+
] });
|
|
2356
|
+
}
|
|
2357
|
+
);
|
|
2358
|
+
Magicko3dRotate1.displayName = "Magicko3dRotate1";
|
|
2359
|
+
|
|
2360
|
+
// dist/icons/Magicko3dSquare1.tsx
|
|
2361
|
+
import React182 from "react";
|
|
2362
|
+
import { jsx as jsx182, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
2363
|
+
var Magicko3dSquare1 = React182.forwardRef(
|
|
2364
|
+
({ size, ...props }, ref) => {
|
|
2365
|
+
return /* @__PURE__ */ jsxs137("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2366
|
+
/* @__PURE__ */ jsx182("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }),
|
|
2367
|
+
/* @__PURE__ */ jsx182("path", { fill: "#1e293b", d: "M12 13.08c-.13 0-.26-.03-.38-.1l-5.3-3.06a.74.74 0 0 1-.27-1.02c.21-.36.67-.48 1.02-.27l4.92 2.85 4.89-2.83c.36-.21.82-.08 1.02.27s.08.82-.27 1.02l-5.26 3.04c-.11.06-.24.1-.37.1" }),
|
|
2368
|
+
/* @__PURE__ */ jsx182("path", { fill: "#1e293b", d: "M12 18.52c-.41 0-.75-.34-.75-.75v-5.44c0-.41.34-.75.75-.75s.75.34.75.75v5.44c0 .41-.34.75-.75.75" }),
|
|
2369
|
+
/* @__PURE__ */ jsx182("path", { fill: "#1e293b", d: "M12 18.75c-.58 0-1.15-.13-1.61-.38l-3.2-1.78c-.96-.53-1.7-1.8-1.7-2.9V10.3c0-1.09.75-2.36 1.7-2.9l3.2-1.78c.92-.51 2.3-.51 3.22 0l3.2 1.78c.96.53 1.7 1.8 1.7 2.9v3.39c0 1.09-.75 2.36-1.7 2.9l-3.2 1.78c-.46.26-1.03.38-1.61.38m0-12c-.33 0-.65.06-.88.19l-3.2 1.78c-.49.27-.93 1.03-.93 1.58v3.39c0 .56.44 1.31.93 1.58l3.2 1.78c.46.26 1.3.26 1.76 0l3.2-1.78c.49-.27.93-1.03.93-1.58V10.3c0-.56-.44-1.31-.93-1.58l-3.2-1.78c-.23-.13-.55-.19-.88-.19" })
|
|
2370
|
+
] });
|
|
2371
|
+
}
|
|
2372
|
+
);
|
|
2373
|
+
Magicko3dSquare1.displayName = "Magicko3dSquare1";
|
|
2374
|
+
|
|
2375
|
+
// dist/icons/MagickoActivity.tsx
|
|
2376
|
+
import React183 from "react";
|
|
2377
|
+
import { jsx as jsx183, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
2378
|
+
var MagickoActivity = React183.forwardRef(
|
|
2379
|
+
({ size, ...props }, ref) => {
|
|
2380
|
+
return /* @__PURE__ */ jsxs138("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2381
|
+
/* @__PURE__ */ jsx183("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }),
|
|
2382
|
+
/* @__PURE__ */ jsx183("path", { fill: "#1e293b", d: "M7.33 15.24c-.16 0-.32-.05-.46-.16a.75.75 0 0 1-.14-1.05l2.38-3.09c.29-.37.7-.61 1.17-.67.46-.06.93.07 1.3.36l1.83 1.44c.07.06.14.06.19.05.04 0 .11-.02.17-.1l2.31-2.98a.74.74 0 0 1 1.05-.13c.33.25.39.72.13 1.05l-2.31 2.98c-.29.37-.7.61-1.17.66-.47.06-.93-.07-1.3-.36l-1.83-1.44a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09c-.13.2-.35.3-.58.3" })
|
|
2383
|
+
] });
|
|
2384
|
+
}
|
|
2385
|
+
);
|
|
2386
|
+
MagickoActivity.displayName = "MagickoActivity";
|
|
2387
|
+
|
|
2388
|
+
// dist/icons/MagickoAdd.tsx
|
|
2389
|
+
import React184 from "react";
|
|
2390
|
+
import { jsx as jsx184, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
2391
|
+
var MagickoAdd = React184.forwardRef(
|
|
2392
|
+
({ size, ...props }, ref) => {
|
|
2393
|
+
return /* @__PURE__ */ jsxs139("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2394
|
+
/* @__PURE__ */ jsx184("path", { fill: "#1e293b", d: "M18 12.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2395
|
+
/* @__PURE__ */ jsx184("path", { fill: "#1e293b", d: "M12 18.75c-.41 0-.75-.34-.75-.75V6c0-.41.34-.75.75-.75s.75.34.75.75v12c0 .41-.34.75-.75.75" })
|
|
2396
|
+
] });
|
|
2397
|
+
}
|
|
2398
|
+
);
|
|
2399
|
+
MagickoAdd.displayName = "MagickoAdd";
|
|
2400
|
+
|
|
2401
|
+
// dist/icons/MagickoAddSquare.tsx
|
|
2402
|
+
import React185 from "react";
|
|
2403
|
+
import { jsx as jsx185, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
2404
|
+
var MagickoAddSquare = React185.forwardRef(
|
|
2405
|
+
({ size, ...props }, ref) => {
|
|
2406
|
+
return /* @__PURE__ */ jsxs140("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2407
|
+
/* @__PURE__ */ jsx185("path", { fill: "#1e293b", d: "M16 12.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2408
|
+
/* @__PURE__ */ jsx185("path", { fill: "#1e293b", d: "M12 16.75c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .41-.34.75-.75.75" }),
|
|
2409
|
+
/* @__PURE__ */ jsx185("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
|
|
2410
|
+
] });
|
|
2411
|
+
}
|
|
2412
|
+
);
|
|
2413
|
+
MagickoAddSquare.displayName = "MagickoAddSquare";
|
|
2414
|
+
|
|
2415
|
+
// dist/icons/MagickoAi3d.tsx
|
|
2416
|
+
import React186 from "react";
|
|
2417
|
+
import { jsx as jsx186, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
2418
|
+
var MagickoAi3d = React186.forwardRef(
|
|
2419
|
+
({ size, ...props }, ref) => {
|
|
2420
|
+
return /* @__PURE__ */ jsxs141("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2421
|
+
/* @__PURE__ */ jsx186("path", { fill: "#1e293b", d: "M19.26 8.28c-.4 0-.74-.27-.83-.66l-.23-.97c-.1-.41-.42-.74-.84-.84l-.97-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.97-.23c.41-.1.74-.43.84-.84l.23-.97c.09-.39.43-.66.83-.66s.74.27.83.66l.23.97c.1.41.42.74.84.84l.97.23c.39.09.66.43.66.83s-.27.74-.66.83l-.97.23c-.41.1-.74.43-.84.84l-.23.97c-.09.38-.44.66-.83.66m-.63-3.52c.25.17.47.39.64.64.17-.25.39-.47.64-.64-.25-.17-.47-.39-.64-.64-.17.25-.39.47-.64.64" }),
|
|
2422
|
+
/* @__PURE__ */ jsx186("path", { fill: "#1e293b", d: "M17 22.75H7c-3.17 0-5.75-2.58-5.75-5.75V7c0-3.17 2.58-5.75 5.75-5.75h7.83c.41 0 .75.34.75.75s-.34.75-.75.75H7A4.26 4.26 0 0 0 2.75 7v10A4.26 4.26 0 0 0 7 21.25h10A4.26 4.26 0 0 0 21.25 17v-6.88c0-.41.34-.75.75-.75s.75.34.75.75V17c0 3.17-2.58 5.75-5.75 5.75" }),
|
|
2423
|
+
/* @__PURE__ */ jsx186("path", { fill: "#1e293b", d: "M8.72 16.77c-.99 0-1.86-.69-2.11-1.64a.75.75 0 1 1 1.45-.39c.08.3.36.52.67.52.39 0 .71-.32.71-.71 0-.3-.26-.56-.56-.56-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.3 0 .56-.26.56-.56 0-.4-.32-.72-.71-.72-.31 0-.58.21-.67.52a.75.75 0 1 1-1.45-.39c.25-.94 1.12-1.61 2.1-1.62 1.23 0 2.22 1 2.22 2.22 0 .5-.18.95-.47 1.31.29.36.47.81.47 1.31 0 1.22-.99 2.21-2.21 2.21M14.53 16.76h-1.57c-.41 0-.75-.34-.75-.75v-5.56c0-.41.34-.75.75-.75h1.57c1.59 0 2.89 1.3 2.89 2.89v1.28c0 1.59-1.3 2.89-2.89 2.89m-.82-1.5h.82c.77 0 1.39-.62 1.39-1.39v-1.28c0-.77-.62-1.39-1.39-1.39h-.82z" })
|
|
2424
|
+
] });
|
|
2425
|
+
}
|
|
2426
|
+
);
|
|
2427
|
+
MagickoAi3d.displayName = "MagickoAi3d";
|
|
2428
|
+
|
|
2429
|
+
// dist/icons/MagickoAi3dBox.tsx
|
|
2430
|
+
import React187 from "react";
|
|
2431
|
+
import { jsx as jsx187, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
2432
|
+
var MagickoAi3dBox = React187.forwardRef(
|
|
2433
|
+
({ size, ...props }, ref) => {
|
|
2434
|
+
return /* @__PURE__ */ jsxs142("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2435
|
+
/* @__PURE__ */ jsx187("path", { fill: "#1e293b", d: "M18.55 21.44c-.4 0-.74-.27-.83-.66l-.24-1.01c-.11-.45-.45-.79-.9-.9l-1.01-.24a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l1.01-.24c.45-.1.79-.45.9-.9l.24-1.01c.09-.39.43-.66.83-.66s.74.27.83.66l.24 1.01c.1.45.45.79.9.9l1.01.24c.39.09.66.43.66.83s-.27.74-.66.83l-1.01.24c-.44.1-.79.46-.9.9l-.24 1.01c-.09.39-.43.66-.83.66m-.73-3.64c.29.19.53.44.73.73.19-.29.44-.53.72-.73-.29-.19-.53-.44-.72-.73-.19.29-.44.53-.73.73M11.72 13.27c-.13 0-.26-.03-.38-.1L2.93 8.3a.74.74 0 0 1-.27-1.02c.21-.35.67-.48 1.02-.27l8.04 4.65 7.98-4.62c.36-.21.82-.09 1.03.27s.08.82-.27 1.02l-8.36 4.84c-.12.07-.25.1-.38.1" }),
|
|
2436
|
+
/* @__PURE__ */ jsx187("path", { fill: "#1e293b", d: "M11.72 21.91c-.41 0-.75-.34-.75-.75v-8.64c0-.41.34-.75.75-.75s.75.34.75.75v8.64c0 .41-.34.75-.75.75" }),
|
|
2437
|
+
/* @__PURE__ */ jsx187("path", { fill: "#1e293b", d: "M11.72 22.28c-.87 0-1.7-.2-2.34-.55l-5.09-2.82c-1.39-.77-2.48-2.62-2.48-4.21V9.31c0-1.59 1.09-3.44 2.48-4.21l5.09-2.82c1.31-.74 3.36-.74 4.68 0l5.09 2.82c1.39.77 2.48 2.62 2.48 4.21v3.49c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9.31c0-1.04-.8-2.39-1.71-2.9l-5.09-2.82c-.86-.48-2.36-.48-3.21 0L5.03 6.41c-.91.5-1.71 1.86-1.71 2.9v5.39c0 1.04.8 2.39 1.71 2.9l5.09 2.82c.83.46 2.4.46 3.21 0 .36-.2.82-.07 1.02.29s.07.82-.29 1.02c-.64.36-1.47.55-2.34.55" })
|
|
2438
|
+
] });
|
|
2439
|
+
}
|
|
2440
|
+
);
|
|
2441
|
+
MagickoAi3dBox.displayName = "MagickoAi3dBox";
|
|
2442
|
+
|
|
2443
|
+
// dist/icons/MagickoAiAc.tsx
|
|
2444
|
+
import React188 from "react";
|
|
2445
|
+
import { jsx as jsx188, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
2446
|
+
var MagickoAiAc = React188.forwardRef(
|
|
2447
|
+
({ size, ...props }, ref) => {
|
|
2448
|
+
return /* @__PURE__ */ jsxs143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2449
|
+
/* @__PURE__ */ jsx188("path", { fill: "#1e293b", d: "M5.3 9.3c-.41 0-.76-.28-.85-.68l-.26-1.13c-.12-.54-.55-.96-1.08-1.09l-1.14-.27a.85.85 0 0 1-.67-.85c0-.41.28-.76.68-.85l1.13-.26c.54-.12.96-.55 1.09-1.08l.27-1.14c.08-.39.43-.67.85-.67.41 0 .76.28.85.68l.26 1.13c.12.54.55.96 1.08 1.09l1.14.27c.39.08.67.43.67.85 0 .41-.28.76-.67.84l-1.14.26c-.54.12-.96.55-1.08 1.08l-.27 1.15c-.08.39-.44.67-.86.67m-.99-4.01c.41.25.75.59.99 1 .25-.41.59-.75 1-.99-.41-.25-.75-.59-.99-1-.25.41-.59.75-1 .99" }),
|
|
2450
|
+
/* @__PURE__ */ jsx188("path", { fill: "#1e293b", d: "M19 16.25H5c-2.24 0-3.75-1.51-3.75-3.75V10c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 .68.22 2.25 2.25 2.25h14c2.03 0 2.25-1.57 2.25-2.25v-5c0-.68-.22-2.25-2.25-2.25h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c2.24 0 3.75 1.51 3.75 3.75v5c0 2.24-1.51 3.75-3.75 3.75" }),
|
|
2451
|
+
/* @__PURE__ */ jsx188("path", { fill: "#1e293b", d: "M16.5 13.25h-9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c.41 0 .75.34.75.75s-.34.75-.75.75M17 8.75h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M8 21.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M12 21.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M16 21.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75" })
|
|
2452
|
+
] });
|
|
2453
|
+
}
|
|
2454
|
+
);
|
|
2455
|
+
MagickoAiAc.displayName = "MagickoAiAc";
|
|
2456
|
+
|
|
2457
|
+
// dist/icons/MagickoAiAdd.tsx
|
|
2458
|
+
import React189 from "react";
|
|
2459
|
+
import { jsx as jsx189, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
2460
|
+
var MagickoAiAdd = React189.forwardRef(
|
|
2461
|
+
({ size, ...props }, ref) => {
|
|
2462
|
+
return /* @__PURE__ */ jsxs144("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2463
|
+
/* @__PURE__ */ jsx189("path", { fill: "#1e293b", d: "M11.99 22.75C6.06 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12c0 .6-.05 1.21-.15 1.8-.07.41-.45.69-.87.61a.75.75 0 0 1-.61-.87c.09-.51.13-1.03.13-1.54 0-5.1-4.15-9.25-9.25-9.25S2.75 6.9 2.75 12 6.9 21.25 12 21.25c.72 0 1.43-.08 2.12-.25.39-.09.81.15.9.56.1.4-.15.81-.56.9-.8.19-1.63.29-2.47.29" }),
|
|
2464
|
+
/* @__PURE__ */ jsx189("path", { fill: "#1e293b", d: "M16 12.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2465
|
+
/* @__PURE__ */ jsx189("path", { fill: "#1e293b", d: "M12 16.75c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .41-.34.75-.75.75M18.85 22.54a.86.86 0 0 1-.85-.69l-.27-1.18c-.13-.58-.59-1.03-1.16-1.16l-1.2-.28a.85.85 0 0 1-.67-.85c.01-.41.29-.77.69-.85l1.18-.27c.57-.13 1.03-.59 1.16-1.16l.28-1.2c.09-.39.44-.67.85-.67.42 0 .77.29.85.69l.27 1.18c.13.57.59 1.03 1.16 1.16l1.2.28c.39.09.68.44.67.85 0 .41-.28.76-.68.85l-1.19.27c-.58.13-1.03.59-1.16 1.16l-.28 1.2c-.09.39-.44.67-.85.67m-1.11-4.16c.46.27.84.65 1.11 1.11.27-.46.65-.84 1.11-1.11-.46-.27-.84-.65-1.11-1.11-.27.46-.65.84-1.11 1.11" })
|
|
2466
|
+
] });
|
|
2467
|
+
}
|
|
2468
|
+
);
|
|
2469
|
+
MagickoAiAdd.displayName = "MagickoAiAdd";
|
|
2470
|
+
|
|
2471
|
+
// dist/icons/MagickoAiAntenna.tsx
|
|
2472
|
+
import React190 from "react";
|
|
2473
|
+
import { jsx as jsx190, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
2474
|
+
var MagickoAiAntenna = React190.forwardRef(
|
|
2475
|
+
({ size, ...props }, ref) => {
|
|
2476
|
+
return /* @__PURE__ */ jsxs145("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2477
|
+
/* @__PURE__ */ jsx190("path", { fill: "#1e293b", d: "M4.32 10.6c-.41 0-.76-.28-.84-.68l-.24-1.05a1.3 1.3 0 0 0-.96-.97l-1.06-.25a.84.84 0 0 1-.66-.84c0-.41.28-.75.68-.84l1.05-.24c.48-.11.86-.49.97-.96l.25-1.06a.84.84 0 0 1 .84-.66c.41 0 .75.28.84.68l.24 1.05c.11.48.49.86.96.97L7.45 6c.39.08.66.43.66.84s-.27.75-.67.84l-1.06.24a1.3 1.3 0 0 0-.97.96l-.25 1.06a.85.85 0 0 1-.84.66M3.5 6.84c.33.21.61.49.82.82.21-.33.49-.61.82-.82-.33-.21-.61-.49-.82-.82-.21.33-.49.61-.82.82" }),
|
|
2478
|
+
/* @__PURE__ */ jsx190("path", { fill: "#1e293b", d: "M14.51 17.3c-2.52 0-4.98-1.02-6.75-2.79-.77-.77-1.4-1.67-1.87-2.65a.75.75 0 0 1 .36-1c.37-.18.82-.02 1 .36a7.9 7.9 0 0 0 1.57 2.23 8.11 8.11 0 0 0 5.69 2.35c1.87 0 3.7-.67 5.13-1.84L8.31 2.63c-.19.23-.36.46-.52.7-.23.35-.69.44-1.04.21a.745.745 0 0 1-.21-1.04c.35-.54.76-1.04 1.22-1.49.28-.28.78-.28 1.06 0l12.44 12.44a.75.75 0 0 1 0 1.06 9.6 9.6 0 0 1-6.75 2.79" }),
|
|
2479
|
+
/* @__PURE__ */ jsx190("path", { fill: "#1e293b", d: "M4.27 19.75a.74.74 0 0 1-.71-.97l2.3-7.39c.12-.4.54-.62.94-.49.4.12.62.54.49.94l-1.81 5.83 5.32-2.29c.38-.16.82.01.98.39a.76.76 0 0 1-.39.99l-6.82 2.93q-.15.06-.3.06M18.54 12.49c-.41 0-.75-.34-.75-.75V5.52c0-.41.34-.75.75-.75s.75.34.75.75v6.22c0 .41-.34.75-.75.75M16.76 4.48h-6.28c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.28c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2480
|
+
/* @__PURE__ */ jsx190("path", { fill: "#1e293b", d: "M18.54 6.26c-1.4 0-2.53-1.14-2.53-2.53s1.13-2.53 2.53-2.53 2.53 1.13 2.53 2.53-1.13 2.53-2.53 2.53m0-3.56c-.57 0-1.03.46-1.03 1.03s.46 1.03 1.03 1.03 1.03-.46 1.03-1.03-.46-1.03-1.03-1.03M20.99 22.75H3.02c-.98 0-1.77-.79-1.77-1.77v-.97c0-.98.79-1.77 1.77-1.77h17.97c.98 0 1.77.79 1.77 1.77v.97c0 .98-.79 1.77-1.77 1.77M3.02 19.74c-.15 0-.27.12-.27.27v.97c0 .15.12.27.27.27h17.97c.15 0 .27-.12.27-.27v-.97c0-.15-.12-.27-.27-.27z" })
|
|
2481
|
+
] });
|
|
2482
|
+
}
|
|
2483
|
+
);
|
|
2484
|
+
MagickoAiAntenna.displayName = "MagickoAiAntenna";
|
|
2485
|
+
|
|
2486
|
+
// dist/icons/MagickoAiAssist.tsx
|
|
2487
|
+
import React191 from "react";
|
|
2488
|
+
import { jsx as jsx191, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
2489
|
+
var MagickoAiAssist = React191.forwardRef(
|
|
2490
|
+
({ size, ...props }, ref) => {
|
|
2491
|
+
return /* @__PURE__ */ jsxs146("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2492
|
+
/* @__PURE__ */ jsx191("path", { fill: "#1e293b", d: "M3.35 22.3a1.83 1.83 0 0 1-1.83-1.83v-6.49c0-1.01.82-1.83 1.83-1.83h2.16c1.01 0 1.83.82 1.83 1.83v6.49c0 1-.81 1.81-1.8 1.83zm0-8.65c-.19 0-.33.15-.33.33v6.49c0 .19.15.33.33.33h2.16c.19 0 .33-.14.33-.33v-6.49c0-.18-.15-.33-.33-.33z" }),
|
|
2493
|
+
/* @__PURE__ */ jsx191("path", { fill: "#1e293b", d: "M12.8 22.18c-.42 0-.84-.05-1.25-.16l-2.87-.72c-.28-.07-.56-.11-.87-.11H6.58c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.23c.44 0 .86.05 1.24.16l2.86.72c.52.13 1.06.15 1.57.04l3.17-.63a3.63 3.63 0 0 0 1.83-.97l2.24-2.24c.17-.17.26-.39.26-.63s-.09-.46-.26-.63a.896.896 0 0 0-1.16-.08l-2.61 1.96c-.52.38-1.12.58-1.75.58h-2.12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.12c.31 0 .6-.1.86-.28l2.6-1.96a2.39 2.39 0 0 1 3.12.22c.45.45.7 1.05.7 1.69s-.25 1.24-.7 1.69l-2.24 2.24c-.72.72-1.62 1.2-2.6 1.39l-3.16.63c-.32.07-.65.09-.98.09" }),
|
|
2494
|
+
/* @__PURE__ */ jsx191("path", { fill: "#1e293b", d: "M14.7 17.97h-1.61c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.61c.23 0 .46-.09.63-.26s.26-.39.26-.63v-.33a.88.88 0 0 0-.67-.86l-2.48-.62c-1.14-.29-2.43-.07-3.46.6l-1.96 1.31c-.35.23-.81.14-1.04-.21a.746.746 0 0 1 .21-1.04l1.97-1.31c1.39-.91 3.11-1.19 4.65-.8l2.48.62c1.06.26 1.81 1.22 1.81 2.32v.33a2.392 2.392 0 0 1-2.39 2.39zM16.52 10.84c-.42 0-.78-.29-.87-.7l-.31-1.33a1.84 1.84 0 0 0-1.37-1.37l-1.34-.31a.874.874 0 0 1-.69-.87c0-.43.29-.78.7-.87l1.33-.31a1.84 1.84 0 0 0 1.37-1.37l.31-1.34c.09-.4.44-.69.87-.69s.78.29.87.7l.31 1.33c.16.68.69 1.21 1.37 1.37l1.34.31c.4.08.69.44.69.87s-.28.78-.69.87l-1.34.31c-.68.16-1.21.69-1.37 1.37l-.31 1.34c-.09.4-.44.69-.87.69M15.1 6.28a3.4 3.4 0 0 1 1.43 1.43 3.4 3.4 0 0 1 1.43-1.43 3.4 3.4 0 0 1-1.43-1.43 3.4 3.4 0 0 1-1.43 1.43" })
|
|
2495
|
+
] });
|
|
2496
|
+
}
|
|
2497
|
+
);
|
|
2498
|
+
MagickoAiAssist.displayName = "MagickoAiAssist";
|
|
2499
|
+
|
|
2500
|
+
// dist/icons/MagickoAiAudio.tsx
|
|
2501
|
+
import React192 from "react";
|
|
2502
|
+
import { jsx as jsx192, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
2503
|
+
var MagickoAiAudio = React192.forwardRef(
|
|
2504
|
+
({ size, ...props }, ref) => {
|
|
2505
|
+
return /* @__PURE__ */ jsxs147("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2506
|
+
/* @__PURE__ */ jsx192("path", { fill: "#1e293b", d: "M11.99 14.13c-.4 0-.75-.28-.83-.67l-.25-1.07a1.32 1.32 0 0 0-.98-.99l-1.07-.25a.86.86 0 0 1-.66-.84c0-.4.28-.75.67-.84l1.07-.25c.49-.11.87-.49.99-.98l.25-1.07c.09-.39.44-.66.84-.66s.75.28.83.67l.25 1.07c.11.49.49.87.98.99l1.07.25c.39.09.66.44.66.84s-.28.75-.67.84l-1.07.25c-.49.11-.87.49-.99.98l-.25 1.07c-.09.39-.44.66-.84.66m-.84-3.82c.34.22.63.51.84.85.22-.34.51-.63.85-.84-.34-.22-.63-.51-.84-.85-.22.34-.51.63-.85.84M15.38 22.39c-.07 0-.14 0-.21-.03a11.54 11.54 0 0 0-6.33 0 .76.76 0 0 1-.93-.52.76.76 0 0 1 .52-.93c2.34-.66 4.81-.66 7.15 0a.755.755 0 0 1-.2 1.48" }),
|
|
2507
|
+
/* @__PURE__ */ jsx192("path", { fill: "#1e293b", d: "M9.58 19.5c-.35 0-1.18 0-1.76-.6-.56-.56-.53-1.26-.52-1.56v-.37c-2.26-1.67-3.7-4.35-3.7-6.94a8.37 8.37 0 0 1 3.14-6.57c2.01-1.61 4.62-2.21 7.16-1.65 2.44.53 4.55 2.16 5.64 4.37 2.07 4.17.13 8.58-2.81 10.78v.27c.01.26.04 1.03-.55 1.63q-.63.63-1.71.63zm2.44-16.39c-1.57 0-3.1.53-4.34 1.53-1.64 1.31-2.58 3.27-2.58 5.4s1.32 4.55 3.37 5.93c.21.14.33.37.33.62v.79c0 .26 0 .39.09.48.13.13.42.15.69.15h4.89c.3 0 .52-.06.64-.18.13-.13.13-.34.12-.55v-.69c0-.25.12-.48.33-.62 2.6-1.75 4.41-5.54 2.64-9.1-.89-1.8-2.61-3.14-4.62-3.57-.52-.12-1.04-.19-1.56-.19" })
|
|
2508
|
+
] });
|
|
2509
|
+
}
|
|
2510
|
+
);
|
|
2511
|
+
MagickoAiAudio.displayName = "MagickoAiAudio";
|
|
2512
|
+
|
|
2513
|
+
// dist/icons/MagickoAiChatting.tsx
|
|
2514
|
+
import React193 from "react";
|
|
2515
|
+
import { jsx as jsx193, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
2516
|
+
var MagickoAiChatting = React193.forwardRef(
|
|
2517
|
+
({ size, ...props }, ref) => {
|
|
2518
|
+
return /* @__PURE__ */ jsxs148("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2519
|
+
/* @__PURE__ */ jsxs148("g", { fill: "#1e293b", "clip-path": "url(#a)", children: [
|
|
2520
|
+
/* @__PURE__ */ jsx193("path", { d: "M18.13 10.73c-.42 0-.78-.29-.88-.7l-.35-1.5c-.19-.8-.8-1.41-1.6-1.6l-1.5-.35c-.41-.1-.7-.46-.7-.88a.9.9 0 0 1 .7-.88l1.5-.35c.8-.19 1.41-.8 1.6-1.6l.35-1.5c.1-.41.46-.7.88-.7s.78.29.88.7l.35 1.5c.19.8.8 1.41 1.6 1.6l1.5.35c.41.1.7.46.7.88a.9.9 0 0 1-.7.88l-1.5.35c-.8.19-1.41.8-1.6 1.6l-.35 1.5a.9.9 0 0 1-.88.7M16.32 5.7c.81.36 1.45 1 1.81 1.81.36-.81 1-1.45 1.81-1.81-.81-.36-1.45-1-1.81-1.81-.36.81-1 1.45-1.81 1.81" }),
|
|
2521
|
+
/* @__PURE__ */ jsx193("path", { d: "M17.71 22.43c-.31 0-.6-.1-.88-.27l-4.08-2.43c-.43 0-.86-.04-1.27-.1a.76.76 0 0 1-.6-.48c-.1-.26-.05-.54.13-.75a4.17 4.17 0 0 0 1.02-2.73c0-2.47-2.17-4.48-4.84-4.48-1 0-1.96.28-2.76.8a.758.758 0 0 1-1.16-.54c-.03-.28-.05-.57-.05-.86 0-5.01 4.37-9.11 9.73-9.11.41 0 .75.34.75.75s-.34.75-.75.75c-4.38 0-7.97 3.19-8.22 7.19.77-.3 1.6-.46 2.45-.46 3.5 0 6.34 2.68 6.34 5.98 0 .89-.21 1.76-.62 2.56.15 0 .3.03.42.11l4.26 2.53c.12.08.23.03.28 0s.14-.11.12-.26l-.4-3.21c-.03-.28.09-.55.31-.71 2.08-1.46 3.27-3.68 3.27-6.09 0-.41.34-.75.75-.75s.75.34.75.75c0 2.76-1.29 5.31-3.54 7.05l.34 2.78c.08.68-.22 1.33-.8 1.7-.29.19-.62.28-.95.28" }),
|
|
2522
|
+
/* @__PURE__ */ jsx193("path", { d: "M4.21 23.32c-.26 0-.52-.07-.75-.22-.45-.29-.7-.8-.63-1.33l.2-1.58C1.65 19.07.84 17.42.84 15.68c0-1.98 1.03-3.83 2.77-4.93 1.04-.68 2.28-1.04 3.58-1.04 3.5 0 6.34 2.68 6.34 5.98 0 1.34-.49 2.66-1.38 3.7-1.14 1.39-2.87 2.21-4.75 2.26l-2.48 1.47c-.22.13-.47.2-.71.2m2.97-12.11c-1 0-1.96.28-2.76.8-1.31.83-2.08 2.21-2.08 3.67s.7 2.71 1.92 3.55c.23.16.35.43.32.71l-.22 1.76 2.45-1.46c.12-.07.25-.11.38-.11 1.52 0 2.91-.63 3.81-1.73.68-.79 1.03-1.74 1.03-2.74 0-2.47-2.17-4.48-4.84-4.48z" })
|
|
2523
|
+
] }),
|
|
2524
|
+
/* @__PURE__ */ jsx193("defs", { children: /* @__PURE__ */ jsx193("clipPath", { id: "a", children: /* @__PURE__ */ jsx193("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2525
|
+
] });
|
|
2526
|
+
}
|
|
2527
|
+
);
|
|
2528
|
+
MagickoAiChatting.displayName = "MagickoAiChatting";
|
|
2529
|
+
|
|
2530
|
+
// dist/icons/MagickoAiClipboard.tsx
|
|
2531
|
+
import React194 from "react";
|
|
2532
|
+
import { jsx as jsx194, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
2533
|
+
var MagickoAiClipboard = React194.forwardRef(
|
|
2534
|
+
({ size, ...props }, ref) => {
|
|
2535
|
+
return /* @__PURE__ */ jsxs149("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2536
|
+
/* @__PURE__ */ jsx194("path", { fill: "#1e293b", d: "M12 17.03c-.4 0-.75-.27-.84-.67l-.25-1.07c-.11-.49-.49-.87-.98-.98l-1.07-.25a.86.86 0 0 1-.66-.84c0-.4.27-.75.67-.84l1.07-.25c.49-.11.87-.49.98-.98l.25-1.07c.09-.39.44-.66.84-.66s.75.27.84.67l.25 1.07c.12.49.49.87.98.98l1.07.25c.39.09.67.44.67.84s-.27.75-.67.84l-1.07.25c-.49.11-.87.49-.98.98l-.25 1.07c-.09.39-.45.66-.85.66m-.84-3.8c.34.22.63.5.84.84q.33-.51.84-.84c-.34-.22-.63-.5-.84-.84-.22.34-.5.63-.84.84M14.04 6.62H9.96c-.98 0-2.79 0-2.79-2.79s1.82-2.79 2.79-2.79h4.08c.98 0 2.79 0 2.79 2.79 0 .98 0 2.79-2.79 2.79M9.96 2.54c-1.02 0-1.29 0-1.29 1.29s.27 1.29 1.29 1.29h4.08c1.29 0 1.29-.27 1.29-1.29 0-1.29-.27-1.29-1.29-1.29z" }),
|
|
2537
|
+
/* @__PURE__ */ jsx194("path", { fill: "#1e293b", d: "M16.46 22.98H7.54c-3.02 0-5.48-2.46-5.48-5.48V8.58c0-3.02 2.46-5.48 5.48-5.48.41 0 .75.34.75.75s-.34.75-.75.75c-2.19 0-3.98 1.78-3.98 3.98v8.92c0 2.19 1.78 3.98 3.98 3.98h8.92a3.99 3.99 0 0 0 3.98-3.98V8.58a3.99 3.99 0 0 0-3.98-3.98c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c3.02 0 5.48 2.46 5.48 5.48v8.92c0 3.02-2.46 5.48-5.48 5.48" })
|
|
2538
|
+
] });
|
|
2539
|
+
}
|
|
2540
|
+
);
|
|
2541
|
+
MagickoAiClipboard.displayName = "MagickoAiClipboard";
|
|
2542
|
+
|
|
2543
|
+
// dist/icons/MagickoAiClock.tsx
|
|
2544
|
+
import React195 from "react";
|
|
2545
|
+
import { jsx as jsx195, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
2546
|
+
var MagickoAiClock = React195.forwardRef(
|
|
2547
|
+
({ size, ...props }, ref) => {
|
|
2548
|
+
return /* @__PURE__ */ jsxs150("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2549
|
+
/* @__PURE__ */ jsxs150("g", { fill: "#1e293b", "clip-path": "url(#a)", children: [
|
|
2550
|
+
/* @__PURE__ */ jsx195("path", { d: "M4.94 23.25c-.4 0-.74-.27-.83-.66l-.24-1.01c-.1-.45-.45-.79-.89-.89l-1.01-.24a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l1.01-.24c.45-.1.79-.45.89-.89l.24-1.01c.09-.39.43-.66.83-.66s.74.27.83.66l.24 1.01c.1.45.45.79.89.89l1.01.24c.39.09.66.43.66.83s-.27.74-.66.83l-1.01.24c-.45.1-.79.45-.89.89l-.24 1.01c-.09.39-.43.66-.83.66m-.72-3.63c.28.19.53.43.72.72.19-.28.44-.53.72-.72a2.7 2.7 0 0 1-.72-.72c-.19.28-.44.53-.72.72" }),
|
|
2551
|
+
/* @__PURE__ */ jsx195("path", { d: "M12 23.29c-.68 0-1.36-.06-2.02-.18a.736.736 0 0 1-.6-.87c.07-.41.46-.67.87-.6.57.1 1.16.16 1.75.16 5.4 0 9.79-4.39 9.79-9.79S17.4 2.21 12 2.21 2.21 6.6 2.21 12c0 1.01.15 2.01.46 2.97.13.39-.09.82-.49.94-.4.13-.82-.09-.94-.49C.89 14.32.71 13.17.71 12 .71 5.78 5.78.71 12 .71S23.29 5.77 23.29 12 18.23 23.29 12 23.29" }),
|
|
2552
|
+
/* @__PURE__ */ jsx195("path", { d: "M15.91 16.1a.67.67 0 0 1-.38-.11l-3.27-1.95c-.8-.47-1.4-1.53-1.4-2.46V7.26c0-.41.34-.75.75-.75s.75.34.75.75v4.32c0 .4.32.96.67 1.17l3.27 1.95c.36.21.47.67.26 1.03-.14.23-.39.37-.64.37z" })
|
|
2553
|
+
] }),
|
|
2554
|
+
/* @__PURE__ */ jsx195("defs", { children: /* @__PURE__ */ jsx195("clipPath", { id: "a", children: /* @__PURE__ */ jsx195("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
2555
|
+
] });
|
|
2556
|
+
}
|
|
2557
|
+
);
|
|
2558
|
+
MagickoAiClock.displayName = "MagickoAiClock";
|
|
2559
|
+
|
|
2560
|
+
// dist/icons/MagickoAiCommentary.tsx
|
|
2561
|
+
import React196 from "react";
|
|
2562
|
+
import { jsx as jsx196, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
2563
|
+
var MagickoAiCommentary = React196.forwardRef(
|
|
2564
|
+
({ size, ...props }, ref) => {
|
|
2565
|
+
return /* @__PURE__ */ jsxs151("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2566
|
+
/* @__PURE__ */ jsx196("path", { fill: "#1e293b", d: "M15.94 23.35c-.42 0-.77-.28-.86-.69l-.28-1.22c-.14-.6-.61-1.07-1.2-1.21l-1.23-.28a.877.877 0 0 1 .01-1.71l1.21-.28c.6-.14 1.07-.61 1.21-1.2l.28-1.23c.09-.4.44-.68.85-.68.42 0 .77.29.85.69l.28 1.21c.14.6.61 1.07 1.2 1.21l1.23.28c.39.08.68.44.68.85s-.28.77-.68.86l-1.22.28c-.6.14-1.07.61-1.21 1.2l-.29 1.23a.87.87 0 0 1-.85.68zm-1.18-4.23c.49.28.9.69 1.17 1.18.28-.49.69-.9 1.18-1.17-.49-.28-.9-.69-1.17-1.18-.28.49-.69.9-1.18 1.17" }),
|
|
2567
|
+
/* @__PURE__ */ jsx196("path", { fill: "#1e293b", d: "M10.66 22.15h-.11a10 10 0 0 1-2.95-.89c-.15-.07-.45-.11-.59-.08l-.22.05c-.67.16-1.65.4-2.48.6-.68.17-1.32.02-1.74-.4s-.57-1.06-.4-1.75l.65-2.7c.03-.13 0-.42-.08-.58-.9-1.89-1.2-4.01-.86-6.13.7-4.24 4.15-7.69 8.39-8.39 3.35-.54 6.62.51 8.98 2.88s3.4 5.64 2.86 8.97c-.17 1.02-.48 2-.93 2.91-.18.37-.63.52-1 .34a.75.75 0 0 1-.34-1c.38-.78.65-1.62.79-2.49.47-2.85-.42-5.65-2.44-7.67s-4.82-2.92-7.68-2.46c-3.61.6-6.55 3.54-7.14 7.16-.29 1.81-.04 3.63.73 5.24.18.38.32 1.04.18 1.59l-.65 2.69c-.05.22-.01.32 0 .33s.11.06.33 0l2.48-.59.23-.06c.48-.11 1.13-.03 1.57.18.8.38 1.65.63 2.52.75.41.06.69.44.64.85-.05.37-.37.65-.74.65" }),
|
|
2568
|
+
/* @__PURE__ */ jsx196("path", { fill: "#1e293b", d: "M17.43 10.71c-.3 0-.59-.19-.7-.49a5.02 5.02 0 0 0-2.91-2.94.746.746 0 0 1-.43-.97.75.75 0 0 1 .97-.43c1.74.68 3.12 2.07 3.77 3.82a.75.75 0 0 1-.44.97c-.09.03-.17.04-.26.04" })
|
|
2569
|
+
] });
|
|
2570
|
+
}
|
|
2571
|
+
);
|
|
2572
|
+
MagickoAiCommentary.displayName = "MagickoAiCommentary";
|
|
2573
|
+
|
|
2574
|
+
// dist/icons/MagickoAiCreateDocument.tsx
|
|
2575
|
+
import React197 from "react";
|
|
2576
|
+
import { jsx as jsx197, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
2577
|
+
var MagickoAiCreateDocument = React197.forwardRef(
|
|
2578
|
+
({ size, ...props }, ref) => {
|
|
2579
|
+
return /* @__PURE__ */ jsxs152("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2580
|
+
/* @__PURE__ */ jsx197("path", { fill: "#1e293b", d: "M9.17 22.2c-5.16 0-7.36-2.21-7.36-7.37V9.16c0-5.15 2.2-7.35 7.36-7.35h4.72c.41 0 .75.34.75.75s-.34.75-.75.75H9.17c-4.33 0-5.86 1.53-5.86 5.86v5.67c0 4.33 1.53 5.86 5.86 5.86.41 0 .75.34.75.75s-.34.75-.75.75M21.44 13.69c-.41 0-.75-.34-.75-.75v-2.83c0-.41.34-.75.75-.75s.75.34.75.75v2.83c0 .41-.34.75-.75.75" }),
|
|
2581
|
+
/* @__PURE__ */ jsx197("path", { fill: "#1e293b", d: "M21.44 10.86h-3.78c-3.26 0-4.53-1.27-4.53-4.53V2.55c0-.3.18-.58.46-.69s.6-.05.82.16l7.56 7.56a.751.751 0 0 1-.53 1.28m-6.81-6.49v1.97c0 2.4.62 3.03 3.03 3.03h1.97l-5-4.99zM21.21 21.63c-.41 0-.75-.34-.75-.75v-4.45c0-.41.34-.75.75-.75s.75.34.75.75v4.45c0 .41-.34.75-.75.75M18.4 21.64c-.28 0-.53-.17-.66-.43l-1.5-3.07-1.5 3.07c-.18.37-.63.53-1 .35a.75.75 0 0 1-.35-1l2.17-4.45c.25-.52 1.1-.52 1.35 0l2.17 4.45c.18.37.03.82-.35 1a.8.8 0 0 1-.33.08" }),
|
|
2582
|
+
/* @__PURE__ */ jsx197("path", { fill: "#1e293b", d: "M17.88 20.61h-3.26c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.26c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
2583
|
+
] });
|
|
2584
|
+
}
|
|
2585
|
+
);
|
|
2586
|
+
MagickoAiCreateDocument.displayName = "MagickoAiCreateDocument";
|
|
2587
|
+
|
|
2588
|
+
// dist/icons/MagickoAiCreateFile.tsx
|
|
2589
|
+
import React198 from "react";
|
|
2590
|
+
import { jsx as jsx198, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
2591
|
+
var MagickoAiCreateFile = React198.forwardRef(
|
|
2592
|
+
({ size, ...props }, ref) => {
|
|
2593
|
+
return /* @__PURE__ */ jsxs153("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2594
|
+
/* @__PURE__ */ jsx198("path", { fill: "#1e293b", d: "M9.1 22.42c-5.27 0-7.52-2.25-7.52-7.52V12c0-.41.34-.75.75-.75s.75.34.75.75v2.9c0 4.44 1.57 6.02 6.02 6.02h5.8c4.44 0 6.02-1.57 6.02-6.02V9.1c0-2.8-.65-4.42-2.12-5.24-.15-.09-.67-.31-2.13-.55a.747.747 0 0 1-.62-.86c.07-.41.46-.69.86-.62 1.27.2 2.13.44 2.63.73 1.97 1.11 2.88 3.19 2.88 6.55v5.8c0 5.27-2.25 7.52-7.52 7.52z" }),
|
|
2595
|
+
/* @__PURE__ */ jsx198("path", { fill: "#1e293b", d: "M17.8 13.72h-4.83c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.83c.41 0 .75.34.75.75s-.34.75-.75.75M17.8 17.58h-6.77c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.77c.41 0 .75.34.75.75s-.34.75-.75.75M11.62 9.31c-.41 0-.75-.34-.75-.75v-4.9c0-.41.34-.75.75-.75s.75.34.75.75v4.9c0 .41-.34.75-.75.75M8.52 9.32c-.28 0-.53-.16-.66-.43L6.14 5.37 4.42 8.89c-.18.37-.63.53-1 .35a.75.75 0 0 1-.35-1l2.39-4.9c.25-.52 1.1-.52 1.35 0l2.39 4.9c.18.37.03.82-.35 1a.8.8 0 0 1-.33.08" }),
|
|
2596
|
+
/* @__PURE__ */ jsx198("path", { fill: "#1e293b", d: "M7.94 8.19h-3.6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
2597
|
+
] });
|
|
2598
|
+
}
|
|
2599
|
+
);
|
|
2600
|
+
MagickoAiCreateFile.displayName = "MagickoAiCreateFile";
|
|
2601
|
+
|
|
2602
|
+
// dist/icons/MagickoAiCreativity.tsx
|
|
2603
|
+
import React199 from "react";
|
|
2604
|
+
import { jsx as jsx199, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
2605
|
+
var MagickoAiCreativity = React199.forwardRef(
|
|
2606
|
+
({ size, ...props }, ref) => {
|
|
2607
|
+
return /* @__PURE__ */ jsxs154("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2608
|
+
/* @__PURE__ */ jsx199("path", { fill: "#1e293b", d: "M7.4 23.11c-.98 0-1.78-.8-1.78-1.78v-5.12c0-.27-.18-.47-.28-.57A8.47 8.47 0 0 1 2.59 9.4c0-2.37 1.01-4.67 2.78-6.27A8.4 8.4 0 0 1 11.9.98c1.83.18 3.63 1.12 5.05 2.64 1.97 2.11 2.79 4.31 2.51 6.73-.03.23 0 .44.08.61l1.03 2.33c.27.62.22 1.33-.16 1.9-.34.52-.89.84-1.5.89v1.99c0 .92-.75 1.67-1.67 1.67h-2.18c-.36 0-.65.29-.65.65v.94c0 .98-.8 1.78-1.78 1.78zm3.64-20.67c-1.74 0-3.37.63-4.67 1.81a7 7 0 0 0-2.29 5.16c0 1.96.83 3.81 2.27 5.13.49.45.77 1.05.77 1.67v5.12c0 .16.13.28.28.28h5.22c.16 0 .28-.13.28-.28v-.94c0-1.19.96-2.15 2.15-2.15h2.18c.1 0 .17-.08.17-.17v-2.16c0-.36.14-.69.39-.94s.61-.36.94-.39a.492.492 0 0 0 .45-.69l-1.03-2.33c-.18-.42-.25-.9-.19-1.39.15-1.25.09-3.18-2.11-5.53-1.18-1.26-2.63-2.03-4.1-2.17-.24-.02-.47-.03-.71-.03" }),
|
|
2609
|
+
/* @__PURE__ */ jsx199("path", { fill: "#1e293b", d: "M13.8 14.78c-.27 0-.5-.18-.56-.45l-.16-.69a.86.86 0 0 0-.62-.63l-.7-.16a.55.55 0 0 1-.44-.56c0-.28.19-.5.45-.56l.68-.16c.31-.07.55-.32.63-.63l.16-.7c.06-.26.29-.44.56-.44s.5.18.56.45l.16.69c.07.31.32.55.62.63l.7.16c.26.05.44.28.44.56s-.18.5-.44.56l-.69.16c-.31.07-.55.32-.63.62l-.16.7c-.06.26-.29.44-.56.44zm-.53-2.47c.21.14.38.31.52.52.14-.21.31-.38.52-.52a1.8 1.8 0 0 1-.52-.52c-.14.21-.31.38-.52.52M9.33 12.64c-.41 0-.75-.28-.84-.67l-.24-1.03c-.11-.46-.47-.83-.94-.94l-1.04-.24a.85.85 0 0 1-.66-.83c0-.4.28-.75.68-.84l1.03-.24c.46-.11.83-.47.94-.94l.24-1.04a.84.84 0 0 1 .84-.66c.41 0 .75.28.84.67l.24 1.03c.11.46.47.83.94.94l1.04.24c.38.08.66.43.66.84s-.27.75-.67.84l-1.04.24c-.46.11-.83.47-.94.94l-.24 1.04a.84.84 0 0 1-.84.66zm-.77-3.71c.31.21.58.47.78.78.21-.31.47-.58.78-.78-.31-.21-.58-.47-.78-.78-.21.31-.47.58-.78.78" })
|
|
2610
|
+
] });
|
|
2611
|
+
}
|
|
2612
|
+
);
|
|
2613
|
+
MagickoAiCreativity.displayName = "MagickoAiCreativity";
|
|
2614
|
+
|
|
2615
|
+
// dist/icons/MagickoAiDialogue.tsx
|
|
2616
|
+
import React200 from "react";
|
|
2617
|
+
import { jsx as jsx200, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
2618
|
+
var MagickoAiDialogue = React200.forwardRef(
|
|
2619
|
+
({ size, ...props }, ref) => {
|
|
2620
|
+
return /* @__PURE__ */ jsxs155("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2621
|
+
/* @__PURE__ */ jsx200("path", { fill: "#1e293b", d: "M6.44 8.76c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9.91c.41 0 .75.34.75.75s-.34.75-.75.75zM12.39 13.71H6.44a.749.749 0 1 1 0-1.5h5.95c.41 0 .75.34.75.75s-.34.75-.75.75M18.75 19.42c-.4 0-.75-.27-.83-.67l-.24-1.03c-.11-.46-.47-.82-.93-.93l-1.03-.24a.85.85 0 0 1-.66-.84c0-.4.28-.74.67-.83l1.03-.24c.47-.11.82-.46.93-.93l.24-1.03c.09-.39.44-.66.83-.66.4 0 .74.28.83.67l.24 1.03c.11.46.47.82.93.93l1.04.24c.39.09.66.43.66.83s-.27.74-.66.83l-1.04.24c-.46.11-.82.47-.93.93l-.24 1.04c-.09.39-.43.66-.83.66zm-.77-3.7c.31.2.57.47.77.77.2-.31.47-.57.77-.77-.31-.2-.57-.46-.77-.77-.2.31-.47.57-.77.77" }),
|
|
2622
|
+
/* @__PURE__ */ jsx200("path", { fill: "#1e293b", d: "M15.37 1.31H7.44c-4.39 0-6.7 2.31-6.7 6.7v4.96c0 5.58 2.56 6.7 6.7 6.7h.49c.05 0 .17.06.2.1l1.49 1.98c.46.61 1.11.95 1.79.95s1.33-.35 1.79-.95l1.48-1.98c.05-.06.12-.1.2-.1h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5c-.54 0-1.06.26-1.39.7L12 20.85c-.34.46-.84.46-1.18 0l-1.48-1.97c-.3-.41-.89-.71-1.4-.71h-.5c-3.66 0-5.2-.72-5.2-5.2V8.01c0-3.55 1.65-5.2 5.2-5.2h7.93c3.54 0 5.2 1.65 5.2 5.2v3.18c0 .41.34.75.75.75s.75-.34.75-.75V8.01c0-4.38-2.32-6.7-6.7-6.7" }),
|
|
2623
|
+
/* @__PURE__ */ jsx200("path", { fill: "#1e293b", d: "M18.75 19.42c-.4 0-.75-.27-.83-.67l-.24-1.03c-.11-.46-.47-.82-.93-.93l-1.03-.24a.85.85 0 0 1-.66-.84c0-.4.28-.74.67-.83l1.03-.24c.47-.11.82-.46.93-.93l.24-1.03c.09-.39.44-.66.83-.66.4 0 .74.28.83.67l.24 1.03c.11.46.47.82.93.93l1.04.24c.39.09.66.43.66.83s-.27.74-.66.83l-1.04.24c-.46.11-.82.47-.93.93l-.24 1.04c-.09.39-.43.66-.83.66zm-.77-3.7c.31.2.57.47.77.77.2-.31.47-.57.77-.77-.31-.2-.57-.46-.77-.77-.2.31-.47.57-.77.77" })
|
|
2624
|
+
] });
|
|
2625
|
+
}
|
|
2626
|
+
);
|
|
2627
|
+
MagickoAiDialogue.displayName = "MagickoAiDialogue";
|
|
2628
|
+
|
|
2629
|
+
// dist/icons/MagickoAiDirectInbox.tsx
|
|
2630
|
+
import React201 from "react";
|
|
2631
|
+
import { jsx as jsx201, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
2632
|
+
var MagickoAiDirectInbox = React201.forwardRef(
|
|
2633
|
+
({ size, ...props }, ref) => {
|
|
2634
|
+
return /* @__PURE__ */ jsxs156("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2635
|
+
/* @__PURE__ */ jsx201("path", { fill: "#1e293b", d: "M18.3 9.32c-.4 0-.75-.27-.84-.66l-.25-1.06c-.11-.48-.48-.85-.96-.96l-1.06-.25a.86.86 0 0 1-.66-.84c0-.4.27-.75.67-.84l1.06-.25c.48-.11.85-.48.96-.96l.25-1.06c.09-.39.44-.66.84-.66s.75.27.84.67l.25 1.06c.11.48.48.85.96.96l1.06.25c.39.09.66.44.66.84s-.27.75-.67.84l-1.06.25c-.48.11-.85.48-.96.96l-.25 1.06c-.09.39-.44.65-.84.65m-.82-3.77c.33.21.61.49.82.82.21-.33.49-.61.82-.82-.33-.21-.61-.49-.82-.82-.21.33-.49.61-.82.82M10.35 17.51C9.3 17.51 8.46 17 8 16.06l-.84-1.68c-.19-.39-.58-.63-1.01-.63H2.59c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.56c1 0 1.9.56 2.35 1.46l.84 1.69c.28.55.71.62 1.01.62h3.32c.43 0 .82-.24 1.01-.63l.84-1.68c.45-.9 1.35-1.46 2.35-1.46h3.52c.41 0 .75.34.75.75s-.34.75-.75.75h-3.52c-.43 0-.82.24-1.01.63l-.84 1.68a2.62 2.62 0 0 1-2.36 1.46z" }),
|
|
2636
|
+
/* @__PURE__ */ jsx201("path", { fill: "#1e293b", d: "M14.83 22.21H9.19c-5.14 0-7.33-2.19-7.33-7.33V9.24c0-5.14 2.19-7.33 7.33-7.33h4.7c.41 0 .75.34.75.75s-.34.75-.75.75h-4.7c-4.31 0-5.83 1.53-5.83 5.83v5.64c0 4.31 1.53 5.83 5.83 5.83h5.64c4.31 0 5.83-1.53 5.83-5.83v-4.7c0-.41.34-.75.75-.75s.75.34.75.75v4.7c0 5.14-2.19 7.33-7.33 7.33" })
|
|
2637
|
+
] });
|
|
2638
|
+
}
|
|
2639
|
+
);
|
|
2640
|
+
MagickoAiDirectInbox.displayName = "MagickoAiDirectInbox";
|
|
2641
|
+
|
|
2642
|
+
// dist/icons/MagickoAiDirectboxReceive.tsx
|
|
2643
|
+
import React202 from "react";
|
|
2644
|
+
import { jsx as jsx202, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
2645
|
+
var MagickoAiDirectboxReceive = React202.forwardRef(
|
|
2646
|
+
({ size, ...props }, ref) => {
|
|
2647
|
+
return /* @__PURE__ */ jsxs157("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2648
|
+
/* @__PURE__ */ jsx202("path", { fill: "#1e293b", d: "M17.64 23.37c-.4 0-.75-.27-.84-.67l-.25-1.06c-.11-.48-.48-.85-.96-.96l-1.06-.25a.86.86 0 0 1-.66-.84c0-.4.27-.75.67-.84l1.06-.25c.48-.11.85-.48.96-.96l.25-1.06c.09-.39.44-.66.84-.66s.75.27.84.67l.25 1.06c.11.48.48.85.96.96l1.06.25c.39.09.66.44.66.84s-.27.75-.66.84l-1.06.25c-.48.11-.85.48-.96.96l-.25 1.06c-.09.39-.44.66-.84.66zm-.82-3.77c.33.21.61.49.82.82.21-.33.49-.61.82-.82-.33-.21-.61-.49-.82-.82-.21.33-.49.61-.82.82M12 8.23a.753.753 0 0 1-.75-.75v-6.1c0-.41.34-.75.75-.75s.75.34.75.75v4.29l.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.03 2.03c-.14.14-.34.22-.53.22" }),
|
|
2649
|
+
/* @__PURE__ */ jsx202("path", { fill: "#1e293b", d: "M12 8.23c-.19 0-.38-.07-.53-.22L9.44 5.98a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.03 2.03c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M7.94 22.46c-5.83 0-5.83-3.1-5.83-5.83v-1.02c0-2.26 0-4.82 4.82-4.82 1.21 0 1.65.29 2.28.76.04.03.07.06.1.09l1.03 1.1c.44.47 1.04.72 1.68.72s1.23-.26 1.66-.72l1.04-1.1s.06-.06.09-.08c.63-.47 1.07-.76 2.28-.76 4.82 0 4.82 2.56 4.82 4.82 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-2.28 0-3.32-3.32-3.32-.74 0-.89.09-1.33.42l-.99 1.05c-.72.77-1.7 1.19-2.75 1.2-1.04 0-2.05-.44-2.77-1.2l-.98-1.05c-.44-.33-.59-.42-1.33-.42-3.32 0-3.32 1.04-3.32 3.32v1.02c0 2.79 0 4.33 4.33 4.33h5.08c.41 0 .75.34.75.75s-.34.75-.75.75z" }),
|
|
2650
|
+
/* @__PURE__ */ jsx202("path", { fill: "#1e293b", d: "M4.89 12.3c-.41 0-.75-.34-.75-.75V7.48c0-2.07 0-4.41 3.73-4.77.41-.04.78.26.82.67a.75.75 0 0 1-.67.82c-2.37.23-2.37 1.25-2.37 3.28v4.07c0 .41-.34.75-.75.75zM19.12 12.3c-.41 0-.75-.34-.75-.75V7.48c0-2.03 0-3.05-2.37-3.28a.75.75 0 0 1-.67-.82c.04-.41.41-.72.82-.67 3.73.36 3.73 2.7 3.73 4.77v4.07c0 .41-.34.75-.75.75z" })
|
|
2651
|
+
] });
|
|
2652
|
+
}
|
|
2653
|
+
);
|
|
2654
|
+
MagickoAiDirectboxReceive.displayName = "MagickoAiDirectboxReceive";
|
|
2655
|
+
|
|
2656
|
+
// dist/icons/MagickoAiDocument.tsx
|
|
2657
|
+
import React203 from "react";
|
|
2658
|
+
import { jsx as jsx203, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
2659
|
+
var MagickoAiDocument = React203.forwardRef(
|
|
2660
|
+
({ size, ...props }, ref) => {
|
|
2661
|
+
return /* @__PURE__ */ jsxs158("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2662
|
+
/* @__PURE__ */ jsx203("path", { fill: "#1e293b", d: "M18.81 9.28c-.41 0-.75-.28-.84-.68l-.27-1.18c-.13-.57-.56-1.01-1.13-1.14L15.39 6c-.4-.1-.67-.45-.67-.85 0-.41.28-.75.68-.85l1.18-.27c.57-.13 1.01-.56 1.14-1.13L18 1.72c.1-.4.44-.67.85-.67s.75.28.84.68l.27 1.18c.13.57.56 1.01 1.13 1.14l1.18.28c.4.1.67.45.67.85 0 .41-.28.75-.68.85l-1.18.27c-.57.13-1.01.56-1.14 1.13l-.28 1.18c-.09.4-.44.67-.85.67m-1.06-4.12c.44.26.81.63 1.07 1.08.26-.44.63-.81 1.08-1.07-.45-.26-.81-.63-1.07-1.08-.26.44-.63.81-1.08 1.07M11.81 13.96h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M15.8 17.96H6.81c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.99c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
2663
|
+
/* @__PURE__ */ jsx203("path", { fill: "#1e293b", d: "M8.8 22.95c-5.43 0-7.75-2.32-7.75-7.75v-6c.01-5.42 2.33-7.74 7.76-7.74h5c.41 0 .75.34.75.75s-.34.75-.75.75h-5c-4.61 0-6.25 1.63-6.25 6.25v6c0 4.61 1.63 6.25 6.25 6.25h6c4.61 0 6.25-1.63 6.25-6.25v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75z" })
|
|
2664
|
+
] });
|
|
2665
|
+
}
|
|
2666
|
+
);
|
|
2667
|
+
MagickoAiDocument.displayName = "MagickoAiDocument";
|
|
2668
|
+
|
|
2669
|
+
// dist/icons/MagickoAiDocument2.tsx
|
|
2670
|
+
import React204 from "react";
|
|
2671
|
+
import { jsx as jsx204, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
2672
|
+
var MagickoAiDocument2 = React204.forwardRef(
|
|
2673
|
+
({ size, ...props }, ref) => {
|
|
2674
|
+
return /* @__PURE__ */ jsxs159("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2675
|
+
/* @__PURE__ */ jsx204("path", { fill: "#1e293b", d: "M5.19 22.84c-.41 0-.74-.27-.84-.66l-.27-1.15a1.47 1.47 0 0 0-1.1-1.1l-1.15-.27a.86.86 0 0 1-.67-.85c0-.41.27-.75.67-.85l1.15-.27c.55-.13.97-.55 1.1-1.1l.27-1.15c.09-.39.44-.67.84-.67.41 0 .75.28.85.67l.27 1.15c.13.55.55.97 1.1 1.1l1.15.27c.39.09.67.44.67.84 0 .41-.27.76-.67.85l-1.15.27c-.55.13-.97.55-1.1 1.1l-.27 1.15c-.09.4-.44.67-.85.67m-1.01-4.03c.42.25.77.6 1.02 1.02.25-.42.6-.77 1.02-1.02-.42-.25-.77-.6-1.02-1.02-.25.42-.6.77-1.02 1.02M22.09 13.04c-.41 0-.75-.34-.75-.75V9.46c0-.41.34-.75.75-.75s.75.34.75.75v2.83c0 .41-.34.75-.75.75M3.2 14.24c-.41 0-.75-.34-.75-.75V7.21c0-3.34 2.72-6.06 6.06-6.06h6.02c.41 0 .75.34.75.75s-.34.75-.75.75H8.51C6 2.65 3.95 4.69 3.95 7.21v6.28c0 .41-.34.75-.75.75" }),
|
|
2676
|
+
/* @__PURE__ */ jsx204("path", { fill: "#1e293b", d: "M16.78 21.54h-6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c2.51 0 4.56-2.04 4.56-4.56V9.46c0-.41.34-.75.75-.75s.75.34.75.75v6.02c0 3.34-2.72 6.06-6.06 6.06" }),
|
|
2677
|
+
/* @__PURE__ */ jsx204("path", { fill: "#1e293b", d: "M22.09 10.21h-3.78c-3.26 0-4.53-1.27-4.53-4.53V1.9c0-.3.18-.58.46-.69s.6-.05.82.16l7.56 7.56a.751.751 0 0 1-.53 1.28m-6.81-4.52c0 2.41.62 3.03 3.03 3.03h1.97l-5-4.99z" })
|
|
2678
|
+
] });
|
|
2679
|
+
}
|
|
2680
|
+
);
|
|
2681
|
+
MagickoAiDocument2.displayName = "MagickoAiDocument2";
|
|
2682
|
+
|
|
2092
2683
|
// dist/icons/MagickoCheck.tsx
|
|
2093
|
-
import
|
|
2094
|
-
import { jsx as
|
|
2095
|
-
var MagickoCheck =
|
|
2684
|
+
import React205 from "react";
|
|
2685
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
2686
|
+
var MagickoCheck = React205.forwardRef(
|
|
2096
2687
|
({ size, ...props }, ref) => {
|
|
2097
|
-
return /* @__PURE__ */
|
|
2688
|
+
return /* @__PURE__ */ jsx205("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx205("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" }) });
|
|
2098
2689
|
}
|
|
2099
2690
|
);
|
|
2100
2691
|
MagickoCheck.displayName = "MagickoCheck";
|
|
2101
2692
|
|
|
2102
2693
|
// dist/icons/Marketing.tsx
|
|
2103
|
-
import
|
|
2104
|
-
import { jsx as
|
|
2105
|
-
var Marketing =
|
|
2694
|
+
import React206 from "react";
|
|
2695
|
+
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
2696
|
+
var Marketing = React206.forwardRef(
|
|
2106
2697
|
({ size, ...props }, ref) => {
|
|
2107
|
-
return /* @__PURE__ */
|
|
2698
|
+
return /* @__PURE__ */ jsx206("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx206("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" }) });
|
|
2108
2699
|
}
|
|
2109
2700
|
);
|
|
2110
2701
|
Marketing.displayName = "Marketing";
|
|
2111
2702
|
|
|
2112
2703
|
// dist/icons/MessageEdit.tsx
|
|
2113
|
-
import
|
|
2114
|
-
import { jsx as
|
|
2115
|
-
var MessageEdit =
|
|
2704
|
+
import React207 from "react";
|
|
2705
|
+
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
2706
|
+
var MessageEdit = React207.forwardRef(
|
|
2116
2707
|
({ size, ...props }, ref) => {
|
|
2117
|
-
return /* @__PURE__ */
|
|
2708
|
+
return /* @__PURE__ */ jsx207("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx207("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" }) });
|
|
2118
2709
|
}
|
|
2119
2710
|
);
|
|
2120
2711
|
MessageEdit.displayName = "MessageEdit";
|
|
2121
2712
|
|
|
2122
2713
|
// dist/icons/Network.tsx
|
|
2123
|
-
import
|
|
2124
|
-
import { jsx as
|
|
2125
|
-
var Network =
|
|
2714
|
+
import React208 from "react";
|
|
2715
|
+
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
2716
|
+
var Network = React208.forwardRef(
|
|
2126
2717
|
({ size, ...props }, ref) => {
|
|
2127
|
-
return /* @__PURE__ */
|
|
2718
|
+
return /* @__PURE__ */ jsx208("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx208("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" }) });
|
|
2128
2719
|
}
|
|
2129
2720
|
);
|
|
2130
2721
|
Network.displayName = "Network";
|
|
2131
2722
|
|
|
2132
2723
|
// dist/icons/NotiDot.tsx
|
|
2133
|
-
import
|
|
2134
|
-
import { jsx as
|
|
2135
|
-
var NotiDot =
|
|
2724
|
+
import React209 from "react";
|
|
2725
|
+
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
2726
|
+
var NotiDot = React209.forwardRef(
|
|
2136
2727
|
({ size, ...props }, ref) => {
|
|
2137
|
-
return /* @__PURE__ */
|
|
2728
|
+
return /* @__PURE__ */ jsx209("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx209("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
2138
2729
|
}
|
|
2139
2730
|
);
|
|
2140
2731
|
NotiDot.displayName = "NotiDot";
|
|
2141
2732
|
|
|
2142
2733
|
// dist/icons/PA.tsx
|
|
2143
|
-
import
|
|
2144
|
-
import { jsx as
|
|
2145
|
-
var PA =
|
|
2734
|
+
import React210 from "react";
|
|
2735
|
+
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
2736
|
+
var PA = React210.forwardRef(
|
|
2146
2737
|
({ size, ...props }, ref) => {
|
|
2147
|
-
return /* @__PURE__ */
|
|
2738
|
+
return /* @__PURE__ */ jsx210("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx210("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" }) });
|
|
2148
2739
|
}
|
|
2149
2740
|
);
|
|
2150
2741
|
PA.displayName = "PA";
|
|
2151
2742
|
|
|
2152
2743
|
// dist/icons/PauseSquare.tsx
|
|
2153
|
-
import
|
|
2154
|
-
import { jsx as
|
|
2155
|
-
var PauseSquare =
|
|
2744
|
+
import React211 from "react";
|
|
2745
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
2746
|
+
var PauseSquare = React211.forwardRef(
|
|
2156
2747
|
({ size, ...props }, ref) => {
|
|
2157
|
-
return /* @__PURE__ */
|
|
2748
|
+
return /* @__PURE__ */ jsx211("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx211("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" }) });
|
|
2158
2749
|
}
|
|
2159
2750
|
);
|
|
2160
2751
|
PauseSquare.displayName = "PauseSquare";
|
|
2161
2752
|
|
|
2162
2753
|
// dist/icons/Pdf.tsx
|
|
2163
|
-
import
|
|
2164
|
-
import { jsx as
|
|
2165
|
-
var Pdf =
|
|
2754
|
+
import React212 from "react";
|
|
2755
|
+
import { jsx as jsx212, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
2756
|
+
var Pdf = React212.forwardRef(
|
|
2166
2757
|
({ size, ...props }, ref) => {
|
|
2167
|
-
return /* @__PURE__ */
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
/* @__PURE__ */
|
|
2758
|
+
return /* @__PURE__ */ jsxs160("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2759
|
+
/* @__PURE__ */ jsx212("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" }),
|
|
2760
|
+
/* @__PURE__ */ jsx212("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
2761
|
+
/* @__PURE__ */ jsx212("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" })
|
|
2171
2762
|
] });
|
|
2172
2763
|
}
|
|
2173
2764
|
);
|
|
2174
2765
|
Pdf.displayName = "Pdf";
|
|
2175
2766
|
|
|
2176
2767
|
// dist/icons/PlayFilled.tsx
|
|
2177
|
-
import
|
|
2178
|
-
import { jsx as
|
|
2179
|
-
var PlayFilled =
|
|
2768
|
+
import React213 from "react";
|
|
2769
|
+
import { jsx as jsx213 } from "react/jsx-runtime";
|
|
2770
|
+
var PlayFilled = React213.forwardRef(
|
|
2180
2771
|
({ size, ...props }, ref) => {
|
|
2181
|
-
return /* @__PURE__ */
|
|
2772
|
+
return /* @__PURE__ */ jsx213("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx213("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" }) });
|
|
2182
2773
|
}
|
|
2183
2774
|
);
|
|
2184
2775
|
PlayFilled.displayName = "PlayFilled";
|
|
2185
2776
|
|
|
2186
2777
|
// dist/icons/Signature.tsx
|
|
2187
|
-
import
|
|
2188
|
-
import { jsx as
|
|
2189
|
-
var Signature =
|
|
2778
|
+
import React214 from "react";
|
|
2779
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
2780
|
+
var Signature = React214.forwardRef(
|
|
2190
2781
|
({ size, ...props }, ref) => {
|
|
2191
|
-
return /* @__PURE__ */
|
|
2782
|
+
return /* @__PURE__ */ jsx214("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx214("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" }) });
|
|
2192
2783
|
}
|
|
2193
2784
|
);
|
|
2194
2785
|
Signature.displayName = "Signature";
|
|
2195
2786
|
|
|
2196
2787
|
// dist/icons/SperateDot.tsx
|
|
2197
|
-
import
|
|
2198
|
-
import { jsx as
|
|
2199
|
-
var SperateDot =
|
|
2788
|
+
import React215 from "react";
|
|
2789
|
+
import { jsx as jsx215 } from "react/jsx-runtime";
|
|
2790
|
+
var SperateDot = React215.forwardRef(
|
|
2200
2791
|
({ size, ...props }, ref) => {
|
|
2201
|
-
return /* @__PURE__ */
|
|
2792
|
+
return /* @__PURE__ */ jsx215("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx215("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
2202
2793
|
}
|
|
2203
2794
|
);
|
|
2204
2795
|
SperateDot.displayName = "SperateDot";
|
|
2205
2796
|
|
|
2206
2797
|
// dist/icons/SquarePen1.tsx
|
|
2207
|
-
import
|
|
2208
|
-
import { jsx as
|
|
2209
|
-
var SquarePen1 =
|
|
2798
|
+
import React216 from "react";
|
|
2799
|
+
import { jsx as jsx216, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
2800
|
+
var SquarePen1 = React216.forwardRef(
|
|
2210
2801
|
({ size, ...props }, ref) => {
|
|
2211
|
-
return /* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2213
|
-
/* @__PURE__ */
|
|
2802
|
+
return /* @__PURE__ */ jsxs161("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2803
|
+
/* @__PURE__ */ jsx216("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" }),
|
|
2804
|
+
/* @__PURE__ */ jsx216("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" })
|
|
2214
2805
|
] });
|
|
2215
2806
|
}
|
|
2216
2807
|
);
|
|
2217
2808
|
SquarePen1.displayName = "SquarePen1";
|
|
2218
2809
|
|
|
2219
2810
|
// dist/icons/Strikethrough.tsx
|
|
2220
|
-
import
|
|
2221
|
-
import { jsx as
|
|
2222
|
-
var Strikethrough =
|
|
2811
|
+
import React217 from "react";
|
|
2812
|
+
import { jsx as jsx217 } from "react/jsx-runtime";
|
|
2813
|
+
var Strikethrough = React217.forwardRef(
|
|
2223
2814
|
({ size, ...props }, ref) => {
|
|
2224
|
-
return /* @__PURE__ */
|
|
2815
|
+
return /* @__PURE__ */ jsx217("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx217("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" }) });
|
|
2225
2816
|
}
|
|
2226
2817
|
);
|
|
2227
2818
|
Strikethrough.displayName = "Strikethrough";
|
|
2228
2819
|
|
|
2229
2820
|
// dist/icons/Tasks.tsx
|
|
2230
|
-
import
|
|
2231
|
-
import { jsx as
|
|
2232
|
-
var Tasks =
|
|
2821
|
+
import React218 from "react";
|
|
2822
|
+
import { jsx as jsx218, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
2823
|
+
var Tasks = React218.forwardRef(
|
|
2233
2824
|
({ size, ...props }, ref) => {
|
|
2234
|
-
return /* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */
|
|
2236
|
-
/* @__PURE__ */
|
|
2825
|
+
return /* @__PURE__ */ jsxs162("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
2826
|
+
/* @__PURE__ */ jsx218("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" }),
|
|
2827
|
+
/* @__PURE__ */ jsx218("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" })
|
|
2237
2828
|
] });
|
|
2238
2829
|
}
|
|
2239
2830
|
);
|
|
2240
2831
|
Tasks.displayName = "Tasks";
|
|
2241
2832
|
|
|
2242
2833
|
// dist/icons/Trash.tsx
|
|
2243
|
-
import
|
|
2244
|
-
import { jsx as
|
|
2245
|
-
var Trash =
|
|
2834
|
+
import React219 from "react";
|
|
2835
|
+
import { jsx as jsx219 } from "react/jsx-runtime";
|
|
2836
|
+
var Trash = React219.forwardRef(
|
|
2246
2837
|
({ size, ...props }, ref) => {
|
|
2247
|
-
return /* @__PURE__ */
|
|
2838
|
+
return /* @__PURE__ */ jsx219("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx219("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" }) });
|
|
2248
2839
|
}
|
|
2249
2840
|
);
|
|
2250
2841
|
Trash.displayName = "Trash";
|
|
2251
2842
|
|
|
2252
2843
|
// dist/icons/Video.tsx
|
|
2253
|
-
import
|
|
2254
|
-
import { jsx as
|
|
2255
|
-
var Video =
|
|
2844
|
+
import React220 from "react";
|
|
2845
|
+
import { jsx as jsx220 } from "react/jsx-runtime";
|
|
2846
|
+
var Video = React220.forwardRef(
|
|
2256
2847
|
({ size, ...props }, ref) => {
|
|
2257
|
-
return /* @__PURE__ */
|
|
2848
|
+
return /* @__PURE__ */ jsx220("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx220("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" }) });
|
|
2258
2849
|
}
|
|
2259
2850
|
);
|
|
2260
2851
|
Video.displayName = "Video";
|
|
2261
2852
|
|
|
2262
2853
|
// dist/icons/X.tsx
|
|
2263
|
-
import
|
|
2264
|
-
import { jsx as
|
|
2265
|
-
var X =
|
|
2854
|
+
import React221 from "react";
|
|
2855
|
+
import { jsx as jsx221 } from "react/jsx-runtime";
|
|
2856
|
+
var X = React221.forwardRef(
|
|
2266
2857
|
({ size, ...props }, ref) => {
|
|
2267
|
-
return /* @__PURE__ */
|
|
2858
|
+
return /* @__PURE__ */ jsx221("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx221("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" }) });
|
|
2268
2859
|
}
|
|
2269
2860
|
);
|
|
2270
2861
|
X.displayName = "X";
|
|
@@ -2410,17 +3001,28 @@ export {
|
|
|
2410
3001
|
HrSystem,
|
|
2411
3002
|
Icon3dcube1,
|
|
2412
3003
|
IconsaxAiScienceBold,
|
|
3004
|
+
IconsaxAttachCircle,
|
|
2413
3005
|
IconsaxAttachCircleBold,
|
|
2414
3006
|
IconsaxBrainBold,
|
|
3007
|
+
IconsaxFeather2,
|
|
3008
|
+
IconsaxMinimize4,
|
|
2415
3009
|
IconsaxMonetizeBold,
|
|
2416
3010
|
IconsaxPenBrushBold,
|
|
2417
3011
|
IconsaxPeopleBold,
|
|
3012
|
+
IconsaxPin,
|
|
2418
3013
|
IconsaxTaskSquareBold,
|
|
3014
|
+
IconsaxVideoCamera,
|
|
2419
3015
|
IconsaxVideoCameraBold,
|
|
2420
3016
|
IconsaxWord,
|
|
2421
3017
|
InProgress,
|
|
2422
3018
|
InfoCircleBold,
|
|
3019
|
+
Instagram1,
|
|
3020
|
+
Instagram11,
|
|
3021
|
+
Judge1,
|
|
3022
|
+
LayoutAdjust1,
|
|
2423
3023
|
Legal,
|
|
3024
|
+
Level1,
|
|
3025
|
+
Lifebuoy1,
|
|
2424
3026
|
LikeBold,
|
|
2425
3027
|
Line,
|
|
2426
3028
|
LinkSquare,
|
|
@@ -2428,8 +3030,40 @@ export {
|
|
|
2428
3030
|
ListEnd,
|
|
2429
3031
|
ListOrdered,
|
|
2430
3032
|
ListTodo,
|
|
3033
|
+
Location1,
|
|
3034
|
+
LocationAdd1,
|
|
3035
|
+
LocationCross1,
|
|
3036
|
+
LocationMinus1,
|
|
3037
|
+
LocationTick1,
|
|
2431
3038
|
Lock,
|
|
2432
3039
|
MagickPotion,
|
|
3040
|
+
Magicko365Arrow,
|
|
3041
|
+
Magicko3DotsMore,
|
|
3042
|
+
Magicko3dCubeScan1,
|
|
3043
|
+
Magicko3dRotate1,
|
|
3044
|
+
Magicko3dSquare1,
|
|
3045
|
+
MagickoActivity,
|
|
3046
|
+
MagickoAdd,
|
|
3047
|
+
MagickoAddSquare,
|
|
3048
|
+
MagickoAi3d,
|
|
3049
|
+
MagickoAi3dBox,
|
|
3050
|
+
MagickoAiAc,
|
|
3051
|
+
MagickoAiAdd,
|
|
3052
|
+
MagickoAiAntenna,
|
|
3053
|
+
MagickoAiAssist,
|
|
3054
|
+
MagickoAiAudio,
|
|
3055
|
+
MagickoAiChatting,
|
|
3056
|
+
MagickoAiClipboard,
|
|
3057
|
+
MagickoAiClock,
|
|
3058
|
+
MagickoAiCommentary,
|
|
3059
|
+
MagickoAiCreateDocument,
|
|
3060
|
+
MagickoAiCreateFile,
|
|
3061
|
+
MagickoAiCreativity,
|
|
3062
|
+
MagickoAiDialogue,
|
|
3063
|
+
MagickoAiDirectInbox,
|
|
3064
|
+
MagickoAiDirectboxReceive,
|
|
3065
|
+
MagickoAiDocument,
|
|
3066
|
+
MagickoAiDocument2,
|
|
2433
3067
|
MagickoCheck,
|
|
2434
3068
|
Marketing,
|
|
2435
3069
|
MessageEdit,
|