magick-icons 0.1.132 → 0.1.133

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.mjs CHANGED
@@ -1605,172 +1605,290 @@ var MagickoList = React127.forwardRef(
1605
1605
  );
1606
1606
  MagickoList.displayName = "MagickoList";
1607
1607
 
1608
- // dist/icons/Marketing.tsx
1608
+ // dist/icons/MagickoTrash.tsx
1609
1609
  import React128 from "react";
1610
- import { jsx as jsx128 } from "react/jsx-runtime";
1611
- var Marketing = React128.forwardRef(
1610
+ import { jsx as jsx128, jsxs as jsxs83 } from "react/jsx-runtime";
1611
+ var MagickoTrash = React128.forwardRef(
1612
+ ({ size, ...props }, ref) => {
1613
+ return /* @__PURE__ */ jsxs83("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1614
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M21 6.73h-.08c-5.29-.53-10.57-.73-15.8-.2l-2.04.2a.755.755 0 0 1-.83-.68c-.04-.42.26-.78.67-.82l2.04-.2c5.32-.54 10.71-.33 16.11.2.41.04.71.41.67.82a.74.74 0 0 1-.74.68" }),
1615
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M8.5 5.72c-.04 0-.08 0-.13-.01a.753.753 0 0 1-.61-.86l.22-1.31c.16-.96.38-2.29 2.71-2.29h2.62c2.34 0 2.56 1.38 2.71 2.3l.22 1.3c.07.41-.21.8-.61.86-.41.07-.8-.21-.86-.61l-.22-1.3c-.14-.87-.17-1.04-1.23-1.04H10.7c-1.06 0-1.08.14-1.23 1.03l-.23 1.3a.75.75 0 0 1-.74.63M15.21 22.75H8.79c-3.49 0-3.63-1.93-3.74-3.49L4.4 9.19c-.03-.41.29-.77.7-.8.42-.02.77.29.8.7l.65 10.07c.11 1.52.15 2.09 2.24 2.09h6.42c2.1 0 2.14-.57 2.24-2.09l.65-10.07c.03-.41.39-.72.8-.7.41.03.73.38.7.8l-.65 10.07c-.11 1.56-.25 3.49-3.74 3.49" }),
1616
+ /* @__PURE__ */ jsx128("path", { fill: "#1e293b", d: "M13.66 17.25h-3.33c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.33c.41 0 .75.34.75.75s-.34.75-.75.75M14.5 13.25h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" })
1617
+ ] });
1618
+ }
1619
+ );
1620
+ MagickoTrash.displayName = "MagickoTrash";
1621
+
1622
+ // dist/icons/MagickoTrendDown.tsx
1623
+ import React129 from "react";
1624
+ import { jsx as jsx129, jsxs as jsxs84 } from "react/jsx-runtime";
1625
+ var MagickoTrendDown = React129.forwardRef(
1626
+ ({ size, ...props }, ref) => {
1627
+ return /* @__PURE__ */ jsxs84("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1628
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M16.5 15.25c-.19 0-.38-.07-.53-.22l-3.55-3.55-1.09 1.64c-.12.19-.33.31-.55.33a.73.73 0 0 1-.6-.22l-3.2-3.2a.755.755 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.55 2.55 1.09-1.64c.12-.18.32-.3.55-.33.23-.02.45.06.6.22l4.2 4.2c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22" }),
1629
+ /* @__PURE__ */ jsx129("path", { fill: "#1e293b", d: "M16.5 15.25h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.25V12.5c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75" }),
1630
+ /* @__PURE__ */ jsx129("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" })
1631
+ ] });
1632
+ }
1633
+ );
1634
+ MagickoTrendDown.displayName = "MagickoTrendDown";
1635
+
1636
+ // dist/icons/MagickoTrendUp.tsx
1637
+ import React130 from "react";
1638
+ import { jsx as jsx130, jsxs as jsxs85 } from "react/jsx-runtime";
1639
+ var MagickoTrendUp = React130.forwardRef(
1640
+ ({ size, ...props }, ref) => {
1641
+ return /* @__PURE__ */ jsxs85("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1642
+ /* @__PURE__ */ jsx130("path", { fill: "#1e293b", d: "M7.5 15.25c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l3.2-3.2a.74.74 0 0 1 1.15.11l1.09 1.64 3.55-3.55c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4.2 4.2a.74.74 0 0 1-1.15-.11l-1.09-1.64-2.55 2.55c-.15.15-.34.22-.53.22" }),
1643
+ /* @__PURE__ */ jsx130("path", { fill: "#1e293b", d: "M16.5 12.25c-.41 0-.75-.34-.75-.75v-1.25H14.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75v2c0 .41-.34.75-.75.75" }),
1644
+ /* @__PURE__ */ jsx130("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" })
1645
+ ] });
1646
+ }
1647
+ );
1648
+ MagickoTrendUp.displayName = "MagickoTrendUp";
1649
+
1650
+ // dist/icons/MagickoUndoArrow.tsx
1651
+ import React131 from "react";
1652
+ import { jsx as jsx131, jsxs as jsxs86 } from "react/jsx-runtime";
1653
+ var MagickoUndoArrow = React131.forwardRef(
1654
+ ({ size, ...props }, ref) => {
1655
+ return /* @__PURE__ */ jsxs86("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1656
+ /* @__PURE__ */ jsx131("path", { fill: "#1e293b", d: "M15.13 19.06h-8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8a4.26 4.26 0 0 0 4.25-4.25 4.26 4.26 0 0 0-4.25-4.25h-11c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h11c3.17 0 5.75 2.58 5.75 5.75s-2.58 5.75-5.75 5.75" }),
1657
+ /* @__PURE__ */ jsx131("path", { fill: "#1e293b", d: "M6.43 11.56c-.19 0-.38-.07-.53-.22L3.34 8.78a.754.754 0 0 1 0-1.06L5.9 5.16c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.93 8.25l2.03 2.03c.29.29.29.77 0 1.06-.14.15-.34.22-.53.22" })
1658
+ ] });
1659
+ }
1660
+ );
1661
+ MagickoUndoArrow.displayName = "MagickoUndoArrow";
1662
+
1663
+ // dist/icons/MagickoUnlimited.tsx
1664
+ import React132 from "react";
1665
+ import { jsx as jsx132 } from "react/jsx-runtime";
1666
+ var MagickoUnlimited = React132.forwardRef(
1667
+ ({ size, ...props }, ref) => {
1668
+ return /* @__PURE__ */ jsx132("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx132("path", { fill: "#1e293b", d: "M17.45 17.3c-1.68 0-3.23-.79-4.24-2.18-.24-.33-.17-.8.16-1.05s.8-.17 1.05.16c.73.99 1.83 1.56 3.03 1.56 2.09 0 3.8-1.7 3.8-3.8s-1.7-3.8-3.8-3.8c-1.42 0-2.76.76-3.49 1.97l-2.65 4.41c-1 1.67-2.83 2.7-4.77 2.7a5.31 5.31 0 0 1-5.3-5.3c0-2.92 2.38-5.3 5.3-5.3 1.68 0 3.23.79 4.24 2.18.24.33.17.8-.16 1.05a.76.76 0 0 1-1.05-.16c-.73-.99-1.83-1.56-3.03-1.56-2.09 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.42 0 2.76-.76 3.49-1.97l2.65-4.41c1-1.67 2.83-2.7 4.77-2.7 2.92 0 5.3 2.38 5.3 5.3s-2.38 5.3-5.3 5.3" }) });
1669
+ }
1670
+ );
1671
+ MagickoUnlimited.displayName = "MagickoUnlimited";
1672
+
1673
+ // dist/icons/MagickoUploadArrow.tsx
1674
+ import React133 from "react";
1675
+ import { jsx as jsx133, jsxs as jsxs87 } from "react/jsx-runtime";
1676
+ var MagickoUploadArrow = React133.forwardRef(
1677
+ ({ size, ...props }, ref) => {
1678
+ return /* @__PURE__ */ jsxs87("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1679
+ /* @__PURE__ */ jsx133("path", { fill: "#1e293b", d: "M12 16.243c-.41 0-.75-.326-.75-.72V4.493c0-.394.34-.72.75-.72s.75.326.75.72v11.03c0 .403-.33.72-.75.72" }),
1680
+ /* @__PURE__ */ jsx133("path", { fill: "#1e293b", d: "M15.26 8.352a.76.76 0 0 1-.53-.21L12 5.52 9.27 8.141a.777.777 0 0 1-1.06 0 .704.704 0 0 1 0-1.017l3.26-3.13a.8.8 0 0 1 1.06 0l3.26 3.13c.29.278.29.739 0 1.017a.73.73 0 0 1-.53.211M16.76 21.005H7.24c-1.65 0-3.42-1.152-4.04-2.621l-1.15-2.765a.706.706 0 0 1 .42-.931c.38-.144.82.029.97.403l1.15 2.765c.38.912 1.62 1.718 2.64 1.718h9.52c1.03 0 2.26-.806 2.64-1.718l1.15-2.765c.15-.374.59-.547.97-.403s.57.566.42.931l-1.15 2.765c-.6 1.469-2.37 2.62-4.02 2.62" })
1681
+ ] });
1682
+ }
1683
+ );
1684
+ MagickoUploadArrow.displayName = "MagickoUploadArrow";
1685
+
1686
+ // dist/icons/MagickoUploadHorizontalArrow.tsx
1687
+ import React134 from "react";
1688
+ import { jsx as jsx134, jsxs as jsxs88 } from "react/jsx-runtime";
1689
+ var MagickoUploadHorizontalArrow = React134.forwardRef(
1690
+ ({ size, ...props }, ref) => {
1691
+ return /* @__PURE__ */ jsxs88("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1692
+ /* @__PURE__ */ jsx134("path", { fill: "#1e293b", d: "M21.25 13.114H8.74c-.41 0-.75-.327-.75-.72 0-.394.34-.72.75-.72h12.51c.41 0 .75.326.75.72s-.34.72-.75.72" }),
1693
+ /* @__PURE__ */ jsx134("path", { fill: "#1e293b", d: "M17.99 16.243a.76.76 0 0 1-.53-.211.704.704 0 0 1 0-1.018l2.73-2.62-2.73-2.621a.704.704 0 0 1 0-1.018.777.777 0 0 1 1.06 0l3.26 3.13c.14.134.22.317.22.509s-.08.374-.22.508l-3.26 3.13a.76.76 0 0 1-.53.211M7.09 21.994c-1.19 0-2.29-.355-3.19-1.047-1.22-.94-1.9-2.38-1.9-4.041V7.882C2 6.22 2.67 4.78 3.9 3.84c1.22-.94 2.83-1.267 4.52-.902l6.13 1.305c.4.087.66.47.57.864-.09.384-.48.634-.9.548L8.09 4.349c-1.23-.269-2.4-.048-3.26.624-.86.662-1.34 1.7-1.34 2.918v9.024c0 1.22.47 2.256 1.34 2.919.86.662 2.02.883 3.26.624l6.13-1.306c.4-.086.8.163.89.547s-.17.768-.57.855l-6.13 1.305c-.44.087-.89.135-1.32.135" })
1694
+ ] });
1695
+ }
1696
+ );
1697
+ MagickoUploadHorizontalArrow.displayName = "MagickoUploadHorizontalArrow";
1698
+
1699
+ // dist/icons/MagickoUpsideDownFace.tsx
1700
+ import React135 from "react";
1701
+ import { jsx as jsx135, jsxs as jsxs89 } from "react/jsx-runtime";
1702
+ var MagickoUpsideDownFace = React135.forwardRef(
1612
1703
  ({ size, ...props }, ref) => {
1613
- return /* @__PURE__ */ jsx128("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx128("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" }) });
1704
+ return /* @__PURE__ */ jsxs89("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1705
+ /* @__PURE__ */ jsx135("path", { fill: "#1e293b", d: "M9.42 17.08c-.91 0-1.81-.36-2.49-1.03l-.37-.37a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.37.37c.62.61 1.55.77 2.33.38.37-.19.82-.04 1.01.34.19.37.04.82-.34 1.01-.49.24-1.03.36-1.57.36M14.58 17.08c-.53 0-1.07-.12-1.57-.37a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34.78.39 1.71.24 2.33-.38l.37-.37c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.37.37c-.68.68-1.58 1.04-2.49 1.04" }),
1706
+ /* @__PURE__ */ jsx135("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" }),
1707
+ /* @__PURE__ */ jsx135("path", { fill: "#1e293b", d: "M16.24 11.17a1 1 0 0 1-.17-.02c-2.66-.63-5.47-.63-8.13 0-.36.09-.72-.07-.94-.37-.19-.25-.25-.58-.16-.89.58-1.93 2.02-3.38 3.83-3.88.87-.24 1.8-.24 2.67 0 1.81.5 3.24 1.95 3.83 3.88.09.31.03.64-.15.89-.2.25-.48.39-.78.39M12 9.18c1.13 0 2.26.1 3.38.3-.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 1.11-.2 2.24-.3 3.37-.3" })
1708
+ ] });
1709
+ }
1710
+ );
1711
+ MagickoUpsideDownFace.displayName = "MagickoUpsideDownFace";
1712
+
1713
+ // dist/icons/MagickoUser.tsx
1714
+ import React136 from "react";
1715
+ import { jsx as jsx136, jsxs as jsxs90 } from "react/jsx-runtime";
1716
+ var MagickoUser = React136.forwardRef(
1717
+ ({ size, ...props }, ref) => {
1718
+ return /* @__PURE__ */ jsxs90("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1719
+ /* @__PURE__ */ jsx136("path", { fill: "#1e293b", d: "M12 8.93c-1.98 0-3.59-1.61-3.59-3.59S10.02 1.75 12 1.75s3.59 1.61 3.59 3.59S13.98 8.93 12 8.93m0-5.68c-1.15 0-2.09.94-2.09 2.09s.94 2.09 2.09 2.09 2.09-.94 2.09-2.09-.94-2.09-2.09-2.09M15.17 19.08a.75.75 0 0 1-.34-1.42l1.41-.71a.31.31 0 0 0 .17-.32l-.56-3.36c-.15-.91-.94-1.58-1.86-1.58h-3.97c-.93 0-1.71.66-1.86 1.58l-.56 3.36c-.02.13.04.26.16.32l1.41.71c.37.19.52.64.33 1.01-.18.37-.63.52-1.01.33l-1.41-.71c-.71-.36-1.1-1.12-.97-1.91l.56-3.36a3.375 3.375 0 0 1 3.34-2.83h3.97c1.66 0 3.07 1.19 3.34 2.83l.56 3.36c.13.79-.26 1.56-.97 1.91L15.5 19a.7.7 0 0 1-.33.08" }),
1720
+ /* @__PURE__ */ jsx136("path", { fill: "#1e293b", d: "M13.16 22.25h-2.31c-.93 0-1.7-.7-1.8-1.63l-.43-4.33a.75.75 0 0 1 1.49-.15l.43 4.33c.02.16.15.28.3.28h2.31c.16 0 .29-.12.3-.28l.43-4.33a.75.75 0 0 1 1.49.15l-.43 4.33c-.08.93-.85 1.63-1.78 1.63" })
1721
+ ] });
1722
+ }
1723
+ );
1724
+ MagickoUser.displayName = "MagickoUser";
1725
+
1726
+ // dist/icons/Marketing.tsx
1727
+ import React137 from "react";
1728
+ import { jsx as jsx137 } from "react/jsx-runtime";
1729
+ var Marketing = React137.forwardRef(
1730
+ ({ size, ...props }, ref) => {
1731
+ return /* @__PURE__ */ jsx137("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx137("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" }) });
1614
1732
  }
1615
1733
  );
1616
1734
  Marketing.displayName = "Marketing";
1617
1735
 
1618
1736
  // dist/icons/MessageEdit.tsx
1619
- import React129 from "react";
1620
- import { jsx as jsx129 } from "react/jsx-runtime";
1621
- var MessageEdit = React129.forwardRef(
1737
+ import React138 from "react";
1738
+ import { jsx as jsx138 } from "react/jsx-runtime";
1739
+ var MessageEdit = React138.forwardRef(
1622
1740
  ({ size, ...props }, ref) => {
1623
- return /* @__PURE__ */ jsx129("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx129("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" }) });
1741
+ return /* @__PURE__ */ jsx138("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx138("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" }) });
1624
1742
  }
1625
1743
  );
1626
1744
  MessageEdit.displayName = "MessageEdit";
1627
1745
 
1628
1746
  // dist/icons/Network.tsx
1629
- import React130 from "react";
1630
- import { jsx as jsx130 } from "react/jsx-runtime";
1631
- var Network = React130.forwardRef(
1747
+ import React139 from "react";
1748
+ import { jsx as jsx139 } from "react/jsx-runtime";
1749
+ var Network = React139.forwardRef(
1632
1750
  ({ size, ...props }, ref) => {
1633
- return /* @__PURE__ */ jsx130("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx130("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" }) });
1751
+ return /* @__PURE__ */ jsx139("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx139("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" }) });
1634
1752
  }
1635
1753
  );
1636
1754
  Network.displayName = "Network";
1637
1755
 
1638
1756
  // dist/icons/NotiDot.tsx
1639
- import React131 from "react";
1640
- import { jsx as jsx131 } from "react/jsx-runtime";
1641
- var NotiDot = React131.forwardRef(
1757
+ import React140 from "react";
1758
+ import { jsx as jsx140 } from "react/jsx-runtime";
1759
+ var NotiDot = React140.forwardRef(
1642
1760
  ({ size, ...props }, ref) => {
1643
- return /* @__PURE__ */ jsx131("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx131("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
1761
+ return /* @__PURE__ */ jsx140("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx140("circle", { cx: "12", cy: "12", r: "5", fill: "#000" }) });
1644
1762
  }
1645
1763
  );
1646
1764
  NotiDot.displayName = "NotiDot";
1647
1765
 
1648
1766
  // dist/icons/PA.tsx
1649
- import React132 from "react";
1650
- import { jsx as jsx132 } from "react/jsx-runtime";
1651
- var PA = React132.forwardRef(
1767
+ import React141 from "react";
1768
+ import { jsx as jsx141 } from "react/jsx-runtime";
1769
+ var PA = React141.forwardRef(
1652
1770
  ({ size, ...props }, ref) => {
1653
- return /* @__PURE__ */ jsx132("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx132("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" }) });
1771
+ return /* @__PURE__ */ jsx141("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx141("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" }) });
1654
1772
  }
1655
1773
  );
1656
1774
  PA.displayName = "PA";
1657
1775
 
1658
1776
  // dist/icons/PauseSquare.tsx
1659
- import React133 from "react";
1660
- import { jsx as jsx133 } from "react/jsx-runtime";
1661
- var PauseSquare = React133.forwardRef(
1777
+ import React142 from "react";
1778
+ import { jsx as jsx142 } from "react/jsx-runtime";
1779
+ var PauseSquare = React142.forwardRef(
1662
1780
  ({ size, ...props }, ref) => {
1663
- return /* @__PURE__ */ jsx133("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx133("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" }) });
1781
+ return /* @__PURE__ */ jsx142("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx142("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" }) });
1664
1782
  }
1665
1783
  );
1666
1784
  PauseSquare.displayName = "PauseSquare";
1667
1785
 
1668
1786
  // dist/icons/Pdf.tsx
1669
- import React134 from "react";
1670
- import { jsx as jsx134, jsxs as jsxs83 } from "react/jsx-runtime";
1671
- var Pdf = React134.forwardRef(
1787
+ import React143 from "react";
1788
+ import { jsx as jsx143, jsxs as jsxs91 } from "react/jsx-runtime";
1789
+ var Pdf = React143.forwardRef(
1672
1790
  ({ size, ...props }, ref) => {
1673
- return /* @__PURE__ */ jsxs83("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1674
- /* @__PURE__ */ jsx134("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" }),
1675
- /* @__PURE__ */ jsx134("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
1676
- /* @__PURE__ */ jsx134("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" })
1791
+ return /* @__PURE__ */ jsxs91("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1792
+ /* @__PURE__ */ jsx143("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" }),
1793
+ /* @__PURE__ */ jsx143("path", { fill: "#ca0404", d: "M20.75 9.75h-6.9a1.6 1.6 0 0 1-1.6-1.6v-6.9z" }),
1794
+ /* @__PURE__ */ jsx143("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" })
1677
1795
  ] });
1678
1796
  }
1679
1797
  );
1680
1798
  Pdf.displayName = "Pdf";
1681
1799
 
1682
1800
  // dist/icons/PlayFilled.tsx
1683
- import React135 from "react";
1684
- import { jsx as jsx135 } from "react/jsx-runtime";
1685
- var PlayFilled = React135.forwardRef(
1801
+ import React144 from "react";
1802
+ import { jsx as jsx144 } from "react/jsx-runtime";
1803
+ var PlayFilled = React144.forwardRef(
1686
1804
  ({ size, ...props }, ref) => {
1687
- return /* @__PURE__ */ jsx135("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx135("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" }) });
1805
+ return /* @__PURE__ */ jsx144("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx144("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" }) });
1688
1806
  }
1689
1807
  );
1690
1808
  PlayFilled.displayName = "PlayFilled";
1691
1809
 
1692
1810
  // dist/icons/Signature.tsx
1693
- import React136 from "react";
1694
- import { jsx as jsx136 } from "react/jsx-runtime";
1695
- var Signature = React136.forwardRef(
1811
+ import React145 from "react";
1812
+ import { jsx as jsx145 } from "react/jsx-runtime";
1813
+ var Signature = React145.forwardRef(
1696
1814
  ({ size, ...props }, ref) => {
1697
- return /* @__PURE__ */ jsx136("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx136("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" }) });
1815
+ return /* @__PURE__ */ jsx145("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx145("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" }) });
1698
1816
  }
1699
1817
  );
1700
1818
  Signature.displayName = "Signature";
1701
1819
 
1702
1820
  // dist/icons/SperateDot.tsx
1703
- import React137 from "react";
1704
- import { jsx as jsx137 } from "react/jsx-runtime";
1705
- var SperateDot = React137.forwardRef(
1821
+ import React146 from "react";
1822
+ import { jsx as jsx146 } from "react/jsx-runtime";
1823
+ var SperateDot = React146.forwardRef(
1706
1824
  ({ size, ...props }, ref) => {
1707
- return /* @__PURE__ */ jsx137("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx137("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
1825
+ return /* @__PURE__ */ jsx146("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx146("circle", { cx: "12", cy: "12", r: "2", fill: "#000" }) });
1708
1826
  }
1709
1827
  );
1710
1828
  SperateDot.displayName = "SperateDot";
1711
1829
 
1712
1830
  // dist/icons/SquarePen1.tsx
1713
- import React138 from "react";
1714
- import { jsx as jsx138, jsxs as jsxs84 } from "react/jsx-runtime";
1715
- var SquarePen1 = React138.forwardRef(
1831
+ import React147 from "react";
1832
+ import { jsx as jsx147, jsxs as jsxs92 } from "react/jsx-runtime";
1833
+ var SquarePen1 = React147.forwardRef(
1716
1834
  ({ size, ...props }, ref) => {
1717
- return /* @__PURE__ */ jsxs84("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1718
- /* @__PURE__ */ jsx138("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" }),
1719
- /* @__PURE__ */ jsx138("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" })
1835
+ return /* @__PURE__ */ jsxs92("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1836
+ /* @__PURE__ */ jsx147("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" }),
1837
+ /* @__PURE__ */ jsx147("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" })
1720
1838
  ] });
1721
1839
  }
1722
1840
  );
1723
1841
  SquarePen1.displayName = "SquarePen1";
1724
1842
 
1725
1843
  // dist/icons/Strikethrough.tsx
1726
- import React139 from "react";
1727
- import { jsx as jsx139 } from "react/jsx-runtime";
1728
- var Strikethrough = React139.forwardRef(
1844
+ import React148 from "react";
1845
+ import { jsx as jsx148 } from "react/jsx-runtime";
1846
+ var Strikethrough = React148.forwardRef(
1729
1847
  ({ size, ...props }, ref) => {
1730
- return /* @__PURE__ */ jsx139("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx139("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" }) });
1848
+ return /* @__PURE__ */ jsx148("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx148("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" }) });
1731
1849
  }
1732
1850
  );
1733
1851
  Strikethrough.displayName = "Strikethrough";
1734
1852
 
1735
1853
  // dist/icons/Tasks.tsx
1736
- import React140 from "react";
1737
- import { jsx as jsx140, jsxs as jsxs85 } from "react/jsx-runtime";
1738
- var Tasks = React140.forwardRef(
1854
+ import React149 from "react";
1855
+ import { jsx as jsx149, jsxs as jsxs93 } from "react/jsx-runtime";
1856
+ var Tasks = React149.forwardRef(
1739
1857
  ({ size, ...props }, ref) => {
1740
- return /* @__PURE__ */ jsxs85("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1741
- /* @__PURE__ */ jsx140("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" }),
1742
- /* @__PURE__ */ jsx140("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" })
1858
+ return /* @__PURE__ */ jsxs93("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
1859
+ /* @__PURE__ */ jsx149("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" }),
1860
+ /* @__PURE__ */ jsx149("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" })
1743
1861
  ] });
1744
1862
  }
1745
1863
  );
1746
1864
  Tasks.displayName = "Tasks";
1747
1865
 
1748
1866
  // dist/icons/Trash.tsx
1749
- import React141 from "react";
1750
- import { jsx as jsx141 } from "react/jsx-runtime";
1751
- var Trash = React141.forwardRef(
1867
+ import React150 from "react";
1868
+ import { jsx as jsx150 } from "react/jsx-runtime";
1869
+ var Trash = React150.forwardRef(
1752
1870
  ({ size, ...props }, ref) => {
1753
- return /* @__PURE__ */ jsx141("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx141("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" }) });
1871
+ return /* @__PURE__ */ jsx150("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx150("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" }) });
1754
1872
  }
1755
1873
  );
1756
1874
  Trash.displayName = "Trash";
1757
1875
 
1758
1876
  // dist/icons/Video.tsx
1759
- import React142 from "react";
1760
- import { jsx as jsx142 } from "react/jsx-runtime";
1761
- var Video = React142.forwardRef(
1877
+ import React151 from "react";
1878
+ import { jsx as jsx151 } from "react/jsx-runtime";
1879
+ var Video = React151.forwardRef(
1762
1880
  ({ size, ...props }, ref) => {
1763
- return /* @__PURE__ */ jsx142("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx142("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" }) });
1881
+ return /* @__PURE__ */ jsx151("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx151("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" }) });
1764
1882
  }
1765
1883
  );
1766
1884
  Video.displayName = "Video";
1767
1885
 
1768
1886
  // dist/icons/X.tsx
1769
- import React143 from "react";
1770
- import { jsx as jsx143 } from "react/jsx-runtime";
1771
- var X = React143.forwardRef(
1887
+ import React152 from "react";
1888
+ import { jsx as jsx152 } from "react/jsx-runtime";
1889
+ var X = React152.forwardRef(
1772
1890
  ({ size, ...props }, ref) => {
1773
- return /* @__PURE__ */ jsx143("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx143("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" }) });
1891
+ return /* @__PURE__ */ jsx152("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx152("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" }) });
1774
1892
  }
1775
1893
  );
1776
1894
  X.displayName = "X";
@@ -1902,6 +2020,15 @@ export {
1902
2020
  MagickPotion,
1903
2021
  MagickoCheck,
1904
2022
  MagickoList,
2023
+ MagickoTrash,
2024
+ MagickoTrendDown,
2025
+ MagickoTrendUp,
2026
+ MagickoUndoArrow,
2027
+ MagickoUnlimited,
2028
+ MagickoUploadArrow,
2029
+ MagickoUploadHorizontalArrow,
2030
+ MagickoUpsideDownFace,
2031
+ MagickoUser,
1905
2032
  Marketing,
1906
2033
  MessageEdit,
1907
2034
  Network,