magick-icons 0.1.240 → 0.1.242
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 +1012 -118
- package/index.js.map +1 -1
- package/index.mjs +953 -119
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -10099,294 +10099,1068 @@ var MagickoRam2 = React766.forwardRef(
|
|
|
10099
10099
|
);
|
|
10100
10100
|
MagickoRam2.displayName = "MagickoRam2";
|
|
10101
10101
|
|
|
10102
|
-
// dist/icons/
|
|
10102
|
+
// dist/icons/MagickoReceipt.tsx
|
|
10103
10103
|
import React767 from "react";
|
|
10104
10104
|
import { jsx as jsx767, jsxs as jsxs641 } from "react/jsx-runtime";
|
|
10105
|
-
var
|
|
10105
|
+
var MagickoReceipt = React767.forwardRef(
|
|
10106
10106
|
({ size, ...props }, ref) => {
|
|
10107
10107
|
return /* @__PURE__ */ jsxs641("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10108
|
-
/* @__PURE__ */ jsx767("path", { fill: "#1e293b", d: "
|
|
10109
|
-
/* @__PURE__ */ jsx767("path", { fill: "#1e293b", d: "
|
|
10110
|
-
/* @__PURE__ */ jsx767("path", { fill: "#1e293b", d: "M6.49 11.75c-.37 0-.75-.14-1.03-.43l-.68-.69-.96.02c-.81 0-1.47-.66-1.47-1.47V8.2l-.67-.66c-.58-.6-.58-1.51 0-2.08l.69-.68-.02-.96c0-.81.66-1.47 1.47-1.47h.98l.66-.67a1.47 1.47 0 0 1 2.08-.01l.69.7.96-.02c.81 0 1.47.66 1.47 1.47v.98l.67.66c.3.34.43.68.43 1.04 0 .38-.15.74-.41 1.02l-.71.7.02.96c0 .81-.66 1.47-1.47 1.47h-.98l-.66.67c-.31.29-.68.43-1.06.43M4.8 9.15c.33 0 .72.15.99.38l.73.74.63-.69c.32-.28.71-.42 1.04-.42h.98l-.03-.95c0-.33.15-.72.38-1l.71-.7-.66-.66c-.27-.32-.42-.71-.42-1.04v-.99l-.95.03c-.33 0-.72-.15-.99-.38l-.73-.74-.63.69c-.32.28-.71.42-1.04.42h-.98l.03.95c0 .33-.15.72-.38.99l-.74.73.69.63c.27.32.42.71.42 1.04v.98z" })
|
|
10108
|
+
/* @__PURE__ */ jsx767("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.42-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10109
|
+
/* @__PURE__ */ jsx767("path", { fill: "#1e293b", d: "M9 23.33c-.47 0-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.06 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57-.59.3-1.3.23-1.83-.17l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.34.33-.78.51-1.25.51m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07s.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" })
|
|
10111
10110
|
] });
|
|
10112
10111
|
}
|
|
10113
10112
|
);
|
|
10114
|
-
|
|
10113
|
+
MagickoReceipt.displayName = "MagickoReceipt";
|
|
10115
10114
|
|
|
10116
|
-
// dist/icons/
|
|
10115
|
+
// dist/icons/MagickoReceipt1.tsx
|
|
10117
10116
|
import React768 from "react";
|
|
10118
10117
|
import { jsx as jsx768, jsxs as jsxs642 } from "react/jsx-runtime";
|
|
10119
|
-
var
|
|
10118
|
+
var MagickoReceipt1 = React768.forwardRef(
|
|
10120
10119
|
({ size, ...props }, ref) => {
|
|
10121
10120
|
return /* @__PURE__ */ jsxs642("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10122
|
-
/* @__PURE__ */ jsx768("path", { fill: "#1e293b", d: "
|
|
10123
|
-
/* @__PURE__ */ jsx768("path", { fill: "#1e293b", d: "M16
|
|
10121
|
+
/* @__PURE__ */ jsx768("path", { fill: "#1e293b", d: "M15 17.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M12.5 13.75H10c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10122
|
+
/* @__PURE__ */ jsx768("path", { fill: "#1e293b", d: "M16.28 22.75H8.72c-3.48 0-5.47-1.99-5.47-5.46V9.9c0-.41.34-.75.75-.75h.8c.33 0 .72.15.99.38l.73.74.63-.69c.32-.28.71-.42 1.04-.42h.98l-.03-.95c0-.33.15-.72.38-1l.73-.73a.74.74 0 0 1-.13-.79c.12-.27.37-.43.67-.43h5.48c3.48 0 5.47 1.99 5.47 5.46v6.58c.01 3.46-1.98 5.45-5.46 5.45M4.75 10.63v6.66c0 2.67 1.3 3.96 3.97 3.96h7.56c2.67 0 3.97-1.29 3.97-3.96v-6.58c0-2.67-1.3-3.96-3.97-3.96h-4.55c-.05.28-.18.55-.39.77l-.71.7.02.96c0 .81-.66 1.47-1.47 1.47H8.2l-.66.67c-.6.58-1.51.58-2.08 0l-.68-.69z" }),
|
|
10123
|
+
/* @__PURE__ */ jsx768("path", { fill: "#1e293b", d: "M6.49 11.75c-.37 0-.75-.14-1.03-.43l-.68-.69-.96.02c-.81 0-1.47-.66-1.47-1.47V8.2l-.67-.66c-.58-.6-.58-1.51 0-2.08l.69-.68-.02-.96c0-.81.66-1.47 1.47-1.47h.98l.66-.67a1.47 1.47 0 0 1 2.08-.01l.69.7.96-.02c.81 0 1.47.66 1.47 1.47v.98l.67.66c.3.34.43.68.43 1.04 0 .38-.15.74-.41 1.02l-.71.7.02.96c0 .81-.66 1.47-1.47 1.47h-.98l-.66.67c-.31.29-.68.43-1.06.43M4.8 9.15c.33 0 .72.15.99.38l.73.74.63-.69c.32-.28.71-.42 1.04-.42h.98l-.03-.95c0-.33.15-.72.38-1l.71-.7-.66-.66c-.27-.32-.42-.71-.42-1.04v-.99l-.95.03c-.33 0-.72-.15-.99-.38l-.73-.74-.63.69c-.32.28-.71.42-1.04.42h-.98l.03.95c0 .33-.15.72-.38.99l-.74.73.69.63c.27.32.42.71.42 1.04v.98z" })
|
|
10124
10124
|
] });
|
|
10125
10125
|
}
|
|
10126
10126
|
);
|
|
10127
|
-
|
|
10127
|
+
MagickoReceipt1.displayName = "MagickoReceipt1";
|
|
10128
10128
|
|
|
10129
|
-
// dist/icons/
|
|
10129
|
+
// dist/icons/MagickoReceipt11.tsx
|
|
10130
10130
|
import React769 from "react";
|
|
10131
10131
|
import { jsx as jsx769, jsxs as jsxs643 } from "react/jsx-runtime";
|
|
10132
|
-
var
|
|
10132
|
+
var MagickoReceipt11 = React769.forwardRef(
|
|
10133
10133
|
({ size, ...props }, ref) => {
|
|
10134
10134
|
return /* @__PURE__ */ jsxs643("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10135
|
-
/* @__PURE__ */ jsx769("path", { fill: "#1e293b", d: "M12 22.
|
|
10136
|
-
/* @__PURE__ */ jsx769("path", { fill: "#1e293b", d: "
|
|
10135
|
+
/* @__PURE__ */ jsx769("path", { fill: "#1e293b", d: "M12 22.75c-.78 0-1.54-.4-2.06-1.1L8.93 20.3c-.21-.28-.49-.44-.79-.46-.3-.01-.6.12-.84.37l-.57-.51.55.51c-1.44 1.54-2.55 1.42-3.08 1.21-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.56c4.19 0 5.47 1.35 5.47 5.79V18.3c0 2.21-.91 2.9-1.45 3.12-.53.21-1.63.33-3.08-1.21-.24-.26-.53-.4-.85-.37-.3.02-.59.18-.8.46l-1.01 1.35c-.52.7-1.28 1.1-2.06 1.1m-3.92-4.42h.13c.74.04 1.44.43 1.91 1.06l1.01 1.35c.49.65 1.24.65 1.73 0l1.01-1.35c.48-.63 1.17-1.02 1.92-1.06.74-.04 1.48.27 2.02.85.76.81 1.26.91 1.43.84.24-.1.5-.68.5-1.72V7.04c0-3.61-.63-4.29-3.97-4.29H8.22c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.17.07.67-.03 1.43-.84.54-.55 1.21-.85 1.9-.85" }),
|
|
10136
|
+
/* @__PURE__ */ jsx769("path", { fill: "#1e293b", d: "M16 7.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M15 11.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10137
10137
|
] });
|
|
10138
10138
|
}
|
|
10139
10139
|
);
|
|
10140
|
-
|
|
10140
|
+
MagickoReceipt11.displayName = "MagickoReceipt11";
|
|
10141
10141
|
|
|
10142
|
-
// dist/icons/
|
|
10142
|
+
// dist/icons/MagickoReceipt2.tsx
|
|
10143
10143
|
import React770 from "react";
|
|
10144
10144
|
import { jsx as jsx770, jsxs as jsxs644 } from "react/jsx-runtime";
|
|
10145
|
-
var
|
|
10145
|
+
var MagickoReceipt2 = React770.forwardRef(
|
|
10146
10146
|
({ size, ...props }, ref) => {
|
|
10147
10147
|
return /* @__PURE__ */ jsxs644("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10148
|
-
/* @__PURE__ */ jsx770("path", { fill: "#1e293b", d: "M12 22.
|
|
10149
|
-
/* @__PURE__ */ jsx770("path", { fill: "#1e293b", d: "
|
|
10148
|
+
/* @__PURE__ */ jsx770("path", { fill: "#1e293b", d: "M12 22.37c-.48 0-.95-.15-1.35-.45L8.36 20.2a.76.76 0 0 0-.84-.04l-2.34 1.4c-.61.36-1.34.37-1.95.02-.62-.35-.98-.98-.98-1.69V7c0-3.17 2.58-5.75 5.75-5.75h8c3.17 0 5.75 2.58 5.75 5.75v12.9c0 .71-.37 1.34-.98 1.69s-1.34.34-1.95-.02l-2.34-1.4a.76.76 0 0 0-.84.04l-2.29 1.72c-.4.29-.87.44-1.35.44m-4.09-3.82c.48 0 .95.15 1.35.45l2.29 1.72c.27.2.64.2.9 0L14.74 19c.73-.55 1.72-.6 2.51-.13l2.34 1.4c.2.12.37.04.44.01.07-.04.22-.15.22-.38V7A4.26 4.26 0 0 0 16 2.75H8A4.26 4.26 0 0 0 3.75 7v12.9c0 .23.15.34.22.38s.24.11.44-.01l2.34-1.4c.36-.21.76-.32 1.16-.32" }),
|
|
10149
|
+
/* @__PURE__ */ jsx770("path", { fill: "#1e293b", d: "M15.5 8.75h-7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 12.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10150
10150
|
] });
|
|
10151
10151
|
}
|
|
10152
10152
|
);
|
|
10153
|
-
|
|
10153
|
+
MagickoReceipt2.displayName = "MagickoReceipt2";
|
|
10154
10154
|
|
|
10155
|
-
// dist/icons/
|
|
10155
|
+
// dist/icons/MagickoReceipt21.tsx
|
|
10156
10156
|
import React771 from "react";
|
|
10157
10157
|
import { jsx as jsx771, jsxs as jsxs645 } from "react/jsx-runtime";
|
|
10158
|
-
var
|
|
10158
|
+
var MagickoReceipt21 = React771.forwardRef(
|
|
10159
10159
|
({ size, ...props }, ref) => {
|
|
10160
10160
|
return /* @__PURE__ */ jsxs645("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10161
|
-
/* @__PURE__ */ jsx771("path", { fill: "#1e293b", d: "
|
|
10162
|
-
/* @__PURE__ */ jsx771("path", { fill: "#1e293b", d: "M16
|
|
10161
|
+
/* @__PURE__ */ jsx771("path", { fill: "#1e293b", d: "M12 22.75c-.78 0-1.54-.4-2.06-1.1L8.93 20.3c-.21-.28-.49-.44-.79-.46-.3-.01-.6.12-.84.37l-.57-.51.55.51c-1.44 1.54-2.55 1.42-3.08 1.21-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.56c4.19 0 5.47 1.35 5.47 5.79V18.3c0 2.21-.91 2.9-1.45 3.12-.53.21-1.63.33-3.08-1.21-.24-.26-.54-.4-.85-.37-.3.02-.59.18-.8.46l-1.01 1.35c-.52.7-1.28 1.1-2.06 1.1m-3.92-4.42h.13c.74.04 1.44.43 1.91 1.06l1.01 1.35c.49.65 1.24.65 1.73 0l1.01-1.35c.48-.63 1.17-1.02 1.92-1.06.74-.04 1.48.27 2.02.85.76.81 1.25.91 1.43.84.24-.1.5-.68.5-1.72V7.04c0-3.61-.63-4.29-3.97-4.29H8.22c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.17.07.67-.03 1.43-.84.54-.55 1.21-.85 1.9-.85" }),
|
|
10162
|
+
/* @__PURE__ */ jsx771("path", { fill: "#1e293b", d: "M16.23 11.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75M16.23 7.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75M7.78 8c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M7.78 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1" })
|
|
10163
10163
|
] });
|
|
10164
10164
|
}
|
|
10165
10165
|
);
|
|
10166
|
-
|
|
10166
|
+
MagickoReceipt21.displayName = "MagickoReceipt21";
|
|
10167
10167
|
|
|
10168
|
-
// dist/icons/
|
|
10168
|
+
// dist/icons/MagickoReceipt211.tsx
|
|
10169
10169
|
import React772 from "react";
|
|
10170
10170
|
import { jsx as jsx772, jsxs as jsxs646 } from "react/jsx-runtime";
|
|
10171
|
-
var
|
|
10171
|
+
var MagickoReceipt211 = React772.forwardRef(
|
|
10172
10172
|
({ size, ...props }, ref) => {
|
|
10173
10173
|
return /* @__PURE__ */ jsxs646("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10174
|
-
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "
|
|
10175
|
-
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "
|
|
10176
|
-
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "M11.75 10.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10177
|
-
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "M9 13.5c-.41 0-.75-.34-.75-.75v-5.5c0-.41.34-.75.75-.75s.75.34.75.75v5.5c0 .41-.34.75-.75.75" })
|
|
10174
|
+
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "M11.5 22.75c-.79 0-1.54-.41-2.06-1.11L8.42 20.3c-.21-.28-.49-.44-.79-.46-.29-.02-.6.12-.85.37-.86.92-1.7 1.36-2.49 1.34-.54-.02-1.01-.26-1.37-.7a1 1 0 0 1-.11-.19c-.39-.84-.57-1.98-.57-3.69V7.05c0-1.71.18-2.84.57-3.69.03-.06.06-.12.11-.17.35-.45.82-.69 1.36-.72.8-.03 1.65.43 2.49 1.33.25.27.55.4.85.38s.58-.18.79-.46l1.02-1.35c.52-.7 1.27-1.11 2.06-1.11s1.54.41 2.06 1.11l1.01 1.34c.21.29.5.45.81.47.29.02.6-.12.85-.38.82-.88 1.63-1.33 2.41-1.33.56 0 1.08.25 1.44.72.04.05.08.11.11.18.39.84.57 1.98.57 3.69v9.92c0 1.71-.18 2.84-.57 3.69-.04.09-.09.17-.16.24-.31.4-.82.65-1.39.65-.78 0-1.59-.45-2.41-1.33-.24-.26-.57-.4-.85-.38-.31.02-.59.18-.81.47l-1.01 1.34c-.51.68-1.26 1.09-2.05 1.09m-3.92-4.42h.13c.74.04 1.43.43 1.9 1.06l1.02 1.35c.49.66 1.23.66 1.72.01l1.01-1.34c.48-.64 1.18-1.02 1.92-1.06s1.48.27 2.02.85c.74.79 1.19.85 1.31.85.08 0 .15-.02.22-.08.28-.63.4-1.58.4-3V7.05c0-1.4-.13-2.35-.4-2.98a.27.27 0 0 0-.22-.1c-.12 0-.57.06-1.31.85-.54.58-1.28.89-2.02.85-.75-.04-1.45-.43-1.93-1.06l-1.01-1.34c-.49-.66-1.23-.66-1.72 0L9.6 4.63c-.47.63-1.16 1.01-1.9 1.05s-1.48-.27-2.02-.84c-.61-.66-1.08-.88-1.34-.87-.06 0-.13.02-.21.1-.27.63-.4 1.58-.4 2.98v9.92c0 1.41.13 2.36.4 2.99.09.08.15.09.21.1.25.01.72-.21 1.33-.86.53-.57 1.22-.87 1.91-.87" }),
|
|
10175
|
+
/* @__PURE__ */ jsx772("path", { fill: "#1e293b", d: "M16 11H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M14 14.5H8c-.41 0-.75-.34-.75-.75S7.59 13 8 13h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10178
10176
|
] });
|
|
10179
10177
|
}
|
|
10180
10178
|
);
|
|
10181
|
-
|
|
10179
|
+
MagickoReceipt211.displayName = "MagickoReceipt211";
|
|
10182
10180
|
|
|
10183
|
-
// dist/icons/
|
|
10181
|
+
// dist/icons/MagickoReceiptAdd.tsx
|
|
10184
10182
|
import React773 from "react";
|
|
10185
10183
|
import { jsx as jsx773, jsxs as jsxs647 } from "react/jsx-runtime";
|
|
10186
|
-
var
|
|
10184
|
+
var MagickoReceiptAdd = React773.forwardRef(
|
|
10187
10185
|
({ size, ...props }, ref) => {
|
|
10188
10186
|
return /* @__PURE__ */ jsxs647("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10189
10187
|
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.43-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10190
|
-
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M9 23.33c-.47
|
|
10191
|
-
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M11.
|
|
10188
|
+
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M9 23.33c-.47.02-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.06 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57s-1.3.24-1.83-.16l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.34.32-.78.5-1.25.5m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07 0-.02.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" }),
|
|
10189
|
+
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M11.75 10.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10190
|
+
/* @__PURE__ */ jsx773("path", { fill: "#1e293b", d: "M9 13.5c-.41 0-.75-.34-.75-.75v-5.5c0-.41.34-.75.75-.75s.75.34.75.75v5.5c0 .41-.34.75-.75.75" })
|
|
10192
10191
|
] });
|
|
10193
10192
|
}
|
|
10194
10193
|
);
|
|
10195
|
-
|
|
10194
|
+
MagickoReceiptAdd.displayName = "MagickoReceiptAdd";
|
|
10196
10195
|
|
|
10197
|
-
// dist/icons/
|
|
10196
|
+
// dist/icons/MagickoReceiptDiscount.tsx
|
|
10198
10197
|
import React774 from "react";
|
|
10199
10198
|
import { jsx as jsx774, jsxs as jsxs648 } from "react/jsx-runtime";
|
|
10200
|
-
var
|
|
10199
|
+
var MagickoReceiptDiscount = React774.forwardRef(
|
|
10201
10200
|
({ size, ...props }, ref) => {
|
|
10202
10201
|
return /* @__PURE__ */ jsxs648("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10203
|
-
/* @__PURE__ */ jsx774("path", { fill: "#1e293b", d: "
|
|
10204
|
-
/* @__PURE__ */ jsx774("path", { fill: "#1e293b", d: "
|
|
10202
|
+
/* @__PURE__ */ jsx774("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.43-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10203
|
+
/* @__PURE__ */ jsx774("path", { fill: "#1e293b", d: "M9 23.33c-.47 0-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.06 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57s-1.3.24-1.83-.16l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.34.32-.78.5-1.25.5m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07s.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" }),
|
|
10204
|
+
/* @__PURE__ */ jsx774("path", { fill: "#1e293b", d: "M11.43 14.08c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M6.57 10.03c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M6.27 14.48c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.46-5.46c.29-.29.77-.29 1.06 0s.29.77 0 1.06L6.8 14.26c-.14.14-.34.22-.53.22" })
|
|
10205
10205
|
] });
|
|
10206
10206
|
}
|
|
10207
10207
|
);
|
|
10208
|
-
|
|
10208
|
+
MagickoReceiptDiscount.displayName = "MagickoReceiptDiscount";
|
|
10209
10209
|
|
|
10210
|
-
// dist/icons/
|
|
10210
|
+
// dist/icons/MagickoReceiptDisscount.tsx
|
|
10211
10211
|
import React775 from "react";
|
|
10212
10212
|
import { jsx as jsx775, jsxs as jsxs649 } from "react/jsx-runtime";
|
|
10213
|
-
var
|
|
10213
|
+
var MagickoReceiptDisscount = React775.forwardRef(
|
|
10214
10214
|
({ size, ...props }, ref) => {
|
|
10215
10215
|
return /* @__PURE__ */ jsxs649("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10216
|
-
/* @__PURE__ */ jsx775("path", { fill: "#1e293b", d: "
|
|
10217
|
-
/* @__PURE__ */ jsx775("path", { fill: "#1e293b", d: "
|
|
10218
|
-
|
|
10216
|
+
/* @__PURE__ */ jsx775("path", { fill: "#1e293b", d: "M12 22.75c-.79 0-1.54-.4-2.06-1.11l-1.01-1.35c-.21-.28-.49-.44-.79-.46s-.6.12-.84.37l-.57-.5.55.51c-1.45 1.54-2.55 1.42-3.08 1.21-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.55c4.19 0 5.47 1.35 5.47 5.79V18.3c0 2.21-.91 2.9-1.45 3.12-.53.21-1.63.33-3.08-1.21-.24-.26-.55-.39-.85-.37s-.59.18-.8.46l-1.01 1.35c-.51.7-1.26 1.1-2.05 1.1m-3.92-4.42h.13c.74.04 1.44.43 1.91 1.06l1.02 1.35c.49.65 1.24.65 1.73 0l1.01-1.35c.47-.63 1.17-1.02 1.92-1.06s1.48.27 2.02.85c.76.81 1.25.91 1.43.84.24-.1.5-.68.5-1.72V7.04c0-3.61-.63-4.29-3.97-4.29H8.22c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.18.07.67-.03 1.43-.84.52-.55 1.2-.85 1.9-.85" }),
|
|
10217
|
+
/* @__PURE__ */ jsx775("path", { fill: "#1e293b", d: "M15 14c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M9 9c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M8.63 14.55c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6.73-6.73c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6.73 6.73a.7.7 0 0 1-.53.22" })
|
|
10218
|
+
] });
|
|
10219
|
+
}
|
|
10220
|
+
);
|
|
10221
|
+
MagickoReceiptDisscount.displayName = "MagickoReceiptDisscount";
|
|
10222
|
+
|
|
10223
|
+
// dist/icons/MagickoReceiptEdit.tsx
|
|
10224
|
+
import React776 from "react";
|
|
10225
|
+
import { jsx as jsx776, jsxs as jsxs650 } from "react/jsx-runtime";
|
|
10226
|
+
var MagickoReceiptEdit = React776.forwardRef(
|
|
10227
|
+
({ size, ...props }, ref) => {
|
|
10228
|
+
return /* @__PURE__ */ jsxs650("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10229
|
+
/* @__PURE__ */ jsx776("path", { fill: "#1e293b", d: "M10.54 21.94c-.23 0-.45-.1-.6-.3l-1.01-1.35c-.21-.28-.49-.44-.79-.46-.31-.02-.6.12-.84.37-1.45 1.55-2.55 1.42-3.08 1.22-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.55c4.19 0 5.47 1.35 5.47 5.79v4.26c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.04c0-3.61-.63-4.29-3.97-4.29H8.24c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.18.07.67-.03 1.43-.84.55-.58 1.27-.89 2.02-.85.74.04 1.44.43 1.91 1.06l1.02 1.35a.75.75 0 0 1-.61 1.2" }),
|
|
10230
|
+
/* @__PURE__ */ jsx776("path", { fill: "#1e293b", d: "M16 7.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M15 11.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M14.82 21.78c-.38 0-.74-.14-1-.4-.31-.31-.45-.76-.38-1.23l.19-1.35c.05-.35.26-.77.51-1.02l3.54-3.54c.48-.48.95-.73 1.46-.78.62-.06 1.24.2 1.82.78s.84 1.19.78 1.82c-.05.5-.31.98-.78 1.46l-3.54 3.54c-.25.25-.67.46-1.02.51l-1.35.19c-.08.01-.15.02-.23.02m4.49-6.83h-.03c-.14.01-.33.14-.54.35l-3.54 3.54a.4.4 0 0 0-.08.17l-.18 1.25 1.25-.18c.04-.01.14-.06.17-.09l3.54-3.54c.21-.22.34-.4.35-.54.02-.2-.18-.44-.35-.61-.16-.16-.39-.35-.59-.35" }),
|
|
10231
|
+
/* @__PURE__ */ jsx776("path", { fill: "#1e293b", d: "M19.92 18.25c-.07 0-.14-.01-.2-.03a3.98 3.98 0 0 1-2.74-2.74.76.76 0 0 1 .52-.93c.4-.11.81.12.92.52.23.82.88 1.47 1.7 1.7a.755.755 0 0 1-.2 1.48" })
|
|
10219
10232
|
] });
|
|
10220
10233
|
}
|
|
10221
10234
|
);
|
|
10222
10235
|
MagickoReceiptEdit.displayName = "MagickoReceiptEdit";
|
|
10223
10236
|
|
|
10237
|
+
// dist/icons/MagickoReceiptItem.tsx
|
|
10238
|
+
import React777 from "react";
|
|
10239
|
+
import { jsx as jsx777, jsxs as jsxs651 } from "react/jsx-runtime";
|
|
10240
|
+
var MagickoReceiptItem = React777.forwardRef(
|
|
10241
|
+
({ size, ...props }, ref) => {
|
|
10242
|
+
return /* @__PURE__ */ jsxs651("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10243
|
+
/* @__PURE__ */ jsx777("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.43-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10244
|
+
/* @__PURE__ */ jsx777("path", { fill: "#1e293b", d: "M9 23.33c-.47 0-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.05 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57s-1.3.24-1.83-.16l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.33.32-.77.5-1.24.5m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07s.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" }),
|
|
10245
|
+
/* @__PURE__ */ jsx777("path", { fill: "#1e293b", d: "M12 13.76H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75M12 9.76H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75M5.97 10.01c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M5.97 14.01c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1" })
|
|
10246
|
+
] });
|
|
10247
|
+
}
|
|
10248
|
+
);
|
|
10249
|
+
MagickoReceiptItem.displayName = "MagickoReceiptItem";
|
|
10250
|
+
|
|
10251
|
+
// dist/icons/MagickoReceiptMinus.tsx
|
|
10252
|
+
import React778 from "react";
|
|
10253
|
+
import { jsx as jsx778, jsxs as jsxs652 } from "react/jsx-runtime";
|
|
10254
|
+
var MagickoReceiptMinus = React778.forwardRef(
|
|
10255
|
+
({ size, ...props }, ref) => {
|
|
10256
|
+
return /* @__PURE__ */ jsxs652("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10257
|
+
/* @__PURE__ */ jsx778("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.43-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10258
|
+
/* @__PURE__ */ jsx778("path", { fill: "#1e293b", d: "M9 23.33c-.47 0-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.06 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57s-1.3.24-1.83-.16l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.34.32-.78.5-1.25.5m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07-.01-.02.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" }),
|
|
10259
|
+
/* @__PURE__ */ jsx778("path", { fill: "#1e293b", d: "M11.75 10.75h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10260
|
+
] });
|
|
10261
|
+
}
|
|
10262
|
+
);
|
|
10263
|
+
MagickoReceiptMinus.displayName = "MagickoReceiptMinus";
|
|
10264
|
+
|
|
10265
|
+
// dist/icons/MagickoReceiptSearch.tsx
|
|
10266
|
+
import React779 from "react";
|
|
10267
|
+
import { jsx as jsx779, jsxs as jsxs653 } from "react/jsx-runtime";
|
|
10268
|
+
var MagickoReceiptSearch = React779.forwardRef(
|
|
10269
|
+
({ size, ...props }, ref) => {
|
|
10270
|
+
return /* @__PURE__ */ jsxs653("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10271
|
+
/* @__PURE__ */ jsx779("path", { fill: "#1e293b", d: "M10.54 21.94c-.23 0-.45-.1-.6-.3l-1.01-1.35c-.21-.28-.49-.44-.79-.46s-.6.12-.84.37c-1.45 1.55-2.55 1.42-3.08 1.22-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.55c4.19 0 5.47 1.35 5.47 5.79v4.26c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.04c0-3.61-.63-4.29-3.97-4.29H8.24c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.18.07.67-.03 1.43-.84.55-.58 1.27-.89 2.02-.85.74.04 1.44.43 1.91 1.06l1.02 1.35a.75.75 0 0 1-.61 1.2" }),
|
|
10272
|
+
/* @__PURE__ */ jsx779("path", { fill: "#1e293b", d: "M18.2 22.15c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95 3.95 1.77 3.95 3.95-1.77 3.95-3.95 3.95m0-6.4c-1.35 0-2.45 1.1-2.45 2.45s1.1 2.45 2.45 2.45 2.45-1.1 2.45-2.45-1.1-2.45-2.45-2.45" }),
|
|
10273
|
+
/* @__PURE__ */ jsx779("path", { fill: "#1e293b", d: "M22 22.75c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1 1c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16 7.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M15 11.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10274
|
+
] });
|
|
10275
|
+
}
|
|
10276
|
+
);
|
|
10277
|
+
MagickoReceiptSearch.displayName = "MagickoReceiptSearch";
|
|
10278
|
+
|
|
10279
|
+
// dist/icons/MagickoReceiptSquare.tsx
|
|
10280
|
+
import React780 from "react";
|
|
10281
|
+
import { jsx as jsx780, jsxs as jsxs654 } from "react/jsx-runtime";
|
|
10282
|
+
var MagickoReceiptSquare = React780.forwardRef(
|
|
10283
|
+
({ size, ...props }, ref) => {
|
|
10284
|
+
return /* @__PURE__ */ jsxs654("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10285
|
+
/* @__PURE__ */ jsx780("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" }),
|
|
10286
|
+
/* @__PURE__ */ jsx780("path", { fill: "#1e293b", d: "M12 18.63c-.56 0-1.09-.28-1.46-.77l-.6-.8a.35.35 0 0 0-.24-.15c-.09 0-.17.04-.25.12-.97 1.04-1.76.94-2.15.79-.39-.16-1.05-.64-1.05-2.12V9.07c0-2.78.89-3.71 3.53-3.71h4.45c2.64 0 3.53.94 3.53 3.71v6.63c0 1.48-.66 1.97-1.05 2.12-.38.15-1.17.25-2.15-.79a.37.37 0 0 0-.26-.12c-.09 0-.17.06-.24.15l-.59.79c-.38.5-.91.78-1.47.78m-2.31-3.22h.09c.53.03 1.02.3 1.35.75l.6.8c.17.22.36.22.52 0l.59-.79c.33-.45.83-.72 1.36-.75.52-.04 1.05.19 1.43.6.28.3.46.38.53.4-.01-.05.08-.25.08-.71V9.08c0-2.05-.31-2.21-2.03-2.21H9.76c-1.72 0-2.03.16-2.03 2.21v6.63c0 .46.09.66.12.72.03-.04.21-.12.48-.42 0-.01.01-.01.02-.02.37-.36.85-.58 1.34-.58" })
|
|
10287
|
+
] });
|
|
10288
|
+
}
|
|
10289
|
+
);
|
|
10290
|
+
MagickoReceiptSquare.displayName = "MagickoReceiptSquare";
|
|
10291
|
+
|
|
10292
|
+
// dist/icons/MagickoReceiptText.tsx
|
|
10293
|
+
import React781 from "react";
|
|
10294
|
+
import { jsx as jsx781, jsxs as jsxs655 } from "react/jsx-runtime";
|
|
10295
|
+
var MagickoReceiptText = React781.forwardRef(
|
|
10296
|
+
({ size, ...props }, ref) => {
|
|
10297
|
+
return /* @__PURE__ */ jsxs655("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10298
|
+
/* @__PURE__ */ jsx781("path", { fill: "#1e293b", d: "M19.42 11.75H16c-.41 0-.75-.34-.75-.75V4.01c0-.74.29-1.43.81-1.95s1.21-.81 1.95-.81h.01c1.25.01 2.43.5 3.33 1.39.9.91 1.39 2.11 1.39 3.36v2.42c.01 1.99-1.33 3.33-3.32 3.33m-2.67-1.5h2.67c1.16 0 1.83-.67 1.83-1.83V6c0-.86-.34-1.68-.95-2.3-.61-.6-1.42-.94-2.28-.95h-.01c-.33 0-.65.13-.89.37s-.37.55-.37.89z" }),
|
|
10299
|
+
/* @__PURE__ */ jsx781("path", { fill: "#1e293b", d: "M9 23.33c-.47 0-.91-.18-1.24-.52L6.1 21.14a.246.246 0 0 0-.33-.02L4.06 22.4c-.53.4-1.23.47-1.83.17s-.97-.9-.97-1.57V6c0-3.02 1.73-4.75 4.75-4.75h12c.41 0 .75.34.75.75s-.34.75-.75.75c-.69 0-1.25.56-1.25 1.25v17c0 .67-.37 1.27-.97 1.57-.59.3-1.3.23-1.83-.17l-1.71-1.28a.243.243 0 0 0-.32.02l-1.68 1.68c-.34.33-.78.51-1.25.51m-3.09-3.76c.46 0 .91.17 1.25.52l1.66 1.67c.06.06.14.07.18.07s.12-.01.18-.07l1.68-1.68c.62-.62 1.6-.68 2.29-.15l1.7 1.27c.11.08.21.05.26.02s.14-.09.14-.22V4c0-.45.11-.88.3-1.25H6C3.78 2.75 2.75 3.78 2.75 6v15c0 .14.09.2.14.23.06.03.16.05.26-.03l1.71-1.28c.31-.23.68-.35 1.05-.35" }),
|
|
10300
|
+
/* @__PURE__ */ jsx781("path", { fill: "#1e293b", d: "M12 9.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75M11.25 13.75h-4.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10301
|
+
] });
|
|
10302
|
+
}
|
|
10303
|
+
);
|
|
10304
|
+
MagickoReceiptText.displayName = "MagickoReceiptText";
|
|
10305
|
+
|
|
10306
|
+
// dist/icons/MagickoReceiveCloud.tsx
|
|
10307
|
+
import React782 from "react";
|
|
10308
|
+
import { jsx as jsx782, jsxs as jsxs656 } from "react/jsx-runtime";
|
|
10309
|
+
var MagickoReceiveCloud = React782.forwardRef(
|
|
10310
|
+
({ size, ...props }, ref) => {
|
|
10311
|
+
return /* @__PURE__ */ jsxs656("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10312
|
+
/* @__PURE__ */ jsx782("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.08c1.16 0 2.25-.43 3.1-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.38-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.1.02-.18.03-.28.03" }),
|
|
10313
|
+
/* @__PURE__ */ jsx782("path", { fill: "#1e293b", d: "M12.17 15.92a.753.753 0 0 1-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v2.19l.38-.38c.29-.29.77-.29 1.06 0s.29.77 0 1.06L12.7 15.7c-.14.14-.33.22-.53.22" })
|
|
10314
|
+
] });
|
|
10315
|
+
}
|
|
10316
|
+
);
|
|
10317
|
+
MagickoReceiveCloud.displayName = "MagickoReceiveCloud";
|
|
10318
|
+
|
|
10319
|
+
// dist/icons/MagickoReceiveSquare01.tsx
|
|
10320
|
+
import React783 from "react";
|
|
10321
|
+
import { jsx as jsx783, jsxs as jsxs657 } from "react/jsx-runtime";
|
|
10322
|
+
var MagickoReceiveSquare01 = React783.forwardRef(
|
|
10323
|
+
({ size, ...props }, ref) => {
|
|
10324
|
+
return /* @__PURE__ */ jsxs657("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10325
|
+
/* @__PURE__ */ jsx783("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" }),
|
|
10326
|
+
/* @__PURE__ */ jsx783("path", { fill: "#1e293b", d: "M12 15.26c-.19 0-.38-.07-.53-.22l-3-3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L12 13.45l2.47-2.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3 3c-.15.15-.34.22-.53.22" }),
|
|
10327
|
+
/* @__PURE__ */ jsx783("path", { fill: "#1e293b", d: "M12 15.26c-.41 0-.75-.34-.75-.75v-8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .42-.34.75-.75.75M12 18.23c-2.11 0-4.23-.34-6.24-1.01a.753.753 0 0 1-.47-.95c.13-.39.55-.61.95-.47 3.72 1.24 7.81 1.24 11.53 0 .39-.13.82.08.95.47s-.08.82-.47.95c-2.02.68-4.14 1.01-6.25 1.01" })
|
|
10328
|
+
] });
|
|
10329
|
+
}
|
|
10330
|
+
);
|
|
10331
|
+
MagickoReceiveSquare01.displayName = "MagickoReceiveSquare01";
|
|
10332
|
+
|
|
10333
|
+
// dist/icons/MagickoReceiveSquare02.tsx
|
|
10334
|
+
import React784 from "react";
|
|
10335
|
+
import { jsx as jsx784, jsxs as jsxs658 } from "react/jsx-runtime";
|
|
10336
|
+
var MagickoReceiveSquare02 = React784.forwardRef(
|
|
10337
|
+
({ size, ...props }, ref) => {
|
|
10338
|
+
return /* @__PURE__ */ jsxs658("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10339
|
+
/* @__PURE__ */ jsx784("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" }),
|
|
10340
|
+
/* @__PURE__ */ jsx784("path", { fill: "#1e293b", d: "M14.83 14.09h-4.24c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.49V9.1c0-.41.34-.75.75-.75s.75.34.75.75v4.24c0 .42-.34.75-.75.75" }),
|
|
10341
|
+
/* @__PURE__ */ jsx784("path", { fill: "#1e293b", d: "M14.83 14.09c-.19 0-.38-.07-.53-.22L8.64 8.21a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l5.66 5.66c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M12 18.23c-2.11 0-4.23-.34-6.24-1.01a.753.753 0 0 1-.47-.95c.13-.39.56-.61.95-.47 3.72 1.24 7.81 1.24 11.53 0 .39-.13.82.08.95.47s-.08.82-.47.95c-2.02.68-4.14 1.01-6.25 1.01" })
|
|
10342
|
+
] });
|
|
10343
|
+
}
|
|
10344
|
+
);
|
|
10345
|
+
MagickoReceiveSquare02.displayName = "MagickoReceiveSquare02";
|
|
10346
|
+
|
|
10347
|
+
// dist/icons/MagickoReceived.tsx
|
|
10348
|
+
import React785 from "react";
|
|
10349
|
+
import { jsx as jsx785, jsxs as jsxs659 } from "react/jsx-runtime";
|
|
10350
|
+
var MagickoReceived = React785.forwardRef(
|
|
10351
|
+
({ size, ...props }, ref) => {
|
|
10352
|
+
return /* @__PURE__ */ jsxs659("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10353
|
+
/* @__PURE__ */ jsx785("path", { fill: "#1e293b", d: "M5 18.25c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l14-14c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-14 14c-.15.15-.34.22-.53.22" }),
|
|
10354
|
+
/* @__PURE__ */ jsx785("path", { fill: "#1e293b", d: "M15.27 18.25H5c-.41 0-.75-.34-.75-.75V7.23c0-.41.34-.75.75-.75s.75.34.75.75v9.52h9.52c.41 0 .75.34.75.75s-.34.75-.75.75M20.5 22.75h-17c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10355
|
+
] });
|
|
10356
|
+
}
|
|
10357
|
+
);
|
|
10358
|
+
MagickoReceived.displayName = "MagickoReceived";
|
|
10359
|
+
|
|
10360
|
+
// dist/icons/MagickoRecord.tsx
|
|
10361
|
+
import React786 from "react";
|
|
10362
|
+
import { jsx as jsx786 } from "react/jsx-runtime";
|
|
10363
|
+
var MagickoRecord = React786.forwardRef(
|
|
10364
|
+
({ size, ...props }, ref) => {
|
|
10365
|
+
return /* @__PURE__ */ jsx786("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx786("path", { fill: "#1e293b", d: "M12 21.75c-5.38 0-9.75-4.37-9.75-9.75S6.62 2.25 12 2.25s9.75 4.37 9.75 9.75-4.37 9.75-9.75 9.75m0-18c-4.55 0-8.25 3.7-8.25 8.25s3.7 8.25 8.25 8.25 8.25-3.7 8.25-8.25-3.7-8.25-8.25-8.25" }) });
|
|
10366
|
+
}
|
|
10367
|
+
);
|
|
10368
|
+
MagickoRecord.displayName = "MagickoRecord";
|
|
10369
|
+
|
|
10370
|
+
// dist/icons/MagickoRedoArrow.tsx
|
|
10371
|
+
import React787 from "react";
|
|
10372
|
+
import { jsx as jsx787, jsxs as jsxs660 } from "react/jsx-runtime";
|
|
10373
|
+
var MagickoRedoArrow = React787.forwardRef(
|
|
10374
|
+
({ size, ...props }, ref) => {
|
|
10375
|
+
return /* @__PURE__ */ jsxs660("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10376
|
+
/* @__PURE__ */ jsx787("path", { fill: "#1e293b", d: "M16.87 19.06h-8c-3.17 0-5.75-2.58-5.75-5.75S5.7 7.56 8.87 7.56h11c.41 0 .75.34.75.75s-.34.75-.75.75h-11a4.26 4.26 0 0 0-4.25 4.25 4.26 4.26 0 0 0 4.25 4.25h8a.749.749 0 1 1 0 1.5" }),
|
|
10377
|
+
/* @__PURE__ */ jsx787("path", { fill: "#1e293b", d: "M17.57 11.56c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.03-2.03-2.03-2.03a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.56 2.56c.29.29.29.77 0 1.06l-2.56 2.56c-.15.15-.34.22-.53.22" })
|
|
10378
|
+
] });
|
|
10379
|
+
}
|
|
10380
|
+
);
|
|
10381
|
+
MagickoRedoArrow.displayName = "MagickoRedoArrow";
|
|
10382
|
+
|
|
10383
|
+
// dist/icons/MagickoRefreshArrow01.tsx
|
|
10384
|
+
import React788 from "react";
|
|
10385
|
+
import { jsx as jsx788 } from "react/jsx-runtime";
|
|
10386
|
+
var MagickoRefreshArrow01 = React788.forwardRef(
|
|
10387
|
+
({ size, ...props }, ref) => {
|
|
10388
|
+
return /* @__PURE__ */ jsx788("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx788("path", { fill: "#1e293b", d: "M2.36 21.44v-5a.75.75 0 0 1 .75-.75h4.52a.75.75 0 0 1 0 1.5H4.589c.36.439.83.957 1.4 1.474C7.451 19.99 9.5 21.25 12 21.25c5.106 0 9.25-4.144 9.25-9.25a.75.75 0 0 1 1.5 0c0 5.934-4.816 10.75-10.75 10.75-3.02 0-5.415-1.52-7.019-2.975a15 15 0 0 1-1.12-1.131v2.796a.75.75 0 0 1-1.5 0M1.25 12C1.25 6.068 6.024 1.25 12 1.25c3.558 0 6.222 1.486 7.981 2.954.492.41.915.821 1.269 1.2V2.56a.75.75 0 0 1 1.5 0v5a.75.75 0 0 1-.75.75h-4.44a.75.75 0 0 1 0-1.5h2.937a13 13 0 0 0-1.477-1.455C17.449 4.044 15.112 2.75 12 2.75A9.23 9.23 0 0 0 2.75 12a.75.75 0 0 1-1.5 0" }) });
|
|
10389
|
+
}
|
|
10390
|
+
);
|
|
10391
|
+
MagickoRefreshArrow01.displayName = "MagickoRefreshArrow01";
|
|
10392
|
+
|
|
10393
|
+
// dist/icons/MagickoRefreshArrow02.tsx
|
|
10394
|
+
import React789 from "react";
|
|
10395
|
+
import { jsx as jsx789 } from "react/jsx-runtime";
|
|
10396
|
+
var MagickoRefreshArrow02 = React789.forwardRef(
|
|
10397
|
+
({ size, ...props }, ref) => {
|
|
10398
|
+
return /* @__PURE__ */ jsx789("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx789("path", { fill: "#1e293b", d: "M14.55 22.42c-.33 0-.64-.22-.73-.56-.11-.4.13-.81.54-.92a9.256 9.256 0 0 0 6.89-8.95c0-5.1-4.15-9.25-9.25-9.25-4.33 0-7.17 2.53-8.5 4.06h2.94a.755.755 0 0 1 0 1.51H2.01c-.05 0-.14-.01-.21-.03a.9.9 0 0 1-.24-.12.66.66 0 0 1-.21-.23.8.8 0 0 1-.1-.31V3c0-.41.34-.75.75-.75s.75.34.75.75v2.39C4.38 3.64 7.45 1.25 12 1.25c5.93 0 10.75 4.82 10.75 10.75 0 4.88-3.29 9.16-8.01 10.4-.06.01-.13.02-.19.02M11.29 22.73c-.02 0-.04-.01-.05-.01-1.08-.07-2.14-.31-3.14-.7a.747.747 0 0 1-.43-.97c.15-.38.6-.57.97-.43.87.34 1.78.54 2.7.61.39.02.7.36.7.76l-.01.04c-.02.39-.35.7-.74.7m-5.51-2.15c-.17 0-.33-.06-.47-.16-.84-.68-1.58-1.47-2.18-2.35a.73.73 0 0 1 .19-1.04.77.77 0 0 1 1.04.18v.01c.01.01.02.03.03.04a9.2 9.2 0 0 0 1.86 1.98c.17.14.28.35.28.58 0 .17-.05.34-.16.48-.15.18-.36.28-.59.28M2.44 15.7c-.33 0-.62-.21-.71-.52-.32-1.03-.48-2.1-.48-3.18v-.01c.01-.41.34-.74.75-.74s.75.34.75.75c0 .94.14 1.86.41 2.73.02.08.03.15.03.23a.747.747 0 0 1-.75.74" }) });
|
|
10399
|
+
}
|
|
10400
|
+
);
|
|
10401
|
+
MagickoRefreshArrow02.displayName = "MagickoRefreshArrow02";
|
|
10402
|
+
|
|
10403
|
+
// dist/icons/MagickoRefreshCircle.tsx
|
|
10404
|
+
import React790 from "react";
|
|
10405
|
+
import { jsx as jsx790, jsxs as jsxs661 } from "react/jsx-runtime";
|
|
10406
|
+
var MagickoRefreshCircle = React790.forwardRef(
|
|
10407
|
+
({ size, ...props }, ref) => {
|
|
10408
|
+
return /* @__PURE__ */ jsxs661("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10409
|
+
/* @__PURE__ */ jsx790("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" }),
|
|
10410
|
+
/* @__PURE__ */ jsx790("path", { fill: "#1e293b", d: "M12 17.47c-1.4 0-2.8-.53-3.87-1.6-.28-.28-.53-.59-.76-.96a.747.747 0 1 1 1.27-.79c.17.28.35.5.55.7a3.977 3.977 0 0 0 5.62 0c.6-.6.98-1.38 1.11-2.25.06-.41.44-.71.85-.64.41.06.69.44.64.85-.17 1.19-.7 2.26-1.53 3.1A5.52 5.52 0 0 1 12 17.47M7.34 12.08c-.04 0-.07 0-.11-.01a.754.754 0 0 1-.64-.85c.17-1.19.7-2.26 1.53-3.1 2.13-2.13 5.6-2.13 7.74 0 .28.28.53.59.76.97a.747.747 0 1 1-1.27.79c-.17-.27-.35-.5-.55-.7a3.977 3.977 0 0 0-5.62 0c-.6.6-.98 1.38-1.11 2.25-.04.38-.36.65-.73.65" }),
|
|
10411
|
+
/* @__PURE__ */ jsx790("path", { fill: "#1e293b", d: "M7.82 17.93c-.41 0-.75-.34-.75-.75v-2.67c0-.41.34-.75.75-.75h2.67c.41 0 .75.34.75.75s-.34.75-.75.75H8.57v1.92c0 .41-.33.75-.75.75M16.18 10.24h-2.67c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.92V6.82c0-.41.34-.75.75-.75s.75.34.75.75v2.67c0 .42-.34.75-.75.75" })
|
|
10412
|
+
] });
|
|
10413
|
+
}
|
|
10414
|
+
);
|
|
10415
|
+
MagickoRefreshCircle.displayName = "MagickoRefreshCircle";
|
|
10416
|
+
|
|
10417
|
+
// dist/icons/MagickoRefreshCloud.tsx
|
|
10418
|
+
import React791 from "react";
|
|
10419
|
+
import { jsx as jsx791, jsxs as jsxs662 } from "react/jsx-runtime";
|
|
10420
|
+
var MagickoRefreshCloud = React791.forwardRef(
|
|
10421
|
+
({ size, ...props }, ref) => {
|
|
10422
|
+
return /* @__PURE__ */ jsxs662("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10423
|
+
/* @__PURE__ */ jsx791("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.04c1.13 0 2.28-.42 3.13-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.38-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.09.02-.17.03-.27.03" }),
|
|
10424
|
+
/* @__PURE__ */ jsx791("path", { fill: "#1e293b", d: "M12.2 17.43c-1.02 0-2.05-.39-2.83-1.17a.75.75 0 0 1-.2-.7c.06-.25.25-.46.49-.54l.77-.26c.39-.13.82.08.95.47.06.19.05.38-.03.55.88.32 1.91.12 2.62-.58.46-.46.72-1.08.73-1.74 0-.41.34-.74.75-.74h.01c.41 0 .75.34.74.76a3.93 3.93 0 0 1-1.17 2.78c-.78.78-1.81 1.17-2.83 1.17M8.95 14.34c-.4 0-.73-.31-.75-.71a4.02 4.02 0 0 1 1.16-3.03 4.01 4.01 0 0 1 5.66 0c.18.18.26.45.2.7s-.25.46-.49.54l-.77.26a.749.749 0 0 1-.92-1.02c-.88-.32-1.91-.12-2.62.58-.5.5-.76 1.19-.73 1.89.02.41-.3.77-.71.79z" })
|
|
10425
|
+
] });
|
|
10426
|
+
}
|
|
10427
|
+
);
|
|
10428
|
+
MagickoRefreshCloud.displayName = "MagickoRefreshCloud";
|
|
10429
|
+
|
|
10430
|
+
// dist/icons/MagickoRefreshLeft.tsx
|
|
10431
|
+
import React792 from "react";
|
|
10432
|
+
import { jsx as jsx792, jsxs as jsxs663 } from "react/jsx-runtime";
|
|
10433
|
+
var MagickoRefreshLeft = React792.forwardRef(
|
|
10434
|
+
({ size, ...props }, ref) => {
|
|
10435
|
+
return /* @__PURE__ */ jsxs663("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10436
|
+
/* @__PURE__ */ jsx792("path", { fill: "#1e293b", d: "M12 18.01c-3.17 0-5.75-2.58-5.75-5.75 0-1.14.33-2.25.97-3.19.23-.34.7-.44 1.04-.21s.44.7.21 1.04a4.26 4.26 0 0 0 3.54 6.61 4.26 4.26 0 0 0 4.25-4.25 4.26 4.26 0 0 0-4.25-4.25c-.5 0-.98.07-1.45.21a.76.76 0 0 1-.94-.5c-.12-.4.1-.82.5-.94.61-.19 1.24-.28 1.89-.28 3.17 0 5.75 2.58 5.75 5.75s-2.59 5.76-5.76 5.76" }),
|
|
10437
|
+
/* @__PURE__ */ jsx792("path", { fill: "#1e293b", d: "M9.62 8.4c-.17 0-.35-.06-.49-.18a.756.756 0 0 1-.07-1.06l1.67-1.91c.27-.31.75-.35 1.06-.07.31.27.34.75.07 1.06l-1.67 1.91c-.16.16-.36.25-.57.25" }),
|
|
10438
|
+
/* @__PURE__ */ jsx792("path", { fill: "#1e293b", d: "M11.56 9.82c-.15 0-.31-.05-.44-.14L9.18 8.26a.75.75 0 0 1-.16-1.05.75.75 0 0 1 1.05-.16l1.94 1.42c.33.24.41.71.16 1.05-.15.19-.38.3-.61.3" }),
|
|
10439
|
+
/* @__PURE__ */ jsx792("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" })
|
|
10440
|
+
] });
|
|
10441
|
+
}
|
|
10442
|
+
);
|
|
10443
|
+
MagickoRefreshLeft.displayName = "MagickoRefreshLeft";
|
|
10444
|
+
|
|
10445
|
+
// dist/icons/MagickoRefreshRight.tsx
|
|
10446
|
+
import React793 from "react";
|
|
10447
|
+
import { jsx as jsx793, jsxs as jsxs664 } from "react/jsx-runtime";
|
|
10448
|
+
var MagickoRefreshRight = React793.forwardRef(
|
|
10449
|
+
({ size, ...props }, ref) => {
|
|
10450
|
+
return /* @__PURE__ */ jsxs664("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10451
|
+
/* @__PURE__ */ jsx793("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" }),
|
|
10452
|
+
/* @__PURE__ */ jsx793("path", { fill: "#1e293b", d: "M12 18.01c-3.17 0-5.75-2.58-5.75-5.75S8.83 6.51 12 6.51c.64 0 1.28.09 1.89.28.4.12.62.54.5.94a.75.75 0 0 1-.94.5c-.46-.14-.95-.21-1.45-.21a4.26 4.26 0 0 0-4.25 4.25A4.26 4.26 0 0 0 12 16.52a4.26 4.26 0 0 0 4.25-4.25c0-.85-.25-1.66-.71-2.36a.746.746 0 0 1 .21-1.04c.34-.23.81-.14 1.04.21.63.95.97 2.05.97 3.19A5.764 5.764 0 0 1 12 18.01" }),
|
|
10453
|
+
/* @__PURE__ */ jsx793("path", { fill: "#1e293b", d: "M14.38 8.4c-.21 0-.42-.09-.57-.26l-1.67-1.91a.756.756 0 0 1 .07-1.06c.31-.27.79-.24 1.06.07l1.67 1.91c.27.31.24.79-.07 1.06-.14.13-.31.19-.49.19" }),
|
|
10454
|
+
/* @__PURE__ */ jsx793("path", { fill: "#1e293b", d: "M12.44 9.82c-.23 0-.46-.11-.61-.31-.24-.33-.17-.8.16-1.05l1.94-1.42c.33-.24.8-.17 1.05.16.24.33.17.8-.16 1.05l-1.94 1.42c-.13.1-.29.15-.44.15" })
|
|
10455
|
+
] });
|
|
10456
|
+
}
|
|
10457
|
+
);
|
|
10458
|
+
MagickoRefreshRight.displayName = "MagickoRefreshRight";
|
|
10459
|
+
|
|
10460
|
+
// dist/icons/MagickoRefreshSquare.tsx
|
|
10461
|
+
import React794 from "react";
|
|
10462
|
+
import { jsx as jsx794, jsxs as jsxs665 } from "react/jsx-runtime";
|
|
10463
|
+
var MagickoRefreshSquare = React794.forwardRef(
|
|
10464
|
+
({ size, ...props }, ref) => {
|
|
10465
|
+
return /* @__PURE__ */ jsxs665("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10466
|
+
/* @__PURE__ */ jsx794("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" }),
|
|
10467
|
+
/* @__PURE__ */ jsx794("path", { fill: "#1e293b", d: "M6.36 17.19v-2.75a.75.75 0 0 1 .75-.75h2.48a.75.75 0 1 1 0 1.5h-.905q.111.113.234.225c.771.7 1.822 1.335 3.081 1.335A4.747 4.747 0 0 0 16.75 12a.75.75 0 0 1 1.5 0A6.247 6.247 0 0 1 12 18.25c-1.78 0-3.175-.895-4.089-1.725l-.05-.048v.713a.75.75 0 0 1-1.5 0M5.75 12A6.234 6.234 0 0 1 12 5.75c2.057 0 3.597.861 4.606 1.704q.074.064.144.127V6.81a.75.75 0 0 1 1.5 0v2.75a.75.75 0 0 1-.75.75h-2.44a.75.75 0 0 1 0-1.5h.816a7 7 0 0 0-.23-.205C14.823 7.92 13.612 7.25 12 7.25A4.734 4.734 0 0 0 7.25 12a.75.75 0 0 1-1.5 0" })
|
|
10468
|
+
] });
|
|
10469
|
+
}
|
|
10470
|
+
);
|
|
10471
|
+
MagickoRefreshSquare.displayName = "MagickoRefreshSquare";
|
|
10472
|
+
|
|
10473
|
+
// dist/icons/MagickoRelaxed.tsx
|
|
10474
|
+
import React795 from "react";
|
|
10475
|
+
import { jsx as jsx795, jsxs as jsxs666 } from "react/jsx-runtime";
|
|
10476
|
+
var MagickoRelaxed = React795.forwardRef(
|
|
10477
|
+
({ size, ...props }, ref) => {
|
|
10478
|
+
return /* @__PURE__ */ jsxs666("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10479
|
+
/* @__PURE__ */ jsx795("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" }),
|
|
10480
|
+
/* @__PURE__ */ jsx795("path", { fill: "#1e293b", d: "M8.9 11.2c-1.46 0-2.65-1.19-2.65-2.65 0-.41.34-.75.75-.75s.75.34.75.75c0 .64.52 1.15 1.15 1.15s1.15-.52 1.15-1.15c0-.41.34-.75.75-.75s.75.34.75.75A2.64 2.64 0 0 1 8.9 11.2M15.1 11.2c-1.46 0-2.65-1.19-2.65-2.65 0-.41.34-.75.75-.75s.75.34.75.75c0 .64.52 1.15 1.15 1.15s1.15-.52 1.15-1.15c0-.41.34-.75.75-.75s.75.34.75.75c0 1.46-1.19 2.65-2.65 2.65M12 19.17c-.45 0-.9-.06-1.34-.18-1.81-.5-3.24-1.95-3.83-3.88-.09-.3-.03-.64.15-.89.22-.29.59-.46.94-.37 2.66.63 5.47.63 8.13 0 .35-.09.72.07.94.37.19.25.25.59.15.89-.58 1.93-2.01 3.38-3.83 3.88-.41.12-.86.18-1.31.18m-3.38-3.65c.53 1 1.4 1.74 2.44 2.02.61.17 1.26.17 1.87 0 1.04-.29 1.91-1.02 2.44-2.02-2.22.4-4.52.4-6.75 0" })
|
|
10481
|
+
] });
|
|
10482
|
+
}
|
|
10483
|
+
);
|
|
10484
|
+
MagickoRelaxed.displayName = "MagickoRelaxed";
|
|
10485
|
+
|
|
10486
|
+
// dist/icons/MagickoRepeatArrow.tsx
|
|
10487
|
+
import React796 from "react";
|
|
10488
|
+
import { jsx as jsx796, jsxs as jsxs667 } from "react/jsx-runtime";
|
|
10489
|
+
var MagickoRepeatArrow = React796.forwardRef(
|
|
10490
|
+
({ size, ...props }, ref) => {
|
|
10491
|
+
return /* @__PURE__ */ jsxs667("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10492
|
+
/* @__PURE__ */ jsx796("path", { fill: "#1e293b", d: "M20.42 12.22c-.41 0-.75-.34-.75-.75V8.15c0-1.24-1.01-2.25-2.25-2.25H3.58c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13.84c2.07 0 3.75 1.68 3.75 3.75v3.32c0 .42-.34.75-.75.75" }),
|
|
10493
|
+
/* @__PURE__ */ jsx796("path", { fill: "#1e293b", d: "M6.74 9.07c-.19 0-.38-.07-.53-.22L3.05 5.69a.75.75 0 0 1 0-1.06l3.16-3.16c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.64 5.16l2.63 2.63c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22M20.42 19.59H6.58c-2.07 0-3.75-1.68-3.75-3.75v-3.32c0-.41.34-.75.75-.75s.75.34.75.75v3.32c0 1.24 1.01 2.25 2.25 2.25h13.84c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10494
|
+
/* @__PURE__ */ jsx796("path", { fill: "#1e293b", d: "M17.26 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.63-2.63-2.63-2.63a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.16 3.16a.75.75 0 0 1 0 1.06l-3.16 3.16a.7.7 0 0 1-.53.22" })
|
|
10495
|
+
] });
|
|
10496
|
+
}
|
|
10497
|
+
);
|
|
10498
|
+
MagickoRepeatArrow.displayName = "MagickoRepeatArrow";
|
|
10499
|
+
|
|
10500
|
+
// dist/icons/MagickoRepeatArrows.tsx
|
|
10501
|
+
import React797 from "react";
|
|
10502
|
+
import { jsx as jsx797, jsxs as jsxs668 } from "react/jsx-runtime";
|
|
10503
|
+
var MagickoRepeatArrows = React797.forwardRef(
|
|
10504
|
+
({ size, ...props }, ref) => {
|
|
10505
|
+
return /* @__PURE__ */ jsxs668("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10506
|
+
/* @__PURE__ */ jsx797("path", { fill: "#1e293b", d: "M14.06 18.538H6.75c-2.62 0-4.75-2.045-4.75-4.56V9.926C2 7.901 3.72 6.25 5.83 6.25c.41 0 .75.327.75.72 0 .394-.34.72-.75.72-1.29 0-2.33 1.008-2.33 2.237v4.051c0 1.719 1.46 3.12 3.25 3.12h7.31c.41 0 .75.327.75.72 0 .394-.34.72-.75.72" }),
|
|
10507
|
+
/* @__PURE__ */ jsx797("path", { fill: "#1e293b", d: "M10.97 21.494a.76.76 0 0 1-.53-.21.704.704 0 0 1 0-1.018l2.55-2.448-2.55-2.448a.704.704 0 0 1 0-1.018.777.777 0 0 1 1.06 0l3.08 2.957c.29.278.29.739 0 1.017l-3.08 2.957a.73.73 0 0 1-.53.211M18.17 18.538c-.41 0-.75-.327-.75-.72 0-.394.34-.72.75-.72 1.29 0 2.33-1.008 2.33-2.237v-4.532c0-1.459-1.23-2.64-2.75-2.64H9.94c-.41 0-.75-.326-.75-.72s.34-.72.75-.72h7.81c2.34 0 4.25 1.834 4.25 4.08v4.532c0 2.025-1.72 3.677-3.83 3.677" }),
|
|
10508
|
+
/* @__PURE__ */ jsx797("path", { fill: "#1e293b", d: "M13.03 10.647a.76.76 0 0 1-.53-.212L9.42 7.48a.704.704 0 0 1 0-1.018l3.08-2.957a.777.777 0 0 1 1.06 0c.29.279.29.74 0 1.018L11.01 6.97l2.55 2.448c.29.278.29.739 0 1.017a.8.8 0 0 1-.53.212" })
|
|
10509
|
+
] });
|
|
10510
|
+
}
|
|
10511
|
+
);
|
|
10512
|
+
MagickoRepeatArrows.displayName = "MagickoRepeatArrows";
|
|
10513
|
+
|
|
10514
|
+
// dist/icons/MagickoRepeatCircle.tsx
|
|
10515
|
+
import React798 from "react";
|
|
10516
|
+
import { jsx as jsx798, jsxs as jsxs669 } from "react/jsx-runtime";
|
|
10517
|
+
var MagickoRepeatCircle = React798.forwardRef(
|
|
10518
|
+
({ size, ...props }, ref) => {
|
|
10519
|
+
return /* @__PURE__ */ jsxs669("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10520
|
+
/* @__PURE__ */ jsx798("path", { fill: "#1e293b", d: "M16.5 12.47c-.41 0-.75-.34-.75-.75V9.95a.85.85 0 0 0-.85-.85H7.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.4c1.3 0 2.35 1.06 2.35 2.35v1.77c0 .41-.34.75-.75.75" }),
|
|
10521
|
+
/* @__PURE__ */ jsx798("path", { fill: "#1e293b", d: "M9.19 10.78c-.19 0-.38-.07-.53-.22L6.97 8.87a.754.754 0 0 1 0-1.06l1.69-1.69c.29-.29.77-.29 1.06 0s.29.77 0 1.06L8.56 8.34 9.72 9.5c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M16.5 16.41H9.1c-1.3 0-2.35-1.06-2.35-2.35v-1.77c0-.41.34-.75.75-.75s.75.34.75.75v1.77c0 .47.38.85.85.85h7.4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10522
|
+
/* @__PURE__ */ jsx798("path", { fill: "#1e293b", d: "M14.81 18.09c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l1.16-1.16-1.16-1.16a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.69 1.69c.29.29.29.77 0 1.06l-1.69 1.69c-.14.15-.34.22-.53.22" }),
|
|
10523
|
+
/* @__PURE__ */ jsx798("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" })
|
|
10524
|
+
] });
|
|
10525
|
+
}
|
|
10526
|
+
);
|
|
10527
|
+
MagickoRepeatCircle.displayName = "MagickoRepeatCircle";
|
|
10528
|
+
|
|
10529
|
+
// dist/icons/MagickoRepeateMusic.tsx
|
|
10530
|
+
import React799 from "react";
|
|
10531
|
+
import { jsx as jsx799, jsxs as jsxs670 } from "react/jsx-runtime";
|
|
10532
|
+
var MagickoRepeateMusic = React799.forwardRef(
|
|
10533
|
+
({ size, ...props }, ref) => {
|
|
10534
|
+
return /* @__PURE__ */ jsxs670("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10535
|
+
/* @__PURE__ */ jsx799("path", { fill: "#1e293b", d: "M3.91 17.18c-.19 0-.38-.07-.53-.22a7.24 7.24 0 0 1-2.13-5.13c0-4.01 3.25-7.27 7.25-7.27l6.07.02-1.09-1.04a.746.746 0 0 1-.02-1.06c.29-.3.76-.31 1.06-.02l2.44 2.34c.22.21.29.54.18.82s-.39.47-.7.47l-7.95-.02c-3.17 0-5.75 2.59-5.75 5.77 0 1.53.6 2.98 1.69 4.07.29.29.29.77 0 1.06-.14.14-.33.21-.52.21M10 21.75c-.19 0-.37-.07-.52-.21L7.04 19.2a.76.76 0 0 1-.18-.82c.11-.28.39-.47.7-.47l7.95.02c3.17 0 5.75-2.59 5.75-5.77 0-1.53-.6-2.98-1.69-4.07a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0a7.24 7.24 0 0 1 2.13 5.13c0 4.01-3.25 7.27-7.25 7.27l-6.07-.02 1.09 1.04c.3.29.31.76.02 1.06-.16.16-.35.24-.55.24" }),
|
|
10536
|
+
/* @__PURE__ */ jsx799("path", { fill: "#1e293b", d: "M15 12.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10537
|
+
] });
|
|
10538
|
+
}
|
|
10539
|
+
);
|
|
10540
|
+
MagickoRepeateMusic.displayName = "MagickoRepeateMusic";
|
|
10541
|
+
|
|
10542
|
+
// dist/icons/MagickoRepeateOne.tsx
|
|
10543
|
+
import React800 from "react";
|
|
10544
|
+
import { jsx as jsx800, jsxs as jsxs671 } from "react/jsx-runtime";
|
|
10545
|
+
var MagickoRepeateOne = React800.forwardRef(
|
|
10546
|
+
({ size, ...props }, ref) => {
|
|
10547
|
+
return /* @__PURE__ */ jsxs671("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10548
|
+
/* @__PURE__ */ jsx800("path", { fill: "#1e293b", d: "M3.91 17.18c-.19 0-.38-.07-.53-.22a7.24 7.24 0 0 1-2.13-5.13c0-4.01 3.25-7.27 7.25-7.27l6.07.02-1.09-1.04a.746.746 0 0 1-.02-1.06c.29-.3.76-.31 1.06-.02l2.44 2.34c.22.21.29.54.18.82s-.39.47-.7.47l-7.95-.02c-3.17 0-5.75 2.59-5.75 5.77 0 1.53.6 2.98 1.69 4.07.29.29.29.77 0 1.06-.14.14-.33.21-.52.21M10 21.75c-.19 0-.37-.07-.52-.21L7.04 19.2a.76.76 0 0 1-.18-.82c.11-.28.39-.47.7-.47l7.95.02c3.17 0 5.75-2.59 5.75-5.77 0-1.53-.6-2.98-1.69-4.07a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0a7.24 7.24 0 0 1 2.13 5.13c0 4.01-3.25 7.27-7.25 7.27l-6.07-.02 1.09 1.04c.3.29.31.76.02 1.06-.16.16-.35.24-.55.24" }),
|
|
10549
|
+
/* @__PURE__ */ jsx800("path", { fill: "#1e293b", d: "M12.25 15.42c-.41 0-.75-.34-.75-.75v-3.39l-.19.21c-.28.31-.75.33-1.06.06a.755.755 0 0 1-.06-1.06l1.5-1.67c.21-.23.54-.31.83-.2s.48.39.48.7v5.35c0 .42-.34.75-.75.75" })
|
|
10550
|
+
] });
|
|
10551
|
+
}
|
|
10552
|
+
);
|
|
10553
|
+
MagickoRepeateOne.displayName = "MagickoRepeateOne";
|
|
10554
|
+
|
|
10555
|
+
// dist/icons/MagickoReverseTimeArrow.tsx
|
|
10556
|
+
import React801 from "react";
|
|
10557
|
+
import { jsx as jsx801, jsxs as jsxs672 } from "react/jsx-runtime";
|
|
10558
|
+
var MagickoReverseTimeArrow = React801.forwardRef(
|
|
10559
|
+
({ size, ...props }, ref) => {
|
|
10560
|
+
return /* @__PURE__ */ jsxs672("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10561
|
+
/* @__PURE__ */ jsx801("path", { fill: "#1e293b", d: "M12.5 22.69c-.29 0-.58-.01-.87-.04-2.41-.21-4.67-1.26-6.38-2.97a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0a8.8 8.8 0 0 0 5.45 2.54c2.06.17 4.11-.38 5.8-1.58a8.73 8.73 0 0 0 3.41-4.95 8.76 8.76 0 0 0-4.88-10.18 8.77 8.77 0 0 0-5.99-.43 8.76 8.76 0 0 0-4.86 3.54 8.73 8.73 0 0 0-1.43 5.83c.05.41-.25.78-.66.83-.41.06-.78-.25-.83-.66A10.25 10.25 0 0 1 9.69 2.59c2.32-.67 4.82-.49 7.02.51 2.2.99 3.99 2.74 5.04 4.92 1.04 2.18 1.29 4.67.68 7.01s-2.03 4.4-4 5.79a10.42 10.42 0 0 1-5.93 1.87" }),
|
|
10562
|
+
/* @__PURE__ */ jsx801("path", { fill: "#1e293b", d: "M15 16.15c-.14 0-.28-.04-.4-.12l-3-1.9a.75.75 0 0 1-.35-.63V9.4c0-.41.34-.75.75-.75s.75.34.75.75v3.69l2.65 1.68c.35.22.45.69.23 1.04-.14.21-.38.34-.63.34M3.17 14.75c-.22 0-.43-.1-.58-.27L.42 11.87a.75.75 0 0 1 .1-1.06.75.75 0 0 1 1.06.1l1.6 1.92 1.6-1.92c.27-.32.74-.36 1.06-.1.32.27.36.74.1 1.06l-2.17 2.61a.82.82 0 0 1-.6.27" })
|
|
10563
|
+
] });
|
|
10564
|
+
}
|
|
10565
|
+
);
|
|
10566
|
+
MagickoReverseTimeArrow.displayName = "MagickoReverseTimeArrow";
|
|
10567
|
+
|
|
10568
|
+
// dist/icons/MagickoRightCloud.tsx
|
|
10569
|
+
import React802 from "react";
|
|
10570
|
+
import { jsx as jsx802, jsxs as jsxs673 } from "react/jsx-runtime";
|
|
10571
|
+
var MagickoRightCloud = React802.forwardRef(
|
|
10572
|
+
({ size, ...props }, ref) => {
|
|
10573
|
+
return /* @__PURE__ */ jsxs673("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10574
|
+
/* @__PURE__ */ jsx802("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.04c1.13 0 2.28-.42 3.13-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.38-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.09.02-.17.03-.27.03" }),
|
|
10575
|
+
/* @__PURE__ */ jsx802("path", { fill: "#1e293b", d: "M14 14.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.19l-.38-.38a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.66 1.66c.21.21.28.54.16.82a.74.74 0 0 1-.69.46" })
|
|
10576
|
+
] });
|
|
10577
|
+
}
|
|
10578
|
+
);
|
|
10579
|
+
MagickoRightCloud.displayName = "MagickoRightCloud";
|
|
10580
|
+
|
|
10581
|
+
// dist/icons/MagickoRotateLeft.tsx
|
|
10582
|
+
import React803 from "react";
|
|
10583
|
+
import { jsx as jsx803, jsxs as jsxs674 } from "react/jsx-runtime";
|
|
10584
|
+
var MagickoRotateLeft = React803.forwardRef(
|
|
10585
|
+
({ size, ...props }, ref) => {
|
|
10586
|
+
return /* @__PURE__ */ jsxs674("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10587
|
+
/* @__PURE__ */ jsx803("path", { fill: "#1e293b", d: "M12 22.75c-5.2 0-9.42-4.23-9.42-9.42 0-1.87.55-3.68 1.59-5.24.23-.34.7-.44 1.04-.21s.44.7.21 1.04a7.925 7.925 0 0 0 6.59 12.32c4.37 0 7.92-3.55 7.92-7.92S16.37 5.4 12 5.4c-.92 0-1.82.13-2.67.39a.75.75 0 0 1-.94-.5c-.12-.4.1-.82.5-.94 1-.3 2.04-.46 3.11-.46 5.2 0 9.42 4.23 9.42 9.42S17.2 22.75 12 22.75" }),
|
|
10588
|
+
/* @__PURE__ */ jsx803("path", { fill: "#1e293b", d: "M7.87 6.07a.748.748 0 0 1-.57-1.24l2.89-3.32c.27-.31.75-.35 1.06-.07.31.27.34.75.07 1.06L8.43 5.81c-.15.17-.36.26-.56.26" }),
|
|
10589
|
+
/* @__PURE__ */ jsx803("path", { fill: "#1e293b", d: "M11.24 8.53c-.15 0-.31-.05-.44-.14L7.42 5.92a.751.751 0 0 1 .89-1.21l3.37 2.46c.33.24.41.71.16 1.05a.71.71 0 0 1-.6.31" })
|
|
10590
|
+
] });
|
|
10591
|
+
}
|
|
10592
|
+
);
|
|
10593
|
+
MagickoRotateLeft.displayName = "MagickoRotateLeft";
|
|
10594
|
+
|
|
10595
|
+
// dist/icons/MagickoRotateLeft1.tsx
|
|
10596
|
+
import React804 from "react";
|
|
10597
|
+
import { jsx as jsx804 } from "react/jsx-runtime";
|
|
10598
|
+
var MagickoRotateLeft1 = React804.forwardRef(
|
|
10599
|
+
({ size, ...props }, ref) => {
|
|
10600
|
+
return /* @__PURE__ */ jsx804("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx804("path", { fill: "#1e293b", d: "M11.75 22.75h-4.5c-4.15 0-6-1.85-6-6v-4.5c0-4.15 1.85-6 6-6h4.5c4.15 0 6 1.85 6 6v4.5c0 4.15-1.85 6-6 6m-4.5-15c-3.32 0-4.5 1.18-4.5 4.5v4.5c0 3.32 1.18 4.5 4.5 4.5h4.5c3.32 0 4.5-1.18 4.5-4.5v-4.5c0-3.32-1.18-4.5-4.5-4.5zM22 9.75c-.41 0-.75-.34-.75-.75 0-2.96-2.06-5.44-4.83-6.09l.27.45c.21.36.1.82-.26 1.03s-.82.1-1.03-.26l-1.05-1.75a.75.75 0 0 1-.01-.75c.14-.23.39-.38.66-.38 4.27 0 7.75 3.48 7.75 7.75 0 .41-.34.75-.75.75" }) });
|
|
10601
|
+
}
|
|
10602
|
+
);
|
|
10603
|
+
MagickoRotateLeft1.displayName = "MagickoRotateLeft1";
|
|
10604
|
+
|
|
10605
|
+
// dist/icons/MagickoRotateRight.tsx
|
|
10606
|
+
import React805 from "react";
|
|
10607
|
+
import { jsx as jsx805, jsxs as jsxs675 } from "react/jsx-runtime";
|
|
10608
|
+
var MagickoRotateRight = React805.forwardRef(
|
|
10609
|
+
({ size, ...props }, ref) => {
|
|
10610
|
+
return /* @__PURE__ */ jsxs675("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10611
|
+
/* @__PURE__ */ jsx805("path", { fill: "#1e293b", d: "M12 22.75c-5.2 0-9.42-4.23-9.42-9.42S6.8 3.9 12 3.9c1.07 0 2.11.15 3.11.46.4.12.62.54.5.94a.75.75 0 0 1-.94.5c-.85-.26-1.75-.4-2.67-.4-4.37 0-7.92 3.55-7.92 7.92s3.55 7.92 7.92 7.92a7.925 7.925 0 0 0 6.59-12.32.746.746 0 0 1 .21-1.04c.34-.23.81-.14 1.04.21a9.37 9.37 0 0 1 1.59 5.24c-.01 5.19-4.23 9.42-9.43 9.42" }),
|
|
10612
|
+
/* @__PURE__ */ jsx805("path", { fill: "#1e293b", d: "M16.13 6.07c-.21 0-.42-.09-.57-.26l-2.89-3.32a.756.756 0 0 1 .07-1.06c.31-.27.79-.24 1.06.07l2.89 3.32c.27.31.24.79-.07 1.06-.13.13-.31.19-.49.19" }),
|
|
10613
|
+
/* @__PURE__ */ jsx805("path", { fill: "#1e293b", d: "M12.76 8.53c-.23 0-.46-.11-.61-.31-.24-.33-.17-.8.16-1.05l3.37-2.46a.752.752 0 0 1 .89 1.21L13.2 8.39a.7.7 0 0 1-.44.14" })
|
|
10614
|
+
] });
|
|
10615
|
+
}
|
|
10616
|
+
);
|
|
10617
|
+
MagickoRotateRight.displayName = "MagickoRotateRight";
|
|
10618
|
+
|
|
10619
|
+
// dist/icons/MagickoRotateRight1.tsx
|
|
10620
|
+
import React806 from "react";
|
|
10621
|
+
import { jsx as jsx806 } from "react/jsx-runtime";
|
|
10622
|
+
var MagickoRotateRight1 = React806.forwardRef(
|
|
10623
|
+
({ size, ...props }, ref) => {
|
|
10624
|
+
return /* @__PURE__ */ jsx806("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx806("path", { fill: "#1e293b", d: "M16.75 22.75h-4.5c-4.15 0-6-1.85-6-6v-4.5c0-4.15 1.85-6 6-6h4.5c4.15 0 6 1.85 6 6v4.5c0 4.15-1.85 6-6 6m-4.5-15c-3.32 0-4.5 1.18-4.5 4.5v4.5c0 3.32 1.18 4.5 4.5 4.5h4.5c3.32 0 4.5-1.18 4.5-4.5v-4.5c0-3.32-1.18-4.5-4.5-4.5zM2 9.75c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75" }) });
|
|
10625
|
+
}
|
|
10626
|
+
);
|
|
10627
|
+
MagickoRotateRight1.displayName = "MagickoRotateRight1";
|
|
10628
|
+
|
|
10629
|
+
// dist/icons/MagickoRowHorizontal.tsx
|
|
10630
|
+
import React807 from "react";
|
|
10631
|
+
import { jsx as jsx807 } from "react/jsx-runtime";
|
|
10632
|
+
var MagickoRowHorizontal = React807.forwardRef(
|
|
10633
|
+
({ size, ...props }, ref) => {
|
|
10634
|
+
return /* @__PURE__ */ jsx807("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx807("path", { fill: "#1e293b", d: "M8.27 22.75H4.23c-2.01 0-2.98-.93-2.98-2.85V4.1c0-1.92.98-2.85 2.98-2.85h4.04c2.01 0 2.98.93 2.98 2.85v15.8c0 1.92-.98 2.85-2.98 2.85m-4.04-20c-1.27 0-1.48.34-1.48 1.35v15.8c0 1.01.21 1.35 1.48 1.35h4.04c1.27 0 1.48-.34 1.48-1.35V4.1c0-1.01-.21-1.35-1.48-1.35zM19.77 22.75h-4.04c-2.01 0-2.98-.93-2.98-2.85V4.1c0-1.92.98-2.85 2.98-2.85h4.04c2.01 0 2.98.93 2.98 2.85v15.8c0 1.92-.98 2.85-2.98 2.85m-4.04-20c-1.27 0-1.48.34-1.48 1.35v15.8c0 1.01.21 1.35 1.48 1.35h4.04c1.27 0 1.48-.34 1.48-1.35V4.1c0-1.01-.21-1.35-1.48-1.35z" }) });
|
|
10635
|
+
}
|
|
10636
|
+
);
|
|
10637
|
+
MagickoRowHorizontal.displayName = "MagickoRowHorizontal";
|
|
10638
|
+
|
|
10639
|
+
// dist/icons/MagickoRowVertical.tsx
|
|
10640
|
+
import React808 from "react";
|
|
10641
|
+
import { jsx as jsx808 } from "react/jsx-runtime";
|
|
10642
|
+
var MagickoRowVertical = React808.forwardRef(
|
|
10643
|
+
({ size, ...props }, ref) => {
|
|
10644
|
+
return /* @__PURE__ */ jsx808("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx808("path", { fill: "#1e293b", d: "M19.9 22.75H4.1c-1.92 0-2.85-.98-2.85-2.98v-4.04c0-2.01.93-2.98 2.85-2.98h15.8c1.92 0 2.85.98 2.85 2.98v4.04c0 2-.93 2.98-2.85 2.98m-15.8-8.5c-1.01 0-1.35.21-1.35 1.48v4.04c0 1.27.34 1.48 1.35 1.48h15.8c1.01 0 1.35-.21 1.35-1.48v-4.04c0-1.27-.34-1.48-1.35-1.48zM19.9 11.25H4.1c-1.92 0-2.85-.98-2.85-2.98V4.23c0-2.01.93-2.98 2.85-2.98h15.8c1.92 0 2.85.98 2.85 2.98v4.04c0 2-.93 2.98-2.85 2.98M4.1 2.75c-1.01 0-1.35.21-1.35 1.48v4.04c0 1.27.34 1.48 1.35 1.48h15.8c1.01 0 1.35-.21 1.35-1.48V4.23c0-1.27-.34-1.48-1.35-1.48z" }) });
|
|
10645
|
+
}
|
|
10646
|
+
);
|
|
10647
|
+
MagickoRowVertical.displayName = "MagickoRowVertical";
|
|
10648
|
+
|
|
10649
|
+
// dist/icons/MagickoSad3.tsx
|
|
10650
|
+
import React809 from "react";
|
|
10651
|
+
import { jsx as jsx809, jsxs as jsxs676 } from "react/jsx-runtime";
|
|
10652
|
+
var MagickoSad3 = React809.forwardRef(
|
|
10653
|
+
({ size, ...props }, ref) => {
|
|
10654
|
+
return /* @__PURE__ */ jsxs676("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10655
|
+
/* @__PURE__ */ jsx809("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" }),
|
|
10656
|
+
/* @__PURE__ */ jsx809("path", { fill: "#1e293b", d: "M7.09 10.61c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l.37-.37a3.515 3.515 0 0 1 4.06-.66c.37.19.52.64.34 1.01a.76.76 0 0 1-1.01.34c-.78-.39-1.72-.24-2.33.38l-.37.37c-.15.13-.34.21-.53.21M16.91 10.61c-.19 0-.38-.07-.53-.22l-.37-.37c-.62-.61-1.55-.77-2.33-.38-.37.19-.82.04-1.01-.34a.745.745 0 0 1 .34-1.01c1.36-.68 2.99-.41 4.06.66l.37.37c.29.29.29.77 0 1.06-.15.15-.34.23-.53.23M14.5 17.75a1 1 0 0 1-.28-.05 5.98 5.98 0 0 0-4.44 0 .745.745 0 0 1-.97-.42c-.15-.38.03-.82.42-.97 1.79-.72 3.77-.72 5.56 0 .38.15.57.59.42.97-.13.29-.41.47-.71.47" })
|
|
10657
|
+
] });
|
|
10658
|
+
}
|
|
10659
|
+
);
|
|
10660
|
+
MagickoSad3.displayName = "MagickoSad3";
|
|
10661
|
+
|
|
10662
|
+
// dist/icons/MagickoSadFace.tsx
|
|
10663
|
+
import React810 from "react";
|
|
10664
|
+
import { jsx as jsx810, jsxs as jsxs677 } from "react/jsx-runtime";
|
|
10665
|
+
var MagickoSadFace = React810.forwardRef(
|
|
10666
|
+
({ size, ...props }, ref) => {
|
|
10667
|
+
return /* @__PURE__ */ jsxs677("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10668
|
+
/* @__PURE__ */ jsx810("path", { fill: "#1e293b", d: "M12 22.5C6.21 22.5 1.5 17.79 1.5 12S6.21 1.5 12 1.5 22.5 6.21 22.5 12 17.79 22.5 12 22.5M12 3c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9" }),
|
|
10669
|
+
/* @__PURE__ */ jsx810("path", { fill: "#1e293b", d: "M15.25 17.35c-.19 0-.38-.07-.53-.22-1.45-1.45-3.99-1.45-5.44 0-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06A5.3 5.3 0 0 1 12 14.5c1.43 0 2.77.56 3.78 1.57.29.29.29.77 0 1.06-.15.14-.34.22-.53.22" })
|
|
10670
|
+
] });
|
|
10671
|
+
}
|
|
10672
|
+
);
|
|
10673
|
+
MagickoSadFace.displayName = "MagickoSadFace";
|
|
10674
|
+
|
|
10675
|
+
// dist/icons/MagickoSagittarius.tsx
|
|
10676
|
+
import React811 from "react";
|
|
10677
|
+
import { jsx as jsx811, jsxs as jsxs678 } from "react/jsx-runtime";
|
|
10678
|
+
var MagickoSagittarius = React811.forwardRef(
|
|
10679
|
+
({ size, ...props }, ref) => {
|
|
10680
|
+
return /* @__PURE__ */ jsxs678("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10681
|
+
/* @__PURE__ */ jsx811("path", { fill: "#1e293b", d: "M21 12.75c-.41 0-.75-.34-.75-.75V3.75H12c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h9c.41 0 .75.34.75.75v9c0 .41-.34.75-.75.75" }),
|
|
10682
|
+
/* @__PURE__ */ jsx811("path", { fill: "#1e293b", d: "M3 21.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l18-18c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-18 18c-.15.15-.34.22-.53.22" }),
|
|
10683
|
+
/* @__PURE__ */ jsx811("path", { fill: "#1e293b", d: "M17.4 18.15c-.19 0-.38-.071-.53-.221l-10.8-10.8a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l10.8 10.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
10684
|
+
] });
|
|
10685
|
+
}
|
|
10686
|
+
);
|
|
10687
|
+
MagickoSagittarius.displayName = "MagickoSagittarius";
|
|
10688
|
+
|
|
10689
|
+
// dist/icons/MagickoSatisfied.tsx
|
|
10690
|
+
import React812 from "react";
|
|
10691
|
+
import { jsx as jsx812, jsxs as jsxs679 } from "react/jsx-runtime";
|
|
10692
|
+
var MagickoSatisfied = React812.forwardRef(
|
|
10693
|
+
({ size, ...props }, ref) => {
|
|
10694
|
+
return /* @__PURE__ */ jsxs679("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10695
|
+
/* @__PURE__ */ jsx812("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" }),
|
|
10696
|
+
/* @__PURE__ */ jsx812("path", { fill: "#1e293b", d: "M7.5 12.33a.746.746 0 0 1-.41-1.37l2.06-1.38L7.09 8.2a.755.755 0 0 1-.21-1.04c.23-.35.69-.44 1.04-.21l3 2a.75.75 0 0 1 0 1.24l-3 2c-.13.1-.28.14-.42.14M16.5 12.33a.74.74 0 0 1-.42-.13l-3-2a.75.75 0 0 1 0-1.24l3-2c.34-.23.81-.14 1.04.21.23.34.14.81-.21 1.04l-2.06 1.38 2.06 1.38c.34.23.44.7.21 1.04-.14.2-.38.32-.62.32M12 19.17c-.45 0-.9-.06-1.34-.18-1.81-.5-3.24-1.95-3.83-3.88-.09-.3-.03-.64.15-.89.22-.29.59-.46.94-.37 2.66.63 5.47.63 8.13 0 .35-.09.72.07.94.37.19.25.25.59.15.89-.58 1.93-2.01 3.38-3.83 3.88-.41.12-.86.18-1.31.18m-3.38-3.65c.53 1 1.4 1.74 2.44 2.02.61.17 1.26.17 1.87 0 1.04-.29 1.91-1.02 2.44-2.02-2.22.4-4.52.4-6.75 0" })
|
|
10697
|
+
] });
|
|
10698
|
+
}
|
|
10699
|
+
);
|
|
10700
|
+
MagickoSatisfied.displayName = "MagickoSatisfied";
|
|
10701
|
+
|
|
10702
|
+
// dist/icons/MagickoSave2.tsx
|
|
10703
|
+
import React813 from "react";
|
|
10704
|
+
import { jsx as jsx813, jsxs as jsxs680 } from "react/jsx-runtime";
|
|
10705
|
+
var MagickoSave2 = React813.forwardRef(
|
|
10706
|
+
({ size, ...props }, ref) => {
|
|
10707
|
+
return /* @__PURE__ */ jsxs680("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10708
|
+
/* @__PURE__ */ jsx813("path", { fill: "#1e293b", d: "M3.3 22.75c-.36 0-.71-.09-1.01-.27-.67-.39-1.05-1.17-1.05-2.14V8.98c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .97-.38 1.74-1.05 2.14-.67.39-1.53.35-2.38-.12l-3.93-2.19c-.19-.11-.59-.11-.78 0l-3.93 2.19c-.46.26-.93.39-1.37.39M5.11 6.63c-1.3 0-2.36 1.06-2.36 2.36v11.36c0 .41.12.73.31.84s.53.06.89-.14l3.93-2.19c.64-.35 1.6-.35 2.24 0l3.93 2.19c.36.2.69.25.89.14.19-.11.31-.43.31-.84V8.99c0-1.3-1.06-2.36-2.36-2.36z" }),
|
|
10709
|
+
/* @__PURE__ */ jsx813("path", { fill: "#1e293b", d: "M14.69 22.75c-.44 0-.9-.13-1.37-.38l-3.93-2.19c-.19-.1-.6-.1-.79 0l-3.92 2.19c-.85.47-1.72.51-2.38.12-.67-.39-1.05-1.17-1.05-2.13V9c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26M9 18.6c.4 0 .79.09 1.12.27l3.93 2.19c.36.2.7.25.89.13.19-.11.31-.43.31-.84V8.99c0-1.3-1.06-2.36-2.36-2.36H5.11c-1.3 0-2.36 1.06-2.36 2.36v11.36c0 .41.12.73.31.84s.53.06.89-.14l3.93-2.19c.32-.17.72-.26 1.12-.26" }),
|
|
10710
|
+
/* @__PURE__ */ jsx813("path", { fill: "#1e293b", d: "M20.69 18.87c-.44 0-.9-.13-1.37-.38l-3.69-2.06a.73.73 0 0 1-.38-.65V9c0-1.3-1.06-2.36-2.36-2.36H8c-.41 0-.75-.34-.75-.75v-.77c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26m-3.94-3.54 3.3 1.85c.36.2.69.25.89.13s.31-.43.31-.84V5.11c0-1.3-1.06-2.36-2.36-2.36h-7.78c-1.3 0-2.36 1.06-2.36 2.36v.02h4.14c2.13 0 3.86 1.73 3.86 3.86z" })
|
|
10711
|
+
] });
|
|
10712
|
+
}
|
|
10713
|
+
);
|
|
10714
|
+
MagickoSave2.displayName = "MagickoSave2";
|
|
10715
|
+
|
|
10716
|
+
// dist/icons/MagickoSaveAdd.tsx
|
|
10717
|
+
import React814 from "react";
|
|
10718
|
+
import { jsx as jsx814, jsxs as jsxs681 } from "react/jsx-runtime";
|
|
10719
|
+
var MagickoSaveAdd = React814.forwardRef(
|
|
10720
|
+
({ size, ...props }, ref) => {
|
|
10721
|
+
return /* @__PURE__ */ jsxs681("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10722
|
+
/* @__PURE__ */ jsx814("path", { fill: "#1e293b", d: "M14.69 22.75c-.44 0-.9-.13-1.37-.38l-3.93-2.19c-.19-.1-.6-.1-.79 0l-3.92 2.19c-.85.47-1.72.51-2.38.12-.67-.39-1.05-1.17-1.05-2.13V9c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26M9 18.6c.4 0 .79.09 1.12.27l3.93 2.19c.36.2.69.25.89.13.19-.11.31-.43.31-.84V8.99c0-1.3-1.06-2.36-2.36-2.36H5.11c-1.3 0-2.36 1.06-2.36 2.36v11.36c0 .41.12.73.31.84s.53.06.89-.14l3.93-2.19c.32-.17.72-.26 1.12-.26" }),
|
|
10723
|
+
/* @__PURE__ */ jsx814("path", { fill: "#1e293b", d: "M20.69 18.87c-.44 0-.9-.13-1.37-.38l-3.69-2.06a.73.73 0 0 1-.38-.65V9c0-1.3-1.06-2.36-2.36-2.36H8c-.41 0-.75-.34-.75-.75v-.77c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26m-3.94-3.54 3.3 1.85c.36.2.69.25.89.13.19-.11.31-.43.31-.84V5.11c0-1.3-1.06-2.36-2.36-2.36h-7.78c-1.3 0-2.36 1.06-2.36 2.36v.02h4.14c2.13 0 3.86 1.73 3.86 3.86z" }),
|
|
10724
|
+
/* @__PURE__ */ jsx814("path", { fill: "#1e293b", d: "M11 12.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10725
|
+
/* @__PURE__ */ jsx814("path", { fill: "#1e293b", d: "M9 14.75c-.41 0-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .41-.34.75-.75.75" })
|
|
10726
|
+
] });
|
|
10727
|
+
}
|
|
10728
|
+
);
|
|
10729
|
+
MagickoSaveAdd.displayName = "MagickoSaveAdd";
|
|
10730
|
+
|
|
10731
|
+
// dist/icons/MagickoSaveMinus.tsx
|
|
10732
|
+
import React815 from "react";
|
|
10733
|
+
import { jsx as jsx815, jsxs as jsxs682 } from "react/jsx-runtime";
|
|
10734
|
+
var MagickoSaveMinus = React815.forwardRef(
|
|
10735
|
+
({ size, ...props }, ref) => {
|
|
10736
|
+
return /* @__PURE__ */ jsxs682("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10737
|
+
/* @__PURE__ */ jsx815("path", { fill: "#1e293b", d: "M14.69 22.75c-.44 0-.9-.13-1.37-.38l-3.93-2.19c-.19-.1-.6-.1-.79 0l-3.92 2.19c-.85.47-1.72.51-2.38.12-.67-.39-1.05-1.17-1.05-2.13V9c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26M9 18.6c.4 0 .79.09 1.12.27l3.93 2.19c.36.2.69.25.89.13.19-.11.31-.43.31-.84V8.99c0-1.3-1.06-2.36-2.36-2.36H5.11c-1.3 0-2.36 1.06-2.36 2.36v11.36c0 .41.12.73.31.84s.53.06.89-.14l3.93-2.19c.32-.17.72-.26 1.12-.26" }),
|
|
10738
|
+
/* @__PURE__ */ jsx815("path", { fill: "#1e293b", d: "M20.69 18.87c-.44 0-.9-.13-1.37-.38l-3.69-2.06a.73.73 0 0 1-.38-.65V9c0-1.3-1.06-2.36-2.36-2.36H8c-.41 0-.75-.34-.75-.75v-.77c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26m-3.94-3.54 3.3 1.85c.36.2.69.25.89.13.19-.11.31-.43.31-.84V5.11c0-1.3-1.06-2.36-2.36-2.36h-7.78c-1.3 0-2.36 1.06-2.36 2.36v.02h4.14c2.13 0 3.86 1.73 3.86 3.86z" }),
|
|
10739
|
+
/* @__PURE__ */ jsx815("path", { fill: "#1e293b", d: "M11 12.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10740
|
+
] });
|
|
10741
|
+
}
|
|
10742
|
+
);
|
|
10743
|
+
MagickoSaveMinus.displayName = "MagickoSaveMinus";
|
|
10744
|
+
|
|
10745
|
+
// dist/icons/MagickoSaveRemove.tsx
|
|
10746
|
+
import React816 from "react";
|
|
10747
|
+
import { jsx as jsx816, jsxs as jsxs683 } from "react/jsx-runtime";
|
|
10748
|
+
var MagickoSaveRemove = React816.forwardRef(
|
|
10749
|
+
({ size, ...props }, ref) => {
|
|
10750
|
+
return /* @__PURE__ */ jsxs683("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10751
|
+
/* @__PURE__ */ jsx816("path", { fill: "#1e293b", d: "M14.69 22.75c-.44 0-.9-.13-1.37-.38l-3.93-2.19c-.19-.1-.6-.1-.79 0l-3.93 2.19c-.85.47-1.71.51-2.38.12-.66-.39-1.05-1.17-1.05-2.13V9c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.29.17-.63.26-1 .26M9 18.6c.4 0 .79.09 1.12.27l3.94 2.19c.36.2.69.25.89.13.19-.11.31-.43.31-.84V8.99c0-1.3-1.06-2.36-2.36-2.36H5.11c-1.3 0-2.36 1.06-2.36 2.36v11.36c0 .41.12.73.31.84s.53.06.89-.14l3.93-2.19c.32-.17.72-.26 1.12-.26" }),
|
|
10752
|
+
/* @__PURE__ */ jsx816("path", { fill: "#1e293b", d: "M7.59 14.16c-.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" }),
|
|
10753
|
+
/* @__PURE__ */ jsx816("path", { fill: "#1e293b", d: "M10.41 14.16c-.19 0-.38-.07-.53-.22l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.83 2.83c.29.29.29.77 0 1.06a.7.7 0 0 1-.53.22M20.69 18.87c-.44 0-.9-.13-1.37-.38l-3.69-2.06a.73.73 0 0 1-.38-.65V9c0-1.3-1.06-2.36-2.36-2.36H8c-.41 0-.75-.34-.75-.75v-.77c0-2.13 1.73-3.86 3.86-3.86h7.78c2.13 0 3.86 1.73 3.86 3.86v11.36c0 .96-.38 1.74-1.05 2.13-.3.17-.64.26-1.01.26m-3.94-3.54 3.31 1.85c.36.2.69.25.89.13.19-.11.31-.43.31-.84V5.11c0-1.3-1.06-2.36-2.36-2.36h-7.78c-1.3 0-2.36 1.06-2.36 2.36v.02h4.14c2.13 0 3.86 1.73 3.86 3.86v6.34z" })
|
|
10754
|
+
] });
|
|
10755
|
+
}
|
|
10756
|
+
);
|
|
10757
|
+
MagickoSaveRemove.displayName = "MagickoSaveRemove";
|
|
10758
|
+
|
|
10759
|
+
// dist/icons/MagickoScheduled1.tsx
|
|
10760
|
+
import React817 from "react";
|
|
10761
|
+
import { jsx as jsx817, jsxs as jsxs684 } from "react/jsx-runtime";
|
|
10762
|
+
var MagickoScheduled1 = React817.forwardRef(
|
|
10763
|
+
({ size, ...props }, ref) => {
|
|
10764
|
+
return /* @__PURE__ */ jsxs684("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10765
|
+
/* @__PURE__ */ jsx817("path", { fill: "#1e293b", d: "M18 20.25h-1.77c-.25 0-.48-.12-.62-.33a.73.73 0 0 1-.07-.7c.03-.08.06-.17.08-.26.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64-1.42-1.44-3.87-1.43-5.28-.01a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.09.23.06.49-.08.69s-.37.33-.62.33H6c-2.62 0-4.75-2.13-4.75-4.75V6c0-2.62 2.13-4.75 4.75-4.75h12c2.62 0 4.75 2.13 4.75 4.75v9.5c0 2.62-2.13 4.75-4.75 4.75m-.8-1.5h.8c1.79 0 3.25-1.46 3.25-3.25V6c0-1.79-1.46-3.25-3.25-3.25H6C4.21 2.75 2.75 4.21 2.75 6v9.5c0 1.79 1.46 3.25 3.25 3.25h.8c-.04-.24-.05-.49-.05-.75 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .27-.02.51-.05.75" }),
|
|
10766
|
+
/* @__PURE__ */ jsx817("path", { fill: "#1e293b", d: "M6 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 6 6.25M8.5 6.25a.749.749 0 1 1 0-1.5h.01c.41 0 .75.34.75.75s-.35.75-.76.75M11 6.25a.749.749 0 1 1-.002-1.502A.749.749 0 0 1 11 6.25M22 9.28H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h20c.41 0 .75.34.75.75s-.34.75-.75.75M12 23.25c-2.21 0-4.19-1.41-4.94-3.5-.06-.15-.11-.3-.14-.47-.11-.39-.17-.82-.17-1.29 0-1.4.55-2.71 1.55-3.7a5.19 5.19 0 0 1 7.4 0c.99.98 1.55 2.3 1.55 3.7 0 .5-.06.94-.18 1.34a3 3 0 0 1-.14.45c-.25.72-.67 1.38-1.23 1.92-.99 1-2.3 1.55-3.7 1.55m0-9c-1 0-1.93.39-2.64 1.11a3.69 3.69 0 0 0-.99 3.56c.03.13.06.22.1.31.54 1.51 1.96 2.52 3.53 2.52 1 0 1.93-.39 2.64-1.11.41-.39.7-.85.89-1.39.05-.12.08-.21.1-.3.09-.32.13-.6.13-.96 0-1-.39-1.93-1.11-2.64a3.74 3.74 0 0 0-2.65-1.1" }),
|
|
10767
|
+
/* @__PURE__ */ jsx817("path", { fill: "#1e293b", d: "M13.73 19.62a.7.7 0 0 1-.33-.08l-1.74-.86a.75.75 0 0 1-.42-.67v-2.02c0-.41.34-.75.75-.75s.75.34.75.75v1.56l1.32.65a.748.748 0 0 1-.33 1.42" })
|
|
10768
|
+
] });
|
|
10769
|
+
}
|
|
10770
|
+
);
|
|
10771
|
+
MagickoScheduled1.displayName = "MagickoScheduled1";
|
|
10772
|
+
|
|
10773
|
+
// dist/icons/MagickoScreenmirroring.tsx
|
|
10774
|
+
import React818 from "react";
|
|
10775
|
+
import { jsx as jsx818, jsxs as jsxs685 } from "react/jsx-runtime";
|
|
10776
|
+
var MagickoScreenmirroring = React818.forwardRef(
|
|
10777
|
+
({ size, ...props }, ref) => {
|
|
10778
|
+
return /* @__PURE__ */ jsxs685("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10779
|
+
/* @__PURE__ */ jsx818("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" }),
|
|
10780
|
+
/* @__PURE__ */ jsx818("path", { fill: "#1e293b", d: "M16.4 19.25h-3.8c-1.92 0-2.85-.93-2.85-2.85v-1.8c0-1.92.93-2.85 2.85-2.85h3.8c1.92 0 2.85.93 2.85 2.85v1.8c0 1.92-.93 2.85-2.85 2.85m-3.8-6c-1.08 0-1.35.27-1.35 1.35v1.8c0 1.08.27 1.35 1.35 1.35h3.8c1.08 0 1.35-.27 1.35-1.35v-1.8c0-1.08-.27-1.35-1.35-1.35z" })
|
|
10781
|
+
] });
|
|
10782
|
+
}
|
|
10783
|
+
);
|
|
10784
|
+
MagickoScreenmirroring.displayName = "MagickoScreenmirroring";
|
|
10785
|
+
|
|
10786
|
+
// dist/icons/MagickoScroll01.tsx
|
|
10787
|
+
import React819 from "react";
|
|
10788
|
+
import { jsx as jsx819 } from "react/jsx-runtime";
|
|
10789
|
+
var MagickoScroll01 = React819.forwardRef(
|
|
10790
|
+
({ size, ...props }, ref) => {
|
|
10791
|
+
return /* @__PURE__ */ jsx819("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx819("path", { fill: "#1e293b", d: "M18.31 16.416a.76.76 0 0 1-.53-.211.704.704 0 0 1 0-1.018l2.91-2.793L17.78 9.6a.704.704 0 0 1 0-1.017.777.777 0 0 1 1.06 0l3.44 3.302c.14.134.22.317.22.509s-.08.374-.22.509l-3.44 3.302a.8.8 0 0 1-.53.211M5.69 16.416a.76.76 0 0 1-.53-.211l-3.44-3.302a.7.7 0 0 1-.22-.51c0-.191.08-.374.22-.508l3.44-3.302a.777.777 0 0 1 1.06 0c.29.278.29.739 0 1.017l-2.91 2.794 2.91 2.793c.29.279.29.74 0 1.018a.78.78 0 0 1-.53.211M14.87 13.114H9.14c-.41 0-.75-.327-.75-.72 0-.394.34-.72.75-.72h5.73c.41 0 .75.326.75.72s-.34.72-.75.72" }) });
|
|
10792
|
+
}
|
|
10793
|
+
);
|
|
10794
|
+
MagickoScroll01.displayName = "MagickoScroll01";
|
|
10795
|
+
|
|
10796
|
+
// dist/icons/MagickoScroll02.tsx
|
|
10797
|
+
import React820 from "react";
|
|
10798
|
+
import { jsx as jsx820 } from "react/jsx-runtime";
|
|
10799
|
+
var MagickoScroll02 = React820.forwardRef(
|
|
10800
|
+
({ size, ...props }, ref) => {
|
|
10801
|
+
return /* @__PURE__ */ jsx820("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx820("path", { fill: "#1e293b", d: "M15.44 7.057a.76.76 0 0 1-.53-.212L12 4.052 9.09 6.845a.777.777 0 0 1-1.06 0 .704.704 0 0 1 0-1.017l3.44-3.303a.777.777 0 0 1 1.06 0l3.44 3.303c.29.278.29.739 0 1.017a.78.78 0 0 1-.53.212M12 22.474a.76.76 0 0 1-.53-.211L8.03 18.96a.704.704 0 0 1 0-1.017.777.777 0 0 1 1.06 0L12 20.736l2.91-2.793a.777.777 0 0 1 1.06 0c.29.278.29.739 0 1.017l-3.44 3.303a.8.8 0 0 1-.53.21M12 15.86c-.41 0-.75-.327-.75-.72V9.63c0-.394.34-.72.75-.72s.75.326.75.72v5.51c0 .403-.34.72-.75.72" }) });
|
|
10802
|
+
}
|
|
10803
|
+
);
|
|
10804
|
+
MagickoScroll02.displayName = "MagickoScroll02";
|
|
10805
|
+
|
|
10806
|
+
// dist/icons/MagickoScrollfinger.tsx
|
|
10807
|
+
import React821 from "react";
|
|
10808
|
+
import { jsx as jsx821 } from "react/jsx-runtime";
|
|
10809
|
+
var MagickoScrollfinger = React821.forwardRef(
|
|
10810
|
+
({ size, ...props }, ref) => {
|
|
10811
|
+
return /* @__PURE__ */ jsx821("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx821("path", { fill: "#1e293b", d: "M13.43 22.75H8.6c-1.28 0-2.49-.62-3.23-1.67l-3.6-5.03c-.67-.93-.69-2.2-.05-3.16.46-.7 1.21-1.14 2.04-1.22.83-.09 1.65.21 2.24.8l.19.19V5.87c0-1.6 1.3-2.9 2.9-2.9s2.9 1.3 2.9 2.9v3.59c0 .07.05.14.12.16l4.04 1.06c1.53.4 2.6 1.79 2.6 3.38v3.37a5.33 5.33 0 0 1-5.32 5.32m-9.4-9.59c-.04 0-.08 0-.13.01-.38.04-.72.24-.94.56-.29.44-.28 1.02.02 1.45l3.6 5.03c.46.65 1.22 1.04 2.01 1.04h4.83a3.82 3.82 0 0 0 3.82-3.82v-3.37c0-.9-.61-1.7-1.49-1.92l-4.04-1.06a1.66 1.66 0 0 1-1.24-1.61V5.88c0-.77-.63-1.4-1.4-1.4s-1.4.63-1.4 1.4v8.6c0 .3-.18.58-.46.69-.28.12-.6.05-.82-.16l-1.47-1.47c-.23-.25-.55-.38-.89-.38M20.46 4.09c-.19 0-.38-.07-.53-.22l-.92-.92-.92.92c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l1.46-1.46c.29-.29.77-.29 1.06 0l1.46 1.46c.29.29.29.77 0 1.06-.17.15-.36.22-.55.22M19 8.75c-.19 0-.38-.07-.53-.22l-1.46-1.46a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.92.92.92-.92c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-1.46 1.46c-.13.15-.32.22-.51.22" }) });
|
|
10812
|
+
}
|
|
10813
|
+
);
|
|
10814
|
+
MagickoScrollfinger.displayName = "MagickoScrollfinger";
|
|
10815
|
+
|
|
10816
|
+
// dist/icons/MagickoSearch.tsx
|
|
10817
|
+
import React822 from "react";
|
|
10818
|
+
import { jsx as jsx822 } from "react/jsx-runtime";
|
|
10819
|
+
var MagickoSearch = React822.forwardRef(
|
|
10820
|
+
({ size, ...props }, ref) => {
|
|
10821
|
+
return /* @__PURE__ */ jsx822("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx822("path", { fill: "#1e293b", d: "M11.5 21.75c-5.65 0-10.25-4.6-10.25-10.25S5.85 1.25 11.5 1.25s10.25 4.6 10.25 10.25-4.6 10.25-10.25 10.25m0-19c-4.83 0-8.75 3.93-8.75 8.75s3.92 8.75 8.75 8.75 8.75-3.93 8.75-8.75-3.92-8.75-8.75-8.75M22 22.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" }) });
|
|
10822
|
+
}
|
|
10823
|
+
);
|
|
10824
|
+
MagickoSearch.displayName = "MagickoSearch";
|
|
10825
|
+
|
|
10826
|
+
// dist/icons/MagickoSearchCloud.tsx
|
|
10827
|
+
import React823 from "react";
|
|
10828
|
+
import { jsx as jsx823, jsxs as jsxs686 } from "react/jsx-runtime";
|
|
10829
|
+
var MagickoSearchCloud = React823.forwardRef(
|
|
10830
|
+
({ size, ...props }, ref) => {
|
|
10831
|
+
return /* @__PURE__ */ jsxs686("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10832
|
+
/* @__PURE__ */ jsx823("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.08c1.16 0 2.25-.43 3.1-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.37-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.1.02-.18.03-.28.03" }),
|
|
10833
|
+
/* @__PURE__ */ jsx823("path", { fill: "#1e293b", d: "M11.85 15.24c-1.3 0-2.36-1.06-2.36-2.36s1.06-2.36 2.36-2.36 2.36 1.06 2.36 2.36-1.05 2.36-2.36 2.36m0-3.22c-.47 0-.86.39-.86.86s.39.86.86.86.86-.39.86-.86a.86.86 0 0 0-.86-.86" }),
|
|
10834
|
+
/* @__PURE__ */ jsx823("path", { fill: "#1e293b", d: "M14 15.77c-.19 0-.38-.07-.53-.22l-.94-.94a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.94.94c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" })
|
|
10835
|
+
] });
|
|
10836
|
+
}
|
|
10837
|
+
);
|
|
10838
|
+
MagickoSearchCloud.displayName = "MagickoSearchCloud";
|
|
10839
|
+
|
|
10840
|
+
// dist/icons/MagickoSearchZoomIn1.tsx
|
|
10841
|
+
import React824 from "react";
|
|
10842
|
+
import { jsx as jsx824, jsxs as jsxs687 } from "react/jsx-runtime";
|
|
10843
|
+
var MagickoSearchZoomIn1 = React824.forwardRef(
|
|
10844
|
+
({ size, ...props }, ref) => {
|
|
10845
|
+
return /* @__PURE__ */ jsxs687("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10846
|
+
/* @__PURE__ */ jsx824("path", { fill: "#1e293b", d: "M14.2 12.45h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10847
|
+
/* @__PURE__ */ jsx824("path", { fill: "#1e293b", d: "M11.7 14.95c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75" }),
|
|
10848
|
+
/* @__PURE__ */ jsx824("path", { fill: "#1e293b", d: "M11.5 21.75c-5.65 0-10.25-4.6-10.25-10.25S5.85 1.25 11.5 1.25s10.25 4.6 10.25 10.25-4.6 10.25-10.25 10.25m0-19c-4.83 0-8.75 3.93-8.75 8.75s3.92 8.75 8.75 8.75 8.75-3.93 8.75-8.75-3.92-8.75-8.75-8.75M22 22.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" })
|
|
10849
|
+
] });
|
|
10850
|
+
}
|
|
10851
|
+
);
|
|
10852
|
+
MagickoSearchZoomIn1.displayName = "MagickoSearchZoomIn1";
|
|
10853
|
+
|
|
10854
|
+
// dist/icons/MagickoSearchZoomOut1.tsx
|
|
10855
|
+
import React825 from "react";
|
|
10856
|
+
import { jsx as jsx825, jsxs as jsxs688 } from "react/jsx-runtime";
|
|
10857
|
+
var MagickoSearchZoomOut1 = React825.forwardRef(
|
|
10858
|
+
({ size, ...props }, ref) => {
|
|
10859
|
+
return /* @__PURE__ */ jsxs688("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10860
|
+
/* @__PURE__ */ jsx825("path", { fill: "#1e293b", d: "M14 12.45H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
10861
|
+
/* @__PURE__ */ jsx825("path", { fill: "#1e293b", d: "M11.5 21.75c-5.65 0-10.25-4.6-10.25-10.25S5.85 1.25 11.5 1.25s10.25 4.6 10.25 10.25-4.6 10.25-10.25 10.25m0-19c-4.83 0-8.75 3.93-8.75 8.75s3.92 8.75 8.75 8.75 8.75-3.93 8.75-8.75-3.92-8.75-8.75-8.75M22 22.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" })
|
|
10862
|
+
] });
|
|
10863
|
+
}
|
|
10864
|
+
);
|
|
10865
|
+
MagickoSearchZoomOut1.displayName = "MagickoSearchZoomOut1";
|
|
10866
|
+
|
|
10867
|
+
// dist/icons/MagickoSecurity.tsx
|
|
10868
|
+
import React826 from "react";
|
|
10869
|
+
import { jsx as jsx826 } from "react/jsx-runtime";
|
|
10870
|
+
var MagickoSecurity = React826.forwardRef(
|
|
10871
|
+
({ size, ...props }, ref) => {
|
|
10872
|
+
return /* @__PURE__ */ jsx826("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx826("path", { fill: "#1e293b", d: "M12 22.75c-.24 0-.48-.03-.71-.1-5.19-1.43-8.95-6.28-8.95-11.54V6.72c0-1.12.81-2.33 1.85-2.76l5.57-2.28a5.9 5.9 0 0 1 4.48 0l5.57 2.28c1.04.43 1.85 1.64 1.85 2.76v4.39c0 5.25-3.77 10.1-8.95 11.54-.23.07-.47.1-.71.1m0-20a4.4 4.4 0 0 0-1.67.33L4.76 5.36c-.48.2-.92.85-.92 1.37v4.39c0 4.59 3.3 8.83 7.85 10.09.2.06.42.06.62 0 4.55-1.26 7.85-5.5 7.85-10.09V6.73c0-.52-.44-1.17-.92-1.37l-5.57-2.28A4.4 4.4 0 0 0 12 2.75" }) });
|
|
10873
|
+
}
|
|
10874
|
+
);
|
|
10875
|
+
MagickoSecurity.displayName = "MagickoSecurity";
|
|
10876
|
+
|
|
10877
|
+
// dist/icons/MagickoSecuritySafe.tsx
|
|
10878
|
+
import React827 from "react";
|
|
10879
|
+
import { jsx as jsx827, jsxs as jsxs689 } from "react/jsx-runtime";
|
|
10880
|
+
var MagickoSecuritySafe = React827.forwardRef(
|
|
10881
|
+
({ size, ...props }, ref) => {
|
|
10882
|
+
return /* @__PURE__ */ jsxs689("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10883
|
+
/* @__PURE__ */ jsx827("path", { fill: "#1e293b", d: "M12 22.75c-.24 0-.48-.03-.71-.1-5.19-1.43-8.95-6.28-8.95-11.54V6.72c0-1.12.81-2.33 1.85-2.76l5.57-2.28a5.9 5.9 0 0 1 4.48 0l5.57 2.28c1.04.43 1.85 1.64 1.85 2.76v4.39c0 5.25-3.77 10.1-8.95 11.54-.23.07-.47.1-.71.1m0-20a4.4 4.4 0 0 0-1.67.33L4.76 5.36c-.48.2-.92.85-.92 1.37v4.39c0 4.59 3.3 8.83 7.85 10.09.2.06.42.06.62 0 4.55-1.26 7.85-5.5 7.85-10.09V6.73c0-.52-.44-1.17-.92-1.37l-5.57-2.28A4.4 4.4 0 0 0 12 2.75" }),
|
|
10884
|
+
/* @__PURE__ */ jsx827("path", { fill: "#1e293b", d: "M12 13.25c-1.52 0-2.75-1.23-2.75-2.75S10.48 7.75 12 7.75s2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.501 1.25 1.25 0 0 0 0-2.5" }),
|
|
10885
|
+
/* @__PURE__ */ jsx827("path", { fill: "#1e293b", d: "M12 16.25c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" })
|
|
10886
|
+
] });
|
|
10887
|
+
}
|
|
10888
|
+
);
|
|
10889
|
+
MagickoSecuritySafe.displayName = "MagickoSecuritySafe";
|
|
10890
|
+
|
|
10891
|
+
// dist/icons/MagickoSecurityUser.tsx
|
|
10892
|
+
import React828 from "react";
|
|
10893
|
+
import { jsx as jsx828, jsxs as jsxs690 } from "react/jsx-runtime";
|
|
10894
|
+
var MagickoSecurityUser = React828.forwardRef(
|
|
10895
|
+
({ size, ...props }, ref) => {
|
|
10896
|
+
return /* @__PURE__ */ jsxs690("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10897
|
+
/* @__PURE__ */ jsx828("path", { fill: "#1e293b", d: "M12 22.76c-1.09 0-2.17-.32-3.02-.95l-4.3-3.21c-1.14-.85-2.03-2.62-2.03-4.04V7.13c0-1.54 1.13-3.18 2.58-3.72l4.99-1.87c.99-.37 2.55-.37 3.54 0l5 1.87c1.45.54 2.58 2.18 2.58 3.72v7.43c0 1.42-.89 3.19-2.03 4.04l-4.3 3.21c-.84.63-1.92.95-3.01.95M10.75 2.94 5.76 4.81c-.86.32-1.61 1.4-1.61 2.32v7.43c0 .95.67 2.28 1.42 2.84l4.3 3.21c1.15.86 3.1.86 4.25 0l4.3-3.21c.76-.57 1.42-1.9 1.42-2.84V7.13c0-.91-.75-1.99-1.61-2.32l-4.99-1.87c-.66-.25-1.82-.25-2.49 0" }),
|
|
10898
|
+
/* @__PURE__ */ jsx828("path", { fill: "#1e293b", d: "M12 11.67h-.07c-1.45-.04-2.51-1.15-2.51-2.5 0-1.38 1.13-2.51 2.51-2.51s2.51 1.13 2.51 2.51a2.514 2.514 0 0 1-2.42 2.51c-.01-.01-.01-.01-.02-.01m-.07-3.51c-.56 0-1.01.45-1.01 1.01 0 .55.43.99.97 1.01H12a1 1 0 0 0 .94-1.01 1 1 0 0 0-1.01-1.01M12 17.351c-.86 0-1.73-.23-2.4-.68-.67-.44-1.05-1.09-1.05-1.78s.38-1.34 1.05-1.79c1.35-.9 3.46-.89 4.8 0 .67.44 1.05 1.09 1.05 1.78s-.38 1.34-1.05 1.79-1.54.68-2.4.68m-1.57-3.01c-.25.16-.39.36-.38.54 0 .18.14.38.38.54.84.56 2.3.56 3.14 0 .25-.16.39-.36.39-.54s-.14-.38-.38-.54c-.84-.55-2.31-.55-3.15 0" })
|
|
10899
|
+
] });
|
|
10900
|
+
}
|
|
10901
|
+
);
|
|
10902
|
+
MagickoSecurityUser.displayName = "MagickoSecurityUser";
|
|
10903
|
+
|
|
10904
|
+
// dist/icons/MagickoSend1.tsx
|
|
10905
|
+
import React829 from "react";
|
|
10906
|
+
import { jsx as jsx829, jsxs as jsxs691 } from "react/jsx-runtime";
|
|
10907
|
+
var MagickoSend1 = React829.forwardRef(
|
|
10908
|
+
({ size, ...props }, ref) => {
|
|
10909
|
+
return /* @__PURE__ */ jsxs691("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10910
|
+
/* @__PURE__ */ jsx829("path", { fill: "#1e293b", d: "M5.41 21.75c-1.12 0-1.83-.38-2.28-.83-.88-.88-1.5-2.75.48-6.72l.87-1.73c.11-.23.11-.71 0-.94L3.61 9.8c-1.99-3.97-1.36-5.85-.48-6.72.87-.88 2.75-1.51 6.71.48l8.56 4.28c2.13 1.06 3.3 2.54 3.3 4.16s-1.17 3.1-3.29 4.16l-8.56 4.28c-1.94.97-3.38 1.31-4.44 1.31m0-18c-.54 0-.96.13-1.22.39-.73.72-.44 2.59.76 4.98l.87 1.74c.32.65.32 1.63 0 2.28l-.87 1.73c-1.2 2.4-1.49 4.26-.76 4.98.72.73 2.59.44 4.99-.76l8.56-4.28c1.57-.78 2.46-1.81 2.46-2.82s-.9-2.04-2.47-2.82L9.17 4.9c-1.52-.76-2.83-1.15-3.76-1.15" }),
|
|
10911
|
+
/* @__PURE__ */ jsx829("path", { fill: "#1e293b", d: "M10.84 12.75h-5.4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.4c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
10912
|
+
] });
|
|
10913
|
+
}
|
|
10914
|
+
);
|
|
10915
|
+
MagickoSend1.displayName = "MagickoSend1";
|
|
10916
|
+
|
|
10917
|
+
// dist/icons/MagickoSend2.tsx
|
|
10918
|
+
import React830 from "react";
|
|
10919
|
+
import { jsx as jsx830, jsxs as jsxs692 } from "react/jsx-runtime";
|
|
10920
|
+
var MagickoSend2 = React830.forwardRef(
|
|
10921
|
+
({ size, ...props }, ref) => {
|
|
10922
|
+
return /* @__PURE__ */ jsxs692("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10923
|
+
/* @__PURE__ */ jsx830("path", { fill: "#1e293b", d: "M14 21.75H8.5c-2.89 0-5.25-2.35-5.25-5.25v-10c0-2.9 2.36-5.25 5.25-5.25h7c2.89 0 5.25 2.35 5.25 5.25v6.91c0 .25-.13.49-.34.63s-.48.16-.71.06c-.54-.23-1.12-.35-1.71-.35A4.26 4.26 0 0 0 13.74 18c0 .94.29 1.82.85 2.55.17.23.2.53.07.79-.12.25-.37.41-.66.41m-5.5-19c-2.07 0-3.75 1.68-3.75 3.75v10c0 2.07 1.68 3.75 3.75 3.75h4.2c-.3-.7-.45-1.46-.45-2.25 0-3.17 2.58-5.75 5.75-5.75.42 0 .84.05 1.25.14V6.5c0-2.07-1.68-3.75-3.75-3.75z" }),
|
|
10924
|
+
/* @__PURE__ */ jsx830("path", { fill: "#1e293b", d: "M14 6.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75c-1.8 0-3.52-.86-4.6-2.3A5.68 5.68 0 0 1 12.25 18a5.757 5.757 0 0 1 8.04-5.28c2.1.93 3.46 3 3.46 5.28 0 3.17-2.58 5.75-5.75 5.75m0-10A4.26 4.26 0 0 0 13.75 18c0 .94.29 1.82.85 2.55.8 1.07 2.07 1.7 3.4 1.7A4.26 4.26 0 0 0 22.25 18c0-1.68-1-3.22-2.55-3.9a4.3 4.3 0 0 0-1.7-.35" }),
|
|
10925
|
+
/* @__PURE__ */ jsx830("path", { fill: "#1e293b", d: "M18.25 20.75c-.41 0-.75-.34-.75-.75v-2.19l-.38.38c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l1.66-1.66A.751.751 0 0 1 19 16v4c0 .41-.34.75-.75.75" })
|
|
10926
|
+
] });
|
|
10927
|
+
}
|
|
10928
|
+
);
|
|
10929
|
+
MagickoSend2.displayName = "MagickoSend2";
|
|
10930
|
+
|
|
10931
|
+
// dist/icons/MagickoSend21.tsx
|
|
10932
|
+
import React831 from "react";
|
|
10933
|
+
import { jsx as jsx831, jsxs as jsxs693 } from "react/jsx-runtime";
|
|
10934
|
+
var MagickoSend21 = React831.forwardRef(
|
|
10935
|
+
({ size, ...props }, ref) => {
|
|
10936
|
+
return /* @__PURE__ */ jsxs693("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10937
|
+
/* @__PURE__ */ jsx831("path", { fill: "#1e293b", d: "M14.22 21.63c-1.18 0-2.85-.83-4.17-4.8l-.72-2.16-2.16-.72c-3.96-1.32-4.79-2.99-4.79-4.17 0-1.17.83-2.85 4.79-4.18l8.49-2.83c2.12-.71 3.89-.5 4.98.58s1.3 2.86.59 4.98l-2.83 8.49c-1.33 3.98-3 4.81-4.18 4.81M7.64 7.03c-2.78.93-3.77 2.03-3.77 2.75s.99 1.82 3.77 2.74l2.52.84c.22.07.4.25.47.47l.84 2.52c.92 2.78 2.03 3.77 2.75 3.77s1.82-.99 2.75-3.77l2.83-8.49c.51-1.54.42-2.8-.23-3.45s-1.91-.73-3.44-.22z" }),
|
|
10938
|
+
/* @__PURE__ */ jsx831("path", { fill: "#1e293b", d: "M10.11 14.4c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.58-3.59c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.58 3.59c-.14.15-.34.22-.53.22" })
|
|
10939
|
+
] });
|
|
10940
|
+
}
|
|
10941
|
+
);
|
|
10942
|
+
MagickoSend21.displayName = "MagickoSend21";
|
|
10943
|
+
|
|
10944
|
+
// dist/icons/MagickoSendCloud.tsx
|
|
10945
|
+
import React832 from "react";
|
|
10946
|
+
import { jsx as jsx832, jsxs as jsxs694 } from "react/jsx-runtime";
|
|
10947
|
+
var MagickoSendCloud = React832.forwardRef(
|
|
10948
|
+
({ size, ...props }, ref) => {
|
|
10949
|
+
return /* @__PURE__ */ jsxs694("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10950
|
+
/* @__PURE__ */ jsx832("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.04c1.13 0 2.28-.42 3.13-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.37-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.09.02-.17.03-.27.03" }),
|
|
10951
|
+
/* @__PURE__ */ jsx832("path", { fill: "#1e293b", d: "M11.83 15.92c-.41 0-.75-.34-.75-.75v-2.19l-.38.38c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l1.66-1.66a.751.751 0 0 1 1.28.53v4c0 .41-.34.75-.75.75" })
|
|
10952
|
+
] });
|
|
10953
|
+
}
|
|
10954
|
+
);
|
|
10955
|
+
MagickoSendCloud.displayName = "MagickoSendCloud";
|
|
10956
|
+
|
|
10957
|
+
// dist/icons/MagickoSendReceiveCloud.tsx
|
|
10958
|
+
import React833 from "react";
|
|
10959
|
+
import { jsx as jsx833, jsxs as jsxs695 } from "react/jsx-runtime";
|
|
10960
|
+
var MagickoSendReceiveCloud = React833.forwardRef(
|
|
10961
|
+
({ size, ...props }, ref) => {
|
|
10962
|
+
return /* @__PURE__ */ jsxs695("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10963
|
+
/* @__PURE__ */ jsx833("path", { fill: "#1e293b", d: "M16.67 20.81H5.54c-2.94-.21-4.26-2.47-4.26-4.48 0-1.8 1.05-3.8 3.34-4.35-.64-2.5-.1-4.85 1.52-6.55 1.85-1.94 4.81-2.71 7.37-1.93 2.35.72 4 2.65 4.6 5.32 2.05.46 3.69 2.01 4.34 4.16.71 2.33.06 4.72-1.68 6.25a6.1 6.1 0 0 1-4.1 1.58m-11.1-7.47c-1.93.15-2.79 1.6-2.79 2.98 0 1.39.87 2.85 2.81 2.99h11.08c1.16 0 2.25-.43 3.1-1.2 1.56-1.36 1.67-3.32 1.25-4.69-.42-1.38-1.59-2.94-3.64-3.2a.75.75 0 0 1-.65-.62c-.4-2.4-1.7-4.06-3.66-4.66-2.03-.62-4.38-.01-5.84 1.53-1.42 1.49-1.75 3.58-.93 5.88a.75.75 0 0 1-.45.96c-.1.02-.19.03-.28.03" }),
|
|
10964
|
+
/* @__PURE__ */ jsx833("path", { fill: "#1e293b", d: "M10.83 15.92c-.2 0-.39-.08-.53-.22l-1.66-1.66a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.38.38v-2.19c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .3-.18.58-.46.69-.1.04-.19.06-.29.06M13.17 15.92c-.41 0-.75-.34-.75-.75v-4c0-.3.18-.58.46-.69.28-.12.6-.05.82.16l1.66 1.66c.29.29.29.77 0 1.06s-.77.29-1.06 0l-.38-.38v2.19c0 .41-.34.75-.75.75" })
|
|
10965
|
+
] });
|
|
10966
|
+
}
|
|
10967
|
+
);
|
|
10968
|
+
MagickoSendReceiveCloud.displayName = "MagickoSendReceiveCloud";
|
|
10969
|
+
|
|
10970
|
+
// dist/icons/MagickoSendSquare01.tsx
|
|
10971
|
+
import React834 from "react";
|
|
10972
|
+
import { jsx as jsx834, jsxs as jsxs696 } from "react/jsx-runtime";
|
|
10973
|
+
var MagickoSendSquare01 = React834.forwardRef(
|
|
10974
|
+
({ size, ...props }, ref) => {
|
|
10975
|
+
return /* @__PURE__ */ jsxs696("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10976
|
+
/* @__PURE__ */ jsx834("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" }),
|
|
10977
|
+
/* @__PURE__ */ jsx834("path", { fill: "#1e293b", d: "M15 10.26c-.19 0-.38-.07-.53-.22L12 7.57l-2.47 2.47c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l3-3c.29-.29.77-.29 1.06 0l3 3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
10978
|
+
/* @__PURE__ */ jsx834("path", { fill: "#1e293b", d: "M12 15.26c-.41 0-.75-.34-.75-.75v-8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .42-.34.75-.75.75M12 18.23c-2.11 0-4.23-.34-6.24-1.01a.753.753 0 0 1-.47-.95c.13-.39.56-.61.95-.47 3.72 1.24 7.81 1.24 11.53 0 .39-.13.82.08.95.47s-.08.82-.47.95c-2.02.68-4.14 1.01-6.25 1.01" })
|
|
10979
|
+
] });
|
|
10980
|
+
}
|
|
10981
|
+
);
|
|
10982
|
+
MagickoSendSquare01.displayName = "MagickoSendSquare01";
|
|
10983
|
+
|
|
10984
|
+
// dist/icons/MagickoSendSquare02.tsx
|
|
10985
|
+
import React835 from "react";
|
|
10986
|
+
import { jsx as jsx835, jsxs as jsxs697 } from "react/jsx-runtime";
|
|
10987
|
+
var MagickoSendSquare02 = React835.forwardRef(
|
|
10988
|
+
({ size, ...props }, ref) => {
|
|
10989
|
+
return /* @__PURE__ */ jsxs697("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
10990
|
+
/* @__PURE__ */ jsx835("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" }),
|
|
10991
|
+
/* @__PURE__ */ jsx835("path", { fill: "#1e293b", d: "M14.83 12.68c-.41 0-.75-.34-.75-.75V8.44h-3.49c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.24c.41 0 .75.34.75.75v4.24c0 .41-.34.75-.75.75" }),
|
|
10992
|
+
/* @__PURE__ */ jsx835("path", { fill: "#1e293b", d: "M9.17 14.09c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.66-5.66c.29-.29.77-.29 1.06 0s.29.77 0 1.06L9.7 13.87c-.14.15-.34.22-.53.22M12 18.23c-2.11 0-4.23-.34-6.24-1.01a.753.753 0 0 1-.47-.95c.13-.39.56-.61.95-.47 3.72 1.24 7.81 1.24 11.53 0 .39-.13.82.08.95.47s-.08.82-.47.95c-2.02.68-4.14 1.01-6.25 1.01" })
|
|
10993
|
+
] });
|
|
10994
|
+
}
|
|
10995
|
+
);
|
|
10996
|
+
MagickoSendSquare02.displayName = "MagickoSendSquare02";
|
|
10997
|
+
|
|
10224
10998
|
// dist/icons/Marketing.tsx
|
|
10225
|
-
import
|
|
10226
|
-
import { jsx as
|
|
10227
|
-
var Marketing =
|
|
10999
|
+
import React836 from "react";
|
|
11000
|
+
import { jsx as jsx836 } from "react/jsx-runtime";
|
|
11001
|
+
var Marketing = React836.forwardRef(
|
|
10228
11002
|
({ size, ...props }, ref) => {
|
|
10229
|
-
return /* @__PURE__ */
|
|
11003
|
+
return /* @__PURE__ */ jsx836("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx836("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" }) });
|
|
10230
11004
|
}
|
|
10231
11005
|
);
|
|
10232
11006
|
Marketing.displayName = "Marketing";
|
|
10233
11007
|
|
|
10234
11008
|
// dist/icons/MessageEdit.tsx
|
|
10235
|
-
import
|
|
10236
|
-
import { jsx as
|
|
10237
|
-
var MessageEdit =
|
|
11009
|
+
import React837 from "react";
|
|
11010
|
+
import { jsx as jsx837 } from "react/jsx-runtime";
|
|
11011
|
+
var MessageEdit = React837.forwardRef(
|
|
10238
11012
|
({ size, ...props }, ref) => {
|
|
10239
|
-
return /* @__PURE__ */
|
|
11013
|
+
return /* @__PURE__ */ jsx837("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx837("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" }) });
|
|
10240
11014
|
}
|
|
10241
11015
|
);
|
|
10242
11016
|
MessageEdit.displayName = "MessageEdit";
|
|
10243
11017
|
|
|
10244
11018
|
// dist/icons/Network.tsx
|
|
10245
|
-
import
|
|
10246
|
-
import { jsx as
|
|
10247
|
-
var Network =
|
|
11019
|
+
import React838 from "react";
|
|
11020
|
+
import { jsx as jsx838 } from "react/jsx-runtime";
|
|
11021
|
+
var Network = React838.forwardRef(
|
|
10248
11022
|
({ size, ...props }, ref) => {
|
|
10249
|
-
return /* @__PURE__ */
|
|
11023
|
+
return /* @__PURE__ */ jsx838("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx838("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" }) });
|
|
10250
11024
|
}
|
|
10251
11025
|
);
|
|
10252
11026
|
Network.displayName = "Network";
|
|
10253
11027
|
|
|
10254
11028
|
// dist/icons/NotiDot.tsx
|
|
10255
|
-
import
|
|
10256
|
-
import { jsx as
|
|
10257
|
-
var NotiDot =
|
|
11029
|
+
import React839 from "react";
|
|
11030
|
+
import { jsx as jsx839 } from "react/jsx-runtime";
|
|
11031
|
+
var NotiDot = React839.forwardRef(
|
|
10258
11032
|
({ size, ...props }, ref) => {
|
|
10259
|
-
return /* @__PURE__ */
|
|
11033
|
+
return /* @__PURE__ */ jsx839("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx839("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
10260
11034
|
}
|
|
10261
11035
|
);
|
|
10262
11036
|
NotiDot.displayName = "NotiDot";
|
|
10263
11037
|
|
|
10264
11038
|
// dist/icons/PA.tsx
|
|
10265
|
-
import
|
|
10266
|
-
import { jsx as
|
|
10267
|
-
var PA =
|
|
11039
|
+
import React840 from "react";
|
|
11040
|
+
import { jsx as jsx840 } from "react/jsx-runtime";
|
|
11041
|
+
var PA = React840.forwardRef(
|
|
10268
11042
|
({ size, ...props }, ref) => {
|
|
10269
|
-
return /* @__PURE__ */
|
|
11043
|
+
return /* @__PURE__ */ jsx840("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx840("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" }) });
|
|
10270
11044
|
}
|
|
10271
11045
|
);
|
|
10272
11046
|
PA.displayName = "PA";
|
|
10273
11047
|
|
|
10274
11048
|
// dist/icons/PauseSquare.tsx
|
|
10275
|
-
import
|
|
10276
|
-
import { jsx as
|
|
10277
|
-
var PauseSquare =
|
|
11049
|
+
import React841 from "react";
|
|
11050
|
+
import { jsx as jsx841 } from "react/jsx-runtime";
|
|
11051
|
+
var PauseSquare = React841.forwardRef(
|
|
10278
11052
|
({ size, ...props }, ref) => {
|
|
10279
|
-
return /* @__PURE__ */
|
|
11053
|
+
return /* @__PURE__ */ jsx841("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx841("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" }) });
|
|
10280
11054
|
}
|
|
10281
11055
|
);
|
|
10282
11056
|
PauseSquare.displayName = "PauseSquare";
|
|
10283
11057
|
|
|
10284
11058
|
// dist/icons/Pdf.tsx
|
|
10285
|
-
import
|
|
10286
|
-
import { jsx as
|
|
10287
|
-
var Pdf =
|
|
11059
|
+
import React842 from "react";
|
|
11060
|
+
import { jsx as jsx842, jsxs as jsxs698 } from "react/jsx-runtime";
|
|
11061
|
+
var Pdf = React842.forwardRef(
|
|
10288
11062
|
({ size, ...props }, ref) => {
|
|
10289
|
-
return /* @__PURE__ */
|
|
10290
|
-
/* @__PURE__ */
|
|
10291
|
-
/* @__PURE__ */
|
|
10292
|
-
/* @__PURE__ */
|
|
11063
|
+
return /* @__PURE__ */ jsxs698("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
11064
|
+
/* @__PURE__ */ jsx842("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" }),
|
|
11065
|
+
/* @__PURE__ */ jsx842("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
11066
|
+
/* @__PURE__ */ jsx842("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" })
|
|
10293
11067
|
] });
|
|
10294
11068
|
}
|
|
10295
11069
|
);
|
|
10296
11070
|
Pdf.displayName = "Pdf";
|
|
10297
11071
|
|
|
10298
11072
|
// dist/icons/PlayFilled.tsx
|
|
10299
|
-
import
|
|
10300
|
-
import { jsx as
|
|
10301
|
-
var PlayFilled =
|
|
11073
|
+
import React843 from "react";
|
|
11074
|
+
import { jsx as jsx843 } from "react/jsx-runtime";
|
|
11075
|
+
var PlayFilled = React843.forwardRef(
|
|
10302
11076
|
({ size, ...props }, ref) => {
|
|
10303
|
-
return /* @__PURE__ */
|
|
11077
|
+
return /* @__PURE__ */ jsx843("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx843("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" }) });
|
|
10304
11078
|
}
|
|
10305
11079
|
);
|
|
10306
11080
|
PlayFilled.displayName = "PlayFilled";
|
|
10307
11081
|
|
|
10308
11082
|
// dist/icons/Signature.tsx
|
|
10309
|
-
import
|
|
10310
|
-
import { jsx as
|
|
10311
|
-
var Signature =
|
|
11083
|
+
import React844 from "react";
|
|
11084
|
+
import { jsx as jsx844 } from "react/jsx-runtime";
|
|
11085
|
+
var Signature = React844.forwardRef(
|
|
10312
11086
|
({ size, ...props }, ref) => {
|
|
10313
|
-
return /* @__PURE__ */
|
|
11087
|
+
return /* @__PURE__ */ jsx844("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx844("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" }) });
|
|
10314
11088
|
}
|
|
10315
11089
|
);
|
|
10316
11090
|
Signature.displayName = "Signature";
|
|
10317
11091
|
|
|
10318
11092
|
// dist/icons/SperateDot.tsx
|
|
10319
|
-
import
|
|
10320
|
-
import { jsx as
|
|
10321
|
-
var SperateDot =
|
|
11093
|
+
import React845 from "react";
|
|
11094
|
+
import { jsx as jsx845 } from "react/jsx-runtime";
|
|
11095
|
+
var SperateDot = React845.forwardRef(
|
|
10322
11096
|
({ size, ...props }, ref) => {
|
|
10323
|
-
return /* @__PURE__ */
|
|
11097
|
+
return /* @__PURE__ */ jsx845("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx845("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
10324
11098
|
}
|
|
10325
11099
|
);
|
|
10326
11100
|
SperateDot.displayName = "SperateDot";
|
|
10327
11101
|
|
|
10328
11102
|
// dist/icons/SquarePen1.tsx
|
|
10329
|
-
import
|
|
10330
|
-
import { jsx as
|
|
10331
|
-
var SquarePen1 =
|
|
11103
|
+
import React846 from "react";
|
|
11104
|
+
import { jsx as jsx846, jsxs as jsxs699 } from "react/jsx-runtime";
|
|
11105
|
+
var SquarePen1 = React846.forwardRef(
|
|
10332
11106
|
({ size, ...props }, ref) => {
|
|
10333
|
-
return /* @__PURE__ */
|
|
10334
|
-
/* @__PURE__ */
|
|
10335
|
-
/* @__PURE__ */
|
|
11107
|
+
return /* @__PURE__ */ jsxs699("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
11108
|
+
/* @__PURE__ */ jsx846("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" }),
|
|
11109
|
+
/* @__PURE__ */ jsx846("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" })
|
|
10336
11110
|
] });
|
|
10337
11111
|
}
|
|
10338
11112
|
);
|
|
10339
11113
|
SquarePen1.displayName = "SquarePen1";
|
|
10340
11114
|
|
|
10341
11115
|
// dist/icons/Strikethrough.tsx
|
|
10342
|
-
import
|
|
10343
|
-
import { jsx as
|
|
10344
|
-
var Strikethrough =
|
|
11116
|
+
import React847 from "react";
|
|
11117
|
+
import { jsx as jsx847 } from "react/jsx-runtime";
|
|
11118
|
+
var Strikethrough = React847.forwardRef(
|
|
10345
11119
|
({ size, ...props }, ref) => {
|
|
10346
|
-
return /* @__PURE__ */
|
|
11120
|
+
return /* @__PURE__ */ jsx847("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx847("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" }) });
|
|
10347
11121
|
}
|
|
10348
11122
|
);
|
|
10349
11123
|
Strikethrough.displayName = "Strikethrough";
|
|
10350
11124
|
|
|
10351
11125
|
// dist/icons/Tasks.tsx
|
|
10352
|
-
import
|
|
10353
|
-
import { jsx as
|
|
10354
|
-
var Tasks =
|
|
11126
|
+
import React848 from "react";
|
|
11127
|
+
import { jsx as jsx848, jsxs as jsxs700 } from "react/jsx-runtime";
|
|
11128
|
+
var Tasks = React848.forwardRef(
|
|
10355
11129
|
({ size, ...props }, ref) => {
|
|
10356
|
-
return /* @__PURE__ */
|
|
10357
|
-
/* @__PURE__ */
|
|
10358
|
-
/* @__PURE__ */
|
|
11130
|
+
return /* @__PURE__ */ jsxs700("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
11131
|
+
/* @__PURE__ */ jsx848("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" }),
|
|
11132
|
+
/* @__PURE__ */ jsx848("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" })
|
|
10359
11133
|
] });
|
|
10360
11134
|
}
|
|
10361
11135
|
);
|
|
10362
11136
|
Tasks.displayName = "Tasks";
|
|
10363
11137
|
|
|
10364
11138
|
// dist/icons/Trash.tsx
|
|
10365
|
-
import
|
|
10366
|
-
import { jsx as
|
|
10367
|
-
var Trash =
|
|
11139
|
+
import React849 from "react";
|
|
11140
|
+
import { jsx as jsx849 } from "react/jsx-runtime";
|
|
11141
|
+
var Trash = React849.forwardRef(
|
|
10368
11142
|
({ size, ...props }, ref) => {
|
|
10369
|
-
return /* @__PURE__ */
|
|
11143
|
+
return /* @__PURE__ */ jsx849("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx849("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" }) });
|
|
10370
11144
|
}
|
|
10371
11145
|
);
|
|
10372
11146
|
Trash.displayName = "Trash";
|
|
10373
11147
|
|
|
10374
11148
|
// dist/icons/Video.tsx
|
|
10375
|
-
import
|
|
10376
|
-
import { jsx as
|
|
10377
|
-
var Video =
|
|
11149
|
+
import React850 from "react";
|
|
11150
|
+
import { jsx as jsx850 } from "react/jsx-runtime";
|
|
11151
|
+
var Video = React850.forwardRef(
|
|
10378
11152
|
({ size, ...props }, ref) => {
|
|
10379
|
-
return /* @__PURE__ */
|
|
11153
|
+
return /* @__PURE__ */ jsx850("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx850("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" }) });
|
|
10380
11154
|
}
|
|
10381
11155
|
);
|
|
10382
11156
|
Video.displayName = "Video";
|
|
10383
11157
|
|
|
10384
11158
|
// dist/icons/X.tsx
|
|
10385
|
-
import
|
|
10386
|
-
import { jsx as
|
|
10387
|
-
var X =
|
|
11159
|
+
import React851 from "react";
|
|
11160
|
+
import { jsx as jsx851 } from "react/jsx-runtime";
|
|
11161
|
+
var X = React851.forwardRef(
|
|
10388
11162
|
({ size, ...props }, ref) => {
|
|
10389
|
-
return /* @__PURE__ */
|
|
11163
|
+
return /* @__PURE__ */ jsx851("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx851("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" }) });
|
|
10390
11164
|
}
|
|
10391
11165
|
);
|
|
10392
11166
|
X.displayName = "X";
|
|
@@ -11157,6 +11931,7 @@ export {
|
|
|
11157
11931
|
MagickoQuoteUp,
|
|
11158
11932
|
MagickoRam,
|
|
11159
11933
|
MagickoRam2,
|
|
11934
|
+
MagickoReceipt,
|
|
11160
11935
|
MagickoReceipt1,
|
|
11161
11936
|
MagickoReceipt11,
|
|
11162
11937
|
MagickoReceipt2,
|
|
@@ -11166,6 +11941,65 @@ export {
|
|
|
11166
11941
|
MagickoReceiptDiscount,
|
|
11167
11942
|
MagickoReceiptDisscount,
|
|
11168
11943
|
MagickoReceiptEdit,
|
|
11944
|
+
MagickoReceiptItem,
|
|
11945
|
+
MagickoReceiptMinus,
|
|
11946
|
+
MagickoReceiptSearch,
|
|
11947
|
+
MagickoReceiptSquare,
|
|
11948
|
+
MagickoReceiptText,
|
|
11949
|
+
MagickoReceiveCloud,
|
|
11950
|
+
MagickoReceiveSquare01,
|
|
11951
|
+
MagickoReceiveSquare02,
|
|
11952
|
+
MagickoReceived,
|
|
11953
|
+
MagickoRecord,
|
|
11954
|
+
MagickoRedoArrow,
|
|
11955
|
+
MagickoRefreshArrow01,
|
|
11956
|
+
MagickoRefreshArrow02,
|
|
11957
|
+
MagickoRefreshCircle,
|
|
11958
|
+
MagickoRefreshCloud,
|
|
11959
|
+
MagickoRefreshLeft,
|
|
11960
|
+
MagickoRefreshRight,
|
|
11961
|
+
MagickoRefreshSquare,
|
|
11962
|
+
MagickoRelaxed,
|
|
11963
|
+
MagickoRepeatArrow,
|
|
11964
|
+
MagickoRepeatArrows,
|
|
11965
|
+
MagickoRepeatCircle,
|
|
11966
|
+
MagickoRepeateMusic,
|
|
11967
|
+
MagickoRepeateOne,
|
|
11968
|
+
MagickoReverseTimeArrow,
|
|
11969
|
+
MagickoRightCloud,
|
|
11970
|
+
MagickoRotateLeft,
|
|
11971
|
+
MagickoRotateLeft1,
|
|
11972
|
+
MagickoRotateRight,
|
|
11973
|
+
MagickoRotateRight1,
|
|
11974
|
+
MagickoRowHorizontal,
|
|
11975
|
+
MagickoRowVertical,
|
|
11976
|
+
MagickoSad3,
|
|
11977
|
+
MagickoSadFace,
|
|
11978
|
+
MagickoSagittarius,
|
|
11979
|
+
MagickoSatisfied,
|
|
11980
|
+
MagickoSave2,
|
|
11981
|
+
MagickoSaveAdd,
|
|
11982
|
+
MagickoSaveMinus,
|
|
11983
|
+
MagickoSaveRemove,
|
|
11984
|
+
MagickoScheduled1,
|
|
11985
|
+
MagickoScreenmirroring,
|
|
11986
|
+
MagickoScroll01,
|
|
11987
|
+
MagickoScroll02,
|
|
11988
|
+
MagickoScrollfinger,
|
|
11989
|
+
MagickoSearch,
|
|
11990
|
+
MagickoSearchCloud,
|
|
11991
|
+
MagickoSearchZoomIn1,
|
|
11992
|
+
MagickoSearchZoomOut1,
|
|
11993
|
+
MagickoSecurity,
|
|
11994
|
+
MagickoSecuritySafe,
|
|
11995
|
+
MagickoSecurityUser,
|
|
11996
|
+
MagickoSend1,
|
|
11997
|
+
MagickoSend2,
|
|
11998
|
+
MagickoSend21,
|
|
11999
|
+
MagickoSendCloud,
|
|
12000
|
+
MagickoSendReceiveCloud,
|
|
12001
|
+
MagickoSendSquare01,
|
|
12002
|
+
MagickoSendSquare02,
|
|
11169
12003
|
Marketing,
|
|
11170
12004
|
MessageEdit,
|
|
11171
12005
|
Network,
|