@yoroll/react-icon 0.0.14 → 0.0.16

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.13 */
1
+ /*! @lineargame svg icons react v0.0.15 */
2
2
 
3
3
  "use strict";
4
4
  (() => {
@@ -1672,8 +1672,17 @@ React keys must be passed directly to JSX without using spread:
1672
1672
  }
1673
1673
  ) }), AngleDown_default = IconAngleDown;
1674
1674
 
1675
+ // src/components/Angleright.tsx
1676
+ var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAngleright = ({ 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)(
1677
+ "path",
1678
+ {
1679
+ fill: stroke || color || "currentColor",
1680
+ d: "M14.9091 12L6.70459 3.79553L8.29558 2.20454L18.0911 12L8.29558 21.7955L6.70459 20.2045L14.9091 12Z"
1681
+ }
1682
+ ) }), Angleright_default = IconAngleright;
1683
+
1675
1684
  // src/components/Announcement.tsx
1676
- var import_jsx_runtime9 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ 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)(
1685
+ var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconAnnouncement = ({ 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)(
1677
1686
  "path",
1678
1687
  {
1679
1688
  fill: stroke || color || "currentColor",
@@ -1684,7 +1693,7 @@ React keys must be passed directly to JSX without using spread:
1684
1693
  ) }), Announcement_default = IconAnnouncement;
1685
1694
 
1686
1695
  // src/components/Artboard.tsx
1687
- var import_jsx_runtime10 = __toESM(require_jsx_runtime()), IconArtboard = ({ 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)(
1696
+ var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconArtboard = ({ 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)(
1688
1697
  "path",
1689
1698
  {
1690
1699
  fill: stroke || color || "currentColor",
@@ -1695,17 +1704,17 @@ React keys must be passed directly to JSX without using spread:
1695
1704
  ) }), Artboard_default = IconArtboard;
1696
1705
 
1697
1706
  // src/components/AssetsFilled.tsx
1698
- var import_jsx_runtime11 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1699
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1700
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1701
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1707
+ var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1708
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
1709
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
1710
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
1702
1711
  ] }), AssetsFilled_default = IconAssetsFilled;
1703
1712
 
1704
1713
  // src/components/Assets.tsx
1705
- var import_jsx_runtime12 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1706
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1707
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1708
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1714
+ var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1715
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
1716
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
1717
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1709
1718
  "path",
1710
1719
  {
1711
1720
  fill: stroke || color || "currentColor",
@@ -1717,8 +1726,8 @@ React keys must be passed directly to JSX without using spread:
1717
1726
  ] }), Assets_default = IconAssets;
1718
1727
 
1719
1728
  // src/components/Backtoprojects.tsx
1720
- var import_jsx_runtime13 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1721
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1729
+ var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ 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)(
1722
1731
  "path",
1723
1732
  {
1724
1733
  fill: stroke || color || "currentColor",
@@ -1727,7 +1736,7 @@ React keys must be passed directly to JSX without using spread:
1727
1736
  clipRule: "evenodd"
1728
1737
  }
1729
1738
  ),
1730
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1739
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1731
1740
  "path",
1732
1741
  {
1733
1742
  fill: stroke || color || "currentColor",
@@ -1736,7 +1745,7 @@ React keys must be passed directly to JSX without using spread:
1736
1745
  clipRule: "evenodd"
1737
1746
  }
1738
1747
  ),
1739
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1748
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1740
1749
  "path",
1741
1750
  {
1742
1751
  fill: stroke || color || "currentColor",
@@ -1745,7 +1754,7 @@ React keys must be passed directly to JSX without using spread:
1745
1754
  clipRule: "evenodd"
1746
1755
  }
1747
1756
  ),
1748
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
1757
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
1749
1758
  "path",
1750
1759
  {
1751
1760
  fill: stroke || color || "currentColor",
@@ -1757,7 +1766,7 @@ React keys must be passed directly to JSX without using spread:
1757
1766
  ] }), Backtoprojects_default = IconBacktoprojects;
1758
1767
 
1759
1768
  // src/components/Backward.tsx
1760
- var import_jsx_runtime14 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
1769
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1761
1770
  "path",
1762
1771
  {
1763
1772
  fill: stroke || color || "currentColor",
@@ -1766,7 +1775,7 @@ React keys must be passed directly to JSX without using spread:
1766
1775
  ) }), Backward_default = IconBackward;
1767
1776
 
1768
1777
  // src/components/BatchShots.tsx
1769
- var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1778
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
1770
1779
  "path",
1771
1780
  {
1772
1781
  fill: stroke || color || "currentColor",
@@ -1777,7 +1786,7 @@ React keys must be passed directly to JSX without using spread:
1777
1786
  ) }), BatchShots_default = IconBatchShots;
1778
1787
 
1779
1788
  // src/components/Canvasmode.tsx
1780
- var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
1789
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ 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)(
1781
1790
  "path",
1782
1791
  {
1783
1792
  fill: stroke || color || "currentColor",
@@ -1788,7 +1797,7 @@ React keys must be passed directly to JSX without using spread:
1788
1797
  ) }), Canvasmode_default = IconCanvasmode;
1789
1798
 
1790
1799
  // src/components/Changeprofilephoto.tsx
1791
- var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
1800
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
1792
1801
  "path",
1793
1802
  {
1794
1803
  fill: stroke || color || "currentColor",
@@ -1799,7 +1808,7 @@ React keys must be passed directly to JSX without using spread:
1799
1808
  ) }), Changeprofilephoto_default = IconChangeprofilephoto;
1800
1809
 
1801
1810
  // src/components/Chaptercollapse.tsx
1802
- var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ 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()), IconChaptercollapse = ({ 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)(
1803
1812
  "path",
1804
1813
  {
1805
1814
  fill: stroke || color || "currentColor",
@@ -1810,7 +1819,7 @@ React keys must be passed directly to JSX without using spread:
1810
1819
  ) }), Chaptercollapse_default = IconChaptercollapse;
1811
1820
 
1812
1821
  // src/components/Chapterexpand.tsx
1813
- var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
1822
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ 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)(
1814
1823
  "path",
1815
1824
  {
1816
1825
  fill: stroke || color || "currentColor",
@@ -1821,16 +1830,16 @@ React keys must be passed directly to JSX without using spread:
1821
1830
  ) }), Chapterexpand_default = IconChapterexpand;
1822
1831
 
1823
1832
  // src/components/Check.tsx
1824
- var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
1833
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCheck = ({ 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)(
1825
1834
  "path",
1826
1835
  {
1827
1836
  fill: stroke || color || "currentColor",
1828
- d: "M21.7953 6.04549L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.4545L21.7953 6.04549Z"
1837
+ d: "M21.7953 6.0455L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.45451L21.7953 6.0455Z"
1829
1838
  }
1830
1839
  ) }), Check_default = IconCheck;
1831
1840
 
1832
1841
  // src/components/CheckedFilled.tsx
1833
- var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
1842
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ 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)(
1834
1843
  "path",
1835
1844
  {
1836
1845
  fill: fill || color || "currentColor",
@@ -1841,7 +1850,7 @@ React keys must be passed directly to JSX without using spread:
1841
1850
  ) }), CheckedFilled_default = IconCheckedFilled;
1842
1851
 
1843
1852
  // src/components/Close.tsx
1844
- var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconClose = ({ 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)(
1853
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconClose = ({ 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)(
1845
1854
  "path",
1846
1855
  {
1847
1856
  fill: stroke || color || "currentColor",
@@ -1850,9 +1859,9 @@ React keys must be passed directly to JSX without using spread:
1850
1859
  ) }), Close_default = IconClose;
1851
1860
 
1852
1861
  // src/components/Copy.tsx
1853
- var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconCopy = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
1855
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1862
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1863
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
1864
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1856
1865
  "path",
1857
1866
  {
1858
1867
  fill: stroke || color || "currentColor",
@@ -1863,9 +1872,20 @@ React keys must be passed directly to JSX without using spread:
1863
1872
  )
1864
1873
  ] }), Copy_default = IconCopy;
1865
1874
 
1875
+ // src/components/Copylink.tsx
1876
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCopylink = ({ 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)(
1877
+ "path",
1878
+ {
1879
+ fill: stroke || color || "currentColor",
1880
+ d: "M16.5 9C18.9853 9 21 6.98528 21 4.5C21 2.01472 18.9853 0 16.5 0C14.0147 0 12 2.01472 12 4.5C12 4.97253 12.0728 5.42805 12.2079 5.85594L7.59859 8.73675C6.79167 7.9703 5.70076 7.5 4.5 7.5C2.01472 7.5 0 9.51472 0 12C0 14.4853 2.01472 16.5 4.5 16.5C5.70076 16.5 6.79167 16.0297 7.59859 15.2633L12.2079 18.1441C12.0728 18.572 12 19.0275 12 19.5C12 21.9853 14.0147 24 16.5 24C18.9853 24 21 21.9853 21 19.5C21 17.0147 18.9853 15 16.5 15C15.2993 15 14.2083 15.4703 13.4014 16.2367L8.79213 13.3559C8.92717 12.928 9 12.4725 9 12C9 11.5275 8.92717 11.072 8.79213 10.6441L13.4014 7.76328C14.2083 8.52971 15.2993 9 16.5 9ZM16.5 6.75C17.7426 6.75 18.75 5.74264 18.75 4.5C18.75 3.25736 17.7426 2.25 16.5 2.25C15.2574 2.25 14.25 3.25736 14.25 4.5C14.25 5.74264 15.2574 6.75 16.5 6.75ZM6.75 12C6.75 13.2426 5.74264 14.25 4.5 14.25C3.25736 14.25 2.25 13.2426 2.25 12C2.25 10.7574 3.25736 9.75 4.5 9.75C5.74264 9.75 6.75 10.7574 6.75 12ZM18.75 19.5C18.75 20.7426 17.7426 21.75 16.5 21.75C15.2574 21.75 14.25 20.7426 14.25 19.5C14.25 18.2574 15.2574 17.25 16.5 17.25C17.7426 17.25 18.75 18.2574 18.75 19.5Z",
1881
+ fillRule: "evenodd",
1882
+ clipRule: "evenodd"
1883
+ }
1884
+ ) }), Copylink_default = IconCopylink;
1885
+
1866
1886
  // src/components/CreditFilled.tsx
1867
- var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1868
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1887
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1888
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1869
1889
  "path",
1870
1890
  {
1871
1891
  fill: fill || color || "currentColor",
@@ -1874,11 +1894,11 @@ React keys must be passed directly to JSX without using spread:
1874
1894
  clipRule: "evenodd"
1875
1895
  }
1876
1896
  ) }),
1877
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1897
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1878
1898
  ] }), CreditFilled_default = IconCreditFilled;
1879
1899
 
1880
1900
  // src/components/Cursor.tsx
1881
- var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
1901
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
1882
1902
  "path",
1883
1903
  {
1884
1904
  fill: stroke || color || "currentColor",
@@ -1889,9 +1909,9 @@ React keys must be passed directly to JSX without using spread:
1889
1909
  ) }), Cursor_default = IconCursor;
1890
1910
 
1891
1911
  // src/components/DeleteSceneChoice.tsx
1892
- var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1893
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
1894
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1912
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1913
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
1914
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1895
1915
  "path",
1896
1916
  {
1897
1917
  fill: stroke || color || "currentColor",
@@ -1903,9 +1923,9 @@ React keys must be passed directly to JSX without using spread:
1903
1923
  ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
1904
1924
 
1905
1925
  // src/components/Delete.tsx
1906
- var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1907
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1908
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1926
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
1927
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
1928
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1909
1929
  "path",
1910
1930
  {
1911
1931
  fill: stroke || color || "currentColor",
@@ -1917,7 +1937,7 @@ React keys must be passed directly to JSX without using spread:
1917
1937
  ] }), Delete_default = IconDelete;
1918
1938
 
1919
1939
  // src/components/DownFilled.tsx
1920
- var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
1940
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
1921
1941
  "path",
1922
1942
  {
1923
1943
  fill: fill || color || "currentColor",
@@ -1928,7 +1948,7 @@ React keys must be passed directly to JSX without using spread:
1928
1948
  ) }), DownFilled_default = IconDownFilled;
1929
1949
 
1930
1950
  // src/components/DownleftFilled.tsx
1931
- var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
1951
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ 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)(
1932
1952
  "path",
1933
1953
  {
1934
1954
  fill: fill || color || "currentColor",
@@ -1939,15 +1959,15 @@ React keys must be passed directly to JSX without using spread:
1939
1959
  ) }), DownleftFilled_default = IconDownleftFilled;
1940
1960
 
1941
1961
  // src/components/Download.tsx
1942
- var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
1943
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1962
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1963
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1944
1964
  "path",
1945
1965
  {
1946
1966
  fill: stroke || color || "currentColor",
1947
1967
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
1948
1968
  }
1949
1969
  ),
1950
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1970
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1951
1971
  "path",
1952
1972
  {
1953
1973
  fill: stroke || color || "currentColor",
@@ -1959,7 +1979,7 @@ React keys must be passed directly to JSX without using spread:
1959
1979
  ] }), Download_default = IconDownload;
1960
1980
 
1961
1981
  // src/components/DownrightFilled.tsx
1962
- var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ 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)(
1982
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1963
1983
  "path",
1964
1984
  {
1965
1985
  fill: fill || color || "currentColor",
@@ -1970,17 +1990,37 @@ React keys must be passed directly to JSX without using spread:
1970
1990
  ) }), DownrightFilled_default = IconDownrightFilled;
1971
1991
 
1972
1992
  // src/components/DraghandleFilled.tsx
1973
- var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1974
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
1975
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
1976
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
1977
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
1978
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
1979
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
1993
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
1994
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
1995
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
1996
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
1997
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
1998
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
1999
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
1980
2000
  ] }), DraghandleFilled_default = IconDraghandleFilled;
1981
2001
 
2002
+ // src/components/FavoriteFilled.tsx
2003
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ 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)(
2004
+ "path",
2005
+ {
2006
+ fill: fill || color || "currentColor",
2007
+ d: "M13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0Z"
2008
+ }
2009
+ ) }), FavoriteFilled_default = IconFavoriteFilled;
2010
+
2011
+ // src/components/Favorite.tsx
2012
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2013
+ "path",
2014
+ {
2015
+ fill: stroke || color || "currentColor",
2016
+ d: "M18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613ZM17.4872 19.5524L15.3913 13.1019L20.8785 9.11522L14.0959 9.11522L12 2.66463L9.9041 9.11522L3.12152 9.11522L8.60875 13.1019L6.51285 19.5525L12 15.5658L17.4872 19.5524Z",
2017
+ fillRule: "evenodd",
2018
+ clipRule: "evenodd"
2019
+ }
2020
+ ) }), Favorite_default = IconFavorite;
2021
+
1982
2022
  // src/components/FeedbackFailFilled.tsx
1983
- var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2023
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
1984
2024
  "path",
1985
2025
  {
1986
2026
  fill: fill || color || "currentColor",
@@ -1991,7 +2031,7 @@ React keys must be passed directly to JSX without using spread:
1991
2031
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
1992
2032
 
1993
2033
  // src/components/FeedbackPendingFilled.tsx
1994
- var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
2034
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
1995
2035
  "path",
1996
2036
  {
1997
2037
  fill: fill || color || "currentColor",
@@ -2002,7 +2042,7 @@ React keys must be passed directly to JSX without using spread:
2002
2042
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
2003
2043
 
2004
2044
  // src/components/FeedbackProblemFilled.tsx
2005
- var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
2045
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2006
2046
  "path",
2007
2047
  {
2008
2048
  fill: fill || color || "currentColor",
@@ -2013,29 +2053,29 @@ React keys must be passed directly to JSX without using spread:
2013
2053
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
2014
2054
 
2015
2055
  // src/components/FeedbackProblem.tsx
2016
- var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
2017
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2056
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2057
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2018
2058
  "path",
2019
2059
  {
2020
2060
  fill: stroke || color || "currentColor",
2021
2061
  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"
2022
2062
  }
2023
2063
  ),
2024
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2064
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2025
2065
  "path",
2026
2066
  {
2027
2067
  fill: stroke || color || "currentColor",
2028
2068
  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"
2029
2069
  }
2030
2070
  ),
2031
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2071
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2032
2072
  "path",
2033
2073
  {
2034
2074
  fill: stroke || color || "currentColor",
2035
2075
  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"
2036
2076
  }
2037
2077
  ),
2038
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2078
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2039
2079
  "path",
2040
2080
  {
2041
2081
  fill: stroke || color || "currentColor",
@@ -2047,8 +2087,8 @@ React keys must be passed directly to JSX without using spread:
2047
2087
  ] }), FeedbackProblem_default = IconFeedbackProblem;
2048
2088
 
2049
2089
  // src/components/FiletypeImageFilled.tsx
2050
- var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2051
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2090
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ 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: [
2091
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2052
2092
  "path",
2053
2093
  {
2054
2094
  fill: "#2E2E2E",
@@ -2056,21 +2096,21 @@ React keys must be passed directly to JSX without using spread:
2056
2096
  style: { opacity: 0.3 }
2057
2097
  }
2058
2098
  ) }),
2059
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2099
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2060
2100
  "path",
2061
2101
  {
2062
2102
  fill: "#2E2E2E",
2063
2103
  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"
2064
2104
  }
2065
2105
  ),
2066
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2106
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2067
2107
  "path",
2068
2108
  {
2069
2109
  fill: "#2E2E2E",
2070
2110
  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"
2071
2111
  }
2072
2112
  ),
2073
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2113
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2074
2114
  "path",
2075
2115
  {
2076
2116
  fill: "#2E2E2E",
@@ -2082,8 +2122,8 @@ React keys must be passed directly to JSX without using spread:
2082
2122
  ] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
2083
2123
 
2084
2124
  // src/components/FiletypePdfFilled.tsx
2085
- var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
2086
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2125
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
2126
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2087
2127
  "path",
2088
2128
  {
2089
2129
  fill: "#FF3E4C",
@@ -2091,14 +2131,14 @@ React keys must be passed directly to JSX without using spread:
2091
2131
  style: { opacity: 0.3 }
2092
2132
  }
2093
2133
  ) }),
2094
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2134
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2095
2135
  "path",
2096
2136
  {
2097
2137
  fill: "#FF3E4C",
2098
2138
  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"
2099
2139
  }
2100
2140
  ),
2101
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2141
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2102
2142
  "path",
2103
2143
  {
2104
2144
  fill: "#FF3E4C",
@@ -2108,8 +2148,8 @@ React keys must be passed directly to JSX without using spread:
2108
2148
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
2109
2149
 
2110
2150
  // src/components/FiletypePdfLumiFilled.tsx
2111
- var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
2112
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2151
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
2152
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2113
2153
  "path",
2114
2154
  {
2115
2155
  fill: "#2E2E2E",
@@ -2117,14 +2157,14 @@ React keys must be passed directly to JSX without using spread:
2117
2157
  style: { opacity: 0.3 }
2118
2158
  }
2119
2159
  ) }),
2120
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2160
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2121
2161
  "path",
2122
2162
  {
2123
2163
  fill: "#2E2E2E",
2124
2164
  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"
2125
2165
  }
2126
2166
  ),
2127
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2167
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2128
2168
  "path",
2129
2169
  {
2130
2170
  fill: "#2E2E2E",
@@ -2134,8 +2174,8 @@ React keys must be passed directly to JSX without using spread:
2134
2174
  ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
2135
2175
 
2136
2176
  // src/components/FiletypeTxtFilled.tsx
2137
- var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2138
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2177
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ 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: [
2178
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2139
2179
  "path",
2140
2180
  {
2141
2181
  fill: "#005FAD",
@@ -2143,11 +2183,11 @@ React keys must be passed directly to JSX without using spread:
2143
2183
  style: { opacity: 0.3 }
2144
2184
  }
2145
2185
  ) }),
2146
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2147
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2148
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2149
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2150
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2186
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2187
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2188
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2189
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2190
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2151
2191
  "path",
2152
2192
  {
2153
2193
  fill: "#005FAD",
@@ -2157,8 +2197,8 @@ React keys must be passed directly to JSX without using spread:
2157
2197
  ] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
2158
2198
 
2159
2199
  // src/components/FiletypeTxtLumiFilled.tsx
2160
- var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
2161
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2200
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
2201
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2162
2202
  "path",
2163
2203
  {
2164
2204
  fill: "#2E2E2E",
@@ -2166,11 +2206,11 @@ React keys must be passed directly to JSX without using spread:
2166
2206
  style: { opacity: 0.3 }
2167
2207
  }
2168
2208
  ) }),
2169
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2170
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2171
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2172
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2173
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2209
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
2210
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
2211
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
2212
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
2213
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2174
2214
  "path",
2175
2215
  {
2176
2216
  fill: "#2E2E2E",
@@ -2180,8 +2220,8 @@ React keys must be passed directly to JSX without using spread:
2180
2220
  ] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
2181
2221
 
2182
2222
  // src/components/FiletypeWordFilled.tsx
2183
- var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
2184
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2223
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
2224
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2185
2225
  "path",
2186
2226
  {
2187
2227
  fill: "#0072FF",
@@ -2189,14 +2229,14 @@ React keys must be passed directly to JSX without using spread:
2189
2229
  style: { opacity: 0.3 }
2190
2230
  }
2191
2231
  ) }),
2192
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2232
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2193
2233
  "path",
2194
2234
  {
2195
2235
  fill: "#0072FF",
2196
2236
  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"
2197
2237
  }
2198
2238
  ),
2199
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2239
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2200
2240
  "path",
2201
2241
  {
2202
2242
  fill: "#0072FF",
@@ -2206,8 +2246,8 @@ React keys must be passed directly to JSX without using spread:
2206
2246
  ] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
2207
2247
 
2208
2248
  // src/components/FiletypeWordLumiFilled.tsx
2209
- var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ 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: [
2210
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2249
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2250
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2211
2251
  "path",
2212
2252
  {
2213
2253
  fill: "#2E2E2E",
@@ -2215,14 +2255,14 @@ React keys must be passed directly to JSX without using spread:
2215
2255
  style: { opacity: 0.3 }
2216
2256
  }
2217
2257
  ) }),
2218
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2258
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2219
2259
  "path",
2220
2260
  {
2221
2261
  fill: "#2E2E2E",
2222
2262
  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"
2223
2263
  }
2224
2264
  ),
2225
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2265
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2226
2266
  "path",
2227
2267
  {
2228
2268
  fill: "#2E2E2E",
@@ -2231,26 +2271,56 @@ React keys must be passed directly to JSX without using spread:
2231
2271
  )
2232
2272
  ] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
2233
2273
 
2274
+ // src/components/Fillin.tsx
2275
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2276
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2277
+ "path",
2278
+ {
2279
+ fill: stroke || color || "currentColor",
2280
+ d: "M24 9.75V7.5L16.5 0L9 7.5V9.75H15.375V18.75H1.5L1.5 21H17.625V9.75H24ZM12.182 7.5L16.5 3.18198L20.818 7.5H12.182Z",
2281
+ fillRule: "evenodd",
2282
+ clipRule: "evenodd"
2283
+ }
2284
+ ) }),
2285
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2286
+ "rect",
2287
+ {
2288
+ width: "24",
2289
+ height: "24",
2290
+ fill: stroke || color || "currentColor",
2291
+ transform: "translate(24) rotate(90)"
2292
+ }
2293
+ ) }) })
2294
+ ] }), Fillin_default = IconFillin;
2295
+
2234
2296
  // src/components/FoldedMenu.tsx
2235
- var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
2236
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
2237
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
2238
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
2239
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
2297
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ 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: [
2298
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
2299
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
2300
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
2301
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
2240
2302
  ] }), FoldedMenu_default = IconFoldedMenu;
2241
2303
 
2304
+ // src/components/FullScreen.tsx
2305
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconFullScreen = ({ 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: [
2306
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
2307
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
2308
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
2309
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
2310
+ ] }), FullScreen_default = IconFullScreen;
2311
+
2242
2312
  // src/components/GameFilled.tsx
2243
- var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGameFilled = ({ 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: [
2244
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
2245
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
2246
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2313
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGameFilled = ({ 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: [
2314
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
2315
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
2316
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2247
2317
  "path",
2248
2318
  {
2249
2319
  fill: fill || color || "currentColor",
2250
2320
  d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
2251
2321
  }
2252
2322
  ),
2253
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2323
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2254
2324
  "path",
2255
2325
  {
2256
2326
  fill: fill || color || "currentColor",
@@ -2260,8 +2330,8 @@ React keys must be passed directly to JSX without using spread:
2260
2330
  ] }), GameFilled_default = IconGameFilled;
2261
2331
 
2262
2332
  // src/components/Game.tsx
2263
- var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
2264
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2333
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
2334
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2265
2335
  "path",
2266
2336
  {
2267
2337
  fill: stroke || color || "currentColor",
@@ -2270,7 +2340,7 @@ React keys must be passed directly to JSX without using spread:
2270
2340
  clipRule: "evenodd"
2271
2341
  }
2272
2342
  ),
2273
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2343
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2274
2344
  "path",
2275
2345
  {
2276
2346
  fill: stroke || color || "currentColor",
@@ -2279,7 +2349,7 @@ React keys must be passed directly to JSX without using spread:
2279
2349
  clipRule: "evenodd"
2280
2350
  }
2281
2351
  ),
2282
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2352
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2283
2353
  "path",
2284
2354
  {
2285
2355
  fill: stroke || color || "currentColor",
@@ -2288,7 +2358,7 @@ React keys must be passed directly to JSX without using spread:
2288
2358
  clipRule: "evenodd"
2289
2359
  }
2290
2360
  ),
2291
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2361
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2292
2362
  "path",
2293
2363
  {
2294
2364
  fill: stroke || color || "currentColor",
@@ -2300,7 +2370,7 @@ React keys must be passed directly to JSX without using spread:
2300
2370
  ] }), Game_default = IconGame;
2301
2371
 
2302
2372
  // src/components/GamebackupFilled.tsx
2303
- var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ 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)(
2373
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2304
2374
  "path",
2305
2375
  {
2306
2376
  fill: fill || color || "currentColor",
@@ -2311,7 +2381,7 @@ React keys must be passed directly to JSX without using spread:
2311
2381
  ) }), GamebackupFilled_default = IconGamebackupFilled;
2312
2382
 
2313
2383
  // src/components/Gamebackup.tsx
2314
- var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGamebackup = ({ 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)(
2384
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2315
2385
  "path",
2316
2386
  {
2317
2387
  fill: stroke || color || "currentColor",
@@ -2322,7 +2392,7 @@ React keys must be passed directly to JSX without using spread:
2322
2392
  ) }), Gamebackup_default = IconGamebackup;
2323
2393
 
2324
2394
  // src/components/GamecontrolChoice.tsx
2325
- var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
2395
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2326
2396
  "path",
2327
2397
  {
2328
2398
  fill: stroke || color || "currentColor",
@@ -2333,7 +2403,7 @@ React keys must be passed directly to JSX without using spread:
2333
2403
  ) }), GamecontrolChoice_default = IconGamecontrolChoice;
2334
2404
 
2335
2405
  // src/components/GamecontrolGameplay.tsx
2336
- var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
2406
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2337
2407
  "path",
2338
2408
  {
2339
2409
  fill: stroke || color || "currentColor",
@@ -2344,7 +2414,7 @@ React keys must be passed directly to JSX without using spread:
2344
2414
  ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
2345
2415
 
2346
2416
  // src/components/GamecontrolLinear.tsx
2347
- var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ 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)(
2417
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2348
2418
  "path",
2349
2419
  {
2350
2420
  fill: stroke || color || "currentColor",
@@ -2355,15 +2425,15 @@ React keys must be passed directly to JSX without using spread:
2355
2425
  ) }), GamecontrolLinear_default = IconGamecontrolLinear;
2356
2426
 
2357
2427
  // src/components/GamecontrolNone.tsx
2358
- var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
2359
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2428
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
2429
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2360
2430
  "path",
2361
2431
  {
2362
2432
  fill: stroke || color || "currentColor",
2363
2433
  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"
2364
2434
  }
2365
2435
  ),
2366
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2436
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2367
2437
  "path",
2368
2438
  {
2369
2439
  fill: stroke || color || "currentColor",
@@ -2372,7 +2442,7 @@ React keys must be passed directly to JSX without using spread:
2372
2442
  clipRule: "evenodd"
2373
2443
  }
2374
2444
  ),
2375
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2445
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2376
2446
  "path",
2377
2447
  {
2378
2448
  fill: stroke || color || "currentColor",
@@ -2384,7 +2454,7 @@ React keys must be passed directly to JSX without using spread:
2384
2454
  ] }), GamecontrolNone_default = IconGamecontrolNone;
2385
2455
 
2386
2456
  // src/components/Gamelanguage.tsx
2387
- var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2457
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2388
2458
  "path",
2389
2459
  {
2390
2460
  fill: stroke || color || "currentColor",
@@ -2395,8 +2465,8 @@ React keys must be passed directly to JSX without using spread:
2395
2465
  ) }), Gamelanguage_default = IconGamelanguage;
2396
2466
 
2397
2467
  // src/components/Gamepreview.tsx
2398
- var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
2399
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2468
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGamepreview = ({ 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: [
2469
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2400
2470
  "path",
2401
2471
  {
2402
2472
  fill: stroke || color || "currentColor",
@@ -2405,7 +2475,7 @@ React keys must be passed directly to JSX without using spread:
2405
2475
  clipRule: "evenodd"
2406
2476
  }
2407
2477
  ),
2408
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2478
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2409
2479
  "path",
2410
2480
  {
2411
2481
  fill: stroke || color || "currentColor",
@@ -2417,7 +2487,7 @@ React keys must be passed directly to JSX without using spread:
2417
2487
  ] }), Gamepreview_default = IconGamepreview;
2418
2488
 
2419
2489
  // src/components/Gameui.tsx
2420
- var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2490
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2421
2491
  "path",
2422
2492
  {
2423
2493
  fill: stroke || color || "currentColor",
@@ -2428,15 +2498,15 @@ React keys must be passed directly to JSX without using spread:
2428
2498
  ) }), Gameui_default = IconGameui;
2429
2499
 
2430
2500
  // src/components/GenerateMultimage.tsx
2431
- var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
2432
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2501
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
2502
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2433
2503
  "path",
2434
2504
  {
2435
2505
  fill: stroke || color || "currentColor",
2436
2506
  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"
2437
2507
  }
2438
2508
  ),
2439
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2509
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2440
2510
  "path",
2441
2511
  {
2442
2512
  fill: stroke || color || "currentColor",
@@ -2445,11 +2515,11 @@ React keys must be passed directly to JSX without using spread:
2445
2515
  clipRule: "evenodd"
2446
2516
  }
2447
2517
  ),
2448
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2518
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2449
2519
  ] }), GenerateMultimage_default = IconGenerateMultimage;
2450
2520
 
2451
2521
  // src/components/GenerateFilled.tsx
2452
- var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2522
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
2453
2523
  "path",
2454
2524
  {
2455
2525
  fill: fill || color || "currentColor",
@@ -2460,15 +2530,15 @@ React keys must be passed directly to JSX without using spread:
2460
2530
  ) }), GenerateFilled_default = IconGenerateFilled;
2461
2531
 
2462
2532
  // src/components/GenerateFrameStart.tsx
2463
- var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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: [
2464
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2533
+ var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ 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)(
2465
2535
  "path",
2466
2536
  {
2467
2537
  fill: stroke || color || "currentColor",
2468
2538
  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"
2469
2539
  }
2470
2540
  ),
2471
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2541
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2472
2542
  "path",
2473
2543
  {
2474
2544
  fill: stroke || color || "currentColor",
@@ -2480,8 +2550,8 @@ React keys must be passed directly to JSX without using spread:
2480
2550
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
2481
2551
 
2482
2552
  // src/components/GenerateFrameStart2End.tsx
2483
- var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
2484
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2553
+ var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2554
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2485
2555
  "path",
2486
2556
  {
2487
2557
  fill: stroke || color || "currentColor",
@@ -2490,14 +2560,14 @@ React keys must be passed directly to JSX without using spread:
2490
2560
  clipRule: "evenodd"
2491
2561
  }
2492
2562
  ),
2493
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2563
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2494
2564
  "path",
2495
2565
  {
2496
2566
  fill: stroke || color || "currentColor",
2497
2567
  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"
2498
2568
  }
2499
2569
  ),
2500
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2570
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2501
2571
  "path",
2502
2572
  {
2503
2573
  fill: stroke || color || "currentColor",
@@ -2509,8 +2579,8 @@ React keys must be passed directly to JSX without using spread:
2509
2579
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
2510
2580
 
2511
2581
  // src/components/GenerateSwitchframe.tsx
2512
- var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
2513
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2582
+ var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2583
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2514
2584
  "path",
2515
2585
  {
2516
2586
  fill: stroke || color || "currentColor",
@@ -2519,7 +2589,7 @@ React keys must be passed directly to JSX without using spread:
2519
2589
  clipRule: "evenodd"
2520
2590
  }
2521
2591
  ),
2522
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2592
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2523
2593
  "path",
2524
2594
  {
2525
2595
  fill: stroke || color || "currentColor",
@@ -2531,15 +2601,15 @@ React keys must be passed directly to JSX without using spread:
2531
2601
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
2532
2602
 
2533
2603
  // src/components/GenerateT2V.tsx
2534
- var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
2535
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2604
+ var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
2605
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2536
2606
  "path",
2537
2607
  {
2538
2608
  fill: stroke || color || "currentColor",
2539
2609
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
2540
2610
  }
2541
2611
  ),
2542
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2612
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2543
2613
  "path",
2544
2614
  {
2545
2615
  fill: stroke || color || "currentColor",
@@ -2551,15 +2621,15 @@ React keys must be passed directly to JSX without using spread:
2551
2621
  ] }), GenerateT2V_default = IconGenerateT2V;
2552
2622
 
2553
2623
  // src/components/GenreAuto.tsx
2554
- var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
2555
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2624
+ var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ 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: [
2625
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2556
2626
  "path",
2557
2627
  {
2558
2628
  fill: stroke || color || "currentColor",
2559
2629
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
2560
2630
  }
2561
2631
  ),
2562
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2632
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2563
2633
  "path",
2564
2634
  {
2565
2635
  fill: stroke || color || "currentColor",
@@ -2568,15 +2638,15 @@ React keys must be passed directly to JSX without using spread:
2568
2638
  clipRule: "evenodd"
2569
2639
  }
2570
2640
  ),
2571
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2572
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2641
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
2642
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2573
2643
  "path",
2574
2644
  {
2575
2645
  fill: stroke || color || "currentColor",
2576
2646
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
2577
2647
  }
2578
2648
  ),
2579
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2649
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2580
2650
  "path",
2581
2651
  {
2582
2652
  fill: stroke || color || "currentColor",
@@ -2586,22 +2656,22 @@ React keys must be passed directly to JSX without using spread:
2586
2656
  ] }), GenreAuto_default = IconGenreAuto;
2587
2657
 
2588
2658
  // src/components/GenreComedy.tsx
2589
- var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
2590
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2659
+ var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2660
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2591
2661
  "path",
2592
2662
  {
2593
2663
  fill: stroke || color || "currentColor",
2594
2664
  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"
2595
2665
  }
2596
2666
  ),
2597
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2667
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2598
2668
  "path",
2599
2669
  {
2600
2670
  fill: stroke || color || "currentColor",
2601
2671
  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"
2602
2672
  }
2603
2673
  ),
2604
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2674
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2605
2675
  "path",
2606
2676
  {
2607
2677
  fill: stroke || color || "currentColor",
@@ -2610,7 +2680,7 @@ React keys must be passed directly to JSX without using spread:
2610
2680
  clipRule: "evenodd"
2611
2681
  }
2612
2682
  ),
2613
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2683
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2614
2684
  "path",
2615
2685
  {
2616
2686
  fill: stroke || color || "currentColor",
@@ -2622,7 +2692,7 @@ React keys must be passed directly to JSX without using spread:
2622
2692
  ] }), GenreComedy_default = IconGenreComedy;
2623
2693
 
2624
2694
  // src/components/GenreFantasy.tsx
2625
- var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
2695
+ var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2626
2696
  "path",
2627
2697
  {
2628
2698
  fill: stroke || color || "currentColor",
@@ -2633,22 +2703,22 @@ React keys must be passed directly to JSX without using spread:
2633
2703
  ) }), GenreFantasy_default = IconGenreFantasy;
2634
2704
 
2635
2705
  // src/components/GenreHorror.tsx
2636
- var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2637
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2706
+ var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
2707
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2638
2708
  "path",
2639
2709
  {
2640
2710
  fill: stroke || color || "currentColor",
2641
2711
  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"
2642
2712
  }
2643
2713
  ),
2644
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2714
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2645
2715
  "path",
2646
2716
  {
2647
2717
  fill: stroke || color || "currentColor",
2648
2718
  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"
2649
2719
  }
2650
2720
  ),
2651
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2721
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2652
2722
  "path",
2653
2723
  {
2654
2724
  fill: stroke || color || "currentColor",
@@ -2660,7 +2730,7 @@ React keys must be passed directly to JSX without using spread:
2660
2730
  ] }), GenreHorror_default = IconGenreHorror;
2661
2731
 
2662
2732
  // src/components/GenreRomance.tsx
2663
- var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
2733
+ var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
2664
2734
  "path",
2665
2735
  {
2666
2736
  fill: stroke || color || "currentColor",
@@ -2671,15 +2741,15 @@ React keys must be passed directly to JSX without using spread:
2671
2741
  ) }), GenreRomance_default = IconGenreRomance;
2672
2742
 
2673
2743
  // src/components/GenreScifi.tsx
2674
- var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
2675
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2744
+ var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
2745
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2676
2746
  "path",
2677
2747
  {
2678
2748
  fill: stroke || color || "currentColor",
2679
2749
  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"
2680
2750
  }
2681
2751
  ),
2682
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2752
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2683
2753
  "path",
2684
2754
  {
2685
2755
  fill: stroke || color || "currentColor",
@@ -2688,7 +2758,7 @@ React keys must be passed directly to JSX without using spread:
2688
2758
  clipRule: "evenodd"
2689
2759
  }
2690
2760
  ),
2691
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2761
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2692
2762
  "path",
2693
2763
  {
2694
2764
  fill: stroke || color || "currentColor",
@@ -2698,7 +2768,7 @@ React keys must be passed directly to JSX without using spread:
2698
2768
  ] }), GenreScifi_default = IconGenreScifi;
2699
2769
 
2700
2770
  // src/components/GenreSuspense.tsx
2701
- var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
2771
+ var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
2702
2772
  "path",
2703
2773
  {
2704
2774
  fill: stroke || color || "currentColor",
@@ -2709,7 +2779,7 @@ React keys must be passed directly to JSX without using spread:
2709
2779
  ) }), GenreSuspense_default = IconGenreSuspense;
2710
2780
 
2711
2781
  // src/components/Genre.tsx
2712
- var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
2782
+ var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
2713
2783
  "path",
2714
2784
  {
2715
2785
  fill: stroke || color || "currentColor",
@@ -2720,8 +2790,8 @@ React keys must be passed directly to JSX without using spread:
2720
2790
  ) }), Genre_default = IconGenre;
2721
2791
 
2722
2792
  // src/components/GoogleLogoFilled.tsx
2723
- var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
2724
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2793
+ var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
2794
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2725
2795
  "mask",
2726
2796
  {
2727
2797
  id: "mask0_48_113",
@@ -2731,7 +2801,7 @@ React keys must be passed directly to JSX without using spread:
2731
2801
  y: "0",
2732
2802
  maskUnits: "userSpaceOnUse",
2733
2803
  style: { maskType: "luminance" },
2734
- children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2804
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2735
2805
  "path",
2736
2806
  {
2737
2807
  fill: stroke || color || "currentColor",
@@ -2740,64 +2810,64 @@ React keys must be passed directly to JSX without using spread:
2740
2810
  )
2741
2811
  }
2742
2812
  ),
2743
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
2744
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2813
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
2814
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2745
2815
  "path",
2746
2816
  {
2747
2817
  fill: "url(#paint0_radial_48_113)",
2748
2818
  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"
2749
2819
  }
2750
2820
  ) }),
2751
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2821
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2752
2822
  "path",
2753
2823
  {
2754
2824
  fill: "url(#paint1_radial_48_113)",
2755
2825
  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"
2756
2826
  }
2757
2827
  ) }),
2758
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2828
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2759
2829
  "path",
2760
2830
  {
2761
2831
  fill: "url(#paint2_radial_48_113)",
2762
2832
  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"
2763
2833
  }
2764
2834
  ) }),
2765
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2835
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2766
2836
  "path",
2767
2837
  {
2768
2838
  fill: "url(#paint3_radial_48_113)",
2769
2839
  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"
2770
2840
  }
2771
2841
  ) }),
2772
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2842
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2773
2843
  "path",
2774
2844
  {
2775
2845
  fill: "#3086FF",
2776
2846
  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"
2777
2847
  }
2778
2848
  ) }),
2779
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2849
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2780
2850
  "path",
2781
2851
  {
2782
2852
  fill: "url(#paint4_radial_48_113)",
2783
2853
  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"
2784
2854
  }
2785
2855
  ) }),
2786
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2856
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2787
2857
  "path",
2788
2858
  {
2789
2859
  fill: "url(#paint5_radial_48_113)",
2790
2860
  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"
2791
2861
  }
2792
2862
  ) }),
2793
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2863
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2794
2864
  "path",
2795
2865
  {
2796
2866
  fill: "url(#paint6_radial_48_113)",
2797
2867
  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"
2798
2868
  }
2799
2869
  ) }),
2800
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2870
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2801
2871
  "path",
2802
2872
  {
2803
2873
  fill: "url(#paint7_linear_48_113)",
@@ -2805,8 +2875,8 @@ React keys must be passed directly to JSX without using spread:
2805
2875
  }
2806
2876
  ) })
2807
2877
  ] }),
2808
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("defs", { children: [
2809
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2878
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("defs", { children: [
2879
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2810
2880
  "filter",
2811
2881
  {
2812
2882
  id: "filter0_f_48_113",
@@ -2817,13 +2887,13 @@ React keys must be passed directly to JSX without using spread:
2817
2887
  filterUnits: "userSpaceOnUse",
2818
2888
  colorInterpolationFilters: "sRGB",
2819
2889
  children: [
2820
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2821
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2822
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2890
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2891
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2892
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2823
2893
  ]
2824
2894
  }
2825
2895
  ),
2826
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2896
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2827
2897
  "filter",
2828
2898
  {
2829
2899
  id: "filter1_f_48_113",
@@ -2834,13 +2904,13 @@ React keys must be passed directly to JSX without using spread:
2834
2904
  filterUnits: "userSpaceOnUse",
2835
2905
  colorInterpolationFilters: "sRGB",
2836
2906
  children: [
2837
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2838
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2839
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2907
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2908
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2909
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2840
2910
  ]
2841
2911
  }
2842
2912
  ),
2843
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2913
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2844
2914
  "filter",
2845
2915
  {
2846
2916
  id: "filter2_f_48_113",
@@ -2851,13 +2921,13 @@ React keys must be passed directly to JSX without using spread:
2851
2921
  filterUnits: "userSpaceOnUse",
2852
2922
  colorInterpolationFilters: "sRGB",
2853
2923
  children: [
2854
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2855
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2856
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2924
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2925
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2926
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2857
2927
  ]
2858
2928
  }
2859
2929
  ),
2860
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2930
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2861
2931
  "filter",
2862
2932
  {
2863
2933
  id: "filter3_f_48_113",
@@ -2868,13 +2938,13 @@ React keys must be passed directly to JSX without using spread:
2868
2938
  filterUnits: "userSpaceOnUse",
2869
2939
  colorInterpolationFilters: "sRGB",
2870
2940
  children: [
2871
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2872
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2873
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2941
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2942
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2943
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2874
2944
  ]
2875
2945
  }
2876
2946
  ),
2877
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2947
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2878
2948
  "filter",
2879
2949
  {
2880
2950
  id: "filter4_f_48_113",
@@ -2885,13 +2955,13 @@ React keys must be passed directly to JSX without using spread:
2885
2955
  filterUnits: "userSpaceOnUse",
2886
2956
  colorInterpolationFilters: "sRGB",
2887
2957
  children: [
2888
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2889
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2890
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2958
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2959
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2960
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2891
2961
  ]
2892
2962
  }
2893
2963
  ),
2894
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2964
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2895
2965
  "filter",
2896
2966
  {
2897
2967
  id: "filter5_f_48_113",
@@ -2902,13 +2972,13 @@ React keys must be passed directly to JSX without using spread:
2902
2972
  filterUnits: "userSpaceOnUse",
2903
2973
  colorInterpolationFilters: "sRGB",
2904
2974
  children: [
2905
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2906
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2907
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2975
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2976
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2977
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2908
2978
  ]
2909
2979
  }
2910
2980
  ),
2911
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2981
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2912
2982
  "filter",
2913
2983
  {
2914
2984
  id: "filter6_f_48_113",
@@ -2919,13 +2989,13 @@ React keys must be passed directly to JSX without using spread:
2919
2989
  filterUnits: "userSpaceOnUse",
2920
2990
  colorInterpolationFilters: "sRGB",
2921
2991
  children: [
2922
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2923
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2924
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2992
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2993
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2994
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2925
2995
  ]
2926
2996
  }
2927
2997
  ),
2928
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2998
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2929
2999
  "filter",
2930
3000
  {
2931
3001
  id: "filter7_f_48_113",
@@ -2936,13 +3006,13 @@ React keys must be passed directly to JSX without using spread:
2936
3006
  filterUnits: "userSpaceOnUse",
2937
3007
  colorInterpolationFilters: "sRGB",
2938
3008
  children: [
2939
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2940
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2941
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3009
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3010
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3011
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2942
3012
  ]
2943
3013
  }
2944
3014
  ),
2945
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3015
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2946
3016
  "filter",
2947
3017
  {
2948
3018
  id: "filter8_f_48_113",
@@ -2953,13 +3023,13 @@ React keys must be passed directly to JSX without using spread:
2953
3023
  filterUnits: "userSpaceOnUse",
2954
3024
  colorInterpolationFilters: "sRGB",
2955
3025
  children: [
2956
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2957
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2958
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
3026
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
3027
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
3028
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2959
3029
  ]
2960
3030
  }
2961
3031
  ),
2962
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3032
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2963
3033
  "radialGradient",
2964
3034
  {
2965
3035
  id: "paint0_radial_48_113",
@@ -2969,20 +3039,20 @@ React keys must be passed directly to JSX without using spread:
2969
3039
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
2970
3040
  gradientUnits: "userSpaceOnUse",
2971
3041
  children: [
2972
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2973
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2974
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2975
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2976
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2977
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2978
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2979
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2980
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2981
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
3042
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
3043
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
3044
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
3045
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
3046
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
3047
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
3048
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
3049
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
3050
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
3051
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2982
3052
  ]
2983
3053
  }
2984
3054
  ),
2985
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3055
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2986
3056
  "radialGradient",
2987
3057
  {
2988
3058
  id: "paint1_radial_48_113",
@@ -2992,12 +3062,12 @@ React keys must be passed directly to JSX without using spread:
2992
3062
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
2993
3063
  gradientUnits: "userSpaceOnUse",
2994
3064
  children: [
2995
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2996
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
3065
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
3066
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2997
3067
  ]
2998
3068
  }
2999
3069
  ),
3000
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3070
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3001
3071
  "radialGradient",
3002
3072
  {
3003
3073
  id: "paint2_radial_48_113",
@@ -3007,18 +3077,18 @@ React keys must be passed directly to JSX without using spread:
3007
3077
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
3008
3078
  gradientUnits: "userSpaceOnUse",
3009
3079
  children: [
3010
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
3011
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
3012
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
3013
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
3014
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
3015
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
3016
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
3017
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
3080
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
3081
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
3082
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
3083
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
3084
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
3085
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
3086
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
3087
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
3018
3088
  ]
3019
3089
  }
3020
3090
  ),
3021
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3091
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3022
3092
  "radialGradient",
3023
3093
  {
3024
3094
  id: "paint3_radial_48_113",
@@ -3028,19 +3098,19 @@ React keys must be passed directly to JSX without using spread:
3028
3098
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
3029
3099
  gradientUnits: "userSpaceOnUse",
3030
3100
  children: [
3031
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
3032
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
3033
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
3034
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
3035
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
3036
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
3037
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
3038
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
3039
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
3101
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
3102
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
3103
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
3104
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
3105
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
3106
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
3107
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
3108
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
3109
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
3040
3110
  ]
3041
3111
  }
3042
3112
  ),
3043
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3113
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3044
3114
  "radialGradient",
3045
3115
  {
3046
3116
  id: "paint4_radial_48_113",
@@ -3050,18 +3120,18 @@ React keys must be passed directly to JSX without using spread:
3050
3120
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
3051
3121
  gradientUnits: "userSpaceOnUse",
3052
3122
  children: [
3053
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
3054
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
3055
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
3056
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
3057
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
3058
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
3059
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
3060
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
3123
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
3124
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
3125
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
3126
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
3127
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
3128
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
3129
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
3130
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
3061
3131
  ]
3062
3132
  }
3063
3133
  ),
3064
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3134
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3065
3135
  "radialGradient",
3066
3136
  {
3067
3137
  id: "paint5_radial_48_113",
@@ -3071,15 +3141,15 @@ React keys must be passed directly to JSX without using spread:
3071
3141
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
3072
3142
  gradientUnits: "userSpaceOnUse",
3073
3143
  children: [
3074
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
3075
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
3076
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
3077
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
3078
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
3144
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
3145
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
3146
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
3147
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
3148
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
3079
3149
  ]
3080
3150
  }
3081
3151
  ),
3082
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3152
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3083
3153
  "radialGradient",
3084
3154
  {
3085
3155
  id: "paint6_radial_48_113",
@@ -3089,20 +3159,20 @@ React keys must be passed directly to JSX without using spread:
3089
3159
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
3090
3160
  gradientUnits: "userSpaceOnUse",
3091
3161
  children: [
3092
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
3093
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
3094
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
3095
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
3096
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
3097
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
3098
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
3099
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
3100
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
3101
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#86C504" })
3162
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
3163
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
3164
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
3165
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
3166
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
3167
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
3168
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
3169
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
3170
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
3171
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#86C504" })
3102
3172
  ]
3103
3173
  }
3104
3174
  ),
3105
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
3175
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
3106
3176
  "linearGradient",
3107
3177
  {
3108
3178
  id: "paint7_linear_48_113",
@@ -3112,8 +3182,8 @@ React keys must be passed directly to JSX without using spread:
3112
3182
  y2: "21.5116",
3113
3183
  gradientUnits: "userSpaceOnUse",
3114
3184
  children: [
3115
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { stopColor: "#0FBC5C" }),
3116
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
3185
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { stopColor: "#0FBC5C" }),
3186
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
3117
3187
  ]
3118
3188
  }
3119
3189
  )
@@ -3121,7 +3191,7 @@ React keys must be passed directly to JSX without using spread:
3121
3191
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
3122
3192
 
3123
3193
  // src/components/Handtool.tsx
3124
- var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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)(
3194
+ var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3125
3195
  "path",
3126
3196
  {
3127
3197
  fill: stroke || color || "currentColor",
@@ -3130,16 +3200,16 @@ React keys must be passed directly to JSX without using spread:
3130
3200
  ) }), Handtool_default = IconHandtool;
3131
3201
 
3132
3202
  // src/components/Help.tsx
3133
- var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
3134
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
3135
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3203
+ var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
3204
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
3205
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3136
3206
  "path",
3137
3207
  {
3138
3208
  fill: stroke || color || "currentColor",
3139
3209
  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"
3140
3210
  }
3141
3211
  ),
3142
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
3212
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
3143
3213
  "path",
3144
3214
  {
3145
3215
  fill: stroke || color || "currentColor",
@@ -3151,7 +3221,7 @@ React keys must be passed directly to JSX without using spread:
3151
3221
  ] }), Help_default = IconHelp;
3152
3222
 
3153
3223
  // src/components/HomepageFilled.tsx
3154
- var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
3224
+ var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
3155
3225
  "path",
3156
3226
  {
3157
3227
  fill: fill || color || "currentColor",
@@ -3162,7 +3232,7 @@ React keys must be passed directly to JSX without using spread:
3162
3232
  ) }), HomepageFilled_default = IconHomepageFilled;
3163
3233
 
3164
3234
  // src/components/Hotareacenter.tsx
3165
- var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ 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)(
3235
+ var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3166
3236
  "path",
3167
3237
  {
3168
3238
  fill: "#191919",
@@ -3172,26 +3242,33 @@ React keys must be passed directly to JSX without using spread:
3172
3242
  ) }), Hotareacenter_default = IconHotareacenter;
3173
3243
 
3174
3244
  // src/components/ImageGeneration.tsx
3175
- var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
3176
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3245
+ var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
3246
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3177
3247
  "path",
3178
3248
  {
3179
3249
  fill: stroke || color || "currentColor",
3180
- 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.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
3250
+ 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"
3181
3251
  }
3182
3252
  ),
3183
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
3253
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3254
+ "path",
3255
+ {
3256
+ fill: stroke || color || "currentColor",
3257
+ 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"
3258
+ }
3259
+ ),
3260
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3184
3261
  "path",
3185
3262
  {
3186
3263
  fill: stroke || color || "currentColor",
3187
- d: "M14 4.28571L17.5714 3.57143L18.2857 0H19.7143L20.4286 3.57143L24 4.28571V5.71429L20.4286 6.42857L19.7143 10H18.2857L17.5714 6.42857L14 5.71429V4.28571Z"
3264
+ d: "M8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
3188
3265
  }
3189
3266
  )
3190
3267
  ] }), ImageGeneration_default = IconImageGeneration;
3191
3268
 
3192
3269
  // src/components/ImageLoadFailedFilled.tsx
3193
- var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
3194
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3270
+ var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
3271
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3195
3272
  "path",
3196
3273
  {
3197
3274
  fill: fill || color || "currentColor",
@@ -3200,7 +3277,7 @@ React keys must be passed directly to JSX without using spread:
3200
3277
  clipRule: "evenodd"
3201
3278
  }
3202
3279
  ),
3203
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
3280
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3204
3281
  "path",
3205
3282
  {
3206
3283
  fill: fill || color || "currentColor",
@@ -3210,10 +3287,10 @@ React keys must be passed directly to JSX without using spread:
3210
3287
  ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
3211
3288
 
3212
3289
  // src/components/Info.tsx
3213
- var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
3214
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
3215
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
3216
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
3290
+ var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
3291
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
3292
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
3293
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
3217
3294
  "path",
3218
3295
  {
3219
3296
  fill: stroke || color || "currentColor",
@@ -3225,7 +3302,7 @@ React keys must be passed directly to JSX without using spread:
3225
3302
  ] }), Info_default = IconInfo;
3226
3303
 
3227
3304
  // src/components/Invitecode.tsx
3228
- var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconInvitecode = ({ 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)(
3305
+ var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconInvitecode = ({ 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)(
3229
3306
  "path",
3230
3307
  {
3231
3308
  fill: fill || color || "currentColor",
@@ -3236,7 +3313,7 @@ React keys must be passed directly to JSX without using spread:
3236
3313
  ) }), Invitecode_default = IconInvitecode;
3237
3314
 
3238
3315
  // src/components/LeftFilled.tsx
3239
- var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ 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)(
3316
+ var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3240
3317
  "path",
3241
3318
  {
3242
3319
  fill: fill || color || "currentColor",
@@ -3247,15 +3324,15 @@ React keys must be passed directly to JSX without using spread:
3247
3324
  ) }), LeftFilled_default = IconLeftFilled;
3248
3325
 
3249
3326
  // src/components/Loading.tsx
3250
- var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconLoading = ({ 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: [
3251
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3327
+ var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3328
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3252
3329
  "path",
3253
3330
  {
3254
3331
  fill: stroke || color || "currentColor",
3255
3332
  d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
3256
3333
  }
3257
3334
  ),
3258
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
3335
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3259
3336
  "path",
3260
3337
  {
3261
3338
  fill: fill || color || "currentColor",
@@ -3265,15 +3342,15 @@ React keys must be passed directly to JSX without using spread:
3265
3342
  ] }), Loading_default = IconLoading;
3266
3343
 
3267
3344
  // src/components/Login.tsx
3268
- var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
3269
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3345
+ var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
3346
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3270
3347
  "path",
3271
3348
  {
3272
3349
  fill: stroke || color || "currentColor",
3273
3350
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
3274
3351
  }
3275
3352
  ),
3276
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
3353
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3277
3354
  "path",
3278
3355
  {
3279
3356
  fill: stroke || color || "currentColor",
@@ -3285,8 +3362,8 @@ React keys must be passed directly to JSX without using spread:
3285
3362
  ] }), Login_default = IconLogin;
3286
3363
 
3287
3364
  // src/components/Logout.tsx
3288
- var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
3289
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3365
+ var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
3366
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3290
3367
  "path",
3291
3368
  {
3292
3369
  fill: stroke || color || "currentColor",
@@ -3295,7 +3372,7 @@ React keys must be passed directly to JSX without using spread:
3295
3372
  clipRule: "evenodd"
3296
3373
  }
3297
3374
  ),
3298
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
3375
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3299
3376
  "path",
3300
3377
  {
3301
3378
  fill: stroke || color || "currentColor",
@@ -3305,7 +3382,7 @@ React keys must be passed directly to JSX without using spread:
3305
3382
  ] }), Logout_default = IconLogout;
3306
3383
 
3307
3384
  // src/components/ModelGeminiFilled.tsx
3308
- var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
3385
+ var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
3309
3386
  "path",
3310
3387
  {
3311
3388
  fill: fill || color || "currentColor",
@@ -3314,7 +3391,7 @@ React keys must be passed directly to JSX without using spread:
3314
3391
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
3315
3392
 
3316
3393
  // src/components/ModelOpenaiFilled.tsx
3317
- var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
3394
+ var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ 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)(
3318
3395
  "path",
3319
3396
  {
3320
3397
  fill: fill || color || "currentColor",
@@ -3323,8 +3400,8 @@ React keys must be passed directly to JSX without using spread:
3323
3400
  ) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
3324
3401
 
3325
3402
  // src/components/ModelDeepmindFilled.tsx
3326
- var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
3327
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
3403
+ var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3404
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3328
3405
  "path",
3329
3406
  {
3330
3407
  fill: fill || color || "currentColor",
@@ -3333,27 +3410,27 @@ React keys must be passed directly to JSX without using spread:
3333
3410
  clipRule: "evenodd"
3334
3411
  }
3335
3412
  ) }),
3336
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
3413
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
3337
3414
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
3338
3415
 
3339
3416
  // src/components/ModelSeedFilled.tsx
3340
- var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3341
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
3342
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3417
+ var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ 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: [
3418
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
3419
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3343
3420
  "path",
3344
3421
  {
3345
3422
  fill: fill || color || "currentColor",
3346
3423
  d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
3347
3424
  }
3348
3425
  ),
3349
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3426
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3350
3427
  "path",
3351
3428
  {
3352
3429
  fill: fill || color || "currentColor",
3353
3430
  d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
3354
3431
  }
3355
3432
  ),
3356
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
3433
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
3357
3434
  "path",
3358
3435
  {
3359
3436
  fill: fill || color || "currentColor",
@@ -3363,7 +3440,7 @@ React keys must be passed directly to JSX without using spread:
3363
3440
  ] }), ModelSeedFilled_default = IconModelSeedFilled;
3364
3441
 
3365
3442
  // src/components/ModelSoraFilled.tsx
3366
- var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
3443
+ var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3367
3444
  "path",
3368
3445
  {
3369
3446
  fill: fill || color || "currentColor",
@@ -3372,7 +3449,7 @@ React keys must be passed directly to JSX without using spread:
3372
3449
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
3373
3450
 
3374
3451
  // src/components/ModelNanobananaLogoNomoFilled.tsx
3375
- var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
3452
+ var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
3376
3453
  size,
3377
3454
  width,
3378
3455
  height,
@@ -3380,64 +3457,64 @@ React keys must be passed directly to JSX without using spread:
3380
3457
  className,
3381
3458
  fill,
3382
3459
  stroke
3383
- }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3384
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3460
+ }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3461
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3385
3462
  "path",
3386
3463
  {
3387
3464
  fill: "#5A5C62",
3388
3465
  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"
3389
3466
  }
3390
3467
  ),
3391
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3468
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3392
3469
  "path",
3393
3470
  {
3394
3471
  fill: "#D5D6D7",
3395
3472
  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"
3396
3473
  }
3397
3474
  ),
3398
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3475
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3399
3476
  "path",
3400
3477
  {
3401
3478
  fill: "#C4C5C7",
3402
3479
  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"
3403
3480
  }
3404
3481
  ),
3405
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3482
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3406
3483
  "path",
3407
3484
  {
3408
3485
  fill: "#7B7C81",
3409
3486
  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"
3410
3487
  }
3411
3488
  ),
3412
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3489
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3413
3490
  "path",
3414
3491
  {
3415
3492
  fill: "#85878B",
3416
3493
  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"
3417
3494
  }
3418
3495
  ),
3419
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3496
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3420
3497
  "path",
3421
3498
  {
3422
3499
  fill: "#1B1D24",
3423
3500
  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"
3424
3501
  }
3425
3502
  ),
3426
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3503
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3427
3504
  "path",
3428
3505
  {
3429
3506
  fill: "#D5D6D7",
3430
3507
  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"
3431
3508
  }
3432
3509
  ),
3433
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3510
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3434
3511
  "path",
3435
3512
  {
3436
3513
  fill: "#85878B",
3437
3514
  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"
3438
3515
  }
3439
3516
  ),
3440
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
3517
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3441
3518
  "path",
3442
3519
  {
3443
3520
  fill: "#D5D6D7",
@@ -3446,8 +3523,19 @@ React keys must be passed directly to JSX without using spread:
3446
3523
  )
3447
3524
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
3448
3525
 
3526
+ // src/components/ModelklingFilled.tsx
3527
+ var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ 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)(
3528
+ "path",
3529
+ {
3530
+ fill: fill || color || "currentColor",
3531
+ d: "M20.5291 3.4438L20.6122 3.52495L20.6146 3.52263C22.2151 5.1053 21.7561 8.28532 19.4354 11.8904L24 16.388L23.8039 16.7643C23.0364 18.2384 21.9975 19.5591 20.7401 20.6592C19.0838 22.116 17.0844 23.1423 14.9233 23.6452L14.8449 23.6638L14.7327 23.6901L14.6518 23.7078L14.4737 23.7465L14.3263 23.7751L14.2156 23.7959C14.0979 23.8191 13.9748 23.8408 13.8547 23.8608L13.7543 23.8755L13.6782 23.8848C13.5699 23.8992 13.4622 23.9126 13.355 23.925C11.5558 24.1243 9.73409 23.9252 8.02307 23.3421C6.31204 22.759 4.7549 21.8067 3.46545 20.5549L3.39013 20.483C1.78647 18.9003 2.24073 15.718 4.56463 12.1106L0 7.61299L0.196143 7.23664C0.961493 5.76157 2.00159 4.44138 3.26224 3.34489C4.55042 2.21676 6.04609 1.34218 7.66839 0.768412C8.04498 0.63472 8.43884 0.518029 8.82563 0.419112C9.1444 0.334967 9.46662 0.264065 9.79143 0.206596C9.90127 0.184958 10.0252 0.162547 10.1453 0.142454C12.0176 -0.145008 13.9323 0.00390571 15.7356 0.577243C17.5389 1.15058 19.1807 2.13237 20.5291 3.4438ZM18.9858 3.637H18.9811L18.9858 3.63932C17.4347 3.16637 14.9735 3.93066 12.3719 5.6192C14.3514 5.07593 16.2657 5.35722 17.503 6.57668C18.6751 7.73355 18.996 9.48932 18.5519 11.334C18.531 11.4324 18.5049 11.5321 18.4735 11.633C20.5973 8.46847 21.2768 5.50792 19.932 4.18568C19.9099 4.16184 19.8863 4.13938 19.8614 4.11845L19.8512 4.10917L19.8363 4.09604L19.7916 4.06203C19.7722 4.04658 19.7521 4.03164 19.7312 4.01721L19.6982 3.99403C19.4831 3.83588 19.2422 3.71513 18.9858 3.637ZM17.9212 10.7505C17.6473 12.3595 16.7443 13.9854 15.3752 15.3324C14.0101 16.6801 12.3562 17.5704 10.7204 17.8424C9.18967 18.0974 7.86924 17.7651 7.00386 16.915C6.14083 16.0642 5.80347 14.7682 6.06237 13.2528C6.33619 11.6454 7.23688 10.0187 8.59967 8.67326C8.59967 8.67326 8.60203 8.67326 8.60752 8.66553L8.61223 8.6578C9.97973 7.31933 11.6273 6.4314 13.2592 6.16247C14.7899 5.90745 16.1072 6.2382 16.9757 7.08981C17.8388 7.93988 18.1761 9.23816 17.9172 10.7513L17.9212 10.7505ZM4.04995 4.21273C3.00775 5.12054 2.13032 6.19674 1.45538 7.39507L1.44753 7.39738L5.40804 11.2891C5.73076 10.8414 6.07597 10.3989 6.44367 9.96149C6.57234 9.81003 6.70467 9.65598 6.84067 9.49937L6.89245 9.44141L7.08074 9.2343C7.08624 9.22966 7.09173 9.21962 7.09173 9.21962L7.12625 9.18098L7.1443 9.16011L7.17176 9.13075L7.24237 9.05347C7.29153 8.99783 7.34253 8.94296 7.39536 8.88886C7.39536 8.88345 7.4032 8.87573 7.4032 8.87573L7.48794 8.78454L7.54835 8.72271C7.55096 8.71859 7.55306 8.71808 7.55306 8.71808C7.55776 8.71396 7.55855 8.71035 7.55855 8.71035L7.56953 8.69644L7.58052 8.6833C7.59008 8.67607 7.59877 8.66777 7.60641 8.65857L7.62131 8.64312C7.65348 8.61143 7.69193 8.57434 7.72645 8.53724C7.74475 8.51509 7.76568 8.49294 7.78921 8.47079L7.82138 8.43833C7.82687 8.4306 7.84178 8.41592 7.84178 8.41592L7.90219 8.35719L8.01988 8.24281L8.0591 8.20186L8.10304 8.15626C8.95111 7.31805 9.85739 6.539 10.8153 5.82476L10.9408 5.73434H10.9416V5.73357L10.9432 5.7328L11.0687 5.64161C11.2089 5.53806 11.3501 5.43682 11.4924 5.3379C11.6441 5.2359 11.7957 5.13543 11.9474 5.03652C14.0046 3.68568 16.0194 2.87503 17.6638 2.71429C15.4638 1.40687 12.867 0.903505 10.3281 1.29236C10.2182 1.30936 10.1131 1.32714 10.0001 1.34955C9.92873 1.36191 9.86675 1.37428 9.80399 1.38664L9.76633 1.39437C9.18966 1.5113 8.62206 1.66805 8.06773 1.86345C6.58802 2.38524 5.22339 3.18285 4.04995 4.21273ZM4.26885 19.9838C4.48853 20.1486 4.7388 20.2738 5.01968 20.3593H5.0134C6.5747 20.8292 9.02648 20.0626 11.6187 18.3787C9.64158 18.9196 7.73115 18.6384 6.49389 17.4189C5.32723 16.2674 5.00634 14.5063 5.44805 12.6616C5.47002 12.5632 5.49591 12.4635 5.52573 12.3625C3.40268 15.5279 2.72481 18.4877 4.068 19.8107C4.09833 19.84 4.13076 19.8697 4.16528 19.8995C4.19771 19.9284 4.23276 19.9565 4.26885 19.9838ZM22.5423 16.6067V16.6082C21.8663 17.8048 20.9896 18.88 19.9493 19.7883C18.3924 21.15 16.5104 22.1008 14.4792 22.5517L14.4541 22.5579L14.3867 22.5734C14.3104 22.5937 14.2332 22.6102 14.1552 22.6228C14.1045 22.6337 14.0527 22.6432 13.9999 22.6514C13.8905 22.6723 13.7807 22.6904 13.6703 22.7055L13.5786 22.721L13.4742 22.7341C13.3905 22.7455 13.3047 22.7558 13.2169 22.765C10.8214 23.0307 8.40389 22.5111 6.33854 21.2867C7.9218 21.1329 9.84949 20.3717 11.8266 19.1128L11.9396 19.0402L12.0526 18.9668L12.2063 18.8648H12.2071L12.5045 18.6654C12.6483 18.5665 12.7895 18.4652 12.9281 18.3617C13.015 18.3004 13.1002 18.2393 13.1839 18.1785C14.1406 17.4622 15.047 16.683 15.897 15.8463C15.9174 15.8257 15.9364 15.8056 15.9542 15.786L15.9778 15.7597C16.0196 15.7211 16.0588 15.6832 16.0955 15.6461L16.1551 15.5874C16.1551 15.5874 16.1708 15.5719 16.1731 15.5642C16.181 15.5575 16.1886 15.5503 16.1959 15.5426L16.2053 15.5325L16.2736 15.4661L16.3261 15.412C16.3439 15.3955 16.3614 15.378 16.3787 15.3594L16.3928 15.344C16.4005 15.335 16.4092 15.327 16.4187 15.32L16.4305 15.3061L16.4415 15.293C16.4415 15.293 16.4493 15.2852 16.454 15.2829L16.4752 15.2605L16.4964 15.2381L16.5168 15.2188C16.4948 15.2414 16.4739 15.2651 16.454 15.2899L16.5026 15.2396L16.5034 15.2381C16.5374 15.202 16.5712 15.1675 16.6046 15.1345C16.6046 15.1345 16.6046 15.1268 16.6125 15.1268C16.6585 15.0784 16.7032 15.0294 16.7466 14.98L16.8353 14.8826C16.847 14.8751 16.8565 14.8647 16.8628 14.8525L16.913 14.793L16.9255 14.7783C16.9867 14.7139 17.0466 14.6487 17.1052 14.5828L17.1664 14.5132C17.2647 14.4004 17.3625 14.2868 17.4598 14.1724L17.5775 14.0341L17.6144 13.9893C17.6615 13.931 17.708 13.8744 17.754 13.8192C17.7933 13.7729 17.8317 13.7255 17.8694 13.6771C17.8929 13.6461 17.9172 13.616 17.9423 13.5866C18.1699 13.2976 18.3888 13.0132 18.5998 12.7211L22.5423 16.6067ZM22.5423 16.6067C22.5423 16.6041 22.5438 16.6021 22.547 16.6005V16.6129L22.5423 16.6082H22.5438L22.5423 16.6067Z",
3532
+ fillRule: "evenodd",
3533
+ clipRule: "evenodd"
3534
+ }
3535
+ ) }), ModelklingFilled_default = IconModelklingFilled;
3536
+
3449
3537
  // src/components/Models.tsx
3450
- var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
3538
+ var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
3451
3539
  "path",
3452
3540
  {
3453
3541
  fill: stroke || color || "currentColor",
@@ -3458,31 +3546,31 @@ React keys must be passed directly to JSX without using spread:
3458
3546
  ) }), Models_default = IconModels;
3459
3547
 
3460
3548
  // src/components/MoreCollapse.tsx
3461
- var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
3549
+ var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ 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)(
3462
3550
  "path",
3463
3551
  {
3464
3552
  fill: stroke || color || "currentColor",
3465
- 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.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 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
3553
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37259 18.6274 3.8147e-06 12 3.8147e-06C5.37258 3.8147e-06 0 5.37259 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61523 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61523 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
3466
3554
  }
3467
3555
  ) }), MoreCollapse_default = IconMoreCollapse;
3468
3556
 
3469
3557
  // src/components/MoreHorizontal.tsx
3470
- var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3471
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3558
+ var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ 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: [
3559
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3472
3560
  "path",
3473
3561
  {
3474
3562
  fill: stroke || color || "currentColor",
3475
3563
  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"
3476
3564
  }
3477
3565
  ),
3478
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3566
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3479
3567
  "path",
3480
3568
  {
3481
3569
  fill: stroke || color || "currentColor",
3482
3570
  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"
3483
3571
  }
3484
3572
  ),
3485
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
3573
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3486
3574
  "path",
3487
3575
  {
3488
3576
  fill: stroke || color || "currentColor",
@@ -3492,7 +3580,7 @@ React keys must be passed directly to JSX without using spread:
3492
3580
  ] }), MoreHorizontal_default = IconMoreHorizontal;
3493
3581
 
3494
3582
  // src/components/MoreShowed.tsx
3495
- var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ 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)(
3583
+ var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3496
3584
  "path",
3497
3585
  {
3498
3586
  fill: stroke || color || "currentColor",
@@ -3501,22 +3589,22 @@ React keys must be passed directly to JSX without using spread:
3501
3589
  ) }), MoreShowed_default = IconMoreShowed;
3502
3590
 
3503
3591
  // src/components/More.tsx
3504
- var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
3505
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3592
+ var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
3593
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3506
3594
  "path",
3507
3595
  {
3508
3596
  fill: stroke || color || "currentColor",
3509
3597
  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"
3510
3598
  }
3511
3599
  ),
3512
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3600
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3513
3601
  "path",
3514
3602
  {
3515
3603
  fill: stroke || color || "currentColor",
3516
3604
  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"
3517
3605
  }
3518
3606
  ),
3519
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
3607
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3520
3608
  "path",
3521
3609
  {
3522
3610
  fill: stroke || color || "currentColor",
@@ -3526,29 +3614,29 @@ React keys must be passed directly to JSX without using spread:
3526
3614
  ] }), More_default = IconMore;
3527
3615
 
3528
3616
  // src/components/Moresettings.tsx
3529
- var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
3530
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3617
+ var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3618
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3531
3619
  "path",
3532
3620
  {
3533
3621
  fill: stroke || color || "currentColor",
3534
3622
  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"
3535
3623
  }
3536
3624
  ),
3537
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3625
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3538
3626
  "path",
3539
3627
  {
3540
3628
  fill: stroke || color || "currentColor",
3541
3629
  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"
3542
3630
  }
3543
3631
  ),
3544
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3632
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3545
3633
  "path",
3546
3634
  {
3547
3635
  fill: stroke || color || "currentColor",
3548
3636
  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"
3549
3637
  }
3550
3638
  ),
3551
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3639
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3552
3640
  "path",
3553
3641
  {
3554
3642
  fill: stroke || color || "currentColor",
@@ -3560,8 +3648,8 @@ React keys must be passed directly to JSX without using spread:
3560
3648
  ] }), Moresettings_default = IconMoresettings;
3561
3649
 
3562
3650
  // src/components/MouseDrag.tsx
3563
- var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ 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: [
3564
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3651
+ var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ 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: [
3652
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3565
3653
  "path",
3566
3654
  {
3567
3655
  fill: fill || color || "currentColor",
@@ -3569,7 +3657,7 @@ React keys must be passed directly to JSX without using spread:
3569
3657
  d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
3570
3658
  }
3571
3659
  ),
3572
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3660
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3573
3661
  "path",
3574
3662
  {
3575
3663
  fill: fill || color || "currentColor",
@@ -3577,7 +3665,7 @@ React keys must be passed directly to JSX without using spread:
3577
3665
  d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
3578
3666
  }
3579
3667
  ),
3580
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3668
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3581
3669
  "path",
3582
3670
  {
3583
3671
  fill: fill || color || "currentColor",
@@ -3588,8 +3676,8 @@ React keys must be passed directly to JSX without using spread:
3588
3676
  ] }), MouseDrag_default = IconMouseDrag;
3589
3677
 
3590
3678
  // src/components/MouseMove.tsx
3591
- var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3592
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3679
+ var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconMouseMove = ({ 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: [
3680
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3593
3681
  "path",
3594
3682
  {
3595
3683
  fill: fill || color || "currentColor",
@@ -3597,12 +3685,12 @@ React keys must be passed directly to JSX without using spread:
3597
3685
  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"
3598
3686
  }
3599
3687
  ) }),
3600
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3688
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3601
3689
  ] }), MouseMove_default = IconMouseMove;
3602
3690
 
3603
3691
  // src/components/MouseNumberchange.tsx
3604
- var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ 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: [
3605
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3692
+ var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ 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: [
3693
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3606
3694
  "path",
3607
3695
  {
3608
3696
  fill: fill || color || "currentColor",
@@ -3610,7 +3698,7 @@ React keys must be passed directly to JSX without using spread:
3610
3698
  d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
3611
3699
  }
3612
3700
  ),
3613
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3701
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3614
3702
  "path",
3615
3703
  {
3616
3704
  fill: fill || color || "currentColor",
@@ -3621,7 +3709,7 @@ React keys must be passed directly to JSX without using spread:
3621
3709
  ] }), MouseNumberchange_default = IconMouseNumberchange;
3622
3710
 
3623
3711
  // src/components/Musicassets.tsx
3624
- var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
3712
+ var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3625
3713
  "path",
3626
3714
  {
3627
3715
  fill: stroke || color || "currentColor",
@@ -3632,8 +3720,8 @@ React keys must be passed directly to JSX without using spread:
3632
3720
  ) }), Musicassets_default = IconMusicassets;
3633
3721
 
3634
3722
  // src/components/Mute.tsx
3635
- var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconMute = ({ 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: [
3636
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3723
+ var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3724
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3637
3725
  "path",
3638
3726
  {
3639
3727
  fill: stroke || color || "currentColor",
@@ -3642,7 +3730,7 @@ React keys must be passed directly to JSX without using spread:
3642
3730
  clipRule: "evenodd"
3643
3731
  }
3644
3732
  ),
3645
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3733
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3646
3734
  "path",
3647
3735
  {
3648
3736
  fill: stroke || color || "currentColor",
@@ -3652,7 +3740,7 @@ React keys must be passed directly to JSX without using spread:
3652
3740
  ] }), Mute_default = IconMute;
3653
3741
 
3654
3742
  // src/components/Next.tsx
3655
- var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
3743
+ var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconNext = ({ 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)(
3656
3744
  "path",
3657
3745
  {
3658
3746
  fill: stroke || color || "currentColor",
@@ -3663,15 +3751,15 @@ React keys must be passed directly to JSX without using spread:
3663
3751
  ) }), Next_default = IconNext;
3664
3752
 
3665
3753
  // src/components/Nextscene.tsx
3666
- var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3667
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3754
+ var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconNextscene = ({ 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: [
3755
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3668
3756
  "path",
3669
3757
  {
3670
3758
  fill: stroke || color || "currentColor",
3671
3759
  d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
3672
3760
  }
3673
3761
  ),
3674
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3762
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
3675
3763
  "path",
3676
3764
  {
3677
3765
  fill: stroke || color || "currentColor",
@@ -3682,18 +3770,29 @@ React keys must be passed directly to JSX without using spread:
3682
3770
  )
3683
3771
  ] }), Nextscene_default = IconNextscene;
3684
3772
 
3773
+ // src/components/Niceofficial.tsx
3774
+ var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ 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)(
3775
+ "path",
3776
+ {
3777
+ fill: fill || color || "currentColor",
3778
+ 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 24ZM8.25 10.5C9.49264 10.5 10.5 9.49264 10.5 8.25C10.5 7.00736 9.49264 6 8.25 6C7.00736 6 6 7.00736 6 8.25C6 9.49264 7.00736 10.5 8.25 10.5ZM18 8.25C18 9.49264 16.9926 10.5 15.75 10.5C14.5074 10.5 13.5 9.49264 13.5 8.25C13.5 7.00736 14.5074 6 15.75 6C16.9926 6 18 7.00736 18 8.25ZM12 16.5C10.3431 16.5 9 15.1569 9 13.5H6C6 16.8137 8.68629 19.5 12 19.5C15.3137 19.5 18 16.8137 18 13.5H15C15 15.1569 13.6569 16.5 12 16.5Z",
3779
+ fillRule: "evenodd",
3780
+ clipRule: "evenodd"
3781
+ }
3782
+ ) }), Niceofficial_default = IconNiceofficial;
3783
+
3685
3784
  // src/components/Oneclickgenerate.tsx
3686
- var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
3687
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3688
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3689
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3785
+ var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ 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: [
3786
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
3787
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
3788
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3690
3789
  "path",
3691
3790
  {
3692
3791
  fill: stroke || color || "currentColor",
3693
3792
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
3694
3793
  }
3695
3794
  ),
3696
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3795
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3697
3796
  "path",
3698
3797
  {
3699
3798
  fill: stroke || color || "currentColor",
@@ -3705,8 +3804,8 @@ React keys must be passed directly to JSX without using spread:
3705
3804
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
3706
3805
 
3707
3806
  // src/components/Opendemo.tsx
3708
- var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconOpendemo = ({ 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: [
3709
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3807
+ var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3808
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
3710
3809
  "path",
3711
3810
  {
3712
3811
  fill: stroke || color || "currentColor",
@@ -3715,11 +3814,11 @@ React keys must be passed directly to JSX without using spread:
3715
3814
  clipRule: "evenodd"
3716
3815
  }
3717
3816
  ),
3718
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3817
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3719
3818
  ] }), Opendemo_default = IconOpendemo;
3720
3819
 
3721
3820
  // src/components/OppsFilled.tsx
3722
- var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3821
+ var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3723
3822
  "path",
3724
3823
  {
3725
3824
  fill: fill || color || "currentColor",
@@ -3730,7 +3829,7 @@ React keys must be passed directly to JSX without using spread:
3730
3829
  ) }), OppsFilled_default = IconOppsFilled;
3731
3830
 
3732
3831
  // src/components/OptionalcheckedFilled.tsx
3733
- var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
3832
+ var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ 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
3833
  "path",
3735
3834
  {
3736
3835
  fill: fill || color || "currentColor",
@@ -3741,7 +3840,7 @@ React keys must be passed directly to JSX without using spread:
3741
3840
  ) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
3742
3841
 
3743
3842
  // src/components/Optionaluncheck.tsx
3744
- var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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)(
3843
+ var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ 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
3844
  "path",
3746
3845
  {
3747
3846
  fill: stroke || color || "currentColor",
@@ -3752,7 +3851,7 @@ React keys must be passed directly to JSX without using spread:
3752
3851
  ) }), Optionaluncheck_default = IconOptionaluncheck;
3753
3852
 
3754
3853
  // src/components/Packagegame.tsx
3755
- var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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)(
3854
+ var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconPackagegame = ({ 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
3855
  "path",
3757
3856
  {
3758
3857
  fill: stroke || color || "currentColor",
@@ -3763,11 +3862,11 @@ React keys must be passed directly to JSX without using spread:
3763
3862
  ) }), Packagegame_default = IconPackagegame;
3764
3863
 
3765
3864
  // src/components/PageError.tsx
3766
- var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
3865
+ var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
3767
3866
 
3768
3867
  // src/components/Parameters.tsx
3769
- var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconParameters = ({ 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: [
3770
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3868
+ var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3869
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3771
3870
  "path",
3772
3871
  {
3773
3872
  fill: stroke || color || "currentColor",
@@ -3776,7 +3875,7 @@ React keys must be passed directly to JSX without using spread:
3776
3875
  clipRule: "evenodd"
3777
3876
  }
3778
3877
  ),
3779
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
3878
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3780
3879
  "path",
3781
3880
  {
3782
3881
  fill: stroke || color || "currentColor",
@@ -3788,8 +3887,8 @@ React keys must be passed directly to JSX without using spread:
3788
3887
  ] }), Parameters_default = IconParameters;
3789
3888
 
3790
3889
  // src/components/Pause.tsx
3791
- var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconPause = ({ 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: [
3792
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3890
+ var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconPause = ({ 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: [
3891
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3793
3892
  "path",
3794
3893
  {
3795
3894
  fill: stroke || color || "currentColor",
@@ -3798,7 +3897,7 @@ React keys must be passed directly to JSX without using spread:
3798
3897
  clipRule: "evenodd"
3799
3898
  }
3800
3899
  ),
3801
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
3900
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3802
3901
  "path",
3803
3902
  {
3804
3903
  fill: stroke || color || "currentColor",
@@ -3810,7 +3909,7 @@ React keys must be passed directly to JSX without using spread:
3810
3909
  ] }), Pause_default = IconPause;
3811
3910
 
3812
3911
  // src/components/Pencil.tsx
3813
- var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconPencil = ({ 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_runtime119 = __toESM(require_jsx_runtime()), IconPencil = ({ 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)(
3814
3913
  "path",
3815
3914
  {
3816
3915
  fill: stroke || color || "currentColor",
@@ -3821,7 +3920,7 @@ React keys must be passed directly to JSX without using spread:
3821
3920
  ) }), Pencil_default = IconPencil;
3822
3921
 
3823
3922
  // src/components/Pick.tsx
3824
- var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
3923
+ var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3825
3924
  "path",
3826
3925
  {
3827
3926
  fill: stroke || color || "currentColor",
@@ -3832,22 +3931,22 @@ React keys must be passed directly to JSX without using spread:
3832
3931
  ) }), Pick_default = IconPick;
3833
3932
 
3834
3933
  // src/components/PickedFilled.tsx
3835
- var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
3934
+ var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
3836
3935
 
3837
3936
  // src/components/PlanFilled.tsx
3838
- var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
3839
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
3937
+ var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
3938
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3840
3939
  "path",
3841
3940
  {
3842
3941
  fill: fill || color || "currentColor",
3843
3942
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
3844
3943
  }
3845
3944
  ) }),
3846
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3945
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
3847
3946
  ] }), PlanFilled_default = IconPlanFilled;
3848
3947
 
3849
3948
  // src/components/PlayFilled.tsx
3850
- var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
3949
+ var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ 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)(
3851
3950
  "path",
3852
3951
  {
3853
3952
  fill: fill || color || "currentColor",
@@ -3856,7 +3955,7 @@ React keys must be passed directly to JSX without using spread:
3856
3955
  ) }), PlayFilled_default = IconPlayFilled;
3857
3956
 
3858
3957
  // src/components/Play.tsx
3859
- var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
3958
+ var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
3860
3959
  "path",
3861
3960
  {
3862
3961
  fill: stroke || color || "currentColor",
@@ -3867,15 +3966,15 @@ React keys must be passed directly to JSX without using spread:
3867
3966
  ) }), Play_default = IconPlay;
3868
3967
 
3869
3968
  // src/components/Previouscene.tsx
3870
- var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3871
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3969
+ var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ 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: [
3970
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3872
3971
  "path",
3873
3972
  {
3874
3973
  fill: stroke || color || "currentColor",
3875
3974
  d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
3876
3975
  }
3877
3976
  ),
3878
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
3977
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
3879
3978
  "path",
3880
3979
  {
3881
3980
  fill: stroke || color || "currentColor",
@@ -3887,7 +3986,7 @@ React keys must be passed directly to JSX without using spread:
3887
3986
  ] }), Previouscene_default = IconPreviouscene;
3888
3987
 
3889
3988
  // src/components/ProblemNoticeFilled.tsx
3890
- var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3989
+ var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ 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)(
3891
3990
  "path",
3892
3991
  {
3893
3992
  fill: fill || color || "currentColor",
@@ -3898,10 +3997,10 @@ React keys must be passed directly to JSX without using spread:
3898
3997
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
3899
3998
 
3900
3999
  // src/components/Problem.tsx
3901
- var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
3902
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
3903
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
3904
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
4000
+ var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconProblem = ({ 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: [
4001
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
4002
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
4003
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
3905
4004
  "path",
3906
4005
  {
3907
4006
  fill: stroke || color || "currentColor",
@@ -3913,8 +4012,8 @@ React keys must be passed directly to JSX without using spread:
3913
4012
  ] }), Problem_default = IconProblem;
3914
4013
 
3915
4014
  // src/components/Publish.tsx
3916
- var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconPublish = ({ 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: [
3917
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
4015
+ var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4016
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
3918
4017
  "path",
3919
4018
  {
3920
4019
  fill: stroke || color || "currentColor",
@@ -3923,11 +4022,11 @@ React keys must be passed directly to JSX without using spread:
3923
4022
  clipRule: "evenodd"
3924
4023
  }
3925
4024
  ),
3926
- /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
4025
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
3927
4026
  ] }), Publish_default = IconPublish;
3928
4027
 
3929
4028
  // src/components/Ratio169.tsx
3930
- var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
4029
+ var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconRatio169 = ({ 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)(
3931
4030
  "path",
3932
4031
  {
3933
4032
  fill: stroke || color || "currentColor",
@@ -3936,15 +4035,15 @@ React keys must be passed directly to JSX without using spread:
3936
4035
  ) }), Ratio169_default = IconRatio169;
3937
4036
 
3938
4037
  // src/components/Ratio11.tsx
3939
- var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
3940
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4038
+ var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
4039
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
3941
4040
  "path",
3942
4041
  {
3943
4042
  fill: stroke || color || "currentColor",
3944
4043
  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"
3945
4044
  }
3946
4045
  ) }),
3947
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4046
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
3948
4047
  "rect",
3949
4048
  {
3950
4049
  width: "24",
@@ -3956,15 +4055,15 @@ React keys must be passed directly to JSX without using spread:
3956
4055
  ] }), Ratio11_default = IconRatio11;
3957
4056
 
3958
4057
  // src/components/Ratio916.tsx
3959
- var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
3960
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4058
+ var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
4059
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
3961
4060
  "path",
3962
4061
  {
3963
4062
  fill: stroke || color || "currentColor",
3964
4063
  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"
3965
4064
  }
3966
4065
  ) }),
3967
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4066
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
3968
4067
  "rect",
3969
4068
  {
3970
4069
  width: "24",
@@ -3975,16 +4074,48 @@ React keys must be passed directly to JSX without using spread:
3975
4074
  ) }) })
3976
4075
  ] }), Ratio916_default = IconRatio916;
3977
4076
 
4077
+ // src/components/RatioAuto.tsx
4078
+ var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4079
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
4080
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4081
+ "path",
4082
+ {
4083
+ fill: stroke || color || "currentColor",
4084
+ d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
4085
+ }
4086
+ ),
4087
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
4088
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4089
+ "path",
4090
+ {
4091
+ fill: stroke || color || "currentColor",
4092
+ d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
4093
+ fillRule: "evenodd",
4094
+ clipRule: "evenodd"
4095
+ }
4096
+ )
4097
+ ] }),
4098
+ /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
4099
+ "rect",
4100
+ {
4101
+ width: "24",
4102
+ height: "24",
4103
+ fill: stroke || color || "currentColor",
4104
+ transform: "translate(24) rotate(90)"
4105
+ }
4106
+ ) }) })
4107
+ ] }), RatioAuto_default = IconRatioAuto;
4108
+
3978
4109
  // src/components/Ratio.tsx
3979
- var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
3980
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4110
+ var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4111
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
3981
4112
  "path",
3982
4113
  {
3983
4114
  fill: stroke || color || "currentColor",
3984
4115
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
3985
4116
  }
3986
4117
  ),
3987
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4118
+ /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
3988
4119
  "path",
3989
4120
  {
3990
4121
  fill: stroke || color || "currentColor",
@@ -3994,7 +4125,7 @@ React keys must be passed directly to JSX without using spread:
3994
4125
  ] }), Ratio_default = IconRatio;
3995
4126
 
3996
4127
  // src/components/ReEdit.tsx
3997
- var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
4128
+ var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
3998
4129
  "path",
3999
4130
  {
4000
4131
  fill: stroke || color || "currentColor",
@@ -4005,7 +4136,7 @@ React keys must be passed directly to JSX without using spread:
4005
4136
  ) }), ReEdit_default = IconReEdit;
4006
4137
 
4007
4138
  // src/components/Regenerate.tsx
4008
- var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
4139
+ var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
4009
4140
  "path",
4010
4141
  {
4011
4142
  fill: stroke || color || "currentColor",
@@ -4015,8 +4146,30 @@ React keys must be passed directly to JSX without using spread:
4015
4146
  }
4016
4147
  ) }), Regenerate_default = IconRegenerate;
4017
4148
 
4149
+ // src/components/Resultsetting.tsx
4150
+ var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4151
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4152
+ "path",
4153
+ {
4154
+ fill: stroke || color || "currentColor",
4155
+ d: "M18.75 3V0H5.25V3H0V6C0 9.46739 2.35298 12.3852 5.5493 13.2438C6.2923 15.6504 8.34504 17.4822 10.875 17.9067V21.75H6V24H18V21.75H13.125V17.9067C15.655 17.4822 17.7077 15.6504 18.4507 13.2438C21.647 12.3852 24 9.46739 24 6V3H18.75ZM16.5 2.25H7.5V11.25C7.5 13.7353 9.51472 15.75 12 15.75C14.4853 15.75 16.5 13.7353 16.5 11.25V2.25ZM18.75 5.25V10.7448C20.5237 9.90218 21.75 8.0943 21.75 6V5.25H18.75ZM2.25 5.25H5.25V10.7448C3.47629 9.90218 2.25 8.0943 2.25 6V5.25Z",
4156
+ fillRule: "evenodd",
4157
+ clipRule: "evenodd"
4158
+ }
4159
+ ) }),
4160
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
4161
+ "rect",
4162
+ {
4163
+ width: "24",
4164
+ height: "24",
4165
+ fill: stroke || color || "currentColor",
4166
+ transform: "translate(24) rotate(90)"
4167
+ }
4168
+ ) }) })
4169
+ ] }), Resultsetting_default = IconResultsetting;
4170
+
4018
4171
  // src/components/RightFilled.tsx
4019
- var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconRightFilled = ({ 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)(
4172
+ var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconRightFilled = ({ 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)(
4020
4173
  "path",
4021
4174
  {
4022
4175
  fill: fill || color || "currentColor",
@@ -4027,7 +4180,7 @@ React keys must be passed directly to JSX without using spread:
4027
4180
  ) }), RightFilled_default = IconRightFilled;
4028
4181
 
4029
4182
  // src/components/SceneNext.tsx
4030
- var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconSceneNext = ({ 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)(
4183
+ var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4031
4184
  "path",
4032
4185
  {
4033
4186
  fill: stroke || color || "currentColor",
@@ -4036,19 +4189,30 @@ React keys must be passed directly to JSX without using spread:
4036
4189
  ) }), SceneNext_default = IconSceneNext;
4037
4190
 
4038
4191
  // src/components/Scriptmode.tsx
4039
- var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconScriptmode = ({ 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: [
4040
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
4041
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
4042
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
4043
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
4044
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
4045
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
4046
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
4047
- /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
4192
+ var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4193
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
4194
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
4195
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
4196
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
4197
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
4198
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
4199
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
4200
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
4048
4201
  ] }), Scriptmode_default = IconScriptmode;
4049
4202
 
4203
+ // src/components/Sendrequest.tsx
4204
+ var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconSendrequest = ({ 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)(
4205
+ "path",
4206
+ {
4207
+ fill: fill || color || "currentColor",
4208
+ d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
4209
+ fillRule: "evenodd",
4210
+ clipRule: "evenodd"
4211
+ }
4212
+ ) }), Sendrequest_default = IconSendrequest;
4213
+
4050
4214
  // src/components/ShareFilled.tsx
4051
- var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
4215
+ var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconShareFilled = ({ 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)(
4052
4216
  "path",
4053
4217
  {
4054
4218
  fill: fill || color || "currentColor",
@@ -4057,7 +4221,7 @@ React keys must be passed directly to JSX without using spread:
4057
4221
  ) }), ShareFilled_default = IconShareFilled;
4058
4222
 
4059
4223
  // src/components/Share.tsx
4060
- var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
4224
+ var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4061
4225
  "path",
4062
4226
  {
4063
4227
  fill: stroke || color || "currentColor",
@@ -4068,7 +4232,7 @@ React keys must be passed directly to JSX without using spread:
4068
4232
  ) }), Share_default = IconShare;
4069
4233
 
4070
4234
  // src/components/SocialX.tsx
4071
- var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
4235
+ var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
4072
4236
  "path",
4073
4237
  {
4074
4238
  fill: fill || color || "currentColor",
@@ -4077,7 +4241,7 @@ React keys must be passed directly to JSX without using spread:
4077
4241
  ) }), SocialX_default = IconSocialX;
4078
4242
 
4079
4243
  // src/components/SocialDiscord.tsx
4080
- var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
4244
+ var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
4081
4245
  "path",
4082
4246
  {
4083
4247
  fill: fill || color || "currentColor",
@@ -4086,8 +4250,8 @@ React keys must be passed directly to JSX without using spread:
4086
4250
  ) }), SocialDiscord_default = IconSocialDiscord;
4087
4251
 
4088
4252
  // src/components/SoundOff.tsx
4089
- var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4090
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4253
+ var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconSoundOff = ({ 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: [
4254
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4091
4255
  "path",
4092
4256
  {
4093
4257
  fill: stroke || color || "currentColor",
@@ -4096,7 +4260,7 @@ React keys must be passed directly to JSX without using spread:
4096
4260
  clipRule: "evenodd"
4097
4261
  }
4098
4262
  ),
4099
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
4263
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4100
4264
  "path",
4101
4265
  {
4102
4266
  fill: stroke || color || "currentColor",
@@ -4106,8 +4270,8 @@ React keys must be passed directly to JSX without using spread:
4106
4270
  ] }), SoundOff_default = IconSoundOff;
4107
4271
 
4108
4272
  // src/components/SoundOn.tsx
4109
- var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
4110
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4273
+ var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
4274
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4111
4275
  "path",
4112
4276
  {
4113
4277
  fill: stroke || color || "currentColor",
@@ -4116,14 +4280,14 @@ React keys must be passed directly to JSX without using spread:
4116
4280
  clipRule: "evenodd"
4117
4281
  }
4118
4282
  ),
4119
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4283
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4120
4284
  "path",
4121
4285
  {
4122
4286
  fill: stroke || color || "currentColor",
4123
4287
  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"
4124
4288
  }
4125
4289
  ),
4126
- /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
4290
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
4127
4291
  "path",
4128
4292
  {
4129
4293
  fill: stroke || color || "currentColor",
@@ -4133,7 +4297,7 @@ React keys must be passed directly to JSX without using spread:
4133
4297
  ] }), SoundOn_default = IconSoundOn;
4134
4298
 
4135
4299
  // src/components/Storyboard.tsx
4136
- var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
4300
+ var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconStoryboard = ({ 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)(
4137
4301
  "path",
4138
4302
  {
4139
4303
  fill: stroke || color || "currentColor",
@@ -4144,24 +4308,24 @@ React keys must be passed directly to JSX without using spread:
4144
4308
  ) }), Storyboard_default = IconStoryboard;
4145
4309
 
4146
4310
  // src/components/StyleAutoFilled.tsx
4147
- var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
4148
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4311
+ var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
4312
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4149
4313
  "path",
4150
4314
  {
4151
4315
  fill: fill || color || "currentColor",
4152
4316
  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"
4153
4317
  }
4154
4318
  ),
4155
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4319
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4156
4320
  "path",
4157
4321
  {
4158
4322
  fill: fill || color || "currentColor",
4159
4323
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
4160
4324
  }
4161
4325
  ),
4162
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
4163
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
4164
- /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
4326
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
4327
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
4328
+ /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
4165
4329
  "path",
4166
4330
  {
4167
4331
  fill: fill || color || "currentColor",
@@ -4171,43 +4335,43 @@ React keys must be passed directly to JSX without using spread:
4171
4335
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
4172
4336
 
4173
4337
  // src/components/Style.tsx
4174
- var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconStyle = ({ 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: [
4175
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4338
+ var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconStyle = ({ 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: [
4339
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4176
4340
  "path",
4177
4341
  {
4178
4342
  fill: stroke || color || "currentColor",
4179
4343
  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"
4180
4344
  }
4181
4345
  ),
4182
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4346
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4183
4347
  "path",
4184
4348
  {
4185
4349
  fill: stroke || color || "currentColor",
4186
4350
  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"
4187
4351
  }
4188
4352
  ),
4189
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4353
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4190
4354
  "path",
4191
4355
  {
4192
4356
  fill: stroke || color || "currentColor",
4193
4357
  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"
4194
4358
  }
4195
4359
  ),
4196
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4360
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4197
4361
  "path",
4198
4362
  {
4199
4363
  fill: stroke || color || "currentColor",
4200
4364
  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"
4201
4365
  }
4202
4366
  ),
4203
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4367
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4204
4368
  "path",
4205
4369
  {
4206
4370
  fill: stroke || color || "currentColor",
4207
4371
  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"
4208
4372
  }
4209
4373
  ),
4210
- /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
4374
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
4211
4375
  "path",
4212
4376
  {
4213
4377
  fill: stroke || color || "currentColor",
@@ -4218,8 +4382,48 @@ React keys must be passed directly to JSX without using spread:
4218
4382
  )
4219
4383
  ] }), Style_default = IconStyle;
4220
4384
 
4385
+ // src/components/Styleoverall.tsx
4386
+ var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ 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: [
4387
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4388
+ "path",
4389
+ {
4390
+ fill: stroke || color || "currentColor",
4391
+ d: "M11 18C11 20.7614 8.76142 23 6 23C3.23858 23 1 20.7614 1 18C1 15.2386 3.23858 13 6 13H11V18ZM6 15.2002C4.4536 15.2002 3.2002 16.4536 3.2002 18C3.2002 19.5464 4.4536 20.7998 6 20.7998C7.5464 20.7998 8.7998 19.5464 8.7998 18V15.2002H6Z",
4392
+ fillRule: "evenodd",
4393
+ clipRule: "evenodd"
4394
+ }
4395
+ ),
4396
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4397
+ "path",
4398
+ {
4399
+ fill: stroke || color || "currentColor",
4400
+ d: "M18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23C15.2386 23 13 20.7614 13 18V13H18ZM15.2002 18C15.2002 19.5464 16.4536 20.7998 18 20.7998C19.5464 20.7998 20.7998 19.5464 20.7998 18C20.7998 16.4536 19.5464 15.2002 18 15.2002H15.2002V18Z",
4401
+ fillRule: "evenodd",
4402
+ clipRule: "evenodd"
4403
+ }
4404
+ ),
4405
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4406
+ "path",
4407
+ {
4408
+ fill: stroke || color || "currentColor",
4409
+ d: "M6 1C8.76142 1 11 3.23858 11 6V11H6C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1ZM6 3.2002C4.4536 3.2002 3.2002 4.4536 3.2002 6C3.2002 7.5464 4.4536 8.7998 6 8.7998H8.7998V6C8.7998 4.4536 7.5464 3.2002 6 3.2002Z",
4410
+ fillRule: "evenodd",
4411
+ clipRule: "evenodd"
4412
+ }
4413
+ ),
4414
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4415
+ "path",
4416
+ {
4417
+ fill: stroke || color || "currentColor",
4418
+ d: "M18 1C20.7614 1 23 3.23858 23 6C23 8.76142 20.7614 11 18 11H13V6C13 3.23858 15.2386 1 18 1ZM18 3.2002C16.4536 3.2002 15.2002 4.4536 15.2002 6V8.7998H18C19.5464 8.7998 20.7998 7.5464 20.7998 6C20.7998 4.4536 19.5464 3.2002 18 3.2002Z",
4419
+ fillRule: "evenodd",
4420
+ clipRule: "evenodd"
4421
+ }
4422
+ )
4423
+ ] }), Styleoverall_default = IconStyleoverall;
4424
+
4221
4425
  // src/components/SwitchOffFilled.tsx
4222
- var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ 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)(
4426
+ var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ 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)(
4223
4427
  "path",
4224
4428
  {
4225
4429
  fill: fill || color || "currentColor",
@@ -4230,7 +4434,7 @@ React keys must be passed directly to JSX without using spread:
4230
4434
  ) }), SwitchOffFilled_default = IconSwitchOffFilled;
4231
4435
 
4232
4436
  // src/components/SwitchOnFilled.tsx
4233
- var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
4437
+ var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ 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)(
4234
4438
  "path",
4235
4439
  {
4236
4440
  fill: fill || color || "currentColor",
@@ -4241,8 +4445,8 @@ React keys must be passed directly to JSX without using spread:
4241
4445
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
4242
4446
 
4243
4447
  // src/components/Target.tsx
4244
- var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconTarget = ({ 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: [
4245
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4448
+ var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconTarget = ({ 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: [
4449
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4246
4450
  "path",
4247
4451
  {
4248
4452
  fill: stroke || color || "currentColor",
@@ -4251,7 +4455,7 @@ React keys must be passed directly to JSX without using spread:
4251
4455
  clipRule: "evenodd"
4252
4456
  }
4253
4457
  ),
4254
- /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
4458
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4255
4459
  "path",
4256
4460
  {
4257
4461
  fill: stroke || color || "currentColor",
@@ -4263,43 +4467,43 @@ React keys must be passed directly to JSX without using spread:
4263
4467
  ] }), Target_default = IconTarget;
4264
4468
 
4265
4469
  // src/components/TextLogo.tsx
4266
- var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
4267
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4470
+ var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
4471
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4268
4472
  "path",
4269
4473
  {
4270
4474
  fill: fill || color || "currentColor",
4271
4475
  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"
4272
4476
  }
4273
4477
  ),
4274
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4478
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4275
4479
  "path",
4276
4480
  {
4277
4481
  fill: fill || color || "currentColor",
4278
4482
  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"
4279
4483
  }
4280
4484
  ),
4281
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4485
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4282
4486
  "path",
4283
4487
  {
4284
4488
  fill: fill || color || "currentColor",
4285
4489
  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"
4286
4490
  }
4287
4491
  ),
4288
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4492
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4289
4493
  "path",
4290
4494
  {
4291
4495
  fill: fill || color || "currentColor",
4292
4496
  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"
4293
4497
  }
4294
4498
  ),
4295
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4499
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4296
4500
  "path",
4297
4501
  {
4298
4502
  fill: fill || color || "currentColor",
4299
4503
  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"
4300
4504
  }
4301
4505
  ),
4302
- /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
4506
+ /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4303
4507
  "path",
4304
4508
  {
4305
4509
  fill: fill || color || "currentColor",
@@ -4309,7 +4513,7 @@ React keys must be passed directly to JSX without using spread:
4309
4513
  ] }), TextLogo_default = IconTextLogo;
4310
4514
 
4311
4515
  // src/components/Tips.tsx
4312
- var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconTips = ({ 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)(
4516
+ var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconTips = ({ 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)(
4313
4517
  "path",
4314
4518
  {
4315
4519
  fill: stroke || color || "currentColor",
@@ -4320,15 +4524,15 @@ React keys must be passed directly to JSX without using spread:
4320
4524
  ) }), Tips_default = IconTips;
4321
4525
 
4322
4526
  // src/components/ToolsFilled.tsx
4323
- var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ 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: [
4324
- /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4527
+ var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4528
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4325
4529
  "path",
4326
4530
  {
4327
4531
  fill: fill || color || "currentColor",
4328
4532
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
4329
4533
  }
4330
4534
  ),
4331
- /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
4535
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
4332
4536
  "path",
4333
4537
  {
4334
4538
  fill: fill || color || "currentColor",
@@ -4338,7 +4542,7 @@ React keys must be passed directly to JSX without using spread:
4338
4542
  ] }), ToolsFilled_default = IconToolsFilled;
4339
4543
 
4340
4544
  // src/components/Tools.tsx
4341
- var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
4545
+ var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconTools = ({ 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)(
4342
4546
  "path",
4343
4547
  {
4344
4548
  stroke: stroke || color || "currentColor",
@@ -4347,8 +4551,19 @@ React keys must be passed directly to JSX without using spread:
4347
4551
  }
4348
4552
  ) }), Tools_default = IconTools;
4349
4553
 
4554
+ // src/components/Undo.tsx
4555
+ var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconUndo = ({ 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)(
4556
+ "path",
4557
+ {
4558
+ fill: stroke || color || "currentColor",
4559
+ d: "M8.25 1.5H6L0 7.5L6 13.5H8.25V8.625H16.6875C19.4834 8.625 21.75 10.8916 21.75 13.6875C21.75 16.4834 19.4834 18.75 16.6875 18.75H6V21H16.6875C20.7261 21 24 17.7261 24 13.6875C24 9.64892 20.7261 6.375 16.6875 6.375H8.25V1.5ZM6 10.318L3.18198 7.5L6 4.68198V10.318Z",
4560
+ fillRule: "evenodd",
4561
+ clipRule: "evenodd"
4562
+ }
4563
+ ) }), Undo_default = IconUndo;
4564
+
4350
4565
  // src/components/UpFilled.tsx
4351
- var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconUpFilled = ({ 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)(
4566
+ var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconUpFilled = ({ 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)(
4352
4567
  "path",
4353
4568
  {
4354
4569
  fill: fill || color || "currentColor",
@@ -4359,7 +4574,7 @@ React keys must be passed directly to JSX without using spread:
4359
4574
  ) }), UpFilled_default = IconUpFilled;
4360
4575
 
4361
4576
  // src/components/UpleftFilled.tsx
4362
- var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ 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)(
4577
+ var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ 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)(
4363
4578
  "path",
4364
4579
  {
4365
4580
  fill: fill || color || "currentColor",
@@ -4369,8 +4584,19 @@ React keys must be passed directly to JSX without using spread:
4369
4584
  }
4370
4585
  ) }), UpleftFilled_default = IconUpleftFilled;
4371
4586
 
4587
+ // src/components/Uploadedvideo.tsx
4588
+ var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ 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)(
4589
+ "path",
4590
+ {
4591
+ fill: fill || color || "currentColor",
4592
+ d: "M24 3H0V21H24V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
4593
+ fillRule: "evenodd",
4594
+ clipRule: "evenodd"
4595
+ }
4596
+ ) }), Uploadedvideo_default = IconUploadedvideo;
4597
+
4372
4598
  // src/components/Uploadfiles.tsx
4373
- var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ 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)(
4599
+ var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ 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)(
4374
4600
  "path",
4375
4601
  {
4376
4602
  fill: stroke || color || "currentColor",
@@ -4378,8 +4604,19 @@ React keys must be passed directly to JSX without using spread:
4378
4604
  }
4379
4605
  ) }), Uploadfiles_default = IconUploadfiles;
4380
4606
 
4607
+ // src/components/Uploadstory.tsx
4608
+ var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
4609
+ "path",
4610
+ {
4611
+ fill: stroke || color || "currentColor",
4612
+ d: "M0 3V19.5H7.40901L10.409 22.5H13.591L16.591 19.5H24V3H16.125C14.4518 3 12.9614 3.78275 12 5.00206C11.0386 3.78275 9.54823 3 7.875 3H0ZM10.875 8.25C10.875 6.59315 9.53185 5.25 7.875 5.25H2.25V17.25H8.34099L11.341 20.25H12.659L15.659 17.25H21.75V5.25H16.125C14.4681 5.25 13.125 6.59315 13.125 8.25V15H10.875V8.25Z",
4613
+ fillRule: "evenodd",
4614
+ clipRule: "evenodd"
4615
+ }
4616
+ ) }), Uploadstory_default = IconUploadstory;
4617
+
4381
4618
  // src/components/UprightFilled.tsx
4382
- var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ 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)(
4619
+ var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ 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)(
4383
4620
  "path",
4384
4621
  {
4385
4622
  fill: fill || color || "currentColor",
@@ -4390,7 +4627,7 @@ React keys must be passed directly to JSX without using spread:
4390
4627
  ) }), UprightFilled_default = IconUprightFilled;
4391
4628
 
4392
4629
  // src/components/Userfeedback.tsx
4393
- var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
4630
+ var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ 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)(
4394
4631
  "path",
4395
4632
  {
4396
4633
  fill: stroke || color || "currentColor",
@@ -4401,36 +4638,36 @@ React keys must be passed directly to JSX without using spread:
4401
4638
  ) }), Userfeedback_default = IconUserfeedback;
4402
4639
 
4403
4640
  // src/components/VideoGeneration.tsx
4404
- var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4405
- /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4641
+ var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ 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: [
4642
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4406
4643
  "path",
4407
4644
  {
4408
4645
  fill: stroke || color || "currentColor",
4409
- 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.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
4646
+ 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"
4410
4647
  }
4411
4648
  ),
4412
- /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4649
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4413
4650
  "path",
4414
4651
  {
4415
4652
  fill: stroke || color || "currentColor",
4416
- d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
4653
+ d: "M17.25 12L11.25 18H9V6H11.25L17.25 12ZM11.25 14.8184L14.0684 12L11.25 9.18164V14.8184Z",
4654
+ fillRule: "evenodd",
4655
+ clipRule: "evenodd"
4417
4656
  }
4418
4657
  ),
4419
- /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
4658
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
4420
4659
  "path",
4421
4660
  {
4422
4661
  fill: stroke || color || "currentColor",
4423
- d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
4424
- fillRule: "evenodd",
4425
- clipRule: "evenodd"
4662
+ d: "M20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5L17.25 3.75L18 0H19.5L20.25 3.75Z"
4426
4663
  }
4427
4664
  )
4428
4665
  ] }), VideoGeneration_default = IconVideoGeneration;
4429
4666
 
4430
4667
  // src/components/VideoLength.tsx
4431
- var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
4432
- /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
4668
+ var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
4669
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
4670
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
4434
4671
  "path",
4435
4672
  {
4436
4673
  fill: stroke || color || "currentColor",
@@ -4442,8 +4679,8 @@ React keys must be passed directly to JSX without using spread:
4442
4679
  ] }), VideoLength_default = IconVideoLength;
4443
4680
 
4444
4681
  // src/components/Videogenerate.tsx
4445
- var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ 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: [
4446
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4682
+ var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ 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: [
4683
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4447
4684
  "path",
4448
4685
  {
4449
4686
  fill: stroke || color || "currentColor",
@@ -4452,7 +4689,7 @@ React keys must be passed directly to JSX without using spread:
4452
4689
  clipRule: "evenodd"
4453
4690
  }
4454
4691
  ),
4455
- /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
4692
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
4456
4693
  "path",
4457
4694
  {
4458
4695
  fill: stroke || color || "currentColor",
@@ -4464,7 +4701,7 @@ React keys must be passed directly to JSX without using spread:
4464
4701
  ] }), Videogenerate_default = IconVideogenerate;
4465
4702
 
4466
4703
  // src/components/Visualstyles.tsx
4467
- var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
4704
+ var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ 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)(
4468
4705
  "path",
4469
4706
  {
4470
4707
  fill: stroke || color || "currentColor",
@@ -4475,8 +4712,8 @@ React keys must be passed directly to JSX without using spread:
4475
4712
  ) }), Visualstyles_default = IconVisualstyles;
4476
4713
 
4477
4714
  // src/components/Volume.tsx
4478
- var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconVolume = ({ 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: [
4479
- /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4715
+ var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4716
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
4480
4717
  "path",
4481
4718
  {
4482
4719
  fill: stroke || color || "currentColor",
@@ -4485,14 +4722,14 @@ React keys must be passed directly to JSX without using spread:
4485
4722
  clipRule: "evenodd"
4486
4723
  }
4487
4724
  ),
4488
- /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4725
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
4489
4726
  "path",
4490
4727
  {
4491
4728
  fill: stroke || color || "currentColor",
4492
4729
  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"
4493
4730
  }
4494
4731
  ),
4495
- /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
4732
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
4496
4733
  "path",
4497
4734
  {
4498
4735
  fill: stroke || color || "currentColor",
@@ -4502,7 +4739,7 @@ React keys must be passed directly to JSX without using spread:
4502
4739
  ] }), Volume_default = IconVolume;
4503
4740
 
4504
4741
  // src/components/Withdrawgame.tsx
4505
- var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ 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)(
4742
+ var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ 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)(
4506
4743
  "path",
4507
4744
  {
4508
4745
  fill: stroke || color || "currentColor",
@@ -4512,16 +4749,34 @@ React keys must be passed directly to JSX without using spread:
4512
4749
  }
4513
4750
  ) }), Withdrawgame_default = IconWithdrawgame;
4514
4751
 
4752
+ // src/components/Zoomhandle.tsx
4753
+ var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4754
+ /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4755
+ "path",
4756
+ {
4757
+ fill: fill || color || "currentColor",
4758
+ 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"
4759
+ }
4760
+ ),
4761
+ /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
4762
+ "path",
4763
+ {
4764
+ fill: stroke || color || "currentColor",
4765
+ d: "M8.25 18H6L6 6L8.25 6L8.25 18ZM12 21.75C14.0711 21.75 15.75 20.0711 15.75 18L15.75 6C15.75 3.92893 14.0711 2.25 12 2.25C9.92893 2.25 8.25 3.92893 8.25 6L6 6L6.00732 5.69092C6.16298 2.6232 8.6232 0.162978 11.6909 0.00732421L12 0C15.2101 1.40316e-07 17.8318 2.52084 17.9927 5.69092L18 6L18 18C18 21.3137 15.3137 24 12 24L11.6909 23.9927C8.6232 23.837 6.16298 21.3768 6.00732 18.3091L6 18H8.25C8.25 20.0711 9.92893 21.75 12 21.75Z"
4766
+ }
4767
+ )
4768
+ ] }), Zoomhandle_default = IconZoomhandle;
4769
+
4515
4770
  // src/components/Zoomin.tsx
4516
- var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
4517
- /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4771
+ var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconZoomin = ({ 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: [
4772
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
4518
4773
  "path",
4519
4774
  {
4520
4775
  fill: stroke || color || "currentColor",
4521
4776
  d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
4522
4777
  }
4523
4778
  ),
4524
- /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
4779
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
4525
4780
  "path",
4526
4781
  {
4527
4782
  fill: stroke || color || "currentColor",
@@ -4533,9 +4788,9 @@ React keys must be passed directly to JSX without using spread:
4533
4788
  ] }), Zoomin_default = IconZoomin;
4534
4789
 
4535
4790
  // src/components/Zoomout.tsx
4536
- var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconZoomout = ({ 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: [
4537
- /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
4538
- /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
4791
+ var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconZoomout = ({ 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: [
4792
+ /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
4793
+ /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
4539
4794
  "path",
4540
4795
  {
4541
4796
  fill: stroke || color || "currentColor",