magick-icons 0.1.228 → 0.1.230
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 +541 -1
- package/index.d.ts +541 -1
- package/index.js +528 -71
- package/index.js.map +1 -1
- package/index.mjs +502 -75
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -5896,182 +5896,579 @@ var MagickoDiagram = React444.forwardRef(
|
|
|
5896
5896
|
);
|
|
5897
5897
|
MagickoDiagram.displayName = "MagickoDiagram";
|
|
5898
5898
|
|
|
5899
|
-
// dist/icons/
|
|
5899
|
+
// dist/icons/MagickoDirect.tsx
|
|
5900
5900
|
import React445 from "react";
|
|
5901
|
-
import { jsx as jsx445 } from "react/jsx-runtime";
|
|
5902
|
-
var
|
|
5901
|
+
import { jsx as jsx445, jsxs as jsxs373 } from "react/jsx-runtime";
|
|
5902
|
+
var MagickoDirect = React445.forwardRef(
|
|
5903
5903
|
({ size, ...props }, ref) => {
|
|
5904
|
-
return /* @__PURE__ */
|
|
5904
|
+
return /* @__PURE__ */ jsxs373("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
5905
|
+
/* @__PURE__ */ jsx445("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" }),
|
|
5906
|
+
/* @__PURE__ */ jsx445("path", { fill: "#1e293b", d: "M13.76 17.75h-3.53c-1.1 0-1.97-.54-2.46-1.52l-.89-1.79c-.21-.43-.64-.69-1.12-.69H1.99c-.41 0-.75-.34-.75-.75s.35-.75.76-.75h3.76c1.05 0 1.99.58 2.46 1.52l.89 1.79c.23.46.6.69 1.12.69h3.53c.48 0 .91-.26 1.12-.69l.89-1.79a2.73 2.73 0 0 1 2.46-1.52h3.74c.41 0 .75.34.75.75s-.34.75-.75.75h-3.74c-.48 0-.91.26-1.12.69l-.89 1.79a2.73 2.73 0 0 1-2.46 1.52M13.67 7.75h-3.33c-.42 0-.76-.34-.76-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.33.75-.74.75M14.5 10.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
5907
|
+
] });
|
|
5905
5908
|
}
|
|
5906
5909
|
);
|
|
5907
|
-
|
|
5910
|
+
MagickoDirect.displayName = "MagickoDirect";
|
|
5908
5911
|
|
|
5909
|
-
// dist/icons/
|
|
5912
|
+
// dist/icons/MagickoDirectDown.tsx
|
|
5910
5913
|
import React446 from "react";
|
|
5911
5914
|
import { jsx as jsx446 } from "react/jsx-runtime";
|
|
5912
|
-
var
|
|
5915
|
+
var MagickoDirectDown = React446.forwardRef(
|
|
5916
|
+
({ size, ...props }, ref) => {
|
|
5917
|
+
return /* @__PURE__ */ jsx446("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx446("path", { fill: "#1e293b", d: "M12 21.75a3.93 3.93 0 0 1-3.49-2.11L2.41 8.05c-.82-1.55-.55-3.35.67-4.6S6.1 1.9 7.66 2.68L10.9 4.3c.68.34 1.5.34 2.19 0l3.24-1.62c1.57-.78 3.37-.48 4.59.77s1.49 3.05.67 4.6l-6.1 11.59A3.93 3.93 0 0 1 12 21.75m-6.12-18c-.71 0-1.33.34-1.73.75-.6.62-1.03 1.69-.42 2.85l6.1 11.59c.43.82 1.24 1.31 2.16 1.31s1.73-.49 2.16-1.31l6.1-11.59c.61-1.16.19-2.24-.42-2.85-.6-.61-1.66-1.06-2.84-.48l-3.24 1.62c-1.11.55-2.42.55-3.53 0L6.99 4.02c-.38-.19-.76-.27-1.11-.27" }) });
|
|
5918
|
+
}
|
|
5919
|
+
);
|
|
5920
|
+
MagickoDirectDown.displayName = "MagickoDirectDown";
|
|
5921
|
+
|
|
5922
|
+
// dist/icons/MagickoDirectInbox.tsx
|
|
5923
|
+
import React447 from "react";
|
|
5924
|
+
import { jsx as jsx447, jsxs as jsxs374 } from "react/jsx-runtime";
|
|
5925
|
+
var MagickoDirectInbox = React447.forwardRef(
|
|
5926
|
+
({ size, ...props }, ref) => {
|
|
5927
|
+
return /* @__PURE__ */ jsxs374("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
5928
|
+
/* @__PURE__ */ jsx447("path", { fill: "#1e293b", d: "M12 9.75c-.1 0-.19-.02-.29-.06a.74.74 0 0 1-.46-.69V2c0-.41.34-.75.75-.75s.75.34.75.75v5.19l.72-.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2a.75.75 0 0 1-.53.22" }),
|
|
5929
|
+
/* @__PURE__ */ jsx447("path", { fill: "#1e293b", d: "M12 9.75c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M13.76 17.75h-3.53a2.73 2.73 0 0 1-2.46-1.52L6.6 13.89a.24.24 0 0 0-.22-.14h-4.4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.41c.67 0 1.27.37 1.57.97l1.17 2.34c.21.43.64.69 1.12.69h3.53c.48 0 .91-.26 1.12-.69l1.17-2.34c.3-.6.9-.97 1.57-.97H22c.41 0 .75.34.75.75s-.34.75-.75.75h-4.36c-.1 0-.18.05-.22.14l-1.17 2.34c-.5.94-1.44 1.52-2.49 1.52" }),
|
|
5930
|
+
/* @__PURE__ */ jsx447("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75v-4c0-4.69 1.74-7.04 5.64-7.61.42-.06.79.22.85.63s-.22.79-.63.85C3.97 5.33 2.75 7.05 2.75 11v4c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-4c0-3.95-1.22-5.67-4.36-6.13a.747.747 0 0 1-.63-.85c.06-.41.44-.69.85-.63 3.9.57 5.64 2.92 5.64 7.61v4c0 5.43-2.32 7.75-7.75 7.75" })
|
|
5931
|
+
] });
|
|
5932
|
+
}
|
|
5933
|
+
);
|
|
5934
|
+
MagickoDirectInbox.displayName = "MagickoDirectInbox";
|
|
5935
|
+
|
|
5936
|
+
// dist/icons/MagickoDirectLeft.tsx
|
|
5937
|
+
import React448 from "react";
|
|
5938
|
+
import { jsx as jsx448 } from "react/jsx-runtime";
|
|
5939
|
+
var MagickoDirectLeft = React448.forwardRef(
|
|
5940
|
+
({ size, ...props }, ref) => {
|
|
5941
|
+
return /* @__PURE__ */ jsx448("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx448("path", { fill: "#1e293b", d: "M17.81 22.06c-.63 0-1.26-.15-1.86-.47l-11.59-6.1A3.93 3.93 0 0 1 2.25 12c0-1.47.81-2.81 2.11-3.49l11.59-6.1c1.55-.81 3.35-.55 4.6.67s1.55 3.02.77 4.58L19.7 10.9c-.34.68-.34 1.5 0 2.19l1.62 3.24c.78 1.56.48 3.36-.77 4.58-.77.76-1.74 1.15-2.74 1.15M17.8 3.44c-.36 0-.75.09-1.15.3L5.06 9.84c-.82.43-1.31 1.24-1.31 2.16s.49 1.73 1.31 2.16l11.59 6.1c1.16.61 2.24.19 2.85-.42.62-.6 1.06-1.67.48-2.84l-1.62-3.24a3.98 3.98 0 0 1 0-3.53l1.62-3.24c.59-1.17.14-2.24-.48-2.84-.4-.39-1-.71-1.7-.71" }) });
|
|
5942
|
+
}
|
|
5943
|
+
);
|
|
5944
|
+
MagickoDirectLeft.displayName = "MagickoDirectLeft";
|
|
5945
|
+
|
|
5946
|
+
// dist/icons/MagickoDirectNormal.tsx
|
|
5947
|
+
import React449 from "react";
|
|
5948
|
+
import { jsx as jsx449, jsxs as jsxs375 } from "react/jsx-runtime";
|
|
5949
|
+
var MagickoDirectNormal = React449.forwardRef(
|
|
5950
|
+
({ size, ...props }, ref) => {
|
|
5951
|
+
return /* @__PURE__ */ jsxs375("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
5952
|
+
/* @__PURE__ */ jsx449("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" }),
|
|
5953
|
+
/* @__PURE__ */ jsx449("path", { fill: "#1e293b", d: "M13.76 17.75h-3.53c-1.1 0-1.97-.54-2.46-1.52l-.89-1.79c-.21-.43-.64-.69-1.12-.69H1.99c-.41 0-.75-.34-.75-.75s.35-.75.76-.75h3.76c1.05 0 1.99.58 2.46 1.52l.89 1.79c.23.46.6.69 1.12.69h3.53c.48 0 .91-.26 1.12-.69l.89-1.79a2.73 2.73 0 0 1 2.46-1.52h3.74c.41 0 .75.34.75.75s-.34.75-.75.75h-3.74c-.48 0-.91.26-1.12.69l-.89 1.79a2.73 2.73 0 0 1-2.46 1.52" })
|
|
5954
|
+
] });
|
|
5955
|
+
}
|
|
5956
|
+
);
|
|
5957
|
+
MagickoDirectNormal.displayName = "MagickoDirectNormal";
|
|
5958
|
+
|
|
5959
|
+
// dist/icons/MagickoDirectNotification.tsx
|
|
5960
|
+
import React450 from "react";
|
|
5961
|
+
import { jsx as jsx450, jsxs as jsxs376 } from "react/jsx-runtime";
|
|
5962
|
+
var MagickoDirectNotification = React450.forwardRef(
|
|
5963
|
+
({ size, ...props }, ref) => {
|
|
5964
|
+
return /* @__PURE__ */ jsxs376("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
5965
|
+
/* @__PURE__ */ jsx450("path", { fill: "#1e293b", d: "M13.76 17.75h-3.53c-1.1 0-1.97-.54-2.46-1.52l-.89-1.79c-.21-.43-.64-.69-1.12-.69H1.98c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.79c1.05 0 1.99.58 2.46 1.52l.89 1.79c.23.46.6.69 1.12.69h3.53c.48 0 .91-.26 1.12-.69l.89-1.79a2.73 2.73 0 0 1 2.46-1.52h3.74c.41 0 .75.34.75.75s-.34.75-.75.75h-3.74c-.48 0-.91.26-1.12.69l-.89 1.79c-.48.94-1.42 1.52-2.47 1.52M19 8.75c-2.07 0-3.75-1.68-3.75-3.75S16.93 1.25 19 1.25 22.75 2.93 22.75 5 21.07 8.75 19 8.75m0-6c-1.24 0-2.25 1.01-2.25 2.25S17.76 7.25 19 7.25 21.25 6.24 21.25 5 20.24 2.75 19 2.75" }),
|
|
5966
|
+
/* @__PURE__ */ jsx450("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" })
|
|
5967
|
+
] });
|
|
5968
|
+
}
|
|
5969
|
+
);
|
|
5970
|
+
MagickoDirectNotification.displayName = "MagickoDirectNotification";
|
|
5971
|
+
|
|
5972
|
+
// dist/icons/MagickoDirectRight.tsx
|
|
5973
|
+
import React451 from "react";
|
|
5974
|
+
import { jsx as jsx451 } from "react/jsx-runtime";
|
|
5975
|
+
var MagickoDirectRight = React451.forwardRef(
|
|
5976
|
+
({ size, ...props }, ref) => {
|
|
5977
|
+
return /* @__PURE__ */ jsx451("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx451("path", { fill: "#1e293b", d: "M6.19 22.06c-1 0-1.97-.39-2.74-1.14-1.25-1.22-1.55-3.02-.77-4.58L4.3 13.1c.34-.68.34-1.5 0-2.19L2.68 7.66C1.9 6.1 2.2 4.3 3.45 3.08s3.05-1.49 4.6-.67l11.59 6.1A3.93 3.93 0 0 1 21.75 12c0 1.47-.81 2.81-2.11 3.49l-11.59 6.1c-.6.32-1.23.47-1.86.47M6.2 3.44c-.69 0-1.29.32-1.7.72-.62.6-1.06 1.67-.48 2.84l1.62 3.24c.55 1.11.55 2.42 0 3.53l-1.62 3.24c-.59 1.17-.14 2.24.48 2.84s1.69 1.03 2.85.42l11.59-6.1c.82-.43 1.31-1.24 1.31-2.16s-.49-1.73-1.31-2.16L7.35 3.73c-.4-.21-.79-.29-1.15-.29" }) });
|
|
5978
|
+
}
|
|
5979
|
+
);
|
|
5980
|
+
MagickoDirectRight.displayName = "MagickoDirectRight";
|
|
5981
|
+
|
|
5982
|
+
// dist/icons/MagickoDirectSend.tsx
|
|
5983
|
+
import React452 from "react";
|
|
5984
|
+
import { jsx as jsx452, jsxs as jsxs377 } from "react/jsx-runtime";
|
|
5985
|
+
var MagickoDirectSend = React452.forwardRef(
|
|
5986
|
+
({ size, ...props }, ref) => {
|
|
5987
|
+
return /* @__PURE__ */ jsxs377("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
5988
|
+
/* @__PURE__ */ jsx452("path", { fill: "#1e293b", d: "M12 9.75c-.41 0-.75-.34-.75-.75V3.81l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.21-.21.54-.28.82-.16.28.11.46.39.46.69v7c0 .41-.34.75-.75.75" }),
|
|
5989
|
+
/* @__PURE__ */ jsx452("path", { fill: "#1e293b", d: "M14 4.75c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M13.76 17.75h-3.53a2.73 2.73 0 0 1-2.46-1.52L6.6 13.89a.24.24 0 0 0-.22-.14h-4.4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.41c.67 0 1.27.37 1.57.97l1.17 2.34c.21.43.64.69 1.12.69h3.53c.48 0 .91-.26 1.12-.69l1.17-2.34c.3-.6.9-.97 1.57-.97H22c.41 0 .75.34.75.75s-.34.75-.75.75h-4.36c-.1 0-.18.05-.22.14l-1.17 2.34c-.5.94-1.44 1.52-2.49 1.52" }),
|
|
5990
|
+
/* @__PURE__ */ jsx452("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75v-3c0-4.69 1.74-7.04 5.64-7.61.42-.06.79.22.85.63s-.22.79-.63.85C3.97 6.33 2.75 8.05 2.75 12v3c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-3c0-3.95-1.22-5.67-4.36-6.13a.747.747 0 0 1-.63-.85c.06-.41.44-.69.85-.63 3.9.57 5.64 2.92 5.64 7.61v3c0 5.43-2.32 7.75-7.75 7.75" })
|
|
5991
|
+
] });
|
|
5992
|
+
}
|
|
5993
|
+
);
|
|
5994
|
+
MagickoDirectSend.displayName = "MagickoDirectSend";
|
|
5995
|
+
|
|
5996
|
+
// dist/icons/MagickoDirectUp.tsx
|
|
5997
|
+
import React453 from "react";
|
|
5998
|
+
import { jsx as jsx453 } from "react/jsx-runtime";
|
|
5999
|
+
var MagickoDirectUp = React453.forwardRef(
|
|
5913
6000
|
({ size, ...props }, ref) => {
|
|
5914
|
-
return /* @__PURE__ */
|
|
6001
|
+
return /* @__PURE__ */ jsx453("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx453("path", { fill: "#1e293b", d: "M18.12 21.75c-.6 0-1.21-.14-1.79-.43l-3.24-1.62c-.68-.34-1.5-.34-2.19 0l-3.24 1.62c-1.56.78-3.36.48-4.58-.77s-1.49-3.05-.67-4.6l6.1-11.59A3.93 3.93 0 0 1 12 2.25c1.47 0 2.81.81 3.49 2.11l6.1 11.59c.81 1.55.55 3.35-.67 4.6-.77.79-1.77 1.2-2.8 1.2M12 17.94c.61 0 1.21.14 1.76.41L17 19.97c1.17.59 2.24.14 2.84-.48s1.03-1.69.42-2.85l-6.1-11.59c-.43-.81-1.24-1.3-2.16-1.3s-1.73.49-2.16 1.31l-6.1 11.59c-.61 1.16-.19 2.24.42 2.85s1.67 1.06 2.84.48l3.24-1.62c.55-.28 1.15-.42 1.76-.42" }) });
|
|
6002
|
+
}
|
|
6003
|
+
);
|
|
6004
|
+
MagickoDirectUp.displayName = "MagickoDirectUp";
|
|
6005
|
+
|
|
6006
|
+
// dist/icons/MagickoDirectboxDefault.tsx
|
|
6007
|
+
import React454 from "react";
|
|
6008
|
+
import { jsx as jsx454, jsxs as jsxs378 } from "react/jsx-runtime";
|
|
6009
|
+
var MagickoDirectboxDefault = React454.forwardRef(
|
|
6010
|
+
({ size, ...props }, ref) => {
|
|
6011
|
+
return /* @__PURE__ */ jsxs378("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6012
|
+
/* @__PURE__ */ jsx454("path", { fill: "#1e293b", d: "M16 22.75H8c-5.75 0-5.75-3.05-5.75-5.75v-1c0-2.23 0-4.75 4.75-4.75 1.19 0 1.63.29 2.25.75.03.03.07.05.1.09l1.02 1.08c.86.91 2.42.91 3.28 0l1.02-1.08c.03-.03.06-.06.1-.09.62-.47 1.06-.75 2.25-.75 4.75 0 4.75 2.52 4.75 4.75v1c-.02 3.82-1.95 5.75-5.77 5.75m-9-10c-3.25 0-3.25 1.02-3.25 3.25v1c0 2.74 0 4.25 4.25 4.25h8c2.98 0 4.25-1.27 4.25-4.25v-1c0-2.23 0-3.25-3.25-3.25-.72 0-.87.09-1.3.41l-.97 1.03A3.73 3.73 0 0 1 12 15.37a3.73 3.73 0 0 1-2.73-1.18l-.97-1.03c-.43-.32-.58-.41-1.3-.41" }),
|
|
6013
|
+
/* @__PURE__ */ jsx454("path", { fill: "#1e293b", d: "M19 12.75c-.41 0-.75-.34-.75-.75V6c0-2.23 0-3.25-3.25-3.25H9C5.75 2.75 5.75 3.77 5.75 6v6c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6c0-2.23 0-4.75 4.75-4.75h6c4.75 0 4.75 2.52 4.75 4.75v6c0 .41-.34.75-.75.75" })
|
|
6014
|
+
] });
|
|
6015
|
+
}
|
|
6016
|
+
);
|
|
6017
|
+
MagickoDirectboxDefault.displayName = "MagickoDirectboxDefault";
|
|
6018
|
+
|
|
6019
|
+
// dist/icons/MagickoDirectboxNotif.tsx
|
|
6020
|
+
import React455 from "react";
|
|
6021
|
+
import { jsx as jsx455, jsxs as jsxs379 } from "react/jsx-runtime";
|
|
6022
|
+
var MagickoDirectboxNotif = React455.forwardRef(
|
|
6023
|
+
({ size, ...props }, ref) => {
|
|
6024
|
+
return /* @__PURE__ */ jsxs379("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6025
|
+
/* @__PURE__ */ jsx455("path", { fill: "#1e293b", d: "M16 22.75H8c-5.75 0-5.75-3.05-5.75-5.75v-1c0-2.23 0-4.75 4.75-4.75 1.19 0 1.63.29 2.25.75.03.03.07.05.1.09l1.02 1.08c.86.91 2.42.91 3.28 0l1.02-1.08c.03-.03.06-.06.1-.09.62-.47 1.06-.75 2.25-.75 4.75 0 4.75 2.52 4.75 4.75v1c-.02 3.82-1.95 5.75-5.77 5.75m-9-10c-3.25 0-3.25 1.02-3.25 3.25v1c0 2.74 0 4.25 4.25 4.25h8c2.98 0 4.25-1.27 4.25-4.25v-1c0-2.23 0-3.25-3.25-3.25-.72 0-.87.09-1.3.41l-.97 1.03A3.73 3.73 0 0 1 12 15.37a3.73 3.73 0 0 1-2.73-1.18l-.97-1.03c-.43-.32-.58-.41-1.3-.41" }),
|
|
6026
|
+
/* @__PURE__ */ jsx455("path", { fill: "#1e293b", d: "M19 12.75c-.41 0-.75-.34-.75-.75V6c0-2.23 0-3.25-3.25-3.25H9C5.75 2.75 5.75 3.77 5.75 6v6c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6c0-2.23 0-4.75 4.75-4.75h6c4.75 0 4.75 2.52 4.75 4.75v6c0 .41-.34.75-.75.75" }),
|
|
6027
|
+
/* @__PURE__ */ jsx455("path", { fill: "#1e293b", d: "M13.88 9.98h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33a.749.749 0 1 1 0 1.5M14.72 6.98h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5a.749.749 0 1 1 0 1.5" })
|
|
6028
|
+
] });
|
|
6029
|
+
}
|
|
6030
|
+
);
|
|
6031
|
+
MagickoDirectboxNotif.displayName = "MagickoDirectboxNotif";
|
|
6032
|
+
|
|
6033
|
+
// dist/icons/MagickoDirectboxReceive.tsx
|
|
6034
|
+
import React456 from "react";
|
|
6035
|
+
import { jsx as jsx456, jsxs as jsxs380 } from "react/jsx-runtime";
|
|
6036
|
+
var MagickoDirectboxReceive = React456.forwardRef(
|
|
6037
|
+
({ size, ...props }, ref) => {
|
|
6038
|
+
return /* @__PURE__ */ jsxs380("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6039
|
+
/* @__PURE__ */ jsx456("path", { fill: "#1e293b", d: "M12 8.75c-.1 0-.19-.02-.29-.06a.74.74 0 0 1-.46-.69V2c0-.41.34-.75.75-.75s.75.34.75.75v4.19l.72-.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2c-.14.14-.34.22-.53.22" }),
|
|
6040
|
+
/* @__PURE__ */ jsx456("path", { fill: "#1e293b", d: "M12 8.75c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16 22.75H8c-5.75 0-5.75-3.05-5.75-5.75v-1c0-2.23 0-4.75 4.75-4.75 1.19 0 1.63.29 2.25.75.03.03.07.05.1.09l1.02 1.08c.86.91 2.42.91 3.28 0l1.02-1.08c.03-.03.06-.06.1-.09.62-.47 1.06-.75 2.25-.75 4.75 0 4.75 2.52 4.75 4.75v1c-.02 3.82-1.95 5.75-5.77 5.75m-9-10c-3.25 0-3.25 1.02-3.25 3.25v1c0 2.74 0 4.25 4.25 4.25h8c2.98 0 4.25-1.27 4.25-4.25v-1c0-2.23 0-3.25-3.25-3.25-.72 0-.87.09-1.3.41l-.97 1.03A3.73 3.73 0 0 1 12 15.37a3.73 3.73 0 0 1-2.73-1.18l-.97-1.03c-.43-.32-.58-.41-1.3-.41" }),
|
|
6041
|
+
/* @__PURE__ */ jsx456("path", { fill: "#1e293b", d: "M5 12.75c-.41 0-.75-.34-.75-.75V8c0-1.94 0-4.35 3.68-4.7.41-.04.78.26.82.68.04.41-.26.78-.68.82-2.32.21-2.32 1.15-2.32 3.2v4c0 .41-.34.75-.75.75M19 12.75c-.41 0-.75-.34-.75-.75V8c0-2.05 0-2.99-2.32-3.21a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67 3.68.35 3.68 2.76 3.68 4.7v4a.77.77 0 0 1-.76.75" })
|
|
6042
|
+
] });
|
|
6043
|
+
}
|
|
6044
|
+
);
|
|
6045
|
+
MagickoDirectboxReceive.displayName = "MagickoDirectboxReceive";
|
|
6046
|
+
|
|
6047
|
+
// dist/icons/MagickoDirectboxSend.tsx
|
|
6048
|
+
import React457 from "react";
|
|
6049
|
+
import { jsx as jsx457, jsxs as jsxs381 } from "react/jsx-runtime";
|
|
6050
|
+
var MagickoDirectboxSend = React457.forwardRef(
|
|
6051
|
+
({ size, ...props }, ref) => {
|
|
6052
|
+
return /* @__PURE__ */ jsxs381("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6053
|
+
/* @__PURE__ */ jsx457("path", { fill: "#1e293b", d: "M12 8.75c-.41 0-.75-.34-.75-.75V3.81l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.21-.21.54-.28.82-.16.28.11.46.39.46.69v6c0 .41-.34.75-.75.75" }),
|
|
6054
|
+
/* @__PURE__ */ jsx457("path", { fill: "#1e293b", d: "M14 4.75c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16 22.75H8c-5.75 0-5.75-3.05-5.75-5.75v-1c0-2.23 0-4.75 4.75-4.75 1.19 0 1.63.29 2.25.75.03.03.07.05.1.09l1.02 1.08c.86.91 2.42.91 3.28 0l1.02-1.08c.03-.03.06-.06.1-.09.62-.47 1.06-.75 2.25-.75 4.75 0 4.75 2.52 4.75 4.75v1c-.02 3.82-1.95 5.75-5.77 5.75m-9-10c-3.25 0-3.25 1.02-3.25 3.25v1c0 2.74 0 4.25 4.25 4.25h8c2.98 0 4.25-1.27 4.25-4.25v-1c0-2.23 0-3.25-3.25-3.25-.72 0-.87.09-1.3.41l-.97 1.03A3.73 3.73 0 0 1 12 15.37a3.73 3.73 0 0 1-2.73-1.18l-.97-1.03c-.43-.32-.58-.41-1.3-.41" }),
|
|
6055
|
+
/* @__PURE__ */ jsx457("path", { fill: "#1e293b", d: "M5 12.75c-.41 0-.75-.34-.75-.75v-2c0-1.94 0-4.35 3.68-4.7.4-.05.78.26.82.68.04.41-.26.78-.68.82-2.32.21-2.32 1.15-2.32 3.2v2c0 .41-.34.75-.75.75M19 12.75c-.41 0-.75-.34-.75-.75v-2c0-2.05 0-2.99-2.32-3.21a.75.75 0 0 1-.67-.82c.04-.41.4-.72.82-.67 3.68.35 3.68 2.76 3.68 4.7v2a.77.77 0 0 1-.76.75" })
|
|
6056
|
+
] });
|
|
6057
|
+
}
|
|
6058
|
+
);
|
|
6059
|
+
MagickoDirectboxSend.displayName = "MagickoDirectboxSend";
|
|
6060
|
+
|
|
6061
|
+
// dist/icons/MagickoDiscountCircle.tsx
|
|
6062
|
+
import React458 from "react";
|
|
6063
|
+
import { jsx as jsx458, jsxs as jsxs382 } from "react/jsx-runtime";
|
|
6064
|
+
var MagickoDiscountCircle = React458.forwardRef(
|
|
6065
|
+
({ size, ...props }, ref) => {
|
|
6066
|
+
return /* @__PURE__ */ jsxs382("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6067
|
+
/* @__PURE__ */ jsx458("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" }),
|
|
6068
|
+
/* @__PURE__ */ jsx458("path", { fill: "#1e293b", d: "M15 16c-.56 0-1.01-.45-1.01-1s.45-1 1-1 1 .45 1 1-.44 1-.99 1M9.01 10C8.45 10 8 9.55 8 9s.45-1 1-1 1 .45 1 1-.44 1-.99 1M9 15.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6 6c-.15.15-.34.22-.53.22" })
|
|
6069
|
+
] });
|
|
6070
|
+
}
|
|
6071
|
+
);
|
|
6072
|
+
MagickoDiscountCircle.displayName = "MagickoDiscountCircle";
|
|
6073
|
+
|
|
6074
|
+
// dist/icons/MagickoDislike.tsx
|
|
6075
|
+
import React459 from "react";
|
|
6076
|
+
import { jsx as jsx459, jsxs as jsxs383 } from "react/jsx-runtime";
|
|
6077
|
+
var MagickoDislike = React459.forwardRef(
|
|
6078
|
+
({ size, ...props }, ref) => {
|
|
6079
|
+
return /* @__PURE__ */ jsxs383("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6080
|
+
/* @__PURE__ */ jsx459("path", { fill: "#1e293b", d: "M10.8 22.1c-.29 0-.58-.05-.85-.15-1.25-.41-2.05-1.79-1.77-3.07l.49-3.15c.01-.07.01-.17-.06-.25a.28.28 0 0 0-.2-.08h-4c-.98 0-1.83-.41-2.33-1.12-.49-.69-.59-1.6-.27-2.48L4.2 4.52C4.57 3.07 6.12 1.9 7.72 1.9h3.8c.56 0 1.78.17 2.43.82l3.03 2.34-.92 1.19-3.1-2.4c-.25-.25-.88-.45-1.44-.45h-3.8c-.9 0-1.87.72-2.07 1.53l-2.42 7.35c-.16.44-.13.84.08 1.13.22.31.62.49 1.11.49h4c.52 0 1 .22 1.33.6.34.39.49.91.41 1.45l-.5 3.21c-.12.56.26 1.19.8 1.37.48.18 1.12-.08 1.34-.4l4.1-6.1 1.24.84-4.1 6.1c-.47.7-1.36 1.13-2.24 1.13" }),
|
|
6081
|
+
/* @__PURE__ */ jsx459("path", { fill: "#1e293b", d: "M19.62 18.1h-1c-1.85 0-2.75-.87-2.75-2.65v-9.8c0-1.78.9-2.65 2.75-2.65h1c1.85 0 2.75.87 2.75 2.65v9.8c0 1.78-.9 2.65-2.75 2.65m-1-13.6c-1.09 0-1.25.26-1.25 1.15v9.8c0 .89.16 1.15 1.25 1.15h1c1.09 0 1.25-.26 1.25-1.15v-9.8c0-.89-.16-1.15-1.25-1.15z" })
|
|
6082
|
+
] });
|
|
6083
|
+
}
|
|
6084
|
+
);
|
|
6085
|
+
MagickoDislike.displayName = "MagickoDislike";
|
|
6086
|
+
|
|
6087
|
+
// dist/icons/MagickoDocument.tsx
|
|
6088
|
+
import React460 from "react";
|
|
6089
|
+
import { jsx as jsx460, jsxs as jsxs384 } from "react/jsx-runtime";
|
|
6090
|
+
var MagickoDocument = React460.forwardRef(
|
|
6091
|
+
({ size, ...props }, ref) => {
|
|
6092
|
+
return /* @__PURE__ */ jsxs384("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6093
|
+
/* @__PURE__ */ jsx460("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6094
|
+
/* @__PURE__ */ jsx460("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19z" })
|
|
6095
|
+
] });
|
|
6096
|
+
}
|
|
6097
|
+
);
|
|
6098
|
+
MagickoDocument.displayName = "MagickoDocument";
|
|
6099
|
+
|
|
6100
|
+
// dist/icons/MagickoDocument1.tsx
|
|
6101
|
+
import React461 from "react";
|
|
6102
|
+
import { jsx as jsx461, jsxs as jsxs385 } from "react/jsx-runtime";
|
|
6103
|
+
var MagickoDocument1 = React461.forwardRef(
|
|
6104
|
+
({ size, ...props }, ref) => {
|
|
6105
|
+
return /* @__PURE__ */ jsxs385("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6106
|
+
/* @__PURE__ */ jsx461("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" }),
|
|
6107
|
+
/* @__PURE__ */ jsx461("path", { fill: "#1e293b", d: "M15.75 9.75h-7.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.5c.41 0 .75.34.75.75s-.34.75-.75.75M15.75 15.75h-7.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6108
|
+
] });
|
|
6109
|
+
}
|
|
6110
|
+
);
|
|
6111
|
+
MagickoDocument1.displayName = "MagickoDocument1";
|
|
6112
|
+
|
|
6113
|
+
// dist/icons/MagickoDocumentCloud.tsx
|
|
6114
|
+
import React462 from "react";
|
|
6115
|
+
import { jsx as jsx462, jsxs as jsxs386 } from "react/jsx-runtime";
|
|
6116
|
+
var MagickoDocumentCloud = React462.forwardRef(
|
|
6117
|
+
({ size, ...props }, ref) => {
|
|
6118
|
+
return /* @__PURE__ */ jsxs386("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6119
|
+
/* @__PURE__ */ jsx462("path", { fill: "#1e293b", d: "M9 22.75c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h5c.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.25.41 0 .75.34.75.75s-.34.75-.75.75M22 13.75c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" }),
|
|
6120
|
+
/* @__PURE__ */ jsx462("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19zM19.34 22.75h-5.58c-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.06 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-.61.56-1.43.88-2.29.88m-5.55-3.74c-.76.07-1.04.64-1.04 1.12s.28 1.06 1.06 1.12h5.51c.51-.03.96-.18 1.32-.5.65-.57.7-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.03-.87-.27-1.92 0-2.55.67-.43.45-.85 1.26-.38 2.55a.75.75 0 0 1-.45.96c-.09.02-.18.03-.26.03" })
|
|
6121
|
+
] });
|
|
6122
|
+
}
|
|
6123
|
+
);
|
|
6124
|
+
MagickoDocumentCloud.displayName = "MagickoDocumentCloud";
|
|
6125
|
+
|
|
6126
|
+
// dist/icons/MagickoDocumentCopy.tsx
|
|
6127
|
+
import React463 from "react";
|
|
6128
|
+
import { jsx as jsx463, jsxs as jsxs387 } from "react/jsx-runtime";
|
|
6129
|
+
var MagickoDocumentCopy = React463.forwardRef(
|
|
6130
|
+
({ size, ...props }, ref) => {
|
|
6131
|
+
return /* @__PURE__ */ jsxs387("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6132
|
+
/* @__PURE__ */ jsx463("path", { fill: "#1e293b", d: "M11.4 22.75H7.6c-4.39 0-6.35-1.96-6.35-6.35v-3.8c0-4.39 1.96-6.35 6.35-6.35h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-3.58 0-4.85 1.27-4.85 4.85v3.8c0 3.58 1.27 4.85 4.85 4.85h3.8c3.58 0 4.85-1.27 4.85-4.85v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 4.39-1.96 6.35-6.35 6.35" }),
|
|
6133
|
+
/* @__PURE__ */ jsx463("path", { fill: "#1e293b", d: "M17 14.15h-3.2c-2.81 0-3.95-1.14-3.95-3.95V7c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l6.4 6.4c.21.21.28.54.16.82a.74.74 0 0 1-.69.46m-5.65-5.34v1.39c0 1.99.46 2.45 2.45 2.45h1.39zM15.6 2.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
6134
|
+
/* @__PURE__ */ jsx463("path", { fill: "#1e293b", d: "M7 5.75c-.41 0-.75-.34-.75-.75 0-2.07 1.68-3.75 3.75-3.75h2.62c.41 0 .75.34.75.75s-.34.75-.75.75H10C8.76 2.75 7.75 3.76 7.75 5c0 .41-.34.75-.75.75M19.19 17.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.14 0 2.06-.93 2.06-2.06V8c0-.41.34-.75.75-.75s.75.34.75.75v6.19c0 1.96-1.6 3.56-3.56 3.56" }),
|
|
6135
|
+
/* @__PURE__ */ jsx463("path", { fill: "#1e293b", d: "M22 8.75h-3c-2.66 0-3.75-1.09-3.75-3.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l6 6c.21.21.28.54.16.82a.74.74 0 0 1-.69.46m-5.25-4.94V5c0 1.83.42 2.25 2.25 2.25h1.19z" })
|
|
6136
|
+
] });
|
|
6137
|
+
}
|
|
6138
|
+
);
|
|
6139
|
+
MagickoDocumentCopy.displayName = "MagickoDocumentCopy";
|
|
6140
|
+
|
|
6141
|
+
// dist/icons/MagickoDocumentDownload.tsx
|
|
6142
|
+
import React464 from "react";
|
|
6143
|
+
import { jsx as jsx464, jsxs as jsxs388 } from "react/jsx-runtime";
|
|
6144
|
+
var MagickoDocumentDownload = React464.forwardRef(
|
|
6145
|
+
({ size, ...props }, ref) => {
|
|
6146
|
+
return /* @__PURE__ */ jsxs388("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6147
|
+
/* @__PURE__ */ jsx464("path", { fill: "#1e293b", d: "M9 17.75c-.1 0-.19-.02-.29-.06a.74.74 0 0 1-.46-.69v-6c0-.41.34-.75.75-.75s.75.34.75.75v4.19l.72-.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2c-.14.14-.34.22-.53.22" }),
|
|
6148
|
+
/* @__PURE__ */ jsx464("path", { fill: "#1e293b", d: "M9 17.75c-.19 0-.38-.07-.53-.22l-2-2a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
6149
|
+
/* @__PURE__ */ jsx464("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6150
|
+
/* @__PURE__ */ jsx464("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19z" })
|
|
6151
|
+
] });
|
|
6152
|
+
}
|
|
6153
|
+
);
|
|
6154
|
+
MagickoDocumentDownload.displayName = "MagickoDocumentDownload";
|
|
6155
|
+
|
|
6156
|
+
// dist/icons/MagickoDocumentFavorite.tsx
|
|
6157
|
+
import React465 from "react";
|
|
6158
|
+
import { jsx as jsx465, jsxs as jsxs389 } from "react/jsx-runtime";
|
|
6159
|
+
var MagickoDocumentFavorite = React465.forwardRef(
|
|
6160
|
+
({ size, ...props }, ref) => {
|
|
6161
|
+
return /* @__PURE__ */ jsxs389("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6162
|
+
/* @__PURE__ */ jsx465("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6163
|
+
/* @__PURE__ */ jsx465("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19zM9.42 18.95c-.87 0-2.89-1.06-3.51-3-.43-1.34.07-3.09 1.62-3.59.65-.21 1.34-.12 1.89.22.54-.34 1.24-.43 1.9-.22 1.55.5 2.05 2.25 1.62 3.59-.63 1.98-2.75 3-3.52 3M7.33 15.5c.42 1.31 1.84 1.93 2.1 1.95.28-.03 1.68-.72 2.07-1.95.21-.66 0-1.5-.65-1.71-.27-.09-.64-.04-.81.22-.14.21-.36.33-.61.34a.72.72 0 0 1-.62-.31c-.21-.29-.57-.33-.83-.24-.64.2-.86 1.04-.65 1.7" })
|
|
6164
|
+
] });
|
|
6165
|
+
}
|
|
6166
|
+
);
|
|
6167
|
+
MagickoDocumentFavorite.displayName = "MagickoDocumentFavorite";
|
|
6168
|
+
|
|
6169
|
+
// dist/icons/MagickoDocumentFilter.tsx
|
|
6170
|
+
import React466 from "react";
|
|
6171
|
+
import { jsx as jsx466, jsxs as jsxs390 } from "react/jsx-runtime";
|
|
6172
|
+
var MagickoDocumentFilter = React466.forwardRef(
|
|
6173
|
+
({ size, ...props }, ref) => {
|
|
6174
|
+
return /* @__PURE__ */ jsxs390("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6175
|
+
/* @__PURE__ */ jsx466("path", { fill: "#1e293b", d: "M7.08 16.1c-.36 0-.72-.09-1.05-.28A2.07 2.07 0 0 1 4.96 14v-3.57c0-.26-.17-.7-.38-.95L2.06 6.83c-.47-.46-.81-1.26-.81-1.87V3.41c0-1.21.92-2.17 2.1-2.17h8.9c1.16 0 2.1.94 2.1 2.1v1.48c0 .78-.45 1.64-.89 2.08l-2.93 2.59c-.23.19-.42.65-.42.99v2.9c0 .69-.42 1.46-.97 1.79l-.92.6c-.36.22-.75.33-1.14.33M3.35 2.75c-.34 0-.6.29-.6.67v1.55c0 .17.17.6.39.82L5.72 8.5c.38.47.75 1.24.75 1.93V14c0 .3.19.45.31.51.16.09.42.14.64 0l.93-.6c.12-.07.26-.35.26-.52v-2.9c0-.79.39-1.66.94-2.13l2.88-2.55c.18-.18.42-.67.42-.99V3.34c0-.33-.27-.6-.6-.6h-8.9z" }),
|
|
6176
|
+
/* @__PURE__ */ jsx466("path", { fill: "#1e293b", d: "M15 22.749H9c-5.43 0-7.75-2.32-7.75-7.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25v-6c0-2.9-.68-4.58-2.21-5.45-.16-.09-.69-.33-2.21-.57a.74.74 0 0 1-.62-.86c.07-.41.46-.69.86-.62 1.31.21 2.2.45 2.71.74 2.02 1.15 2.97 3.3 2.97 6.76v6c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6177
|
+
/* @__PURE__ */ jsx466("path", { fill: "#1e293b", d: "M18 13.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M18 17.75h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6178
|
+
] });
|
|
6179
|
+
}
|
|
6180
|
+
);
|
|
6181
|
+
MagickoDocumentFilter.displayName = "MagickoDocumentFilter";
|
|
6182
|
+
|
|
6183
|
+
// dist/icons/MagickoDocumentForward.tsx
|
|
6184
|
+
import React467 from "react";
|
|
6185
|
+
import { jsx as jsx467, jsxs as jsxs391 } from "react/jsx-runtime";
|
|
6186
|
+
var MagickoDocumentForward = React467.forwardRef(
|
|
6187
|
+
({ size, ...props }, ref) => {
|
|
6188
|
+
return /* @__PURE__ */ jsxs391("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6189
|
+
/* @__PURE__ */ jsx467("path", { fill: "#1e293b", d: "M11 17.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.72-.72H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.19l-.72-.72a.74.74 0 0 1-.22-.53c0-.19.07-.38.22-.53.29-.29.77-.29 1.06 0l2 2c.13.13.2.3.21.46v.16q-.03.21-.18.39l-.04.04-2 2c-.14.16-.33.23-.52.23" }),
|
|
6190
|
+
/* @__PURE__ */ jsx467("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6191
|
+
/* @__PURE__ */ jsx467("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19z" })
|
|
6192
|
+
] });
|
|
6193
|
+
}
|
|
6194
|
+
);
|
|
6195
|
+
MagickoDocumentForward.displayName = "MagickoDocumentForward";
|
|
6196
|
+
|
|
6197
|
+
// dist/icons/MagickoDocumentLike.tsx
|
|
6198
|
+
import React468 from "react";
|
|
6199
|
+
import { jsx as jsx468, jsxs as jsxs392 } from "react/jsx-runtime";
|
|
6200
|
+
var MagickoDocumentLike = React468.forwardRef(
|
|
6201
|
+
({ size, ...props }, ref) => {
|
|
6202
|
+
return /* @__PURE__ */ jsxs392("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6203
|
+
/* @__PURE__ */ jsx468("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" }),
|
|
6204
|
+
/* @__PURE__ */ jsx468("path", { fill: "#1e293b", d: "M18.5 9.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75M10.27 18.72c-.88-.02-2.89-1.09-3.5-3-.43-1.33.07-3.09 1.61-3.59.66-.21 1.34-.12 1.88.22.54-.34 1.23-.43 1.9-.22 1.54.5 2.04 2.25 1.63 3.59-.62 1.98-2.75 3-3.52 3M8.2 15.26c.42 1.29 1.85 1.93 2.11 1.96.27-.03 1.67-.72 2.05-1.96.2-.66-.01-1.5-.66-1.71-.26-.08-.63-.04-.8.22a.73.73 0 0 1-.61.34.71.71 0 0 1-.63-.32c-.2-.28-.56-.32-.82-.24-.64.21-.85 1.06-.64 1.71" })
|
|
6205
|
+
] });
|
|
6206
|
+
}
|
|
6207
|
+
);
|
|
6208
|
+
MagickoDocumentLike.displayName = "MagickoDocumentLike";
|
|
6209
|
+
|
|
6210
|
+
// dist/icons/MagickoDocumentNormal.tsx
|
|
6211
|
+
import React469 from "react";
|
|
6212
|
+
import { jsx as jsx469, jsxs as jsxs393 } from "react/jsx-runtime";
|
|
6213
|
+
var MagickoDocumentNormal = React469.forwardRef(
|
|
6214
|
+
({ size, ...props }, ref) => {
|
|
6215
|
+
return /* @__PURE__ */ jsxs393("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6216
|
+
/* @__PURE__ */ jsx469("path", { fill: "#1e293b", d: "M14 6.75h-4c-.96 0-2.75 0-2.75-2.75S9.04 1.25 10 1.25h4c.96 0 2.75 0 2.75 2.75 0 .96 0 2.75-2.75 2.75m-4-4c-.99 0-1.25 0-1.25 1.25S9.01 5.25 10 5.25h4c1.25 0 1.25-.26 1.25-1.25 0-1.25-.26-1.25-1.25-1.25z" }),
|
|
6217
|
+
/* @__PURE__ */ jsx469("path", { fill: "#1e293b", d: "M15 22.75H9c-5.62 0-6.75-2.58-6.75-6.75v-6c0-4.56 1.65-6.51 5.71-6.72.41-.02.77.29.79.71s-.3.76-.71.78C5.2 4.93 3.75 5.78 3.75 10v6c0 3.7.73 5.25 5.25 5.25h6c4.52 0 5.25-1.55 5.25-5.25v-6c0-4.22-1.45-5.07-4.29-5.23a.757.757 0 0 1-.71-.79c.02-.41.38-.73.79-.71 4.06.22 5.71 2.17 5.71 6.72v6c0 4.18-1.13 6.76-6.75 6.76" })
|
|
6218
|
+
] });
|
|
6219
|
+
}
|
|
6220
|
+
);
|
|
6221
|
+
MagickoDocumentNormal.displayName = "MagickoDocumentNormal";
|
|
6222
|
+
|
|
6223
|
+
// dist/icons/MagickoDocumentPrevious.tsx
|
|
6224
|
+
import React470 from "react";
|
|
6225
|
+
import { jsx as jsx470, jsxs as jsxs394 } from "react/jsx-runtime";
|
|
6226
|
+
var MagickoDocumentPrevious = React470.forwardRef(
|
|
6227
|
+
({ size, ...props }, ref) => {
|
|
6228
|
+
return /* @__PURE__ */ jsxs394("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6229
|
+
/* @__PURE__ */ jsx470("path", { fill: "#1e293b", d: "M9 17.75c-.19 0-.38-.07-.53-.22l-2-2A.751.751 0 0 1 7 14.25h6c.41 0 .75.34.75.75s-.34.75-.75.75H8.81l.72.72c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
6230
|
+
/* @__PURE__ */ jsx470("path", { fill: "#1e293b", d: "M7 15.75c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l2-2c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2 2c-.15.15-.34.22-.53.22" }),
|
|
6231
|
+
/* @__PURE__ */ jsx470("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6232
|
+
/* @__PURE__ */ jsx470("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19z" })
|
|
6233
|
+
] });
|
|
6234
|
+
}
|
|
6235
|
+
);
|
|
6236
|
+
MagickoDocumentPrevious.displayName = "MagickoDocumentPrevious";
|
|
6237
|
+
|
|
6238
|
+
// dist/icons/MagickoDocumentSketch.tsx
|
|
6239
|
+
import React471 from "react";
|
|
6240
|
+
import { jsx as jsx471, jsxs as jsxs395 } from "react/jsx-runtime";
|
|
6241
|
+
var MagickoDocumentSketch = React471.forwardRef(
|
|
6242
|
+
({ size, ...props }, ref) => {
|
|
6243
|
+
return /* @__PURE__ */ jsxs395("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6244
|
+
/* @__PURE__ */ jsx471("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6245
|
+
/* @__PURE__ */ jsx471("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8c.21.21.28.54.16.82a.74.74 0 0 1-.69.46m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19zM9.65 18.71c-.44 0-.86-.17-1.17-.48l-2.46-2.46c-.54-.54-.63-1.45-.21-2.09l1.13-1.7c.28-.43.86-.74 1.38-.74h2.65c.51 0 1.09.31 1.38.74l1.13 1.69c.42.63.33 1.55-.21 2.09l-2.46 2.46c-.3.32-.72.49-1.16.49m-1.32-5.96c-.04.01-.12.05-.14.08l-1.12 1.69c-.03.04-.02.16.02.2l2.46 2.46c.05.05.17.05.22 0l2.46-2.46c.04-.04.05-.15.02-.2l-1.13-1.69a.5.5 0 0 0-.14-.07z" })
|
|
6246
|
+
] });
|
|
6247
|
+
}
|
|
6248
|
+
);
|
|
6249
|
+
MagickoDocumentSketch.displayName = "MagickoDocumentSketch";
|
|
6250
|
+
|
|
6251
|
+
// dist/icons/MagickoDocumentText.tsx
|
|
6252
|
+
import React472 from "react";
|
|
6253
|
+
import { jsx as jsx472, jsxs as jsxs396 } from "react/jsx-runtime";
|
|
6254
|
+
var MagickoDocumentText = React472.forwardRef(
|
|
6255
|
+
({ size, ...props }, ref) => {
|
|
6256
|
+
return /* @__PURE__ */ jsxs396("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6257
|
+
/* @__PURE__ */ jsx472("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" }),
|
|
6258
|
+
/* @__PURE__ */ jsx472("path", { fill: "#1e293b", d: "M18.5 9.25h-2c-1.52 0-2.75-1.23-2.75-2.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .69.56 1.25 1.25 1.25h2c.41 0 .75.34.75.75s-.34.75-.75.75M12 13.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M16 17.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6259
|
+
] });
|
|
6260
|
+
}
|
|
6261
|
+
);
|
|
6262
|
+
MagickoDocumentText.displayName = "MagickoDocumentText";
|
|
6263
|
+
|
|
6264
|
+
// dist/icons/MagickoDocumentText2.tsx
|
|
6265
|
+
import React473 from "react";
|
|
6266
|
+
import { jsx as jsx473, jsxs as jsxs397 } from "react/jsx-runtime";
|
|
6267
|
+
var MagickoDocumentText2 = React473.forwardRef(
|
|
6268
|
+
({ size, ...props }, ref) => {
|
|
6269
|
+
return /* @__PURE__ */ jsxs397("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6270
|
+
/* @__PURE__ */ jsx473("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6271
|
+
/* @__PURE__ */ jsx473("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19zM13 13.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M11 17.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
6272
|
+
] });
|
|
6273
|
+
}
|
|
6274
|
+
);
|
|
6275
|
+
MagickoDocumentText2.displayName = "MagickoDocumentText2";
|
|
6276
|
+
|
|
6277
|
+
// dist/icons/MagickoDocumentUpload.tsx
|
|
6278
|
+
import React474 from "react";
|
|
6279
|
+
import { jsx as jsx474, jsxs as jsxs398 } from "react/jsx-runtime";
|
|
6280
|
+
var MagickoDocumentUpload = React474.forwardRef(
|
|
6281
|
+
({ size, ...props }, ref) => {
|
|
6282
|
+
return /* @__PURE__ */ jsxs398("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6283
|
+
/* @__PURE__ */ jsx474("path", { fill: "#1e293b", d: "M9 17.75c-.41 0-.75-.34-.75-.75v-4.19l-.72.72c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2-2c.21-.21.54-.28.82-.16.28.11.46.39.46.69v6c0 .41-.34.75-.75.75" }),
|
|
6284
|
+
/* @__PURE__ */ jsx474("path", { fill: "#1e293b", d: "M11 13.75c-.19 0-.38-.07-.53-.22l-2-2a.753.753 0 0 1 0-1.06.754.754 0 0 1 1.06 0l2 2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
6285
|
+
/* @__PURE__ */ jsx474("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.75h5c.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-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 5.43-2.32 7.75-7.75 7.75" }),
|
|
6286
|
+
/* @__PURE__ */ jsx474("path", { fill: "#1e293b", d: "M22 10.75h-4c-3.42 0-4.75-1.33-4.75-4.75V2c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l8 8a.751.751 0 0 1-.53 1.28m-7.25-6.94V6c0 2.58.67 3.25 3.25 3.25h2.19z" })
|
|
6287
|
+
] });
|
|
6288
|
+
}
|
|
6289
|
+
);
|
|
6290
|
+
MagickoDocumentUpload.displayName = "MagickoDocumentUpload";
|
|
6291
|
+
|
|
6292
|
+
// dist/icons/MagickoDollarCircle.tsx
|
|
6293
|
+
import React475 from "react";
|
|
6294
|
+
import { jsx as jsx475, jsxs as jsxs399 } from "react/jsx-runtime";
|
|
6295
|
+
var MagickoDollarCircle = React475.forwardRef(
|
|
6296
|
+
({ size, ...props }, ref) => {
|
|
6297
|
+
return /* @__PURE__ */ jsxs399("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6298
|
+
/* @__PURE__ */ jsx475("path", { fill: "#1e293b", d: "M13.4 17.42h-2.51c-1.64 0-2.97-1.38-2.97-3.08 0-.41.34-.75.75-.75s.75.34.75.75c0 .87.66 1.58 1.47 1.58h2.51c.65 0 1.19-.58 1.19-1.28 0-.87-.31-1.04-.82-1.22L9.74 12c-.78-.27-1.83-.85-1.83-2.64 0-1.54 1.21-2.78 2.69-2.78h2.51c1.64 0 2.97 1.38 2.97 3.08 0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.87-.66-1.58-1.47-1.58H10.6c-.65 0-1.19.58-1.19 1.28 0 .87.31 1.04.82 1.22L14.26 12c.78.27 1.83.85 1.83 2.64-.01 1.53-1.21 2.78-2.69 2.78" }),
|
|
6299
|
+
/* @__PURE__ */ jsx475("path", { fill: "#1e293b", d: "M12 18.75c-.41 0-.75-.34-.75-.75V6c0-.41.34-.75.75-.75s.75.34.75.75v12c0 .41-.34.75-.75.75" }),
|
|
6300
|
+
/* @__PURE__ */ jsx475("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" })
|
|
6301
|
+
] });
|
|
6302
|
+
}
|
|
6303
|
+
);
|
|
6304
|
+
MagickoDollarCircle.displayName = "MagickoDollarCircle";
|
|
6305
|
+
|
|
6306
|
+
// dist/icons/Marketing.tsx
|
|
6307
|
+
import React476 from "react";
|
|
6308
|
+
import { jsx as jsx476 } from "react/jsx-runtime";
|
|
6309
|
+
var Marketing = React476.forwardRef(
|
|
6310
|
+
({ size, ...props }, ref) => {
|
|
6311
|
+
return /* @__PURE__ */ jsx476("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx476("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" }) });
|
|
5915
6312
|
}
|
|
5916
6313
|
);
|
|
5917
6314
|
Marketing.displayName = "Marketing";
|
|
5918
6315
|
|
|
5919
6316
|
// dist/icons/MessageEdit.tsx
|
|
5920
|
-
import
|
|
5921
|
-
import { jsx as
|
|
5922
|
-
var MessageEdit =
|
|
6317
|
+
import React477 from "react";
|
|
6318
|
+
import { jsx as jsx477 } from "react/jsx-runtime";
|
|
6319
|
+
var MessageEdit = React477.forwardRef(
|
|
5923
6320
|
({ size, ...props }, ref) => {
|
|
5924
|
-
return /* @__PURE__ */
|
|
6321
|
+
return /* @__PURE__ */ jsx477("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx477("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" }) });
|
|
5925
6322
|
}
|
|
5926
6323
|
);
|
|
5927
6324
|
MessageEdit.displayName = "MessageEdit";
|
|
5928
6325
|
|
|
5929
6326
|
// dist/icons/Network.tsx
|
|
5930
|
-
import
|
|
5931
|
-
import { jsx as
|
|
5932
|
-
var Network =
|
|
6327
|
+
import React478 from "react";
|
|
6328
|
+
import { jsx as jsx478 } from "react/jsx-runtime";
|
|
6329
|
+
var Network = React478.forwardRef(
|
|
5933
6330
|
({ size, ...props }, ref) => {
|
|
5934
|
-
return /* @__PURE__ */
|
|
6331
|
+
return /* @__PURE__ */ jsx478("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx478("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" }) });
|
|
5935
6332
|
}
|
|
5936
6333
|
);
|
|
5937
6334
|
Network.displayName = "Network";
|
|
5938
6335
|
|
|
5939
6336
|
// dist/icons/NotiDot.tsx
|
|
5940
|
-
import
|
|
5941
|
-
import { jsx as
|
|
5942
|
-
var NotiDot =
|
|
6337
|
+
import React479 from "react";
|
|
6338
|
+
import { jsx as jsx479 } from "react/jsx-runtime";
|
|
6339
|
+
var NotiDot = React479.forwardRef(
|
|
5943
6340
|
({ size, ...props }, ref) => {
|
|
5944
|
-
return /* @__PURE__ */
|
|
6341
|
+
return /* @__PURE__ */ jsx479("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx479("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
5945
6342
|
}
|
|
5946
6343
|
);
|
|
5947
6344
|
NotiDot.displayName = "NotiDot";
|
|
5948
6345
|
|
|
5949
6346
|
// dist/icons/PA.tsx
|
|
5950
|
-
import
|
|
5951
|
-
import { jsx as
|
|
5952
|
-
var PA =
|
|
6347
|
+
import React480 from "react";
|
|
6348
|
+
import { jsx as jsx480 } from "react/jsx-runtime";
|
|
6349
|
+
var PA = React480.forwardRef(
|
|
5953
6350
|
({ size, ...props }, ref) => {
|
|
5954
|
-
return /* @__PURE__ */
|
|
6351
|
+
return /* @__PURE__ */ jsx480("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx480("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" }) });
|
|
5955
6352
|
}
|
|
5956
6353
|
);
|
|
5957
6354
|
PA.displayName = "PA";
|
|
5958
6355
|
|
|
5959
6356
|
// dist/icons/PauseSquare.tsx
|
|
5960
|
-
import
|
|
5961
|
-
import { jsx as
|
|
5962
|
-
var PauseSquare =
|
|
6357
|
+
import React481 from "react";
|
|
6358
|
+
import { jsx as jsx481 } from "react/jsx-runtime";
|
|
6359
|
+
var PauseSquare = React481.forwardRef(
|
|
5963
6360
|
({ size, ...props }, ref) => {
|
|
5964
|
-
return /* @__PURE__ */
|
|
6361
|
+
return /* @__PURE__ */ jsx481("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx481("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" }) });
|
|
5965
6362
|
}
|
|
5966
6363
|
);
|
|
5967
6364
|
PauseSquare.displayName = "PauseSquare";
|
|
5968
6365
|
|
|
5969
6366
|
// dist/icons/Pdf.tsx
|
|
5970
|
-
import
|
|
5971
|
-
import { jsx as
|
|
5972
|
-
var Pdf =
|
|
6367
|
+
import React482 from "react";
|
|
6368
|
+
import { jsx as jsx482, jsxs as jsxs400 } from "react/jsx-runtime";
|
|
6369
|
+
var Pdf = React482.forwardRef(
|
|
5973
6370
|
({ size, ...props }, ref) => {
|
|
5974
|
-
return /* @__PURE__ */
|
|
5975
|
-
/* @__PURE__ */
|
|
5976
|
-
/* @__PURE__ */
|
|
5977
|
-
/* @__PURE__ */
|
|
6371
|
+
return /* @__PURE__ */ jsxs400("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6372
|
+
/* @__PURE__ */ jsx482("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" }),
|
|
6373
|
+
/* @__PURE__ */ jsx482("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
6374
|
+
/* @__PURE__ */ jsx482("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" })
|
|
5978
6375
|
] });
|
|
5979
6376
|
}
|
|
5980
6377
|
);
|
|
5981
6378
|
Pdf.displayName = "Pdf";
|
|
5982
6379
|
|
|
5983
6380
|
// dist/icons/PlayFilled.tsx
|
|
5984
|
-
import
|
|
5985
|
-
import { jsx as
|
|
5986
|
-
var PlayFilled =
|
|
6381
|
+
import React483 from "react";
|
|
6382
|
+
import { jsx as jsx483 } from "react/jsx-runtime";
|
|
6383
|
+
var PlayFilled = React483.forwardRef(
|
|
5987
6384
|
({ size, ...props }, ref) => {
|
|
5988
|
-
return /* @__PURE__ */
|
|
6385
|
+
return /* @__PURE__ */ jsx483("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx483("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" }) });
|
|
5989
6386
|
}
|
|
5990
6387
|
);
|
|
5991
6388
|
PlayFilled.displayName = "PlayFilled";
|
|
5992
6389
|
|
|
5993
6390
|
// dist/icons/Signature.tsx
|
|
5994
|
-
import
|
|
5995
|
-
import { jsx as
|
|
5996
|
-
var Signature =
|
|
6391
|
+
import React484 from "react";
|
|
6392
|
+
import { jsx as jsx484 } from "react/jsx-runtime";
|
|
6393
|
+
var Signature = React484.forwardRef(
|
|
5997
6394
|
({ size, ...props }, ref) => {
|
|
5998
|
-
return /* @__PURE__ */
|
|
6395
|
+
return /* @__PURE__ */ jsx484("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx484("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" }) });
|
|
5999
6396
|
}
|
|
6000
6397
|
);
|
|
6001
6398
|
Signature.displayName = "Signature";
|
|
6002
6399
|
|
|
6003
6400
|
// dist/icons/SperateDot.tsx
|
|
6004
|
-
import
|
|
6005
|
-
import { jsx as
|
|
6006
|
-
var SperateDot =
|
|
6401
|
+
import React485 from "react";
|
|
6402
|
+
import { jsx as jsx485 } from "react/jsx-runtime";
|
|
6403
|
+
var SperateDot = React485.forwardRef(
|
|
6007
6404
|
({ size, ...props }, ref) => {
|
|
6008
|
-
return /* @__PURE__ */
|
|
6405
|
+
return /* @__PURE__ */ jsx485("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx485("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
6009
6406
|
}
|
|
6010
6407
|
);
|
|
6011
6408
|
SperateDot.displayName = "SperateDot";
|
|
6012
6409
|
|
|
6013
6410
|
// dist/icons/SquarePen1.tsx
|
|
6014
|
-
import
|
|
6015
|
-
import { jsx as
|
|
6016
|
-
var SquarePen1 =
|
|
6411
|
+
import React486 from "react";
|
|
6412
|
+
import { jsx as jsx486, jsxs as jsxs401 } from "react/jsx-runtime";
|
|
6413
|
+
var SquarePen1 = React486.forwardRef(
|
|
6017
6414
|
({ size, ...props }, ref) => {
|
|
6018
|
-
return /* @__PURE__ */
|
|
6019
|
-
/* @__PURE__ */
|
|
6020
|
-
/* @__PURE__ */
|
|
6415
|
+
return /* @__PURE__ */ jsxs401("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6416
|
+
/* @__PURE__ */ jsx486("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" }),
|
|
6417
|
+
/* @__PURE__ */ jsx486("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" })
|
|
6021
6418
|
] });
|
|
6022
6419
|
}
|
|
6023
6420
|
);
|
|
6024
6421
|
SquarePen1.displayName = "SquarePen1";
|
|
6025
6422
|
|
|
6026
6423
|
// dist/icons/Strikethrough.tsx
|
|
6027
|
-
import
|
|
6028
|
-
import { jsx as
|
|
6029
|
-
var Strikethrough =
|
|
6424
|
+
import React487 from "react";
|
|
6425
|
+
import { jsx as jsx487 } from "react/jsx-runtime";
|
|
6426
|
+
var Strikethrough = React487.forwardRef(
|
|
6030
6427
|
({ size, ...props }, ref) => {
|
|
6031
|
-
return /* @__PURE__ */
|
|
6428
|
+
return /* @__PURE__ */ jsx487("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx487("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" }) });
|
|
6032
6429
|
}
|
|
6033
6430
|
);
|
|
6034
6431
|
Strikethrough.displayName = "Strikethrough";
|
|
6035
6432
|
|
|
6036
6433
|
// dist/icons/Tasks.tsx
|
|
6037
|
-
import
|
|
6038
|
-
import { jsx as
|
|
6039
|
-
var Tasks =
|
|
6434
|
+
import React488 from "react";
|
|
6435
|
+
import { jsx as jsx488, jsxs as jsxs402 } from "react/jsx-runtime";
|
|
6436
|
+
var Tasks = React488.forwardRef(
|
|
6040
6437
|
({ size, ...props }, ref) => {
|
|
6041
|
-
return /* @__PURE__ */
|
|
6042
|
-
/* @__PURE__ */
|
|
6043
|
-
/* @__PURE__ */
|
|
6438
|
+
return /* @__PURE__ */ jsxs402("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
6439
|
+
/* @__PURE__ */ jsx488("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" }),
|
|
6440
|
+
/* @__PURE__ */ jsx488("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" })
|
|
6044
6441
|
] });
|
|
6045
6442
|
}
|
|
6046
6443
|
);
|
|
6047
6444
|
Tasks.displayName = "Tasks";
|
|
6048
6445
|
|
|
6049
6446
|
// dist/icons/Trash.tsx
|
|
6050
|
-
import
|
|
6051
|
-
import { jsx as
|
|
6052
|
-
var Trash =
|
|
6447
|
+
import React489 from "react";
|
|
6448
|
+
import { jsx as jsx489 } from "react/jsx-runtime";
|
|
6449
|
+
var Trash = React489.forwardRef(
|
|
6053
6450
|
({ size, ...props }, ref) => {
|
|
6054
|
-
return /* @__PURE__ */
|
|
6451
|
+
return /* @__PURE__ */ jsx489("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx489("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" }) });
|
|
6055
6452
|
}
|
|
6056
6453
|
);
|
|
6057
6454
|
Trash.displayName = "Trash";
|
|
6058
6455
|
|
|
6059
6456
|
// dist/icons/Video.tsx
|
|
6060
|
-
import
|
|
6061
|
-
import { jsx as
|
|
6062
|
-
var Video =
|
|
6457
|
+
import React490 from "react";
|
|
6458
|
+
import { jsx as jsx490 } from "react/jsx-runtime";
|
|
6459
|
+
var Video = React490.forwardRef(
|
|
6063
6460
|
({ size, ...props }, ref) => {
|
|
6064
|
-
return /* @__PURE__ */
|
|
6461
|
+
return /* @__PURE__ */ jsx490("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx490("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" }) });
|
|
6065
6462
|
}
|
|
6066
6463
|
);
|
|
6067
6464
|
Video.displayName = "Video";
|
|
6068
6465
|
|
|
6069
6466
|
// dist/icons/X.tsx
|
|
6070
|
-
import
|
|
6071
|
-
import { jsx as
|
|
6072
|
-
var X =
|
|
6467
|
+
import React491 from "react";
|
|
6468
|
+
import { jsx as jsx491 } from "react/jsx-runtime";
|
|
6469
|
+
var X = React491.forwardRef(
|
|
6073
6470
|
({ size, ...props }, ref) => {
|
|
6074
|
-
return /* @__PURE__ */
|
|
6471
|
+
return /* @__PURE__ */ jsx491("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx491("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" }) });
|
|
6075
6472
|
}
|
|
6076
6473
|
);
|
|
6077
6474
|
X.displayName = "X";
|
|
@@ -6520,7 +6917,37 @@ export {
|
|
|
6520
6917
|
MagickoDevices,
|
|
6521
6918
|
MagickoDevices1,
|
|
6522
6919
|
MagickoDiagram,
|
|
6920
|
+
MagickoDirect,
|
|
6523
6921
|
MagickoDirectDown,
|
|
6922
|
+
MagickoDirectInbox,
|
|
6923
|
+
MagickoDirectLeft,
|
|
6924
|
+
MagickoDirectNormal,
|
|
6925
|
+
MagickoDirectNotification,
|
|
6926
|
+
MagickoDirectRight,
|
|
6927
|
+
MagickoDirectSend,
|
|
6928
|
+
MagickoDirectUp,
|
|
6929
|
+
MagickoDirectboxDefault,
|
|
6930
|
+
MagickoDirectboxNotif,
|
|
6931
|
+
MagickoDirectboxReceive,
|
|
6932
|
+
MagickoDirectboxSend,
|
|
6933
|
+
MagickoDiscountCircle,
|
|
6934
|
+
MagickoDislike,
|
|
6935
|
+
MagickoDocument,
|
|
6936
|
+
MagickoDocument1,
|
|
6937
|
+
MagickoDocumentCloud,
|
|
6938
|
+
MagickoDocumentCopy,
|
|
6939
|
+
MagickoDocumentDownload,
|
|
6940
|
+
MagickoDocumentFavorite,
|
|
6941
|
+
MagickoDocumentFilter,
|
|
6942
|
+
MagickoDocumentForward,
|
|
6943
|
+
MagickoDocumentLike,
|
|
6944
|
+
MagickoDocumentNormal,
|
|
6945
|
+
MagickoDocumentPrevious,
|
|
6946
|
+
MagickoDocumentSketch,
|
|
6947
|
+
MagickoDocumentText,
|
|
6948
|
+
MagickoDocumentText2,
|
|
6949
|
+
MagickoDocumentUpload,
|
|
6950
|
+
MagickoDollarCircle,
|
|
6524
6951
|
Marketing,
|
|
6525
6952
|
MessageEdit,
|
|
6526
6953
|
Network,
|