@yoroll/react-icon 0.0.19 → 0.0.21

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.
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.18 */
1
+ /*! @lineargame svg icons react v0.0.21 */
2
2
 
3
3
  "use strict";
4
4
  (() => {
@@ -1560,8 +1560,19 @@ React keys must be passed directly to JSX without using spread:
1560
1560
  }
1561
1561
  });
1562
1562
 
1563
+ // src/components/Document.tsx
1564
+ var import_jsx_runtime = __toESM(require_jsx_runtime()), IconDocument = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1565
+ "path",
1566
+ {
1567
+ fill: stroke || color || "currentColor",
1568
+ d: "M21 7.5L13.5 0H3V24H21V7.5ZM18.568 8.25L12.75 2.43198V8.25H18.568ZM10.5 2.25H5.25V21.75H18.75V10.5H10.5V2.25Z",
1569
+ fillRule: "evenodd",
1570
+ clipRule: "evenodd"
1571
+ }
1572
+ ) }), Document_default = IconDocument;
1573
+
1563
1574
  // src/components/Homepage.tsx
1564
- var import_jsx_runtime = __toESM(require_jsx_runtime()), IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1575
+ var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1565
1576
  "path",
1566
1577
  {
1567
1578
  fill: stroke || color || "currentColor",
@@ -1572,7 +1583,7 @@ React keys must be passed directly to JSX without using spread:
1572
1583
  ) }), Homepage_default = IconHomepage;
1573
1584
 
1574
1585
  // src/components/Aiwriting.tsx
1575
- var import_jsx_runtime2 = __toESM(require_jsx_runtime()), IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
1586
+ var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1576
1587
  "path",
1577
1588
  {
1578
1589
  fill: stroke || color || "currentColor",
@@ -1581,7 +1592,7 @@ React keys must be passed directly to JSX without using spread:
1581
1592
  ) }), Aiwriting_default = IconAiwriting;
1582
1593
 
1583
1594
  // src/components/FmVeditorstart.tsx
1584
- var import_jsx_runtime3 = __toESM(require_jsx_runtime()), IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
1595
+ var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1585
1596
  "path",
1586
1597
  {
1587
1598
  fill: fill || color || "currentColor",
@@ -1592,7 +1603,7 @@ React keys must be passed directly to JSX without using spread:
1592
1603
  ) }), FmVeditorstart_default = IconFmVeditorstart;
1593
1604
 
1594
1605
  // src/components/QtEsave.tsx
1595
- var import_jsx_runtime4 = __toESM(require_jsx_runtime()), IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1606
+ var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1596
1607
  "path",
1597
1608
  {
1598
1609
  fill: stroke || color || "currentColor",
@@ -1603,8 +1614,8 @@ React keys must be passed directly to JSX without using spread:
1603
1614
  ) }), QtEsave_default = IconQtEsave;
1604
1615
 
1605
1616
  // src/components/Uploadimage.tsx
1606
- var import_jsx_runtime5 = __toESM(require_jsx_runtime()), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1607
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1617
+ var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1618
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1608
1619
  "path",
1609
1620
  {
1610
1621
  fill: stroke || color || "currentColor",
@@ -1613,7 +1624,7 @@ React keys must be passed directly to JSX without using spread:
1613
1624
  clipRule: "evenodd"
1614
1625
  }
1615
1626
  ),
1616
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1627
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1617
1628
  "path",
1618
1629
  {
1619
1630
  fill: stroke || color || "currentColor",
@@ -1623,8 +1634,8 @@ React keys must be passed directly to JSX without using spread:
1623
1634
  ] }), Uploadimage_default = IconUploadimage;
1624
1635
 
1625
1636
  // src/components/Aboutus.tsx
1626
- var import_jsx_runtime6 = __toESM(require_jsx_runtime()), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1627
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1637
+ var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1638
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1628
1639
  "path",
1629
1640
  {
1630
1641
  fill: stroke || color || "currentColor",
@@ -1633,7 +1644,7 @@ React keys must be passed directly to JSX without using spread:
1633
1644
  clipRule: "evenodd"
1634
1645
  }
1635
1646
  ),
1636
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1647
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1637
1648
  "path",
1638
1649
  {
1639
1650
  fill: stroke || color || "currentColor",
@@ -1643,15 +1654,15 @@ React keys must be passed directly to JSX without using spread:
1643
1654
  ] }), Aboutus_default = IconAboutus;
1644
1655
 
1645
1656
  // src/components/AddSceneChoice.tsx
1646
- var import_jsx_runtime7 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1647
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1657
+ var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1658
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1648
1659
  "path",
1649
1660
  {
1650
1661
  fill: stroke || color || "currentColor",
1651
1662
  d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
1652
1663
  }
1653
1664
  ),
1654
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
1665
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1655
1666
  "path",
1656
1667
  {
1657
1668
  fill: stroke || color || "currentColor",
@@ -1663,7 +1674,7 @@ React keys must be passed directly to JSX without using spread:
1663
1674
  ] }), AddSceneChoice_default = IconAddSceneChoice;
1664
1675
 
1665
1676
  // src/components/Add.tsx
1666
- var import_jsx_runtime8 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
1677
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1667
1678
  "path",
1668
1679
  {
1669
1680
  fill: stroke || color || "currentColor",
@@ -1672,8 +1683,8 @@ React keys must be passed directly to JSX without using spread:
1672
1683
  ) }), Add_default = IconAdd;
1673
1684
 
1674
1685
  // src/components/Agreements.tsx
1675
- var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1676
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
1686
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1687
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1677
1688
  "path",
1678
1689
  {
1679
1690
  fill: stroke || color || "currentColor",
@@ -1682,11 +1693,11 @@ React keys must be passed directly to JSX without using spread:
1682
1693
  clipRule: "evenodd"
1683
1694
  }
1684
1695
  ),
1685
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
1696
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
1686
1697
  ] }), Agreements_default = IconAgreements;
1687
1698
 
1688
1699
  // src/components/AngleDown.tsx
1689
- var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
1700
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1690
1701
  "path",
1691
1702
  {
1692
1703
  fill: stroke || color || "currentColor",
@@ -1695,7 +1706,7 @@ React keys must be passed directly to JSX without using spread:
1695
1706
  ) }), AngleDown_default = IconAngleDown;
1696
1707
 
1697
1708
  // src/components/Angleright.tsx
1698
- var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1709
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1699
1710
  "path",
1700
1711
  {
1701
1712
  fill: stroke || color || "currentColor",
@@ -1704,7 +1715,7 @@ React keys must be passed directly to JSX without using spread:
1704
1715
  ) }), Angleright_default = IconAngleright;
1705
1716
 
1706
1717
  // src/components/Announcement.tsx
1707
- var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1718
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1708
1719
  "path",
1709
1720
  {
1710
1721
  fill: stroke || color || "currentColor",
@@ -1715,7 +1726,7 @@ React keys must be passed directly to JSX without using spread:
1715
1726
  ) }), Announcement_default = IconAnnouncement;
1716
1727
 
1717
1728
  // src/components/Artboard.tsx
1718
- var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1729
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1719
1730
  "path",
1720
1731
  {
1721
1732
  fill: stroke || color || "currentColor",
@@ -1726,17 +1737,17 @@ React keys must be passed directly to JSX without using spread:
1726
1737
  ) }), Artboard_default = IconArtboard;
1727
1738
 
1728
1739
  // src/components/AssetsFilled.tsx
1729
- var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1730
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1731
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1732
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1740
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1741
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1742
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1743
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1733
1744
  ] }), AssetsFilled_default = IconAssetsFilled;
1734
1745
 
1735
1746
  // src/components/Assets.tsx
1736
- var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1737
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1738
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1739
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1747
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1748
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1749
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1750
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1740
1751
  "path",
1741
1752
  {
1742
1753
  fill: stroke || color || "currentColor",
@@ -1748,7 +1759,7 @@ React keys must be passed directly to JSX without using spread:
1748
1759
  ] }), Assets_default = IconAssets;
1749
1760
 
1750
1761
  // src/components/Autolayout.tsx
1751
- var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1762
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1752
1763
  "path",
1753
1764
  {
1754
1765
  fill: stroke || color || "currentColor",
@@ -1757,8 +1768,8 @@ React keys must be passed directly to JSX without using spread:
1757
1768
  ) }), Autolayout_default = IconAutolayout;
1758
1769
 
1759
1770
  // src/components/Backtoprojects.tsx
1760
- var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1761
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1771
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1772
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1762
1773
  "path",
1763
1774
  {
1764
1775
  fill: stroke || color || "currentColor",
@@ -1767,7 +1778,7 @@ React keys must be passed directly to JSX without using spread:
1767
1778
  clipRule: "evenodd"
1768
1779
  }
1769
1780
  ),
1770
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1781
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1771
1782
  "path",
1772
1783
  {
1773
1784
  fill: stroke || color || "currentColor",
@@ -1776,7 +1787,7 @@ React keys must be passed directly to JSX without using spread:
1776
1787
  clipRule: "evenodd"
1777
1788
  }
1778
1789
  ),
1779
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1790
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1780
1791
  "path",
1781
1792
  {
1782
1793
  fill: stroke || color || "currentColor",
@@ -1785,7 +1796,7 @@ React keys must be passed directly to JSX without using spread:
1785
1796
  clipRule: "evenodd"
1786
1797
  }
1787
1798
  ),
1788
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1799
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1789
1800
  "path",
1790
1801
  {
1791
1802
  fill: stroke || color || "currentColor",
@@ -1797,7 +1808,7 @@ React keys must be passed directly to JSX without using spread:
1797
1808
  ] }), Backtoprojects_default = IconBacktoprojects;
1798
1809
 
1799
1810
  // src/components/Backward.tsx
1800
- var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1811
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1801
1812
  "path",
1802
1813
  {
1803
1814
  fill: stroke || color || "currentColor",
@@ -1806,7 +1817,7 @@ React keys must be passed directly to JSX without using spread:
1806
1817
  ) }), Backward_default = IconBackward;
1807
1818
 
1808
1819
  // src/components/BatchShots.tsx
1809
- var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1820
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1810
1821
  "path",
1811
1822
  {
1812
1823
  fill: stroke || color || "currentColor",
@@ -1816,8 +1827,28 @@ React keys must be passed directly to JSX without using spread:
1816
1827
  }
1817
1828
  ) }), BatchShots_default = IconBatchShots;
1818
1829
 
1830
+ // src/components/Canvaposition.tsx
1831
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1832
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1833
+ "path",
1834
+ {
1835
+ fill: stroke || color || "currentColor",
1836
+ d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
1837
+ }
1838
+ ),
1839
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1840
+ "path",
1841
+ {
1842
+ fill: stroke || color || "currentColor",
1843
+ d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
1844
+ fillRule: "evenodd",
1845
+ clipRule: "evenodd"
1846
+ }
1847
+ )
1848
+ ] }), Canvaposition_default = IconCanvaposition;
1849
+
1819
1850
  // src/components/Canvasmode.tsx
1820
- var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1851
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1821
1852
  "path",
1822
1853
  {
1823
1854
  fill: stroke || color || "currentColor",
@@ -1828,7 +1859,7 @@ React keys must be passed directly to JSX without using spread:
1828
1859
  ) }), Canvasmode_default = IconCanvasmode;
1829
1860
 
1830
1861
  // src/components/CcgFilled.tsx
1831
- var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1862
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1832
1863
  "path",
1833
1864
  {
1834
1865
  fill: fill || color || "currentColor",
@@ -1839,7 +1870,7 @@ React keys must be passed directly to JSX without using spread:
1839
1870
  ) }), CcgFilled_default = IconCcgFilled;
1840
1871
 
1841
1872
  // src/components/Ccg.tsx
1842
- var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1873
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1843
1874
  "path",
1844
1875
  {
1845
1876
  fill: stroke || color || "currentColor",
@@ -1850,29 +1881,29 @@ React keys must be passed directly to JSX without using spread:
1850
1881
  ) }), Ccg_default = IconCcg;
1851
1882
 
1852
1883
  // src/components/Ccggame.tsx
1853
- var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1854
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1884
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1885
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1855
1886
  "path",
1856
1887
  {
1857
1888
  fill: stroke || color || "currentColor",
1858
1889
  d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
1859
1890
  }
1860
1891
  ),
1861
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1892
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1862
1893
  "path",
1863
1894
  {
1864
1895
  fill: stroke || color || "currentColor",
1865
1896
  d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
1866
1897
  }
1867
1898
  ),
1868
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1899
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1869
1900
  "path",
1870
1901
  {
1871
1902
  fill: stroke || color || "currentColor",
1872
1903
  d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
1873
1904
  }
1874
1905
  ),
1875
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1906
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1876
1907
  "path",
1877
1908
  {
1878
1909
  fill: stroke || color || "currentColor",
@@ -1884,7 +1915,7 @@ React keys must be passed directly to JSX without using spread:
1884
1915
  ] }), Ccggame_default = IconCcggame;
1885
1916
 
1886
1917
  // src/components/Ccglanguage.tsx
1887
- var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1918
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1888
1919
  "path",
1889
1920
  {
1890
1921
  fill: stroke || color || "currentColor",
@@ -1893,7 +1924,7 @@ React keys must be passed directly to JSX without using spread:
1893
1924
  ) }), Ccglanguage_default = IconCcglanguage;
1894
1925
 
1895
1926
  // src/components/Chaptercollapse.tsx
1896
- var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1927
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1897
1928
  "path",
1898
1929
  {
1899
1930
  fill: stroke || color || "currentColor",
@@ -1904,7 +1935,7 @@ React keys must be passed directly to JSX without using spread:
1904
1935
  ) }), Chaptercollapse_default = IconChaptercollapse;
1905
1936
 
1906
1937
  // src/components/Chapterexpand.tsx
1907
- var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1938
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1908
1939
  "path",
1909
1940
  {
1910
1941
  fill: stroke || color || "currentColor",
@@ -1914,8 +1945,28 @@ React keys must be passed directly to JSX without using spread:
1914
1945
  }
1915
1946
  ) }), Chapterexpand_default = IconChapterexpand;
1916
1947
 
1948
+ // src/components/Chathistory.tsx
1949
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1950
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1951
+ "path",
1952
+ {
1953
+ fill: stroke || color || "currentColor",
1954
+ d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
1955
+ }
1956
+ ),
1957
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1958
+ "path",
1959
+ {
1960
+ fill: stroke || color || "currentColor",
1961
+ d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
1962
+ fillRule: "evenodd",
1963
+ clipRule: "evenodd"
1964
+ }
1965
+ )
1966
+ ] }), Chathistory_default = IconChathistory;
1967
+
1917
1968
  // src/components/Check.tsx
1918
- var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1969
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1919
1970
  "path",
1920
1971
  {
1921
1972
  fill: stroke || color || "currentColor",
@@ -1924,7 +1975,7 @@ React keys must be passed directly to JSX without using spread:
1924
1975
  ) }), Check_default = IconCheck;
1925
1976
 
1926
1977
  // src/components/CheckedFilled.tsx
1927
- var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1978
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1928
1979
  "path",
1929
1980
  {
1930
1981
  fill: fill || color || "currentColor",
@@ -1935,7 +1986,7 @@ React keys must be passed directly to JSX without using spread:
1935
1986
  ) }), CheckedFilled_default = IconCheckedFilled;
1936
1987
 
1937
1988
  // src/components/Close.tsx
1938
- var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1989
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1939
1990
  "path",
1940
1991
  {
1941
1992
  fill: stroke || color || "currentColor",
@@ -1944,8 +1995,8 @@ React keys must be passed directly to JSX without using spread:
1944
1995
  ) }), Close_default = IconClose;
1945
1996
 
1946
1997
  // src/components/Collapsewindow.tsx
1947
- var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1948
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1998
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1999
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1949
2000
  "path",
1950
2001
  {
1951
2002
  fill: stroke || color || "currentColor",
@@ -1954,7 +2005,7 @@ React keys must be passed directly to JSX without using spread:
1954
2005
  clipRule: "evenodd"
1955
2006
  }
1956
2007
  ),
1957
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2008
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1958
2009
  "path",
1959
2010
  {
1960
2011
  fill: stroke || color || "currentColor",
@@ -1966,9 +2017,9 @@ React keys must be passed directly to JSX without using spread:
1966
2017
  ] }), Collapsewindow_default = IconCollapsewindow;
1967
2018
 
1968
2019
  // src/components/Copy.tsx
1969
- var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1970
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
1971
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2020
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2021
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
2022
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1972
2023
  "path",
1973
2024
  {
1974
2025
  fill: stroke || color || "currentColor",
@@ -1980,7 +2031,7 @@ React keys must be passed directly to JSX without using spread:
1980
2031
  ] }), Copy_default = IconCopy;
1981
2032
 
1982
2033
  // src/components/Copylink.tsx
1983
- var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2034
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1984
2035
  "path",
1985
2036
  {
1986
2037
  fill: stroke || color || "currentColor",
@@ -1991,8 +2042,8 @@ React keys must be passed directly to JSX without using spread:
1991
2042
  ) }), Copylink_default = IconCopylink;
1992
2043
 
1993
2044
  // src/components/CreditFilled.tsx
1994
- var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1995
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2045
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2046
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1996
2047
  "path",
1997
2048
  {
1998
2049
  fill: fill || color || "currentColor",
@@ -2001,11 +2052,11 @@ React keys must be passed directly to JSX without using spread:
2001
2052
  clipRule: "evenodd"
2002
2053
  }
2003
2054
  ) }),
2004
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2055
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2005
2056
  ] }), CreditFilled_default = IconCreditFilled;
2006
2057
 
2007
2058
  // src/components/Cursor.tsx
2008
- var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2059
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2009
2060
  "path",
2010
2061
  {
2011
2062
  fill: stroke || color || "currentColor",
@@ -2016,9 +2067,9 @@ React keys must be passed directly to JSX without using spread:
2016
2067
  ) }), Cursor_default = IconCursor;
2017
2068
 
2018
2069
  // src/components/DeleteSceneChoice.tsx
2019
- var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2020
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
2021
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2070
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2071
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
2072
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2022
2073
  "path",
2023
2074
  {
2024
2075
  fill: stroke || color || "currentColor",
@@ -2030,9 +2081,9 @@ React keys must be passed directly to JSX without using spread:
2030
2081
  ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
2031
2082
 
2032
2083
  // src/components/Delete.tsx
2033
- var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2034
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
2035
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2084
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2085
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
2086
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2036
2087
  "path",
2037
2088
  {
2038
2089
  fill: stroke || color || "currentColor",
@@ -2044,7 +2095,7 @@ React keys must be passed directly to JSX without using spread:
2044
2095
  ] }), Delete_default = IconDelete;
2045
2096
 
2046
2097
  // src/components/DownFilled.tsx
2047
- var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2098
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2048
2099
  "path",
2049
2100
  {
2050
2101
  fill: fill || color || "currentColor",
@@ -2055,7 +2106,7 @@ React keys must be passed directly to JSX without using spread:
2055
2106
  ) }), DownFilled_default = IconDownFilled;
2056
2107
 
2057
2108
  // src/components/DownleftFilled.tsx
2058
- var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2109
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2059
2110
  "path",
2060
2111
  {
2061
2112
  fill: fill || color || "currentColor",
@@ -2066,15 +2117,15 @@ React keys must be passed directly to JSX without using spread:
2066
2117
  ) }), DownleftFilled_default = IconDownleftFilled;
2067
2118
 
2068
2119
  // src/components/Download.tsx
2069
- var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2070
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2120
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2121
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2071
2122
  "path",
2072
2123
  {
2073
2124
  fill: stroke || color || "currentColor",
2074
2125
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
2075
2126
  }
2076
2127
  ),
2077
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2128
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2078
2129
  "path",
2079
2130
  {
2080
2131
  fill: stroke || color || "currentColor",
@@ -2086,7 +2137,7 @@ React keys must be passed directly to JSX without using spread:
2086
2137
  ] }), Download_default = IconDownload;
2087
2138
 
2088
2139
  // src/components/DownrightFilled.tsx
2089
- var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2140
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2090
2141
  "path",
2091
2142
  {
2092
2143
  fill: fill || color || "currentColor",
@@ -2097,18 +2148,18 @@ React keys must be passed directly to JSX without using spread:
2097
2148
  ) }), DownrightFilled_default = IconDownrightFilled;
2098
2149
 
2099
2150
  // src/components/DraghandleFilled.tsx
2100
- var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2101
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
2102
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
2103
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
2104
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
2105
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
2106
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
2151
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2152
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
2153
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
2154
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
2155
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
2156
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
2157
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
2107
2158
  ] }), DraghandleFilled_default = IconDraghandleFilled;
2108
2159
 
2109
2160
  // src/components/Edit.tsx
2110
- var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2111
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2161
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2162
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2112
2163
  "path",
2113
2164
  {
2114
2165
  fill: stroke || color || "currentColor",
@@ -2117,7 +2168,7 @@ React keys must be passed directly to JSX without using spread:
2117
2168
  clipRule: "evenodd"
2118
2169
  }
2119
2170
  ),
2120
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2171
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2121
2172
  "path",
2122
2173
  {
2123
2174
  fill: stroke || color || "currentColor",
@@ -2127,8 +2178,8 @@ React keys must be passed directly to JSX without using spread:
2127
2178
  ] }), Edit_default = IconEdit;
2128
2179
 
2129
2180
  // src/components/Expandwindow.tsx
2130
- var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2131
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2181
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2182
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2132
2183
  "path",
2133
2184
  {
2134
2185
  fill: stroke || color || "currentColor",
@@ -2137,7 +2188,7 @@ React keys must be passed directly to JSX without using spread:
2137
2188
  clipRule: "evenodd"
2138
2189
  }
2139
2190
  ),
2140
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2191
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2141
2192
  "path",
2142
2193
  {
2143
2194
  fill: stroke || color || "currentColor",
@@ -2149,7 +2200,7 @@ React keys must be passed directly to JSX without using spread:
2149
2200
  ] }), Expandwindow_default = IconExpandwindow;
2150
2201
 
2151
2202
  // src/components/FavoriteFilled.tsx
2152
- var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2203
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2153
2204
  "path",
2154
2205
  {
2155
2206
  fill: fill || color || "currentColor",
@@ -2158,7 +2209,7 @@ React keys must be passed directly to JSX without using spread:
2158
2209
  ) }), FavoriteFilled_default = IconFavoriteFilled;
2159
2210
 
2160
2211
  // src/components/Favorite.tsx
2161
- var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2212
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2162
2213
  "path",
2163
2214
  {
2164
2215
  fill: stroke || color || "currentColor",
@@ -2169,7 +2220,7 @@ React keys must be passed directly to JSX without using spread:
2169
2220
  ) }), Favorite_default = IconFavorite;
2170
2221
 
2171
2222
  // src/components/FeedbackFailFilled.tsx
2172
- var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2223
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2173
2224
  "path",
2174
2225
  {
2175
2226
  fill: fill || color || "currentColor",
@@ -2180,7 +2231,7 @@ React keys must be passed directly to JSX without using spread:
2180
2231
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
2181
2232
 
2182
2233
  // src/components/FeedbackPendingFilled.tsx
2183
- var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2234
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2184
2235
  "path",
2185
2236
  {
2186
2237
  fill: fill || color || "currentColor",
@@ -2191,7 +2242,7 @@ React keys must be passed directly to JSX without using spread:
2191
2242
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
2192
2243
 
2193
2244
  // src/components/FeedbackProblemFilled.tsx
2194
- var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2245
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2195
2246
  "path",
2196
2247
  {
2197
2248
  fill: fill || color || "currentColor",
@@ -2202,29 +2253,29 @@ React keys must be passed directly to JSX without using spread:
2202
2253
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
2203
2254
 
2204
2255
  // src/components/FeedbackProblem.tsx
2205
- var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2206
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2256
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2257
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2207
2258
  "path",
2208
2259
  {
2209
2260
  fill: stroke || color || "currentColor",
2210
2261
  d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
2211
2262
  }
2212
2263
  ),
2213
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2264
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2214
2265
  "path",
2215
2266
  {
2216
2267
  fill: stroke || color || "currentColor",
2217
2268
  d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
2218
2269
  }
2219
2270
  ),
2220
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2271
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2221
2272
  "path",
2222
2273
  {
2223
2274
  fill: stroke || color || "currentColor",
2224
2275
  d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
2225
2276
  }
2226
2277
  ),
2227
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2278
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2228
2279
  "path",
2229
2280
  {
2230
2281
  fill: stroke || color || "currentColor",
@@ -2236,8 +2287,8 @@ React keys must be passed directly to JSX without using spread:
2236
2287
  ] }), FeedbackProblem_default = IconFeedbackProblem;
2237
2288
 
2238
2289
  // src/components/FiletypeImageFilled.tsx
2239
- var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2240
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2290
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2291
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2241
2292
  "path",
2242
2293
  {
2243
2294
  fill: "#2E2E2E",
@@ -2245,21 +2296,21 @@ React keys must be passed directly to JSX without using spread:
2245
2296
  style: { opacity: 0.3 }
2246
2297
  }
2247
2298
  ) }),
2248
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2299
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2249
2300
  "path",
2250
2301
  {
2251
2302
  fill: "#2E2E2E",
2252
2303
  d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
2253
2304
  }
2254
2305
  ),
2255
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2306
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2256
2307
  "path",
2257
2308
  {
2258
2309
  fill: "#2E2E2E",
2259
2310
  d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
2260
2311
  }
2261
2312
  ),
2262
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2313
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2263
2314
  "path",
2264
2315
  {
2265
2316
  fill: "#2E2E2E",
@@ -2271,8 +2322,8 @@ React keys must be passed directly to JSX without using spread:
2271
2322
  ] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
2272
2323
 
2273
2324
  // src/components/FiletypePdfFilled.tsx
2274
- var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2275
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2325
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2326
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2276
2327
  "path",
2277
2328
  {
2278
2329
  fill: "#FF3E4C",
@@ -2280,14 +2331,14 @@ React keys must be passed directly to JSX without using spread:
2280
2331
  style: { opacity: 0.3 }
2281
2332
  }
2282
2333
  ) }),
2283
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2334
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2284
2335
  "path",
2285
2336
  {
2286
2337
  fill: "#FF3E4C",
2287
2338
  d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
2288
2339
  }
2289
2340
  ),
2290
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2341
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2291
2342
  "path",
2292
2343
  {
2293
2344
  fill: "#FF3E4C",
@@ -2297,8 +2348,8 @@ React keys must be passed directly to JSX without using spread:
2297
2348
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
2298
2349
 
2299
2350
  // src/components/FiletypePdfLumiFilled.tsx
2300
- var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2301
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2351
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2352
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2302
2353
  "path",
2303
2354
  {
2304
2355
  fill: "#2E2E2E",
@@ -2306,14 +2357,14 @@ React keys must be passed directly to JSX without using spread:
2306
2357
  style: { opacity: 0.3 }
2307
2358
  }
2308
2359
  ) }),
2309
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2360
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2310
2361
  "path",
2311
2362
  {
2312
2363
  fill: "#2E2E2E",
2313
2364
  d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
2314
2365
  }
2315
2366
  ),
2316
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2367
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2317
2368
  "path",
2318
2369
  {
2319
2370
  fill: "#2E2E2E",
@@ -2323,8 +2374,8 @@ React keys must be passed directly to JSX without using spread:
2323
2374
  ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
2324
2375
 
2325
2376
  // src/components/FiletypeTxtFilled.tsx
2326
- var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2327
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2377
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2378
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2328
2379
  "path",
2329
2380
  {
2330
2381
  fill: "#005FAD",
@@ -2332,11 +2383,11 @@ React keys must be passed directly to JSX without using spread:
2332
2383
  style: { opacity: 0.3 }
2333
2384
  }
2334
2385
  ) }),
2335
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2336
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2337
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2338
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2339
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2386
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2387
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2388
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2389
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2390
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2340
2391
  "path",
2341
2392
  {
2342
2393
  fill: "#005FAD",
@@ -2346,8 +2397,8 @@ React keys must be passed directly to JSX without using spread:
2346
2397
  ] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
2347
2398
 
2348
2399
  // src/components/FiletypeTxtLumiFilled.tsx
2349
- var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2350
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2400
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2401
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2351
2402
  "path",
2352
2403
  {
2353
2404
  fill: "#2E2E2E",
@@ -2355,11 +2406,11 @@ React keys must be passed directly to JSX without using spread:
2355
2406
  style: { opacity: 0.3 }
2356
2407
  }
2357
2408
  ) }),
2358
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2359
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2360
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2361
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2362
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2409
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2410
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2411
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2412
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2413
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2363
2414
  "path",
2364
2415
  {
2365
2416
  fill: "#2E2E2E",
@@ -2369,8 +2420,8 @@ React keys must be passed directly to JSX without using spread:
2369
2420
  ] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
2370
2421
 
2371
2422
  // src/components/FiletypeWordFilled.tsx
2372
- var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2373
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2423
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2424
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2374
2425
  "path",
2375
2426
  {
2376
2427
  fill: "#0072FF",
@@ -2378,14 +2429,14 @@ React keys must be passed directly to JSX without using spread:
2378
2429
  style: { opacity: 0.3 }
2379
2430
  }
2380
2431
  ) }),
2381
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2432
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2382
2433
  "path",
2383
2434
  {
2384
2435
  fill: "#0072FF",
2385
2436
  d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
2386
2437
  }
2387
2438
  ),
2388
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2439
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2389
2440
  "path",
2390
2441
  {
2391
2442
  fill: "#0072FF",
@@ -2395,8 +2446,8 @@ React keys must be passed directly to JSX without using spread:
2395
2446
  ] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
2396
2447
 
2397
2448
  // src/components/FiletypeWordLumiFilled.tsx
2398
- var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2399
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2449
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2450
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2400
2451
  "path",
2401
2452
  {
2402
2453
  fill: "#2E2E2E",
@@ -2404,14 +2455,14 @@ React keys must be passed directly to JSX without using spread:
2404
2455
  style: { opacity: 0.3 }
2405
2456
  }
2406
2457
  ) }),
2407
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2458
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2408
2459
  "path",
2409
2460
  {
2410
2461
  fill: "#2E2E2E",
2411
2462
  d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
2412
2463
  }
2413
2464
  ),
2414
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2465
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2415
2466
  "path",
2416
2467
  {
2417
2468
  fill: "#2E2E2E",
@@ -2421,8 +2472,8 @@ React keys must be passed directly to JSX without using spread:
2421
2472
  ] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
2422
2473
 
2423
2474
  // src/components/Fillin.tsx
2424
- var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2425
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2475
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2476
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2426
2477
  "path",
2427
2478
  {
2428
2479
  fill: stroke || color || "currentColor",
@@ -2431,7 +2482,7 @@ React keys must be passed directly to JSX without using spread:
2431
2482
  clipRule: "evenodd"
2432
2483
  }
2433
2484
  ) }),
2434
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2485
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2435
2486
  "rect",
2436
2487
  {
2437
2488
  width: "24",
@@ -2443,33 +2494,33 @@ React keys must be passed directly to JSX without using spread:
2443
2494
  ] }), Fillin_default = IconFillin;
2444
2495
 
2445
2496
  // src/components/FoldedMenu.tsx
2446
- var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2447
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
2448
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
2449
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
2450
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
2497
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2498
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
2499
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
2500
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
2501
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
2451
2502
  ] }), FoldedMenu_default = IconFoldedMenu;
2452
2503
 
2453
2504
  // src/components/FullScreen.tsx
2454
- var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2455
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
2456
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
2457
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
2458
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
2505
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2506
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
2507
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
2508
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
2509
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
2459
2510
  ] }), FullScreen_default = IconFullScreen;
2460
2511
 
2461
2512
  // src/components/GameFilled.tsx
2462
- var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2463
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
2464
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
2465
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2513
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2514
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
2515
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
2516
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2466
2517
  "path",
2467
2518
  {
2468
2519
  fill: fill || color || "currentColor",
2469
2520
  d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
2470
2521
  }
2471
2522
  ),
2472
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2523
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2473
2524
  "path",
2474
2525
  {
2475
2526
  fill: fill || color || "currentColor",
@@ -2479,8 +2530,8 @@ React keys must be passed directly to JSX without using spread:
2479
2530
  ] }), GameFilled_default = IconGameFilled;
2480
2531
 
2481
2532
  // src/components/Game.tsx
2482
- var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2483
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2533
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2534
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2484
2535
  "path",
2485
2536
  {
2486
2537
  fill: stroke || color || "currentColor",
@@ -2489,7 +2540,7 @@ React keys must be passed directly to JSX without using spread:
2489
2540
  clipRule: "evenodd"
2490
2541
  }
2491
2542
  ),
2492
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2543
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2493
2544
  "path",
2494
2545
  {
2495
2546
  fill: stroke || color || "currentColor",
@@ -2498,7 +2549,7 @@ React keys must be passed directly to JSX without using spread:
2498
2549
  clipRule: "evenodd"
2499
2550
  }
2500
2551
  ),
2501
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2552
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2502
2553
  "path",
2503
2554
  {
2504
2555
  fill: stroke || color || "currentColor",
@@ -2507,7 +2558,7 @@ React keys must be passed directly to JSX without using spread:
2507
2558
  clipRule: "evenodd"
2508
2559
  }
2509
2560
  ),
2510
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2561
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2511
2562
  "path",
2512
2563
  {
2513
2564
  fill: stroke || color || "currentColor",
@@ -2519,7 +2570,7 @@ React keys must be passed directly to JSX without using spread:
2519
2570
  ] }), Game_default = IconGame;
2520
2571
 
2521
2572
  // src/components/GamebackupFilled.tsx
2522
- var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2573
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2523
2574
  "path",
2524
2575
  {
2525
2576
  fill: fill || color || "currentColor",
@@ -2530,7 +2581,7 @@ React keys must be passed directly to JSX without using spread:
2530
2581
  ) }), GamebackupFilled_default = IconGamebackupFilled;
2531
2582
 
2532
2583
  // src/components/Gamebackup.tsx
2533
- var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2584
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2534
2585
  "path",
2535
2586
  {
2536
2587
  fill: stroke || color || "currentColor",
@@ -2541,18 +2592,18 @@ React keys must be passed directly to JSX without using spread:
2541
2592
  ) }), Gamebackup_default = IconGamebackup;
2542
2593
 
2543
2594
  // src/components/GamecontrolChoice.tsx
2544
- var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2595
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2545
2596
  "path",
2546
2597
  {
2547
2598
  fill: stroke || color || "currentColor",
2548
- d: "M15.9053 6.75C16.395 8.48138 17.9868 9.75 19.875 9.75C22.1532 9.75 24 7.90318 24 5.625C24 3.34683 22.1532 1.5 19.875 1.5C17.9868 1.5 16.395 2.76862 15.9053 4.5L10.5 4.5L10.5 10.875L8.09472 10.875C7.60503 9.14362 6.01317 7.875 4.125 7.875C1.84682 7.875 -3.59387e-07 9.72182 -4.5897e-07 12C-5.58552e-07 14.2782 1.84682 16.125 4.125 16.125C6.01317 16.125 7.60503 14.8564 8.09472 13.125L10.5 13.125L10.5 19.5L15.9053 19.5C16.395 21.2314 17.9868 22.5 19.875 22.5C22.1532 22.5 24 20.6532 24 18.375C24 16.0968 22.1532 14.25 19.875 14.25C17.9868 14.25 16.395 15.5186 15.9053 17.25L12.75 17.25L12.75 6.75L15.9053 6.75ZM19.875 7.5C18.8395 7.5 18 6.66053 18 5.625C18 4.58947 18.8395 3.75 19.875 3.75C20.9105 3.75 21.75 4.58947 21.75 5.625C21.75 6.66053 20.9105 7.5 19.875 7.5ZM19.875 20.25C18.8395 20.25 18 19.4105 18 18.375C18 17.3395 18.8395 16.5 19.875 16.5C20.9105 16.5 21.75 17.3395 21.75 18.375C21.75 19.4105 20.9105 20.25 19.875 20.25ZM4.125 13.875C3.08947 13.875 2.25 13.0355 2.25 12C2.25 10.9645 3.08947 10.125 4.125 10.125C5.16053 10.125 6 10.9645 6 12C6 13.0355 5.16053 13.875 4.125 13.875Z",
2599
+ d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
2549
2600
  fillRule: "evenodd",
2550
2601
  clipRule: "evenodd"
2551
2602
  }
2552
2603
  ) }), GamecontrolChoice_default = IconGamecontrolChoice;
2553
2604
 
2554
2605
  // src/components/GamecontrolGameplay.tsx
2555
- var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2606
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2556
2607
  "path",
2557
2608
  {
2558
2609
  fill: stroke || color || "currentColor",
@@ -2563,7 +2614,7 @@ React keys must be passed directly to JSX without using spread:
2563
2614
  ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
2564
2615
 
2565
2616
  // src/components/GamecontrolLinear.tsx
2566
- var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2617
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2567
2618
  "path",
2568
2619
  {
2569
2620
  fill: stroke || color || "currentColor",
@@ -2574,15 +2625,15 @@ React keys must be passed directly to JSX without using spread:
2574
2625
  ) }), GamecontrolLinear_default = IconGamecontrolLinear;
2575
2626
 
2576
2627
  // src/components/GamecontrolNone.tsx
2577
- var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2578
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2628
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2629
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2579
2630
  "path",
2580
2631
  {
2581
2632
  fill: stroke || color || "currentColor",
2582
2633
  d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
2583
2634
  }
2584
2635
  ),
2585
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2636
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2586
2637
  "path",
2587
2638
  {
2588
2639
  fill: stroke || color || "currentColor",
@@ -2591,7 +2642,7 @@ React keys must be passed directly to JSX without using spread:
2591
2642
  clipRule: "evenodd"
2592
2643
  }
2593
2644
  ),
2594
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2645
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2595
2646
  "path",
2596
2647
  {
2597
2648
  fill: stroke || color || "currentColor",
@@ -2603,22 +2654,22 @@ React keys must be passed directly to JSX without using spread:
2603
2654
  ] }), GamecontrolNone_default = IconGamecontrolNone;
2604
2655
 
2605
2656
  // src/components/GamecontrolTerminal.tsx
2606
- var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2607
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2657
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2658
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2608
2659
  "path",
2609
2660
  {
2610
2661
  fill: stroke || color || "currentColor",
2611
2662
  d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
2612
2663
  }
2613
2664
  ),
2614
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2665
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2615
2666
  "path",
2616
2667
  {
2617
2668
  fill: stroke || color || "currentColor",
2618
2669
  d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
2619
2670
  }
2620
2671
  ),
2621
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2672
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2622
2673
  "path",
2623
2674
  {
2624
2675
  fill: stroke || color || "currentColor",
@@ -2630,7 +2681,7 @@ React keys must be passed directly to JSX without using spread:
2630
2681
  ] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
2631
2682
 
2632
2683
  // src/components/Gamelanguage.tsx
2633
- var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2684
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2634
2685
  "path",
2635
2686
  {
2636
2687
  fill: stroke || color || "currentColor",
@@ -2641,8 +2692,8 @@ React keys must be passed directly to JSX without using spread:
2641
2692
  ) }), Gamelanguage_default = IconGamelanguage;
2642
2693
 
2643
2694
  // src/components/Gamepreview.tsx
2644
- var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2645
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2695
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2696
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2646
2697
  "path",
2647
2698
  {
2648
2699
  fill: stroke || color || "currentColor",
@@ -2651,7 +2702,7 @@ React keys must be passed directly to JSX without using spread:
2651
2702
  clipRule: "evenodd"
2652
2703
  }
2653
2704
  ),
2654
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2705
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2655
2706
  "path",
2656
2707
  {
2657
2708
  fill: stroke || color || "currentColor",
@@ -2663,7 +2714,7 @@ React keys must be passed directly to JSX without using spread:
2663
2714
  ] }), Gamepreview_default = IconGamepreview;
2664
2715
 
2665
2716
  // src/components/Gameui.tsx
2666
- var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2717
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2667
2718
  "path",
2668
2719
  {
2669
2720
  fill: stroke || color || "currentColor",
@@ -2674,35 +2725,53 @@ React keys must be passed directly to JSX without using spread:
2674
2725
  ) }), Gameui_default = IconGameui;
2675
2726
 
2676
2727
  // src/components/Gameuivariable.tsx
2677
- var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2678
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2728
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2729
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2679
2730
  "path",
2680
2731
  {
2681
2732
  fill: fill || color || "currentColor",
2682
- d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
2733
+ d: "M24 12L22.7363 13.2617C22.147 12.6727 21.4486 12.1931 20.6738 11.8555L17.2051 8.38672L13.5918 12L14.126 12.5342C13.5101 12.9715 12.9715 13.5101 12.5342 14.126L12 13.5918L8.38672 17.2051L11.8555 20.6738C12.1931 21.4486 12.6726 22.147 13.2617 22.7363L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
2683
2734
  fillRule: "evenodd",
2684
2735
  clipRule: "evenodd"
2685
2736
  }
2686
2737
  ),
2687
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2738
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2688
2739
  "path",
2689
2740
  {
2690
2741
  fill: stroke || color || "currentColor",
2691
- d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
2742
+ d: "M18 12C21.3137 12 24 14.6863 24 18C24 21.3137 21.3137 24 18 24C14.6863 24 12 21.3137 12 18C12 14.6863 14.6863 12 18 12ZM17.2922 18.6773L15.082 16.3781L13.9992 17.5406L17.2922 21L22.0008 16.1602L20.918 15L17.2922 18.6773Z"
2692
2743
  }
2693
2744
  )
2694
2745
  ] }), Gameuivariable_default = IconGameuivariable;
2695
2746
 
2747
+ // src/components/Gameuivariable2.tsx
2748
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2749
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2750
+ "path",
2751
+ {
2752
+ fill: fill || color || "currentColor",
2753
+ d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
2754
+ }
2755
+ ),
2756
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2757
+ "path",
2758
+ {
2759
+ fill: stroke || color || "currentColor",
2760
+ d: "M24 12L17.5 18.8L13 14.6L14.6 13L17.5 15.7L22.4 10.5L24 12Z"
2761
+ }
2762
+ )
2763
+ ] }), Gameuivariable2_default = IconGameuivariable2;
2764
+
2696
2765
  // src/components/GenerateMultimage.tsx
2697
- var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2698
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2766
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2767
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2699
2768
  "path",
2700
2769
  {
2701
2770
  fill: stroke || color || "currentColor",
2702
2771
  d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
2703
2772
  }
2704
2773
  ),
2705
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2774
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2706
2775
  "path",
2707
2776
  {
2708
2777
  fill: stroke || color || "currentColor",
@@ -2711,11 +2780,11 @@ React keys must be passed directly to JSX without using spread:
2711
2780
  clipRule: "evenodd"
2712
2781
  }
2713
2782
  ),
2714
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2783
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2715
2784
  ] }), GenerateMultimage_default = IconGenerateMultimage;
2716
2785
 
2717
2786
  // src/components/GenerateFilled.tsx
2718
- var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
2787
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2719
2788
  "path",
2720
2789
  {
2721
2790
  fill: fill || color || "currentColor",
@@ -2726,15 +2795,15 @@ React keys must be passed directly to JSX without using spread:
2726
2795
  ) }), GenerateFilled_default = IconGenerateFilled;
2727
2796
 
2728
2797
  // src/components/GenerateFrameStart.tsx
2729
- var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2730
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2798
+ var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2799
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2731
2800
  "path",
2732
2801
  {
2733
2802
  fill: stroke || color || "currentColor",
2734
2803
  d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
2735
2804
  }
2736
2805
  ),
2737
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2806
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2738
2807
  "path",
2739
2808
  {
2740
2809
  fill: stroke || color || "currentColor",
@@ -2746,8 +2815,8 @@ React keys must be passed directly to JSX without using spread:
2746
2815
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
2747
2816
 
2748
2817
  // src/components/GenerateFrameStart2End.tsx
2749
- var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2750
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2818
+ var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2819
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2751
2820
  "path",
2752
2821
  {
2753
2822
  fill: stroke || color || "currentColor",
@@ -2756,14 +2825,14 @@ React keys must be passed directly to JSX without using spread:
2756
2825
  clipRule: "evenodd"
2757
2826
  }
2758
2827
  ),
2759
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2828
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2760
2829
  "path",
2761
2830
  {
2762
2831
  fill: stroke || color || "currentColor",
2763
2832
  d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
2764
2833
  }
2765
2834
  ),
2766
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2835
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2767
2836
  "path",
2768
2837
  {
2769
2838
  fill: stroke || color || "currentColor",
@@ -2775,8 +2844,8 @@ React keys must be passed directly to JSX without using spread:
2775
2844
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
2776
2845
 
2777
2846
  // src/components/GenerateSwitchframe.tsx
2778
- var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2779
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2847
+ var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2848
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2780
2849
  "path",
2781
2850
  {
2782
2851
  fill: stroke || color || "currentColor",
@@ -2785,7 +2854,7 @@ React keys must be passed directly to JSX without using spread:
2785
2854
  clipRule: "evenodd"
2786
2855
  }
2787
2856
  ),
2788
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2857
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2789
2858
  "path",
2790
2859
  {
2791
2860
  fill: stroke || color || "currentColor",
@@ -2797,15 +2866,15 @@ React keys must be passed directly to JSX without using spread:
2797
2866
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
2798
2867
 
2799
2868
  // src/components/GenerateT2V.tsx
2800
- var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2801
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2869
+ var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2870
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2802
2871
  "path",
2803
2872
  {
2804
2873
  fill: stroke || color || "currentColor",
2805
2874
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
2806
2875
  }
2807
2876
  ),
2808
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
2877
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2809
2878
  "path",
2810
2879
  {
2811
2880
  fill: stroke || color || "currentColor",
@@ -2817,25 +2886,24 @@ React keys must be passed directly to JSX without using spread:
2817
2886
  ] }), GenerateT2V_default = IconGenerateT2V;
2818
2887
 
2819
2888
  // src/components/Generate.tsx
2820
- var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2889
+ var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2821
2890
  "path",
2822
2891
  {
2823
- stroke: stroke || color || "currentColor",
2824
- d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
2825
- strokeWidth: "2.2"
2892
+ fill: stroke || color || "currentColor",
2893
+ d: "M13.0908 0L16.3633 7.63672L24 10.9092V13.0908L16.3633 16.3633L13.0908 24H10.9092L7.63672 16.3633L0 13.0908V10.9092L7.63672 7.63672L10.9092 0H13.0908ZM9.31152 9.31152L3.03906 12L9.31152 14.6885L12 20.96L14.6885 14.6885L20.96 12L14.6885 9.31152L12 3.03906L9.31152 9.31152Z"
2826
2894
  }
2827
2895
  ) }), Generate_default = IconGenerate;
2828
2896
 
2829
2897
  // src/components/GenreAuto.tsx
2830
- var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2831
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2898
+ var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2899
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2832
2900
  "path",
2833
2901
  {
2834
2902
  fill: stroke || color || "currentColor",
2835
2903
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
2836
2904
  }
2837
2905
  ),
2838
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2906
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2839
2907
  "path",
2840
2908
  {
2841
2909
  fill: stroke || color || "currentColor",
@@ -2844,15 +2912,15 @@ React keys must be passed directly to JSX without using spread:
2844
2912
  clipRule: "evenodd"
2845
2913
  }
2846
2914
  ),
2847
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2848
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2915
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2916
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2849
2917
  "path",
2850
2918
  {
2851
2919
  fill: stroke || color || "currentColor",
2852
2920
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
2853
2921
  }
2854
2922
  ),
2855
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2923
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2856
2924
  "path",
2857
2925
  {
2858
2926
  fill: stroke || color || "currentColor",
@@ -2862,22 +2930,22 @@ React keys must be passed directly to JSX without using spread:
2862
2930
  ] }), GenreAuto_default = IconGenreAuto;
2863
2931
 
2864
2932
  // src/components/GenreComedy.tsx
2865
- var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2866
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2933
+ var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2934
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2867
2935
  "path",
2868
2936
  {
2869
2937
  fill: stroke || color || "currentColor",
2870
2938
  d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
2871
2939
  }
2872
2940
  ),
2873
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2941
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2874
2942
  "path",
2875
2943
  {
2876
2944
  fill: stroke || color || "currentColor",
2877
2945
  d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
2878
2946
  }
2879
2947
  ),
2880
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2948
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2881
2949
  "path",
2882
2950
  {
2883
2951
  fill: stroke || color || "currentColor",
@@ -2886,7 +2954,7 @@ React keys must be passed directly to JSX without using spread:
2886
2954
  clipRule: "evenodd"
2887
2955
  }
2888
2956
  ),
2889
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2957
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2890
2958
  "path",
2891
2959
  {
2892
2960
  fill: stroke || color || "currentColor",
@@ -2898,7 +2966,7 @@ React keys must be passed directly to JSX without using spread:
2898
2966
  ] }), GenreComedy_default = IconGenreComedy;
2899
2967
 
2900
2968
  // src/components/GenreFantasy.tsx
2901
- var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2969
+ var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2902
2970
  "path",
2903
2971
  {
2904
2972
  fill: stroke || color || "currentColor",
@@ -2909,22 +2977,22 @@ React keys must be passed directly to JSX without using spread:
2909
2977
  ) }), GenreFantasy_default = IconGenreFantasy;
2910
2978
 
2911
2979
  // src/components/GenreHorror.tsx
2912
- var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2913
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2980
+ var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2981
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2914
2982
  "path",
2915
2983
  {
2916
2984
  fill: stroke || color || "currentColor",
2917
2985
  d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
2918
2986
  }
2919
2987
  ),
2920
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2988
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2921
2989
  "path",
2922
2990
  {
2923
2991
  fill: stroke || color || "currentColor",
2924
2992
  d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
2925
2993
  }
2926
2994
  ),
2927
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2995
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2928
2996
  "path",
2929
2997
  {
2930
2998
  fill: stroke || color || "currentColor",
@@ -2936,7 +3004,7 @@ React keys must be passed directly to JSX without using spread:
2936
3004
  ] }), GenreHorror_default = IconGenreHorror;
2937
3005
 
2938
3006
  // src/components/GenreRomance.tsx
2939
- var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
3007
+ var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2940
3008
  "path",
2941
3009
  {
2942
3010
  fill: stroke || color || "currentColor",
@@ -2947,15 +3015,15 @@ React keys must be passed directly to JSX without using spread:
2947
3015
  ) }), GenreRomance_default = IconGenreRomance;
2948
3016
 
2949
3017
  // src/components/GenreScifi.tsx
2950
- var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2951
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3018
+ var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3019
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2952
3020
  "path",
2953
3021
  {
2954
3022
  fill: stroke || color || "currentColor",
2955
3023
  d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
2956
3024
  }
2957
3025
  ),
2958
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3026
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2959
3027
  "path",
2960
3028
  {
2961
3029
  fill: stroke || color || "currentColor",
@@ -2964,7 +3032,7 @@ React keys must be passed directly to JSX without using spread:
2964
3032
  clipRule: "evenodd"
2965
3033
  }
2966
3034
  ),
2967
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3035
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2968
3036
  "path",
2969
3037
  {
2970
3038
  fill: stroke || color || "currentColor",
@@ -2974,7 +3042,7 @@ React keys must be passed directly to JSX without using spread:
2974
3042
  ] }), GenreScifi_default = IconGenreScifi;
2975
3043
 
2976
3044
  // src/components/GenreSuspense.tsx
2977
- var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3045
+ var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2978
3046
  "path",
2979
3047
  {
2980
3048
  fill: stroke || color || "currentColor",
@@ -2985,7 +3053,7 @@ React keys must be passed directly to JSX without using spread:
2985
3053
  ) }), GenreSuspense_default = IconGenreSuspense;
2986
3054
 
2987
3055
  // src/components/Genre.tsx
2988
- var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3056
+ var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2989
3057
  "path",
2990
3058
  {
2991
3059
  fill: stroke || color || "currentColor",
@@ -2996,8 +3064,8 @@ React keys must be passed directly to JSX without using spread:
2996
3064
  ) }), Genre_default = IconGenre;
2997
3065
 
2998
3066
  // src/components/GoogleLogoFilled.tsx
2999
- var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3000
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3067
+ var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3068
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3001
3069
  "mask",
3002
3070
  {
3003
3071
  id: "mask0_48_113",
@@ -3007,7 +3075,7 @@ React keys must be passed directly to JSX without using spread:
3007
3075
  y: "0",
3008
3076
  maskUnits: "userSpaceOnUse",
3009
3077
  style: { maskType: "luminance" },
3010
- children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3078
+ children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3011
3079
  "path",
3012
3080
  {
3013
3081
  fill: stroke || color || "currentColor",
@@ -3016,64 +3084,64 @@ React keys must be passed directly to JSX without using spread:
3016
3084
  )
3017
3085
  }
3018
3086
  ),
3019
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
3020
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3087
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
3088
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3021
3089
  "path",
3022
3090
  {
3023
3091
  fill: "url(#paint0_radial_48_113)",
3024
3092
  d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
3025
3093
  }
3026
3094
  ) }),
3027
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3095
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3028
3096
  "path",
3029
3097
  {
3030
3098
  fill: "url(#paint1_radial_48_113)",
3031
3099
  d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
3032
3100
  }
3033
3101
  ) }),
3034
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3102
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3035
3103
  "path",
3036
3104
  {
3037
3105
  fill: "url(#paint2_radial_48_113)",
3038
3106
  d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
3039
3107
  }
3040
3108
  ) }),
3041
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3109
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3042
3110
  "path",
3043
3111
  {
3044
3112
  fill: "url(#paint3_radial_48_113)",
3045
3113
  d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
3046
3114
  }
3047
3115
  ) }),
3048
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3116
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3049
3117
  "path",
3050
3118
  {
3051
3119
  fill: "#3086FF",
3052
3120
  d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
3053
3121
  }
3054
3122
  ) }),
3055
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3123
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3056
3124
  "path",
3057
3125
  {
3058
3126
  fill: "url(#paint4_radial_48_113)",
3059
3127
  d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
3060
3128
  }
3061
3129
  ) }),
3062
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3130
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3063
3131
  "path",
3064
3132
  {
3065
3133
  fill: "url(#paint5_radial_48_113)",
3066
3134
  d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
3067
3135
  }
3068
3136
  ) }),
3069
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3137
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3070
3138
  "path",
3071
3139
  {
3072
3140
  fill: "url(#paint6_radial_48_113)",
3073
3141
  d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
3074
3142
  }
3075
3143
  ) }),
3076
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3144
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3077
3145
  "path",
3078
3146
  {
3079
3147
  fill: "url(#paint7_linear_48_113)",
@@ -3081,8 +3149,8 @@ React keys must be passed directly to JSX without using spread:
3081
3149
  }
3082
3150
  ) })
3083
3151
  ] }),
3084
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
3085
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3152
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("defs", { children: [
3153
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3086
3154
  "filter",
3087
3155
  {
3088
3156
  id: "filter0_f_48_113",
@@ -3093,13 +3161,13 @@ React keys must be passed directly to JSX without using spread:
3093
3161
  filterUnits: "userSpaceOnUse",
3094
3162
  colorInterpolationFilters: "sRGB",
3095
3163
  children: [
3096
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3097
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3098
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3164
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3165
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3166
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3099
3167
  ]
3100
3168
  }
3101
3169
  ),
3102
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3170
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3103
3171
  "filter",
3104
3172
  {
3105
3173
  id: "filter1_f_48_113",
@@ -3110,13 +3178,13 @@ React keys must be passed directly to JSX without using spread:
3110
3178
  filterUnits: "userSpaceOnUse",
3111
3179
  colorInterpolationFilters: "sRGB",
3112
3180
  children: [
3113
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3114
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3115
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3181
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3182
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3183
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3116
3184
  ]
3117
3185
  }
3118
3186
  ),
3119
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3187
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3120
3188
  "filter",
3121
3189
  {
3122
3190
  id: "filter2_f_48_113",
@@ -3127,13 +3195,13 @@ React keys must be passed directly to JSX without using spread:
3127
3195
  filterUnits: "userSpaceOnUse",
3128
3196
  colorInterpolationFilters: "sRGB",
3129
3197
  children: [
3130
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3131
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3132
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3198
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3199
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3200
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3133
3201
  ]
3134
3202
  }
3135
3203
  ),
3136
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3204
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3137
3205
  "filter",
3138
3206
  {
3139
3207
  id: "filter3_f_48_113",
@@ -3144,13 +3212,13 @@ React keys must be passed directly to JSX without using spread:
3144
3212
  filterUnits: "userSpaceOnUse",
3145
3213
  colorInterpolationFilters: "sRGB",
3146
3214
  children: [
3147
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3148
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3149
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3215
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3216
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3217
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3150
3218
  ]
3151
3219
  }
3152
3220
  ),
3153
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3221
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3154
3222
  "filter",
3155
3223
  {
3156
3224
  id: "filter4_f_48_113",
@@ -3161,13 +3229,13 @@ React keys must be passed directly to JSX without using spread:
3161
3229
  filterUnits: "userSpaceOnUse",
3162
3230
  colorInterpolationFilters: "sRGB",
3163
3231
  children: [
3164
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3165
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3166
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3232
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3233
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3234
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3167
3235
  ]
3168
3236
  }
3169
3237
  ),
3170
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3238
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3171
3239
  "filter",
3172
3240
  {
3173
3241
  id: "filter5_f_48_113",
@@ -3178,13 +3246,13 @@ React keys must be passed directly to JSX without using spread:
3178
3246
  filterUnits: "userSpaceOnUse",
3179
3247
  colorInterpolationFilters: "sRGB",
3180
3248
  children: [
3181
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3182
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3183
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3249
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3250
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3251
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3184
3252
  ]
3185
3253
  }
3186
3254
  ),
3187
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3255
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3188
3256
  "filter",
3189
3257
  {
3190
3258
  id: "filter6_f_48_113",
@@ -3195,13 +3263,13 @@ React keys must be passed directly to JSX without using spread:
3195
3263
  filterUnits: "userSpaceOnUse",
3196
3264
  colorInterpolationFilters: "sRGB",
3197
3265
  children: [
3198
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3199
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3200
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
3266
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3267
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3268
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
3201
3269
  ]
3202
3270
  }
3203
3271
  ),
3204
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3272
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3205
3273
  "filter",
3206
3274
  {
3207
3275
  id: "filter7_f_48_113",
@@ -3212,13 +3280,13 @@ React keys must be passed directly to JSX without using spread:
3212
3280
  filterUnits: "userSpaceOnUse",
3213
3281
  colorInterpolationFilters: "sRGB",
3214
3282
  children: [
3215
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3216
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3217
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3283
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3284
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3285
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3218
3286
  ]
3219
3287
  }
3220
3288
  ),
3221
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3289
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3222
3290
  "filter",
3223
3291
  {
3224
3292
  id: "filter8_f_48_113",
@@ -3229,13 +3297,13 @@ React keys must be passed directly to JSX without using spread:
3229
3297
  filterUnits: "userSpaceOnUse",
3230
3298
  colorInterpolationFilters: "sRGB",
3231
3299
  children: [
3232
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3233
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3234
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3300
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3301
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3302
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3235
3303
  ]
3236
3304
  }
3237
3305
  ),
3238
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3306
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3239
3307
  "radialGradient",
3240
3308
  {
3241
3309
  id: "paint0_radial_48_113",
@@ -3245,20 +3313,20 @@ React keys must be passed directly to JSX without using spread:
3245
3313
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
3246
3314
  gradientUnits: "userSpaceOnUse",
3247
3315
  children: [
3248
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
3249
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
3250
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
3251
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
3252
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
3253
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
3254
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
3255
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
3256
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
3257
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
3316
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
3317
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
3318
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
3319
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
3320
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
3321
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
3322
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
3323
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
3324
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
3325
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
3258
3326
  ]
3259
3327
  }
3260
3328
  ),
3261
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3329
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3262
3330
  "radialGradient",
3263
3331
  {
3264
3332
  id: "paint1_radial_48_113",
@@ -3268,12 +3336,12 @@ React keys must be passed directly to JSX without using spread:
3268
3336
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
3269
3337
  gradientUnits: "userSpaceOnUse",
3270
3338
  children: [
3271
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
3272
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
3339
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
3340
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
3273
3341
  ]
3274
3342
  }
3275
3343
  ),
3276
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3344
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3277
3345
  "radialGradient",
3278
3346
  {
3279
3347
  id: "paint2_radial_48_113",
@@ -3283,18 +3351,18 @@ React keys must be passed directly to JSX without using spread:
3283
3351
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
3284
3352
  gradientUnits: "userSpaceOnUse",
3285
3353
  children: [
3286
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
3287
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
3288
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
3289
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
3290
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
3291
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
3292
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
3293
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
3354
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
3355
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
3356
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
3357
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
3358
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
3359
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
3360
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
3361
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
3294
3362
  ]
3295
3363
  }
3296
3364
  ),
3297
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3365
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3298
3366
  "radialGradient",
3299
3367
  {
3300
3368
  id: "paint3_radial_48_113",
@@ -3304,19 +3372,19 @@ React keys must be passed directly to JSX without using spread:
3304
3372
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
3305
3373
  gradientUnits: "userSpaceOnUse",
3306
3374
  children: [
3307
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
3308
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
3309
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
3310
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
3311
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
3312
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
3313
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
3314
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
3315
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
3375
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
3376
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
3377
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
3378
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
3379
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
3380
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
3381
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
3382
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
3383
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
3316
3384
  ]
3317
3385
  }
3318
3386
  ),
3319
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3387
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3320
3388
  "radialGradient",
3321
3389
  {
3322
3390
  id: "paint4_radial_48_113",
@@ -3326,18 +3394,18 @@ React keys must be passed directly to JSX without using spread:
3326
3394
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
3327
3395
  gradientUnits: "userSpaceOnUse",
3328
3396
  children: [
3329
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
3330
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
3331
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
3332
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
3333
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
3334
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
3335
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
3336
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
3397
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
3398
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
3399
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
3400
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
3401
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
3402
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
3403
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
3404
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
3337
3405
  ]
3338
3406
  }
3339
3407
  ),
3340
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3408
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3341
3409
  "radialGradient",
3342
3410
  {
3343
3411
  id: "paint5_radial_48_113",
@@ -3347,15 +3415,15 @@ React keys must be passed directly to JSX without using spread:
3347
3415
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
3348
3416
  gradientUnits: "userSpaceOnUse",
3349
3417
  children: [
3350
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
3351
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
3352
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
3353
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
3354
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
3418
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
3419
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
3420
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
3421
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
3422
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
3355
3423
  ]
3356
3424
  }
3357
3425
  ),
3358
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3426
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3359
3427
  "radialGradient",
3360
3428
  {
3361
3429
  id: "paint6_radial_48_113",
@@ -3365,20 +3433,20 @@ React keys must be passed directly to JSX without using spread:
3365
3433
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
3366
3434
  gradientUnits: "userSpaceOnUse",
3367
3435
  children: [
3368
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
3369
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
3370
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
3371
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
3372
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
3373
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
3374
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
3375
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
3376
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
3377
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#86C504" })
3436
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
3437
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
3438
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
3439
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
3440
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
3441
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
3442
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
3443
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
3444
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
3445
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#86C504" })
3378
3446
  ]
3379
3447
  }
3380
3448
  ),
3381
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
3449
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
3382
3450
  "linearGradient",
3383
3451
  {
3384
3452
  id: "paint7_linear_48_113",
@@ -3388,8 +3456,8 @@ React keys must be passed directly to JSX without using spread:
3388
3456
  y2: "21.5116",
3389
3457
  gradientUnits: "userSpaceOnUse",
3390
3458
  children: [
3391
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#0FBC5C" }),
3392
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
3459
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { stopColor: "#0FBC5C" }),
3460
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
3393
3461
  ]
3394
3462
  }
3395
3463
  )
@@ -3397,7 +3465,7 @@ React keys must be passed directly to JSX without using spread:
3397
3465
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
3398
3466
 
3399
3467
  // src/components/Handtool.tsx
3400
- var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
3468
+ var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3401
3469
  "path",
3402
3470
  {
3403
3471
  fill: stroke || color || "currentColor",
@@ -3406,16 +3474,16 @@ React keys must be passed directly to JSX without using spread:
3406
3474
  ) }), Handtool_default = IconHandtool;
3407
3475
 
3408
3476
  // src/components/Help.tsx
3409
- var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3410
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
3411
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3477
+ var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3478
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
3479
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3412
3480
  "path",
3413
3481
  {
3414
3482
  fill: stroke || color || "currentColor",
3415
3483
  d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
3416
3484
  }
3417
3485
  ),
3418
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
3486
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3419
3487
  "path",
3420
3488
  {
3421
3489
  fill: stroke || color || "currentColor",
@@ -3427,7 +3495,7 @@ React keys must be passed directly to JSX without using spread:
3427
3495
  ] }), Help_default = IconHelp;
3428
3496
 
3429
3497
  // src/components/HomepageFilled.tsx
3430
- var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3498
+ var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3431
3499
  "path",
3432
3500
  {
3433
3501
  fill: fill || color || "currentColor",
@@ -3438,7 +3506,7 @@ React keys must be passed directly to JSX without using spread:
3438
3506
  ) }), HomepageFilled_default = IconHomepageFilled;
3439
3507
 
3440
3508
  // src/components/Hotareacenter.tsx
3441
- var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3509
+ var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3442
3510
  "path",
3443
3511
  {
3444
3512
  fill: "#191919",
@@ -3448,22 +3516,22 @@ React keys must be passed directly to JSX without using spread:
3448
3516
  ) }), Hotareacenter_default = IconHotareacenter;
3449
3517
 
3450
3518
  // src/components/ImageGeneration.tsx
3451
- var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3452
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3519
+ var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3520
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3453
3521
  "path",
3454
3522
  {
3455
3523
  fill: stroke || color || "currentColor",
3456
3524
  d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
3457
3525
  }
3458
3526
  ),
3459
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3527
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3460
3528
  "path",
3461
3529
  {
3462
3530
  fill: stroke || color || "currentColor",
3463
3531
  d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
3464
3532
  }
3465
3533
  ),
3466
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3534
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3467
3535
  "path",
3468
3536
  {
3469
3537
  fill: stroke || color || "currentColor",
@@ -3473,8 +3541,8 @@ React keys must be passed directly to JSX without using spread:
3473
3541
  ] }), ImageGeneration_default = IconImageGeneration;
3474
3542
 
3475
3543
  // src/components/ImageLoadFailedFilled.tsx
3476
- var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3477
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3544
+ var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3545
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3478
3546
  "path",
3479
3547
  {
3480
3548
  fill: fill || color || "currentColor",
@@ -3483,7 +3551,7 @@ React keys must be passed directly to JSX without using spread:
3483
3551
  clipRule: "evenodd"
3484
3552
  }
3485
3553
  ),
3486
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3554
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3487
3555
  "path",
3488
3556
  {
3489
3557
  fill: fill || color || "currentColor",
@@ -3493,10 +3561,10 @@ React keys must be passed directly to JSX without using spread:
3493
3561
  ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
3494
3562
 
3495
3563
  // src/components/Info.tsx
3496
- var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3497
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
3498
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
3499
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3564
+ var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3565
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
3566
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
3567
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3500
3568
  "path",
3501
3569
  {
3502
3570
  fill: stroke || color || "currentColor",
@@ -3508,7 +3576,7 @@ React keys must be passed directly to JSX without using spread:
3508
3576
  ] }), Info_default = IconInfo;
3509
3577
 
3510
3578
  // src/components/Invitecode.tsx
3511
- var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3579
+ var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3512
3580
  "path",
3513
3581
  {
3514
3582
  fill: fill || color || "currentColor",
@@ -3519,7 +3587,7 @@ React keys must be passed directly to JSX without using spread:
3519
3587
  ) }), Invitecode_default = IconInvitecode;
3520
3588
 
3521
3589
  // src/components/LeftFilled.tsx
3522
- var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3590
+ var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3523
3591
  "path",
3524
3592
  {
3525
3593
  fill: fill || color || "currentColor",
@@ -3530,15 +3598,15 @@ React keys must be passed directly to JSX without using spread:
3530
3598
  ) }), LeftFilled_default = IconLeftFilled;
3531
3599
 
3532
3600
  // src/components/Loading.tsx
3533
- var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3534
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3601
+ var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3602
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3535
3603
  "path",
3536
3604
  {
3537
3605
  fill: fill || color || "currentColor",
3538
3606
  d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
3539
3607
  }
3540
3608
  ),
3541
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3609
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3542
3610
  "path",
3543
3611
  {
3544
3612
  fill: stroke || color || "currentColor",
@@ -3548,15 +3616,15 @@ React keys must be passed directly to JSX without using spread:
3548
3616
  ] }), Loading_default = IconLoading;
3549
3617
 
3550
3618
  // src/components/Login.tsx
3551
- var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3552
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3619
+ var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3620
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3553
3621
  "path",
3554
3622
  {
3555
3623
  fill: stroke || color || "currentColor",
3556
3624
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
3557
3625
  }
3558
3626
  ),
3559
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3627
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3560
3628
  "path",
3561
3629
  {
3562
3630
  fill: stroke || color || "currentColor",
@@ -3568,8 +3636,8 @@ React keys must be passed directly to JSX without using spread:
3568
3636
  ] }), Login_default = IconLogin;
3569
3637
 
3570
3638
  // src/components/Logout.tsx
3571
- var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3572
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3639
+ var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3640
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3573
3641
  "path",
3574
3642
  {
3575
3643
  fill: stroke || color || "currentColor",
@@ -3578,7 +3646,7 @@ React keys must be passed directly to JSX without using spread:
3578
3646
  clipRule: "evenodd"
3579
3647
  }
3580
3648
  ),
3581
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3649
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3582
3650
  "path",
3583
3651
  {
3584
3652
  fill: stroke || color || "currentColor",
@@ -3587,8 +3655,36 @@ React keys must be passed directly to JSX without using spread:
3587
3655
  )
3588
3656
  ] }), Logout_default = IconLogout;
3589
3657
 
3658
+ // src/components/Magic.tsx
3659
+ var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3660
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3661
+ "path",
3662
+ {
3663
+ fill: stroke || color || "currentColor",
3664
+ d: "M9 10.5L11.25 6L20.25 0L24 3.75L15.75 10.5L12.75 16.5L6 24L0 18L9 10.5ZM12.9952 7.54067L19.9633 2.89529L20.651 3.58297L13.9528 9.06334L10.8738 15.2213L5.91406 20.7321L3.33318 18.1512L10.802 11.9272L12.9952 7.54067Z",
3665
+ fillRule: "evenodd",
3666
+ clipRule: "evenodd"
3667
+ }
3668
+ ),
3669
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
3670
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3671
+ "path",
3672
+ {
3673
+ fill: stroke || color || "currentColor",
3674
+ d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
3675
+ }
3676
+ ),
3677
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3678
+ "path",
3679
+ {
3680
+ fill: stroke || color || "currentColor",
3681
+ d: "M16.5 22.5C17.3284 22.5 18 21.8284 18 21C18 20.1716 17.3284 19.5 16.5 19.5C15.6716 19.5 15 20.1716 15 21C15 21.8284 15.6716 22.5 16.5 22.5Z"
3682
+ }
3683
+ )
3684
+ ] }), Magic_default = IconMagic;
3685
+
3590
3686
  // src/components/ModelGeminiFilled.tsx
3591
- var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3687
+ var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3592
3688
  "path",
3593
3689
  {
3594
3690
  fill: fill || color || "currentColor",
@@ -3597,7 +3693,7 @@ React keys must be passed directly to JSX without using spread:
3597
3693
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
3598
3694
 
3599
3695
  // src/components/ModelOpenaiFilled.tsx
3600
- var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3696
+ var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3601
3697
  "path",
3602
3698
  {
3603
3699
  fill: fill || color || "currentColor",
@@ -3606,8 +3702,8 @@ React keys must be passed directly to JSX without using spread:
3606
3702
  ) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
3607
3703
 
3608
3704
  // src/components/ModelDeepmindFilled.tsx
3609
- var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3610
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3705
+ var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3706
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3611
3707
  "path",
3612
3708
  {
3613
3709
  fill: fill || color || "currentColor",
@@ -3616,27 +3712,27 @@ React keys must be passed directly to JSX without using spread:
3616
3712
  clipRule: "evenodd"
3617
3713
  }
3618
3714
  ) }),
3619
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
3715
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
3620
3716
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
3621
3717
 
3622
3718
  // src/components/ModelSeedFilled.tsx
3623
- var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3624
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
3625
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3719
+ var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3720
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
3721
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3626
3722
  "path",
3627
3723
  {
3628
3724
  fill: fill || color || "currentColor",
3629
3725
  d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
3630
3726
  }
3631
3727
  ),
3632
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3728
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3633
3729
  "path",
3634
3730
  {
3635
3731
  fill: fill || color || "currentColor",
3636
3732
  d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
3637
3733
  }
3638
3734
  ),
3639
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3735
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3640
3736
  "path",
3641
3737
  {
3642
3738
  fill: fill || color || "currentColor",
@@ -3646,7 +3742,7 @@ React keys must be passed directly to JSX without using spread:
3646
3742
  ] }), ModelSeedFilled_default = IconModelSeedFilled;
3647
3743
 
3648
3744
  // src/components/ModelSoraFilled.tsx
3649
- var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3745
+ var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3650
3746
  "path",
3651
3747
  {
3652
3748
  fill: fill || color || "currentColor",
@@ -3655,7 +3751,7 @@ React keys must be passed directly to JSX without using spread:
3655
3751
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
3656
3752
 
3657
3753
  // src/components/ModelNanobananaLogoNomoFilled.tsx
3658
- var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
3754
+ var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
3659
3755
  size,
3660
3756
  width,
3661
3757
  height,
@@ -3663,64 +3759,64 @@ React keys must be passed directly to JSX without using spread:
3663
3759
  className,
3664
3760
  fill,
3665
3761
  stroke
3666
- }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3667
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3762
+ }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3763
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3668
3764
  "path",
3669
3765
  {
3670
3766
  fill: "#5A5C62",
3671
3767
  d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
3672
3768
  }
3673
3769
  ),
3674
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3770
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3675
3771
  "path",
3676
3772
  {
3677
3773
  fill: "#D5D6D7",
3678
3774
  d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
3679
3775
  }
3680
3776
  ),
3681
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3777
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3682
3778
  "path",
3683
3779
  {
3684
3780
  fill: "#C4C5C7",
3685
3781
  d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
3686
3782
  }
3687
3783
  ),
3688
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3784
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3689
3785
  "path",
3690
3786
  {
3691
3787
  fill: "#7B7C81",
3692
3788
  d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
3693
3789
  }
3694
3790
  ),
3695
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3791
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3696
3792
  "path",
3697
3793
  {
3698
3794
  fill: "#85878B",
3699
3795
  d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
3700
3796
  }
3701
3797
  ),
3702
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3798
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3703
3799
  "path",
3704
3800
  {
3705
3801
  fill: "#1B1D24",
3706
3802
  d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
3707
3803
  }
3708
3804
  ),
3709
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3805
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3710
3806
  "path",
3711
3807
  {
3712
3808
  fill: "#D5D6D7",
3713
3809
  d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
3714
3810
  }
3715
3811
  ),
3716
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3812
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3717
3813
  "path",
3718
3814
  {
3719
3815
  fill: "#85878B",
3720
3816
  d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
3721
3817
  }
3722
3818
  ),
3723
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3819
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3724
3820
  "path",
3725
3821
  {
3726
3822
  fill: "#D5D6D7",
@@ -3729,8 +3825,35 @@ React keys must be passed directly to JSX without using spread:
3729
3825
  )
3730
3826
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
3731
3827
 
3828
+ // src/components/ModelhappyhorseFilled.tsx
3829
+ var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3830
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
3831
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3832
+ "mask",
3833
+ {
3834
+ id: "mask0_786_80",
3835
+ width: "40",
3836
+ height: "40",
3837
+ x: "-8",
3838
+ y: "-8",
3839
+ maskUnits: "userSpaceOnUse",
3840
+ style: { maskType: "luminance" },
3841
+ children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
3842
+ }
3843
+ ),
3844
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3845
+ "path",
3846
+ {
3847
+ fill: fill || color || "currentColor",
3848
+ d: "M3.2393 18.3701C3.4048 18.3702 3.558 18.4208 3.6855 18.5068L3.6865 18.5049C4.3133 18.9561 4.978 19.357 5.6758 19.7021C5.8249 19.7762 5.9768 19.8484 6.1289 19.917C6.3239 20.0055 6.5212 20.089 6.7207 20.168C7.209 20.3621 7.7108 20.5294 8.2236 20.6689C9.4119 20.9922 10.6618 21.165 11.9521 21.165C13.0437 21.165 14.1069 21.0422 15.1279 20.8086C16.0405 20.5995 16.9198 20.3015 17.7559 19.9258C18.0406 19.7977 18.321 19.6608 18.5957 19.5146C19.1595 19.215 19.7005 18.8776 20.2158 18.5068C20.3114 18.4424 20.4213 18.398 20.54 18.3799L20.6621 18.3711C21.1024 18.3711 21.4599 18.7282 21.46 19.1689C21.46 19.3085 21.4234 19.4396 21.3604 19.5537C21.3909 19.5387 21.4212 19.5228 21.4512 19.5068C21.3961 19.5604 21.3407 19.6145 21.2852 19.667C21.2357 19.7285 21.1783 19.7826 21.1133 19.8271C18.6936 22.0267 15.4761 23.3672 11.9521 23.3672C8.4283 23.3672 5.217 22.0294 2.7988 19.834C2.7353 19.7765 2.6724 19.7177 2.6104 19.6592C2.5049 19.5237 2.4415 19.3539 2.4414 19.1689C2.4414 18.7281 2.7989 18.3701 3.2393 18.3701ZM5.8262 0.249023C6.2515 0.291053 6.657 0.403154 7.0303 0.572274C7.0667 0.588734 7.1037 0.605594 7.1396 0.623054C7.5044 0.530504 7.8861 0.481454 8.2793 0.481454C9.3996 0.481454 10.427 0.879554 11.2275 1.54199C12.0016 2.1829 12.5633 3.0717 12.792 4.0859C12.8244 4.2278 12.8497 4.3722 12.8682 4.5186L13.7178 9.3389L13.8174 9.9033L15.9014 10.2998C16.2851 10.3724 16.6414 10.5209 16.9541 10.7295C17.0382 10.5804 17.1369 10.4401 17.25 10.3125C17.6908 9.8132 18.3362 9.498 19.0547 9.498C19.8887 9.4981 20.6239 9.923 21.0557 10.5674C21.2961 10.9265 21.4434 11.3535 21.4609 11.8125H21.4668C21.5158 12.714 21.9753 13.5065 22.6621 14.0059C22.5726 14.0803 22.476 14.1466 22.374 14.2041C22.2336 14.2835 22.0827 14.3466 21.9238 14.3896C21.7602 14.4342 21.5868 14.458 21.4092 14.458C20.947 14.4579 20.5231 14.2974 20.1875 14.0303C20.0749 13.9402 19.9719 13.8386 19.8818 13.7266C19.6788 13.474 19.5356 13.1704 19.4775 12.8379L19.4678 12.8398C19.3102 11.9682 18.548 11.3066 17.6309 11.3066C17.6169 11.3066 17.6028 11.3076 17.5889 11.3076C17.9871 11.7984 18.2265 12.4241 18.2266 13.1055C18.2266 13.4527 18.1634 13.7861 18.0498 14.0938C17.9207 14.445 17.7242 14.7635 17.4766 15.0342C17.4836 15.0347 17.491 15.0356 17.498 15.0361C17.1499 15.5339 16.9443 16.1401 16.9443 16.7939C16.9444 17.1319 16.9991 17.4567 17.1006 17.7607L17.6533 19.5908C16.7978 19.9785 15.9035 20.2783 14.9814 20.4834L13.3896 16.9229C13.8845 16.8618 14.3319 16.6464 14.6807 16.3262C14.488 16.3672 14.2877 16.3896 14.083 16.3896C13.7254 16.3896 13.3834 16.3227 13.0684 16.2031C13.0366 16.1907 13.0054 16.1789 12.9746 16.166L12.6006 16.0391L10.9219 15.4404L9.6748 14.9951L7.0967 16.6582L7.6875 18.7646H7.6855C7.7085 18.8546 7.7207 18.9494 7.7207 19.0469C7.7206 19.4395 7.5204 19.7842 7.2168 19.9863C6.8017 19.8358 6.3947 19.6646 5.9961 19.4746L5.6641 18.4033L5.0068 16.2783C4.9638 16.1633 4.9395 16.0392 4.9395 15.9092C4.9395 15.5675 5.1029 15.2644 5.3555 15.0723C5.384 15.0508 5.4143 15.0302 5.4453 15.0117L6.917 14.0107L4.3105 13.0811L3.877 14.8018H3.875C3.6743 15.5827 2.9656 16.1592 2.1221 16.1592C2.0195 16.1592 1.91838 16.1508 1.82031 16.1338L1.82227 16.1211L2.6016 13.0225L2.7002 12.6338L2.9209 11.7578H2.9238C3.0454 11.2845 3.4759 10.9346 3.9873 10.9346C4.0741 10.9346 4.1574 10.9449 4.2383 10.9639L4.2422 10.9648C4.2476 10.9663 4.2524 10.9678 4.2578 10.9697C4.2948 10.9782 4.3317 10.989 4.3672 11.002C4.5027 11.0425 4.7277 11.1115 4.9658 11.1846C5.4061 11.3202 5.888 11.473 5.9141 11.499L5.9834 11.2949L6.2568 10.4893L6.6182 9.4258L7.2822 7.4736L7.7324 6.1494C7.806 6.0884 7.8763 6.0241 7.9434 5.957C8.1345 5.7664 8.2995 5.5501 8.4346 5.3145C8.6177 4.9952 8.7457 4.6395 8.8037 4.2607C8.6806 4.5719 8.4953 4.8523 8.2627 5.085C8.2057 5.142 8.1451 5.1965 8.082 5.248C8.0555 5.2696 8.0285 5.291 8.001 5.3115L6.9824 5.7559L5.0664 6.5898L5.0557 6.5947C4.9557 6.6366 4.8468 6.661 4.7334 6.667C4.7155 6.668 4.6975 6.6699 4.6797 6.6699C4.294 6.6699 3.9618 6.4453 3.8027 6.1211C3.7388 5.9916 3.7021 5.8459 3.7021 5.6914C3.7022 5.4443 3.7942 5.2185 3.9463 5.0459L4.3672 4.4268L6.1611 1.78906L6.0068 1.07812L5.9922 1.0127L5.9346 0.746094L5.8262 0.249023Z"
3849
+ }
3850
+ ) })
3851
+ ] }),
3852
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3853
+ ] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
3854
+
3732
3855
  // src/components/ModelklingFilled.tsx
3733
- var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
3856
+ var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3734
3857
  "path",
3735
3858
  {
3736
3859
  fill: fill || color || "currentColor",
@@ -3741,7 +3864,7 @@ React keys must be passed directly to JSX without using spread:
3741
3864
  ) }), ModelklingFilled_default = IconModelklingFilled;
3742
3865
 
3743
3866
  // src/components/Models.tsx
3744
- var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3867
+ var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3745
3868
  "path",
3746
3869
  {
3747
3870
  fill: stroke || color || "currentColor",
@@ -3752,7 +3875,7 @@ React keys must be passed directly to JSX without using spread:
3752
3875
  ) }), Models_default = IconModels;
3753
3876
 
3754
3877
  // src/components/MoreCollapse.tsx
3755
- var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3878
+ var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
3756
3879
  "path",
3757
3880
  {
3758
3881
  fill: stroke || color || "currentColor",
@@ -3761,22 +3884,22 @@ React keys must be passed directly to JSX without using spread:
3761
3884
  ) }), MoreCollapse_default = IconMoreCollapse;
3762
3885
 
3763
3886
  // src/components/MoreHorizontal.tsx
3764
- var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3765
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3887
+ var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3888
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3766
3889
  "path",
3767
3890
  {
3768
3891
  fill: stroke || color || "currentColor",
3769
3892
  d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
3770
3893
  }
3771
3894
  ),
3772
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3895
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3773
3896
  "path",
3774
3897
  {
3775
3898
  fill: stroke || color || "currentColor",
3776
3899
  d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
3777
3900
  }
3778
3901
  ),
3779
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3902
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3780
3903
  "path",
3781
3904
  {
3782
3905
  fill: stroke || color || "currentColor",
@@ -3786,7 +3909,7 @@ React keys must be passed directly to JSX without using spread:
3786
3909
  ] }), MoreHorizontal_default = IconMoreHorizontal;
3787
3910
 
3788
3911
  // src/components/MoreShowed.tsx
3789
- var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3912
+ var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3790
3913
  "path",
3791
3914
  {
3792
3915
  fill: stroke || color || "currentColor",
@@ -3795,22 +3918,22 @@ React keys must be passed directly to JSX without using spread:
3795
3918
  ) }), MoreShowed_default = IconMoreShowed;
3796
3919
 
3797
3920
  // src/components/More.tsx
3798
- var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3799
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3921
+ var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3922
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3800
3923
  "path",
3801
3924
  {
3802
3925
  fill: stroke || color || "currentColor",
3803
3926
  d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
3804
3927
  }
3805
3928
  ),
3806
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3929
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3807
3930
  "path",
3808
3931
  {
3809
3932
  fill: stroke || color || "currentColor",
3810
3933
  d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
3811
3934
  }
3812
3935
  ),
3813
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3936
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3814
3937
  "path",
3815
3938
  {
3816
3939
  fill: stroke || color || "currentColor",
@@ -3820,29 +3943,29 @@ React keys must be passed directly to JSX without using spread:
3820
3943
  ] }), More_default = IconMore;
3821
3944
 
3822
3945
  // src/components/Moresettings.tsx
3823
- var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3824
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3946
+ var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3947
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3825
3948
  "path",
3826
3949
  {
3827
3950
  fill: stroke || color || "currentColor",
3828
3951
  d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
3829
3952
  }
3830
3953
  ),
3831
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3954
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3832
3955
  "path",
3833
3956
  {
3834
3957
  fill: stroke || color || "currentColor",
3835
3958
  d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
3836
3959
  }
3837
3960
  ),
3838
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3961
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3839
3962
  "path",
3840
3963
  {
3841
3964
  fill: stroke || color || "currentColor",
3842
3965
  d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
3843
3966
  }
3844
3967
  ),
3845
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
3968
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
3846
3969
  "path",
3847
3970
  {
3848
3971
  fill: stroke || color || "currentColor",
@@ -3854,8 +3977,8 @@ React keys must be passed directly to JSX without using spread:
3854
3977
  ] }), Moresettings_default = IconMoresettings;
3855
3978
 
3856
3979
  // src/components/MouseDrag.tsx
3857
- var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3858
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3980
+ var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3981
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3859
3982
  "path",
3860
3983
  {
3861
3984
  fill: fill || color || "currentColor",
@@ -3863,7 +3986,7 @@ React keys must be passed directly to JSX without using spread:
3863
3986
  d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
3864
3987
  }
3865
3988
  ),
3866
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3989
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3867
3990
  "path",
3868
3991
  {
3869
3992
  fill: fill || color || "currentColor",
@@ -3871,7 +3994,7 @@ React keys must be passed directly to JSX without using spread:
3871
3994
  d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
3872
3995
  }
3873
3996
  ),
3874
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3997
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3875
3998
  "path",
3876
3999
  {
3877
4000
  fill: fill || color || "currentColor",
@@ -3882,8 +4005,8 @@ React keys must be passed directly to JSX without using spread:
3882
4005
  ] }), MouseDrag_default = IconMouseDrag;
3883
4006
 
3884
4007
  // src/components/MouseMove.tsx
3885
- var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3886
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
4008
+ var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4009
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3887
4010
  "path",
3888
4011
  {
3889
4012
  fill: fill || color || "currentColor",
@@ -3891,12 +4014,12 @@ React keys must be passed directly to JSX without using spread:
3891
4014
  d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
3892
4015
  }
3893
4016
  ) }),
3894
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
4017
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3895
4018
  ] }), MouseMove_default = IconMouseMove;
3896
4019
 
3897
4020
  // src/components/MouseNumberchange.tsx
3898
- var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3899
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
4021
+ var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4022
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3900
4023
  "path",
3901
4024
  {
3902
4025
  fill: fill || color || "currentColor",
@@ -3904,7 +4027,7 @@ React keys must be passed directly to JSX without using spread:
3904
4027
  d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
3905
4028
  }
3906
4029
  ),
3907
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
4030
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3908
4031
  "path",
3909
4032
  {
3910
4033
  fill: fill || color || "currentColor",
@@ -3915,7 +4038,7 @@ React keys must be passed directly to JSX without using spread:
3915
4038
  ] }), MouseNumberchange_default = IconMouseNumberchange;
3916
4039
 
3917
4040
  // src/components/Musicassets.tsx
3918
- var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
4041
+ var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3919
4042
  "path",
3920
4043
  {
3921
4044
  fill: stroke || color || "currentColor",
@@ -3926,8 +4049,8 @@ React keys must be passed directly to JSX without using spread:
3926
4049
  ) }), Musicassets_default = IconMusicassets;
3927
4050
 
3928
4051
  // src/components/Mute.tsx
3929
- var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3930
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4052
+ var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4053
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3931
4054
  "path",
3932
4055
  {
3933
4056
  fill: stroke || color || "currentColor",
@@ -3936,7 +4059,7 @@ React keys must be passed directly to JSX without using spread:
3936
4059
  clipRule: "evenodd"
3937
4060
  }
3938
4061
  ),
3939
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
4062
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3940
4063
  "path",
3941
4064
  {
3942
4065
  fill: stroke || color || "currentColor",
@@ -3945,8 +4068,28 @@ React keys must be passed directly to JSX without using spread:
3945
4068
  )
3946
4069
  ] }), Mute_default = IconMute;
3947
4070
 
4071
+ // src/components/Newchat.tsx
4072
+ var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4073
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4074
+ "path",
4075
+ {
4076
+ fill: stroke || color || "currentColor",
4077
+ d: "M16.5 19.5H24V1.5H0V19.5H7.5L12 24L16.5 19.5ZM12 20.818L15.568 17.25H21.75V3.75H2.25V17.25H8.43198L12 20.818Z",
4078
+ fillRule: "evenodd",
4079
+ clipRule: "evenodd"
4080
+ }
4081
+ ),
4082
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4083
+ "path",
4084
+ {
4085
+ fill: stroke || color || "currentColor",
4086
+ d: "M11.0892 6V9.375H7.71423V11.625H11.0892V15H13.3392V11.625H16.7142V9.375H13.3392V6H11.0892Z"
4087
+ }
4088
+ )
4089
+ ] }), Newchat_default = IconNewchat;
4090
+
3948
4091
  // src/components/Next.tsx
3949
- var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4092
+ var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
3950
4093
  "path",
3951
4094
  {
3952
4095
  fill: stroke || color || "currentColor",
@@ -3957,15 +4100,15 @@ React keys must be passed directly to JSX without using spread:
3957
4100
  ) }), Next_default = IconNext;
3958
4101
 
3959
4102
  // src/components/Nextscene.tsx
3960
- var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3961
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4103
+ var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4104
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
3962
4105
  "path",
3963
4106
  {
3964
4107
  fill: stroke || color || "currentColor",
3965
4108
  d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
3966
4109
  }
3967
4110
  ),
3968
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4111
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
3969
4112
  "path",
3970
4113
  {
3971
4114
  fill: stroke || color || "currentColor",
@@ -3977,7 +4120,7 @@ React keys must be passed directly to JSX without using spread:
3977
4120
  ] }), Nextscene_default = IconNextscene;
3978
4121
 
3979
4122
  // src/components/Niceofficial.tsx
3980
- var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4123
+ var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
3981
4124
  "path",
3982
4125
  {
3983
4126
  fill: fill || color || "currentColor",
@@ -3988,8 +4131,8 @@ React keys must be passed directly to JSX without using spread:
3988
4131
  ) }), Niceofficial_default = IconNiceofficial;
3989
4132
 
3990
4133
  // src/components/Notification.tsx
3991
- var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3992
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4134
+ var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4135
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
3993
4136
  "path",
3994
4137
  {
3995
4138
  fill: stroke || color || "currentColor",
@@ -3998,7 +4141,7 @@ React keys must be passed directly to JSX without using spread:
3998
4141
  clipRule: "evenodd"
3999
4142
  }
4000
4143
  ),
4001
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4144
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
4002
4145
  "path",
4003
4146
  {
4004
4147
  fill: stroke || color || "currentColor",
@@ -4008,17 +4151,17 @@ React keys must be passed directly to JSX without using spread:
4008
4151
  ] }), Notification_default = IconNotification;
4009
4152
 
4010
4153
  // src/components/Oneclickgenerate.tsx
4011
- var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4012
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
4013
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
4014
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4154
+ var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4155
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
4156
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
4157
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4015
4158
  "path",
4016
4159
  {
4017
4160
  fill: stroke || color || "currentColor",
4018
4161
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
4019
4162
  }
4020
4163
  ),
4021
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4164
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4022
4165
  "path",
4023
4166
  {
4024
4167
  fill: stroke || color || "currentColor",
@@ -4030,8 +4173,8 @@ React keys must be passed directly to JSX without using spread:
4030
4173
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
4031
4174
 
4032
4175
  // src/components/Opendemo.tsx
4033
- var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4034
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4176
+ var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4177
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4035
4178
  "path",
4036
4179
  {
4037
4180
  fill: stroke || color || "currentColor",
@@ -4040,11 +4183,11 @@ React keys must be passed directly to JSX without using spread:
4040
4183
  clipRule: "evenodd"
4041
4184
  }
4042
4185
  ),
4043
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
4186
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
4044
4187
  ] }), Opendemo_default = IconOpendemo;
4045
4188
 
4046
4189
  // src/components/OppsFilled.tsx
4047
- var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4190
+ var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4048
4191
  "path",
4049
4192
  {
4050
4193
  fill: fill || color || "currentColor",
@@ -4055,7 +4198,7 @@ React keys must be passed directly to JSX without using spread:
4055
4198
  ) }), OppsFilled_default = IconOppsFilled;
4056
4199
 
4057
4200
  // src/components/OptionalcheckedFilled.tsx
4058
- var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4201
+ var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4059
4202
  "path",
4060
4203
  {
4061
4204
  fill: fill || color || "currentColor",
@@ -4066,7 +4209,7 @@ React keys must be passed directly to JSX without using spread:
4066
4209
  ) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
4067
4210
 
4068
4211
  // src/components/Optionaluncheck.tsx
4069
- var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4212
+ var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4070
4213
  "path",
4071
4214
  {
4072
4215
  fill: stroke || color || "currentColor",
@@ -4077,7 +4220,7 @@ React keys must be passed directly to JSX without using spread:
4077
4220
  ) }), Optionaluncheck_default = IconOptionaluncheck;
4078
4221
 
4079
4222
  // src/components/Packagegame.tsx
4080
- var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4223
+ var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4081
4224
  "path",
4082
4225
  {
4083
4226
  fill: stroke || color || "currentColor",
@@ -4088,11 +4231,11 @@ React keys must be passed directly to JSX without using spread:
4088
4231
  ) }), Packagegame_default = IconPackagegame;
4089
4232
 
4090
4233
  // src/components/PageError.tsx
4091
- var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
4234
+ var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
4092
4235
 
4093
4236
  // src/components/Parameters.tsx
4094
- var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4095
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4237
+ var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4238
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4096
4239
  "path",
4097
4240
  {
4098
4241
  fill: stroke || color || "currentColor",
@@ -4101,7 +4244,7 @@ React keys must be passed directly to JSX without using spread:
4101
4244
  clipRule: "evenodd"
4102
4245
  }
4103
4246
  ),
4104
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4247
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4105
4248
  "path",
4106
4249
  {
4107
4250
  fill: stroke || color || "currentColor",
@@ -4113,8 +4256,8 @@ React keys must be passed directly to JSX without using spread:
4113
4256
  ] }), Parameters_default = IconParameters;
4114
4257
 
4115
4258
  // src/components/Pause.tsx
4116
- var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4117
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4259
+ var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4260
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4118
4261
  "path",
4119
4262
  {
4120
4263
  fill: stroke || color || "currentColor",
@@ -4123,7 +4266,7 @@ React keys must be passed directly to JSX without using spread:
4123
4266
  clipRule: "evenodd"
4124
4267
  }
4125
4268
  ),
4126
- /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4269
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4127
4270
  "path",
4128
4271
  {
4129
4272
  fill: stroke || color || "currentColor",
@@ -4135,7 +4278,7 @@ React keys must be passed directly to JSX without using spread:
4135
4278
  ] }), Pause_default = IconPause;
4136
4279
 
4137
4280
  // src/components/Pencil.tsx
4138
- var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4281
+ var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4139
4282
  "path",
4140
4283
  {
4141
4284
  fill: stroke || color || "currentColor",
@@ -4146,7 +4289,7 @@ React keys must be passed directly to JSX without using spread:
4146
4289
  ) }), Pencil_default = IconPencil;
4147
4290
 
4148
4291
  // src/components/Pick.tsx
4149
- var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
4292
+ var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4150
4293
  "path",
4151
4294
  {
4152
4295
  fill: stroke || color || "currentColor",
@@ -4157,22 +4300,22 @@ React keys must be passed directly to JSX without using spread:
4157
4300
  ) }), Pick_default = IconPick;
4158
4301
 
4159
4302
  // src/components/PickedFilled.tsx
4160
- var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
4303
+ var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
4161
4304
 
4162
4305
  // src/components/PlanFilled.tsx
4163
- var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4164
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4306
+ var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4307
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4165
4308
  "path",
4166
4309
  {
4167
4310
  fill: fill || color || "currentColor",
4168
4311
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
4169
4312
  }
4170
4313
  ) }),
4171
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
4314
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
4172
4315
  ] }), PlanFilled_default = IconPlanFilled;
4173
4316
 
4174
4317
  // src/components/PlayFilled.tsx
4175
- var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4318
+ var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4176
4319
  "path",
4177
4320
  {
4178
4321
  fill: fill || color || "currentColor",
@@ -4181,7 +4324,7 @@ React keys must be passed directly to JSX without using spread:
4181
4324
  ) }), PlayFilled_default = IconPlayFilled;
4182
4325
 
4183
4326
  // src/components/Play.tsx
4184
- var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4327
+ var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4185
4328
  "path",
4186
4329
  {
4187
4330
  fill: stroke || color || "currentColor",
@@ -4192,15 +4335,15 @@ React keys must be passed directly to JSX without using spread:
4192
4335
  ) }), Play_default = IconPlay;
4193
4336
 
4194
4337
  // src/components/Previouscene.tsx
4195
- var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4196
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4338
+ var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4339
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4197
4340
  "path",
4198
4341
  {
4199
4342
  fill: stroke || color || "currentColor",
4200
4343
  d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
4201
4344
  }
4202
4345
  ),
4203
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4346
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4204
4347
  "path",
4205
4348
  {
4206
4349
  fill: stroke || color || "currentColor",
@@ -4212,7 +4355,7 @@ React keys must be passed directly to JSX without using spread:
4212
4355
  ] }), Previouscene_default = IconPreviouscene;
4213
4356
 
4214
4357
  // src/components/ProblemFilled.tsx
4215
- var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
4358
+ var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4216
4359
  "path",
4217
4360
  {
4218
4361
  fill: fill || color || "currentColor",
@@ -4223,7 +4366,7 @@ React keys must be passed directly to JSX without using spread:
4223
4366
  ) }), ProblemFilled_default = IconProblemFilled;
4224
4367
 
4225
4368
  // src/components/ProblemNoticeFilled.tsx
4226
- var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
4369
+ var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4227
4370
  "path",
4228
4371
  {
4229
4372
  fill: fill || color || "currentColor",
@@ -4234,10 +4377,10 @@ React keys must be passed directly to JSX without using spread:
4234
4377
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
4235
4378
 
4236
4379
  // src/components/Problem.tsx
4237
- var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4238
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
4239
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
4240
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4380
+ var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4381
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
4382
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
4383
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4241
4384
  "path",
4242
4385
  {
4243
4386
  fill: stroke || color || "currentColor",
@@ -4249,8 +4392,8 @@ React keys must be passed directly to JSX without using spread:
4249
4392
  ] }), Problem_default = IconProblem;
4250
4393
 
4251
4394
  // src/components/Publish.tsx
4252
- var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4253
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4395
+ var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4396
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4254
4397
  "path",
4255
4398
  {
4256
4399
  fill: stroke || color || "currentColor",
@@ -4259,11 +4402,33 @@ React keys must be passed directly to JSX without using spread:
4259
4402
  clipRule: "evenodd"
4260
4403
  }
4261
4404
  ),
4262
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
4405
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
4263
4406
  ] }), Publish_default = IconPublish;
4264
4407
 
4408
+ // src/components/Quote.tsx
4409
+ var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4410
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4411
+ "path",
4412
+ {
4413
+ fill: stroke || color || "currentColor",
4414
+ d: "M8.2045 2.2047L9.7955 3.79569L3.75 9.84118V10.5002H10.5V21.0002H1.5V8.9092L8.2045 2.2047ZM8.25 12.7502H3.75V18.7502H8.25V12.7502Z",
4415
+ fillRule: "evenodd",
4416
+ clipRule: "evenodd"
4417
+ }
4418
+ ),
4419
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4420
+ "path",
4421
+ {
4422
+ fill: stroke || color || "currentColor",
4423
+ d: "M20.2045 2.2047L21.7955 3.79569L15.75 9.84118V10.5002H22.5V21.0002H13.5V8.9092L20.2045 2.2047ZM20.25 12.7502H15.75V18.7502H20.25V12.7502Z",
4424
+ fillRule: "evenodd",
4425
+ clipRule: "evenodd"
4426
+ }
4427
+ )
4428
+ ] }), Quote_default = IconQuote;
4429
+
4265
4430
  // src/components/Ratio169.tsx
4266
- var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
4431
+ var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4267
4432
  "path",
4268
4433
  {
4269
4434
  fill: stroke || color || "currentColor",
@@ -4272,15 +4437,15 @@ React keys must be passed directly to JSX without using spread:
4272
4437
  ) }), Ratio169_default = IconRatio169;
4273
4438
 
4274
4439
  // src/components/Ratio11.tsx
4275
- var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4276
- /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4440
+ var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4441
+ /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4277
4442
  "path",
4278
4443
  {
4279
4444
  fill: stroke || color || "currentColor",
4280
4445
  d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
4281
4446
  }
4282
4447
  ) }),
4283
- /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4448
+ /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4284
4449
  "rect",
4285
4450
  {
4286
4451
  width: "24",
@@ -4292,15 +4457,15 @@ React keys must be passed directly to JSX without using spread:
4292
4457
  ] }), Ratio11_default = IconRatio11;
4293
4458
 
4294
4459
  // src/components/Ratio916.tsx
4295
- var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4296
- /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4460
+ var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4461
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4297
4462
  "path",
4298
4463
  {
4299
4464
  fill: stroke || color || "currentColor",
4300
4465
  d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
4301
4466
  }
4302
4467
  ) }),
4303
- /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4468
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4304
4469
  "rect",
4305
4470
  {
4306
4471
  width: "24",
@@ -4312,17 +4477,17 @@ React keys must be passed directly to JSX without using spread:
4312
4477
  ] }), Ratio916_default = IconRatio916;
4313
4478
 
4314
4479
  // src/components/RatioAuto.tsx
4315
- var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4316
- /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
4317
- /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4480
+ var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4481
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
4482
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4318
4483
  "path",
4319
4484
  {
4320
4485
  fill: stroke || color || "currentColor",
4321
4486
  d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
4322
4487
  }
4323
4488
  ),
4324
- /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
4325
- /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4489
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
4490
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4326
4491
  "path",
4327
4492
  {
4328
4493
  fill: stroke || color || "currentColor",
@@ -4332,7 +4497,7 @@ React keys must be passed directly to JSX without using spread:
4332
4497
  }
4333
4498
  )
4334
4499
  ] }),
4335
- /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4500
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4336
4501
  "rect",
4337
4502
  {
4338
4503
  width: "24",
@@ -4344,15 +4509,15 @@ React keys must be passed directly to JSX without using spread:
4344
4509
  ] }), RatioAuto_default = IconRatioAuto;
4345
4510
 
4346
4511
  // src/components/Ratio.tsx
4347
- var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4348
- /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4512
+ var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4513
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4349
4514
  "path",
4350
4515
  {
4351
4516
  fill: stroke || color || "currentColor",
4352
4517
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
4353
4518
  }
4354
4519
  ),
4355
- /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
4520
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4356
4521
  "path",
4357
4522
  {
4358
4523
  fill: stroke || color || "currentColor",
@@ -4362,7 +4527,7 @@ React keys must be passed directly to JSX without using spread:
4362
4527
  ] }), Ratio_default = IconRatio;
4363
4528
 
4364
4529
  // src/components/ReEdit.tsx
4365
- var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4530
+ var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4366
4531
  "path",
4367
4532
  {
4368
4533
  fill: stroke || color || "currentColor",
@@ -4373,7 +4538,7 @@ React keys must be passed directly to JSX without using spread:
4373
4538
  ) }), ReEdit_default = IconReEdit;
4374
4539
 
4375
4540
  // src/components/Regenerate.tsx
4376
- var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4541
+ var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4377
4542
  "path",
4378
4543
  {
4379
4544
  fill: stroke || color || "currentColor",
@@ -4384,8 +4549,8 @@ React keys must be passed directly to JSX without using spread:
4384
4549
  ) }), Regenerate_default = IconRegenerate;
4385
4550
 
4386
4551
  // src/components/Resultsetting.tsx
4387
- var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4388
- /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4552
+ var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4553
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4389
4554
  "path",
4390
4555
  {
4391
4556
  fill: stroke || color || "currentColor",
@@ -4394,7 +4559,7 @@ React keys must be passed directly to JSX without using spread:
4394
4559
  clipRule: "evenodd"
4395
4560
  }
4396
4561
  ) }),
4397
- /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4562
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4398
4563
  "rect",
4399
4564
  {
4400
4565
  width: "24",
@@ -4406,7 +4571,7 @@ React keys must be passed directly to JSX without using spread:
4406
4571
  ] }), Resultsetting_default = IconResultsetting;
4407
4572
 
4408
4573
  // src/components/RightFilled.tsx
4409
- var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4574
+ var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
4410
4575
  "path",
4411
4576
  {
4412
4577
  fill: fill || color || "currentColor",
@@ -4416,8 +4581,19 @@ React keys must be passed directly to JSX without using spread:
4416
4581
  }
4417
4582
  ) }), RightFilled_default = IconRightFilled;
4418
4583
 
4584
+ // src/components/Satisfied.tsx
4585
+ var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
4586
+ "path",
4587
+ {
4588
+ fill: stroke || color || "currentColor",
4589
+ d: "M6.675 7.5L9.75 0H12.75C14.4069 0 15.75 1.34315 15.75 3V7.5H24V12L21 21H0V7.5H6.675ZM6 9.75H2.25V18.75H6V9.75ZM8.25 18.75H19.3783L21.75 11.6349V9.75H13.5V3C13.5 2.58579 13.1642 2.25 12.75 2.25H11.2593L8.25 9.58968V18.75Z",
4590
+ fillRule: "evenodd",
4591
+ clipRule: "evenodd"
4592
+ }
4593
+ ) }), Satisfied_default = IconSatisfied;
4594
+
4419
4595
  // src/components/SceneNext.tsx
4420
- var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4596
+ var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
4421
4597
  "path",
4422
4598
  {
4423
4599
  fill: stroke || color || "currentColor",
@@ -4426,27 +4602,27 @@ React keys must be passed directly to JSX without using spread:
4426
4602
  ) }), SceneNext_default = IconSceneNext;
4427
4603
 
4428
4604
  // src/components/Scriptmode.tsx
4429
- var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4430
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
4431
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
4432
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
4434
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
4435
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
4436
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
4437
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
4605
+ var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4606
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
4607
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
4608
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
4609
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
4610
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
4611
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
4612
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
4613
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
4438
4614
  ] }), Scriptmode_default = IconScriptmode;
4439
4615
 
4440
4616
  // src/components/Scrolldown.tsx
4441
- var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4442
- /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4617
+ var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4618
+ /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
4443
4619
  "path",
4444
4620
  {
4445
4621
  fill: stroke || color || "currentColor",
4446
4622
  d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
4447
4623
  }
4448
4624
  ),
4449
- /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4625
+ /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
4450
4626
  "path",
4451
4627
  {
4452
4628
  fill: stroke || color || "currentColor",
@@ -4456,7 +4632,7 @@ React keys must be passed directly to JSX without using spread:
4456
4632
  ] }), Scrolldown_default = IconScrolldown;
4457
4633
 
4458
4634
  // src/components/Sendrequest.tsx
4459
- var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4635
+ var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
4460
4636
  "path",
4461
4637
  {
4462
4638
  fill: fill || color || "currentColor",
@@ -4467,7 +4643,7 @@ React keys must be passed directly to JSX without using spread:
4467
4643
  ) }), Sendrequest_default = IconSendrequest;
4468
4644
 
4469
4645
  // src/components/Sendup.tsx
4470
- var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4646
+ var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
4471
4647
  "path",
4472
4648
  {
4473
4649
  fill: stroke || color || "currentColor",
@@ -4476,7 +4652,7 @@ React keys must be passed directly to JSX without using spread:
4476
4652
  ) }), Sendup_default = IconSendup;
4477
4653
 
4478
4654
  // src/components/Sendup2.tsx
4479
- var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4655
+ var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4480
4656
  "path",
4481
4657
  {
4482
4658
  fill: stroke || color || "currentColor",
@@ -4485,7 +4661,7 @@ React keys must be passed directly to JSX without using spread:
4485
4661
  ) }), Sendup2_default = IconSendup2;
4486
4662
 
4487
4663
  // src/components/ShareFilled.tsx
4488
- var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4664
+ var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4489
4665
  "path",
4490
4666
  {
4491
4667
  fill: fill || color || "currentColor",
@@ -4494,7 +4670,7 @@ React keys must be passed directly to JSX without using spread:
4494
4670
  ) }), ShareFilled_default = IconShareFilled;
4495
4671
 
4496
4672
  // src/components/Share.tsx
4497
- var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
4673
+ var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4498
4674
  "path",
4499
4675
  {
4500
4676
  fill: stroke || color || "currentColor",
@@ -4505,7 +4681,7 @@ React keys must be passed directly to JSX without using spread:
4505
4681
  ) }), Share_default = IconShare;
4506
4682
 
4507
4683
  // src/components/Sidebar.tsx
4508
- var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
4684
+ var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
4509
4685
  "path",
4510
4686
  {
4511
4687
  fill: stroke || color || "currentColor",
@@ -4515,8 +4691,19 @@ React keys must be passed directly to JSX without using spread:
4515
4691
  }
4516
4692
  ) }), Sidebar_default = IconSidebar;
4517
4693
 
4694
+ // src/components/Singleunchecked.tsx
4695
+ var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
4696
+ "path",
4697
+ {
4698
+ fill: stroke || color || "currentColor",
4699
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
4700
+ fillRule: "evenodd",
4701
+ clipRule: "evenodd"
4702
+ }
4703
+ ) }), Singleunchecked_default = IconSingleunchecked;
4704
+
4518
4705
  // src/components/SocialX.tsx
4519
- var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
4706
+ var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
4520
4707
  "path",
4521
4708
  {
4522
4709
  fill: fill || color || "currentColor",
@@ -4525,7 +4712,7 @@ React keys must be passed directly to JSX without using spread:
4525
4712
  ) }), SocialX_default = IconSocialX;
4526
4713
 
4527
4714
  // src/components/SocialDiscord.tsx
4528
- var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
4715
+ var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4529
4716
  "path",
4530
4717
  {
4531
4718
  fill: fill || color || "currentColor",
@@ -4534,8 +4721,8 @@ React keys must be passed directly to JSX without using spread:
4534
4721
  ) }), SocialDiscord_default = IconSocialDiscord;
4535
4722
 
4536
4723
  // src/components/SoundOff.tsx
4537
- var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4538
- /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
4724
+ var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4725
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
4539
4726
  "path",
4540
4727
  {
4541
4728
  fill: stroke || color || "currentColor",
@@ -4544,7 +4731,7 @@ React keys must be passed directly to JSX without using spread:
4544
4731
  clipRule: "evenodd"
4545
4732
  }
4546
4733
  ),
4547
- /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
4734
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
4548
4735
  "path",
4549
4736
  {
4550
4737
  fill: stroke || color || "currentColor",
@@ -4554,8 +4741,8 @@ React keys must be passed directly to JSX without using spread:
4554
4741
  ] }), SoundOff_default = IconSoundOff;
4555
4742
 
4556
4743
  // src/components/SoundOn.tsx
4557
- var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4558
- /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
4744
+ var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4745
+ /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
4559
4746
  "path",
4560
4747
  {
4561
4748
  fill: stroke || color || "currentColor",
@@ -4564,14 +4751,14 @@ React keys must be passed directly to JSX without using spread:
4564
4751
  clipRule: "evenodd"
4565
4752
  }
4566
4753
  ),
4567
- /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
4754
+ /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
4568
4755
  "path",
4569
4756
  {
4570
4757
  fill: stroke || color || "currentColor",
4571
4758
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
4572
4759
  }
4573
4760
  ),
4574
- /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
4761
+ /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
4575
4762
  "path",
4576
4763
  {
4577
4764
  fill: stroke || color || "currentColor",
@@ -4581,7 +4768,7 @@ React keys must be passed directly to JSX without using spread:
4581
4768
  ] }), SoundOn_default = IconSoundOn;
4582
4769
 
4583
4770
  // src/components/Storyboard.tsx
4584
- var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
4771
+ var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
4585
4772
  "path",
4586
4773
  {
4587
4774
  fill: stroke || color || "currentColor",
@@ -4592,24 +4779,24 @@ React keys must be passed directly to JSX without using spread:
4592
4779
  ) }), Storyboard_default = IconStoryboard;
4593
4780
 
4594
4781
  // src/components/StyleAutoFilled.tsx
4595
- var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4596
- /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4782
+ var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4783
+ /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
4597
4784
  "path",
4598
4785
  {
4599
4786
  fill: fill || color || "currentColor",
4600
4787
  d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
4601
4788
  }
4602
4789
  ),
4603
- /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4790
+ /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
4604
4791
  "path",
4605
4792
  {
4606
4793
  fill: fill || color || "currentColor",
4607
4794
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
4608
4795
  }
4609
4796
  ),
4610
- /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
4611
- /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
4612
- /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4797
+ /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
4798
+ /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
4799
+ /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
4613
4800
  "path",
4614
4801
  {
4615
4802
  fill: fill || color || "currentColor",
@@ -4619,43 +4806,43 @@ React keys must be passed directly to JSX without using spread:
4619
4806
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
4620
4807
 
4621
4808
  // src/components/Style.tsx
4622
- var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4623
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4809
+ var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4810
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4624
4811
  "path",
4625
4812
  {
4626
4813
  fill: stroke || color || "currentColor",
4627
4814
  d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
4628
4815
  }
4629
4816
  ),
4630
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4817
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4631
4818
  "path",
4632
4819
  {
4633
4820
  fill: stroke || color || "currentColor",
4634
4821
  d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
4635
4822
  }
4636
4823
  ),
4637
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4824
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4638
4825
  "path",
4639
4826
  {
4640
4827
  fill: stroke || color || "currentColor",
4641
4828
  d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
4642
4829
  }
4643
4830
  ),
4644
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4831
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4645
4832
  "path",
4646
4833
  {
4647
4834
  fill: stroke || color || "currentColor",
4648
4835
  d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
4649
4836
  }
4650
4837
  ),
4651
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4838
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4652
4839
  "path",
4653
4840
  {
4654
4841
  fill: stroke || color || "currentColor",
4655
4842
  d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
4656
4843
  }
4657
4844
  ),
4658
- /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4845
+ /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
4659
4846
  "path",
4660
4847
  {
4661
4848
  fill: stroke || color || "currentColor",
@@ -4667,8 +4854,8 @@ React keys must be passed directly to JSX without using spread:
4667
4854
  ] }), Style_default = IconStyle;
4668
4855
 
4669
4856
  // src/components/Styleoverall.tsx
4670
- var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4671
- /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4857
+ var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4858
+ /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
4672
4859
  "path",
4673
4860
  {
4674
4861
  fill: stroke || color || "currentColor",
@@ -4677,7 +4864,7 @@ React keys must be passed directly to JSX without using spread:
4677
4864
  clipRule: "evenodd"
4678
4865
  }
4679
4866
  ),
4680
- /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4867
+ /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
4681
4868
  "path",
4682
4869
  {
4683
4870
  fill: stroke || color || "currentColor",
@@ -4686,7 +4873,7 @@ React keys must be passed directly to JSX without using spread:
4686
4873
  clipRule: "evenodd"
4687
4874
  }
4688
4875
  ),
4689
- /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4876
+ /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
4690
4877
  "path",
4691
4878
  {
4692
4879
  fill: stroke || color || "currentColor",
@@ -4695,7 +4882,7 @@ React keys must be passed directly to JSX without using spread:
4695
4882
  clipRule: "evenodd"
4696
4883
  }
4697
4884
  ),
4698
- /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4885
+ /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
4699
4886
  "path",
4700
4887
  {
4701
4888
  fill: stroke || color || "currentColor",
@@ -4707,7 +4894,7 @@ React keys must be passed directly to JSX without using spread:
4707
4894
  ] }), Styleoverall_default = IconStyleoverall;
4708
4895
 
4709
4896
  // src/components/SwitchOffFilled.tsx
4710
- var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
4897
+ var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
4711
4898
  "path",
4712
4899
  {
4713
4900
  fill: fill || color || "currentColor",
@@ -4718,7 +4905,7 @@ React keys must be passed directly to JSX without using spread:
4718
4905
  ) }), SwitchOffFilled_default = IconSwitchOffFilled;
4719
4906
 
4720
4907
  // src/components/SwitchOnFilled.tsx
4721
- var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
4908
+ var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
4722
4909
  "path",
4723
4910
  {
4724
4911
  fill: fill || color || "currentColor",
@@ -4729,8 +4916,8 @@ React keys must be passed directly to JSX without using spread:
4729
4916
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
4730
4917
 
4731
4918
  // src/components/Target.tsx
4732
- var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4733
- /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
4919
+ var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4920
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
4734
4921
  "path",
4735
4922
  {
4736
4923
  fill: stroke || color || "currentColor",
@@ -4739,7 +4926,7 @@ React keys must be passed directly to JSX without using spread:
4739
4926
  clipRule: "evenodd"
4740
4927
  }
4741
4928
  ),
4742
- /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
4929
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
4743
4930
  "path",
4744
4931
  {
4745
4932
  fill: stroke || color || "currentColor",
@@ -4751,43 +4938,43 @@ React keys must be passed directly to JSX without using spread:
4751
4938
  ] }), Target_default = IconTarget;
4752
4939
 
4753
4940
  // src/components/TextLogo.tsx
4754
- var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
4755
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4941
+ var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
4942
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4756
4943
  "path",
4757
4944
  {
4758
4945
  fill: fill || color || "currentColor",
4759
4946
  d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
4760
4947
  }
4761
4948
  ),
4762
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4949
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4763
4950
  "path",
4764
4951
  {
4765
4952
  fill: fill || color || "currentColor",
4766
4953
  d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
4767
4954
  }
4768
4955
  ),
4769
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4956
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4770
4957
  "path",
4771
4958
  {
4772
4959
  fill: fill || color || "currentColor",
4773
4960
  d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
4774
4961
  }
4775
4962
  ),
4776
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4963
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4777
4964
  "path",
4778
4965
  {
4779
4966
  fill: fill || color || "currentColor",
4780
4967
  d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
4781
4968
  }
4782
4969
  ),
4783
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4970
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4784
4971
  "path",
4785
4972
  {
4786
4973
  fill: fill || color || "currentColor",
4787
4974
  d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
4788
4975
  }
4789
4976
  ),
4790
- /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4977
+ /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
4791
4978
  "path",
4792
4979
  {
4793
4980
  fill: fill || color || "currentColor",
@@ -4797,7 +4984,7 @@ React keys must be passed directly to JSX without using spread:
4797
4984
  ] }), TextLogo_default = IconTextLogo;
4798
4985
 
4799
4986
  // src/components/TipsFilled.tsx
4800
- var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
4987
+ var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
4801
4988
  "path",
4802
4989
  {
4803
4990
  fill: fill || color || "currentColor",
@@ -4808,7 +4995,7 @@ React keys must be passed directly to JSX without using spread:
4808
4995
  ) }), TipsFilled_default = IconTipsFilled;
4809
4996
 
4810
4997
  // src/components/Tips.tsx
4811
- var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
4998
+ var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
4812
4999
  "path",
4813
5000
  {
4814
5001
  fill: stroke || color || "currentColor",
@@ -4819,15 +5006,15 @@ React keys must be passed directly to JSX without using spread:
4819
5006
  ) }), Tips_default = IconTips;
4820
5007
 
4821
5008
  // src/components/ToolsFilled.tsx
4822
- var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4823
- /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
5009
+ var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5010
+ /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
4824
5011
  "path",
4825
5012
  {
4826
5013
  fill: fill || color || "currentColor",
4827
5014
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
4828
5015
  }
4829
5016
  ),
4830
- /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
5017
+ /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
4831
5018
  "path",
4832
5019
  {
4833
5020
  fill: fill || color || "currentColor",
@@ -4837,7 +5024,7 @@ React keys must be passed directly to JSX without using spread:
4837
5024
  ] }), ToolsFilled_default = IconToolsFilled;
4838
5025
 
4839
5026
  // src/components/Tools.tsx
4840
- var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
5027
+ var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
4841
5028
  "path",
4842
5029
  {
4843
5030
  stroke: stroke || color || "currentColor",
@@ -4847,7 +5034,7 @@ React keys must be passed directly to JSX without using spread:
4847
5034
  ) }), Tools_default = IconTools;
4848
5035
 
4849
5036
  // src/components/Undo.tsx
4850
- var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
5037
+ var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
4851
5038
  "path",
4852
5039
  {
4853
5040
  fill: stroke || color || "currentColor",
@@ -4857,8 +5044,19 @@ React keys must be passed directly to JSX without using spread:
4857
5044
  }
4858
5045
  ) }), Undo_default = IconUndo;
4859
5046
 
5047
+ // src/components/Unsatisfied.tsx
5048
+ var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
5049
+ "path",
5050
+ {
5051
+ fill: stroke || color || "currentColor",
5052
+ d: "M6.675 16.5L9.75 24H12.75C14.4069 24 15.75 22.6569 15.75 21V16.5H24V12L21 3H0V16.5H6.675ZM6 14.25H2.25V5.25H6V14.25ZM8.25 5.25H19.3783L21.75 12.3651V14.25H13.5V21C13.5 21.4142 13.1642 21.75 12.75 21.75H11.2593L8.25 14.4103V5.25Z",
5053
+ fillRule: "evenodd",
5054
+ clipRule: "evenodd"
5055
+ }
5056
+ ) }), Unsatisfied_default = IconUnsatisfied;
5057
+
4860
5058
  // src/components/UpFilled.tsx
4861
- var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
5059
+ var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
4862
5060
  "path",
4863
5061
  {
4864
5062
  fill: fill || color || "currentColor",
@@ -4869,7 +5067,7 @@ React keys must be passed directly to JSX without using spread:
4869
5067
  ) }), UpFilled_default = IconUpFilled;
4870
5068
 
4871
5069
  // src/components/UpleftFilled.tsx
4872
- var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
5070
+ var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
4873
5071
  "path",
4874
5072
  {
4875
5073
  fill: fill || color || "currentColor",
@@ -4880,7 +5078,7 @@ React keys must be passed directly to JSX without using spread:
4880
5078
  ) }), UpleftFilled_default = IconUpleftFilled;
4881
5079
 
4882
5080
  // src/components/Uploadedvideo.tsx
4883
- var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
5081
+ var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
4884
5082
  "path",
4885
5083
  {
4886
5084
  fill: fill || color || "currentColor",
@@ -4891,7 +5089,7 @@ React keys must be passed directly to JSX without using spread:
4891
5089
  ) }), Uploadedvideo_default = IconUploadedvideo;
4892
5090
 
4893
5091
  // src/components/Uploadfiles.tsx
4894
- var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
5092
+ var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
4895
5093
  "path",
4896
5094
  {
4897
5095
  fill: stroke || color || "currentColor",
@@ -4900,7 +5098,7 @@ React keys must be passed directly to JSX without using spread:
4900
5098
  ) }), Uploadfiles_default = IconUploadfiles;
4901
5099
 
4902
5100
  // src/components/Uploadstory.tsx
4903
- var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
5101
+ var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
4904
5102
  "path",
4905
5103
  {
4906
5104
  fill: stroke || color || "currentColor",
@@ -4911,7 +5109,7 @@ React keys must be passed directly to JSX without using spread:
4911
5109
  ) }), Uploadstory_default = IconUploadstory;
4912
5110
 
4913
5111
  // src/components/UprightFilled.tsx
4914
- var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
5112
+ var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
4915
5113
  "path",
4916
5114
  {
4917
5115
  fill: fill || color || "currentColor",
@@ -4922,7 +5120,7 @@ React keys must be passed directly to JSX without using spread:
4922
5120
  ) }), UprightFilled_default = IconUprightFilled;
4923
5121
 
4924
5122
  // src/components/Userfeedback.tsx
4925
- var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
5123
+ var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
4926
5124
  "path",
4927
5125
  {
4928
5126
  fill: stroke || color || "currentColor",
@@ -4933,16 +5131,16 @@ React keys must be passed directly to JSX without using spread:
4933
5131
  ) }), Userfeedback_default = IconUserfeedback;
4934
5132
 
4935
5133
  // src/components/Userfollow.tsx
4936
- var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4937
- /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
5134
+ var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5135
+ /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
4938
5136
  "path",
4939
5137
  {
4940
5138
  fill: stroke || color || "currentColor",
4941
5139
  d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
4942
5140
  }
4943
5141
  ),
4944
- /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
4945
- /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
5142
+ /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
5143
+ /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
4946
5144
  "path",
4947
5145
  {
4948
5146
  fill: stroke || color || "currentColor",
@@ -4954,7 +5152,7 @@ React keys must be passed directly to JSX without using spread:
4954
5152
  ] }), Userfollow_default = IconUserfollow;
4955
5153
 
4956
5154
  // src/components/Userfollowback.tsx
4957
- var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
5155
+ var import_jsx_runtime197 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime197.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
4958
5156
  "path",
4959
5157
  {
4960
5158
  fill: stroke || color || "currentColor",
@@ -4963,7 +5161,7 @@ React keys must be passed directly to JSX without using spread:
4963
5161
  ) }), Userfollowback_default = IconUserfollowback;
4964
5162
 
4965
5163
  // src/components/Userfollowed.tsx
4966
- var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
5164
+ var import_jsx_runtime198 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
4967
5165
  "path",
4968
5166
  {
4969
5167
  fill: stroke || color || "currentColor",
@@ -4972,15 +5170,15 @@ React keys must be passed directly to JSX without using spread:
4972
5170
  ) }), Userfollowed_default = IconUserfollowed;
4973
5171
 
4974
5172
  // src/components/VideoGeneration.tsx
4975
- var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4976
- /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
5173
+ var import_jsx_runtime199 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5174
+ /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
4977
5175
  "path",
4978
5176
  {
4979
5177
  fill: stroke || color || "currentColor",
4980
5178
  d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
4981
5179
  }
4982
5180
  ),
4983
- /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
5181
+ /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
4984
5182
  "path",
4985
5183
  {
4986
5184
  fill: stroke || color || "currentColor",
@@ -4989,7 +5187,7 @@ React keys must be passed directly to JSX without using spread:
4989
5187
  clipRule: "evenodd"
4990
5188
  }
4991
5189
  ),
4992
- /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
5190
+ /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
4993
5191
  "path",
4994
5192
  {
4995
5193
  fill: stroke || color || "currentColor",
@@ -4999,9 +5197,9 @@ React keys must be passed directly to JSX without using spread:
4999
5197
  ] }), VideoGeneration_default = IconVideoGeneration;
5000
5198
 
5001
5199
  // src/components/VideoLength.tsx
5002
- var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5003
- /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
5004
- /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
5200
+ var import_jsx_runtime200 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5201
+ /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
5202
+ /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
5005
5203
  "path",
5006
5204
  {
5007
5205
  fill: stroke || color || "currentColor",
@@ -5013,8 +5211,8 @@ React keys must be passed directly to JSX without using spread:
5013
5211
  ] }), VideoLength_default = IconVideoLength;
5014
5212
 
5015
5213
  // src/components/Videogenerate.tsx
5016
- var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5017
- /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
5214
+ var import_jsx_runtime201 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5215
+ /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
5018
5216
  "path",
5019
5217
  {
5020
5218
  fill: stroke || color || "currentColor",
@@ -5023,7 +5221,7 @@ React keys must be passed directly to JSX without using spread:
5023
5221
  clipRule: "evenodd"
5024
5222
  }
5025
5223
  ),
5026
- /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
5224
+ /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
5027
5225
  "path",
5028
5226
  {
5029
5227
  fill: stroke || color || "currentColor",
@@ -5035,7 +5233,7 @@ React keys must be passed directly to JSX without using spread:
5035
5233
  ] }), Videogenerate_default = IconVideogenerate;
5036
5234
 
5037
5235
  // src/components/Visualstyles.tsx
5038
- var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
5236
+ var import_jsx_runtime202 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
5039
5237
  "path",
5040
5238
  {
5041
5239
  fill: stroke || color || "currentColor",
@@ -5046,8 +5244,8 @@ React keys must be passed directly to JSX without using spread:
5046
5244
  ) }), Visualstyles_default = IconVisualstyles;
5047
5245
 
5048
5246
  // src/components/Volume.tsx
5049
- var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5050
- /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
5247
+ var import_jsx_runtime203 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5248
+ /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
5051
5249
  "path",
5052
5250
  {
5053
5251
  fill: stroke || color || "currentColor",
@@ -5056,14 +5254,14 @@ React keys must be passed directly to JSX without using spread:
5056
5254
  clipRule: "evenodd"
5057
5255
  }
5058
5256
  ),
5059
- /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
5257
+ /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
5060
5258
  "path",
5061
5259
  {
5062
5260
  fill: stroke || color || "currentColor",
5063
5261
  d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
5064
5262
  }
5065
5263
  ),
5066
- /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
5264
+ /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
5067
5265
  "path",
5068
5266
  {
5069
5267
  fill: stroke || color || "currentColor",
@@ -5073,7 +5271,7 @@ React keys must be passed directly to JSX without using spread:
5073
5271
  ] }), Volume_default = IconVolume;
5074
5272
 
5075
5273
  // src/components/Withdrawgame.tsx
5076
- var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
5274
+ var import_jsx_runtime204 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
5077
5275
  "path",
5078
5276
  {
5079
5277
  fill: stroke || color || "currentColor",
@@ -5084,15 +5282,15 @@ React keys must be passed directly to JSX without using spread:
5084
5282
  ) }), Withdrawgame_default = IconWithdrawgame;
5085
5283
 
5086
5284
  // src/components/Zoomhandle.tsx
5087
- var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5088
- /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
5285
+ var import_jsx_runtime205 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5286
+ /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
5089
5287
  "path",
5090
5288
  {
5091
5289
  fill: fill || color || "currentColor",
5092
5290
  d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
5093
5291
  }
5094
5292
  ),
5095
- /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
5293
+ /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
5096
5294
  "path",
5097
5295
  {
5098
5296
  fill: stroke || color || "currentColor",
@@ -5102,15 +5300,15 @@ React keys must be passed directly to JSX without using spread:
5102
5300
  ] }), Zoomhandle_default = IconZoomhandle;
5103
5301
 
5104
5302
  // src/components/Zoomin.tsx
5105
- var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5106
- /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
5303
+ var import_jsx_runtime206 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5304
+ /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
5107
5305
  "path",
5108
5306
  {
5109
5307
  fill: stroke || color || "currentColor",
5110
5308
  d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
5111
5309
  }
5112
5310
  ),
5113
- /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
5311
+ /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
5114
5312
  "path",
5115
5313
  {
5116
5314
  fill: stroke || color || "currentColor",
@@ -5122,9 +5320,9 @@ React keys must be passed directly to JSX without using spread:
5122
5320
  ] }), Zoomin_default = IconZoomin;
5123
5321
 
5124
5322
  // src/components/Zoomout.tsx
5125
- var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5126
- /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
5127
- /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
5323
+ var import_jsx_runtime207 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime207.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
5324
+ /* @__PURE__ */ (0, import_jsx_runtime207.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
5325
+ /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
5128
5326
  "path",
5129
5327
  {
5130
5328
  fill: stroke || color || "currentColor",