magick-icons 0.1.246 → 0.1.247
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.mts +541 -1
- package/index.d.ts +541 -1
- package/index.js +510 -69
- package/index.js.map +1 -1
- package/index.mjs +482 -71
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -12516,172 +12516,553 @@ var MagickoVerify = React955.forwardRef(
|
|
|
12516
12516
|
);
|
|
12517
12517
|
MagickoVerify.displayName = "MagickoVerify";
|
|
12518
12518
|
|
|
12519
|
-
// dist/icons/
|
|
12519
|
+
// dist/icons/MagickoVideo.tsx
|
|
12520
12520
|
import React956 from "react";
|
|
12521
|
-
import { jsx as jsx956 } from "react/jsx-runtime";
|
|
12522
|
-
var
|
|
12521
|
+
import { jsx as jsx956, jsxs as jsxs787 } from "react/jsx-runtime";
|
|
12522
|
+
var MagickoVideo = React956.forwardRef(
|
|
12523
|
+
({ size, ...props }, ref) => {
|
|
12524
|
+
return /* @__PURE__ */ jsxs787("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12525
|
+
/* @__PURE__ */ jsx956("path", { fill: "#1e293b", d: "M12.88 20.86H6.81C3.26 20.86 2 18.37 2 16.05v-8.1c0-3.46 1.35-4.81 4.81-4.81h6.07c3.46 0 4.81 1.35 4.81 4.81v8.1c0 3.46-1.35 4.81-4.81 4.81M6.81 4.66c-2.61 0-3.29.68-3.29 3.29v8.1c0 1.23.43 3.29 3.29 3.29h6.07c2.61 0 3.29-.68 3.29-3.29v-8.1c0-2.61-.68-3.29-3.29-3.29z" }),
|
|
12526
|
+
/* @__PURE__ */ jsx956("path", { fill: "#1e293b", d: "M20.78 18.11c-.43 0-.98-.14-1.61-.58l-2.67-1.87a.75.75 0 0 1-.32-.62V8.96c0-.25.12-.48.32-.62l2.67-1.87c1.19-.83 2.06-.59 2.47-.38.41.22 1.11.79 1.11 2.24v7.33c0 1.45-.7 2.03-1.11 2.24-.19.11-.49.21-.86.21m-3.09-3.47 2.35 1.64c.45.31.77.34.9.27.14-.07.29-.35.29-.89V8.34c0-.55-.16-.82-.29-.89s-.45-.04-.9.27l-2.35 1.64zM11.5 11.75c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25 2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75" })
|
|
12527
|
+
] });
|
|
12528
|
+
}
|
|
12529
|
+
);
|
|
12530
|
+
MagickoVideo.displayName = "MagickoVideo";
|
|
12531
|
+
|
|
12532
|
+
// dist/icons/MagickoVideo1.tsx
|
|
12533
|
+
import React957 from "react";
|
|
12534
|
+
import { jsx as jsx957, jsxs as jsxs788 } from "react/jsx-runtime";
|
|
12535
|
+
var MagickoVideo1 = React957.forwardRef(
|
|
12536
|
+
({ size, ...props }, ref) => {
|
|
12537
|
+
return /* @__PURE__ */ jsxs788("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12538
|
+
/* @__PURE__ */ jsx957("path", { fill: "#1e293b", d: "M17.5 21.75h-11a4.26 4.26 0 0 1-4.25-4.25v-11A4.26 4.26 0 0 1 6.5 2.25h11a4.26 4.26 0 0 1 4.25 4.25v11a4.26 4.26 0 0 1-4.25 4.25m-11-18c-1.52 0-2.75 1.23-2.75 2.75v11c0 1.52 1.23 2.75 2.75 2.75h11c1.52 0 2.75-1.23 2.75-2.75v-11c0-1.52-1.23-2.75-2.75-2.75z" }),
|
|
12539
|
+
/* @__PURE__ */ jsx957("path", { fill: "#1e293b", d: "M21 16.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
12540
|
+
/* @__PURE__ */ jsx957("path", { fill: "#1e293b", d: "M6.89 21.75a.83.83 0 0 1-.4-.11.747.747 0 0 1-.24-1.03l3.13-5a.747.747 0 1 1 1.27.79l-3.13 5c-.13.22-.38.35-.63.35M13.97 21.75a.83.83 0 0 1-.4-.11.747.747 0 0 1-.24-1.03l3.13-5a.747.747 0 1 1 1.27.79l-3.13 5c-.13.22-.38.35-.63.35" })
|
|
12541
|
+
] });
|
|
12542
|
+
}
|
|
12543
|
+
);
|
|
12544
|
+
MagickoVideo1.displayName = "MagickoVideo1";
|
|
12545
|
+
|
|
12546
|
+
// dist/icons/MagickoVideoHorizontal.tsx
|
|
12547
|
+
import React958 from "react";
|
|
12548
|
+
import { jsx as jsx958, jsxs as jsxs789 } from "react/jsx-runtime";
|
|
12549
|
+
var MagickoVideoHorizontal = React958.forwardRef(
|
|
12550
|
+
({ size, ...props }, ref) => {
|
|
12551
|
+
return /* @__PURE__ */ jsxs789("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12552
|
+
/* @__PURE__ */ jsx958("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" }),
|
|
12553
|
+
/* @__PURE__ */ jsx958("path", { fill: "#1e293b", d: "M21.48 17.86H2.52c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18.96a.749.749 0 1 1 0 1.5M21.48 7.86H2.52a.749.749 0 1 1 0-1.5h18.96a.749.749 0 1 1 0 1.5" }),
|
|
12554
|
+
/* @__PURE__ */ jsx958("path", { fill: "#1e293b", d: "M6.97 22.21c-.41 0-.75-.34-.75-.75v-4.35c0-.41.34-.75.75-.75s.75.34.75.75v4.35c0 .42-.34.75-.75.75M12 22.72c-.41 0-.75-.34-.75-.75v-4.86c0-.41.34-.75.75-.75s.75.34.75.75v4.86c0 .41-.34.75-.75.75M16.97 22.27c-.41 0-.75-.34-.75-.75v-4.41c0-.41.34-.75.75-.75s.75.34.75.75v4.41c0 .42-.34.75-.75.75M6.97 7.21c-.41 0-.75-.34-.75-.75V2.11c0-.41.34-.75.75-.75s.75.34.75.75v4.35c0 .42-.34.75-.75.75M12 7.72c-.41 0-.75-.34-.75-.75V2.11c0-.41.34-.75.75-.75s.75.34.75.75v4.86c0 .41-.34.75-.75.75" }),
|
|
12555
|
+
/* @__PURE__ */ jsx958("path", { fill: "#1e293b", d: "M12 18.78c-.41 0-.75-.34-.75-.75v-11c0-.41.34-.75.75-.75s.75.34.75.75v11c0 .41-.34.75-.75.75M16.97 7.27c-.41 0-.75-.34-.75-.75V2.11c0-.41.34-.75.75-.75s.75.34.75.75v4.41c0 .42-.34.75-.75.75" })
|
|
12556
|
+
] });
|
|
12557
|
+
}
|
|
12558
|
+
);
|
|
12559
|
+
MagickoVideoHorizontal.displayName = "MagickoVideoHorizontal";
|
|
12560
|
+
|
|
12561
|
+
// dist/icons/MagickoVideoPlay.tsx
|
|
12562
|
+
import React959 from "react";
|
|
12563
|
+
import { jsx as jsx959, jsxs as jsxs790 } from "react/jsx-runtime";
|
|
12564
|
+
var MagickoVideoPlay = React959.forwardRef(
|
|
12565
|
+
({ size, ...props }, ref) => {
|
|
12566
|
+
return /* @__PURE__ */ jsxs790("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12567
|
+
/* @__PURE__ */ jsx959("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" }),
|
|
12568
|
+
/* @__PURE__ */ jsx959("path", { fill: "#1e293b", d: "M21.48 7.86H2.52a.749.749 0 1 1 0-1.5h18.96a.749.749 0 1 1 0 1.5" }),
|
|
12569
|
+
/* @__PURE__ */ jsx959("path", { fill: "#1e293b", d: "M8.52 7.72c-.41 0-.75-.34-.75-.75V2.11c0-.41.34-.75.75-.75s.75.34.75.75v4.86c0 .41-.34.75-.75.75M15.48 7.27c-.41 0-.75-.34-.75-.75V2.11c0-.41.34-.75.75-.75s.75.34.75.75v4.41c0 .42-.33.75-.75.75M11.09 18.12c-.36 0-.7-.09-1.01-.26-.68-.4-1.08-1.2-1.08-2.21v-2.4c0-1.01.4-1.82 1.09-2.22s1.59-.34 2.46.17l2.08 1.2c.87.5 1.38 1.25 1.38 2.05S15.5 16 14.62 16.5l-2.08 1.2c-.48.28-.98.42-1.45.42m.01-5.85c-.1 0-.19.02-.26.06-.21.12-.34.46-.34.92v2.4c0 .45.13.79.34.92.21.12.57.06.96-.17l2.08-1.2c.39-.23.63-.51.63-.75s-.23-.52-.63-.75l-2.08-1.2c-.26-.15-.51-.23-.7-.23" })
|
|
12570
|
+
] });
|
|
12571
|
+
}
|
|
12572
|
+
);
|
|
12573
|
+
MagickoVideoPlay.displayName = "MagickoVideoPlay";
|
|
12574
|
+
|
|
12575
|
+
// dist/icons/MagickoVideoSlash.tsx
|
|
12576
|
+
import React960 from "react";
|
|
12577
|
+
import { jsx as jsx960, jsxs as jsxs791 } from "react/jsx-runtime";
|
|
12578
|
+
var MagickoVideoSlash = React960.forwardRef(
|
|
12579
|
+
({ size, ...props }, ref) => {
|
|
12580
|
+
return /* @__PURE__ */ jsxs791("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12581
|
+
/* @__PURE__ */ jsx960("path", { fill: "#1e293b", d: "M4.3 19.92c-.17 0-.34-.06-.48-.17-1.01-.83-1.57-2.16-1.57-3.75V8c0-3.42 1.33-4.75 4.75-4.75h6c2.04 0 4.18.38 4.64 3.23.07.41-.21.79-.62.86a.747.747 0 0 1-.86-.62c-.21-1.3-.76-1.97-3.16-1.97H7c-2.58 0-3.25.67-3.25 3.25v8c0 .65.13 1.86 1.02 2.59.32.26.37.74.1 1.06-.14.18-.36.27-.57.27M13 20.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c2.58 0 3.25-.67 3.25-3.25v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 3.42-1.33 4.75-4.75 4.75" }),
|
|
12582
|
+
/* @__PURE__ */ jsx960("path", { fill: "#1e293b", d: "M20.8 18.04c-.43 0-.96-.14-1.59-.58l-2.64-1.85a.743.743 0 0 1-.18-1.04c.24-.34.7-.42 1.04-.18l2.64 1.85c.44.31.76.34.89.27s.29-.34.29-.88V7c0-.41.34-.75.75-.75s.75.34.75.75v8.62c0 1.43-.69 2-1.1 2.21-.19.1-.48.21-.85.21M2.02 22.94c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l20-20c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-20 20c-.14.15-.34.22-.53.22" })
|
|
12583
|
+
] });
|
|
12584
|
+
}
|
|
12585
|
+
);
|
|
12586
|
+
MagickoVideoSlash.displayName = "MagickoVideoSlash";
|
|
12587
|
+
|
|
12588
|
+
// dist/icons/MagickoVoiceCircle.tsx
|
|
12589
|
+
import React961 from "react";
|
|
12590
|
+
import { jsx as jsx961, jsxs as jsxs792 } from "react/jsx-runtime";
|
|
12591
|
+
var MagickoVoiceCircle = React961.forwardRef(
|
|
12592
|
+
({ size, ...props }, ref) => {
|
|
12593
|
+
return /* @__PURE__ */ jsxs792("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12594
|
+
/* @__PURE__ */ jsx961("path", { fill: "#1e293b", d: "M6 14.89c-.41 0-.75-.34-.75-.75V9.85c0-.41.34-.75.75-.75s.75.34.75.75v4.29c0 .42-.34.75-.75.75M9 16.32c-.41 0-.75-.34-.75-.75V8.43c0-.41.34-.75.75-.75s.75.34.75.75v7.14c0 .42-.34.75-.75.75M12 17.75c-.41 0-.75-.34-.75-.75V7c0-.41.34-.75.75-.75s.75.34.75.75v10c0 .41-.34.75-.75.75M15 16.32c-.41 0-.75-.34-.75-.75V8.43c0-.41.34-.75.75-.75s.75.34.75.75v7.14c0 .42-.34.75-.75.75M18 14.89c-.41 0-.75-.34-.75-.75V9.85c0-.41.34-.75.75-.75s.75.34.75.75v4.29c0 .42-.34.75-.75.75" }),
|
|
12595
|
+
/* @__PURE__ */ jsx961("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" })
|
|
12596
|
+
] });
|
|
12597
|
+
}
|
|
12598
|
+
);
|
|
12599
|
+
MagickoVoiceCircle.displayName = "MagickoVoiceCircle";
|
|
12600
|
+
|
|
12601
|
+
// dist/icons/MagickoVoiceSquare.tsx
|
|
12602
|
+
import React962 from "react";
|
|
12603
|
+
import { jsx as jsx962, jsxs as jsxs793 } from "react/jsx-runtime";
|
|
12604
|
+
var MagickoVoiceSquare = React962.forwardRef(
|
|
12605
|
+
({ size, ...props }, ref) => {
|
|
12606
|
+
return /* @__PURE__ */ jsxs793("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12607
|
+
/* @__PURE__ */ jsx962("path", { fill: "#1e293b", d: "M6 14.89c-.41 0-.75-.34-.75-.75V9.85c0-.41.34-.75.75-.75s.75.34.75.75v4.29c0 .42-.34.75-.75.75M9 16.32c-.41 0-.75-.34-.75-.75V8.43c0-.41.34-.75.75-.75s.75.34.75.75v7.14c0 .42-.34.75-.75.75M12 17.75c-.41 0-.75-.34-.75-.75V7c0-.41.34-.75.75-.75s.75.34.75.75v10c0 .41-.34.75-.75.75M15 16.32c-.41 0-.75-.34-.75-.75V8.43c0-.41.34-.75.75-.75s.75.34.75.75v7.14c0 .42-.34.75-.75.75M18 14.89c-.41 0-.75-.34-.75-.75V9.85c0-.41.34-.75.75-.75s.75.34.75.75v4.29c0 .42-.34.75-.75.75" }),
|
|
12608
|
+
/* @__PURE__ */ jsx962("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" })
|
|
12609
|
+
] });
|
|
12610
|
+
}
|
|
12611
|
+
);
|
|
12612
|
+
MagickoVoiceSquare.displayName = "MagickoVoiceSquare";
|
|
12613
|
+
|
|
12614
|
+
// dist/icons/MagickoVolumeCross.tsx
|
|
12615
|
+
import React963 from "react";
|
|
12616
|
+
import { jsx as jsx963, jsxs as jsxs794 } from "react/jsx-runtime";
|
|
12617
|
+
var MagickoVolumeCross = React963.forwardRef(
|
|
12618
|
+
({ size, ...props }, ref) => {
|
|
12619
|
+
return /* @__PURE__ */ jsxs794("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12620
|
+
/* @__PURE__ */ jsx963("path", { fill: "#1e293b", d: "M12.55 20.59c-.79 0-1.66-.28-2.53-.83L7.1 17.93c-.2-.12-.43-.19-.66-.19H5c-2.42 0-3.75-1.33-3.75-3.75v-4c0-2.42 1.33-3.75 3.75-3.75h1.43c.23 0 .46-.07.66-.19l2.92-1.83c1.46-.91 2.88-1.08 4-.46s1.73 1.91 1.73 3.64v9.17c0 1.72-.62 3.02-1.73 3.64-.44.26-.94.38-1.46.38M5 7.75c-1.58 0-2.25.67-2.25 2.25v4c0 1.58.67 2.25 2.25 2.25h1.43c.52 0 1.02.14 1.46.42l2.92 1.83c.97.6 1.87.76 2.48.42s.96-1.19.96-2.32V7.41c0-1.14-.35-1.99-.96-2.32-.61-.34-1.52-.19-2.48.42L7.88 7.33c-.43.28-.94.42-1.45.42zM22 14.71c-.19 0-.38-.07-.53-.22l-3.96-3.96a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.96 3.96c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22" }),
|
|
12621
|
+
/* @__PURE__ */ jsx963("path", { fill: "#1e293b", d: "M18 14.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.96-3.96c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.96 3.96c-.15.15-.34.22-.53.22" })
|
|
12622
|
+
] });
|
|
12623
|
+
}
|
|
12624
|
+
);
|
|
12625
|
+
MagickoVolumeCross.displayName = "MagickoVolumeCross";
|
|
12626
|
+
|
|
12627
|
+
// dist/icons/MagickoVolumeHigh.tsx
|
|
12628
|
+
import React964 from "react";
|
|
12629
|
+
import { jsx as jsx964, jsxs as jsxs795 } from "react/jsx-runtime";
|
|
12630
|
+
var MagickoVolumeHigh = React964.forwardRef(
|
|
12631
|
+
({ size, ...props }, ref) => {
|
|
12632
|
+
return /* @__PURE__ */ jsxs795("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12633
|
+
/* @__PURE__ */ jsx964("path", { fill: "#1e293b", d: "M12.55 20.59c-.79 0-1.66-.28-2.53-.83L7.1 17.93c-.2-.12-.43-.19-.66-.19H5c-2.42 0-3.75-1.33-3.75-3.75v-4c0-2.42 1.33-3.75 3.75-3.75h1.43c.23 0 .46-.07.66-.19l2.92-1.83c1.46-.91 2.88-1.08 4-.46s1.73 1.91 1.73 3.64v9.17c0 1.72-.62 3.02-1.73 3.64-.44.26-.94.38-1.46.38M5 7.75c-1.58 0-2.25.67-2.25 2.25v4c0 1.58.67 2.25 2.25 2.25h1.43c.52 0 1.02.14 1.46.42l2.92 1.83c.96.6 1.87.76 2.48.42s.96-1.19.96-2.32V7.41c0-1.14-.35-1.99-.96-2.32-.61-.34-1.52-.19-2.48.42L7.88 7.33c-.43.28-.94.42-1.45.42zM18 16.75a.75.75 0 0 1-.6-1.2 5.94 5.94 0 0 0 0-7.1.75.75 0 0 1 1.2-.9c1.96 2.62 1.96 6.28 0 8.9-.15.2-.37.3-.6.3" }),
|
|
12634
|
+
/* @__PURE__ */ jsx964("path", { fill: "#1e293b", d: "M19.83 19.25a.75.75 0 0 1-.6-1.2c2.67-3.56 2.67-8.54 0-12.1a.75.75 0 0 1 1.2-.9c3.07 4.09 3.07 9.81 0 13.9-.14.2-.37.3-.6.3" })
|
|
12635
|
+
] });
|
|
12636
|
+
}
|
|
12637
|
+
);
|
|
12638
|
+
MagickoVolumeHigh.displayName = "MagickoVolumeHigh";
|
|
12639
|
+
|
|
12640
|
+
// dist/icons/MagickoVolumeLow.tsx
|
|
12641
|
+
import React965 from "react";
|
|
12642
|
+
import { jsx as jsx965 } from "react/jsx-runtime";
|
|
12643
|
+
var MagickoVolumeLow = React965.forwardRef(
|
|
12644
|
+
({ size, ...props }, ref) => {
|
|
12645
|
+
return /* @__PURE__ */ jsx965("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx965("path", { fill: "#1e293b", d: "M13.88 20.59c-.79 0-1.66-.28-2.53-.83l-2.92-1.83c-.2-.12-.43-.19-.66-.19H6.33c-2.42 0-3.75-1.33-3.75-3.75v-4c0-2.42 1.33-3.75 3.75-3.75h1.43c.23 0 .46-.07.66-.19l2.92-1.83c1.46-.91 2.88-1.08 4-.46s1.73 1.91 1.73 3.64v9.17c0 1.72-.62 3.02-1.73 3.64-.44.26-.93.38-1.46.38M6.33 7.75c-1.58 0-2.25.67-2.25 2.25v4c0 1.58.67 2.25 2.25 2.25h1.43c.52 0 1.02.14 1.46.42l2.92 1.83c.97.6 1.87.76 2.48.42s.96-1.19.96-2.32V7.41c0-1.14-.35-1.99-.96-2.32-.61-.34-1.51-.19-2.48.42L9.22 7.33c-.44.28-.94.42-1.46.42zM19.33 16.75a.75.75 0 0 1-.6-1.2 5.94 5.94 0 0 0 0-7.1.75.75 0 0 1 1.2-.9 7.44 7.44 0 0 1 0 8.9c-.14.2-.37.3-.6.3" }) });
|
|
12646
|
+
}
|
|
12647
|
+
);
|
|
12648
|
+
MagickoVolumeLow.displayName = "MagickoVolumeLow";
|
|
12649
|
+
|
|
12650
|
+
// dist/icons/MagickoVolumeLow1.tsx
|
|
12651
|
+
import React966 from "react";
|
|
12652
|
+
import { jsx as jsx966 } from "react/jsx-runtime";
|
|
12653
|
+
var MagickoVolumeLow1 = React966.forwardRef(
|
|
12654
|
+
({ size, ...props }, ref) => {
|
|
12655
|
+
return /* @__PURE__ */ jsx966("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx966("path", { fill: "#1e293b", d: "M12.76 20.75c-.81 0-1.68-.28-2.58-.84L7.2 18.05c-.21-.13-.44-.2-.68-.2H5.06c-2.46 0-3.81-1.35-3.81-3.81V9.96c0-2.46 1.35-3.81 3.81-3.81h1.46c.24 0 .48-.07.68-.2l2.98-1.86c1.49-.93 2.93-1.1 4.07-.46 1.14.63 1.76 1.94 1.76 3.7v9.36c0 1.75-.63 3.07-1.76 3.7-.45.24-.95.36-1.49.36m-7.7-13.1c-1.62 0-2.31.69-2.31 2.31v4.08c0 1.62.69 2.31 2.31 2.31h1.46c.52 0 1.03.15 1.48.42l2.98 1.86c.99.62 1.92.77 2.55.43.63-.35.99-1.22.99-2.38V7.32c0-1.17-.36-2.04-.99-2.38-.63-.35-1.56-.19-2.55.43L8 7.22a2.8 2.8 0 0 1-1.48.43zM22 12.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }) });
|
|
12656
|
+
}
|
|
12657
|
+
);
|
|
12658
|
+
MagickoVolumeLow1.displayName = "MagickoVolumeLow1";
|
|
12659
|
+
|
|
12660
|
+
// dist/icons/MagickoVolumeMute.tsx
|
|
12661
|
+
import React967 from "react";
|
|
12662
|
+
import { jsx as jsx967 } from "react/jsx-runtime";
|
|
12663
|
+
var MagickoVolumeMute = React967.forwardRef(
|
|
12664
|
+
({ size, ...props }, ref) => {
|
|
12665
|
+
return /* @__PURE__ */ jsx967("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx967("path", { fill: "#1e293b", d: "M16.05 20.59c-.79 0-1.66-.28-2.53-.83l-2.92-1.83c-.2-.12-.43-.19-.66-.19H8.5c-2.42 0-3.75-1.33-3.75-3.75v-4c0-2.42 1.33-3.75 3.75-3.75h1.43c.23 0 .46-.07.66-.19l2.92-1.83c1.46-.91 2.88-1.08 4-.46s1.73 1.91 1.73 3.64v9.17c0 1.72-.62 3.02-1.73 3.64-.44.26-.94.38-1.46.38M8.5 7.75c-1.58 0-2.25.67-2.25 2.25v4c0 1.58.67 2.25 2.25 2.25h1.43c.52 0 1.02.14 1.46.42l2.92 1.83c.97.6 1.87.76 2.48.42s.96-1.19.96-2.32V7.41c0-1.14-.35-1.99-.96-2.32-.61-.34-1.51-.19-2.48.42l-2.92 1.83c-.44.27-.94.42-1.46.42H8.5z" }) });
|
|
12666
|
+
}
|
|
12667
|
+
);
|
|
12668
|
+
MagickoVolumeMute.displayName = "MagickoVolumeMute";
|
|
12669
|
+
|
|
12670
|
+
// dist/icons/MagickoVolumeSlash.tsx
|
|
12671
|
+
import React968 from "react";
|
|
12672
|
+
import { jsx as jsx968, jsxs as jsxs796 } from "react/jsx-runtime";
|
|
12673
|
+
var MagickoVolumeSlash = React968.forwardRef(
|
|
12674
|
+
({ size, ...props }, ref) => {
|
|
12675
|
+
return /* @__PURE__ */ jsxs796("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12676
|
+
/* @__PURE__ */ jsx968("path", { fill: "#1e293b", d: "M7 17.75H5c-2.42 0-3.75-1.33-3.75-3.75v-4c0-2.42 1.33-3.75 3.75-3.75h1.43c.23 0 .46-.07.66-.19l2.92-1.83c1.46-.91 2.88-1.08 4-.46s1.73 1.91 1.73 3.64v.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.96c0-1.14-.35-1.99-.96-2.32-.61-.34-1.51-.19-2.48.42L7.88 7.33c-.43.28-.94.42-1.45.42H5c-1.58 0-2.25.67-2.25 2.25v4c0 1.58.67 2.25 2.25 2.25h2c.41 0 .75.34.75.75s-.34.75-.75.75M12.55 20.59c-.79 0-1.66-.28-2.53-.83a.747.747 0 1 1 .79-1.27c.97.6 1.87.76 2.48.42s.96-1.19.96-2.32v-3.64c0-.41.34-.75.75-.75s.75.34.75.75v3.64c0 1.72-.62 3.02-1.73 3.64-.45.24-.95.36-1.47.36M18 16.75a.75.75 0 0 1-.6-1.2 5.93 5.93 0 0 0 .72-5.84.75.75 0 0 1 .4-.98c.38-.16.82.02.98.4 1.02 2.42.67 5.23-.9 7.33-.15.19-.37.29-.6.29" }),
|
|
12677
|
+
/* @__PURE__ */ jsx968("path", { fill: "#1e293b", d: "M19.83 19.25a.75.75 0 0 1-.6-1.2c2.14-2.85 2.61-6.67 1.23-9.96a.75.75 0 0 1 .4-.98c.39-.16.82.02.98.4 1.59 3.78 1.05 8.16-1.41 11.44-.14.2-.37.3-.6.3M2 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l20-20c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-20 20c-.15.15-.34.22-.53.22" })
|
|
12678
|
+
] });
|
|
12679
|
+
}
|
|
12680
|
+
);
|
|
12681
|
+
MagickoVolumeSlash.displayName = "MagickoVolumeSlash";
|
|
12682
|
+
|
|
12683
|
+
// dist/icons/MagickoVolumeUp.tsx
|
|
12684
|
+
import React969 from "react";
|
|
12685
|
+
import { jsx as jsx969, jsxs as jsxs797 } from "react/jsx-runtime";
|
|
12686
|
+
var MagickoVolumeUp = React969.forwardRef(
|
|
12687
|
+
({ size, ...props }, ref) => {
|
|
12688
|
+
return /* @__PURE__ */ jsxs797("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12689
|
+
/* @__PURE__ */ jsx969("path", { fill: "#1e293b", d: "M12.76 20.75c-.81 0-1.68-.28-2.58-.84L7.2 18.05c-.21-.13-.44-.2-.68-.2H5.06c-2.46 0-3.81-1.35-3.81-3.81V9.96c0-2.46 1.35-3.81 3.81-3.81h1.46c.24 0 .48-.07.68-.2l2.98-1.86c1.49-.93 2.93-1.1 4.07-.46 1.14.63 1.76 1.94 1.76 3.7v9.36c0 1.75-.63 3.07-1.76 3.7-.45.24-.95.36-1.49.36m-7.7-13.1c-1.62 0-2.31.69-2.31 2.31v4.08c0 1.62.69 2.31 2.31 2.31h1.46c.52 0 1.03.15 1.48.42l2.98 1.86c.99.62 1.92.77 2.55.43.63-.35.99-1.22.99-2.38V7.32c0-1.17-.36-2.04-.99-2.38-.63-.35-1.56-.19-2.55.43L8 7.22a2.8 2.8 0 0 1-1.48.43zM22 12.75h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
12690
|
+
/* @__PURE__ */ jsx969("path", { fill: "#1e293b", d: "M20 14.75c-.41 0-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .41-.34.75-.75.75" })
|
|
12691
|
+
] });
|
|
12692
|
+
}
|
|
12693
|
+
);
|
|
12694
|
+
MagickoVolumeUp.displayName = "MagickoVolumeUp";
|
|
12695
|
+
|
|
12696
|
+
// dist/icons/MagickoWarning2.tsx
|
|
12697
|
+
import React970 from "react";
|
|
12698
|
+
import { jsx as jsx970, jsxs as jsxs798 } from "react/jsx-runtime";
|
|
12699
|
+
var MagickoWarning2 = React970.forwardRef(
|
|
12700
|
+
({ size, ...props }, ref) => {
|
|
12701
|
+
return /* @__PURE__ */ jsxs798("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12702
|
+
/* @__PURE__ */ jsx970("path", { fill: "#1e293b", d: "M12 13.75c-.41 0-.75-.34-.75-.75V7.75c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75M12 17.25a1 1 0 0 1-.71-.29c-.09-.1-.16-.21-.22-.33a1 1 0 0 1-.07-.38c0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .13-.03.26-.08.38q-.075.18-.21.33a1 1 0 0 1-.71.29" }),
|
|
12703
|
+
/* @__PURE__ */ jsx970("path", { fill: "#1e293b", d: "M12 22.75c-.67 0-1.35-.17-1.95-.52L4.11 18.8c-1.2-.7-1.95-1.99-1.95-3.38V8.58c0-1.39.75-2.68 1.95-3.38l5.94-3.43c1.2-.7 2.69-.7 3.9 0l5.94 3.43c1.2.7 1.95 1.99 1.95 3.38v6.84c0 1.39-.75 2.68-1.95 3.38l-5.94 3.43c-.6.35-1.28.52-1.95.52m0-20c-.41 0-.83.11-1.2.32L4.86 6.5c-.74.43-1.2 1.22-1.2 2.08v6.84c0 .85.46 1.65 1.2 2.08l5.94 3.43c.74.43 1.66.43 2.39 0l5.94-3.43c.74-.43 1.2-1.22 1.2-2.08V8.58c0-.85-.46-1.65-1.2-2.08l-5.94-3.43c-.36-.21-.78-.32-1.19-.32" })
|
|
12704
|
+
] });
|
|
12705
|
+
}
|
|
12706
|
+
);
|
|
12707
|
+
MagickoWarning2.displayName = "MagickoWarning2";
|
|
12708
|
+
|
|
12709
|
+
// dist/icons/MagickoWatch1.tsx
|
|
12710
|
+
import React971 from "react";
|
|
12711
|
+
import { jsx as jsx971, jsxs as jsxs799 } from "react/jsx-runtime";
|
|
12712
|
+
var MagickoWatch1 = React971.forwardRef(
|
|
12523
12713
|
({ size, ...props }, ref) => {
|
|
12524
|
-
return /* @__PURE__ */
|
|
12714
|
+
return /* @__PURE__ */ jsxs799("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12715
|
+
/* @__PURE__ */ jsx971("path", { fill: "#1e293b", d: "M15.5 19.75h-7c-2.74 0-4.25-1.51-4.25-4.25v-7c0-2.74 1.51-4.25 4.25-4.25h7c2.74 0 4.25 1.51 4.25 4.25v7c0 2.74-1.51 4.25-4.25 4.25m-7-14c-1.93 0-2.75.82-2.75 2.75v7c0 1.93.82 2.75 2.75 2.75h7c1.93 0 2.75-.82 2.75-2.75v-7c0-1.93-.82-2.75-2.75-2.75zM16 2.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M16 22.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
12716
|
+
/* @__PURE__ */ jsx971("path", { fill: "#1e293b", d: "M14.5 13.25h-3c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v2.25h2.25c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
12717
|
+
] });
|
|
12718
|
+
}
|
|
12719
|
+
);
|
|
12720
|
+
MagickoWatch1.displayName = "MagickoWatch1";
|
|
12721
|
+
|
|
12722
|
+
// dist/icons/MagickoWatch11.tsx
|
|
12723
|
+
import React972 from "react";
|
|
12724
|
+
import { jsx as jsx972, jsxs as jsxs800 } from "react/jsx-runtime";
|
|
12725
|
+
var MagickoWatch11 = React972.forwardRef(
|
|
12726
|
+
({ size, ...props }, ref) => {
|
|
12727
|
+
return /* @__PURE__ */ jsxs800("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12728
|
+
/* @__PURE__ */ jsx972("path", { fill: "#1e293b", d: "M12.15 13.13a.75.75 0 0 1-.53-.22l-1.94-1.94a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.64 1.64 2.04-.49c.4-.1.81.15.91.55s-.15.81-.55.91l-2.45.59c-.06.01-.12.02-.18.02M5.96 22.75c-.73 0-1.46-.28-2.02-.83l-1.85-1.85a2.867 2.867 0 0 1 0-4.04l2.64-2.64c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.64 2.64c-.53.53-.53 1.39 0 1.92L5 20.86c.53.53 1.39.53 1.92 0l2.63-2.63c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.63 2.63c-.56.56-1.29.83-2.02.83M18.75 10.83c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l2.64-2.64c.53-.53.53-1.39 0-1.92l-1.85-1.85c-.53-.53-1.39-.53-1.92 0l-2.64 2.64c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2.64-2.64a2.867 2.867 0 0 1 4.04 0l1.85 1.85a2.867 2.867 0 0 1 0 4.04l-2.64 2.64c-.15.15-.34.22-.53.22" }),
|
|
12729
|
+
/* @__PURE__ */ jsx972("path", { fill: "#1e293b", d: "M12 19.76c-4.28 0-7.76-3.48-7.76-7.76S7.72 4.24 12 4.24s7.76 3.48 7.76 7.76-3.48 7.76-7.76 7.76m0-14.02A6.27 6.27 0 0 0 5.74 12 6.27 6.27 0 0 0 12 18.26 6.27 6.27 0 0 0 18.26 12 6.27 6.27 0 0 0 12 5.74" })
|
|
12730
|
+
] });
|
|
12731
|
+
}
|
|
12732
|
+
);
|
|
12733
|
+
MagickoWatch11.displayName = "MagickoWatch11";
|
|
12734
|
+
|
|
12735
|
+
// dist/icons/MagickoWatchStatus1.tsx
|
|
12736
|
+
import React973 from "react";
|
|
12737
|
+
import { jsx as jsx973, jsxs as jsxs801 } from "react/jsx-runtime";
|
|
12738
|
+
var MagickoWatchStatus1 = React973.forwardRef(
|
|
12739
|
+
({ size, ...props }, ref) => {
|
|
12740
|
+
return /* @__PURE__ */ jsxs801("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12741
|
+
/* @__PURE__ */ jsx973("path", { fill: "#1e293b", d: "M15.5 19.75h-7c-2.74 0-4.25-1.51-4.25-4.25v-7c0-2.74 1.51-4.25 4.25-4.25h7c2.74 0 4.25 1.51 4.25 4.25v7c0 2.74-1.51 4.25-4.25 4.25m-7-14c-1.93 0-2.75.82-2.75 2.75v7c0 1.93.82 2.75 2.75 2.75h7c1.93 0 2.75-.82 2.75-2.75v-7c0-1.93-.82-2.75-2.75-2.75zM16 2.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75M16 22.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }),
|
|
12742
|
+
/* @__PURE__ */ jsx973("path", { fill: "#1e293b", d: "M12 14.75c-.41 0-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75v4c0 .42-.34.75-.75.75M15 14.75c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .42-.33.75-.75.75M9 14.75c-.41 0-.75-.34-.75-.75v-1c0-.41.34-.75.75-.75s.75.34.75.75v1c0 .42-.34.75-.75.75" })
|
|
12743
|
+
] });
|
|
12744
|
+
}
|
|
12745
|
+
);
|
|
12746
|
+
MagickoWatchStatus1.displayName = "MagickoWatchStatus1";
|
|
12747
|
+
|
|
12748
|
+
// dist/icons/MagickoWeary.tsx
|
|
12749
|
+
import React974 from "react";
|
|
12750
|
+
import { jsx as jsx974, jsxs as jsxs802 } from "react/jsx-runtime";
|
|
12751
|
+
var MagickoWeary = React974.forwardRef(
|
|
12752
|
+
({ size, ...props }, ref) => {
|
|
12753
|
+
return /* @__PURE__ */ jsxs802("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12754
|
+
/* @__PURE__ */ jsx974("path", { fill: "#1e293b", d: "M15.78 17.75a1 1 0 0 1-.17-.02c-2.36-.55-4.85-.55-7.21 0a.9.9 0 0 1-.92-.36 1 1 0 0 1-.15-.87c.53-1.75 1.82-3.06 3.46-3.51a4.5 4.5 0 0 1 2.42 0c1.64.45 2.94 1.77 3.46 3.51.09.3.03.62-.15.87a.91.91 0 0 1-.74.38M12 15.81q1.44 0 2.85.24c-.47-.8-1.19-1.38-2.04-1.61-.53-.14-1.09-.15-1.63 0-.85.23-1.57.81-2.04 1.61.95-.16 1.9-.24 2.86-.24" }),
|
|
12755
|
+
/* @__PURE__ */ jsx974("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" }),
|
|
12756
|
+
/* @__PURE__ */ jsx974("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.23" })
|
|
12757
|
+
] });
|
|
12758
|
+
}
|
|
12759
|
+
);
|
|
12760
|
+
MagickoWeary.displayName = "MagickoWeary";
|
|
12761
|
+
|
|
12762
|
+
// dist/icons/MagickoWeight1.tsx
|
|
12763
|
+
import React975 from "react";
|
|
12764
|
+
import { jsx as jsx975, jsxs as jsxs803 } from "react/jsx-runtime";
|
|
12765
|
+
var MagickoWeight1 = React975.forwardRef(
|
|
12766
|
+
({ size, ...props }, ref) => {
|
|
12767
|
+
return /* @__PURE__ */ jsxs803("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12768
|
+
/* @__PURE__ */ jsx975("path", { fill: "#1e293b", d: "M14 22.75h-4c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h4c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-4-20C5.39 2.75 3.75 4.39 3.75 9v6c0 4.61 1.64 6.25 6.25 6.25h4c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }),
|
|
12769
|
+
/* @__PURE__ */ jsx975("path", { fill: "#1e293b", d: "M15.07 12.54c-.18 0-.36-.07-.5-.19a3.875 3.875 0 0 0-5.14 0c-.16.15-.38.21-.61.18a.75.75 0 0 1-.53-.35l-2.18-3.5a.76.76 0 0 1 .14-.96 8.666 8.666 0 0 1 11.5 0c.27.24.33.65.14.96l-2.18 3.5a.78.78 0 0 1-.53.35c-.04 0-.08.01-.11.01M12 9.87c1 0 1.99.28 2.86.83l1.4-2.25c-2.53-1.88-6-1.88-8.53 0l1.4 2.25c.88-.56 1.87-.83 2.87-.83" })
|
|
12770
|
+
] });
|
|
12771
|
+
}
|
|
12772
|
+
);
|
|
12773
|
+
MagickoWeight1.displayName = "MagickoWeight1";
|
|
12774
|
+
|
|
12775
|
+
// dist/icons/MagickoWeight11.tsx
|
|
12776
|
+
import React976 from "react";
|
|
12777
|
+
import { jsx as jsx976, jsxs as jsxs804 } from "react/jsx-runtime";
|
|
12778
|
+
var MagickoWeight11 = React976.forwardRef(
|
|
12779
|
+
({ size, ...props }, ref) => {
|
|
12780
|
+
return /* @__PURE__ */ jsxs804("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12781
|
+
/* @__PURE__ */ jsx976("path", { fill: "#1e293b", d: "M17.18 18.75c-1.71 0-3.75-.65-3.75-3.75V9c0-3.1 2.04-3.75 3.75-3.75s3.75.65 3.75 3.75v6c0 3.1-2.04 3.75-3.75 3.75m0-12c-1.62 0-2.25.63-2.25 2.25v6c0 1.62.63 2.25 2.25 2.25s2.25-.63 2.25-2.25V9c0-1.62-.63-2.25-2.25-2.25M6.82 18.75c-1.71 0-3.75-.65-3.75-3.75V9c0-3.1 2.04-3.75 3.75-3.75s3.75.65 3.75 3.75v6c0 3.1-2.04 3.75-3.75 3.75m0-12c-1.62 0-2.25.63-2.25 2.25v6c0 1.62.63 2.25 2.25 2.25s2.25-.63 2.25-2.25V9c0-1.62-.63-2.25-2.25-2.25" }),
|
|
12782
|
+
/* @__PURE__ */ jsx976("path", { fill: "#1e293b", d: "M14.18 12.75H9.82c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4.36a.749.749 0 1 1 0 1.5M22.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75M1.5 15.25c-.41 0-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75" })
|
|
12783
|
+
] });
|
|
12784
|
+
}
|
|
12785
|
+
);
|
|
12786
|
+
MagickoWeight11.displayName = "MagickoWeight11";
|
|
12787
|
+
|
|
12788
|
+
// dist/icons/MagickoWind.tsx
|
|
12789
|
+
import React977 from "react";
|
|
12790
|
+
import { jsx as jsx977, jsxs as jsxs805 } from "react/jsx-runtime";
|
|
12791
|
+
var MagickoWind = React977.forwardRef(
|
|
12792
|
+
({ size, ...props }, ref) => {
|
|
12793
|
+
return /* @__PURE__ */ jsxs805("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12794
|
+
/* @__PURE__ */ jsx977("path", { fill: "#1e293b", d: "M18.5 22.75a4.26 4.26 0 0 1-4.25-4.25V18c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 1.52 1.23 2.75 2.75 2.75s2.75-1.23 2.75-2.75-1.23-2.75-2.75-2.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5a4.26 4.26 0 0 1 4.25 4.25 4.26 4.26 0 0 1-4.25 4.25M18.5 12.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.5c1.52 0 2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75-2.75 1.23-2.75 2.75V9c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.5a4.26 4.26 0 0 1 4.25-4.25 4.26 4.26 0 0 1 4.25 4.25 4.26 4.26 0 0 1-4.25 4.25" }),
|
|
12795
|
+
/* @__PURE__ */ jsx977("path", { fill: "#1e293b", d: "M9.31 9.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.31c1.07 0 1.94-.87 1.94-1.94s-.87-1.94-1.94-1.94-1.94.87-1.94 1.94v.38c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.38a3.44 3.44 0 1 1 3.44 3.44" })
|
|
12796
|
+
] });
|
|
12797
|
+
}
|
|
12798
|
+
);
|
|
12799
|
+
MagickoWind.displayName = "MagickoWind";
|
|
12800
|
+
|
|
12801
|
+
// dist/icons/MagickoWind1.tsx
|
|
12802
|
+
import React978 from "react";
|
|
12803
|
+
import { jsx as jsx978, jsxs as jsxs806 } from "react/jsx-runtime";
|
|
12804
|
+
var MagickoWind1 = React978.forwardRef(
|
|
12805
|
+
({ size, ...props }, ref) => {
|
|
12806
|
+
return /* @__PURE__ */ jsxs806("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12807
|
+
/* @__PURE__ */ jsx978("path", { fill: "#1e293b", d: "M11.44 10.53H7.55c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.89c.51 0 .92-.41.92-.92s-.41-.92-.92-.92c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.33 0 2.42 1.08 2.42 2.42s-1.08 2.42-2.42 2.42" }),
|
|
12808
|
+
/* @__PURE__ */ jsx978("path", { fill: "#1e293b", d: "M17 22.75H7c-3.17 0-5.75-2.58-5.75-5.75V7c0-3.17 2.58-5.75 5.75-5.75h10c3.17 0 5.75 2.58 5.75 5.75v10c0 3.17-2.58 5.75-5.75 5.75m-10-20A4.26 4.26 0 0 0 2.75 7v10A4.26 4.26 0 0 0 7 21.25h10A4.26 4.26 0 0 0 21.25 17V7A4.26 4.26 0 0 0 17 2.75z" }),
|
|
12809
|
+
/* @__PURE__ */ jsx978("path", { fill: "#1e293b", d: "M15.89 16.08c-.6 0-1.17-.22-1.62-.63a.746.746 0 0 1-.05-1.06c.28-.31.75-.33 1.06-.05.17.15.38.24.61.24.5 0 .92-.41.92-.92s-.41-.92-.92-.92h-2.78c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.78c1.33 0 2.42 1.08 2.42 2.42s-1.08 2.42-2.42 2.42M8.67 18.31c-.86 0-1.67-.38-2.23-1.03a.757.757 0 0 1 .08-1.06c.31-.27.79-.24 1.06.08.28.32.68.5 1.1.51.81 0 1.47-.66 1.47-1.47s-.66-1.47-1.47-1.47H6.46c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.22a2.97 2.97 0 0 1 0 5.94zM11.44 10.53H7.55c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.89c.51 0 .92-.41.92-.92s-.41-.92-.92-.92c-.22 0-.44.08-.6.24-.31.28-.78.26-1.06-.05a.746.746 0 0 1 .05-1.06c.44-.4 1.02-.63 1.61-.63 1.33 0 2.42 1.08 2.42 2.42s-1.08 2.42-2.42 2.42" })
|
|
12810
|
+
] });
|
|
12811
|
+
}
|
|
12812
|
+
);
|
|
12813
|
+
MagickoWind1.displayName = "MagickoWind1";
|
|
12814
|
+
|
|
12815
|
+
// dist/icons/MagickoWind2.tsx
|
|
12816
|
+
import React979 from "react";
|
|
12817
|
+
import { jsx as jsx979 } from "react/jsx-runtime";
|
|
12818
|
+
var MagickoWind2 = React979.forwardRef(
|
|
12819
|
+
({ size, ...props }, ref) => {
|
|
12820
|
+
return /* @__PURE__ */ jsx979("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx979("path", { fill: "#1e293b", d: "M22 13.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5c-.36.21-.82.1-1.03-.26s-.1-.82.26-1.03l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37M7 6.85c-1 0-2-.27-2.89-.8l-2.5-1.5a.75.75 0 0 1-.26-1.03c.21-.35.67-.47 1.03-.26l2.5 1.5c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0l2.5-1.5a.751.751 0 1 1 .77 1.29l-2.5 1.5a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0-.88.53-1.88.8-2.88.8M22 20.85a.67.67 0 0 1-.38-.11l-2.5-1.5c-1.3-.78-2.92-.78-4.23 0a5.59 5.59 0 0 1-5.77 0c-1.3-.78-2.92-.78-4.23 0l-2.5 1.5c-.36.21-.82.1-1.03-.26s-.1-.82.26-1.03l2.5-1.5a5.59 5.59 0 0 1 5.77 0c1.3.78 2.92.78 4.23 0a5.59 5.59 0 0 1 5.77 0l2.5 1.5c.36.21.47.67.26 1.03a.77.77 0 0 1-.65.37" }) });
|
|
12821
|
+
}
|
|
12822
|
+
);
|
|
12823
|
+
MagickoWind2.displayName = "MagickoWind2";
|
|
12824
|
+
|
|
12825
|
+
// dist/icons/MagickoWoman.tsx
|
|
12826
|
+
import React980 from "react";
|
|
12827
|
+
import { jsx as jsx980, jsxs as jsxs807 } from "react/jsx-runtime";
|
|
12828
|
+
var MagickoWoman = React980.forwardRef(
|
|
12829
|
+
({ size, ...props }, ref) => {
|
|
12830
|
+
return /* @__PURE__ */ jsxs807("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12831
|
+
/* @__PURE__ */ jsx980("path", { fill: "#1e293b", d: "M12 16.75c-4.27 0-7.75-3.48-7.75-7.75S7.73 1.25 12 1.25 19.75 4.73 19.75 9s-3.48 7.75-7.75 7.75m0-14c-3.45 0-6.25 2.8-6.25 6.25s2.8 6.25 6.25 6.25 6.25-2.8 6.25-6.25-2.8-6.25-6.25-6.25" }),
|
|
12832
|
+
/* @__PURE__ */ jsx980("path", { fill: "#1e293b", d: "M12 22.75c-.41 0-.75-.34-.75-.75v-6c0-.41.34-.75.75-.75s.75.34.75.75v6c0 .41-.34.75-.75.75" }),
|
|
12833
|
+
/* @__PURE__ */ jsx980("path", { fill: "#1e293b", d: "M15 19.75H9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
12834
|
+
] });
|
|
12835
|
+
}
|
|
12836
|
+
);
|
|
12837
|
+
MagickoWoman.displayName = "MagickoWoman";
|
|
12838
|
+
|
|
12839
|
+
// dist/icons/MagickoZoomIn.tsx
|
|
12840
|
+
import React981 from "react";
|
|
12841
|
+
import { jsx as jsx981 } from "react/jsx-runtime";
|
|
12842
|
+
var MagickoZoomIn = React981.forwardRef(
|
|
12843
|
+
({ size, ...props }, ref) => {
|
|
12844
|
+
return /* @__PURE__ */ jsx981("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx981("path", { fill: "#1e293b", d: "M8.83 22.234c-.41 0-.75-.327-.75-.72V17.97c0-.998-.85-1.814-1.89-1.814H2.5c-.41 0-.75-.326-.75-.72s.34-.72.75-.72h3.69c1.87 0 3.39 1.46 3.39 3.254v3.543c0 .393-.33.72-.75.72M15.17 22.234c-.41 0-.75-.327-.75-.72V17.97c0-1.795 1.52-3.254 3.39-3.254h3.69c.41 0 .75.326.75.72s-.34.72-.75.72h-3.69c-1.04 0-1.89.816-1.89 1.814v3.543c0 .393-.34.72-.75.72M21.5 10.07h-3.69c-1.87 0-3.39-1.458-3.39-3.254V3.274c0-.394.34-.72.75-.72s.75.326.75.72v3.542c0 .999.85 1.815 1.89 1.815h3.69c.41 0 .75.326.75.72s-.34.72-.75.72M6.19 10.07H2.5c-.41 0-.75-.326-.75-.72s.34-.72.75-.72h3.69c1.04 0 1.89-.815 1.89-1.814V3.274c0-.394.34-.72.75-.72s.75.326.75.72v3.542c0 1.796-1.52 3.255-3.39 3.255" }) });
|
|
12845
|
+
}
|
|
12846
|
+
);
|
|
12847
|
+
MagickoZoomIn.displayName = "MagickoZoomIn";
|
|
12848
|
+
|
|
12849
|
+
// dist/icons/MagickoZoomOut.tsx
|
|
12850
|
+
import React982 from "react";
|
|
12851
|
+
import { jsx as jsx982 } from "react/jsx-runtime";
|
|
12852
|
+
var MagickoZoomOut = React982.forwardRef(
|
|
12853
|
+
({ size, ...props }, ref) => {
|
|
12854
|
+
return /* @__PURE__ */ jsx982("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx982("path", { fill: "#1e293b", d: "M8.83 22.234H5.14c-1.87 0-3.39-1.46-3.39-3.254v-3.543c0-.393.34-.72.75-.72s.75.326.75.72v3.543c0 .998.85 1.814 1.89 1.814h3.69c.41 0 .75.326.75.72s-.33.72-.75.72M18.86 22.234h-3.69c-.41 0-.75-.327-.75-.72 0-.394.34-.72.75-.72h3.69c1.04 0 1.89-.816 1.89-1.814v-3.543c0-.393.34-.72.75-.72s.75.326.75.72v3.543c0 1.795-1.52 3.254-3.39 3.254M21.5 10.07c-.41 0-.75-.326-.75-.72V5.809c0-.998-.85-1.814-1.89-1.814h-3.69c-.41 0-.75-.326-.75-.72s.34-.72.75-.72h3.69c1.87 0 3.39 1.46 3.39 3.254v3.543c0 .393-.34.72-.75.72M2.5 10.07c-.41 0-.75-.326-.75-.72V5.809c0-1.795 1.52-3.254 3.39-3.254h3.69c.41 0 .75.326.75.72s-.34.72-.75.72H5.14c-1.04 0-1.89.816-1.89 1.814v3.543c0 .393-.34.72-.75.72" }) });
|
|
12855
|
+
}
|
|
12856
|
+
);
|
|
12857
|
+
MagickoZoomOut.displayName = "MagickoZoomOut";
|
|
12858
|
+
|
|
12859
|
+
// dist/icons/MainComponent1.tsx
|
|
12860
|
+
import React983 from "react";
|
|
12861
|
+
import { jsx as jsx983, jsxs as jsxs808 } from "react/jsx-runtime";
|
|
12862
|
+
var MainComponent1 = React983.forwardRef(
|
|
12863
|
+
({ size, ...props }, ref) => {
|
|
12864
|
+
return /* @__PURE__ */ jsxs808("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12865
|
+
/* @__PURE__ */ jsx983("path", { fill: "#1e293b", d: "M12 22.75c-1.17 0-2.26-.45-3.08-1.27l-6.39-6.39a4.33 4.33 0 0 1-1.27-3.08c0-1.16.45-2.26 1.27-3.08l6.39-6.39c.82-.82 1.92-1.27 3.08-1.27s2.26.45 3.08 1.27l6.39 6.39c.82.82 1.27 1.92 1.27 3.08s-.45 2.26-1.27 3.08l-6.39 6.39c-.82.82-1.91 1.27-3.08 1.27m0-20c-.77 0-1.49.3-2.02.83L3.59 9.97c-.54.54-.83 1.26-.83 2.02s.3 1.49.83 2.02l6.39 6.39c1.07 1.07 2.97 1.07 4.04 0l6.39-6.39c.54-.54.83-1.25.83-2.02s-.3-1.49-.83-2.02l-6.39-6.39c-.53-.53-1.25-.83-2.02-.83" }),
|
|
12866
|
+
/* @__PURE__ */ jsx983("path", { fill: "#1e293b", d: "M17.75 18.5c-.19 0-.38-.07-.53-.22L5.72 6.78a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l11.5 11.5c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
|
|
12867
|
+
/* @__PURE__ */ jsx983("path", { fill: "#1e293b", d: "M6.25 18.5c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l11.5-11.5c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-11.5 11.5c-.15.15-.34.22-.53.22" })
|
|
12868
|
+
] });
|
|
12869
|
+
}
|
|
12870
|
+
);
|
|
12871
|
+
MainComponent1.displayName = "MainComponent1";
|
|
12872
|
+
|
|
12873
|
+
// dist/icons/Marketing.tsx
|
|
12874
|
+
import React984 from "react";
|
|
12875
|
+
import { jsx as jsx984 } from "react/jsx-runtime";
|
|
12876
|
+
var Marketing = React984.forwardRef(
|
|
12877
|
+
({ size, ...props }, ref) => {
|
|
12878
|
+
return /* @__PURE__ */ jsx984("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx984("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" }) });
|
|
12525
12879
|
}
|
|
12526
12880
|
);
|
|
12527
12881
|
Marketing.displayName = "Marketing";
|
|
12528
12882
|
|
|
12883
|
+
// dist/icons/Mask11.tsx
|
|
12884
|
+
import React985 from "react";
|
|
12885
|
+
import { jsx as jsx985, jsxs as jsxs809 } from "react/jsx-runtime";
|
|
12886
|
+
var Mask11 = React985.forwardRef(
|
|
12887
|
+
({ size, ...props }, ref) => {
|
|
12888
|
+
return /* @__PURE__ */ jsxs809("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12889
|
+
/* @__PURE__ */ jsx985("path", { fill: "#1e293b", d: "M13.9 22.75h-3.8c-1.52 0-2.75-1.23-2.75-2.75v-6.47c0-.96.79-1.75 1.75-1.75h5.8c.96 0 1.75.79 1.75 1.75V20c0 1.52-1.24 2.75-2.75 2.75m-4.8-9.47c-.14 0-.25.11-.25.25V20c0 .69.56 1.25 1.25 1.25h3.8c.69 0 1.25-.56 1.25-1.25v-6.47c0-.14-.11-.25-.25-.25z" }),
|
|
12890
|
+
/* @__PURE__ */ jsx985("path", { fill: "#1e293b", d: "M15.68 17.49H8.31c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.37a.749.749 0 1 1 0 1.5M12 13.28c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v10.53c0 .41-.34.75-.75.75" }),
|
|
12891
|
+
/* @__PURE__ */ jsx985("path", { fill: "#1e293b", d: "M13.38 4.86h-2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.41 0 .75.34.75.75s-.34.75-.75.75M13.38 10.12h-2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.75c.41 0 .75.34.75.75s-.34.75-.75.75M14.75 7.49h-5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.5c.41 0 .75.34.75.75s-.34.75-.75.75" })
|
|
12892
|
+
] });
|
|
12893
|
+
}
|
|
12894
|
+
);
|
|
12895
|
+
Mask11.displayName = "Mask11";
|
|
12896
|
+
|
|
12897
|
+
// dist/icons/Mask21.tsx
|
|
12898
|
+
import React986 from "react";
|
|
12899
|
+
import { jsx as jsx986, jsxs as jsxs810 } from "react/jsx-runtime";
|
|
12900
|
+
var Mask21 = React986.forwardRef(
|
|
12901
|
+
({ size, ...props }, ref) => {
|
|
12902
|
+
return /* @__PURE__ */ jsxs810("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12903
|
+
/* @__PURE__ */ jsx986("path", { fill: "#1e293b", d: "M12 21.45c-1.41 0-2.81-.36-4.07-1.08l-2.12-1.21A5.06 5.06 0 0 1 3.4 15.9l-1.03-4.63c-.47-2.12.87-4.23 3-4.71 4.34-.96 8.92-.96 13.26 0 2.12.47 3.47 2.58 3 4.71L20.6 15.9a4.98 4.98 0 0 1-2.41 3.26l-2.12 1.21A8.16 8.16 0 0 1 12 21.45M3.84 10.94l1.03 4.63c.21.96.83 1.8 1.68 2.29l2.12 1.21a6.74 6.74 0 0 0 6.65 0l2.12-1.21a3.48 3.48 0 0 0 1.68-2.29l1.03-4.63a2.427 2.427 0 0 0-1.85-2.91c-4.12-.92-8.48-.92-12.61 0-1.31.29-2.14 1.6-1.85 2.91" }),
|
|
12904
|
+
/* @__PURE__ */ jsx986("path", { fill: "#1e293b", d: "M15.2 13H8.81c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.39c.41 0 .75.34.75.75s-.34.75-.75.75M2.69 11.26c-.19 0-.38-.07-.53-.22l-.55-.55A4.62 4.62 0 0 1 .25 7.2c0-1.24.48-2.41 1.36-3.29 1.81-1.81 4.77-1.82 6.58 0l2.15 2.15c.29.29.29.77 0 1.06s-.77.29-1.06 0L7.13 4.97c-1.19-1.19-3.27-1.19-4.46 0-.6.6-.92 1.39-.92 2.23s.33 1.63.92 2.23l.55.55c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22M21.22 11.26c-.19 0-.38-.07-.53-.22a.755.755 0 0 1 0-1.06l.55-.55a3.157 3.157 0 0 0 0-4.46c-1.19-1.19-3.27-1.19-4.46 0l-2.15 2.15c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2.15-2.15a4.656 4.656 0 0 1 6.58 0 4.647 4.647 0 0 1 0 6.58l-.55.55c-.15.15-.34.22-.53.22" })
|
|
12905
|
+
] });
|
|
12906
|
+
}
|
|
12907
|
+
);
|
|
12908
|
+
Mask21.displayName = "Mask21";
|
|
12909
|
+
|
|
12529
12910
|
// dist/icons/MessageEdit.tsx
|
|
12530
|
-
import
|
|
12531
|
-
import { jsx as
|
|
12532
|
-
var MessageEdit =
|
|
12911
|
+
import React987 from "react";
|
|
12912
|
+
import { jsx as jsx987 } from "react/jsx-runtime";
|
|
12913
|
+
var MessageEdit = React987.forwardRef(
|
|
12533
12914
|
({ size, ...props }, ref) => {
|
|
12534
|
-
return /* @__PURE__ */
|
|
12915
|
+
return /* @__PURE__ */ jsx987("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx987("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" }) });
|
|
12535
12916
|
}
|
|
12536
12917
|
);
|
|
12537
12918
|
MessageEdit.displayName = "MessageEdit";
|
|
12538
12919
|
|
|
12539
12920
|
// dist/icons/Network.tsx
|
|
12540
|
-
import
|
|
12541
|
-
import { jsx as
|
|
12542
|
-
var Network =
|
|
12921
|
+
import React988 from "react";
|
|
12922
|
+
import { jsx as jsx988 } from "react/jsx-runtime";
|
|
12923
|
+
var Network = React988.forwardRef(
|
|
12543
12924
|
({ size, ...props }, ref) => {
|
|
12544
|
-
return /* @__PURE__ */
|
|
12925
|
+
return /* @__PURE__ */ jsx988("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx988("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" }) });
|
|
12545
12926
|
}
|
|
12546
12927
|
);
|
|
12547
12928
|
Network.displayName = "Network";
|
|
12548
12929
|
|
|
12549
12930
|
// dist/icons/NotiDot.tsx
|
|
12550
|
-
import
|
|
12551
|
-
import { jsx as
|
|
12552
|
-
var NotiDot =
|
|
12931
|
+
import React989 from "react";
|
|
12932
|
+
import { jsx as jsx989 } from "react/jsx-runtime";
|
|
12933
|
+
var NotiDot = React989.forwardRef(
|
|
12553
12934
|
({ size, ...props }, ref) => {
|
|
12554
|
-
return /* @__PURE__ */
|
|
12935
|
+
return /* @__PURE__ */ jsx989("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx989("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
12555
12936
|
}
|
|
12556
12937
|
);
|
|
12557
12938
|
NotiDot.displayName = "NotiDot";
|
|
12558
12939
|
|
|
12559
12940
|
// dist/icons/PA.tsx
|
|
12560
|
-
import
|
|
12561
|
-
import { jsx as
|
|
12562
|
-
var PA =
|
|
12941
|
+
import React990 from "react";
|
|
12942
|
+
import { jsx as jsx990 } from "react/jsx-runtime";
|
|
12943
|
+
var PA = React990.forwardRef(
|
|
12563
12944
|
({ size, ...props }, ref) => {
|
|
12564
|
-
return /* @__PURE__ */
|
|
12945
|
+
return /* @__PURE__ */ jsx990("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx990("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" }) });
|
|
12565
12946
|
}
|
|
12566
12947
|
);
|
|
12567
12948
|
PA.displayName = "PA";
|
|
12568
12949
|
|
|
12569
12950
|
// dist/icons/PauseSquare.tsx
|
|
12570
|
-
import
|
|
12571
|
-
import { jsx as
|
|
12572
|
-
var PauseSquare =
|
|
12951
|
+
import React991 from "react";
|
|
12952
|
+
import { jsx as jsx991 } from "react/jsx-runtime";
|
|
12953
|
+
var PauseSquare = React991.forwardRef(
|
|
12573
12954
|
({ size, ...props }, ref) => {
|
|
12574
|
-
return /* @__PURE__ */
|
|
12955
|
+
return /* @__PURE__ */ jsx991("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx991("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" }) });
|
|
12575
12956
|
}
|
|
12576
12957
|
);
|
|
12577
12958
|
PauseSquare.displayName = "PauseSquare";
|
|
12578
12959
|
|
|
12579
12960
|
// dist/icons/Pdf.tsx
|
|
12580
|
-
import
|
|
12581
|
-
import { jsx as
|
|
12582
|
-
var Pdf =
|
|
12961
|
+
import React992 from "react";
|
|
12962
|
+
import { jsx as jsx992, jsxs as jsxs811 } from "react/jsx-runtime";
|
|
12963
|
+
var Pdf = React992.forwardRef(
|
|
12583
12964
|
({ size, ...props }, ref) => {
|
|
12584
|
-
return /* @__PURE__ */
|
|
12585
|
-
/* @__PURE__ */
|
|
12586
|
-
/* @__PURE__ */
|
|
12587
|
-
/* @__PURE__ */
|
|
12965
|
+
return /* @__PURE__ */ jsxs811("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
12966
|
+
/* @__PURE__ */ jsx992("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" }),
|
|
12967
|
+
/* @__PURE__ */ jsx992("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
12968
|
+
/* @__PURE__ */ jsx992("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" })
|
|
12588
12969
|
] });
|
|
12589
12970
|
}
|
|
12590
12971
|
);
|
|
12591
12972
|
Pdf.displayName = "Pdf";
|
|
12592
12973
|
|
|
12593
12974
|
// dist/icons/PlayFilled.tsx
|
|
12594
|
-
import
|
|
12595
|
-
import { jsx as
|
|
12596
|
-
var PlayFilled =
|
|
12975
|
+
import React993 from "react";
|
|
12976
|
+
import { jsx as jsx993 } from "react/jsx-runtime";
|
|
12977
|
+
var PlayFilled = React993.forwardRef(
|
|
12597
12978
|
({ size, ...props }, ref) => {
|
|
12598
|
-
return /* @__PURE__ */
|
|
12979
|
+
return /* @__PURE__ */ jsx993("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx993("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" }) });
|
|
12599
12980
|
}
|
|
12600
12981
|
);
|
|
12601
12982
|
PlayFilled.displayName = "PlayFilled";
|
|
12602
12983
|
|
|
12603
12984
|
// dist/icons/Signature.tsx
|
|
12604
|
-
import
|
|
12605
|
-
import { jsx as
|
|
12606
|
-
var Signature =
|
|
12985
|
+
import React994 from "react";
|
|
12986
|
+
import { jsx as jsx994 } from "react/jsx-runtime";
|
|
12987
|
+
var Signature = React994.forwardRef(
|
|
12607
12988
|
({ size, ...props }, ref) => {
|
|
12608
|
-
return /* @__PURE__ */
|
|
12989
|
+
return /* @__PURE__ */ jsx994("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx994("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" }) });
|
|
12609
12990
|
}
|
|
12610
12991
|
);
|
|
12611
12992
|
Signature.displayName = "Signature";
|
|
12612
12993
|
|
|
12613
12994
|
// dist/icons/SperateDot.tsx
|
|
12614
|
-
import
|
|
12615
|
-
import { jsx as
|
|
12616
|
-
var SperateDot =
|
|
12995
|
+
import React995 from "react";
|
|
12996
|
+
import { jsx as jsx995 } from "react/jsx-runtime";
|
|
12997
|
+
var SperateDot = React995.forwardRef(
|
|
12617
12998
|
({ size, ...props }, ref) => {
|
|
12618
|
-
return /* @__PURE__ */
|
|
12999
|
+
return /* @__PURE__ */ jsx995("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx995("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
12619
13000
|
}
|
|
12620
13001
|
);
|
|
12621
13002
|
SperateDot.displayName = "SperateDot";
|
|
12622
13003
|
|
|
12623
13004
|
// dist/icons/SquarePen1.tsx
|
|
12624
|
-
import
|
|
12625
|
-
import { jsx as
|
|
12626
|
-
var SquarePen1 =
|
|
13005
|
+
import React996 from "react";
|
|
13006
|
+
import { jsx as jsx996, jsxs as jsxs812 } from "react/jsx-runtime";
|
|
13007
|
+
var SquarePen1 = React996.forwardRef(
|
|
12627
13008
|
({ size, ...props }, ref) => {
|
|
12628
|
-
return /* @__PURE__ */
|
|
12629
|
-
/* @__PURE__ */
|
|
12630
|
-
/* @__PURE__ */
|
|
13009
|
+
return /* @__PURE__ */ jsxs812("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13010
|
+
/* @__PURE__ */ jsx996("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" }),
|
|
13011
|
+
/* @__PURE__ */ jsx996("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" })
|
|
12631
13012
|
] });
|
|
12632
13013
|
}
|
|
12633
13014
|
);
|
|
12634
13015
|
SquarePen1.displayName = "SquarePen1";
|
|
12635
13016
|
|
|
12636
13017
|
// dist/icons/Strikethrough.tsx
|
|
12637
|
-
import
|
|
12638
|
-
import { jsx as
|
|
12639
|
-
var Strikethrough =
|
|
13018
|
+
import React997 from "react";
|
|
13019
|
+
import { jsx as jsx997 } from "react/jsx-runtime";
|
|
13020
|
+
var Strikethrough = React997.forwardRef(
|
|
12640
13021
|
({ size, ...props }, ref) => {
|
|
12641
|
-
return /* @__PURE__ */
|
|
13022
|
+
return /* @__PURE__ */ jsx997("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx997("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" }) });
|
|
12642
13023
|
}
|
|
12643
13024
|
);
|
|
12644
13025
|
Strikethrough.displayName = "Strikethrough";
|
|
12645
13026
|
|
|
12646
13027
|
// dist/icons/Tasks.tsx
|
|
12647
|
-
import
|
|
12648
|
-
import { jsx as
|
|
12649
|
-
var Tasks =
|
|
13028
|
+
import React998 from "react";
|
|
13029
|
+
import { jsx as jsx998, jsxs as jsxs813 } from "react/jsx-runtime";
|
|
13030
|
+
var Tasks = React998.forwardRef(
|
|
12650
13031
|
({ size, ...props }, ref) => {
|
|
12651
|
-
return /* @__PURE__ */
|
|
12652
|
-
/* @__PURE__ */
|
|
12653
|
-
/* @__PURE__ */
|
|
13032
|
+
return /* @__PURE__ */ jsxs813("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
13033
|
+
/* @__PURE__ */ jsx998("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" }),
|
|
13034
|
+
/* @__PURE__ */ jsx998("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" })
|
|
12654
13035
|
] });
|
|
12655
13036
|
}
|
|
12656
13037
|
);
|
|
12657
13038
|
Tasks.displayName = "Tasks";
|
|
12658
13039
|
|
|
12659
13040
|
// dist/icons/Trash.tsx
|
|
12660
|
-
import
|
|
12661
|
-
import { jsx as
|
|
12662
|
-
var Trash =
|
|
13041
|
+
import React999 from "react";
|
|
13042
|
+
import { jsx as jsx999 } from "react/jsx-runtime";
|
|
13043
|
+
var Trash = React999.forwardRef(
|
|
12663
13044
|
({ size, ...props }, ref) => {
|
|
12664
|
-
return /* @__PURE__ */
|
|
13045
|
+
return /* @__PURE__ */ jsx999("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx999("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" }) });
|
|
12665
13046
|
}
|
|
12666
13047
|
);
|
|
12667
13048
|
Trash.displayName = "Trash";
|
|
12668
13049
|
|
|
12669
13050
|
// dist/icons/Video.tsx
|
|
12670
|
-
import
|
|
12671
|
-
import { jsx as
|
|
12672
|
-
var Video =
|
|
13051
|
+
import React1000 from "react";
|
|
13052
|
+
import { jsx as jsx1000 } from "react/jsx-runtime";
|
|
13053
|
+
var Video = React1000.forwardRef(
|
|
12673
13054
|
({ size, ...props }, ref) => {
|
|
12674
|
-
return /* @__PURE__ */
|
|
13055
|
+
return /* @__PURE__ */ jsx1000("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1000("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" }) });
|
|
12675
13056
|
}
|
|
12676
13057
|
);
|
|
12677
13058
|
Video.displayName = "Video";
|
|
12678
13059
|
|
|
12679
13060
|
// dist/icons/X.tsx
|
|
12680
|
-
import
|
|
12681
|
-
import { jsx as
|
|
12682
|
-
var X =
|
|
13061
|
+
import React1001 from "react";
|
|
13062
|
+
import { jsx as jsx1001 } from "react/jsx-runtime";
|
|
13063
|
+
var X = React1001.forwardRef(
|
|
12683
13064
|
({ size, ...props }, ref) => {
|
|
12684
|
-
return /* @__PURE__ */
|
|
13065
|
+
return /* @__PURE__ */ jsx1001("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx1001("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" }) });
|
|
12685
13066
|
}
|
|
12686
13067
|
);
|
|
12687
13068
|
X.displayName = "X";
|
|
@@ -13641,7 +14022,37 @@ export {
|
|
|
13641
14022
|
MagickoUser,
|
|
13642
14023
|
MagickoVIPCloud,
|
|
13643
14024
|
MagickoVerify,
|
|
14025
|
+
MagickoVideo,
|
|
14026
|
+
MagickoVideo1,
|
|
14027
|
+
MagickoVideoHorizontal,
|
|
14028
|
+
MagickoVideoPlay,
|
|
14029
|
+
MagickoVideoSlash,
|
|
14030
|
+
MagickoVoiceCircle,
|
|
14031
|
+
MagickoVoiceSquare,
|
|
14032
|
+
MagickoVolumeCross,
|
|
14033
|
+
MagickoVolumeHigh,
|
|
14034
|
+
MagickoVolumeLow,
|
|
14035
|
+
MagickoVolumeLow1,
|
|
14036
|
+
MagickoVolumeMute,
|
|
14037
|
+
MagickoVolumeSlash,
|
|
14038
|
+
MagickoVolumeUp,
|
|
14039
|
+
MagickoWarning2,
|
|
14040
|
+
MagickoWatch1,
|
|
14041
|
+
MagickoWatch11,
|
|
14042
|
+
MagickoWatchStatus1,
|
|
14043
|
+
MagickoWeary,
|
|
14044
|
+
MagickoWeight1,
|
|
14045
|
+
MagickoWeight11,
|
|
14046
|
+
MagickoWind,
|
|
14047
|
+
MagickoWind1,
|
|
14048
|
+
MagickoWind2,
|
|
14049
|
+
MagickoWoman,
|
|
14050
|
+
MagickoZoomIn,
|
|
14051
|
+
MagickoZoomOut,
|
|
14052
|
+
MainComponent1,
|
|
13644
14053
|
Marketing,
|
|
14054
|
+
Mask11,
|
|
14055
|
+
Mask21,
|
|
13645
14056
|
MessageEdit,
|
|
13646
14057
|
Network,
|
|
13647
14058
|
NotiDot,
|