@yoroll/react-icon 0.0.3 → 0.0.4

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.3 */
1
+ /*! @lineargame svg icons react v0.0.4 */
2
2
 
3
3
  "use strict";
4
4
  (() => {
@@ -1724,8 +1724,34 @@ React keys must be passed directly to JSX without using spread:
1724
1724
  )
1725
1725
  ] }), Download_default = IconDownload;
1726
1726
 
1727
+ // src/components/FiletypePdfFilled.tsx
1728
+ var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1729
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { opacity: "0.3", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1730
+ "path",
1731
+ {
1732
+ fill: "#FF3E4C",
1733
+ d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
1734
+ opacity: "0.3"
1735
+ }
1736
+ ) }),
1737
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1738
+ "path",
1739
+ {
1740
+ fill: "#FF3E4C",
1741
+ 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"
1742
+ }
1743
+ ),
1744
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
1745
+ "path",
1746
+ {
1747
+ fill: "#FF3E4C",
1748
+ d: "M10.6612 7.00247C10.1732 6.99394 9.75199 7.47889 9.85522 7.96337C9.92465 8.70371 10.4024 9.30447 10.7753 9.9158C10.8172 10.1434 10.697 10.3651 10.689 10.5911C10.4459 11.9178 10.0751 13.2376 9.50453 14.4553C8.79857 14.78 7.9992 15.1007 7.58628 15.8006C7.32421 16.2861 7.69321 16.9415 8.23485 16.9927C8.73737 17.0614 9.11034 16.6311 9.38504 16.2706C9.67185 15.8829 9.86058 15.4211 10.0992 15.0044C11.5436 14.4232 13.0628 14.0171 14.6139 13.8629C15.241 14.3114 15.9055 14.8404 16.7096 14.8724C17.177 14.8654 17.5553 14.4121 17.5039 13.9516C17.4738 13.5324 17.101 13.2384 16.7149 13.1596C16.092 12.9722 15.4249 13.0748 14.7913 13.0794C13.5721 12.106 12.4465 10.9861 11.5601 9.70462C11.6259 8.9256 11.758 8.06387 11.352 7.35515C11.1979 7.13164 10.9366 6.9785 10.6612 7.00247ZM10.6844 7.70995C10.8217 7.73637 10.8308 7.94067 10.8693 8.04996C10.9054 8.27263 10.9015 8.49983 10.8988 8.7247C10.7354 8.41939 10.523 8.10045 10.5608 7.73846C10.6039 7.73678 10.6421 7.71495 10.6844 7.70995ZM11.4407 10.7479C12.1674 11.6505 12.9745 12.4818 13.8554 13.2357C12.694 13.4127 11.5401 13.7091 10.4351 14.1089C10.8589 13.0022 11.1816 11.8588 11.3943 10.6919C11.4097 10.7106 11.4252 10.7292 11.4407 10.7479ZM15.9733 13.7827C16.2551 13.8098 16.5803 13.7935 16.8057 13.9875C16.8269 14.1626 16.6125 14.1882 16.4983 14.1248C16.2601 14.0453 16.0245 13.9454 15.8223 13.7932C15.8727 13.7901 15.9229 13.7836 15.9733 13.7827ZM8.93306 15.6242C8.79909 15.8732 8.60409 16.1079 8.40069 16.2842C8.333 16.3937 8.14728 16.1912 8.23273 16.1057C8.4092 15.8298 8.71727 15.6835 8.9901 15.5186C8.97109 15.5538 8.95208 15.589 8.93306 15.6242Z"
1749
+ }
1750
+ )
1751
+ ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
1752
+
1727
1753
  // src/components/Gamelanguage.tsx
1728
- var import_jsx_runtime15 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
1754
+ var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
1729
1755
  "path",
1730
1756
  {
1731
1757
  fill: stroke || color || "currentColor",
@@ -1736,7 +1762,7 @@ React keys must be passed directly to JSX without using spread:
1736
1762
  ) }), Gamelanguage_default = IconGamelanguage;
1737
1763
 
1738
1764
  // src/components/GenerateFilled.tsx
1739
- var import_jsx_runtime16 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
1765
+ var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ 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)(
1740
1766
  "path",
1741
1767
  {
1742
1768
  fill: fill || color || "currentColor",
@@ -1747,15 +1773,15 @@ React keys must be passed directly to JSX without using spread:
1747
1773
  ) }), GenerateFilled_default = IconGenerateFilled;
1748
1774
 
1749
1775
  // src/components/GenreAuto.tsx
1750
- var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1751
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1776
+ var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1777
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1752
1778
  "path",
1753
1779
  {
1754
1780
  fill: stroke || color || "currentColor",
1755
1781
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
1756
1782
  }
1757
1783
  ),
1758
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1784
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1759
1785
  "path",
1760
1786
  {
1761
1787
  fill: stroke || color || "currentColor",
@@ -1764,15 +1790,15 @@ React keys must be passed directly to JSX without using spread:
1764
1790
  clipRule: "evenodd"
1765
1791
  }
1766
1792
  ),
1767
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
1768
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1793
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
1794
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1769
1795
  "path",
1770
1796
  {
1771
1797
  fill: stroke || color || "currentColor",
1772
1798
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
1773
1799
  }
1774
1800
  ),
1775
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1801
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1776
1802
  "path",
1777
1803
  {
1778
1804
  fill: stroke || color || "currentColor",
@@ -1782,22 +1808,22 @@ React keys must be passed directly to JSX without using spread:
1782
1808
  ] }), GenreAuto_default = IconGenreAuto;
1783
1809
 
1784
1810
  // src/components/GenreComedy.tsx
1785
- var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1786
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1811
+ var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1812
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1787
1813
  "path",
1788
1814
  {
1789
1815
  fill: stroke || color || "currentColor",
1790
1816
  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"
1791
1817
  }
1792
1818
  ),
1793
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1819
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1794
1820
  "path",
1795
1821
  {
1796
1822
  fill: stroke || color || "currentColor",
1797
1823
  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"
1798
1824
  }
1799
1825
  ),
1800
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1826
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1801
1827
  "path",
1802
1828
  {
1803
1829
  fill: stroke || color || "currentColor",
@@ -1806,7 +1832,7 @@ React keys must be passed directly to JSX without using spread:
1806
1832
  clipRule: "evenodd"
1807
1833
  }
1808
1834
  ),
1809
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1835
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1810
1836
  "path",
1811
1837
  {
1812
1838
  fill: stroke || color || "currentColor",
@@ -1818,7 +1844,7 @@ React keys must be passed directly to JSX without using spread:
1818
1844
  ] }), GenreComedy_default = IconGenreComedy;
1819
1845
 
1820
1846
  // src/components/GenreFantasy.tsx
1821
- var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
1847
+ var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
1822
1848
  "path",
1823
1849
  {
1824
1850
  fill: stroke || color || "currentColor",
@@ -1829,22 +1855,22 @@ React keys must be passed directly to JSX without using spread:
1829
1855
  ) }), GenreFantasy_default = IconGenreFantasy;
1830
1856
 
1831
1857
  // src/components/GenreHorror.tsx
1832
- var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1833
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1858
+ var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1859
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1834
1860
  "path",
1835
1861
  {
1836
1862
  fill: stroke || color || "currentColor",
1837
1863
  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"
1838
1864
  }
1839
1865
  ),
1840
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1866
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1841
1867
  "path",
1842
1868
  {
1843
1869
  fill: stroke || color || "currentColor",
1844
1870
  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"
1845
1871
  }
1846
1872
  ),
1847
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1873
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1848
1874
  "path",
1849
1875
  {
1850
1876
  fill: stroke || color || "currentColor",
@@ -1856,7 +1882,7 @@ React keys must be passed directly to JSX without using spread:
1856
1882
  ] }), GenreHorror_default = IconGenreHorror;
1857
1883
 
1858
1884
  // src/components/GenreRomance.tsx
1859
- var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
1885
+ var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
1860
1886
  "path",
1861
1887
  {
1862
1888
  fill: stroke || color || "currentColor",
@@ -1867,15 +1893,15 @@ React keys must be passed directly to JSX without using spread:
1867
1893
  ) }), GenreRomance_default = IconGenreRomance;
1868
1894
 
1869
1895
  // src/components/GenreScifi.tsx
1870
- var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1871
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1896
+ var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
1897
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1872
1898
  "path",
1873
1899
  {
1874
1900
  fill: stroke || color || "currentColor",
1875
1901
  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"
1876
1902
  }
1877
1903
  ),
1878
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1904
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1879
1905
  "path",
1880
1906
  {
1881
1907
  fill: stroke || color || "currentColor",
@@ -1884,7 +1910,7 @@ React keys must be passed directly to JSX without using spread:
1884
1910
  clipRule: "evenodd"
1885
1911
  }
1886
1912
  ),
1887
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1913
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1888
1914
  "path",
1889
1915
  {
1890
1916
  fill: stroke || color || "currentColor",
@@ -1894,7 +1920,7 @@ React keys must be passed directly to JSX without using spread:
1894
1920
  ] }), GenreScifi_default = IconGenreScifi;
1895
1921
 
1896
1922
  // src/components/GenreSuspense.tsx
1897
- var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
1923
+ var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1898
1924
  "path",
1899
1925
  {
1900
1926
  fill: stroke || color || "currentColor",
@@ -1905,7 +1931,7 @@ React keys must be passed directly to JSX without using spread:
1905
1931
  ) }), GenreSuspense_default = IconGenreSuspense;
1906
1932
 
1907
1933
  // src/components/Genre.tsx
1908
- var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1934
+ var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
1909
1935
  "path",
1910
1936
  {
1911
1937
  fill: stroke || color || "currentColor",
@@ -1916,72 +1942,72 @@ React keys must be passed directly to JSX without using spread:
1916
1942
  ) }), Genre_default = IconGenre;
1917
1943
 
1918
1944
  // src/components/GoogleLogoFilled.tsx
1919
- var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1920
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("mask", { id: "mask0_48_113", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", maskType: "luminance", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1945
+ var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ 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: [
1946
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("mask", { id: "mask0_48_113", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", maskType: "luminance", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1921
1947
  "path",
1922
1948
  {
1923
1949
  fill: stroke || color || "currentColor",
1924
1950
  d: "M23.7695 9.77372H12.2556V14.3873H18.8716C18.7652 15.0403 18.5264 15.6826 18.1767 16.2683C17.776 16.9393 17.2807 17.4502 16.7729 17.8392C15.2521 19.0046 13.479 19.2429 12.2476 19.2429C9.13691 19.2429 6.47903 17.2325 5.45011 14.5006C5.40859 14.4014 5.38102 14.299 5.34745 14.1978C5.12007 13.5025 4.99584 12.7661 4.99584 12.0008C4.99584 11.2042 5.13037 10.4417 5.37566 9.7216C6.34319 6.88141 9.06099 4.76006 12.2498 4.76006C12.8912 4.76006 13.5089 4.83641 14.0946 4.98869C15.4333 5.3367 16.3801 6.02212 16.9603 6.56428L20.4613 3.13576C18.3317 1.18317 15.5555 2.95218e-09 12.244 2.95218e-09C9.59665 -5.69793e-05 7.1525 0.824781 5.1496 2.21878C3.52531 3.34928 2.19316 4.86288 1.29412 6.62075C0.457891 8.25066 0 10.0569 0 11.999C0 13.9411 0.458591 15.7661 1.29483 17.381V17.3918C2.1781 19.1062 3.46975 20.5823 5.0396 21.7076C6.41104 22.6907 8.87017 24 12.244 24C14.1842 24 15.9038 23.6502 17.4203 22.9946C18.5142 22.5217 19.4835 21.9049 20.3611 21.1122C21.5206 20.0647 22.4288 18.7691 23.0486 17.2785C23.6684 15.7878 24 14.1022 24 12.2747C24 11.4236 23.9145 10.5592 23.7695 9.77363V9.77372Z"
1925
1951
  }
1926
1952
  ) }),
1927
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
1928
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1953
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
1954
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1929
1955
  "path",
1930
1956
  {
1931
1957
  fill: "url(#paint0_radial_48_113)",
1932
1958
  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"
1933
1959
  }
1934
1960
  ) }),
1935
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1961
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1936
1962
  "path",
1937
1963
  {
1938
1964
  fill: "url(#paint1_radial_48_113)",
1939
1965
  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"
1940
1966
  }
1941
1967
  ) }),
1942
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1968
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1943
1969
  "path",
1944
1970
  {
1945
1971
  fill: "url(#paint2_radial_48_113)",
1946
1972
  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"
1947
1973
  }
1948
1974
  ) }),
1949
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1975
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1950
1976
  "path",
1951
1977
  {
1952
1978
  fill: "url(#paint3_radial_48_113)",
1953
1979
  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"
1954
1980
  }
1955
1981
  ) }),
1956
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1982
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1957
1983
  "path",
1958
1984
  {
1959
1985
  fill: "#3086FF",
1960
1986
  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"
1961
1987
  }
1962
1988
  ) }),
1963
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1989
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1964
1990
  "path",
1965
1991
  {
1966
1992
  fill: "url(#paint4_radial_48_113)",
1967
1993
  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"
1968
1994
  }
1969
1995
  ) }),
1970
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1996
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1971
1997
  "path",
1972
1998
  {
1973
1999
  fill: "url(#paint5_radial_48_113)",
1974
2000
  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"
1975
2001
  }
1976
2002
  ) }),
1977
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2003
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1978
2004
  "path",
1979
2005
  {
1980
2006
  fill: "url(#paint6_radial_48_113)",
1981
2007
  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"
1982
2008
  }
1983
2009
  ) }),
1984
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("g", { filter: "url(#filter8_f_48_113)", opacity: "0.5", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2010
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter8_f_48_113)", opacity: "0.5", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1985
2011
  "path",
1986
2012
  {
1987
2013
  fill: "url(#paint7_linear_48_113)",
@@ -1989,8 +2015,8 @@ React keys must be passed directly to JSX without using spread:
1989
2015
  }
1990
2016
  ) })
1991
2017
  ] }),
1992
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("defs", { children: [
1993
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2018
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("defs", { children: [
2019
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1994
2020
  "filter",
1995
2021
  {
1996
2022
  id: "filter0_f_48_113",
@@ -2001,13 +2027,13 @@ React keys must be passed directly to JSX without using spread:
2001
2027
  filterUnits: "userSpaceOnUse",
2002
2028
  colorInterpolationFilters: "sRGB",
2003
2029
  children: [
2004
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2005
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2006
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2030
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2031
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2032
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2007
2033
  ]
2008
2034
  }
2009
2035
  ),
2010
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2036
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2011
2037
  "filter",
2012
2038
  {
2013
2039
  id: "filter1_f_48_113",
@@ -2018,13 +2044,13 @@ React keys must be passed directly to JSX without using spread:
2018
2044
  filterUnits: "userSpaceOnUse",
2019
2045
  colorInterpolationFilters: "sRGB",
2020
2046
  children: [
2021
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2022
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2023
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2047
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2048
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2049
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2024
2050
  ]
2025
2051
  }
2026
2052
  ),
2027
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2053
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2028
2054
  "filter",
2029
2055
  {
2030
2056
  id: "filter2_f_48_113",
@@ -2035,13 +2061,13 @@ React keys must be passed directly to JSX without using spread:
2035
2061
  filterUnits: "userSpaceOnUse",
2036
2062
  colorInterpolationFilters: "sRGB",
2037
2063
  children: [
2038
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2039
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2040
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2064
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2065
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2066
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2041
2067
  ]
2042
2068
  }
2043
2069
  ),
2044
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2070
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2045
2071
  "filter",
2046
2072
  {
2047
2073
  id: "filter3_f_48_113",
@@ -2052,13 +2078,13 @@ React keys must be passed directly to JSX without using spread:
2052
2078
  filterUnits: "userSpaceOnUse",
2053
2079
  colorInterpolationFilters: "sRGB",
2054
2080
  children: [
2055
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2056
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2057
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2081
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2082
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2083
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2058
2084
  ]
2059
2085
  }
2060
2086
  ),
2061
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2087
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2062
2088
  "filter",
2063
2089
  {
2064
2090
  id: "filter4_f_48_113",
@@ -2069,13 +2095,13 @@ React keys must be passed directly to JSX without using spread:
2069
2095
  filterUnits: "userSpaceOnUse",
2070
2096
  colorInterpolationFilters: "sRGB",
2071
2097
  children: [
2072
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2073
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2074
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2098
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2099
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2100
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2075
2101
  ]
2076
2102
  }
2077
2103
  ),
2078
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2104
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2079
2105
  "filter",
2080
2106
  {
2081
2107
  id: "filter5_f_48_113",
@@ -2086,13 +2112,13 @@ React keys must be passed directly to JSX without using spread:
2086
2112
  filterUnits: "userSpaceOnUse",
2087
2113
  colorInterpolationFilters: "sRGB",
2088
2114
  children: [
2089
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2090
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2091
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2115
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2116
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2117
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2092
2118
  ]
2093
2119
  }
2094
2120
  ),
2095
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2121
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2096
2122
  "filter",
2097
2123
  {
2098
2124
  id: "filter6_f_48_113",
@@ -2103,13 +2129,13 @@ React keys must be passed directly to JSX without using spread:
2103
2129
  filterUnits: "userSpaceOnUse",
2104
2130
  colorInterpolationFilters: "sRGB",
2105
2131
  children: [
2106
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2107
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2108
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2132
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2133
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2134
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
2109
2135
  ]
2110
2136
  }
2111
2137
  ),
2112
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2138
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2113
2139
  "filter",
2114
2140
  {
2115
2141
  id: "filter7_f_48_113",
@@ -2120,13 +2146,13 @@ React keys must be passed directly to JSX without using spread:
2120
2146
  filterUnits: "userSpaceOnUse",
2121
2147
  colorInterpolationFilters: "sRGB",
2122
2148
  children: [
2123
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2124
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2125
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2149
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2150
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2151
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2126
2152
  ]
2127
2153
  }
2128
2154
  ),
2129
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2155
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2130
2156
  "filter",
2131
2157
  {
2132
2158
  id: "filter8_f_48_113",
@@ -2137,13 +2163,13 @@ React keys must be passed directly to JSX without using spread:
2137
2163
  filterUnits: "userSpaceOnUse",
2138
2164
  colorInterpolationFilters: "sRGB",
2139
2165
  children: [
2140
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2141
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2142
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2166
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
2167
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
2168
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
2143
2169
  ]
2144
2170
  }
2145
2171
  ),
2146
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2172
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2147
2173
  "radialGradient",
2148
2174
  {
2149
2175
  id: "paint0_radial_48_113",
@@ -2153,20 +2179,20 @@ React keys must be passed directly to JSX without using spread:
2153
2179
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
2154
2180
  gradientUnits: "userSpaceOnUse",
2155
2181
  children: [
2156
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2157
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2158
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2159
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2160
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2161
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2162
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2163
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2164
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2165
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2182
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
2183
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
2184
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
2185
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
2186
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
2187
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
2188
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
2189
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
2190
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
2191
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
2166
2192
  ]
2167
2193
  }
2168
2194
  ),
2169
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2195
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2170
2196
  "radialGradient",
2171
2197
  {
2172
2198
  id: "paint1_radial_48_113",
@@ -2176,12 +2202,12 @@ React keys must be passed directly to JSX without using spread:
2176
2202
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
2177
2203
  gradientUnits: "userSpaceOnUse",
2178
2204
  children: [
2179
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2180
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2205
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
2206
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
2181
2207
  ]
2182
2208
  }
2183
2209
  ),
2184
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2210
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2185
2211
  "radialGradient",
2186
2212
  {
2187
2213
  id: "paint2_radial_48_113",
@@ -2191,18 +2217,18 @@ React keys must be passed directly to JSX without using spread:
2191
2217
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
2192
2218
  gradientUnits: "userSpaceOnUse",
2193
2219
  children: [
2194
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
2195
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
2196
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
2197
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
2198
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
2199
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
2200
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
2201
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
2220
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
2221
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
2222
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
2223
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
2224
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
2225
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
2226
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
2227
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
2202
2228
  ]
2203
2229
  }
2204
2230
  ),
2205
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2231
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2206
2232
  "radialGradient",
2207
2233
  {
2208
2234
  id: "paint3_radial_48_113",
@@ -2212,19 +2238,19 @@ React keys must be passed directly to JSX without using spread:
2212
2238
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
2213
2239
  gradientUnits: "userSpaceOnUse",
2214
2240
  children: [
2215
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
2216
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
2217
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
2218
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
2219
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
2220
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
2221
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
2222
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
2223
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
2241
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
2242
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
2243
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
2244
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
2245
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
2246
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
2247
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
2248
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
2249
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
2224
2250
  ]
2225
2251
  }
2226
2252
  ),
2227
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2253
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2228
2254
  "radialGradient",
2229
2255
  {
2230
2256
  id: "paint4_radial_48_113",
@@ -2234,18 +2260,18 @@ React keys must be passed directly to JSX without using spread:
2234
2260
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
2235
2261
  gradientUnits: "userSpaceOnUse",
2236
2262
  children: [
2237
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2238
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2239
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2240
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2241
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2242
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2243
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2244
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2263
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
2264
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
2265
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
2266
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
2267
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
2268
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
2269
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
2270
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
2245
2271
  ]
2246
2272
  }
2247
2273
  ),
2248
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2274
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2249
2275
  "radialGradient",
2250
2276
  {
2251
2277
  id: "paint5_radial_48_113",
@@ -2255,15 +2281,15 @@ React keys must be passed directly to JSX without using spread:
2255
2281
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
2256
2282
  gradientUnits: "userSpaceOnUse",
2257
2283
  children: [
2258
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2259
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2260
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2261
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2262
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2284
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
2285
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
2286
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
2287
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
2288
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
2263
2289
  ]
2264
2290
  }
2265
2291
  ),
2266
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2292
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2267
2293
  "radialGradient",
2268
2294
  {
2269
2295
  id: "paint6_radial_48_113",
@@ -2273,20 +2299,20 @@ React keys must be passed directly to JSX without using spread:
2273
2299
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
2274
2300
  gradientUnits: "userSpaceOnUse",
2275
2301
  children: [
2276
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2277
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2278
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2279
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2280
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2281
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2282
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2283
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2284
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2285
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2302
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
2303
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
2304
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
2305
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
2306
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
2307
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
2308
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
2309
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
2310
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
2311
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#86C504" })
2286
2312
  ]
2287
2313
  }
2288
2314
  ),
2289
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
2315
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
2290
2316
  "linearGradient",
2291
2317
  {
2292
2318
  id: "paint7_linear_48_113",
@@ -2296,8 +2322,8 @@ React keys must be passed directly to JSX without using spread:
2296
2322
  y2: "21.5116",
2297
2323
  gradientUnits: "userSpaceOnUse",
2298
2324
  children: [
2299
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { stopColor: "#0FBC5C" }),
2300
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2325
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { stopColor: "#0FBC5C" }),
2326
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
2301
2327
  ]
2302
2328
  }
2303
2329
  )
@@ -2305,16 +2331,16 @@ React keys must be passed directly to JSX without using spread:
2305
2331
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
2306
2332
 
2307
2333
  // src/components/Help.tsx
2308
- var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
2309
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
2310
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2334
+ var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
2335
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
2336
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2311
2337
  "path",
2312
2338
  {
2313
2339
  fill: stroke || color || "currentColor",
2314
2340
  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"
2315
2341
  }
2316
2342
  ),
2317
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2343
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2318
2344
  "path",
2319
2345
  {
2320
2346
  fill: stroke || color || "currentColor",
@@ -2326,7 +2352,7 @@ React keys must be passed directly to JSX without using spread:
2326
2352
  ] }), Help_default = IconHelp;
2327
2353
 
2328
2354
  // src/components/HomepageFilled.tsx
2329
- var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
2355
+ var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ 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)(
2330
2356
  "path",
2331
2357
  {
2332
2358
  fill: fill || color || "currentColor",
@@ -2337,7 +2363,7 @@ React keys must be passed directly to JSX without using spread:
2337
2363
  ) }), HomepageFilled_default = IconHomepageFilled;
2338
2364
 
2339
2365
  // src/components/Homepage.tsx
2340
- var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconHomepage = ({ 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)(
2366
+ var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconHomepage = ({ 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)(
2341
2367
  "path",
2342
2368
  {
2343
2369
  fill: stroke || color || "currentColor",
@@ -2348,15 +2374,15 @@ React keys must be passed directly to JSX without using spread:
2348
2374
  ) }), Homepage_default = IconHomepage;
2349
2375
 
2350
2376
  // src/components/ImageGeneration.tsx
2351
- var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
2352
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2377
+ var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
2378
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2353
2379
  "path",
2354
2380
  {
2355
2381
  fill: stroke || color || "currentColor",
2356
2382
  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"
2357
2383
  }
2358
2384
  ),
2359
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
2385
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2360
2386
  "path",
2361
2387
  {
2362
2388
  fill: stroke || color || "currentColor",
@@ -2366,15 +2392,15 @@ React keys must be passed directly to JSX without using spread:
2366
2392
  ] }), ImageGeneration_default = IconImageGeneration;
2367
2393
 
2368
2394
  // src/components/Login.tsx
2369
- var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconLogin = ({ 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: [
2370
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2395
+ var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2396
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2371
2397
  "path",
2372
2398
  {
2373
2399
  fill: stroke || color || "currentColor",
2374
2400
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
2375
2401
  }
2376
2402
  ),
2377
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
2403
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2378
2404
  "path",
2379
2405
  {
2380
2406
  fill: stroke || color || "currentColor",
@@ -2386,8 +2412,8 @@ React keys must be passed directly to JSX without using spread:
2386
2412
  ] }), Login_default = IconLogin;
2387
2413
 
2388
2414
  // src/components/Logout.tsx
2389
- var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2390
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2415
+ var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
2416
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2391
2417
  "path",
2392
2418
  {
2393
2419
  fill: stroke || color || "currentColor",
@@ -2396,7 +2422,7 @@ React keys must be passed directly to JSX without using spread:
2396
2422
  clipRule: "evenodd"
2397
2423
  }
2398
2424
  ),
2399
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2425
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2400
2426
  "path",
2401
2427
  {
2402
2428
  fill: stroke || color || "currentColor",
@@ -2406,7 +2432,7 @@ React keys must be passed directly to JSX without using spread:
2406
2432
  ] }), Logout_default = IconLogout;
2407
2433
 
2408
2434
  // src/components/ModelGeminiFilled1.tsx
2409
- var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2435
+ var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconModelGeminiFilled1 = ({ 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)(
2410
2436
  "path",
2411
2437
  {
2412
2438
  fill: fill || color || "currentColor",
@@ -2415,7 +2441,7 @@ React keys must be passed directly to JSX without using spread:
2415
2441
  ) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
2416
2442
 
2417
2443
  // src/components/ModelGeminiFilled.tsx
2418
- var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
2444
+ var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
2419
2445
  "path",
2420
2446
  {
2421
2447
  fill: fill || color || "currentColor",
@@ -2424,8 +2450,8 @@ React keys must be passed directly to JSX without using spread:
2424
2450
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
2425
2451
 
2426
2452
  // src/components/ModelDeepmindFilled.tsx
2427
- var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
2428
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2453
+ var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2454
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2429
2455
  "path",
2430
2456
  {
2431
2457
  fill: fill || color || "currentColor",
@@ -2434,11 +2460,11 @@ React keys must be passed directly to JSX without using spread:
2434
2460
  clipRule: "evenodd"
2435
2461
  }
2436
2462
  ) }),
2437
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2463
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
2438
2464
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
2439
2465
 
2440
2466
  // src/components/ModelSoraFilled.tsx
2441
- var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2467
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2442
2468
  "path",
2443
2469
  {
2444
2470
  fill: fill || color || "currentColor",
@@ -2447,7 +2473,7 @@ React keys must be passed directly to JSX without using spread:
2447
2473
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
2448
2474
 
2449
2475
  // src/components/ModelNanobananaLogoNomoFilled.tsx
2450
- var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2476
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
2451
2477
  size,
2452
2478
  width,
2453
2479
  height,
@@ -2455,64 +2481,64 @@ React keys must be passed directly to JSX without using spread:
2455
2481
  className,
2456
2482
  fill,
2457
2483
  stroke
2458
- }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2459
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2484
+ }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2485
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2460
2486
  "path",
2461
2487
  {
2462
2488
  fill: "#5A5C62",
2463
2489
  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"
2464
2490
  }
2465
2491
  ),
2466
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2492
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2467
2493
  "path",
2468
2494
  {
2469
2495
  fill: "#D5D6D7",
2470
2496
  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"
2471
2497
  }
2472
2498
  ),
2473
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2499
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2474
2500
  "path",
2475
2501
  {
2476
2502
  fill: "#C4C5C7",
2477
2503
  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"
2478
2504
  }
2479
2505
  ),
2480
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2506
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2481
2507
  "path",
2482
2508
  {
2483
2509
  fill: "#7B7C81",
2484
2510
  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"
2485
2511
  }
2486
2512
  ),
2487
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2513
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2488
2514
  "path",
2489
2515
  {
2490
2516
  fill: "#85878B",
2491
2517
  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"
2492
2518
  }
2493
2519
  ),
2494
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2520
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2495
2521
  "path",
2496
2522
  {
2497
2523
  fill: "#1B1D24",
2498
2524
  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"
2499
2525
  }
2500
2526
  ),
2501
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2527
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2502
2528
  "path",
2503
2529
  {
2504
2530
  fill: "#D5D6D7",
2505
2531
  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"
2506
2532
  }
2507
2533
  ),
2508
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2534
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2509
2535
  "path",
2510
2536
  {
2511
2537
  fill: "#85878B",
2512
2538
  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"
2513
2539
  }
2514
2540
  ),
2515
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2541
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2516
2542
  "path",
2517
2543
  {
2518
2544
  fill: "#D5D6D7",
@@ -2522,7 +2548,7 @@ React keys must be passed directly to JSX without using spread:
2522
2548
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
2523
2549
 
2524
2550
  // src/components/Models.tsx
2525
- var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
2551
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
2526
2552
  "path",
2527
2553
  {
2528
2554
  fill: stroke || color || "currentColor",
@@ -2533,22 +2559,22 @@ React keys must be passed directly to JSX without using spread:
2533
2559
  ) }), Models_default = IconModels;
2534
2560
 
2535
2561
  // src/components/More.tsx
2536
- var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
2537
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2562
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconMore = ({ 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: [
2563
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2538
2564
  "path",
2539
2565
  {
2540
2566
  fill: stroke || color || "currentColor",
2541
2567
  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"
2542
2568
  }
2543
2569
  ),
2544
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2570
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2545
2571
  "path",
2546
2572
  {
2547
2573
  fill: stroke || color || "currentColor",
2548
2574
  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"
2549
2575
  }
2550
2576
  ),
2551
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2577
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2552
2578
  "path",
2553
2579
  {
2554
2580
  fill: stroke || color || "currentColor",
@@ -2558,29 +2584,29 @@ React keys must be passed directly to JSX without using spread:
2558
2584
  ] }), More_default = IconMore;
2559
2585
 
2560
2586
  // src/components/Moresettings.tsx
2561
- var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
2562
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2587
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconMoresettings = ({ 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: [
2588
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2563
2589
  "path",
2564
2590
  {
2565
2591
  fill: stroke || color || "currentColor",
2566
2592
  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"
2567
2593
  }
2568
2594
  ),
2569
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2595
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2570
2596
  "path",
2571
2597
  {
2572
2598
  fill: stroke || color || "currentColor",
2573
2599
  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"
2574
2600
  }
2575
2601
  ),
2576
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2602
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2577
2603
  "path",
2578
2604
  {
2579
2605
  fill: stroke || color || "currentColor",
2580
2606
  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"
2581
2607
  }
2582
2608
  ),
2583
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2609
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2584
2610
  "path",
2585
2611
  {
2586
2612
  fill: stroke || color || "currentColor",
@@ -2592,7 +2618,7 @@ React keys must be passed directly to JSX without using spread:
2592
2618
  ] }), Moresettings_default = IconMoresettings;
2593
2619
 
2594
2620
  // src/components/Pencil.tsx
2595
- var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2621
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2596
2622
  "path",
2597
2623
  {
2598
2624
  fill: stroke || color || "currentColor",
@@ -2603,19 +2629,19 @@ React keys must be passed directly to JSX without using spread:
2603
2629
  ) }), Pencil_default = IconPencil;
2604
2630
 
2605
2631
  // src/components/PlanFilled.tsx
2606
- var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
2607
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2632
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ 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: [
2633
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2608
2634
  "path",
2609
2635
  {
2610
2636
  fill: fill || color || "currentColor",
2611
2637
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
2612
2638
  }
2613
2639
  ) }),
2614
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2640
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2615
2641
  ] }), PlanFilled_default = IconPlanFilled;
2616
2642
 
2617
2643
  // src/components/Ratio169.tsx
2618
- var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2644
+ var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2619
2645
  "path",
2620
2646
  {
2621
2647
  fill: stroke || color || "currentColor",
@@ -2624,15 +2650,15 @@ React keys must be passed directly to JSX without using spread:
2624
2650
  ) }), Ratio169_default = IconRatio169;
2625
2651
 
2626
2652
  // src/components/Ratio11.tsx
2627
- var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
2628
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2653
+ var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconRatio11 = ({ 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: [
2654
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2629
2655
  "path",
2630
2656
  {
2631
2657
  fill: stroke || color || "currentColor",
2632
2658
  d: "M24 24L2.76562e-06 24L3.8147e-06 0L24 1.04907e-06L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
2633
2659
  }
2634
2660
  ) }),
2635
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2661
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2636
2662
  "rect",
2637
2663
  {
2638
2664
  width: "24",
@@ -2644,15 +2670,15 @@ React keys must be passed directly to JSX without using spread:
2644
2670
  ] }), Ratio11_default = IconRatio11;
2645
2671
 
2646
2672
  // src/components/Ratio916.tsx
2647
- var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
2648
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2673
+ var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconRatio916 = ({ 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: [
2674
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2649
2675
  "path",
2650
2676
  {
2651
2677
  fill: stroke || color || "currentColor",
2652
2678
  d: "M18.8571 24L5.14286 24L5.14286 4.49603e-07L18.8571 1.04907e-06L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
2653
2679
  }
2654
2680
  ) }),
2655
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2681
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2656
2682
  "rect",
2657
2683
  {
2658
2684
  width: "24",
@@ -2664,15 +2690,15 @@ React keys must be passed directly to JSX without using spread:
2664
2690
  ] }), Ratio916_default = IconRatio916;
2665
2691
 
2666
2692
  // src/components/Ratio.tsx
2667
- var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
2668
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2693
+ var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconRatio = ({ 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: [
2694
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2669
2695
  "path",
2670
2696
  {
2671
2697
  fill: stroke || color || "currentColor",
2672
2698
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
2673
2699
  }
2674
2700
  ),
2675
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2701
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2676
2702
  "path",
2677
2703
  {
2678
2704
  fill: stroke || color || "currentColor",
@@ -2682,7 +2708,7 @@ React keys must be passed directly to JSX without using spread:
2682
2708
  ] }), Ratio_default = IconRatio;
2683
2709
 
2684
2710
  // src/components/ReEdit.tsx
2685
- var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2711
+ var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconReEdit = ({ 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)(
2686
2712
  "path",
2687
2713
  {
2688
2714
  fill: stroke || color || "currentColor",
@@ -2693,7 +2719,7 @@ React keys must be passed directly to JSX without using spread:
2693
2719
  ) }), ReEdit_default = IconReEdit;
2694
2720
 
2695
2721
  // src/components/Regenerate.tsx
2696
- var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
2722
+ var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconRegenerate = ({ 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)(
2697
2723
  "path",
2698
2724
  {
2699
2725
  fill: stroke || color || "currentColor",
@@ -2704,7 +2730,7 @@ React keys must be passed directly to JSX without using spread:
2704
2730
  ) }), Regenerate_default = IconRegenerate;
2705
2731
 
2706
2732
  // src/components/SocialX.tsx
2707
- var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
2733
+ var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconSocialX = ({ 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)(
2708
2734
  "path",
2709
2735
  {
2710
2736
  fill: fill || color || "currentColor",
@@ -2713,7 +2739,7 @@ React keys must be passed directly to JSX without using spread:
2713
2739
  ) }), SocialX_default = IconSocialX;
2714
2740
 
2715
2741
  // src/components/SocialDiscord.tsx
2716
- var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
2742
+ var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ 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)(
2717
2743
  "path",
2718
2744
  {
2719
2745
  fill: fill || color || "currentColor",
@@ -2722,8 +2748,8 @@ React keys must be passed directly to JSX without using spread:
2722
2748
  ) }), SocialDiscord_default = IconSocialDiscord;
2723
2749
 
2724
2750
  // src/components/SoundOff.tsx
2725
- var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconSoundOff = ({ 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: [
2726
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2751
+ var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconSoundOff = ({ 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: [
2752
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2727
2753
  "path",
2728
2754
  {
2729
2755
  fill: stroke || color || "currentColor",
@@ -2732,7 +2758,7 @@ React keys must be passed directly to JSX without using spread:
2732
2758
  clipRule: "evenodd"
2733
2759
  }
2734
2760
  ),
2735
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2761
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2736
2762
  "path",
2737
2763
  {
2738
2764
  fill: stroke || color || "currentColor",
@@ -2742,8 +2768,8 @@ React keys must be passed directly to JSX without using spread:
2742
2768
  ] }), SoundOff_default = IconSoundOff;
2743
2769
 
2744
2770
  // src/components/SoundOn.tsx
2745
- var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
2746
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2771
+ var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconSoundOn = ({ 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: [
2772
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2747
2773
  "path",
2748
2774
  {
2749
2775
  fill: stroke || color || "currentColor",
@@ -2752,14 +2778,14 @@ React keys must be passed directly to JSX without using spread:
2752
2778
  clipRule: "evenodd"
2753
2779
  }
2754
2780
  ),
2755
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2781
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2756
2782
  "path",
2757
2783
  {
2758
2784
  fill: stroke || color || "currentColor",
2759
2785
  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"
2760
2786
  }
2761
2787
  ),
2762
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2788
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2763
2789
  "path",
2764
2790
  {
2765
2791
  fill: stroke || color || "currentColor",
@@ -2769,24 +2795,24 @@ React keys must be passed directly to JSX without using spread:
2769
2795
  ] }), SoundOn_default = IconSoundOn;
2770
2796
 
2771
2797
  // src/components/StyleAutoFilled.tsx
2772
- var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ 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: [
2773
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2798
+ var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2799
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2774
2800
  "path",
2775
2801
  {
2776
2802
  fill: fill || color || "currentColor",
2777
2803
  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"
2778
2804
  }
2779
2805
  ),
2780
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2806
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2781
2807
  "path",
2782
2808
  {
2783
2809
  fill: fill || color || "currentColor",
2784
2810
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
2785
2811
  }
2786
2812
  ),
2787
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2788
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2789
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
2813
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2814
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2815
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2790
2816
  "path",
2791
2817
  {
2792
2818
  fill: fill || color || "currentColor",
@@ -2796,43 +2822,43 @@ React keys must be passed directly to JSX without using spread:
2796
2822
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
2797
2823
 
2798
2824
  // src/components/Style.tsx
2799
- var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2800
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2825
+ var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconStyle = ({ 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: [
2826
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2801
2827
  "path",
2802
2828
  {
2803
2829
  fill: stroke || color || "currentColor",
2804
2830
  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"
2805
2831
  }
2806
2832
  ),
2807
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2833
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2808
2834
  "path",
2809
2835
  {
2810
2836
  fill: stroke || color || "currentColor",
2811
2837
  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"
2812
2838
  }
2813
2839
  ),
2814
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2840
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2815
2841
  "path",
2816
2842
  {
2817
2843
  fill: stroke || color || "currentColor",
2818
2844
  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"
2819
2845
  }
2820
2846
  ),
2821
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2847
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2822
2848
  "path",
2823
2849
  {
2824
2850
  fill: stroke || color || "currentColor",
2825
2851
  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"
2826
2852
  }
2827
2853
  ),
2828
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2854
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2829
2855
  "path",
2830
2856
  {
2831
2857
  fill: stroke || color || "currentColor",
2832
2858
  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"
2833
2859
  }
2834
2860
  ),
2835
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
2861
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2836
2862
  "path",
2837
2863
  {
2838
2864
  fill: stroke || color || "currentColor",
@@ -2844,32 +2870,32 @@ React keys must be passed directly to JSX without using spread:
2844
2870
  ] }), Style_default = IconStyle;
2845
2871
 
2846
2872
  // src/components/TextLogo.tsx
2847
- var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 100 34", className, width: width || size, height: height || size, children: [
2848
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("g", { clipPath: "url(#clip0_33_25)", children: [
2849
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2873
+ var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 100 34", className, width: width || size, height: height || size, children: [
2874
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { clipPath: "url(#clip0_33_25)", children: [
2875
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2850
2876
  "path",
2851
2877
  {
2852
2878
  fill: "#888888",
2853
2879
  d: "M33.7554 5.56861C40.0632 5.56879 45.1763 10.6827 45.1763 16.9905C45.1761 23.2982 40.063 28.4112 33.7554 28.4114C27.4475 28.4114 22.3337 23.2983 22.3335 16.9905C22.3335 10.6825 27.4474 5.56861 33.7554 5.56861ZM33.7554 11.6604C30.8117 11.6604 28.4253 14.0468 28.4253 16.9905C28.4255 19.934 30.8118 22.3206 33.7554 22.3206C36.6988 22.3204 39.0853 19.934 39.0854 16.9905C39.0854 14.0469 36.699 11.6606 33.7554 11.6604Z"
2854
2880
  }
2855
2881
  ),
2856
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2882
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2857
2883
  "path",
2858
2884
  {
2859
2885
  fill: "#888888",
2860
2886
  d: "M71.8274 5.56861C78.1352 5.56879 83.2483 10.6827 83.2483 16.9905C83.2481 23.2982 78.135 28.4112 71.8274 28.4114C65.5195 28.4114 60.4057 23.2983 60.4055 16.9905C60.4055 10.6825 65.5194 5.56861 71.8274 5.56861ZM71.8274 11.6604C68.8837 11.6604 66.4973 14.0468 66.4973 16.9905C66.4975 19.934 68.8838 22.3206 71.8274 22.3206C74.7708 22.3204 77.1573 19.934 77.1574 16.9905C77.1574 14.0469 74.7709 11.6606 71.8274 11.6604Z"
2861
2887
  }
2862
2888
  ),
2863
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2889
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2864
2890
  "path",
2865
2891
  {
2866
2892
  fill: "#888888",
2867
2893
  d: "M47.4611 16.6095C47.4611 14.9165 47.9442 12.445 49.4821 10.309C51.1319 8.01774 53.8543 6.33006 57.7404 6.33006H58.844C59.2859 6.33006 59.644 6.68824 59.644 7.13006V11.6216C59.644 12.0634 59.2859 12.4216 58.844 12.4216H57.7404C55.8399 12.4216 54.9459 13.1452 54.4255 13.8678C53.7933 14.7459 53.5525 15.8912 53.5525 16.6095V26.8503C53.5525 27.2921 53.1944 27.6503 52.7525 27.6503H48.2611C47.8192 27.6503 47.4611 27.2921 47.4611 26.8503V16.6095Z"
2868
2894
  }
2869
2895
  ),
2870
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "6.09149", height: "26.6503", x: "85.533", y: "1", fill: "#888888", rx: "0.8" }),
2871
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "6.09149", height: "26.6503", x: "93.9086", y: "1", fill: "#888888", rx: "0.8" }),
2872
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2896
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "6.09149", height: "26.6503", x: "85.533", y: "1", fill: "#888888", rx: "0.8" }),
2897
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "6.09149", height: "26.6503", x: "93.9086", y: "1", fill: "#888888", rx: "0.8" }),
2898
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2873
2899
  "path",
2874
2900
  {
2875
2901
  fill: "#888888",
@@ -2877,19 +2903,19 @@ React keys must be passed directly to JSX without using spread:
2877
2903
  }
2878
2904
  )
2879
2905
  ] }),
2880
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
2906
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
2881
2907
  ] }), TextLogo_default = IconTextLogo;
2882
2908
 
2883
2909
  // src/components/ToolsFilled.tsx
2884
- var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2885
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2910
+ var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ 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: [
2911
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2886
2912
  "path",
2887
2913
  {
2888
2914
  fill: fill || color || "currentColor",
2889
2915
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
2890
2916
  }
2891
2917
  ),
2892
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
2918
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
2893
2919
  "path",
2894
2920
  {
2895
2921
  fill: fill || color || "currentColor",
@@ -2899,7 +2925,7 @@ React keys must be passed directly to JSX without using spread:
2899
2925
  ] }), ToolsFilled_default = IconToolsFilled;
2900
2926
 
2901
2927
  // src/components/Tools.tsx
2902
- var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconTools = ({ 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)(
2928
+ var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconTools = ({ 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)(
2903
2929
  "path",
2904
2930
  {
2905
2931
  stroke: stroke || color || "currentColor",
@@ -2909,7 +2935,7 @@ React keys must be passed directly to JSX without using spread:
2909
2935
  ) }), Tools_default = IconTools;
2910
2936
 
2911
2937
  // src/components/Uploadfiles.tsx
2912
- var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ 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)(
2938
+ var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2913
2939
  "path",
2914
2940
  {
2915
2941
  fill: stroke || color || "currentColor",
@@ -2918,15 +2944,15 @@ React keys must be passed directly to JSX without using spread:
2918
2944
  ) }), Uploadfiles_default = IconUploadfiles;
2919
2945
 
2920
2946
  // src/components/Uploadimages.tsx
2921
- var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconUploadimages = ({ 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: [
2922
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2947
+ var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconUploadimages = ({ 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: [
2948
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2923
2949
  "path",
2924
2950
  {
2925
2951
  fill: stroke || color || "currentColor",
2926
2952
  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"
2927
2953
  }
2928
2954
  ),
2929
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2955
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2930
2956
  "path",
2931
2957
  {
2932
2958
  fill: stroke || color || "currentColor",
@@ -2935,11 +2961,11 @@ React keys must be passed directly to JSX without using spread:
2935
2961
  clipRule: "evenodd"
2936
2962
  }
2937
2963
  ),
2938
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2964
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
2939
2965
  ] }), Uploadimages_default = IconUploadimages;
2940
2966
 
2941
2967
  // src/components/Userfeedback.tsx
2942
- var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ 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)(
2968
+ var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2943
2969
  "path",
2944
2970
  {
2945
2971
  fill: stroke || color || "currentColor",
@@ -2950,22 +2976,22 @@ React keys must be passed directly to JSX without using spread:
2950
2976
  ) }), Userfeedback_default = IconUserfeedback;
2951
2977
 
2952
2978
  // src/components/VideoGeneration.tsx
2953
- var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ 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: [
2954
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2979
+ var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ 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: [
2980
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2955
2981
  "path",
2956
2982
  {
2957
2983
  fill: stroke || color || "currentColor",
2958
2984
  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"
2959
2985
  }
2960
2986
  ),
2961
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2987
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2962
2988
  "path",
2963
2989
  {
2964
2990
  fill: stroke || color || "currentColor",
2965
2991
  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"
2966
2992
  }
2967
2993
  ),
2968
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
2994
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2969
2995
  "path",
2970
2996
  {
2971
2997
  fill: stroke || color || "currentColor",
@@ -2977,9 +3003,9 @@ React keys must be passed directly to JSX without using spread:
2977
3003
  ] }), VideoGeneration_default = IconVideoGeneration;
2978
3004
 
2979
3005
  // src/components/VideoLength.tsx
2980
- var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
2981
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
2982
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
3006
+ var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconVideoLength = ({ 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: [
3007
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3008
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2983
3009
  "path",
2984
3010
  {
2985
3011
  fill: stroke || color || "currentColor",
@@ -2991,7 +3017,7 @@ React keys must be passed directly to JSX without using spread:
2991
3017
  ] }), VideoLength_default = IconVideoLength;
2992
3018
 
2993
3019
  // src/components/Visualstyles.tsx
2994
- var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
3020
+ var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ 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)(
2995
3021
  "path",
2996
3022
  {
2997
3023
  fill: stroke || color || "currentColor",