magick-icons 0.1.231 → 0.1.233
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 +1081 -1
- package/index.d.ts +1081 -1
- package/index.js +973 -67
- package/index.js.map +1 -1
- package/index.mjs +917 -71
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6704,172 +6704,958 @@ var MagickoExitArrow01 = React505.forwardRef(
|
|
|
6704
6704
|
);
|
|
6705
6705
|
MagickoExitArrow01.displayName = "MagickoExitArrow01";
|
|
6706
6706
|
|
|
6707
|
-
// dist/icons/
|
|
6707
|
+
// dist/icons/MagickoExitArrow02.tsx
|
|
6708
6708
|
import React506 from "react";
|
|
6709
|
-
import { jsx as jsx506 } from "react/jsx-runtime";
|
|
6710
|
-
var
|
|
6709
|
+
import { jsx as jsx506, jsxs as jsxs427 } from "react/jsx-runtime";
|
|
6710
|
+
var MagickoExitArrow02 = React506.forwardRef(
|
|
6711
|
+
({ size, ...props }, ref) => {
|
|
6712
|
+
return /* @__PURE__ */ jsxs427("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6713
|
+
/* @__PURE__ */ jsx506("path", { fill: "#1e293b", d: "M3.86 19.18c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.1 0 9.25-4.15 9.25-9.25 0-.41.34-.75.75-.75s.75.34.75.75c0 5.93-4.82 10.75-10.75 10.75" }),
|
|
6714
|
+
/* @__PURE__ */ jsx506("path", { fill: "#1e293b", d: "M5.86 22.75c-.19 0-.38-.07-.53-.22l-3.72-3.72a.754.754 0 0 1 0-1.06l3.72-3.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06L3.2 18.28l3.19 3.19c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22" }),
|
|
6715
|
+
/* @__PURE__ */ jsx506("path", { fill: "#1e293b", d: "M17 22.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5A4.26 4.26 0 0 0 21.25 17V7A4.26 4.26 0 0 0 17 2.75H7A4.26 4.26 0 0 0 2.75 7v5.03c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7c0-3.17 2.58-5.75 5.75-5.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75" })
|
|
6716
|
+
] });
|
|
6717
|
+
}
|
|
6718
|
+
);
|
|
6719
|
+
MagickoExitArrow02.displayName = "MagickoExitArrow02";
|
|
6720
|
+
|
|
6721
|
+
// dist/icons/MagickoExitArrow03.tsx
|
|
6722
|
+
import React507 from "react";
|
|
6723
|
+
import { jsx as jsx507, jsxs as jsxs428 } from "react/jsx-runtime";
|
|
6724
|
+
var MagickoExitArrow03 = React507.forwardRef(
|
|
6725
|
+
({ size, ...props }, ref) => {
|
|
6726
|
+
return /* @__PURE__ */ jsxs428("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6727
|
+
/* @__PURE__ */ jsx507("path", { fill: "#1e293b", d: "M17 22.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5A4.26 4.26 0 0 0 21.25 17V7A4.26 4.26 0 0 0 17 2.75H7A4.26 4.26 0 0 0 2.75 7v5.03c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7c0-3.17 2.58-5.75 5.75-5.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75" }),
|
|
6728
|
+
/* @__PURE__ */ jsx507("path", { fill: "#1e293b", d: "M3 21.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l10-10c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-10 10c-.15.14-.34.22-.53.22" }),
|
|
6729
|
+
/* @__PURE__ */ jsx507("path", { fill: "#1e293b", d: "M8 22.75H2c-.41 0-.75-.34-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v5.25H8c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6730
|
+
] });
|
|
6731
|
+
}
|
|
6732
|
+
);
|
|
6733
|
+
MagickoExitArrow03.displayName = "MagickoExitArrow03";
|
|
6734
|
+
|
|
6735
|
+
// dist/icons/MagickoExport01.tsx
|
|
6736
|
+
import React508 from "react";
|
|
6737
|
+
import { jsx as jsx508, jsxs as jsxs429 } from "react/jsx-runtime";
|
|
6738
|
+
var MagickoExport01 = React508.forwardRef(
|
|
6739
|
+
({ size, ...props }, ref) => {
|
|
6740
|
+
return /* @__PURE__ */ jsxs429("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6741
|
+
/* @__PURE__ */ jsx508("path", { fill: "#1e293b", d: "M3 21.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l10-10c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-10 10c-.15.14-.34.22-.53.22" }),
|
|
6742
|
+
/* @__PURE__ */ jsx508("path", { fill: "#1e293b", d: "M8 22.75H2c-.41 0-.75-.34-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v5.25H8c.41 0 .75.34.75.75s-.34.75-.75.75M12 22.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.1 0 9.25-4.15 9.25-9.25S17.1 2.75 12 2.75 2.75 6.9 2.75 12c0 .41-.34.75-.75.75s-.75-.34-.75-.75C1.25 6.07 6.07 1.25 12 1.25S22.75 6.07 22.75 12 17.93 22.75 12 22.75" })
|
|
6743
|
+
] });
|
|
6744
|
+
}
|
|
6745
|
+
);
|
|
6746
|
+
MagickoExport01.displayName = "MagickoExport01";
|
|
6747
|
+
|
|
6748
|
+
// dist/icons/MagickoExportArrow01.tsx
|
|
6749
|
+
import React509 from "react";
|
|
6750
|
+
import { jsx as jsx509, jsxs as jsxs430 } from "react/jsx-runtime";
|
|
6751
|
+
var MagickoExportArrow01 = React509.forwardRef(
|
|
6752
|
+
({ size, ...props }, ref) => {
|
|
6753
|
+
return /* @__PURE__ */ jsxs430("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6754
|
+
/* @__PURE__ */ jsx509("path", { fill: "#1e293b", d: "M15.26 22.25H8.74c-4.91 0-7.01-2.1-7.01-7.01v-.13c0-4.44 1.75-6.58 5.67-6.95.4-.03.78.27.82.68s-.26.78-.68.82c-3.14.29-4.31 1.77-4.31 5.46v.13c0 4.07 1.44 5.51 5.51 5.51h6.52c4.07 0 5.51-1.44 5.51-5.51v-.13c0-3.71-1.19-5.19-4.39-5.46a.75.75 0 0 1-.68-.81c.04-.41.39-.72.81-.68 3.98.34 5.76 2.49 5.76 6.96v.13c0 4.89-2.1 6.99-7.01 6.99" }),
|
|
6755
|
+
/* @__PURE__ */ jsx509("path", { fill: "#1e293b", d: "M12 15.75c-.41 0-.75-.34-.75-.75V3.62c0-.41.34-.75.75-.75s.75.34.75.75V15c0 .41-.34.75-.75.75" }),
|
|
6756
|
+
/* @__PURE__ */ jsx509("path", { fill: "#1e293b", d: "M15.35 6.6c-.19 0-.38-.07-.53-.22L12 3.56 9.18 6.38c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l3.35-3.35c.29-.29.77-.29 1.06 0l3.35 3.35c.29.29.29.77 0 1.06-.14.15-.34.22-.53.22" })
|
|
6757
|
+
] });
|
|
6758
|
+
}
|
|
6759
|
+
);
|
|
6760
|
+
MagickoExportArrow01.displayName = "MagickoExportArrow01";
|
|
6761
|
+
|
|
6762
|
+
// dist/icons/MagickoExportArrow02.tsx
|
|
6763
|
+
import React510 from "react";
|
|
6764
|
+
import { jsx as jsx510, jsxs as jsxs431 } from "react/jsx-runtime";
|
|
6765
|
+
var MagickoExportArrow02 = React510.forwardRef(
|
|
6766
|
+
({ size, ...props }, ref) => {
|
|
6767
|
+
return /* @__PURE__ */ jsxs431("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6768
|
+
/* @__PURE__ */ jsx510("path", { fill: "#1e293b", d: "M13 11.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l8.2-8.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-8.2 8.2c-.15.15-.34.22-.53.22" }),
|
|
6769
|
+
/* @__PURE__ */ jsx510("path", { fill: "#1e293b", d: "M22 7.55c-.41 0-.75-.34-.75-.75V2.75H17.2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75v4.8c0 .41-.34.75-.75.75M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h2c.41 0 .75.34.75.75s-.34.75-.75.75H9C4.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.25v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 5.43-2.32 7.75-7.75 7.75" })
|
|
6770
|
+
] });
|
|
6771
|
+
}
|
|
6772
|
+
);
|
|
6773
|
+
MagickoExportArrow02.displayName = "MagickoExportArrow02";
|
|
6774
|
+
|
|
6775
|
+
// dist/icons/MagickoExportCircle01.tsx
|
|
6776
|
+
import React511 from "react";
|
|
6777
|
+
import { jsx as jsx511, jsxs as jsxs432 } from "react/jsx-runtime";
|
|
6778
|
+
var MagickoExportCircle01 = React511.forwardRef(
|
|
6779
|
+
({ size, ...props }, ref) => {
|
|
6780
|
+
return /* @__PURE__ */ jsxs432("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6781
|
+
/* @__PURE__ */ jsx511("path", { fill: "#1e293b", d: "M14.44 7.25c-.19 0-.38-.07-.53-.22L11.88 5 9.85 7.03c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2.56-2.56c.29-.29.77-.29 1.06 0l2.56 2.56c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
6782
|
+
/* @__PURE__ */ jsx511("path", { fill: "#1e293b", d: "M11.88 14.93c-.41 0-.75-.34-.75-.75V4.01c0-.41.34-.75.75-.75s.75.34.75.75v10.17c0 .42-.34.75-.75.75" }),
|
|
6783
|
+
/* @__PURE__ */ jsx511("path", { fill: "#1e293b", d: "M12 20.75c-5.15 0-8.75-3.6-8.75-8.75 0-.41.34-.75.75-.75s.75.34.75.75c0 4.27 2.98 7.25 7.25 7.25s7.25-2.98 7.25-7.25c0-.41.34-.75.75-.75s.75.34.75.75c0 5.15-3.6 8.75-8.75 8.75" })
|
|
6784
|
+
] });
|
|
6785
|
+
}
|
|
6786
|
+
);
|
|
6787
|
+
MagickoExportCircle01.displayName = "MagickoExportCircle01";
|
|
6788
|
+
|
|
6789
|
+
// dist/icons/MagickoExportCircle02.tsx
|
|
6790
|
+
import React512 from "react";
|
|
6791
|
+
import { jsx as jsx512, jsxs as jsxs433 } from "react/jsx-runtime";
|
|
6792
|
+
var MagickoExportCircle02 = React512.forwardRef(
|
|
6793
|
+
({ size, ...props }, ref) => {
|
|
6794
|
+
return /* @__PURE__ */ jsxs433("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6795
|
+
/* @__PURE__ */ jsx512("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25c.41 0 .75.34.75.75s-.34.75-.75.75C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25c0-.41.34-.75.75-.75s.75.34.75.75c0 5.93-4.82 10.75-10.75 10.75" }),
|
|
6796
|
+
/* @__PURE__ */ jsx512("path", { fill: "#1e293b", d: "M13 11.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l8.2-8.2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-8.2 8.2c-.15.15-.34.22-.53.22" }),
|
|
6797
|
+
/* @__PURE__ */ jsx512("path", { fill: "#1e293b", d: "M22 7.58c-.41 0-.75-.34-.75-.75V2.75h-4.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75v4.83c0 .41-.34.75-.75.75" })
|
|
6798
|
+
] });
|
|
6799
|
+
}
|
|
6800
|
+
);
|
|
6801
|
+
MagickoExportCircle02.displayName = "MagickoExportCircle02";
|
|
6802
|
+
|
|
6803
|
+
// dist/icons/MagickoExposure.tsx
|
|
6804
|
+
import React513 from "react";
|
|
6805
|
+
import { jsx as jsx513 } from "react/jsx-runtime";
|
|
6806
|
+
var MagickoExposure = React513.forwardRef(
|
|
6807
|
+
({ size, ...props }, ref) => {
|
|
6808
|
+
return /* @__PURE__ */ jsx513("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx513("path", { fill: "#1e293b", d: "M11.99 18.21c-1.66 0-3.23-.65-4.4-1.82a6.17 6.17 0 0 1-1.82-4.4c0-1.66.65-3.23 1.82-4.4a6.15 6.15 0 0 1 4.4-1.82c1.66 0 3.23.65 4.4 1.82a6.17 6.17 0 0 1 1.82 4.4c0 1.66-.65 3.23-1.82 4.4a6.16 6.16 0 0 1-4.4 1.82m0-10.82c-1.23 0-2.38.48-3.25 1.35s-1.35 2.02-1.35 3.25.48 2.38 1.35 3.25 2.02 1.35 3.25 1.35 2.38-.48 3.25-1.35 1.35-2.02 1.35-3.25-.48-2.38-1.35-3.25a4.56 4.56 0 0 0-3.25-1.35M22.81 11.99c0 .6-.48 1.08-1.08 1.08s-1.08-.48-1.08-1.08.48-1.08 1.08-1.08c.32-.02.56.11.76.31.21.21.32.48.32.77M13.05 21.73a1.06 1.06 0 0 1-2.12 0c0-.28.1-.55.31-.75a1.06 1.06 0 0 1 1.81.75M3 11.24a1.06 1.06 0 1 1-.75-.31c.3-.01.55.1.75.31M6.17 5.1A1.075 1.075 0 0 1 5.1 6.17c-.58 0-1.06-.48-1.06-1.07s.48-1.06 1.06-1.06 1.07.48 1.07 1.06M13.05 2.25c0 .59-.47 1.06-1.06 1.06s-1.06-.47-1.06-1.06c0-.28.1-.55.3-.75.21-.2.47-.31.76-.31.58 0 1.06.47 1.06 1.06M19.94 18.88c0 .28-.11.54-.31.74-.2.21-.47.32-.75.32-.59 0-1.07-.48-1.07-1.06s.48-1.07 1.07-1.07 1.06.48 1.06 1.07M6.17 18.88c0 .28-.11.54-.31.74-.2.21-.47.32-.76.32-.58 0-1.06-.48-1.06-1.06s.48-1.07 1.06-1.07 1.07.48 1.07 1.07M19.94 5.1a1.06 1.06 0 0 1-1.06 1.06c-.59 0-1.06-.47-1.07-1.05 0-.59.48-1.07 1.07-1.07s1.06.48 1.06 1.06" }) });
|
|
6809
|
+
}
|
|
6810
|
+
);
|
|
6811
|
+
MagickoExposure.displayName = "MagickoExposure";
|
|
6812
|
+
|
|
6813
|
+
// dist/icons/MagickoExposure2.tsx
|
|
6814
|
+
import React514 from "react";
|
|
6815
|
+
import { jsx as jsx514 } from "react/jsx-runtime";
|
|
6816
|
+
var MagickoExposure2 = React514.forwardRef(
|
|
6817
|
+
({ size, ...props }, ref) => {
|
|
6818
|
+
return /* @__PURE__ */ jsx514("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx514("path", { fill: "#1e293b", d: "M11.65 17.82c-1.62 0-3.23-.62-4.46-1.85-2.46-2.46-2.46-6.47 0-8.93s6.46-2.46 8.93 0c2.46 2.46 2.46 6.47 0 8.93a6.3 6.3 0 0 1-4.46 1.85zm0-11c-1.2 0-2.4.46-3.31 1.37a4.69 4.69 0 0 0 0 6.63 4.69 4.69 0 0 0 6.63 0 4.69 4.69 0 0 0 0-6.63 4.67 4.67 0 0 0-3.31-1.37zM11.65 3.32c-.45 0-.81-.36-.81-.81v-1c0-.45.36-.81.81-.81s.81.36.81.81v1c0 .45-.36.81-.81.81M11.65 22.32c-.45 0-.81-.36-.81-.81v-1c0-.45.36-.81.81-.81s.81.36.81.81v1c0 .45-.36.81-.81.81M18.01 5.96c-.21 0-.42-.08-.57-.24a.81.81 0 0 1 0-1.15l.71-.71c.32-.32.83-.32 1.15 0s.32.83 0 1.15l-.71.71c-.16.16-.37.24-.57.24zM4.58 19.39c-.21 0-.42-.08-.57-.24a.81.81 0 0 1 0-1.15l.71-.71c.32-.32.83-.32 1.15 0s.32.83 0 1.15l-.71.71c-.16.16-.37.24-.57.24zM21.65 12.32h-1c-.45 0-.81-.36-.81-.81s.36-.81.81-.81h1c.45 0 .81.36.81.81s-.36.81-.81.81M2.65 12.32h-1c-.45 0-.81-.36-.81-.81s.36-.81.81-.81h1c.45 0 .81.36.81.81s-.36.81-.81.81M18.72 19.39c-.21 0-.42-.08-.57-.24l-.71-.71a.81.81 0 0 1 0-1.15c.32-.32.83-.32 1.15 0l.71.71c.32.32.32.83 0 1.15-.16.16-.37.24-.57.24zM5.29 5.96c-.21 0-.42-.08-.57-.24l-.71-.71a.81.81 0 0 1 0-1.15c.32-.32.83-.32 1.15 0l.71.71c.32.32.32.83 0 1.15-.16.16-.37.24-.57.24z" }) });
|
|
6819
|
+
}
|
|
6820
|
+
);
|
|
6821
|
+
MagickoExposure2.displayName = "MagickoExposure2";
|
|
6822
|
+
|
|
6823
|
+
// dist/icons/MagickoExternalDrive.tsx
|
|
6824
|
+
import React515 from "react";
|
|
6825
|
+
import { jsx as jsx515, jsxs as jsxs434 } from "react/jsx-runtime";
|
|
6826
|
+
var MagickoExternalDrive = React515.forwardRef(
|
|
6827
|
+
({ size, ...props }, ref) => {
|
|
6828
|
+
return /* @__PURE__ */ jsxs434("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6829
|
+
/* @__PURE__ */ jsx515("path", { fill: "#1e293b", d: "M16 22.75H9c-3.44 0-5.75-2.31-5.75-5.75V7c0-3.44 2.31-5.75 5.75-5.75h7c3.44 0 5.75 2.31 5.75 5.75v10c0 3.44-2.31 5.75-5.75 5.75m-7-20C6.42 2.75 4.75 4.42 4.75 7v10c0 2.58 1.67 4.25 4.25 4.25h7c2.58 0 4.25-1.67 4.25-4.25V7c0-2.58-1.67-4.25-4.25-4.25z" }),
|
|
6830
|
+
/* @__PURE__ */ jsx515("path", { fill: "#1e293b", d: "M21 15.75H4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75M8 12.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.41 0 .75.34.75.75s-.34.75-.75.75M8 10.25H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.41 0 .75.34.75.75s-.34.75-.75.75M8 7.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.41 0 .75.34.75.75s-.34.75-.75.75M17 19.5c-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.27.11-.52.29-.71.28-.28.72-.37 1.09-.21q.18.075.33.21c.18.19.29.45.29.71s-.11.52-.29.71c-.1.09-.2.16-.33.21-.12.05-.25.08-.38.08" })
|
|
6831
|
+
] });
|
|
6832
|
+
}
|
|
6833
|
+
);
|
|
6834
|
+
MagickoExternalDrive.displayName = "MagickoExternalDrive";
|
|
6835
|
+
|
|
6836
|
+
// dist/icons/MagickoEye.tsx
|
|
6837
|
+
import React516 from "react";
|
|
6838
|
+
import { jsx as jsx516, jsxs as jsxs435 } from "react/jsx-runtime";
|
|
6839
|
+
var MagickoEye = React516.forwardRef(
|
|
6840
|
+
({ size, ...props }, ref) => {
|
|
6841
|
+
return /* @__PURE__ */ jsxs435("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6842
|
+
/* @__PURE__ */ jsx516("path", { fill: "#1e293b", d: "M12 16.33c-2.39 0-4.33-1.94-4.33-4.33S9.61 7.67 12 7.67s4.33 1.94 4.33 4.33-1.94 4.33-4.33 4.33m0-7.16c-1.56 0-2.83 1.27-2.83 2.83s1.27 2.83 2.83 2.83 2.83-1.27 2.83-2.83S13.56 9.17 12 9.17" }),
|
|
6843
|
+
/* @__PURE__ */ jsx516("path", { fill: "#1e293b", d: "M12 21.02c-3.76 0-7.31-2.2-9.75-6.02-1.06-1.65-1.06-4.34 0-6 2.45-3.82 6-6.02 9.75-6.02s7.3 2.2 9.74 6.02c1.06 1.65 1.06 4.34 0 6-2.44 3.82-5.99 6.02-9.74 6.02m0-16.54c-3.23 0-6.32 1.94-8.48 5.33-.75 1.17-.75 3.21 0 4.38 2.16 3.39 5.25 5.33 8.48 5.33s6.32-1.94 8.48-5.33c.75-1.17.75-3.21 0-4.38-2.16-3.39-5.25-5.33-8.48-5.33" })
|
|
6844
|
+
] });
|
|
6845
|
+
}
|
|
6846
|
+
);
|
|
6847
|
+
MagickoEye.displayName = "MagickoEye";
|
|
6848
|
+
|
|
6849
|
+
// dist/icons/MagickoEyeSlash.tsx
|
|
6850
|
+
import React517 from "react";
|
|
6851
|
+
import { jsx as jsx517, jsxs as jsxs436 } from "react/jsx-runtime";
|
|
6852
|
+
var MagickoEyeSlash = React517.forwardRef(
|
|
6853
|
+
({ size, ...props }, ref) => {
|
|
6854
|
+
return /* @__PURE__ */ jsxs436("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6855
|
+
/* @__PURE__ */ jsx517("path", { fill: "#1e293b", d: "M9.47 15.28c-.19 0-.38-.07-.53-.22A4.3 4.3 0 0 1 7.67 12c0-2.39 1.94-4.33 4.33-4.33 1.15 0 2.24.45 3.06 1.27a.75.75 0 0 1 0 1.06L10 15.06c-.15.15-.34.22-.53.22M12 9.17a2.834 2.834 0 0 0-2.46 4.23l3.86-3.86c-.42-.24-.9-.37-1.4-.37" }),
|
|
6856
|
+
/* @__PURE__ */ jsx517("path", { fill: "#1e293b", d: "M5.6 18.51c-.17 0-.35-.06-.49-.18-1.07-.91-2.03-2.03-2.85-3.33-1.06-1.65-1.06-4.34 0-6C4.7 5.18 8.25 2.98 12 2.98c2.2 0 4.37.76 6.27 2.19a.75.75 0 0 1-.9 1.2c-1.64-1.24-3.5-1.89-5.37-1.89-3.23 0-6.32 1.94-8.48 5.33-.75 1.17-.75 3.21 0 4.38s1.61 2.18 2.56 3c.31.27.35.74.08 1.06-.14.17-.35.26-.56.26M12 21.02c-1.33 0-2.63-.27-3.88-.8a.75.75 0 0 1-.4-.98c.16-.38.6-.56.98-.4 1.06.45 2.17.68 3.29.68 3.23 0 6.32-1.94 8.48-5.33.75-1.17.75-3.21 0-4.38-.31-.49-.65-.96-1.01-1.4a.76.76 0 0 1 .11-1.06.75.75 0 0 1 1.06.11c.39.48.77 1 1.11 1.54 1.06 1.65 1.06 4.34 0 6-2.44 3.82-5.99 6.02-9.74 6.02" }),
|
|
6857
|
+
/* @__PURE__ */ jsx517("path", { fill: "#1e293b", d: "M12.69 16.27c-.35 0-.67-.25-.74-.61-.08-.41.19-.8.6-.87 1.1-.2 2.02-1.12 2.22-2.22.08-.41.47-.67.88-.6.41.08.68.47.6.88-.32 1.73-1.7 3.1-3.42 3.42-.05-.01-.09 0-.14 0M2 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L8.94 14c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-7.47 7.47c-.15.15-.34.22-.53.22M14.53 10.22c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l7.47-7.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06L15.06 10a.74.74 0 0 1-.53.22" })
|
|
6858
|
+
] });
|
|
6859
|
+
}
|
|
6860
|
+
);
|
|
6861
|
+
MagickoEyeSlash.displayName = "MagickoEyeSlash";
|
|
6862
|
+
|
|
6863
|
+
// dist/icons/MagickoFavoriteChart.tsx
|
|
6864
|
+
import React518 from "react";
|
|
6865
|
+
import { jsx as jsx518, jsxs as jsxs437 } from "react/jsx-runtime";
|
|
6866
|
+
var MagickoFavoriteChart = React518.forwardRef(
|
|
6867
|
+
({ size, ...props }, ref) => {
|
|
6868
|
+
return /* @__PURE__ */ jsxs437("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6869
|
+
/* @__PURE__ */ jsx518("path", { fill: "#1e293b", d: "M13 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.75v4c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
6870
|
+
/* @__PURE__ */ jsx518("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-.67s.93.07 1.3.36l1.83 1.44c.07.06.14.05.19.05.04 0 .11-.02.17-.1l2.31-2.98c.25-.33.72-.39 1.05-.13.33.25.39.72.13 1.05l-2.31 2.98c-.29.37-.7.61-1.17.66-.46.06-.93-.07-1.29-.36l-1.83-1.44a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09c-.14.2-.36.3-.59.3M20.26 22.75c-.35 0-.8-.11-1.33-.43l-.25-.15a.53.53 0 0 0-.35 0l-.25.15c-1.15.69-1.88.4-2.2.16-.33-.24-.84-.84-.54-2.16l.05-.21c.02-.08-.04-.27-.09-.33l-.35-.35c-.59-.6-.82-1.3-.62-1.93.2-.62.79-1.06 1.62-1.2l.38-.06c.07-.02.21-.12.25-.19l.28-.57c.39-.79.99-1.24 1.65-1.24s1.26.45 1.65 1.24l.28.56c.04.07.18.17.25.19l.38.06c.83.14 1.42.58 1.62 1.2s-.02 1.32-.62 1.93l-.35.35c-.05.06-.11.25-.09.33l.05.21c.3 1.32-.21 1.92-.54 2.16-.18.14-.47.28-.88.28m-1.77-7c-.01.01-.15.11-.29.4l-.28.57c-.24.49-.81.91-1.34 1l-.38.06c-.32.05-.43.16-.44.18 0 .02.03.18.26.41l.35.35c.41.42.62 1.14.49 1.71l-.05.21c-.09.39-.05.56-.03.62.03-.02.2-.04.53-.24l.25-.15c.55-.33 1.34-.33 1.89 0l.25.15c.41.25.58.22.59.22-.04 0 .01-.2-.08-.6l-.05-.21c-.13-.58.08-1.29.49-1.71l.35-.35c.23-.23.26-.39.26-.42-.01-.02-.12-.12-.44-.18l-.38-.06c-.54-.09-1.1-.51-1.34-1l-.28-.56c-.16-.3-.3-.39-.33-.4" })
|
|
6871
|
+
] });
|
|
6872
|
+
}
|
|
6873
|
+
);
|
|
6874
|
+
MagickoFavoriteChart.displayName = "MagickoFavoriteChart";
|
|
6875
|
+
|
|
6876
|
+
// dist/icons/MagickoFileCheck.tsx
|
|
6877
|
+
import React519 from "react";
|
|
6878
|
+
import { jsx as jsx519, jsxs as jsxs438 } from "react/jsx-runtime";
|
|
6879
|
+
var MagickoFileCheck = React519.forwardRef(
|
|
6880
|
+
({ size, ...props }, ref) => {
|
|
6881
|
+
return /* @__PURE__ */ jsxs438("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6882
|
+
/* @__PURE__ */ jsx519("path", { fill: "#1e293b", d: "M9.52 17.828h-.06a.76.76 0 0 1-.53-.279l-1.48-1.843a.7.7 0 0 1 .14-1.008.77.77 0 0 1 1.05.135l.98 1.219 2.88-2.602c.3-.278.78-.259 1.06.029s.27.749-.03 1.018l-3.48 3.148a.9.9 0 0 1-.53.183" }),
|
|
6883
|
+
/* @__PURE__ */ jsx519("path", { fill: "#1e293b", d: "M16 22.714H8c-3.65 0-5.75-2.016-5.75-5.52v-9.6c0-3.504 2.1-5.52 5.75-5.52h8c3.65 0 5.75 2.016 5.75 5.52v9.6c0 3.504-2.1 5.52-5.75 5.52m-8-19.2c-2.86 0-4.25 1.334-4.25 4.08v9.6c0 2.746 1.39 4.08 4.25 4.08h8c2.86 0 4.25-1.334 4.25-4.08v-9.6c0-2.746-1.39-4.08-4.25-4.08z" }),
|
|
6884
|
+
/* @__PURE__ */ jsx519("path", { fill: "#1e293b", d: "M18.5 9.754h-2c-1.52 0-2.75-1.18-2.75-2.64v-1.92c0-.394.34-.72.75-.72s.75.326.75.72v1.92c0 .662.56 1.2 1.25 1.2h2c.41 0 .75.326.75.72s-.34.72-.75.72" })
|
|
6885
|
+
] });
|
|
6886
|
+
}
|
|
6887
|
+
);
|
|
6888
|
+
MagickoFileCheck.displayName = "MagickoFileCheck";
|
|
6889
|
+
|
|
6890
|
+
// dist/icons/MagickoFilter.tsx
|
|
6891
|
+
import React520 from "react";
|
|
6892
|
+
import { jsx as jsx520 } from "react/jsx-runtime";
|
|
6893
|
+
var MagickoFilter = React520.forwardRef(
|
|
6894
|
+
({ size, ...props }, ref) => {
|
|
6895
|
+
return /* @__PURE__ */ jsx520("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx520("path", { fill: "#1e293b", d: "M10.52 22.75c-.49 0-.97-.16-1.36-.47-.54-.42-.85-1.06-.85-1.75v-6.52c0-.33-.13-.65-.37-.88l-5.3-5.31c-.52-.52-.81-1.21-.81-1.94V4c0-1.52 1.23-2.75 2.75-2.75H19.4c1.52 0 2.75 1.23 2.75 2.75v1.88c0 .73-.29 1.43-.81 1.94l-5.3 5.3c-.24.24-.37.55-.37.88v5.79c0 1.02-.69 1.91-1.68 2.15l-2.94.74c-.18.04-.36.07-.54.07zm-5.93-20c-.69 0-1.25.56-1.25 1.25v1.88c0 .33.13.65.37.88l5.3 5.3c.52.52.81 1.21.81 1.94v6.52c0 .22.1.43.28.57s.4.19.62.13l2.94-.74c.32-.08.55-.37.55-.7v-5.79c0-.73.29-1.43.81-1.94l5.3-5.3c.24-.24.37-.55.37-.88V3.99c0-.69-.56-1.25-1.25-1.25H4.59z" }) });
|
|
6896
|
+
}
|
|
6897
|
+
);
|
|
6898
|
+
MagickoFilter.displayName = "MagickoFilter";
|
|
6899
|
+
|
|
6900
|
+
// dist/icons/MagickoFingerCross.tsx
|
|
6901
|
+
import React521 from "react";
|
|
6902
|
+
import { jsx as jsx521, jsxs as jsxs439 } from "react/jsx-runtime";
|
|
6903
|
+
var MagickoFingerCross = React521.forwardRef(
|
|
6904
|
+
({ size, ...props }, ref) => {
|
|
6905
|
+
return /* @__PURE__ */ jsxs439("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6906
|
+
/* @__PURE__ */ jsx521("path", { fill: "#1e293b", d: "M15.76 22.75h-5.29c-1.38 0-2.68-.67-3.49-1.79l-3.93-5.51c-.72-1-.74-2.36-.05-3.38a2.958 2.958 0 0 1 4.56-.45l.34.34V4.48c0-1.68 1.25-3.09 2.84-3.22.93-.08 1.82.25 2.46.9l.13.13c.05-.06.1-.11.16-.17a2.99 2.99 0 0 1 2.35-.87c1.55.12 2.77 1.49 2.77 3.12v5.15c0 .07.05.13.12.15a3.77 3.77 0 0 1 2.79 3.65V17c0 1.53-.6 2.97-1.68 4.07-1.11 1.08-2.55 1.68-4.08 1.68m-10.3-10.5c-.49 0-.94.24-1.21.65-.35.52-.34 1.17.02 1.67l3.93 5.51c.52.73 1.37 1.17 2.27 1.17h5.29c1.13 0 2.2-.44 3.01-1.24.8-.8 1.24-1.88 1.24-3.01v-3.67c0-1.03-.69-1.93-1.68-2.2a1.66 1.66 0 0 1-1.23-1.6V4.38c0-.84-.62-1.57-1.38-1.63a1.5 1.5 0 0 0-1.18.43c-.28.29-.44.66-.44 1.06 0 .41-.32.74-.73.75-.4 0-.75-.31-.77-.71-.02-.41-.19-.79-.46-1.06-.34-.34-.8-.51-1.28-.47-.81.07-1.46.84-1.46 1.73v9.28c0 .3-.18.58-.46.69-.28.12-.6.05-.82-.16L6.5 12.68a1.47 1.47 0 0 0-1.04-.43" }),
|
|
6907
|
+
/* @__PURE__ */ jsx521("path", { fill: "#1e293b", d: "M13.4 10.75c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v6c0 .41-.34.75-.75.75" })
|
|
6908
|
+
] });
|
|
6909
|
+
}
|
|
6910
|
+
);
|
|
6911
|
+
MagickoFingerCross.displayName = "MagickoFingerCross";
|
|
6912
|
+
|
|
6913
|
+
// dist/icons/MagickoFingerToshield.tsx
|
|
6914
|
+
import React522 from "react";
|
|
6915
|
+
import { jsx as jsx522, jsxs as jsxs440 } from "react/jsx-runtime";
|
|
6916
|
+
var MagickoFingerToshield = React522.forwardRef(
|
|
6917
|
+
({ size, ...props }, ref) => {
|
|
6918
|
+
return /* @__PURE__ */ jsxs440("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6919
|
+
/* @__PURE__ */ jsx522("path", { fill: "#1e293b", d: "M8.15 22.75c-.92 0-1.83-.38-2.5-1.06l-2.9-2.9a1 1 0 0 1-.11-.09 4.8 4.8 0 0 1-1.39-3.36c0-1.26.49-2.45 1.39-3.36l2.1-2.09c.99-1 2.56-1.21 3.81-.5l3.16 1.86L14 9.02c.33-.33.72-.55 1.15-.66.78-.26 1.88-.02 2.58.65.47.48.74 1.09.77 1.72.04.75-.23 1.48-.75 2.01l-4.07 4.05h.02c1.39 0 2.52 1.13 2.52 2.52 0 .18 0 .31-.03.47-.22 1.08-1.03 1.87-2.08 2.04l-5.35.88c-.21.04-.41.05-.61.05m-4.48-5.14c.04.03.09.07.11.09l2.94 2.94c.48.48 1.14.7 1.79.58l5.36-.88c.43-.07.76-.39.85-.83.01-.05 0-.12 0-.2 0-.55-.47-1.02-1.02-1.02h-1.83a.74.74 0 0 1-.69-.46c-.12-.28-.05-.6.16-.82l5.34-5.32c.22-.22.34-.55.32-.87v-.01c-.01-.26-.13-.53-.33-.73-.21-.2-.5-.32-.8-.32q-.15 0-.24.03c-.03.01-.06.02-.1.03-.17.04-.32.13-.47.27l-2.23 2.23c-.24.24-.56.39-.9.43s-.67-.02-.96-.19L7.81 10.7c-.65-.37-1.48-.27-2 .26l-2.1 2.09c-.61.62-.95 1.44-.95 2.3-.01.84.32 1.66.91 2.26" }),
|
|
6920
|
+
/* @__PURE__ */ jsx522("path", { fill: "#1e293b", d: "M16.51 15.56c-.68 0-1.35-.18-1.91-.54a.73.73 0 0 1-.33-.55c-.02-.23.06-.45.22-.61l2.19-2.17c.22-.22.34-.55.32-.87a1.12 1.12 0 0 0-.33-.74c-.21-.2-.5-.32-.8-.32q-.15 0-.24.03c-.03.01-.06.02-.1.03-.17.04-.32.13-.47.27l-2.23 2.23c-.24.24-.56.39-.9.43a.77.77 0 0 1-.63-.23c-.62-.66-1.04-1.65-1.04-2.46V5.31c0-1.09.8-2.24 1.82-2.63l3.19-1.2c.69-.26 1.76-.26 2.46 0l3.19 1.2c1.02.37 1.83 1.53 1.83 2.63v4.75c0 .99-.62 2.22-1.42 2.8l-2.75 2.05c-.57.43-1.32.65-2.07.65m-.09-1.5c.45.02.94-.1 1.27-.35l2.75-2.05c.42-.31.81-1.08.81-1.6V5.31c0-.48-.4-1.06-.85-1.22l-3.2-1.2c-.37-.14-1.05-.14-1.41 0l-3.19 1.2c-.45.17-.85.75-.85 1.23v4.75c0 .27.11.62.28.93L14 9.04c.33-.33.72-.55 1.15-.66.78-.26 1.88-.02 2.58.65.47.48.74 1.09.77 1.72.04.74-.23 1.47-.75 2.01z" })
|
|
6921
|
+
] });
|
|
6922
|
+
}
|
|
6923
|
+
);
|
|
6924
|
+
MagickoFingerToshield.displayName = "MagickoFingerToshield";
|
|
6925
|
+
|
|
6926
|
+
// dist/icons/MagickoFirstline.tsx
|
|
6927
|
+
import React523 from "react";
|
|
6928
|
+
import { jsx as jsx523 } from "react/jsx-runtime";
|
|
6929
|
+
var MagickoFirstline = React523.forwardRef(
|
|
6930
|
+
({ size, ...props }, ref) => {
|
|
6931
|
+
return /* @__PURE__ */ jsx523("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx523("path", { fill: "#1e293b", d: "M21 5.25h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75M21 10.25h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75M21 15.25H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75M21 20.25H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75M7.92 10.75H5.08c-1.54 0-2.33-.78-2.33-2.33V5.58c0-1.54.78-2.33 2.33-2.33h2.85c1.54 0 2.33.78 2.33 2.33v2.85c-.01 1.54-.79 2.32-2.34 2.32m-2.84-6c-.71 0-.83.12-.83.83v2.85c0 .71.12.83.83.83h2.85c.71 0 .83-.12.83-.83V5.58c0-.71-.12-.83-.83-.83z" }) });
|
|
6932
|
+
}
|
|
6933
|
+
);
|
|
6934
|
+
MagickoFirstline.displayName = "MagickoFirstline";
|
|
6935
|
+
|
|
6936
|
+
// dist/icons/MagickoFlag.tsx
|
|
6937
|
+
import React524 from "react";
|
|
6938
|
+
import { jsx as jsx524, jsxs as jsxs441 } from "react/jsx-runtime";
|
|
6939
|
+
var MagickoFlag = React524.forwardRef(
|
|
6940
|
+
({ size, ...props }, ref) => {
|
|
6941
|
+
return /* @__PURE__ */ jsxs441("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6942
|
+
/* @__PURE__ */ jsx524("path", { fill: "#1e293b", d: "M5.15 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
6943
|
+
/* @__PURE__ */ jsx524("path", { fill: "#1e293b", d: "M16.35 16.75H5.15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11.2c1.09 0 1.6-.29 1.7-.54s-.05-.81-.83-1.58l-1.2-1.2c-.49-.43-.79-1.08-.82-1.8-.03-.76.27-1.51.82-2.06l1.2-1.2c.74-.74.97-1.34.86-1.6s-.68-.52-1.73-.52H5.15a.749.749 0 1 1 0-1.5h11.2c2.19 0 2.89.91 3.12 1.45.22.54.37 1.68-1.19 3.24l-1.2 1.2c-.25.25-.39.6-.38.95.01.3.13.57.34.76l1.24 1.23c1.53 1.53 1.38 2.67 1.16 3.22-.23.53-.94 1.45-3.09 1.45" })
|
|
6944
|
+
] });
|
|
6945
|
+
}
|
|
6946
|
+
);
|
|
6947
|
+
MagickoFlag.displayName = "MagickoFlag";
|
|
6948
|
+
|
|
6949
|
+
// dist/icons/MagickoFlash.tsx
|
|
6950
|
+
import React525 from "react";
|
|
6951
|
+
import { jsx as jsx525 } from "react/jsx-runtime";
|
|
6952
|
+
var MagickoFlash = React525.forwardRef(
|
|
6953
|
+
({ size, ...props }, ref) => {
|
|
6954
|
+
return /* @__PURE__ */ jsx525("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx525("path", { fill: "#1e293b", d: "M9.99 22.75c-.2 0-.36-.04-.48-.09-.4-.15-1.08-.64-1.08-2.19v-6.45H6.09c-1.34 0-1.82-.63-1.99-1-.17-.38-.32-1.15.56-2.16l7.57-8.6c1.02-1.16 1.85-1.08 2.25-.93s1.08.64 1.08 2.19v6.45h2.34c1.34 0 1.82.63 1.99 1 .17.38.32 1.15-.56 2.16l-7.57 8.6c-.71.81-1.33 1.02-1.77 1.02m3.94-20.01c-.03.04-.24.14-.57.52l-7.57 8.6c-.28.32-.32.52-.32.56.02.01.2.11.62.11h3.09c.41 0 .75.34.75.75v7.2c0 .5.09.72.13.78.03-.04.24-.14.57-.52l7.57-8.6c.28-.32.32-.52.32-.56-.02-.01-.2-.11-.62-.11h-3.09c-.41 0-.75-.34-.75-.75v-7.2c.01-.5-.09-.71-.13-.78" }) });
|
|
6955
|
+
}
|
|
6956
|
+
);
|
|
6957
|
+
MagickoFlash.displayName = "MagickoFlash";
|
|
6958
|
+
|
|
6959
|
+
// dist/icons/MagickoFlashSlash.tsx
|
|
6960
|
+
import React526 from "react";
|
|
6961
|
+
import { jsx as jsx526, jsxs as jsxs442 } from "react/jsx-runtime";
|
|
6962
|
+
var MagickoFlashSlash = React526.forwardRef(
|
|
6963
|
+
({ size, ...props }, ref) => {
|
|
6964
|
+
return /* @__PURE__ */ jsxs442("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6965
|
+
/* @__PURE__ */ jsx526("path", { fill: "#1e293b", d: "M9.99 22.75c-.2 0-.36-.04-.48-.09-.4-.15-1.08-.64-1.08-2.19v-2.44c0-.41.34-.75.75-.75s.75.34.75.75v2.44c0 .5.09.72.13.78.03-.04.24-.14.57-.52l7.57-8.6c.28-.32.32-.52.32-.56-.02-.01-.2-.11-.62-.11h-.93c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.93c1.34 0 1.82.63 1.99 1 .17.38.32 1.15-.56 2.16l-7.57 8.6c-.71.82-1.33 1.03-1.77 1.03M9.18 15.22c-.41 0-.75-.34-.75-.75v-.43H6.09c-1.34 0-1.82-.63-1.99-1-.17-.38-.32-1.15.56-2.16l7.57-8.6c1.02-1.16 1.85-1.08 2.25-.93s1.08.64 1.08 2.19v5.31c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.52c0-.5-.09-.72-.13-.78-.03.04-.24.14-.57.52l-7.57 8.6c-.28.32-.32.52-.32.56.02.01.2.11.62.11h3.09c.41 0 .75.34.75.75v1.18c0 .42-.34.76-.75.76" }),
|
|
6966
|
+
/* @__PURE__ */ jsx526("path", { fill: "#1e293b", d: "M2 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l20-20c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-20 20c-.15.15-.34.22-.53.22" })
|
|
6967
|
+
] });
|
|
6968
|
+
}
|
|
6969
|
+
);
|
|
6970
|
+
MagickoFlashSlash.displayName = "MagickoFlashSlash";
|
|
6971
|
+
|
|
6972
|
+
// dist/icons/MagickoFlask.tsx
|
|
6973
|
+
import React527 from "react";
|
|
6974
|
+
import { jsx as jsx527, jsxs as jsxs443 } from "react/jsx-runtime";
|
|
6975
|
+
var MagickoFlask = React527.forwardRef(
|
|
6976
|
+
({ size, ...props }, ref) => {
|
|
6977
|
+
return /* @__PURE__ */ jsxs443("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6978
|
+
/* @__PURE__ */ jsx527("path", { fill: "#1e293b", d: "M17.08 22.25H6.92c-1.45 0-2.57-.54-3.15-1.51s-.52-2.21.17-3.49l4.75-8.83c.21-.4.33-1.17.24-1.62L8.1 2.64c-.04-.22.01-.45.16-.62s.36-.27.58-.27h6.33c.22 0 .44.1.58.27s.2.4.16.62l-.83 4.16c-.09.45.03 1.22.24 1.62l4.75 8.83c.69 1.28.75 2.51.17 3.49-.59.97-1.71 1.51-3.16 1.51m-7.33-19 .65 3.26c.16.79-.01 1.92-.39 2.62l-4.75 8.83c-.43.79-.5 1.51-.2 2.01s.96.78 1.86.78h10.16c.9 0 1.56-.28 1.86-.78s.23-1.21-.2-2.01l-4.75-8.83c-.38-.71-.55-1.84-.39-2.63l.65-3.26h-4.5z" }),
|
|
6979
|
+
/* @__PURE__ */ jsx527("path", { fill: "#1e293b", d: "M12 15.92H5.91c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H12c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6980
|
+
] });
|
|
6981
|
+
}
|
|
6982
|
+
);
|
|
6983
|
+
MagickoFlask.displayName = "MagickoFlask";
|
|
6984
|
+
|
|
6985
|
+
// dist/icons/MagickoFlower.tsx
|
|
6986
|
+
import React528 from "react";
|
|
6987
|
+
import { jsx as jsx528 } from "react/jsx-runtime";
|
|
6988
|
+
var MagickoFlower = React528.forwardRef(
|
|
6989
|
+
({ size, ...props }, ref) => {
|
|
6990
|
+
return /* @__PURE__ */ jsx528("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx528("path", { fill: "#1e293b", d: "M5.828 4.072c.079-2.58 3.309-3.846 5.107-1.856a1.434 1.434 0 0 0 2.13 0c1.842-2.04 5.238-.643 5.104 2.11v.16c.042.768.704 1.38 1.505 1.344 2.749-.133 4.165 3.251 2.108 5.107a1.433 1.433 0 0 0 0 2.126c2.043 1.842.645 5.24-2.11 5.106h-.158a1.436 1.436 0 0 0-1.345 1.504l.002.254c-.078 2.58-3.31 3.848-5.108 1.855a1.433 1.433 0 0 0-2.128.001c-1.842 2.042-5.238.644-5.104-2.11v-.16a1.436 1.436 0 0 0-1.506-1.344c-2.748.133-4.164-3.251-2.107-5.106a1.43 1.43 0 0 0-.002-2.127v-.001c-2.04-1.843-.643-5.238 2.11-5.104h.16a1.436 1.436 0 0 0 1.345-1.505zm3.995-.85c-.876-.972-2.457-.36-2.495.907l.001.124v.002C7.41 5.981 5.99 7.424 4.25 7.33c-1.342-.063-2.022 1.596-1.027 2.493l.002.002a2.933 2.933 0 0 1 0 4.352h-.002c-1.003.905-.32 2.56 1.03 2.495h.003c1.725-.08 3.168 1.338 3.074 3.08-.062 1.342 1.596 2.022 2.493 1.026h.002a2.93 2.93 0 0 1 4.24-.118l.112.118c.905 1.003 2.56.32 2.495-1.03v-.002c-.08-1.725 1.338-3.168 3.079-3.074h-.001c1.344.063 2.024-1.597 1.028-2.494v-.001a2.933 2.933 0 0 1 0-4.352c1.003-.905.32-2.56-1.03-2.495h-.002c-1.725.08-3.169-1.338-3.074-3.08.062-1.342-1.597-2.022-2.494-1.027l-.001.002a2.933 2.933 0 0 1-4.352 0zM15.25 12a3.25 3.25 0 1 0-6.5 0 3.25 3.25 0 0 0 6.5 0m1.5 0a4.75 4.75 0 1 1-9.5 0 4.75 4.75 0 0 1 9.5 0" }) });
|
|
6991
|
+
}
|
|
6992
|
+
);
|
|
6993
|
+
MagickoFlower.displayName = "MagickoFlower";
|
|
6994
|
+
|
|
6995
|
+
// dist/icons/MagickoFolder.tsx
|
|
6996
|
+
import React529 from "react";
|
|
6997
|
+
import { jsx as jsx529 } from "react/jsx-runtime";
|
|
6998
|
+
var MagickoFolder = React529.forwardRef(
|
|
6999
|
+
({ size, ...props }, ref) => {
|
|
7000
|
+
return /* @__PURE__ */ jsx529("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx529("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.57 0-4.25.68-4.25 4.25v10c0 3.57.68 4.25 4.25 4.25h10c3.57 0 4.25-.68 4.25-4.25v-6c0-3.57-.68-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.67-.9-1.8-.9z" }) });
|
|
7001
|
+
}
|
|
7002
|
+
);
|
|
7003
|
+
MagickoFolder.displayName = "MagickoFolder";
|
|
7004
|
+
|
|
7005
|
+
// dist/icons/MagickoFolder2.tsx
|
|
7006
|
+
import React530 from "react";
|
|
7007
|
+
import { jsx as jsx530, jsxs as jsxs444 } from "react/jsx-runtime";
|
|
7008
|
+
var MagickoFolder2 = React530.forwardRef(
|
|
7009
|
+
({ size, ...props }, ref) => {
|
|
7010
|
+
return /* @__PURE__ */ jsxs444("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7011
|
+
/* @__PURE__ */ jsx530("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.58 0-4.25.68-4.25 4.25v10c0 3.57.67 4.25 4.25 4.25h10c3.58 0 4.25-.68 4.25-4.25v-6c0-3.57-.67-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.68-.9-1.8-.9z" }),
|
|
7012
|
+
/* @__PURE__ */ jsx530("path", { fill: "#1e293b", d: "M20 7.13c-.41 0-.75-.34-.75-.75V5c0-1.58-.67-2.25-2.25-2.25H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c2.42 0 3.75 1.33 3.75 3.75v1.38c0 .41-.34.75-.75.75" })
|
|
7013
|
+
] });
|
|
7014
|
+
}
|
|
7015
|
+
);
|
|
7016
|
+
MagickoFolder2.displayName = "MagickoFolder2";
|
|
7017
|
+
|
|
7018
|
+
// dist/icons/MagickoFolderAdd.tsx
|
|
7019
|
+
import React531 from "react";
|
|
7020
|
+
import { jsx as jsx531, jsxs as jsxs445 } from "react/jsx-runtime";
|
|
7021
|
+
var MagickoFolderAdd = React531.forwardRef(
|
|
7022
|
+
({ size, ...props }, ref) => {
|
|
7023
|
+
return /* @__PURE__ */ jsxs445("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7024
|
+
/* @__PURE__ */ jsx531("path", { fill: "#1e293b", d: "M12.06 17.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75" }),
|
|
7025
|
+
/* @__PURE__ */ jsx531("path", { fill: "#1e293b", d: "M14.5 14.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
7026
|
+
/* @__PURE__ */ jsx531("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.57 0-4.25.68-4.25 4.25v10c0 3.57.68 4.25 4.25 4.25h10c3.57 0 4.25-.68 4.25-4.25v-6c0-3.57-.68-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.67-.9-1.8-.9z" })
|
|
7027
|
+
] });
|
|
7028
|
+
}
|
|
7029
|
+
);
|
|
7030
|
+
MagickoFolderAdd.displayName = "MagickoFolderAdd";
|
|
7031
|
+
|
|
7032
|
+
// dist/icons/MagickoFolderCloud.tsx
|
|
7033
|
+
import React532 from "react";
|
|
7034
|
+
import { jsx as jsx532, jsxs as jsxs446 } from "react/jsx-runtime";
|
|
7035
|
+
var MagickoFolderCloud = React532.forwardRef(
|
|
7036
|
+
({ size, ...props }, ref) => {
|
|
7037
|
+
return /* @__PURE__ */ jsxs446("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7038
|
+
/* @__PURE__ */ jsx532("path", { fill: "#1e293b", d: "M9 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v2c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-3.57-.67-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.68-.9-1.8-.9H7c-3.58 0-4.25.68-4.25 4.25v10c0 3.57.67 4.25 4.25 4.25h2c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
7039
|
+
/* @__PURE__ */ jsx532("path", { fill: "#1e293b", d: "M19.34 22.81h-5.59c-1.67-.12-2.51-1.4-2.51-2.62 0-.98.55-2.01 1.61-2.43-.22-1.25.1-2.41.93-3.28 1.02-1.07 2.66-1.5 4.08-1.07 1.24.38 2.13 1.36 2.5 2.72 1.05.32 1.88 1.15 2.22 2.28.4 1.31.03 2.65-.96 3.51-.6.57-1.42.89-2.28.89m-5.55-3.74c-.76.07-1.04.64-1.04 1.12s.28 1.06 1.06 1.12h5.51c.48.04.96-.18 1.32-.5.65-.57.69-1.38.52-1.96s-.67-1.23-1.51-1.34a.75.75 0 0 1-.65-.62c-.22-1.35-.98-1.85-1.57-2.04-.88-.27-1.92.01-2.55.67-.43.45-.85 1.26-.38 2.55a.75.75 0 0 1-.45.96c-.09.03-.18.04-.26.04" })
|
|
7040
|
+
] });
|
|
7041
|
+
}
|
|
7042
|
+
);
|
|
7043
|
+
MagickoFolderCloud.displayName = "MagickoFolderCloud";
|
|
7044
|
+
|
|
7045
|
+
// dist/icons/MagickoFolderConnection.tsx
|
|
7046
|
+
import React533 from "react";
|
|
7047
|
+
import { jsx as jsx533, jsxs as jsxs447 } from "react/jsx-runtime";
|
|
7048
|
+
var MagickoFolderConnection = React533.forwardRef(
|
|
7049
|
+
({ size, ...props }, ref) => {
|
|
7050
|
+
return /* @__PURE__ */ jsxs447("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7051
|
+
/* @__PURE__ */ jsx533("path", { fill: "#1e293b", d: "M12 19.75c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" }),
|
|
7052
|
+
/* @__PURE__ */ jsx533("path", { fill: "#1e293b", d: "M12 23.75c-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.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" }),
|
|
7053
|
+
/* @__PURE__ */ jsx533("path", { fill: "#1e293b", d: "M18 21.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M10 21.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M15.5 16.75h-7c-3.22 0-4.25-1.03-4.25-4.25v-7c0-3.22 1.03-4.25 4.25-4.25h1.05c1.33 0 1.76.45 2.28 1.14l1.05 1.4c.2.26.2.26.52.26h2.1c3.22 0 4.25 1.03 4.25 4.25v4.2c0 3.22-1.03 4.25-4.25 4.25m-7-14c-2.39 0-2.75.36-2.75 2.75v7c0 2.39.36 2.75 2.75 2.75h7c2.39 0 2.75-.36 2.75-2.75V8.3c0-2.39-.36-2.75-2.75-2.75h-2.1c-.99 0-1.35-.37-1.71-.85l-1.06-1.41c-.35-.47-.4-.54-1.08-.54z" })
|
|
7054
|
+
] });
|
|
7055
|
+
}
|
|
7056
|
+
);
|
|
7057
|
+
MagickoFolderConnection.displayName = "MagickoFolderConnection";
|
|
7058
|
+
|
|
7059
|
+
// dist/icons/MagickoFolderCross.tsx
|
|
7060
|
+
import React534 from "react";
|
|
7061
|
+
import { jsx as jsx534, jsxs as jsxs448 } from "react/jsx-runtime";
|
|
7062
|
+
var MagickoFolderCross = React534.forwardRef(
|
|
7063
|
+
({ size, ...props }, ref) => {
|
|
7064
|
+
return /* @__PURE__ */ jsxs448("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7065
|
+
/* @__PURE__ */ jsx534("path", { fill: "#1e293b", d: "M13.81 16.48c-.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.06-.15.14-.34.22-.53.22" }),
|
|
7066
|
+
/* @__PURE__ */ jsx534("path", { fill: "#1e293b", d: "M10.23 16.52c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.54-3.54c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.54 3.54c-.14.14-.34.22-.53.22" }),
|
|
7067
|
+
/* @__PURE__ */ jsx534("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.57 0-4.25.68-4.25 4.25v10c0 3.57.68 4.25 4.25 4.25h10c3.57 0 4.25-.68 4.25-4.25v-6c0-3.57-.68-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.67-.9-1.8-.9z" })
|
|
7068
|
+
] });
|
|
7069
|
+
}
|
|
7070
|
+
);
|
|
7071
|
+
MagickoFolderCross.displayName = "MagickoFolderCross";
|
|
7072
|
+
|
|
7073
|
+
// dist/icons/MagickoFolderFavorite.tsx
|
|
7074
|
+
import React535 from "react";
|
|
7075
|
+
import { jsx as jsx535, jsxs as jsxs449 } from "react/jsx-runtime";
|
|
7076
|
+
var MagickoFolderFavorite = React535.forwardRef(
|
|
7077
|
+
({ size, ...props }, ref) => {
|
|
7078
|
+
return /* @__PURE__ */ jsxs449("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7079
|
+
/* @__PURE__ */ jsx535("path", { fill: "#1e293b", d: "M12 17.88c-.25 0-.51-.09-.71-.27l-2.58-2.26c-.97-.85-1.1-2.31-.29-3.32a2.4 2.4 0 0 1 3.33-.42l.25.19.26-.2a2.4 2.4 0 0 1 3.33.42c.81 1.01.68 2.47-.29 3.32l-2.58 2.26c-.21.19-.47.28-.72.28m-2.31-3.66L12 16.24l2.31-2.02c.37-.32.42-.87.11-1.25a.903.903 0 0 0-1.26-.16l-.71.53c-.27.2-.63.2-.9 0l-.71-.53a.904.904 0 0 0-1.26.16c-.3.38-.25.93.11 1.25" }),
|
|
7080
|
+
/* @__PURE__ */ jsx535("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.58 0-4.25.68-4.25 4.25v10c0 3.57.67 4.25 4.25 4.25h10c3.58 0 4.25-.68 4.25-4.25v-6c0-3.57-.67-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.68-.9-1.8-.9z" })
|
|
7081
|
+
] });
|
|
7082
|
+
}
|
|
7083
|
+
);
|
|
7084
|
+
MagickoFolderFavorite.displayName = "MagickoFolderFavorite";
|
|
7085
|
+
|
|
7086
|
+
// dist/icons/MagickoFolderMinus.tsx
|
|
7087
|
+
import React536 from "react";
|
|
7088
|
+
import { jsx as jsx536, jsxs as jsxs450 } from "react/jsx-runtime";
|
|
7089
|
+
var MagickoFolderMinus = React536.forwardRef(
|
|
7090
|
+
({ size, ...props }, ref) => {
|
|
7091
|
+
return /* @__PURE__ */ jsxs450("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7092
|
+
/* @__PURE__ */ jsx536("path", { fill: "#1e293b", d: "M14.43 15.3h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
7093
|
+
/* @__PURE__ */ jsx536("path", { fill: "#1e293b", d: "M17 22.75H7c-4.41 0-5.75-1.34-5.75-5.75V7c0-4.41 1.34-5.75 5.75-5.75h1.5c1.75 0 2.3.57 3 1.5l1.5 2c.33.44.38.5 1 .5h3c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75m-10-20c-3.58 0-4.25.68-4.25 4.25v10c0 3.57.67 4.25 4.25 4.25h10c3.58 0 4.25-.68 4.25-4.25v-6c0-3.57-.67-4.25-4.25-4.25h-3c-1.28 0-1.7-.44-2.2-1.1l-1.5-2c-.52-.69-.68-.9-1.8-.9z" })
|
|
7094
|
+
] });
|
|
7095
|
+
}
|
|
7096
|
+
);
|
|
7097
|
+
MagickoFolderMinus.displayName = "MagickoFolderMinus";
|
|
7098
|
+
|
|
7099
|
+
// dist/icons/MagickoFolderOpen.tsx
|
|
7100
|
+
import React537 from "react";
|
|
7101
|
+
import { jsx as jsx537, jsxs as jsxs451 } from "react/jsx-runtime";
|
|
7102
|
+
var MagickoFolderOpen = React537.forwardRef(
|
|
7103
|
+
({ size, ...props }, ref) => {
|
|
7104
|
+
return /* @__PURE__ */ jsxs451("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7105
|
+
/* @__PURE__ */ jsx537("path", { fill: "#1e293b", d: "M18.29 22.75H5.71c-3.4 0-3.58-1.87-3.73-3.38l-.4-5.01c-.09-.97.19-1.94.81-2.72a3.74 3.74 0 0 1 2.92-1.39h13.38c1.11 0 2.16.49 2.87 1.34l.17.23c.54.74.78 1.64.69 2.55l-.4 4.99c-.15 1.52-.33 3.39-3.73 3.39m-12.98-11c-.67 0-1.31.3-1.73.82l-.07.07c-.32.41-.49.99-.43 1.59l.4 5.01c.14 1.46.2 2.01 2.23 2.01h12.58c2.04 0 2.09-.55 2.23-2.02l.4-5.01a2.18 2.18 0 0 0-.5-1.64l-.1-.12c-.45-.47-1.02-.71-1.64-.71z" }),
|
|
7106
|
+
/* @__PURE__ */ jsx537("path", { fill: "#1e293b", d: "M20.5 12.22c-.41 0-.75-.34-.75-.75V9.68c0-2.98-.52-3.5-3.5-3.5H13.7c-1.13 0-1.52-.4-1.95-.97L10.46 3.5c-.44-.58-.54-.72-1.44-.72H7.75c-2.98 0-3.5.52-3.5 3.5v5.15c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.28c0-3.83 1.17-5 5-5h1.28c1.54 0 2.02.5 2.64 1.32l1.28 1.7c.27.36.29.38.76.38h2.55c3.83 0 5 1.17 5 5v1.79a.77.77 0 0 1-.76.75M14.57 17.75H9.43c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.14a.749.749 0 1 1 0 1.5" })
|
|
7107
|
+
] });
|
|
7108
|
+
}
|
|
7109
|
+
);
|
|
7110
|
+
MagickoFolderOpen.displayName = "MagickoFolderOpen";
|
|
7111
|
+
|
|
7112
|
+
// dist/icons/MagickoFolderOpenAdd.tsx
|
|
7113
|
+
import React538 from "react";
|
|
7114
|
+
import { jsx as jsx538, jsxs as jsxs452 } from "react/jsx-runtime";
|
|
7115
|
+
var MagickoFolderOpenAdd = React538.forwardRef(
|
|
7116
|
+
({ size, ...props }, ref) => {
|
|
7117
|
+
return /* @__PURE__ */ jsxs452("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7118
|
+
/* @__PURE__ */ jsx538("path", { fill: "#1e293b", d: "M18.29 22.75H5.71c-3.4 0-3.58-1.87-3.73-3.38l-.4-5.01c-.09-.97.19-1.94.81-2.72a3.74 3.74 0 0 1 2.92-1.39h13.38c1.11 0 2.16.49 2.87 1.34l.17.23c.54.74.78 1.64.69 2.55l-.4 4.99c-.15 1.52-.33 3.39-3.73 3.39m-12.98-11c-.67 0-1.31.3-1.73.82l-.07.07c-.32.41-.49.99-.43 1.59l.4 5.01c.14 1.46.2 2.01 2.23 2.01h12.58c2.04 0 2.09-.55 2.23-2.02l.4-5.01a2.18 2.18 0 0 0-.5-1.64l-.1-.12c-.45-.47-1.02-.71-1.64-.71z" }),
|
|
7119
|
+
/* @__PURE__ */ jsx538("path", { fill: "#1e293b", d: "M20.5 12.22c-.41 0-.75-.34-.75-.75V9.68c0-2.98-.52-3.5-3.5-3.5H13.7c-1.13 0-1.52-.4-1.95-.97L10.46 3.5c-.44-.58-.54-.72-1.44-.72H7.75c-2.98 0-3.5.52-3.5 3.5v5.15c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.28c0-3.83 1.17-5 5-5h1.28c1.54 0 2.02.5 2.64 1.32l1.28 1.7c.27.36.29.38.76.38h2.55c3.83 0 5 1.17 5 5v1.79a.77.77 0 0 1-.76.75M11.298 18.5v-4a.75.75 0 0 1 1.5 0v4a.75.75 0 1 1-1.5 0" }),
|
|
7120
|
+
/* @__PURE__ */ jsx538("path", { fill: "#1e293b", d: "M14 15.75a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5z" })
|
|
7121
|
+
] });
|
|
7122
|
+
}
|
|
7123
|
+
);
|
|
7124
|
+
MagickoFolderOpenAdd.displayName = "MagickoFolderOpenAdd";
|
|
7125
|
+
|
|
7126
|
+
// dist/icons/MagickoForward.tsx
|
|
7127
|
+
import React539 from "react";
|
|
7128
|
+
import { jsx as jsx539, jsxs as jsxs453 } from "react/jsx-runtime";
|
|
7129
|
+
var MagickoForward = React539.forwardRef(
|
|
7130
|
+
({ size, ...props }, ref) => {
|
|
7131
|
+
return /* @__PURE__ */ jsxs453("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7132
|
+
/* @__PURE__ */ jsx539("path", { fill: "#1e293b", d: "M3.95 18.36c-.46 0-.93-.12-1.35-.37a2.66 2.66 0 0 1-1.35-2.34V8.33c0-.98.5-1.85 1.35-2.34s1.86-.49 2.7 0l6.34 3.66c.29.17.52.37.7.59.11.13.17.3.17.47v2.56c0 .17-.06.34-.17.47-.18.22-.41.42-.68.58L5.3 18c-.42.24-.88.36-1.35.36m0-11.22c-.21 0-.41.05-.6.16-.38.22-.6.61-.6 1.04v7.32c0 .43.22.82.6 1.04s.82.22 1.2 0l6.34-3.66c.04-.02.08-.05.11-.08v-1.93c-.04-.03-.08-.06-.12-.08L4.55 7.3c-.19-.11-.39-.16-.6-.16" }),
|
|
7133
|
+
/* @__PURE__ */ jsx539("path", { fill: "#1e293b", d: "M13.71 18.36c-.46 0-.93-.12-1.35-.37a2.66 2.66 0 0 1-1.35-2.34V8.33c0-.98.5-1.85 1.35-2.34s1.86-.49 2.7 0l6.34 3.66c.84.49 1.35 1.36 1.35 2.34s-.5 1.85-1.35 2.34l-6.34 3.66c-.42.25-.89.37-1.35.37m0-11.22c-.21 0-.41.05-.6.16-.38.22-.6.6-.6 1.04v7.32c0 .43.22.82.6 1.04s.83.22 1.2 0l6.34-3.66c.38-.22.6-.61.6-1.04s-.22-.82-.6-1.04L14.31 7.3c-.19-.11-.39-.16-.6-.16" })
|
|
7134
|
+
] });
|
|
7135
|
+
}
|
|
7136
|
+
);
|
|
7137
|
+
MagickoForward.displayName = "MagickoForward";
|
|
7138
|
+
|
|
7139
|
+
// dist/icons/MagickoForward1.tsx
|
|
7140
|
+
import React540 from "react";
|
|
7141
|
+
import { jsx as jsx540 } from "react/jsx-runtime";
|
|
7142
|
+
var MagickoForward1 = React540.forwardRef(
|
|
7143
|
+
({ size, ...props }, ref) => {
|
|
7144
|
+
return /* @__PURE__ */ jsx540("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx540("path", { fill: "#1e293b", d: "M22 20.27a.76.76 0 0 1-.67-.41c-1.99-3.98-6.21-5.03-9.67-5.15v2.64c0 .75-.42 1.4-1.11 1.7-.68.3-1.45.18-2-.32l-6.69-6.08c-.4-.36-.62-.87-.61-1.41 0-.54.25-1.04.66-1.39L8.6 4.17a1.82 1.82 0 0 1 1.98-.27c.67.31 1.08.95 1.08 1.69v1.97c6.47.32 11.09 4.72 11.09 10.7v1.25c0 .35-.24.65-.58.73-.06.01-.12.02-.17.02zM9.79 5.24c-.07 0-.15.02-.23.09L2.88 11c-.11.09-.13.21-.13.27s.01.18.12.27l6.69 6.06c.16.14.32.09.39.06.06-.03.21-.12.21-.33v-3.4c0-.41.34-.75.75-.75 4.53 0 8.02 1.3 10.26 3.78-.62-4.72-4.67-7.91-10.26-7.91-.41 0-.75-.34-.75-.75V5.6c0-.21-.15-.3-.21-.33a.5.5 0 0 0-.16-.03" }) });
|
|
7145
|
+
}
|
|
7146
|
+
);
|
|
7147
|
+
MagickoForward1.displayName = "MagickoForward1";
|
|
7148
|
+
|
|
7149
|
+
// dist/icons/MagickoForward10Seconds.tsx
|
|
7150
|
+
import React541 from "react";
|
|
7151
|
+
import { jsx as jsx541, jsxs as jsxs454 } from "react/jsx-runtime";
|
|
7152
|
+
var MagickoForward10Seconds = React541.forwardRef(
|
|
7153
|
+
({ size, ...props }, ref) => {
|
|
7154
|
+
return /* @__PURE__ */ jsxs454("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7155
|
+
/* @__PURE__ */ jsx541("path", { fill: "#1e293b", d: "M13.98 5.22a.74.74 0 0 1-.58-.28l-1.98-2.47c-.26-.32-.21-.8.12-1.05.32-.26.79-.21 1.05.12l1.98 2.47c.26.32.21.8-.12 1.05-.14.1-.31.16-.47.16" }),
|
|
7156
|
+
/* @__PURE__ */ jsx541("path", { fill: "#1e293b", d: "M12 22.75c-5.31 0-9.64-4.32-9.64-9.64S6.68 3.47 12 3.47c.69 0 1.39.08 2.15.26.4.09.66.5.56.9-.09.4-.49.66-.9.56-.64-.15-1.24-.22-1.81-.22-4.49 0-8.14 3.65-8.14 8.14s3.65 8.14 8.14 8.14 8.14-3.65 8.14-8.14c0-1.74-.57-3.42-1.65-4.86a.75.75 0 0 1 1.2-.9c1.28 1.7 1.95 3.69 1.95 5.76 0 5.32-4.33 9.64-9.64 9.64" }),
|
|
7157
|
+
/* @__PURE__ */ jsx541("path", { fill: "#1e293b", d: "M9.54 16.67c-.41 0-.75-.34-.75-.75v-3.39l-.19.21c-.28.31-.75.33-1.06.06a.756.756 0 0 1-.06-1.06l1.5-1.67c.21-.23.54-.31.83-.2s.48.39.48.7v5.35c0 .42-.33.75-.75.75M14 16.67c-1.52 0-2.75-1.23-2.75-2.75v-1.35c0-1.52 1.23-2.75 2.75-2.75s2.75 1.23 2.75 2.75v1.35c0 1.52-1.23 2.75-2.75 2.75m0-5.34c-.69 0-1.25.56-1.25 1.25v1.35a1.25 1.25 0 0 0 2.5 0v-1.35c0-.69-.56-1.25-1.25-1.25" })
|
|
7158
|
+
] });
|
|
7159
|
+
}
|
|
7160
|
+
);
|
|
7161
|
+
MagickoForward10Seconds.displayName = "MagickoForward10Seconds";
|
|
7162
|
+
|
|
7163
|
+
// dist/icons/MagickoForward15Seconds.tsx
|
|
7164
|
+
import React542 from "react";
|
|
7165
|
+
import { jsx as jsx542, jsxs as jsxs455 } from "react/jsx-runtime";
|
|
7166
|
+
var MagickoForward15Seconds = React542.forwardRef(
|
|
7167
|
+
({ size, ...props }, ref) => {
|
|
7168
|
+
return /* @__PURE__ */ jsxs455("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7169
|
+
/* @__PURE__ */ jsx542("path", { fill: "#1e293b", d: "M14.43 16.92h-2.29c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781 0 0 0 0-1.56h-2.29a.747.747 0 0 1-.71-.99l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41 0 .75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.28 2.28 0 1 1 0 4.56M9.54 16.92c-.41 0-.75-.34-.75-.75v-3.39L8.6 13c-.28.31-.75.33-1.06.06A.756.756 0 0 1 7.48 12l1.5-1.67c.21-.23.54-.31.83-.2s.48.39.48.7v5.35c0 .41-.33.74-.75.74M13.98 5.22c-.22 0-.44-.1-.58-.28l-1.98-2.47c-.26-.32-.21-.8.12-1.05a.74.74 0 0 1 1.05.12l1.98 2.47c.26.32.21.8-.12 1.05-.14.1-.31.16-.47.16" }),
|
|
7170
|
+
/* @__PURE__ */ jsx542("path", { fill: "#1e293b", d: "M12 22.75c-5.31 0-9.64-4.32-9.64-9.64S6.68 3.47 12 3.47c.69 0 1.39.08 2.15.26.4.09.66.5.56.9-.09.4-.5.66-.9.56-.64-.15-1.24-.22-1.81-.22-4.49 0-8.14 3.65-8.14 8.14s3.65 8.14 8.14 8.14 8.14-3.65 8.14-8.14c0-1.74-.57-3.42-1.65-4.86a.75.75 0 0 1 1.2-.9c1.28 1.7 1.95 3.69 1.95 5.76 0 5.32-4.33 9.64-9.64 9.64" })
|
|
7171
|
+
] });
|
|
7172
|
+
}
|
|
7173
|
+
);
|
|
7174
|
+
MagickoForward15Seconds.displayName = "MagickoForward15Seconds";
|
|
7175
|
+
|
|
7176
|
+
// dist/icons/MagickoForward5Seconds.tsx
|
|
7177
|
+
import React543 from "react";
|
|
7178
|
+
import { jsx as jsx543, jsxs as jsxs456 } from "react/jsx-runtime";
|
|
7179
|
+
var MagickoForward5Seconds = React543.forwardRef(
|
|
7180
|
+
({ size, ...props }, ref) => {
|
|
7181
|
+
return /* @__PURE__ */ jsxs456("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7182
|
+
/* @__PURE__ */ jsx543("path", { fill: "#1e293b", d: "M13.98 5.22c-.22 0-.44-.1-.58-.28l-1.98-2.47c-.26-.32-.21-.8.12-1.05s.79-.21 1.05.12l1.98 2.47c.26.32.21.8-.12 1.05-.14.1-.31.16-.47.16" }),
|
|
7183
|
+
/* @__PURE__ */ jsx543("path", { fill: "#1e293b", d: "M12 22.75c-5.31 0-9.64-4.32-9.64-9.64S6.68 3.47 12 3.47c.69 0 1.39.08 2.15.26.4.09.66.5.56.9-.09.4-.49.66-.9.56-.64-.15-1.24-.22-1.81-.22-4.49 0-8.14 3.65-8.14 8.14s3.65 8.14 8.14 8.14 8.14-3.65 8.14-8.14c0-1.74-.57-3.42-1.65-4.86a.75.75 0 0 1 1.2-.9c1.28 1.7 1.95 3.69 1.95 5.76 0 5.32-4.33 9.64-9.64 9.64" }),
|
|
7184
|
+
/* @__PURE__ */ jsx543("path", { fill: "#1e293b", d: "M12.38 16.92h-2.29c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.29a.781.781 0 0 0 0-1.56h-2.29c-.24 0-.47-.12-.61-.31a.75.75 0 0 1-.1-.68l.76-2.29c.1-.31.39-.51.71-.51h3.06c.41 0 .75.34.75.75s-.34.75-.75.75h-2.52l-.26.79h1.25a2.279 2.279 0 1 1 0 4.56" })
|
|
7185
|
+
] });
|
|
7186
|
+
}
|
|
7187
|
+
);
|
|
7188
|
+
MagickoForward5Seconds.displayName = "MagickoForward5Seconds";
|
|
7189
|
+
|
|
7190
|
+
// dist/icons/MagickoGallery.tsx
|
|
7191
|
+
import React544 from "react";
|
|
7192
|
+
import { jsx as jsx544, jsxs as jsxs457 } from "react/jsx-runtime";
|
|
7193
|
+
var MagickoGallery = React544.forwardRef(
|
|
7194
|
+
({ size, ...props }, ref) => {
|
|
7195
|
+
return /* @__PURE__ */ jsxs457("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7196
|
+
/* @__PURE__ */ jsx544("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" }),
|
|
7197
|
+
/* @__PURE__ */ jsx544("path", { fill: "#1e293b", d: "M9 10.75c-1.52 0-2.75-1.23-2.75-2.75S7.48 5.25 9 5.25 11.75 6.48 11.75 8 10.52 10.75 9 10.75m0-4a1.25 1.25 0 1 0 0 2.501 1.25 1.25 0 0 0 0-2.5M2.67 19.7a.746.746 0 0 1-.41-1.37l4.93-3.31c1.08-.73 2.57-.64 3.55.19l.33.29c.5.43 1.35.43 1.84 0l4.16-3.57c1.06-.91 2.73-.91 3.8 0l1.63 1.4c.31.27.35.74.08 1.06-.27.31-.74.35-1.06.08l-1.63-1.4c-.5-.43-1.35-.43-1.85 0l-4.16 3.57c-1.06.91-2.73.91-3.8 0l-.33-.29c-.46-.39-1.22-.43-1.73-.08l-4.93 3.31c-.13.08-.28.12-.42.12" })
|
|
7198
|
+
] });
|
|
7199
|
+
}
|
|
7200
|
+
);
|
|
7201
|
+
MagickoGallery.displayName = "MagickoGallery";
|
|
7202
|
+
|
|
7203
|
+
// dist/icons/MagickoGallery1.tsx
|
|
7204
|
+
import React545 from "react";
|
|
7205
|
+
import { jsx as jsx545, jsxs as jsxs458 } from "react/jsx-runtime";
|
|
7206
|
+
var MagickoGallery1 = React545.forwardRef(
|
|
7207
|
+
({ size, ...props }, ref) => {
|
|
7208
|
+
return /* @__PURE__ */ jsxs458("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7209
|
+
/* @__PURE__ */ jsx545("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.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75m-10-20A4.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 17V7A4.26 4.26 0 0 0 17 2.75z" }),
|
|
7210
|
+
/* @__PURE__ */ jsx545("path", { fill: "#1e293b", d: "M8.43 17.56c-.65 0-1.28-.26-1.74-.72l-1.22-1.22a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.22 1.22c.2.2.47.3.74.28.28-.02.53-.14.7-.36l.89-1.12c.94-1.18 2.91-1.18 3.85 0l.89 1.12c.17.22.42.34.7.36.27.02.54-.08.74-.28l1.22-1.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.22 1.22c-.5.5-1.18.74-1.88.72-.7-.04-1.35-.38-1.79-.92l-.89-1.12c-.37-.46-1.14-.46-1.51 0l-.89 1.12c-.44.55-1.09.88-1.79.92-.05-.01-.09 0-.14 0M9 10.75c-1.52 0-2.75-1.23-2.75-2.75S7.48 5.25 9 5.25 11.75 6.48 11.75 8 10.52 10.75 9 10.75m0-4a1.25 1.25 0 1 0 0 2.501 1.25 1.25 0 0 0 0-2.5" })
|
|
7211
|
+
] });
|
|
7212
|
+
}
|
|
7213
|
+
);
|
|
7214
|
+
MagickoGallery1.displayName = "MagickoGallery1";
|
|
7215
|
+
|
|
7216
|
+
// dist/icons/MagickoGame.tsx
|
|
7217
|
+
import React546 from "react";
|
|
7218
|
+
import { jsx as jsx546, jsxs as jsxs459 } from "react/jsx-runtime";
|
|
7219
|
+
var MagickoGame = React546.forwardRef(
|
|
7220
|
+
({ size, ...props }, ref) => {
|
|
7221
|
+
return /* @__PURE__ */ jsxs459("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7222
|
+
/* @__PURE__ */ jsx546("path", { fill: "#1e293b", d: "M6.52 16.26c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.05-3.05c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.05 3.05c-.15.14-.34.22-.53.22" }),
|
|
7223
|
+
/* @__PURE__ */ jsx546("path", { fill: "#1e293b", d: "M9.6 16.29c-.19 0-.38-.07-.53-.22l-3.05-3.05a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.05 3.05c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M13.54 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.44 1-1 1M17.48 15c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1M15.5 16.97c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01M15.5 13.03c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.44 1.01-1 1.01" }),
|
|
7224
|
+
/* @__PURE__ */ jsx546("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75v-2c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v2c0 5.43-2.32 7.75-7.75 7.75m-6-16c-4.61 0-6.25 1.64-6.25 6.25v2c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-2c0-4.61-1.64-6.25-6.25-6.25z" }),
|
|
7225
|
+
/* @__PURE__ */ jsx546("path", { fill: "#1e293b", d: "M12.99 6.75h-1c-.96 0-1.75-.79-1.75-1.75s.78-1.75 1.74-1.75c.16 0 .27-.11.28-.25l.01-1.01c.01-.41.34-.74.75-.74h.01c.41.01.75.35.74.76l-.01 1.01c-.01.95-.8 1.73-1.75 1.73-.16 0-.26.11-.26.25s.11.25.25.25h1c.41 0 .75.34.75.75s-.35.75-.76.75" })
|
|
7226
|
+
] });
|
|
7227
|
+
}
|
|
7228
|
+
);
|
|
7229
|
+
MagickoGame.displayName = "MagickoGame";
|
|
7230
|
+
|
|
7231
|
+
// dist/icons/MagickoGameboy.tsx
|
|
7232
|
+
import React547 from "react";
|
|
7233
|
+
import { jsx as jsx547, jsxs as jsxs460 } from "react/jsx-runtime";
|
|
7234
|
+
var MagickoGameboy = React547.forwardRef(
|
|
7235
|
+
({ size, ...props }, ref) => {
|
|
7236
|
+
return /* @__PURE__ */ jsxs460("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7237
|
+
/* @__PURE__ */ jsx547("path", { fill: "#1e293b", d: "M16 22.75H8c-3.65 0-5.75-2.1-5.75-5.75V7c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v10c0 3.65-2.1 5.75-5.75 5.75m-8-20C5.14 2.75 3.75 4.14 3.75 7v10c0 2.86 1.39 4.25 4.25 4.25h8c2.86 0 4.25-1.39 4.25-4.25V7c0-2.86-1.39-4.25-4.25-4.25z" }),
|
|
7238
|
+
/* @__PURE__ */ jsx547("path", { fill: "#1e293b", d: "M16.25 11.75h-8.5a2.5 2.5 0 0 1-2.5-2.5v-2.5a2.5 2.5 0 0 1 2.5-2.5h8.5a2.5 2.5 0 0 1 2.5 2.5v2.5a2.5 2.5 0 0 1-2.5 2.5m-8.5-6c-.55 0-1 .45-1 1v2.5c0 .55.45 1 1 1h8.5c.55 0 1-.45 1-1v-2.5c0-.55-.45-1-1-1zM8 18.33c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.3 2.3c-.15.15-.34.22-.53.22" }),
|
|
7239
|
+
/* @__PURE__ */ jsx547("path", { fill: "#1e293b", d: "M10.33 18.36c-.19 0-.38-.07-.53-.22l-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16.51 16.33c-.55 0-1.01-.45-1.01-1s.44-1 .99-1h.02c.55 0 1 .45 1 1s-.45 1-1 1M14.49 18.49c-.55 0-1-.44-1-.99v-.02c0-.55.45-1 1-1s1 .45 1 1-.45 1.01-1 1.01" })
|
|
7240
|
+
] });
|
|
7241
|
+
}
|
|
7242
|
+
);
|
|
7243
|
+
MagickoGameboy.displayName = "MagickoGameboy";
|
|
7244
|
+
|
|
7245
|
+
// dist/icons/MagickoGasStation.tsx
|
|
7246
|
+
import React548 from "react";
|
|
7247
|
+
import { jsx as jsx548, jsxs as jsxs461 } from "react/jsx-runtime";
|
|
7248
|
+
var MagickoGasStation = React548.forwardRef(
|
|
7249
|
+
({ size, ...props }, ref) => {
|
|
7250
|
+
return /* @__PURE__ */ jsxs461("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7251
|
+
/* @__PURE__ */ jsx548("path", { fill: "#1e293b", d: "M17.5 22.75h-14c-.41 0-.75-.34-.75-.75V5c0-2.24 1.51-3.75 3.75-3.75h8c2.24 0 3.75 1.51 3.75 3.75v17c0 .41-.34.75-.75.75m-13.25-1.5h12.5V5c0-1.41-.84-2.25-2.25-2.25h-8c-1.41 0-2.25.84-2.25 2.25z" }),
|
|
7252
|
+
/* @__PURE__ */ jsx548("path", { fill: "#1e293b", d: "M19 22.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75M12.61 10.75H8.38c-1.63 0-2.64-1.01-2.64-2.64V6.88c0-1.63 1.01-2.64 2.64-2.64h4.23c1.63 0 2.64 1.01 2.64 2.64v1.23c0 1.63-1.01 2.64-2.64 2.64m-4.22-5c-.81 0-1.14.33-1.14 1.14v1.23c0 .81.33 1.14 1.14 1.14h4.23c.81 0 1.14-.33 1.14-1.14V6.89c0-.81-.33-1.14-1.14-1.14zM9.5 13.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75M17.5 16.76a.749.749 0 1 1 0-1.5l3.75-.01v-4.79l-1.59-.79a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34l2 1c.25.13.41.39.41.67v6c0 .41-.33.75-.75.75z" })
|
|
7253
|
+
] });
|
|
7254
|
+
}
|
|
7255
|
+
);
|
|
7256
|
+
MagickoGasStation.displayName = "MagickoGasStation";
|
|
7257
|
+
|
|
7258
|
+
// dist/icons/MagickoGemini.tsx
|
|
7259
|
+
import React549 from "react";
|
|
7260
|
+
import { jsx as jsx549, jsxs as jsxs462 } from "react/jsx-runtime";
|
|
7261
|
+
var MagickoGemini = React549.forwardRef(
|
|
7262
|
+
({ size, ...props }, ref) => {
|
|
7263
|
+
return /* @__PURE__ */ jsxs462("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7264
|
+
/* @__PURE__ */ jsx549("path", { fill: "#1e293b", d: "M12 5.53c-3.59 0-7.18-.96-10.39-2.88a.75.75 0 0 1-.26-1.03c.21-.36.67-.47 1.03-.26 5.93 3.56 13.3 3.56 19.23 0a.751.751 0 1 1 .77 1.29C19.18 4.57 15.59 5.53 12 5.53M22 22.75c-.13 0-.26-.03-.39-.11a18.65 18.65 0 0 0-19.23 0 .751.751 0 1 1-.77-1.29 20.16 20.16 0 0 1 20.77 0c.36.21.47.67.26 1.03-.14.24-.39.37-.64.37" }),
|
|
7265
|
+
/* @__PURE__ */ jsx549("path", { fill: "#1e293b", d: "M5.33 21.16q-.18 0-.36-.09c-.36-.2-.5-.65-.3-1.02 2.68-4.96 2.71-10.9.09-15.88l-.12-.24a.746.746 0 0 1 .32-1.01c.37-.19.82-.05 1.01.32l.12.24a18.38 18.38 0 0 1-.1 17.29c-.13.25-.39.39-.66.39M18.67 21.16c-.27 0-.52-.14-.66-.39a18.38 18.38 0 0 1-.1-17.29l.12-.24a.75.75 0 1 1 1.33.69l-.12.24a16.88 16.88 0 0 0 .09 15.88c.2.37.06.82-.3 1.02q-.18.09-.36.09" })
|
|
7266
|
+
] });
|
|
7267
|
+
}
|
|
7268
|
+
);
|
|
7269
|
+
MagickoGemini.displayName = "MagickoGemini";
|
|
7270
|
+
|
|
7271
|
+
// dist/icons/MagickoGemini2.tsx
|
|
7272
|
+
import React550 from "react";
|
|
7273
|
+
import { jsx as jsx550, jsxs as jsxs463 } from "react/jsx-runtime";
|
|
7274
|
+
var MagickoGemini2 = React550.forwardRef(
|
|
7275
|
+
({ size, ...props }, ref) => {
|
|
7276
|
+
return /* @__PURE__ */ jsxs463("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7277
|
+
/* @__PURE__ */ jsx550("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v19c0 .41-.34.75-.75.75" }),
|
|
7278
|
+
/* @__PURE__ */ jsx550("path", { fill: "#1e293b", d: "M15.3 6.05c-.19 0-.38-.07-.53-.22L12 3.06 9.23 5.83c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l3.3-3.3a.75.75 0 0 1 1.06 0l3.3 3.3c.29.29.29.77 0 1.06-.14.15-.34.22-.53.22M5 7.75c-.19 0-.38-.07-.53-.22L3 6.06 1.53 7.53c-.29.29-.77.29-1.06 0a.755.755 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M23 7.75c-.19 0-.38-.07-.53-.22L21 6.06l-1.47 1.47c-.29.29-.77.29-1.06 0a.755.755 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
7279
|
+
/* @__PURE__ */ jsx550("path", { fill: "#1e293b", d: "M15 17.75H9c-4.42 0-6.75-2.33-6.75-6.75V6.04c0-.41.34-.75.75-.75s.75.34.75.75V11c0 3.58 1.67 5.25 5.25 5.25h6c3.58 0 5.25-1.67 5.25-5.25V6.04c0-.41.34-.75.75-.75s.75.34.75.75V11c0 4.42-2.33 6.75-6.75 6.75M15 20.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7280
|
+
] });
|
|
7281
|
+
}
|
|
7282
|
+
);
|
|
7283
|
+
MagickoGemini2.displayName = "MagickoGemini2";
|
|
7284
|
+
|
|
7285
|
+
// dist/icons/MagickoGhost.tsx
|
|
7286
|
+
import React551 from "react";
|
|
7287
|
+
import { jsx as jsx551, jsxs as jsxs464 } from "react/jsx-runtime";
|
|
7288
|
+
var MagickoGhost = React551.forwardRef(
|
|
7289
|
+
({ size, ...props }, ref) => {
|
|
7290
|
+
return /* @__PURE__ */ jsxs464("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7291
|
+
/* @__PURE__ */ jsx551("path", { fill: "#1e293b", d: "M15.33 22.75c-.42 0-.85-.15-1.18-.45l-2-1.83c-.08-.07-.24-.07-.33 0L9.83 22.3c-.66.61-1.69.6-2.35 0l-2-1.83c-.08-.07-.24-.07-.33 0l-.99.91c-.91.83-1.63.7-1.98.54s-.94-.6-.94-1.85v-7.89c0-6.03 4.82-10.93 10.75-10.93s10.75 4.9 10.75 10.93v7.89c0 1.25-.59 1.7-.94 1.85s-1.07.29-1.98-.54l-1-.91c-.08-.07-.24-.07-.32 0l-2 1.83c-.32.3-.74.45-1.17.45M12 18.91c.42 0 .85.15 1.17.45l2 1.83c.08.07.24.07.32 0l2-1.83c.66-.6 1.69-.6 2.35 0l1 .91c.17.15.28.22.35.24.03-.07.06-.21.06-.45v-7.89c0-5.2-4.15-9.43-9.25-9.43s-9.25 4.23-9.25 9.43v7.89c0 .24.04.38.06.45.07-.03.19-.09.35-.24l1-.91c.66-.6 1.69-.6 2.35 0l2 1.83c.08.07.24.07.32 0l2-1.83c.32-.3.75-.45 1.17-.45" }),
|
|
7292
|
+
/* @__PURE__ */ jsx551("path", { fill: "#1e293b", d: "M12 16.07c-1.57 0-3.14-.49-4.45-1.47a.75.75 0 0 1 .9-1.2 5.94 5.94 0 0 0 7.1 0 .75.75 0 0 1 .9 1.2A7.42 7.42 0 0 1 12 16.07M12 11.75c-1.52 0-2.75-1.23-2.75-2.75S10.48 6.25 12 6.25 14.75 7.48 14.75 9s-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5" })
|
|
7293
|
+
] });
|
|
7294
|
+
}
|
|
7295
|
+
);
|
|
7296
|
+
MagickoGhost.displayName = "MagickoGhost";
|
|
7297
|
+
|
|
7298
|
+
// dist/icons/MagickoGift.tsx
|
|
7299
|
+
import React552 from "react";
|
|
7300
|
+
import { jsx as jsx552, jsxs as jsxs465 } from "react/jsx-runtime";
|
|
7301
|
+
var MagickoGift = React552.forwardRef(
|
|
7302
|
+
({ size, ...props }, ref) => {
|
|
7303
|
+
return /* @__PURE__ */ jsxs465("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7304
|
+
/* @__PURE__ */ jsx552("path", { fill: "#1e293b", d: "M15.97 22.75h-8c-3.42 0-4.75-1.33-4.75-4.75v-8c0-.41.34-.75.75-.75h16c.41 0 .75.34.75.75v8c0 3.42-1.33 4.75-4.75 4.75m-11.25-12V18c0 2.58.67 3.25 3.25 3.25h8c2.58 0 3.25-.67 3.25-3.25v-7.25z" }),
|
|
7305
|
+
/* @__PURE__ */ jsx552("path", { fill: "#1e293b", d: "M19.5 10.75h-15c-1.75 0-2.75-1-2.75-2.75V7c0-1.75 1-2.75 2.75-2.75h15c1.7 0 2.75 1.05 2.75 2.75v1c0 1.7-1.05 2.75-2.75 2.75m-15-5c-.91 0-1.25.34-1.25 1.25v1c0 .91.34 1.25 1.25 1.25h15c.88 0 1.25-.37 1.25-1.25V7c0-.88-.37-1.25-1.25-1.25z" }),
|
|
7306
|
+
/* @__PURE__ */ jsx552("path", { fill: "#1e293b", d: "M11.64 5.751H6.12c-.21 0-.41-.09-.55-.24-.61-.67-.59-1.7.05-2.34l1.42-1.42c.66-.66 1.75-.66 2.41 0l2.72 2.72c.21.21.28.54.16.82-.11.28-.38.46-.69.46m-4.97-1.5h3.17l-1.45-1.44a.205.205 0 0 0-.29 0l-1.42 1.42c0 .01-.01.01-.01.02" }),
|
|
7307
|
+
/* @__PURE__ */ jsx552("path", { fill: "#1e293b", d: "M17.87 5.751h-5.52a.74.74 0 0 1-.69-.46c-.12-.28-.05-.6.16-.82l2.72-2.72c.66-.66 1.75-.66 2.41 0l1.42 1.42c.64.64.67 1.67.05 2.34-.14.15-.34.24-.55.24m-3.7-1.5h3.17l-.02-.02-1.42-1.42a.205.205 0 0 0-.29 0zM9.94 16.9a1.752 1.752 0 0 1-1.75-1.75V10c0-.41.34-.75.75-.75h6.04c.41 0 .75.34.75.75v5.13c0 .65-.35 1.24-.92 1.54-.57.31-1.26.27-1.8-.09l-.89-.6a.24.24 0 0 0-.28 0l-.94.62c-.29.2-.63.3-.96.3m-.25-1.76c0 .13.08.19.13.22s.15.06.26-.01l.94-.62c.59-.39 1.35-.39 1.93 0l.89.6c.11.07.21.04.26.01s.13-.09.13-.22v-4.38H9.69z" })
|
|
7308
|
+
] });
|
|
7309
|
+
}
|
|
7310
|
+
);
|
|
7311
|
+
MagickoGift.displayName = "MagickoGift";
|
|
7312
|
+
|
|
7313
|
+
// dist/icons/MagickoGift1.tsx
|
|
7314
|
+
import React553 from "react";
|
|
7315
|
+
import { jsx as jsx553, jsxs as jsxs466 } from "react/jsx-runtime";
|
|
7316
|
+
var MagickoGift1 = React553.forwardRef(
|
|
7317
|
+
({ size, ...props }, ref) => {
|
|
7318
|
+
return /* @__PURE__ */ jsxs466("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7319
|
+
/* @__PURE__ */ jsx553("path", { fill: "#1e293b", d: "M17.28 22.25H6.72a2.86 2.86 0 0 1-2.86-2.86v-6.33c0-.41.34-.75.75-.75h14.78c.41 0 .75.34.75.75v6.33a2.86 2.86 0 0 1-2.86 2.86M5.36 13.81v5.58c0 .75.61 1.36 1.36 1.36h10.56c.75 0 1.36-.61 1.36-1.36v-5.58z" }),
|
|
7320
|
+
/* @__PURE__ */ jsx553("path", { fill: "#1e293b", d: "M19.39 13.81H4.61c-1.58 0-2.86-1.13-2.86-2.51V9.54c0-1.38 1.28-2.51 2.86-2.51h14.78c1.58 0 2.86 1.13 2.86 2.51v1.76c0 1.38-1.28 2.51-2.86 2.51M4.61 8.53c-.74 0-1.36.46-1.36 1.01v1.76c0 .55.62 1.01 1.36 1.01h14.78c.74 0 1.36-.46 1.36-1.01V9.54c0-.55-.62-1.01-1.36-1.01z" }),
|
|
7321
|
+
/* @__PURE__ */ jsx553("path", { fill: "#1e293b", d: "M10.73 8.53c-.41 0-.83-.06-1.24-.14-1.61-.31-2.92-1.41-3.34-2.8-.33-1.1-.06-2.18.75-2.98.8-.79 1.87-1.04 2.95-.71 1.37.43 2.46 1.75 2.76 3.38.18.98.28 2.08-.38 2.74-.39.38-.93.51-1.5.51m-1.8-5.28c-.31 0-.65.1-.98.42-.52.51-.48 1.08-.37 1.48.26.87 1.12 1.56 2.19 1.77 1.18.23 1.38.05 1.39.04s.19-.21-.03-1.4c-.2-1.08-.89-1.96-1.74-2.22a1.1 1.1 0 0 0-.46-.09" }),
|
|
7322
|
+
/* @__PURE__ */ jsx553("path", { fill: "#1e293b", d: "M13.27 8.53c-.57 0-1.11-.13-1.5-.51-.67-.67-.57-1.76-.38-2.74.3-1.62 1.39-2.95 2.76-3.38 1.08-.34 2.15-.08 2.95.71.81.8 1.08 1.88.75 2.98-.42 1.39-1.73 2.49-3.34 2.8-.41.07-.84.14-1.24.14m1.8-5.28c-.17 0-.33.03-.47.08-.85.27-1.53 1.14-1.74 2.22-.23 1.19-.04 1.4-.03 1.4s.21.19 1.39-.04c1.07-.21 1.93-.9 2.19-1.77.12-.39.15-.97-.37-1.48-.32-.31-.66-.41-.97-.41" })
|
|
7323
|
+
] });
|
|
7324
|
+
}
|
|
7325
|
+
);
|
|
7326
|
+
MagickoGift1.displayName = "MagickoGift1";
|
|
7327
|
+
|
|
7328
|
+
// dist/icons/MagickoGift2.tsx
|
|
7329
|
+
import React554 from "react";
|
|
7330
|
+
import { jsx as jsx554, jsxs as jsxs467 } from "react/jsx-runtime";
|
|
7331
|
+
var MagickoGift2 = React554.forwardRef(
|
|
7332
|
+
({ size, ...props }, ref) => {
|
|
7333
|
+
return /* @__PURE__ */ jsxs467("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7334
|
+
/* @__PURE__ */ jsx554("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.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75m-10-20A4.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 17V7A4.26 4.26 0 0 0 17 2.75z" }),
|
|
7335
|
+
/* @__PURE__ */ jsx554("path", { fill: "#1e293b", d: "M12 12.75c-3.67 0-6.55-2-6.55-4.56 0-1.38 1.12-2.49 2.5-2.49 1.7 0 3.2 1.02 4.05 2.55.85-1.53 2.35-2.55 4.05-2.55 1.38 0 2.5 1.12 2.5 2.49 0 2.56-2.88 4.56-6.55 4.56M7.94 7.19a1 1 0 0 0-1 .99c0 1.5 1.9 2.8 4.3 3.03v-.04c0-2.2-1.48-3.98-3.3-3.98m8.11 0c-1.82 0-3.3 1.79-3.3 3.98v.04c2.4-.23 4.3-1.52 4.3-3.03 0-.55-.45-.99-1-.99" }),
|
|
7336
|
+
/* @__PURE__ */ jsx554("path", { fill: "#1e293b", d: "M16.44 17.05c-1.88 0-3.54-1.15-4.45-2.88-.91 1.71-2.56 2.86-4.44 2.86-.41 0-.75-.34-.75-.75s.34-.75.75-.75c2.04 0 3.69-1.99 3.69-4.44 0-.38.28-.7.66-.74.37-.05.73.19.82.56.01.06.03.14.03.2 0 2.45 1.66 4.44 3.69 4.44.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
7337
|
+
/* @__PURE__ */ jsx554("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
7338
|
+
/* @__PURE__ */ jsx554("path", { fill: "#1e293b", d: "M22 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7339
|
+
] });
|
|
7340
|
+
}
|
|
7341
|
+
);
|
|
7342
|
+
MagickoGift2.displayName = "MagickoGift2";
|
|
7343
|
+
|
|
7344
|
+
// dist/icons/MagickoGlass.tsx
|
|
7345
|
+
import React555 from "react";
|
|
7346
|
+
import { jsx as jsx555, jsxs as jsxs468 } from "react/jsx-runtime";
|
|
7347
|
+
var MagickoGlass = React555.forwardRef(
|
|
7348
|
+
({ size, ...props }, ref) => {
|
|
7349
|
+
return /* @__PURE__ */ jsxs468("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7350
|
+
/* @__PURE__ */ jsx555("path", { fill: "#1e293b", d: "M15.84 22.75H8.16c-2.68 0-3.9-1-4.44-1.83-.79-1.22-.76-2.89.09-4.83l3.83-8.7a3.13 3.13 0 0 1-1.41-.81C5.66 6 5.32 5.2 5.32 4.37c0-1.72 1.4-3.12 3.12-3.12h7.11c.83 0 1.62.33 2.21.92.78.78 1.09 1.89.83 2.96s-1.14 1.92-2.22 2.23l3.82 8.74c.84 1.93.87 3.6.07 4.82-.54.83-1.76 1.83-4.42 1.83m-7.4-20c-.89 0-1.62.73-1.62 1.62 0 .43.18.85.47 1.15.3.3.72.47 1.15.47h.3c.25 0 .49.13.63.34s.16.48.06.71l-4.25 9.65c-.63 1.44-.71 2.65-.21 3.41.62.95 2.07 1.15 3.18 1.15h7.68c1.1 0 2.54-.2 3.17-1.15.5-.77.43-1.97-.19-3.4L14.6 7.04a.752.752 0 0 1 .69-1.05h.16c.8 0 1.52-.51 1.69-1.22.14-.57-.02-1.13-.43-1.54a1.62 1.62 0 0 0-1.15-.48z" }),
|
|
7351
|
+
/* @__PURE__ */ jsx555("path", { fill: "#1e293b", d: "M13.84 15.04c-.66 0-1.37-.09-2.08-.33-2.84-.95-5.77-.85-5.8-.85-.4.06-.76-.31-.78-.72s.31-.76.72-.78c.13-.01 3.24-.11 6.33.92 2.6.87 5.15-.78 5.18-.8.34-.23.81-.13 1.04.21s.14.81-.21 1.04c-.09.07-1.99 1.31-4.4 1.31" })
|
|
7352
|
+
] });
|
|
7353
|
+
}
|
|
7354
|
+
);
|
|
7355
|
+
MagickoGlass.displayName = "MagickoGlass";
|
|
7356
|
+
|
|
7357
|
+
// dist/icons/MagickoGlass1.tsx
|
|
7358
|
+
import React556 from "react";
|
|
7359
|
+
import { jsx as jsx556, jsxs as jsxs469 } from "react/jsx-runtime";
|
|
7360
|
+
var MagickoGlass1 = React556.forwardRef(
|
|
7361
|
+
({ size, ...props }, ref) => {
|
|
7362
|
+
return /* @__PURE__ */ jsxs469("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7363
|
+
/* @__PURE__ */ jsx556("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.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75m-10-20A4.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 17V7A4.26 4.26 0 0 0 17 2.75z" }),
|
|
7364
|
+
/* @__PURE__ */ jsx556("path", { fill: "#1e293b", d: "M8 16.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l8-8c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-8 8c-.15.15-.34.22-.53.22M7.05 10.63c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l2.83-2.83c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.83 2.83c-.15.15-.34.22-.53.22M14.12 17.7c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.83-2.83c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.83 2.83c-.15.15-.34.22-.53.22" })
|
|
7365
|
+
] });
|
|
7366
|
+
}
|
|
7367
|
+
);
|
|
7368
|
+
MagickoGlass1.displayName = "MagickoGlass1";
|
|
7369
|
+
|
|
7370
|
+
// dist/icons/MagickoGlobal.tsx
|
|
7371
|
+
import React557 from "react";
|
|
7372
|
+
import { jsx as jsx557, jsxs as jsxs470 } from "react/jsx-runtime";
|
|
7373
|
+
var MagickoGlobal = React557.forwardRef(
|
|
7374
|
+
({ size, ...props }, ref) => {
|
|
7375
|
+
return /* @__PURE__ */ jsxs470("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7376
|
+
/* @__PURE__ */ jsx557("path", { fill: "#1e293b", d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }),
|
|
7377
|
+
/* @__PURE__ */ jsx557("path", { fill: "#1e293b", d: "M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.5 29.5 0 0 1 0-16.5.745.745 0 0 1-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.95 27.95 0 0 0 0 17.53c.08.23.04.48-.1.68-.14.18-.37.3-.61.3M15 21.75a.745.745 0 0 1-.71-.99 27.95 27.95 0 0 0 0-17.53.749.749 0 1 1 1.42-.48 29.3 29.3 0 0 1 0 18.47c-.1.33-.4.53-.71.53" }),
|
|
7378
|
+
/* @__PURE__ */ jsx557("path", { fill: "#1e293b", d: "M12 17.2c-2.79 0-5.57-.39-8.25-1.18-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61.2-.14.45-.18.68-.1a27.95 27.95 0 0 0 17.53 0 .75.75 0 0 1 .68.1c.2.14.31.37.31.61v1c0 .41-.34.75-.75.75s-.74-.32-.75-.73c-2.69.79-5.47 1.18-8.26 1.18M21 9.75c-.08 0-.16-.01-.24-.04a27.95 27.95 0 0 0-17.53 0c-.4.13-.82-.08-.95-.47-.12-.4.09-.82.48-.95a29.3 29.3 0 0 1 18.47 0c.39.13.61.56.47.95a.73.73 0 0 1-.7.51" })
|
|
7379
|
+
] });
|
|
7380
|
+
}
|
|
7381
|
+
);
|
|
7382
|
+
MagickoGlobal.displayName = "MagickoGlobal";
|
|
7383
|
+
|
|
7384
|
+
// dist/icons/MagickoGps.tsx
|
|
7385
|
+
import React558 from "react";
|
|
7386
|
+
import { jsx as jsx558, jsxs as jsxs471 } from "react/jsx-runtime";
|
|
7387
|
+
var MagickoGps = React558.forwardRef(
|
|
7388
|
+
({ size, ...props }, ref) => {
|
|
7389
|
+
return /* @__PURE__ */ jsxs471("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7390
|
+
/* @__PURE__ */ jsx558("path", { fill: "#1e293b", d: "M12 20.25c-4.55 0-8.25-3.7-8.25-8.25S7.45 3.75 12 3.75s8.25 3.7 8.25 8.25-3.7 8.25-8.25 8.25m0-15c-3.72 0-6.75 3.03-6.75 6.75s3.03 6.75 6.75 6.75 6.75-3.03 6.75-6.75S15.72 5.25 12 5.25" }),
|
|
7391
|
+
/* @__PURE__ */ jsx558("path", { fill: "#1e293b", d: "M12 15.75c-2.07 0-3.75-1.68-3.75-3.75S9.93 8.25 12 8.25s3.75 1.68 3.75 3.75-1.68 3.75-3.75 3.75m0-6c-1.24 0-2.25 1.01-2.25 2.25s1.01 2.25 2.25 2.25 2.25-1.01 2.25-2.25S13.24 9.75 12 9.75M12 4.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M4 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M12 22.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M22 12.75h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7392
|
+
] });
|
|
7393
|
+
}
|
|
7394
|
+
);
|
|
7395
|
+
MagickoGps.displayName = "MagickoGps";
|
|
7396
|
+
|
|
7397
|
+
// dist/icons/MagickoGpsSlash.tsx
|
|
7398
|
+
import React559 from "react";
|
|
7399
|
+
import { jsx as jsx559, jsxs as jsxs472 } from "react/jsx-runtime";
|
|
7400
|
+
var MagickoGpsSlash = React559.forwardRef(
|
|
7401
|
+
({ size, ...props }, ref) => {
|
|
7402
|
+
return /* @__PURE__ */ jsxs472("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7403
|
+
/* @__PURE__ */ jsx559("path", { fill: "#1e293b", d: "M12 20.25c-1.15 0-2.26-.23-3.3-.69a.76.76 0 0 1-.39-.99.76.76 0 0 1 .99-.39c.85.37 1.76.56 2.7.56 3.72 0 6.75-3.03 6.75-6.75 0-.94-.19-1.85-.56-2.7a.751.751 0 1 1 1.38-.6c.46 1.04.69 2.15.69 3.3-.01 4.56-3.71 8.26-8.26 8.26M6.58 17.94c-.2 0-.39-.08-.54-.23A8.22 8.22 0 0 1 3.75 12c0-4.55 3.7-8.25 8.25-8.25 2.15 0 4.18.82 5.73 2.31.3.29.31.76.02 1.06s-.76.31-1.06.02A6.73 6.73 0 0 0 12 5.25c-3.72 0-6.75 3.03-6.75 6.75 0 1.75.67 3.41 1.88 4.67.29.3.28.77-.02 1.06-.15.14-.34.21-.53.21" }),
|
|
7404
|
+
/* @__PURE__ */ jsx559("path", { fill: "#1e293b", d: "M12 4.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M4 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M12 22.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75M22 12.75h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75M9.88 14.87c-.19 0-.38-.07-.53-.22-.71-.71-1.1-1.65-1.1-2.65 0-2.07 1.68-3.75 3.75-3.75 1 0 1.94.39 2.65 1.1.29.29.29.77 0 1.06l-4.24 4.24c-.15.15-.34.22-.53.22M12 9.75c-1.24 0-2.25 1.01-2.25 2.25 0 .34.08.67.22.97l3-3c-.3-.14-.63-.22-.97-.22" }),
|
|
7405
|
+
/* @__PURE__ */ jsx559("path", { fill: "#1e293b", d: "M2 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l20-20c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-20 20c-.15.15-.34.22-.53.22" })
|
|
7406
|
+
] });
|
|
7407
|
+
}
|
|
7408
|
+
);
|
|
7409
|
+
MagickoGpsSlash.displayName = "MagickoGpsSlash";
|
|
7410
|
+
|
|
7411
|
+
// dist/icons/MagickoGraph.tsx
|
|
7412
|
+
import React560 from "react";
|
|
7413
|
+
import { jsx as jsx560, jsxs as jsxs473 } from "react/jsx-runtime";
|
|
7414
|
+
var MagickoGraph = React560.forwardRef(
|
|
7415
|
+
({ size, ...props }, ref) => {
|
|
7416
|
+
return /* @__PURE__ */ jsxs473("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7417
|
+
/* @__PURE__ */ jsx560("path", { fill: "#1e293b", d: "M18.32 12.75H15c-2.49 0-3.75-1.41-3.75-4.2V5.68c0-1.02.12-2.48 1.18-3.28.89-.66 2.17-.71 4.06-.16 2.48.72 4.55 2.79 5.27 5.27.55 1.88.5 3.17-.16 4.05-.8 1.07-2.26 1.19-3.28 1.19m-4.04-9.39c-.41 0-.73.08-.94.24-.39.29-.58.97-.58 2.08v2.88c0 2.24.86 2.7 2.25 2.7h3.32c1.1 0 1.78-.19 2.08-.58.35-.46.32-1.38-.07-2.73-.58-1.97-2.28-3.68-4.25-4.25-.74-.23-1.34-.34-1.81-.34" }),
|
|
7418
|
+
/* @__PURE__ */ jsx560("path", { fill: "#1e293b", d: "M11.07 22.75c-.53 0-1.07-.04-1.61-.13-4.09-.66-7.42-3.98-8.08-8.07C.53 9.29 3.92 4.33 9.11 3.27c.41-.08.8.18.89.58.08.41-.18.8-.58.89-4.39.9-7.27 5.1-6.54 9.57.56 3.46 3.37 6.27 6.83 6.83 4.49.72 8.68-2.17 9.57-6.58a.75.75 0 1 1 1.47.29 9.85 9.85 0 0 1-9.68 7.9" })
|
|
7419
|
+
] });
|
|
7420
|
+
}
|
|
7421
|
+
);
|
|
7422
|
+
MagickoGraph.displayName = "MagickoGraph";
|
|
7423
|
+
|
|
7424
|
+
// dist/icons/MagickoGrid1.tsx
|
|
7425
|
+
import React561 from "react";
|
|
7426
|
+
import { jsx as jsx561, jsxs as jsxs474 } from "react/jsx-runtime";
|
|
7427
|
+
var MagickoGrid1 = React561.forwardRef(
|
|
7428
|
+
({ size, ...props }, ref) => {
|
|
7429
|
+
return /* @__PURE__ */ jsxs474("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7430
|
+
/* @__PURE__ */ jsx561("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" }),
|
|
7431
|
+
/* @__PURE__ */ jsx561("path", { fill: "#1e293b", d: "M22 9.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75M22 16.25H2.03c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
7432
|
+
/* @__PURE__ */ jsx561("path", { fill: "#1e293b", d: "M8.51 22.74c-.41 0-.75-.34-.75-.75V2.01c0-.41.34-.75.75-.75s.75.34.75.75v19.97c0 .42-.33.76-.75.76M15.51 22.74c-.41 0-.75-.34-.75-.75V2.01c0-.41.34-.75.75-.75s.75.34.75.75v19.97c0 .42-.33.76-.75.76" })
|
|
7433
|
+
] });
|
|
7434
|
+
}
|
|
7435
|
+
);
|
|
7436
|
+
MagickoGrid1.displayName = "MagickoGrid1";
|
|
7437
|
+
|
|
7438
|
+
// dist/icons/MagickoGrid2.tsx
|
|
7439
|
+
import React562 from "react";
|
|
7440
|
+
import { jsx as jsx562, jsxs as jsxs475 } from "react/jsx-runtime";
|
|
7441
|
+
var MagickoGrid2 = React562.forwardRef(
|
|
6711
7442
|
({ size, ...props }, ref) => {
|
|
6712
|
-
return /* @__PURE__ */
|
|
7443
|
+
return /* @__PURE__ */ jsxs475("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7444
|
+
/* @__PURE__ */ jsx562("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" }),
|
|
7445
|
+
/* @__PURE__ */ jsx562("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
7446
|
+
/* @__PURE__ */ jsx562("path", { fill: "#1e293b", d: "M22 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7447
|
+
] });
|
|
7448
|
+
}
|
|
7449
|
+
);
|
|
7450
|
+
MagickoGrid2.displayName = "MagickoGrid2";
|
|
7451
|
+
|
|
7452
|
+
// dist/icons/MagickoGrid3.tsx
|
|
7453
|
+
import React563 from "react";
|
|
7454
|
+
import { jsx as jsx563, jsxs as jsxs476 } from "react/jsx-runtime";
|
|
7455
|
+
var MagickoGrid3 = React563.forwardRef(
|
|
7456
|
+
({ size, ...props }, ref) => {
|
|
7457
|
+
return /* @__PURE__ */ jsxs476("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7458
|
+
/* @__PURE__ */ jsx563("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" }),
|
|
7459
|
+
/* @__PURE__ */ jsx563("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
7460
|
+
/* @__PURE__ */ jsx563("path", { fill: "#1e293b", d: "M12 10.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75M22 15.25H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7461
|
+
] });
|
|
7462
|
+
}
|
|
7463
|
+
);
|
|
7464
|
+
MagickoGrid3.displayName = "MagickoGrid3";
|
|
7465
|
+
|
|
7466
|
+
// dist/icons/MagickoGrid4.tsx
|
|
7467
|
+
import React564 from "react";
|
|
7468
|
+
import { jsx as jsx564, jsxs as jsxs477 } from "react/jsx-runtime";
|
|
7469
|
+
var MagickoGrid4 = React564.forwardRef(
|
|
7470
|
+
({ size, ...props }, ref) => {
|
|
7471
|
+
return /* @__PURE__ */ jsxs477("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7472
|
+
/* @__PURE__ */ jsx564("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" }),
|
|
7473
|
+
/* @__PURE__ */ jsx564("path", { fill: "#1e293b", d: "M9 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" })
|
|
7474
|
+
] });
|
|
7475
|
+
}
|
|
7476
|
+
);
|
|
7477
|
+
MagickoGrid4.displayName = "MagickoGrid4";
|
|
7478
|
+
|
|
7479
|
+
// dist/icons/MagickoGrid5.tsx
|
|
7480
|
+
import React565 from "react";
|
|
7481
|
+
import { jsx as jsx565, jsxs as jsxs478 } from "react/jsx-runtime";
|
|
7482
|
+
var MagickoGrid5 = React565.forwardRef(
|
|
7483
|
+
({ size, ...props }, ref) => {
|
|
7484
|
+
return /* @__PURE__ */ jsxs478("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7485
|
+
/* @__PURE__ */ jsx565("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" }),
|
|
7486
|
+
/* @__PURE__ */ jsx565("path", { fill: "#1e293b", d: "M10 22.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v20c0 .41-.34.75-.75.75" }),
|
|
7487
|
+
/* @__PURE__ */ jsx565("path", { fill: "#1e293b", d: "M22 12.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
7488
|
+
] });
|
|
7489
|
+
}
|
|
7490
|
+
);
|
|
7491
|
+
MagickoGrid5.displayName = "MagickoGrid5";
|
|
7492
|
+
|
|
7493
|
+
// dist/icons/Marketing.tsx
|
|
7494
|
+
import React566 from "react";
|
|
7495
|
+
import { jsx as jsx566 } from "react/jsx-runtime";
|
|
7496
|
+
var Marketing = React566.forwardRef(
|
|
7497
|
+
({ size, ...props }, ref) => {
|
|
7498
|
+
return /* @__PURE__ */ jsx566("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx566("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" }) });
|
|
6713
7499
|
}
|
|
6714
7500
|
);
|
|
6715
7501
|
Marketing.displayName = "Marketing";
|
|
6716
7502
|
|
|
6717
7503
|
// dist/icons/MessageEdit.tsx
|
|
6718
|
-
import
|
|
6719
|
-
import { jsx as
|
|
6720
|
-
var MessageEdit =
|
|
7504
|
+
import React567 from "react";
|
|
7505
|
+
import { jsx as jsx567 } from "react/jsx-runtime";
|
|
7506
|
+
var MessageEdit = React567.forwardRef(
|
|
6721
7507
|
({ size, ...props }, ref) => {
|
|
6722
|
-
return /* @__PURE__ */
|
|
7508
|
+
return /* @__PURE__ */ jsx567("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx567("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" }) });
|
|
6723
7509
|
}
|
|
6724
7510
|
);
|
|
6725
7511
|
MessageEdit.displayName = "MessageEdit";
|
|
6726
7512
|
|
|
6727
7513
|
// dist/icons/Network.tsx
|
|
6728
|
-
import
|
|
6729
|
-
import { jsx as
|
|
6730
|
-
var Network =
|
|
7514
|
+
import React568 from "react";
|
|
7515
|
+
import { jsx as jsx568 } from "react/jsx-runtime";
|
|
7516
|
+
var Network = React568.forwardRef(
|
|
6731
7517
|
({ size, ...props }, ref) => {
|
|
6732
|
-
return /* @__PURE__ */
|
|
7518
|
+
return /* @__PURE__ */ jsx568("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx568("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" }) });
|
|
6733
7519
|
}
|
|
6734
7520
|
);
|
|
6735
7521
|
Network.displayName = "Network";
|
|
6736
7522
|
|
|
6737
7523
|
// dist/icons/NotiDot.tsx
|
|
6738
|
-
import
|
|
6739
|
-
import { jsx as
|
|
6740
|
-
var NotiDot =
|
|
7524
|
+
import React569 from "react";
|
|
7525
|
+
import { jsx as jsx569 } from "react/jsx-runtime";
|
|
7526
|
+
var NotiDot = React569.forwardRef(
|
|
6741
7527
|
({ size, ...props }, ref) => {
|
|
6742
|
-
return /* @__PURE__ */
|
|
7528
|
+
return /* @__PURE__ */ jsx569("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx569("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
6743
7529
|
}
|
|
6744
7530
|
);
|
|
6745
7531
|
NotiDot.displayName = "NotiDot";
|
|
6746
7532
|
|
|
6747
7533
|
// dist/icons/PA.tsx
|
|
6748
|
-
import
|
|
6749
|
-
import { jsx as
|
|
6750
|
-
var PA =
|
|
7534
|
+
import React570 from "react";
|
|
7535
|
+
import { jsx as jsx570 } from "react/jsx-runtime";
|
|
7536
|
+
var PA = React570.forwardRef(
|
|
6751
7537
|
({ size, ...props }, ref) => {
|
|
6752
|
-
return /* @__PURE__ */
|
|
7538
|
+
return /* @__PURE__ */ jsx570("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx570("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" }) });
|
|
6753
7539
|
}
|
|
6754
7540
|
);
|
|
6755
7541
|
PA.displayName = "PA";
|
|
6756
7542
|
|
|
6757
7543
|
// dist/icons/PauseSquare.tsx
|
|
6758
|
-
import
|
|
6759
|
-
import { jsx as
|
|
6760
|
-
var PauseSquare =
|
|
7544
|
+
import React571 from "react";
|
|
7545
|
+
import { jsx as jsx571 } from "react/jsx-runtime";
|
|
7546
|
+
var PauseSquare = React571.forwardRef(
|
|
6761
7547
|
({ size, ...props }, ref) => {
|
|
6762
|
-
return /* @__PURE__ */
|
|
7548
|
+
return /* @__PURE__ */ jsx571("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx571("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" }) });
|
|
6763
7549
|
}
|
|
6764
7550
|
);
|
|
6765
7551
|
PauseSquare.displayName = "PauseSquare";
|
|
6766
7552
|
|
|
6767
7553
|
// dist/icons/Pdf.tsx
|
|
6768
|
-
import
|
|
6769
|
-
import { jsx as
|
|
6770
|
-
var Pdf =
|
|
7554
|
+
import React572 from "react";
|
|
7555
|
+
import { jsx as jsx572, jsxs as jsxs479 } from "react/jsx-runtime";
|
|
7556
|
+
var Pdf = React572.forwardRef(
|
|
6771
7557
|
({ size, ...props }, ref) => {
|
|
6772
|
-
return /* @__PURE__ */
|
|
6773
|
-
/* @__PURE__ */
|
|
6774
|
-
/* @__PURE__ */
|
|
6775
|
-
/* @__PURE__ */
|
|
7558
|
+
return /* @__PURE__ */ jsxs479("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7559
|
+
/* @__PURE__ */ jsx572("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" }),
|
|
7560
|
+
/* @__PURE__ */ jsx572("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
7561
|
+
/* @__PURE__ */ jsx572("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" })
|
|
6776
7562
|
] });
|
|
6777
7563
|
}
|
|
6778
7564
|
);
|
|
6779
7565
|
Pdf.displayName = "Pdf";
|
|
6780
7566
|
|
|
6781
7567
|
// dist/icons/PlayFilled.tsx
|
|
6782
|
-
import
|
|
6783
|
-
import { jsx as
|
|
6784
|
-
var PlayFilled =
|
|
7568
|
+
import React573 from "react";
|
|
7569
|
+
import { jsx as jsx573 } from "react/jsx-runtime";
|
|
7570
|
+
var PlayFilled = React573.forwardRef(
|
|
6785
7571
|
({ size, ...props }, ref) => {
|
|
6786
|
-
return /* @__PURE__ */
|
|
7572
|
+
return /* @__PURE__ */ jsx573("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx573("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" }) });
|
|
6787
7573
|
}
|
|
6788
7574
|
);
|
|
6789
7575
|
PlayFilled.displayName = "PlayFilled";
|
|
6790
7576
|
|
|
6791
7577
|
// dist/icons/Signature.tsx
|
|
6792
|
-
import
|
|
6793
|
-
import { jsx as
|
|
6794
|
-
var Signature =
|
|
7578
|
+
import React574 from "react";
|
|
7579
|
+
import { jsx as jsx574 } from "react/jsx-runtime";
|
|
7580
|
+
var Signature = React574.forwardRef(
|
|
6795
7581
|
({ size, ...props }, ref) => {
|
|
6796
|
-
return /* @__PURE__ */
|
|
7582
|
+
return /* @__PURE__ */ jsx574("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx574("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" }) });
|
|
6797
7583
|
}
|
|
6798
7584
|
);
|
|
6799
7585
|
Signature.displayName = "Signature";
|
|
6800
7586
|
|
|
6801
7587
|
// dist/icons/SperateDot.tsx
|
|
6802
|
-
import
|
|
6803
|
-
import { jsx as
|
|
6804
|
-
var SperateDot =
|
|
7588
|
+
import React575 from "react";
|
|
7589
|
+
import { jsx as jsx575 } from "react/jsx-runtime";
|
|
7590
|
+
var SperateDot = React575.forwardRef(
|
|
6805
7591
|
({ size, ...props }, ref) => {
|
|
6806
|
-
return /* @__PURE__ */
|
|
7592
|
+
return /* @__PURE__ */ jsx575("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx575("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
6807
7593
|
}
|
|
6808
7594
|
);
|
|
6809
7595
|
SperateDot.displayName = "SperateDot";
|
|
6810
7596
|
|
|
6811
7597
|
// dist/icons/SquarePen1.tsx
|
|
6812
|
-
import
|
|
6813
|
-
import { jsx as
|
|
6814
|
-
var SquarePen1 =
|
|
7598
|
+
import React576 from "react";
|
|
7599
|
+
import { jsx as jsx576, jsxs as jsxs480 } from "react/jsx-runtime";
|
|
7600
|
+
var SquarePen1 = React576.forwardRef(
|
|
6815
7601
|
({ size, ...props }, ref) => {
|
|
6816
|
-
return /* @__PURE__ */
|
|
6817
|
-
/* @__PURE__ */
|
|
6818
|
-
/* @__PURE__ */
|
|
7602
|
+
return /* @__PURE__ */ jsxs480("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7603
|
+
/* @__PURE__ */ jsx576("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" }),
|
|
7604
|
+
/* @__PURE__ */ jsx576("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" })
|
|
6819
7605
|
] });
|
|
6820
7606
|
}
|
|
6821
7607
|
);
|
|
6822
7608
|
SquarePen1.displayName = "SquarePen1";
|
|
6823
7609
|
|
|
6824
7610
|
// dist/icons/Strikethrough.tsx
|
|
6825
|
-
import
|
|
6826
|
-
import { jsx as
|
|
6827
|
-
var Strikethrough =
|
|
7611
|
+
import React577 from "react";
|
|
7612
|
+
import { jsx as jsx577 } from "react/jsx-runtime";
|
|
7613
|
+
var Strikethrough = React577.forwardRef(
|
|
6828
7614
|
({ size, ...props }, ref) => {
|
|
6829
|
-
return /* @__PURE__ */
|
|
7615
|
+
return /* @__PURE__ */ jsx577("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx577("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" }) });
|
|
6830
7616
|
}
|
|
6831
7617
|
);
|
|
6832
7618
|
Strikethrough.displayName = "Strikethrough";
|
|
6833
7619
|
|
|
6834
7620
|
// dist/icons/Tasks.tsx
|
|
6835
|
-
import
|
|
6836
|
-
import { jsx as
|
|
6837
|
-
var Tasks =
|
|
7621
|
+
import React578 from "react";
|
|
7622
|
+
import { jsx as jsx578, jsxs as jsxs481 } from "react/jsx-runtime";
|
|
7623
|
+
var Tasks = React578.forwardRef(
|
|
6838
7624
|
({ size, ...props }, ref) => {
|
|
6839
|
-
return /* @__PURE__ */
|
|
6840
|
-
/* @__PURE__ */
|
|
6841
|
-
/* @__PURE__ */
|
|
7625
|
+
return /* @__PURE__ */ jsxs481("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
7626
|
+
/* @__PURE__ */ jsx578("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" }),
|
|
7627
|
+
/* @__PURE__ */ jsx578("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" })
|
|
6842
7628
|
] });
|
|
6843
7629
|
}
|
|
6844
7630
|
);
|
|
6845
7631
|
Tasks.displayName = "Tasks";
|
|
6846
7632
|
|
|
6847
7633
|
// dist/icons/Trash.tsx
|
|
6848
|
-
import
|
|
6849
|
-
import { jsx as
|
|
6850
|
-
var Trash =
|
|
7634
|
+
import React579 from "react";
|
|
7635
|
+
import { jsx as jsx579 } from "react/jsx-runtime";
|
|
7636
|
+
var Trash = React579.forwardRef(
|
|
6851
7637
|
({ size, ...props }, ref) => {
|
|
6852
|
-
return /* @__PURE__ */
|
|
7638
|
+
return /* @__PURE__ */ jsx579("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx579("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" }) });
|
|
6853
7639
|
}
|
|
6854
7640
|
);
|
|
6855
7641
|
Trash.displayName = "Trash";
|
|
6856
7642
|
|
|
6857
7643
|
// dist/icons/Video.tsx
|
|
6858
|
-
import
|
|
6859
|
-
import { jsx as
|
|
6860
|
-
var Video =
|
|
7644
|
+
import React580 from "react";
|
|
7645
|
+
import { jsx as jsx580 } from "react/jsx-runtime";
|
|
7646
|
+
var Video = React580.forwardRef(
|
|
6861
7647
|
({ size, ...props }, ref) => {
|
|
6862
|
-
return /* @__PURE__ */
|
|
7648
|
+
return /* @__PURE__ */ jsx580("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx580("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" }) });
|
|
6863
7649
|
}
|
|
6864
7650
|
);
|
|
6865
7651
|
Video.displayName = "Video";
|
|
6866
7652
|
|
|
6867
7653
|
// dist/icons/X.tsx
|
|
6868
|
-
import
|
|
6869
|
-
import { jsx as
|
|
6870
|
-
var X =
|
|
7654
|
+
import React581 from "react";
|
|
7655
|
+
import { jsx as jsx581 } from "react/jsx-runtime";
|
|
7656
|
+
var X = React581.forwardRef(
|
|
6871
7657
|
({ size, ...props }, ref) => {
|
|
6872
|
-
return /* @__PURE__ */
|
|
7658
|
+
return /* @__PURE__ */ jsx581("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx581("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" }) });
|
|
6873
7659
|
}
|
|
6874
7660
|
);
|
|
6875
7661
|
X.displayName = "X";
|
|
@@ -7379,6 +8165,66 @@ export {
|
|
|
7379
8165
|
MagickoEnterArrow02,
|
|
7380
8166
|
MagickoEnterArrow03,
|
|
7381
8167
|
MagickoExitArrow01,
|
|
8168
|
+
MagickoExitArrow02,
|
|
8169
|
+
MagickoExitArrow03,
|
|
8170
|
+
MagickoExport01,
|
|
8171
|
+
MagickoExportArrow01,
|
|
8172
|
+
MagickoExportArrow02,
|
|
8173
|
+
MagickoExportCircle01,
|
|
8174
|
+
MagickoExportCircle02,
|
|
8175
|
+
MagickoExposure,
|
|
8176
|
+
MagickoExposure2,
|
|
8177
|
+
MagickoExternalDrive,
|
|
8178
|
+
MagickoEye,
|
|
8179
|
+
MagickoEyeSlash,
|
|
8180
|
+
MagickoFavoriteChart,
|
|
8181
|
+
MagickoFileCheck,
|
|
8182
|
+
MagickoFilter,
|
|
8183
|
+
MagickoFingerCross,
|
|
8184
|
+
MagickoFingerToshield,
|
|
8185
|
+
MagickoFirstline,
|
|
8186
|
+
MagickoFlag,
|
|
8187
|
+
MagickoFlash,
|
|
8188
|
+
MagickoFlashSlash,
|
|
8189
|
+
MagickoFlask,
|
|
8190
|
+
MagickoFlower,
|
|
8191
|
+
MagickoFolder,
|
|
8192
|
+
MagickoFolder2,
|
|
8193
|
+
MagickoFolderAdd,
|
|
8194
|
+
MagickoFolderCloud,
|
|
8195
|
+
MagickoFolderConnection,
|
|
8196
|
+
MagickoFolderCross,
|
|
8197
|
+
MagickoFolderFavorite,
|
|
8198
|
+
MagickoFolderMinus,
|
|
8199
|
+
MagickoFolderOpen,
|
|
8200
|
+
MagickoFolderOpenAdd,
|
|
8201
|
+
MagickoForward,
|
|
8202
|
+
MagickoForward1,
|
|
8203
|
+
MagickoForward10Seconds,
|
|
8204
|
+
MagickoForward15Seconds,
|
|
8205
|
+
MagickoForward5Seconds,
|
|
8206
|
+
MagickoGallery,
|
|
8207
|
+
MagickoGallery1,
|
|
8208
|
+
MagickoGame,
|
|
8209
|
+
MagickoGameboy,
|
|
8210
|
+
MagickoGasStation,
|
|
8211
|
+
MagickoGemini,
|
|
8212
|
+
MagickoGemini2,
|
|
8213
|
+
MagickoGhost,
|
|
8214
|
+
MagickoGift,
|
|
8215
|
+
MagickoGift1,
|
|
8216
|
+
MagickoGift2,
|
|
8217
|
+
MagickoGlass,
|
|
8218
|
+
MagickoGlass1,
|
|
8219
|
+
MagickoGlobal,
|
|
8220
|
+
MagickoGps,
|
|
8221
|
+
MagickoGpsSlash,
|
|
8222
|
+
MagickoGraph,
|
|
8223
|
+
MagickoGrid1,
|
|
8224
|
+
MagickoGrid2,
|
|
8225
|
+
MagickoGrid3,
|
|
8226
|
+
MagickoGrid4,
|
|
8227
|
+
MagickoGrid5,
|
|
7382
8228
|
Marketing,
|
|
7383
8229
|
MessageEdit,
|
|
7384
8230
|
Network,
|