magick-icons 0.1.217 → 0.1.218
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 +433 -1
- package/index.d.ts +433 -1
- package/index.js +531 -160
- package/index.js.map +1 -1
- package/index.mjs +511 -164
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1876,395 +1876,718 @@ 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(
|
|
1903
1916
|
({ size, ...props }, ref) => {
|
|
1904
|
-
return /* @__PURE__ */
|
|
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(
|
|
1943
|
+
({ size, ...props }, ref) => {
|
|
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
|
+
|
|
2092
2415
|
// dist/icons/MagickoCheck.tsx
|
|
2093
|
-
import
|
|
2094
|
-
import { jsx as
|
|
2095
|
-
var MagickoCheck =
|
|
2416
|
+
import React186 from "react";
|
|
2417
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
2418
|
+
var MagickoCheck = React186.forwardRef(
|
|
2096
2419
|
({ size, ...props }, ref) => {
|
|
2097
|
-
return /* @__PURE__ */
|
|
2420
|
+
return /* @__PURE__ */ jsx186("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx186("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
2421
|
}
|
|
2099
2422
|
);
|
|
2100
2423
|
MagickoCheck.displayName = "MagickoCheck";
|
|
2101
2424
|
|
|
2102
2425
|
// dist/icons/Marketing.tsx
|
|
2103
|
-
import
|
|
2104
|
-
import { jsx as
|
|
2105
|
-
var Marketing =
|
|
2426
|
+
import React187 from "react";
|
|
2427
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
2428
|
+
var Marketing = React187.forwardRef(
|
|
2106
2429
|
({ size, ...props }, ref) => {
|
|
2107
|
-
return /* @__PURE__ */
|
|
2430
|
+
return /* @__PURE__ */ jsx187("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx187("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
2431
|
}
|
|
2109
2432
|
);
|
|
2110
2433
|
Marketing.displayName = "Marketing";
|
|
2111
2434
|
|
|
2112
2435
|
// dist/icons/MessageEdit.tsx
|
|
2113
|
-
import
|
|
2114
|
-
import { jsx as
|
|
2115
|
-
var MessageEdit =
|
|
2436
|
+
import React188 from "react";
|
|
2437
|
+
import { jsx as jsx188 } from "react/jsx-runtime";
|
|
2438
|
+
var MessageEdit = React188.forwardRef(
|
|
2116
2439
|
({ size, ...props }, ref) => {
|
|
2117
|
-
return /* @__PURE__ */
|
|
2440
|
+
return /* @__PURE__ */ jsx188("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx188("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
2441
|
}
|
|
2119
2442
|
);
|
|
2120
2443
|
MessageEdit.displayName = "MessageEdit";
|
|
2121
2444
|
|
|
2122
2445
|
// dist/icons/Network.tsx
|
|
2123
|
-
import
|
|
2124
|
-
import { jsx as
|
|
2125
|
-
var Network =
|
|
2446
|
+
import React189 from "react";
|
|
2447
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
2448
|
+
var Network = React189.forwardRef(
|
|
2126
2449
|
({ size, ...props }, ref) => {
|
|
2127
|
-
return /* @__PURE__ */
|
|
2450
|
+
return /* @__PURE__ */ jsx189("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx189("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
2451
|
}
|
|
2129
2452
|
);
|
|
2130
2453
|
Network.displayName = "Network";
|
|
2131
2454
|
|
|
2132
2455
|
// dist/icons/NotiDot.tsx
|
|
2133
|
-
import
|
|
2134
|
-
import { jsx as
|
|
2135
|
-
var NotiDot =
|
|
2456
|
+
import React190 from "react";
|
|
2457
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
2458
|
+
var NotiDot = React190.forwardRef(
|
|
2136
2459
|
({ size, ...props }, ref) => {
|
|
2137
|
-
return /* @__PURE__ */
|
|
2460
|
+
return /* @__PURE__ */ jsx190("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx190("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
2138
2461
|
}
|
|
2139
2462
|
);
|
|
2140
2463
|
NotiDot.displayName = "NotiDot";
|
|
2141
2464
|
|
|
2142
2465
|
// dist/icons/PA.tsx
|
|
2143
|
-
import
|
|
2144
|
-
import { jsx as
|
|
2145
|
-
var PA =
|
|
2466
|
+
import React191 from "react";
|
|
2467
|
+
import { jsx as jsx191 } from "react/jsx-runtime";
|
|
2468
|
+
var PA = React191.forwardRef(
|
|
2146
2469
|
({ size, ...props }, ref) => {
|
|
2147
|
-
return /* @__PURE__ */
|
|
2470
|
+
return /* @__PURE__ */ jsx191("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx191("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
2471
|
}
|
|
2149
2472
|
);
|
|
2150
2473
|
PA.displayName = "PA";
|
|
2151
2474
|
|
|
2152
2475
|
// dist/icons/PauseSquare.tsx
|
|
2153
|
-
import
|
|
2154
|
-
import { jsx as
|
|
2155
|
-
var PauseSquare =
|
|
2476
|
+
import React192 from "react";
|
|
2477
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
2478
|
+
var PauseSquare = React192.forwardRef(
|
|
2156
2479
|
({ size, ...props }, ref) => {
|
|
2157
|
-
return /* @__PURE__ */
|
|
2480
|
+
return /* @__PURE__ */ jsx192("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx192("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
2481
|
}
|
|
2159
2482
|
);
|
|
2160
2483
|
PauseSquare.displayName = "PauseSquare";
|
|
2161
2484
|
|
|
2162
2485
|
// dist/icons/Pdf.tsx
|
|
2163
|
-
import
|
|
2164
|
-
import { jsx as
|
|
2165
|
-
var Pdf =
|
|
2486
|
+
import React193 from "react";
|
|
2487
|
+
import { jsx as jsx193, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
2488
|
+
var Pdf = React193.forwardRef(
|
|
2166
2489
|
({ size, ...props }, ref) => {
|
|
2167
|
-
return /* @__PURE__ */
|
|
2168
|
-
/* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
/* @__PURE__ */
|
|
2490
|
+
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: [
|
|
2491
|
+
/* @__PURE__ */ jsx193("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" }),
|
|
2492
|
+
/* @__PURE__ */ jsx193("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
2493
|
+
/* @__PURE__ */ jsx193("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
2494
|
] });
|
|
2172
2495
|
}
|
|
2173
2496
|
);
|
|
2174
2497
|
Pdf.displayName = "Pdf";
|
|
2175
2498
|
|
|
2176
2499
|
// dist/icons/PlayFilled.tsx
|
|
2177
|
-
import
|
|
2178
|
-
import { jsx as
|
|
2179
|
-
var PlayFilled =
|
|
2500
|
+
import React194 from "react";
|
|
2501
|
+
import { jsx as jsx194 } from "react/jsx-runtime";
|
|
2502
|
+
var PlayFilled = React194.forwardRef(
|
|
2180
2503
|
({ size, ...props }, ref) => {
|
|
2181
|
-
return /* @__PURE__ */
|
|
2504
|
+
return /* @__PURE__ */ jsx194("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx194("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
2505
|
}
|
|
2183
2506
|
);
|
|
2184
2507
|
PlayFilled.displayName = "PlayFilled";
|
|
2185
2508
|
|
|
2186
2509
|
// dist/icons/Signature.tsx
|
|
2187
|
-
import
|
|
2188
|
-
import { jsx as
|
|
2189
|
-
var Signature =
|
|
2510
|
+
import React195 from "react";
|
|
2511
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
2512
|
+
var Signature = React195.forwardRef(
|
|
2190
2513
|
({ size, ...props }, ref) => {
|
|
2191
|
-
return /* @__PURE__ */
|
|
2514
|
+
return /* @__PURE__ */ jsx195("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx195("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
2515
|
}
|
|
2193
2516
|
);
|
|
2194
2517
|
Signature.displayName = "Signature";
|
|
2195
2518
|
|
|
2196
2519
|
// dist/icons/SperateDot.tsx
|
|
2197
|
-
import
|
|
2198
|
-
import { jsx as
|
|
2199
|
-
var SperateDot =
|
|
2520
|
+
import React196 from "react";
|
|
2521
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
2522
|
+
var SperateDot = React196.forwardRef(
|
|
2200
2523
|
({ size, ...props }, ref) => {
|
|
2201
|
-
return /* @__PURE__ */
|
|
2524
|
+
return /* @__PURE__ */ jsx196("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx196("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
2202
2525
|
}
|
|
2203
2526
|
);
|
|
2204
2527
|
SperateDot.displayName = "SperateDot";
|
|
2205
2528
|
|
|
2206
2529
|
// dist/icons/SquarePen1.tsx
|
|
2207
|
-
import
|
|
2208
|
-
import { jsx as
|
|
2209
|
-
var SquarePen1 =
|
|
2530
|
+
import React197 from "react";
|
|
2531
|
+
import { jsx as jsx197, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
2532
|
+
var SquarePen1 = React197.forwardRef(
|
|
2210
2533
|
({ size, ...props }, ref) => {
|
|
2211
|
-
return /* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2213
|
-
/* @__PURE__ */
|
|
2534
|
+
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: [
|
|
2535
|
+
/* @__PURE__ */ jsx197("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" }),
|
|
2536
|
+
/* @__PURE__ */ jsx197("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
2537
|
] });
|
|
2215
2538
|
}
|
|
2216
2539
|
);
|
|
2217
2540
|
SquarePen1.displayName = "SquarePen1";
|
|
2218
2541
|
|
|
2219
2542
|
// dist/icons/Strikethrough.tsx
|
|
2220
|
-
import
|
|
2221
|
-
import { jsx as
|
|
2222
|
-
var Strikethrough =
|
|
2543
|
+
import React198 from "react";
|
|
2544
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
2545
|
+
var Strikethrough = React198.forwardRef(
|
|
2223
2546
|
({ size, ...props }, ref) => {
|
|
2224
|
-
return /* @__PURE__ */
|
|
2547
|
+
return /* @__PURE__ */ jsx198("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx198("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
2548
|
}
|
|
2226
2549
|
);
|
|
2227
2550
|
Strikethrough.displayName = "Strikethrough";
|
|
2228
2551
|
|
|
2229
2552
|
// dist/icons/Tasks.tsx
|
|
2230
|
-
import
|
|
2231
|
-
import { jsx as
|
|
2232
|
-
var Tasks =
|
|
2553
|
+
import React199 from "react";
|
|
2554
|
+
import { jsx as jsx199, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
2555
|
+
var Tasks = React199.forwardRef(
|
|
2233
2556
|
({ size, ...props }, ref) => {
|
|
2234
|
-
return /* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */
|
|
2236
|
-
/* @__PURE__ */
|
|
2557
|
+
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: [
|
|
2558
|
+
/* @__PURE__ */ jsx199("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" }),
|
|
2559
|
+
/* @__PURE__ */ jsx199("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
2560
|
] });
|
|
2238
2561
|
}
|
|
2239
2562
|
);
|
|
2240
2563
|
Tasks.displayName = "Tasks";
|
|
2241
2564
|
|
|
2242
2565
|
// dist/icons/Trash.tsx
|
|
2243
|
-
import
|
|
2244
|
-
import { jsx as
|
|
2245
|
-
var Trash =
|
|
2566
|
+
import React200 from "react";
|
|
2567
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
2568
|
+
var Trash = React200.forwardRef(
|
|
2246
2569
|
({ size, ...props }, ref) => {
|
|
2247
|
-
return /* @__PURE__ */
|
|
2570
|
+
return /* @__PURE__ */ jsx200("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx200("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
2571
|
}
|
|
2249
2572
|
);
|
|
2250
2573
|
Trash.displayName = "Trash";
|
|
2251
2574
|
|
|
2252
2575
|
// dist/icons/Video.tsx
|
|
2253
|
-
import
|
|
2254
|
-
import { jsx as
|
|
2255
|
-
var Video =
|
|
2576
|
+
import React201 from "react";
|
|
2577
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
2578
|
+
var Video = React201.forwardRef(
|
|
2256
2579
|
({ size, ...props }, ref) => {
|
|
2257
|
-
return /* @__PURE__ */
|
|
2580
|
+
return /* @__PURE__ */ jsx201("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx201("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
2581
|
}
|
|
2259
2582
|
);
|
|
2260
2583
|
Video.displayName = "Video";
|
|
2261
2584
|
|
|
2262
2585
|
// dist/icons/X.tsx
|
|
2263
|
-
import
|
|
2264
|
-
import { jsx as
|
|
2265
|
-
var X =
|
|
2586
|
+
import React202 from "react";
|
|
2587
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
2588
|
+
var X = React202.forwardRef(
|
|
2266
2589
|
({ size, ...props }, ref) => {
|
|
2267
|
-
return /* @__PURE__ */
|
|
2590
|
+
return /* @__PURE__ */ jsx202("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx202("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
2591
|
}
|
|
2269
2592
|
);
|
|
2270
2593
|
X.displayName = "X";
|
|
@@ -2410,17 +2733,28 @@ export {
|
|
|
2410
2733
|
HrSystem,
|
|
2411
2734
|
Icon3dcube1,
|
|
2412
2735
|
IconsaxAiScienceBold,
|
|
2736
|
+
IconsaxAttachCircle,
|
|
2413
2737
|
IconsaxAttachCircleBold,
|
|
2414
2738
|
IconsaxBrainBold,
|
|
2739
|
+
IconsaxFeather2,
|
|
2740
|
+
IconsaxMinimize4,
|
|
2415
2741
|
IconsaxMonetizeBold,
|
|
2416
2742
|
IconsaxPenBrushBold,
|
|
2417
2743
|
IconsaxPeopleBold,
|
|
2744
|
+
IconsaxPin,
|
|
2418
2745
|
IconsaxTaskSquareBold,
|
|
2746
|
+
IconsaxVideoCamera,
|
|
2419
2747
|
IconsaxVideoCameraBold,
|
|
2420
2748
|
IconsaxWord,
|
|
2421
2749
|
InProgress,
|
|
2422
2750
|
InfoCircleBold,
|
|
2751
|
+
Instagram1,
|
|
2752
|
+
Instagram11,
|
|
2753
|
+
Judge1,
|
|
2754
|
+
LayoutAdjust1,
|
|
2423
2755
|
Legal,
|
|
2756
|
+
Level1,
|
|
2757
|
+
Lifebuoy1,
|
|
2424
2758
|
LikeBold,
|
|
2425
2759
|
Line,
|
|
2426
2760
|
LinkSquare,
|
|
@@ -2428,8 +2762,21 @@ export {
|
|
|
2428
2762
|
ListEnd,
|
|
2429
2763
|
ListOrdered,
|
|
2430
2764
|
ListTodo,
|
|
2765
|
+
Location1,
|
|
2766
|
+
LocationAdd1,
|
|
2767
|
+
LocationCross1,
|
|
2768
|
+
LocationMinus1,
|
|
2769
|
+
LocationTick1,
|
|
2431
2770
|
Lock,
|
|
2432
2771
|
MagickPotion,
|
|
2772
|
+
Magicko365Arrow,
|
|
2773
|
+
Magicko3DotsMore,
|
|
2774
|
+
Magicko3dCubeScan1,
|
|
2775
|
+
Magicko3dRotate1,
|
|
2776
|
+
Magicko3dSquare1,
|
|
2777
|
+
MagickoActivity,
|
|
2778
|
+
MagickoAdd,
|
|
2779
|
+
MagickoAddSquare,
|
|
2433
2780
|
MagickoCheck,
|
|
2434
2781
|
Marketing,
|
|
2435
2782
|
MessageEdit,
|