magick-icons 0.1.167 → 0.1.169
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 +109 -1
- package/index.d.ts +109 -1
- package/index.js +147 -69
- package/index.js.map +1 -1
- package/index.mjs +141 -69
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -608,172 +608,238 @@ var ListTodo = React54.forwardRef(
|
|
|
608
608
|
);
|
|
609
609
|
ListTodo.displayName = "ListTodo";
|
|
610
610
|
|
|
611
|
-
// dist/icons/
|
|
611
|
+
// dist/icons/Lock.tsx
|
|
612
612
|
import React55 from "react";
|
|
613
613
|
import { jsx as jsx55, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
614
|
-
var
|
|
614
|
+
var Lock = React55.forwardRef(
|
|
615
615
|
({ size, ...props }, ref) => {
|
|
616
616
|
return /* @__PURE__ */ jsxs20("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
617
|
-
/* @__PURE__ */ jsx55("path", { fill: "#1e293b", d: "
|
|
618
|
-
/* @__PURE__ */ jsx55("path", { fill: "#1e293b", d: "
|
|
617
|
+
/* @__PURE__ */ jsx55("path", { fill: "#1e293b", d: "M12 6.97c-.76 0-1.37.61-1.37 1.37v1.03h2.74V8.34c0-.76-.61-1.37-1.37-1.37" }),
|
|
618
|
+
/* @__PURE__ */ jsx55("path", { fill: "#1e293b", d: "M17 2H7C4.24 2 2 4.24 2 7v10c0 2.76 2.24 5 5 5h10c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m-2.07 16.53H9.08c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.85c.41 0 .75.34.75.75s-.34.75-.75.75M16 13.22c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-1.85c0-.79.46-1.47 1.13-1.79V8.34c0-1.58 1.29-2.87 2.87-2.87s2.87 1.29 2.87 2.87v1.24c.67.32 1.13 1 1.13 1.79z" })
|
|
619
|
+
] });
|
|
620
|
+
}
|
|
621
|
+
);
|
|
622
|
+
Lock.displayName = "Lock";
|
|
623
|
+
|
|
624
|
+
// dist/icons/MagickPotion.tsx
|
|
625
|
+
import React56 from "react";
|
|
626
|
+
import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
627
|
+
var MagickPotion = React56.forwardRef(
|
|
628
|
+
({ size, ...props }, ref) => {
|
|
629
|
+
return /* @__PURE__ */ jsxs21("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
630
|
+
/* @__PURE__ */ jsx56("path", { fill: "#1e293b", d: "M15.44 6.16h-.15l2.13 4.87-.41.26s-2.28 1.46-4.54.72c-2.35-.79-4.72-.93-5.88-.95l2.14-4.9h-.3c-.65 0-1.25-.26-1.68-.69s-.69-1.03-.69-1.68c0-1.3 1.06-2.37 2.37-2.37h7.12c.66 0 1.25.27 1.68.7.56.56.85 1.38.63 2.25-.26 1.08-1.3 1.79-2.42 1.79M18.04 12.42l-.19.12s-2.83 1.89-5.84.89c-3-1-6.07-.88-6.07-.88l-.97 2.2c.18-.09.38-.16.59-.16.56 0 1.01.34 1.2.84l.03.1.28 1.02c.13.5.52.88 1.01 1.02l.97.26c.568.175.99.699.99 1.3 0 .583-.399 1.076-.95 1.25l-.99.27c-.41.11-.72.38-.9.74.3.03.61.06.96.06h7.69c4.14 0 5.02-2.52 3.67-5.61z" }),
|
|
631
|
+
/* @__PURE__ */ jsx56("path", { fill: "#1e293b", d: "M9.07 19.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24L5 21.38c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32" })
|
|
619
632
|
] });
|
|
620
633
|
}
|
|
621
634
|
);
|
|
622
635
|
MagickPotion.displayName = "MagickPotion";
|
|
623
636
|
|
|
624
637
|
// dist/icons/MagickoCheck.tsx
|
|
625
|
-
import
|
|
626
|
-
import { jsx as
|
|
627
|
-
var MagickoCheck =
|
|
638
|
+
import React57 from "react";
|
|
639
|
+
import { jsx as jsx57 } from "react/jsx-runtime";
|
|
640
|
+
var MagickoCheck = React57.forwardRef(
|
|
628
641
|
({ size, ...props }, ref) => {
|
|
629
|
-
return /* @__PURE__ */
|
|
642
|
+
return /* @__PURE__ */ jsx57("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx57("path", { fill: "#1e293b", d: "M19.47 5.47a.75.75 0 1 1 1.06 1.06l-11 11a.75.75 0 0 1-1.06 0l-5-5a.75.75 0 1 1 1.06-1.06L9 15.94z" }) });
|
|
630
643
|
}
|
|
631
644
|
);
|
|
632
645
|
MagickoCheck.displayName = "MagickoCheck";
|
|
633
646
|
|
|
634
647
|
// dist/icons/Marketing.tsx
|
|
635
|
-
import
|
|
636
|
-
import { jsx as
|
|
637
|
-
var Marketing =
|
|
648
|
+
import React58 from "react";
|
|
649
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
650
|
+
var Marketing = React58.forwardRef(
|
|
638
651
|
({ size, ...props }, ref) => {
|
|
639
|
-
return /* @__PURE__ */
|
|
652
|
+
return /* @__PURE__ */ jsx58("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx58("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" }) });
|
|
640
653
|
}
|
|
641
654
|
);
|
|
642
655
|
Marketing.displayName = "Marketing";
|
|
643
656
|
|
|
644
657
|
// dist/icons/MessageEdit.tsx
|
|
645
|
-
import
|
|
646
|
-
import { jsx as
|
|
647
|
-
var MessageEdit =
|
|
658
|
+
import React59 from "react";
|
|
659
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
660
|
+
var MessageEdit = React59.forwardRef(
|
|
648
661
|
({ size, ...props }, ref) => {
|
|
649
|
-
return /* @__PURE__ */
|
|
662
|
+
return /* @__PURE__ */ jsx59("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx59("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" }) });
|
|
650
663
|
}
|
|
651
664
|
);
|
|
652
665
|
MessageEdit.displayName = "MessageEdit";
|
|
653
666
|
|
|
667
|
+
// dist/icons/MingcuteMicLine1.tsx
|
|
668
|
+
import React60 from "react";
|
|
669
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
670
|
+
var MingcuteMicLine1 = React60.forwardRef(
|
|
671
|
+
({ size, ...props }, ref) => {
|
|
672
|
+
return /* @__PURE__ */ jsx60("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "28", height: "28", fill: "none", viewBox: "0 0 28 28", ...props, children: /* @__PURE__ */ jsx60("path", { fill: "#fff", "fill-rule": "evenodd", d: "M22.248 14.012a1.17 1.17 0 0 1 .992 1.32 9.34 9.34 0 0 1-8.074 7.929V24.5a1.167 1.167 0 1 1-2.333 0v-1.239a9.34 9.34 0 0 1-8.072-7.929 1.167 1.167 0 0 1 2.31-.331 7.002 7.002 0 0 0 13.858 0 1.17 1.17 0 0 1 1.319-.99M14 2.333a5.833 5.833 0 0 1 5.833 5.834V14a5.833 5.833 0 1 1-11.667 0V8.167A5.833 5.833 0 0 1 14 2.333m0 2.334a3.5 3.5 0 0 0-3.5 3.5V14a3.5 3.5 0 1 0 7 0V8.167a3.5 3.5 0 0 0-3.5-3.5", "clip-rule": "evenodd" }) });
|
|
673
|
+
}
|
|
674
|
+
);
|
|
675
|
+
MingcuteMicLine1.displayName = "MingcuteMicLine1";
|
|
676
|
+
|
|
677
|
+
// dist/icons/MingcuteMicLine11.tsx
|
|
678
|
+
import React61 from "react";
|
|
679
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
680
|
+
var MingcuteMicLine11 = React61.forwardRef(
|
|
681
|
+
({ size, ...props }, ref) => {
|
|
682
|
+
return /* @__PURE__ */ jsx61("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx61("path", { fill: "#000", "fill-rule": "evenodd", d: "M19.07 12.01a1 1 0 0 1 .85 1.132A8.004 8.004 0 0 1 13 19.938V21a1 1 0 1 1-2 0v-1.062a8.005 8.005 0 0 1-6.92-6.796 1 1 0 1 1 1.98-.284 6.002 6.002 0 0 0 11.879 0 1 1 0 0 1 1.13-.848M12 2a5 5 0 0 1 5 5v5a5 5 0 1 1-10 0V7a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V7a3 3 0 0 0-3-3", "clip-rule": "evenodd" }) });
|
|
683
|
+
}
|
|
684
|
+
);
|
|
685
|
+
MingcuteMicLine11.displayName = "MingcuteMicLine11";
|
|
686
|
+
|
|
687
|
+
// dist/icons/MingcuteMicLine12.tsx
|
|
688
|
+
import React62 from "react";
|
|
689
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
690
|
+
var MingcuteMicLine12 = React62.forwardRef(
|
|
691
|
+
({ size, ...props }, ref) => {
|
|
692
|
+
return /* @__PURE__ */ jsx62("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx62("path", { fill: "#000", "fill-rule": "evenodd", d: "M19.07 12.01a1 1 0 0 1 .85 1.132A8.004 8.004 0 0 1 13 19.938V21a1 1 0 1 1-2 0v-1.062a8.005 8.005 0 0 1-6.92-6.796 1 1 0 1 1 1.98-.284 6.002 6.002 0 0 0 11.879 0 1 1 0 0 1 1.13-.848M12 2a5 5 0 0 1 5 5v5a5 5 0 1 1-10 0V7a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V7a3 3 0 0 0-3-3", "clip-rule": "evenodd" }) });
|
|
693
|
+
}
|
|
694
|
+
);
|
|
695
|
+
MingcuteMicLine12.displayName = "MingcuteMicLine12";
|
|
696
|
+
|
|
654
697
|
// dist/icons/Network.tsx
|
|
655
|
-
import
|
|
656
|
-
import { jsx as
|
|
657
|
-
var Network =
|
|
698
|
+
import React63 from "react";
|
|
699
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
700
|
+
var Network = React63.forwardRef(
|
|
658
701
|
({ size, ...props }, ref) => {
|
|
659
|
-
return /* @__PURE__ */
|
|
702
|
+
return /* @__PURE__ */ jsx63("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx63("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" }) });
|
|
660
703
|
}
|
|
661
704
|
);
|
|
662
705
|
Network.displayName = "Network";
|
|
663
706
|
|
|
664
707
|
// dist/icons/NotiDot.tsx
|
|
665
|
-
import
|
|
666
|
-
import { jsx as
|
|
667
|
-
var NotiDot =
|
|
708
|
+
import React64 from "react";
|
|
709
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
710
|
+
var NotiDot = React64.forwardRef(
|
|
668
711
|
({ size, ...props }, ref) => {
|
|
669
|
-
return /* @__PURE__ */
|
|
712
|
+
return /* @__PURE__ */ jsx64("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx64("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
|
|
670
713
|
}
|
|
671
714
|
);
|
|
672
715
|
NotiDot.displayName = "NotiDot";
|
|
673
716
|
|
|
674
717
|
// dist/icons/PA.tsx
|
|
675
|
-
import
|
|
676
|
-
import { jsx as
|
|
677
|
-
var PA =
|
|
718
|
+
import React65 from "react";
|
|
719
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
720
|
+
var PA = React65.forwardRef(
|
|
678
721
|
({ size, ...props }, ref) => {
|
|
679
|
-
return /* @__PURE__ */
|
|
722
|
+
return /* @__PURE__ */ jsx65("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx65("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" }) });
|
|
680
723
|
}
|
|
681
724
|
);
|
|
682
725
|
PA.displayName = "PA";
|
|
683
726
|
|
|
684
727
|
// dist/icons/PauseSquare.tsx
|
|
685
|
-
import
|
|
686
|
-
import { jsx as
|
|
687
|
-
var PauseSquare =
|
|
728
|
+
import React66 from "react";
|
|
729
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
730
|
+
var PauseSquare = React66.forwardRef(
|
|
688
731
|
({ size, ...props }, ref) => {
|
|
689
|
-
return /* @__PURE__ */
|
|
732
|
+
return /* @__PURE__ */ jsx66("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx66("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" }) });
|
|
690
733
|
}
|
|
691
734
|
);
|
|
692
735
|
PauseSquare.displayName = "PauseSquare";
|
|
693
736
|
|
|
694
737
|
// dist/icons/Pdf.tsx
|
|
695
|
-
import
|
|
696
|
-
import { jsx as
|
|
697
|
-
var Pdf =
|
|
738
|
+
import React67 from "react";
|
|
739
|
+
import { jsx as jsx67, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
740
|
+
var Pdf = React67.forwardRef(
|
|
698
741
|
({ size, ...props }, ref) => {
|
|
699
|
-
return /* @__PURE__ */
|
|
700
|
-
/* @__PURE__ */
|
|
701
|
-
/* @__PURE__ */
|
|
702
|
-
/* @__PURE__ */
|
|
742
|
+
return /* @__PURE__ */ jsxs22("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
743
|
+
/* @__PURE__ */ jsx67("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" }),
|
|
744
|
+
/* @__PURE__ */ jsx67("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
|
|
745
|
+
/* @__PURE__ */ jsx67("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" })
|
|
703
746
|
] });
|
|
704
747
|
}
|
|
705
748
|
);
|
|
706
749
|
Pdf.displayName = "Pdf";
|
|
707
750
|
|
|
708
751
|
// dist/icons/PlayFilled.tsx
|
|
709
|
-
import
|
|
710
|
-
import { jsx as
|
|
711
|
-
var PlayFilled =
|
|
752
|
+
import React68 from "react";
|
|
753
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
754
|
+
var PlayFilled = React68.forwardRef(
|
|
712
755
|
({ size, ...props }, ref) => {
|
|
713
|
-
return /* @__PURE__ */
|
|
756
|
+
return /* @__PURE__ */ jsx68("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx68("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" }) });
|
|
714
757
|
}
|
|
715
758
|
);
|
|
716
759
|
PlayFilled.displayName = "PlayFilled";
|
|
717
760
|
|
|
718
761
|
// dist/icons/Signature.tsx
|
|
719
|
-
import
|
|
720
|
-
import { jsx as
|
|
721
|
-
var Signature =
|
|
762
|
+
import React69 from "react";
|
|
763
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
764
|
+
var Signature = React69.forwardRef(
|
|
722
765
|
({ size, ...props }, ref) => {
|
|
723
|
-
return /* @__PURE__ */
|
|
766
|
+
return /* @__PURE__ */ jsx69("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx69("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" }) });
|
|
724
767
|
}
|
|
725
768
|
);
|
|
726
769
|
Signature.displayName = "Signature";
|
|
727
770
|
|
|
728
771
|
// dist/icons/SperateDot.tsx
|
|
729
|
-
import
|
|
730
|
-
import { jsx as
|
|
731
|
-
var SperateDot =
|
|
772
|
+
import React70 from "react";
|
|
773
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
774
|
+
var SperateDot = React70.forwardRef(
|
|
732
775
|
({ size, ...props }, ref) => {
|
|
733
|
-
return /* @__PURE__ */
|
|
776
|
+
return /* @__PURE__ */ jsx70("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx70("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
|
|
734
777
|
}
|
|
735
778
|
);
|
|
736
779
|
SperateDot.displayName = "SperateDot";
|
|
737
780
|
|
|
738
781
|
// dist/icons/SquarePen1.tsx
|
|
739
|
-
import
|
|
740
|
-
import { jsx as
|
|
741
|
-
var SquarePen1 =
|
|
782
|
+
import React71 from "react";
|
|
783
|
+
import { jsx as jsx71, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
784
|
+
var SquarePen1 = React71.forwardRef(
|
|
742
785
|
({ size, ...props }, ref) => {
|
|
743
|
-
return /* @__PURE__ */
|
|
744
|
-
/* @__PURE__ */
|
|
745
|
-
/* @__PURE__ */
|
|
786
|
+
return /* @__PURE__ */ jsxs23("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
787
|
+
/* @__PURE__ */ jsx71("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" }),
|
|
788
|
+
/* @__PURE__ */ jsx71("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" })
|
|
746
789
|
] });
|
|
747
790
|
}
|
|
748
791
|
);
|
|
749
792
|
SquarePen1.displayName = "SquarePen1";
|
|
750
793
|
|
|
751
794
|
// dist/icons/Strikethrough.tsx
|
|
752
|
-
import
|
|
753
|
-
import { jsx as
|
|
754
|
-
var Strikethrough =
|
|
795
|
+
import React72 from "react";
|
|
796
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
797
|
+
var Strikethrough = React72.forwardRef(
|
|
755
798
|
({ size, ...props }, ref) => {
|
|
756
|
-
return /* @__PURE__ */
|
|
799
|
+
return /* @__PURE__ */ jsx72("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx72("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" }) });
|
|
757
800
|
}
|
|
758
801
|
);
|
|
759
802
|
Strikethrough.displayName = "Strikethrough";
|
|
760
803
|
|
|
804
|
+
// dist/icons/Tasks.tsx
|
|
805
|
+
import React73 from "react";
|
|
806
|
+
import { jsx as jsx73, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
807
|
+
var Tasks = React73.forwardRef(
|
|
808
|
+
({ size, ...props }, ref) => {
|
|
809
|
+
return /* @__PURE__ */ jsxs24("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
|
|
810
|
+
/* @__PURE__ */ jsx73("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" }),
|
|
811
|
+
/* @__PURE__ */ jsx73("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" })
|
|
812
|
+
] });
|
|
813
|
+
}
|
|
814
|
+
);
|
|
815
|
+
Tasks.displayName = "Tasks";
|
|
816
|
+
|
|
817
|
+
// dist/icons/Trash.tsx
|
|
818
|
+
import React74 from "react";
|
|
819
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
820
|
+
var Trash = React74.forwardRef(
|
|
821
|
+
({ size, ...props }, ref) => {
|
|
822
|
+
return /* @__PURE__ */ jsx74("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx74("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" }) });
|
|
823
|
+
}
|
|
824
|
+
);
|
|
825
|
+
Trash.displayName = "Trash";
|
|
826
|
+
|
|
761
827
|
// dist/icons/Video.tsx
|
|
762
|
-
import
|
|
763
|
-
import { jsx as
|
|
764
|
-
var Video =
|
|
828
|
+
import React75 from "react";
|
|
829
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
830
|
+
var Video = React75.forwardRef(
|
|
765
831
|
({ size, ...props }, ref) => {
|
|
766
|
-
return /* @__PURE__ */
|
|
832
|
+
return /* @__PURE__ */ jsx75("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx75("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" }) });
|
|
767
833
|
}
|
|
768
834
|
);
|
|
769
835
|
Video.displayName = "Video";
|
|
770
836
|
|
|
771
837
|
// dist/icons/X.tsx
|
|
772
|
-
import
|
|
773
|
-
import { jsx as
|
|
774
|
-
var X =
|
|
838
|
+
import React76 from "react";
|
|
839
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
840
|
+
var X = React76.forwardRef(
|
|
775
841
|
({ size, ...props }, ref) => {
|
|
776
|
-
return /* @__PURE__ */
|
|
842
|
+
return /* @__PURE__ */ jsx76("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx76("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" }) });
|
|
777
843
|
}
|
|
778
844
|
);
|
|
779
845
|
X.displayName = "X";
|
|
@@ -832,10 +898,14 @@ export {
|
|
|
832
898
|
ListEnd,
|
|
833
899
|
ListOrdered,
|
|
834
900
|
ListTodo,
|
|
901
|
+
Lock,
|
|
835
902
|
MagickPotion,
|
|
836
903
|
MagickoCheck,
|
|
837
904
|
Marketing,
|
|
838
905
|
MessageEdit,
|
|
906
|
+
MingcuteMicLine1,
|
|
907
|
+
MingcuteMicLine11,
|
|
908
|
+
MingcuteMicLine12,
|
|
839
909
|
Network,
|
|
840
910
|
NotiDot,
|
|
841
911
|
PA,
|
|
@@ -846,6 +916,8 @@ export {
|
|
|
846
916
|
SperateDot,
|
|
847
917
|
SquarePen1,
|
|
848
918
|
Strikethrough,
|
|
919
|
+
Tasks,
|
|
920
|
+
Trash,
|
|
849
921
|
Video,
|
|
850
922
|
X
|
|
851
923
|
};
|