@yoroll/react-icon 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +481 -332
- package/dist/index.iife.js +468 -330
- package/dist/index.iife.min.js +3 -3
- package/dist/index.js +563 -403
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/dist/types/components/DeleteSceneChoice.d.ts +4 -0
- package/dist/types/components/FiletypePdfLumiFilled.d.ts +4 -0
- package/dist/types/components/GamecontrolChoice.d.ts +4 -0
- package/dist/types/components/GamecontrolGameplay.d.ts +4 -0
- package/dist/types/components/GamecontrolLinear.d.ts +4 -0
- package/dist/types/components/Handtool.d.ts +4 -0
- package/dist/types/components/ImageLoadFailedFilled.d.ts +4 -0
- package/dist/types/components/Invitecode.d.ts +4 -0
- package/dist/types/components/PageError.d.ts +4 -0
- package/dist/types/components/Pick.d.ts +4 -0
- package/dist/types/components/ProblemNoticeFilled.d.ts +4 -0
- package/dist/types/components/SwitchOnFilled.d.ts +4 -0
- package/dist/types/components/Target.d.ts +4 -0
- package/dist/types/components/index.d.ts +13 -2
- package/package.json +1 -1
- package/dist/types/components/ImageLoadFailed.d.ts +0 -4
- package/dist/types/components/SwitchOn.d.ts +0 -4
package/dist/index.iife.js
CHANGED
|
@@ -1777,10 +1777,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1777
1777
|
}
|
|
1778
1778
|
) }), Cursor_default = IconCursor;
|
|
1779
1779
|
|
|
1780
|
-
// src/components/
|
|
1781
|
-
var import_jsx_runtime20 = __toESM(require_jsx_runtime()),
|
|
1782
|
-
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "
|
|
1780
|
+
// src/components/DeleteSceneChoice.tsx
|
|
1781
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ 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: [
|
|
1782
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
1783
1783
|
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1784
|
+
"path",
|
|
1785
|
+
{
|
|
1786
|
+
fill: stroke || color || "currentColor",
|
|
1787
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
1788
|
+
fillRule: "evenodd",
|
|
1789
|
+
clipRule: "evenodd"
|
|
1790
|
+
}
|
|
1791
|
+
)
|
|
1792
|
+
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
1793
|
+
|
|
1794
|
+
// src/components/Delete.tsx
|
|
1795
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
|
|
1796
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
1797
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1784
1798
|
"path",
|
|
1785
1799
|
{
|
|
1786
1800
|
fill: stroke || color || "currentColor",
|
|
@@ -1792,15 +1806,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1792
1806
|
] }), Delete_default = IconDelete;
|
|
1793
1807
|
|
|
1794
1808
|
// src/components/Download.tsx
|
|
1795
|
-
var
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
1809
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconDownload = ({ 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: [
|
|
1810
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1797
1811
|
"path",
|
|
1798
1812
|
{
|
|
1799
1813
|
fill: stroke || color || "currentColor",
|
|
1800
1814
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
1801
1815
|
}
|
|
1802
1816
|
),
|
|
1803
|
-
/* @__PURE__ */ (0,
|
|
1817
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1804
1818
|
"path",
|
|
1805
1819
|
{
|
|
1806
1820
|
fill: stroke || color || "currentColor",
|
|
@@ -1812,7 +1826,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1812
1826
|
] }), Download_default = IconDownload;
|
|
1813
1827
|
|
|
1814
1828
|
// src/components/FeedbackFailFilled.tsx
|
|
1815
|
-
var
|
|
1829
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
|
|
1816
1830
|
"path",
|
|
1817
1831
|
{
|
|
1818
1832
|
fill: fill || color || "currentColor",
|
|
@@ -1823,7 +1837,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1823
1837
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
1824
1838
|
|
|
1825
1839
|
// src/components/FeedbackPendingFilled.tsx
|
|
1826
|
-
var
|
|
1840
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ 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)(
|
|
1827
1841
|
"path",
|
|
1828
1842
|
{
|
|
1829
1843
|
fill: fill || color || "currentColor",
|
|
@@ -1834,7 +1848,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1834
1848
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
1835
1849
|
|
|
1836
1850
|
// src/components/FeedbackProblemFilled.tsx
|
|
1837
|
-
var
|
|
1851
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ 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)(
|
|
1838
1852
|
"path",
|
|
1839
1853
|
{
|
|
1840
1854
|
fill: fill || color || "currentColor",
|
|
@@ -1845,29 +1859,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1845
1859
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
1846
1860
|
|
|
1847
1861
|
// src/components/FeedbackProblem.tsx
|
|
1848
|
-
var
|
|
1849
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ 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: [
|
|
1863
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1850
1864
|
"path",
|
|
1851
1865
|
{
|
|
1852
1866
|
fill: stroke || color || "currentColor",
|
|
1853
1867
|
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"
|
|
1854
1868
|
}
|
|
1855
1869
|
),
|
|
1856
|
-
/* @__PURE__ */ (0,
|
|
1870
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1857
1871
|
"path",
|
|
1858
1872
|
{
|
|
1859
1873
|
fill: stroke || color || "currentColor",
|
|
1860
1874
|
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"
|
|
1861
1875
|
}
|
|
1862
1876
|
),
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1877
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1864
1878
|
"path",
|
|
1865
1879
|
{
|
|
1866
1880
|
fill: stroke || color || "currentColor",
|
|
1867
1881
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
1868
1882
|
}
|
|
1869
1883
|
),
|
|
1870
|
-
/* @__PURE__ */ (0,
|
|
1884
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1871
1885
|
"path",
|
|
1872
1886
|
{
|
|
1873
1887
|
fill: stroke || color || "currentColor",
|
|
@@ -1879,8 +1893,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1879
1893
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1880
1894
|
|
|
1881
1895
|
// src/components/FiletypePdfFilled.tsx
|
|
1882
|
-
var
|
|
1883
|
-
/* @__PURE__ */ (0,
|
|
1896
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
1897
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1884
1898
|
"path",
|
|
1885
1899
|
{
|
|
1886
1900
|
fill: "#FF3E4C",
|
|
@@ -1888,14 +1902,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1888
1902
|
style: { opacity: 0.3 }
|
|
1889
1903
|
}
|
|
1890
1904
|
) }),
|
|
1891
|
-
/* @__PURE__ */ (0,
|
|
1905
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1892
1906
|
"path",
|
|
1893
1907
|
{
|
|
1894
1908
|
fill: "#FF3E4C",
|
|
1895
1909
|
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"
|
|
1896
1910
|
}
|
|
1897
1911
|
),
|
|
1898
|
-
/* @__PURE__ */ (0,
|
|
1912
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1899
1913
|
"path",
|
|
1900
1914
|
{
|
|
1901
1915
|
fill: "#FF3E4C",
|
|
@@ -1904,8 +1918,67 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1904
1918
|
)
|
|
1905
1919
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1906
1920
|
|
|
1921
|
+
// src/components/FiletypePdfLumiFilled.tsx
|
|
1922
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1923
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1924
|
+
"path",
|
|
1925
|
+
{
|
|
1926
|
+
fill: "#2E2E2E",
|
|
1927
|
+
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",
|
|
1928
|
+
style: { opacity: 0.3 }
|
|
1929
|
+
}
|
|
1930
|
+
) }),
|
|
1931
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1932
|
+
"path",
|
|
1933
|
+
{
|
|
1934
|
+
fill: "#2E2E2E",
|
|
1935
|
+
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"
|
|
1936
|
+
}
|
|
1937
|
+
),
|
|
1938
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1939
|
+
"path",
|
|
1940
|
+
{
|
|
1941
|
+
fill: "#2E2E2E",
|
|
1942
|
+
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"
|
|
1943
|
+
}
|
|
1944
|
+
)
|
|
1945
|
+
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1946
|
+
|
|
1947
|
+
// src/components/GamecontrolChoice.tsx
|
|
1948
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ 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)(
|
|
1949
|
+
"path",
|
|
1950
|
+
{
|
|
1951
|
+
fill: stroke || color || "currentColor",
|
|
1952
|
+
d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
|
|
1953
|
+
fillRule: "evenodd",
|
|
1954
|
+
clipRule: "evenodd"
|
|
1955
|
+
}
|
|
1956
|
+
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1957
|
+
|
|
1958
|
+
// src/components/GamecontrolGameplay.tsx
|
|
1959
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1960
|
+
"path",
|
|
1961
|
+
{
|
|
1962
|
+
fill: stroke || color || "currentColor",
|
|
1963
|
+
d: "M13.125 8.85823C15.0659 8.35868 16.5 6.59682 16.5 4.5C16.5 2.01472 14.4853 0 12 0C9.51472 0 7.5 2.01472 7.5 4.5C7.5 6.59682 8.93412 8.35868 10.875 8.85823V12.75H6L1.5 17.25V22.5H22.5V17.25L18 12.75H13.125V8.85823ZM12 6.75C13.2426 6.75 14.25 5.74264 14.25 4.5C14.25 3.25736 13.2426 2.25 12 2.25C10.7574 2.25 9.75 3.25736 9.75 4.5C9.75 5.74264 10.7574 6.75 12 6.75ZM10.875 15V18H13.125V15H17.068L20.25 18.182V20.25H3.75V18.182L6.93198 15H10.875Z",
|
|
1964
|
+
fillRule: "evenodd",
|
|
1965
|
+
clipRule: "evenodd"
|
|
1966
|
+
}
|
|
1967
|
+
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1968
|
+
|
|
1969
|
+
// src/components/GamecontrolLinear.tsx
|
|
1970
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1971
|
+
"path",
|
|
1972
|
+
{
|
|
1973
|
+
fill: stroke || color || "currentColor",
|
|
1974
|
+
d: "M17.1292 10.875C16.6142 8.51611 14.5133 6.75 12 6.75C9.48666 6.75 7.38582 8.51611 6.87082 10.875H0V13.125H6.87082C7.38582 15.4839 9.48666 17.25 12 17.25C14.5133 17.25 16.6142 15.4839 17.1292 13.125H24V10.875H17.1292ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
|
|
1975
|
+
fillRule: "evenodd",
|
|
1976
|
+
clipRule: "evenodd"
|
|
1977
|
+
}
|
|
1978
|
+
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1979
|
+
|
|
1907
1980
|
// src/components/Gamelanguage.tsx
|
|
1908
|
-
var
|
|
1981
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
|
|
1909
1982
|
"path",
|
|
1910
1983
|
{
|
|
1911
1984
|
fill: stroke || color || "currentColor",
|
|
@@ -1916,8 +1989,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1916
1989
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1917
1990
|
|
|
1918
1991
|
// src/components/Gamepreview.tsx
|
|
1919
|
-
var
|
|
1920
|
-
/* @__PURE__ */ (0,
|
|
1992
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1921
1994
|
"path",
|
|
1922
1995
|
{
|
|
1923
1996
|
fill: stroke || color || "currentColor",
|
|
@@ -1926,7 +1999,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1926
1999
|
clipRule: "evenodd"
|
|
1927
2000
|
}
|
|
1928
2001
|
),
|
|
1929
|
-
/* @__PURE__ */ (0,
|
|
2002
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1930
2003
|
"path",
|
|
1931
2004
|
{
|
|
1932
2005
|
fill: stroke || color || "currentColor",
|
|
@@ -1938,15 +2011,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1938
2011
|
] }), Gamepreview_default = IconGamepreview;
|
|
1939
2012
|
|
|
1940
2013
|
// src/components/GenerateMultimage.tsx
|
|
1941
|
-
var
|
|
1942
|
-
/* @__PURE__ */ (0,
|
|
2014
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2015
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1943
2016
|
"path",
|
|
1944
2017
|
{
|
|
1945
2018
|
fill: stroke || color || "currentColor",
|
|
1946
2019
|
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"
|
|
1947
2020
|
}
|
|
1948
2021
|
),
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
2022
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1950
2023
|
"path",
|
|
1951
2024
|
{
|
|
1952
2025
|
fill: stroke || color || "currentColor",
|
|
@@ -1955,11 +2028,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1955
2028
|
clipRule: "evenodd"
|
|
1956
2029
|
}
|
|
1957
2030
|
),
|
|
1958
|
-
/* @__PURE__ */ (0,
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1959
2032
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1960
2033
|
|
|
1961
2034
|
// src/components/GenerateFilled.tsx
|
|
1962
|
-
var
|
|
2035
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1963
2036
|
"path",
|
|
1964
2037
|
{
|
|
1965
2038
|
fill: fill || color || "currentColor",
|
|
@@ -1970,15 +2043,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1970
2043
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1971
2044
|
|
|
1972
2045
|
// src/components/GenerateFrameStart.tsx
|
|
1973
|
-
var
|
|
1974
|
-
/* @__PURE__ */ (0,
|
|
2046
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2047
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1975
2048
|
"path",
|
|
1976
2049
|
{
|
|
1977
2050
|
fill: stroke || color || "currentColor",
|
|
1978
2051
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
1979
2052
|
}
|
|
1980
2053
|
),
|
|
1981
|
-
/* @__PURE__ */ (0,
|
|
2054
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1982
2055
|
"path",
|
|
1983
2056
|
{
|
|
1984
2057
|
fill: stroke || color || "currentColor",
|
|
@@ -1990,8 +2063,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1990
2063
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1991
2064
|
|
|
1992
2065
|
// src/components/GenerateFrameStart2End.tsx
|
|
1993
|
-
var
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
2066
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2067
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1995
2068
|
"path",
|
|
1996
2069
|
{
|
|
1997
2070
|
fill: stroke || color || "currentColor",
|
|
@@ -2000,14 +2073,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2000
2073
|
clipRule: "evenodd"
|
|
2001
2074
|
}
|
|
2002
2075
|
),
|
|
2003
|
-
/* @__PURE__ */ (0,
|
|
2076
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2004
2077
|
"path",
|
|
2005
2078
|
{
|
|
2006
2079
|
fill: stroke || color || "currentColor",
|
|
2007
2080
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
2008
2081
|
}
|
|
2009
2082
|
),
|
|
2010
|
-
/* @__PURE__ */ (0,
|
|
2083
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2011
2084
|
"path",
|
|
2012
2085
|
{
|
|
2013
2086
|
fill: stroke || color || "currentColor",
|
|
@@ -2019,8 +2092,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2019
2092
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2020
2093
|
|
|
2021
2094
|
// src/components/GenerateSwitchframe.tsx
|
|
2022
|
-
var
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
2095
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
2096
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2024
2097
|
"path",
|
|
2025
2098
|
{
|
|
2026
2099
|
fill: stroke || color || "currentColor",
|
|
@@ -2029,7 +2102,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2029
2102
|
clipRule: "evenodd"
|
|
2030
2103
|
}
|
|
2031
2104
|
),
|
|
2032
|
-
/* @__PURE__ */ (0,
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2033
2106
|
"path",
|
|
2034
2107
|
{
|
|
2035
2108
|
fill: stroke || color || "currentColor",
|
|
@@ -2041,15 +2114,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2041
2114
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2042
2115
|
|
|
2043
2116
|
// src/components/GenerateT2V.tsx
|
|
2044
|
-
var
|
|
2045
|
-
/* @__PURE__ */ (0,
|
|
2117
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ 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: [
|
|
2118
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2046
2119
|
"path",
|
|
2047
2120
|
{
|
|
2048
2121
|
fill: stroke || color || "currentColor",
|
|
2049
2122
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2050
2123
|
}
|
|
2051
2124
|
),
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2053
2126
|
"path",
|
|
2054
2127
|
{
|
|
2055
2128
|
fill: stroke || color || "currentColor",
|
|
@@ -2061,15 +2134,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2061
2134
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2062
2135
|
|
|
2063
2136
|
// src/components/GenreAuto.tsx
|
|
2064
|
-
var
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2137
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2138
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2066
2139
|
"path",
|
|
2067
2140
|
{
|
|
2068
2141
|
fill: stroke || color || "currentColor",
|
|
2069
2142
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2070
2143
|
}
|
|
2071
2144
|
),
|
|
2072
|
-
/* @__PURE__ */ (0,
|
|
2145
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2073
2146
|
"path",
|
|
2074
2147
|
{
|
|
2075
2148
|
fill: stroke || color || "currentColor",
|
|
@@ -2078,15 +2151,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2078
2151
|
clipRule: "evenodd"
|
|
2079
2152
|
}
|
|
2080
2153
|
),
|
|
2081
|
-
/* @__PURE__ */ (0,
|
|
2082
|
-
/* @__PURE__ */ (0,
|
|
2154
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2155
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2083
2156
|
"path",
|
|
2084
2157
|
{
|
|
2085
2158
|
fill: stroke || color || "currentColor",
|
|
2086
2159
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2087
2160
|
}
|
|
2088
2161
|
),
|
|
2089
|
-
/* @__PURE__ */ (0,
|
|
2162
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2090
2163
|
"path",
|
|
2091
2164
|
{
|
|
2092
2165
|
fill: stroke || color || "currentColor",
|
|
@@ -2096,22 +2169,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2096
2169
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2097
2170
|
|
|
2098
2171
|
// src/components/GenreComedy.tsx
|
|
2099
|
-
var
|
|
2100
|
-
/* @__PURE__ */ (0,
|
|
2172
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
|
|
2173
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2101
2174
|
"path",
|
|
2102
2175
|
{
|
|
2103
2176
|
fill: stroke || color || "currentColor",
|
|
2104
2177
|
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"
|
|
2105
2178
|
}
|
|
2106
2179
|
),
|
|
2107
|
-
/* @__PURE__ */ (0,
|
|
2180
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2108
2181
|
"path",
|
|
2109
2182
|
{
|
|
2110
2183
|
fill: stroke || color || "currentColor",
|
|
2111
2184
|
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"
|
|
2112
2185
|
}
|
|
2113
2186
|
),
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2187
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2115
2188
|
"path",
|
|
2116
2189
|
{
|
|
2117
2190
|
fill: stroke || color || "currentColor",
|
|
@@ -2120,7 +2193,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2120
2193
|
clipRule: "evenodd"
|
|
2121
2194
|
}
|
|
2122
2195
|
),
|
|
2123
|
-
/* @__PURE__ */ (0,
|
|
2196
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2124
2197
|
"path",
|
|
2125
2198
|
{
|
|
2126
2199
|
fill: stroke || color || "currentColor",
|
|
@@ -2132,7 +2205,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2132
2205
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2133
2206
|
|
|
2134
2207
|
// src/components/GenreFantasy.tsx
|
|
2135
|
-
var
|
|
2208
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
|
|
2136
2209
|
"path",
|
|
2137
2210
|
{
|
|
2138
2211
|
fill: stroke || color || "currentColor",
|
|
@@ -2143,22 +2216,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2143
2216
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2144
2217
|
|
|
2145
2218
|
// src/components/GenreHorror.tsx
|
|
2146
|
-
var
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2219
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ 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: [
|
|
2220
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2148
2221
|
"path",
|
|
2149
2222
|
{
|
|
2150
2223
|
fill: stroke || color || "currentColor",
|
|
2151
2224
|
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"
|
|
2152
2225
|
}
|
|
2153
2226
|
),
|
|
2154
|
-
/* @__PURE__ */ (0,
|
|
2227
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2155
2228
|
"path",
|
|
2156
2229
|
{
|
|
2157
2230
|
fill: stroke || color || "currentColor",
|
|
2158
2231
|
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"
|
|
2159
2232
|
}
|
|
2160
2233
|
),
|
|
2161
|
-
/* @__PURE__ */ (0,
|
|
2234
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2162
2235
|
"path",
|
|
2163
2236
|
{
|
|
2164
2237
|
fill: stroke || color || "currentColor",
|
|
@@ -2170,7 +2243,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2170
2243
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2171
2244
|
|
|
2172
2245
|
// src/components/GenreRomance.tsx
|
|
2173
|
-
var
|
|
2246
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2174
2247
|
"path",
|
|
2175
2248
|
{
|
|
2176
2249
|
fill: stroke || color || "currentColor",
|
|
@@ -2181,15 +2254,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2181
2254
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2182
2255
|
|
|
2183
2256
|
// src/components/GenreScifi.tsx
|
|
2184
|
-
var
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2257
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
|
|
2258
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2186
2259
|
"path",
|
|
2187
2260
|
{
|
|
2188
2261
|
fill: stroke || color || "currentColor",
|
|
2189
2262
|
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"
|
|
2190
2263
|
}
|
|
2191
2264
|
),
|
|
2192
|
-
/* @__PURE__ */ (0,
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2193
2266
|
"path",
|
|
2194
2267
|
{
|
|
2195
2268
|
fill: stroke || color || "currentColor",
|
|
@@ -2198,7 +2271,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2198
2271
|
clipRule: "evenodd"
|
|
2199
2272
|
}
|
|
2200
2273
|
),
|
|
2201
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2202
2275
|
"path",
|
|
2203
2276
|
{
|
|
2204
2277
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,7 +2281,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2208
2281
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2209
2282
|
|
|
2210
2283
|
// src/components/GenreSuspense.tsx
|
|
2211
|
-
var
|
|
2284
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ 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)(
|
|
2212
2285
|
"path",
|
|
2213
2286
|
{
|
|
2214
2287
|
fill: stroke || color || "currentColor",
|
|
@@ -2219,7 +2292,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2219
2292
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2220
2293
|
|
|
2221
2294
|
// src/components/Genre.tsx
|
|
2222
|
-
var
|
|
2295
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconGenre = ({ 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)(
|
|
2223
2296
|
"path",
|
|
2224
2297
|
{
|
|
2225
2298
|
fill: stroke || color || "currentColor",
|
|
@@ -2230,8 +2303,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2230
2303
|
) }), Genre_default = IconGenre;
|
|
2231
2304
|
|
|
2232
2305
|
// src/components/GoogleLogoFilled.tsx
|
|
2233
|
-
var
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2306
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2235
2308
|
"mask",
|
|
2236
2309
|
{
|
|
2237
2310
|
id: "mask0_48_113",
|
|
@@ -2241,7 +2314,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2241
2314
|
y: "0",
|
|
2242
2315
|
maskUnits: "userSpaceOnUse",
|
|
2243
2316
|
style: { maskType: "luminance" },
|
|
2244
|
-
children: /* @__PURE__ */ (0,
|
|
2317
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2245
2318
|
"path",
|
|
2246
2319
|
{
|
|
2247
2320
|
fill: stroke || color || "currentColor",
|
|
@@ -2250,64 +2323,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2250
2323
|
)
|
|
2251
2324
|
}
|
|
2252
2325
|
),
|
|
2253
|
-
/* @__PURE__ */ (0,
|
|
2254
|
-
/* @__PURE__ */ (0,
|
|
2326
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2255
2328
|
"path",
|
|
2256
2329
|
{
|
|
2257
2330
|
fill: "url(#paint0_radial_48_113)",
|
|
2258
2331
|
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"
|
|
2259
2332
|
}
|
|
2260
2333
|
) }),
|
|
2261
|
-
/* @__PURE__ */ (0,
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2262
2335
|
"path",
|
|
2263
2336
|
{
|
|
2264
2337
|
fill: "url(#paint1_radial_48_113)",
|
|
2265
2338
|
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"
|
|
2266
2339
|
}
|
|
2267
2340
|
) }),
|
|
2268
|
-
/* @__PURE__ */ (0,
|
|
2341
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2269
2342
|
"path",
|
|
2270
2343
|
{
|
|
2271
2344
|
fill: "url(#paint2_radial_48_113)",
|
|
2272
2345
|
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"
|
|
2273
2346
|
}
|
|
2274
2347
|
) }),
|
|
2275
|
-
/* @__PURE__ */ (0,
|
|
2348
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2276
2349
|
"path",
|
|
2277
2350
|
{
|
|
2278
2351
|
fill: "url(#paint3_radial_48_113)",
|
|
2279
2352
|
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"
|
|
2280
2353
|
}
|
|
2281
2354
|
) }),
|
|
2282
|
-
/* @__PURE__ */ (0,
|
|
2355
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2283
2356
|
"path",
|
|
2284
2357
|
{
|
|
2285
2358
|
fill: "#3086FF",
|
|
2286
2359
|
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"
|
|
2287
2360
|
}
|
|
2288
2361
|
) }),
|
|
2289
|
-
/* @__PURE__ */ (0,
|
|
2362
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2290
2363
|
"path",
|
|
2291
2364
|
{
|
|
2292
2365
|
fill: "url(#paint4_radial_48_113)",
|
|
2293
2366
|
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"
|
|
2294
2367
|
}
|
|
2295
2368
|
) }),
|
|
2296
|
-
/* @__PURE__ */ (0,
|
|
2369
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2297
2370
|
"path",
|
|
2298
2371
|
{
|
|
2299
2372
|
fill: "url(#paint5_radial_48_113)",
|
|
2300
2373
|
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"
|
|
2301
2374
|
}
|
|
2302
2375
|
) }),
|
|
2303
|
-
/* @__PURE__ */ (0,
|
|
2376
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2304
2377
|
"path",
|
|
2305
2378
|
{
|
|
2306
2379
|
fill: "url(#paint6_radial_48_113)",
|
|
2307
2380
|
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"
|
|
2308
2381
|
}
|
|
2309
2382
|
) }),
|
|
2310
|
-
/* @__PURE__ */ (0,
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2311
2384
|
"path",
|
|
2312
2385
|
{
|
|
2313
2386
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -2315,8 +2388,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2315
2388
|
}
|
|
2316
2389
|
) })
|
|
2317
2390
|
] }),
|
|
2318
|
-
/* @__PURE__ */ (0,
|
|
2319
|
-
/* @__PURE__ */ (0,
|
|
2391
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("defs", { children: [
|
|
2392
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2320
2393
|
"filter",
|
|
2321
2394
|
{
|
|
2322
2395
|
id: "filter0_f_48_113",
|
|
@@ -2327,13 +2400,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2327
2400
|
filterUnits: "userSpaceOnUse",
|
|
2328
2401
|
colorInterpolationFilters: "sRGB",
|
|
2329
2402
|
children: [
|
|
2330
|
-
/* @__PURE__ */ (0,
|
|
2331
|
-
/* @__PURE__ */ (0,
|
|
2332
|
-
/* @__PURE__ */ (0,
|
|
2403
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2404
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2405
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2333
2406
|
]
|
|
2334
2407
|
}
|
|
2335
2408
|
),
|
|
2336
|
-
/* @__PURE__ */ (0,
|
|
2409
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2337
2410
|
"filter",
|
|
2338
2411
|
{
|
|
2339
2412
|
id: "filter1_f_48_113",
|
|
@@ -2344,13 +2417,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2344
2417
|
filterUnits: "userSpaceOnUse",
|
|
2345
2418
|
colorInterpolationFilters: "sRGB",
|
|
2346
2419
|
children: [
|
|
2347
|
-
/* @__PURE__ */ (0,
|
|
2348
|
-
/* @__PURE__ */ (0,
|
|
2349
|
-
/* @__PURE__ */ (0,
|
|
2420
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2421
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2422
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2350
2423
|
]
|
|
2351
2424
|
}
|
|
2352
2425
|
),
|
|
2353
|
-
/* @__PURE__ */ (0,
|
|
2426
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2354
2427
|
"filter",
|
|
2355
2428
|
{
|
|
2356
2429
|
id: "filter2_f_48_113",
|
|
@@ -2361,13 +2434,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2361
2434
|
filterUnits: "userSpaceOnUse",
|
|
2362
2435
|
colorInterpolationFilters: "sRGB",
|
|
2363
2436
|
children: [
|
|
2364
|
-
/* @__PURE__ */ (0,
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2366
|
-
/* @__PURE__ */ (0,
|
|
2437
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2438
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2439
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2367
2440
|
]
|
|
2368
2441
|
}
|
|
2369
2442
|
),
|
|
2370
|
-
/* @__PURE__ */ (0,
|
|
2443
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2371
2444
|
"filter",
|
|
2372
2445
|
{
|
|
2373
2446
|
id: "filter3_f_48_113",
|
|
@@ -2378,13 +2451,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2378
2451
|
filterUnits: "userSpaceOnUse",
|
|
2379
2452
|
colorInterpolationFilters: "sRGB",
|
|
2380
2453
|
children: [
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
2382
|
-
/* @__PURE__ */ (0,
|
|
2383
|
-
/* @__PURE__ */ (0,
|
|
2454
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2455
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2456
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2384
2457
|
]
|
|
2385
2458
|
}
|
|
2386
2459
|
),
|
|
2387
|
-
/* @__PURE__ */ (0,
|
|
2460
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2388
2461
|
"filter",
|
|
2389
2462
|
{
|
|
2390
2463
|
id: "filter4_f_48_113",
|
|
@@ -2395,13 +2468,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2395
2468
|
filterUnits: "userSpaceOnUse",
|
|
2396
2469
|
colorInterpolationFilters: "sRGB",
|
|
2397
2470
|
children: [
|
|
2398
|
-
/* @__PURE__ */ (0,
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2400
|
-
/* @__PURE__ */ (0,
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2472
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2473
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2401
2474
|
]
|
|
2402
2475
|
}
|
|
2403
2476
|
),
|
|
2404
|
-
/* @__PURE__ */ (0,
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2405
2478
|
"filter",
|
|
2406
2479
|
{
|
|
2407
2480
|
id: "filter5_f_48_113",
|
|
@@ -2412,13 +2485,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2412
2485
|
filterUnits: "userSpaceOnUse",
|
|
2413
2486
|
colorInterpolationFilters: "sRGB",
|
|
2414
2487
|
children: [
|
|
2415
|
-
/* @__PURE__ */ (0,
|
|
2416
|
-
/* @__PURE__ */ (0,
|
|
2417
|
-
/* @__PURE__ */ (0,
|
|
2488
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2489
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2490
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2418
2491
|
]
|
|
2419
2492
|
}
|
|
2420
2493
|
),
|
|
2421
|
-
/* @__PURE__ */ (0,
|
|
2494
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2422
2495
|
"filter",
|
|
2423
2496
|
{
|
|
2424
2497
|
id: "filter6_f_48_113",
|
|
@@ -2429,13 +2502,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2429
2502
|
filterUnits: "userSpaceOnUse",
|
|
2430
2503
|
colorInterpolationFilters: "sRGB",
|
|
2431
2504
|
children: [
|
|
2432
|
-
/* @__PURE__ */ (0,
|
|
2433
|
-
/* @__PURE__ */ (0,
|
|
2434
|
-
/* @__PURE__ */ (0,
|
|
2505
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2506
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2507
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2435
2508
|
]
|
|
2436
2509
|
}
|
|
2437
2510
|
),
|
|
2438
|
-
/* @__PURE__ */ (0,
|
|
2511
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2439
2512
|
"filter",
|
|
2440
2513
|
{
|
|
2441
2514
|
id: "filter7_f_48_113",
|
|
@@ -2446,13 +2519,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2446
2519
|
filterUnits: "userSpaceOnUse",
|
|
2447
2520
|
colorInterpolationFilters: "sRGB",
|
|
2448
2521
|
children: [
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2450
|
-
/* @__PURE__ */ (0,
|
|
2451
|
-
/* @__PURE__ */ (0,
|
|
2522
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2523
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2452
2525
|
]
|
|
2453
2526
|
}
|
|
2454
2527
|
),
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2528
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2456
2529
|
"filter",
|
|
2457
2530
|
{
|
|
2458
2531
|
id: "filter8_f_48_113",
|
|
@@ -2463,13 +2536,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2463
2536
|
filterUnits: "userSpaceOnUse",
|
|
2464
2537
|
colorInterpolationFilters: "sRGB",
|
|
2465
2538
|
children: [
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2467
|
-
/* @__PURE__ */ (0,
|
|
2468
|
-
/* @__PURE__ */ (0,
|
|
2539
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2540
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2541
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2469
2542
|
]
|
|
2470
2543
|
}
|
|
2471
2544
|
),
|
|
2472
|
-
/* @__PURE__ */ (0,
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2473
2546
|
"radialGradient",
|
|
2474
2547
|
{
|
|
2475
2548
|
id: "paint0_radial_48_113",
|
|
@@ -2479,20 +2552,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2479
2552
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2480
2553
|
gradientUnits: "userSpaceOnUse",
|
|
2481
2554
|
children: [
|
|
2482
|
-
/* @__PURE__ */ (0,
|
|
2483
|
-
/* @__PURE__ */ (0,
|
|
2484
|
-
/* @__PURE__ */ (0,
|
|
2485
|
-
/* @__PURE__ */ (0,
|
|
2486
|
-
/* @__PURE__ */ (0,
|
|
2487
|
-
/* @__PURE__ */ (0,
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2489
|
-
/* @__PURE__ */ (0,
|
|
2490
|
-
/* @__PURE__ */ (0,
|
|
2491
|
-
/* @__PURE__ */ (0,
|
|
2555
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2556
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2559
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2560
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2561
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2562
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2564
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2492
2565
|
]
|
|
2493
2566
|
}
|
|
2494
2567
|
),
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2568
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2496
2569
|
"radialGradient",
|
|
2497
2570
|
{
|
|
2498
2571
|
id: "paint1_radial_48_113",
|
|
@@ -2502,12 +2575,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2502
2575
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2503
2576
|
gradientUnits: "userSpaceOnUse",
|
|
2504
2577
|
children: [
|
|
2505
|
-
/* @__PURE__ */ (0,
|
|
2506
|
-
/* @__PURE__ */ (0,
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2579
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2507
2580
|
]
|
|
2508
2581
|
}
|
|
2509
2582
|
),
|
|
2510
|
-
/* @__PURE__ */ (0,
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2511
2584
|
"radialGradient",
|
|
2512
2585
|
{
|
|
2513
2586
|
id: "paint2_radial_48_113",
|
|
@@ -2517,18 +2590,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2517
2590
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2518
2591
|
gradientUnits: "userSpaceOnUse",
|
|
2519
2592
|
children: [
|
|
2520
|
-
/* @__PURE__ */ (0,
|
|
2521
|
-
/* @__PURE__ */ (0,
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2523
|
-
/* @__PURE__ */ (0,
|
|
2524
|
-
/* @__PURE__ */ (0,
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2526
|
-
/* @__PURE__ */ (0,
|
|
2527
|
-
/* @__PURE__ */ (0,
|
|
2593
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2594
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2595
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2596
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2599
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2528
2601
|
]
|
|
2529
2602
|
}
|
|
2530
2603
|
),
|
|
2531
|
-
/* @__PURE__ */ (0,
|
|
2604
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2532
2605
|
"radialGradient",
|
|
2533
2606
|
{
|
|
2534
2607
|
id: "paint3_radial_48_113",
|
|
@@ -2538,19 +2611,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2538
2611
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2539
2612
|
gradientUnits: "userSpaceOnUse",
|
|
2540
2613
|
children: [
|
|
2541
|
-
/* @__PURE__ */ (0,
|
|
2542
|
-
/* @__PURE__ */ (0,
|
|
2543
|
-
/* @__PURE__ */ (0,
|
|
2544
|
-
/* @__PURE__ */ (0,
|
|
2545
|
-
/* @__PURE__ */ (0,
|
|
2546
|
-
/* @__PURE__ */ (0,
|
|
2547
|
-
/* @__PURE__ */ (0,
|
|
2548
|
-
/* @__PURE__ */ (0,
|
|
2549
|
-
/* @__PURE__ */ (0,
|
|
2614
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2615
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2616
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2617
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2618
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2619
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2620
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2621
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2622
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2550
2623
|
]
|
|
2551
2624
|
}
|
|
2552
2625
|
),
|
|
2553
|
-
/* @__PURE__ */ (0,
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2554
2627
|
"radialGradient",
|
|
2555
2628
|
{
|
|
2556
2629
|
id: "paint4_radial_48_113",
|
|
@@ -2560,18 +2633,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2560
2633
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2561
2634
|
gradientUnits: "userSpaceOnUse",
|
|
2562
2635
|
children: [
|
|
2563
|
-
/* @__PURE__ */ (0,
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2565
|
-
/* @__PURE__ */ (0,
|
|
2566
|
-
/* @__PURE__ */ (0,
|
|
2567
|
-
/* @__PURE__ */ (0,
|
|
2568
|
-
/* @__PURE__ */ (0,
|
|
2569
|
-
/* @__PURE__ */ (0,
|
|
2570
|
-
/* @__PURE__ */ (0,
|
|
2636
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2638
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2639
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2641
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2643
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2571
2644
|
]
|
|
2572
2645
|
}
|
|
2573
2646
|
),
|
|
2574
|
-
/* @__PURE__ */ (0,
|
|
2647
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2575
2648
|
"radialGradient",
|
|
2576
2649
|
{
|
|
2577
2650
|
id: "paint5_radial_48_113",
|
|
@@ -2581,15 +2654,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2581
2654
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2582
2655
|
gradientUnits: "userSpaceOnUse",
|
|
2583
2656
|
children: [
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2585
|
-
/* @__PURE__ */ (0,
|
|
2586
|
-
/* @__PURE__ */ (0,
|
|
2587
|
-
/* @__PURE__ */ (0,
|
|
2588
|
-
/* @__PURE__ */ (0,
|
|
2657
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2661
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2589
2662
|
]
|
|
2590
2663
|
}
|
|
2591
2664
|
),
|
|
2592
|
-
/* @__PURE__ */ (0,
|
|
2665
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2593
2666
|
"radialGradient",
|
|
2594
2667
|
{
|
|
2595
2668
|
id: "paint6_radial_48_113",
|
|
@@ -2599,20 +2672,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2599
2672
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2600
2673
|
gradientUnits: "userSpaceOnUse",
|
|
2601
2674
|
children: [
|
|
2602
|
-
/* @__PURE__ */ (0,
|
|
2603
|
-
/* @__PURE__ */ (0,
|
|
2604
|
-
/* @__PURE__ */ (0,
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2606
|
-
/* @__PURE__ */ (0,
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2608
|
-
/* @__PURE__ */ (0,
|
|
2609
|
-
/* @__PURE__ */ (0,
|
|
2610
|
-
/* @__PURE__ */ (0,
|
|
2611
|
-
/* @__PURE__ */ (0,
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2676
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2677
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2680
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2681
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2682
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2683
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2684
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2612
2685
|
]
|
|
2613
2686
|
}
|
|
2614
2687
|
),
|
|
2615
|
-
/* @__PURE__ */ (0,
|
|
2688
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
2616
2689
|
"linearGradient",
|
|
2617
2690
|
{
|
|
2618
2691
|
id: "paint7_linear_48_113",
|
|
@@ -2622,25 +2695,34 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2622
2695
|
y2: "21.5116",
|
|
2623
2696
|
gradientUnits: "userSpaceOnUse",
|
|
2624
2697
|
children: [
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2626
|
-
/* @__PURE__ */ (0,
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2699
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2627
2700
|
]
|
|
2628
2701
|
}
|
|
2629
2702
|
)
|
|
2630
2703
|
] })
|
|
2631
2704
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2632
2705
|
|
|
2706
|
+
// src/components/Handtool.tsx
|
|
2707
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconHandtool = ({ 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
|
+
"path",
|
|
2709
|
+
{
|
|
2710
|
+
fill: stroke || color || "currentColor",
|
|
2711
|
+
d: "M9.7308 6.8061L16.4166 2.06993L21.4254 7.25613C24.6886 10.6356 24.8725 16.053 21.8475 19.6623C19.5421 22.413 15.8757 23.4769 12.5263 22.3658L11.3744 21.9836L4.35807 19.7097L4.10544 17.7491C3.88927 16.0749 5.05999 14.5501 6.68369 14.3911L7.72954 14.2888L0 5.67239L4.31856 1.2L9.7308 6.8061ZM2.95563 5.72837L10.759 14.4255L10.0791 16.2741L6.88433 16.5864C6.46331 16.6275 6.15981 17.0233 6.21586 17.4574L6.28863 18.0237L12.0107 19.8787L12.018 19.8809L13.1761 20.2653C15.7143 21.1072 18.4932 20.302 20.2403 18.2175C22.5326 15.4822 22.3919 11.3772 19.919 8.81619L16.1598 4.92196L9.47506 9.65921L4.31752 4.31797L2.95563 5.72837Z"
|
|
2712
|
+
}
|
|
2713
|
+
) }), Handtool_default = IconHandtool;
|
|
2714
|
+
|
|
2633
2715
|
// src/components/Help.tsx
|
|
2634
|
-
var
|
|
2635
|
-
/* @__PURE__ */ (0,
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2716
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconHelp = ({ 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: [
|
|
2717
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2718
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2637
2719
|
"path",
|
|
2638
2720
|
{
|
|
2639
2721
|
fill: stroke || color || "currentColor",
|
|
2640
2722
|
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"
|
|
2641
2723
|
}
|
|
2642
2724
|
),
|
|
2643
|
-
/* @__PURE__ */ (0,
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2644
2726
|
"path",
|
|
2645
2727
|
{
|
|
2646
2728
|
fill: stroke || color || "currentColor",
|
|
@@ -2652,7 +2734,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2652
2734
|
] }), Help_default = IconHelp;
|
|
2653
2735
|
|
|
2654
2736
|
// src/components/HomepageFilled.tsx
|
|
2655
|
-
var
|
|
2737
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2656
2738
|
"path",
|
|
2657
2739
|
{
|
|
2658
2740
|
fill: fill || color || "currentColor",
|
|
@@ -2663,15 +2745,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2663
2745
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2664
2746
|
|
|
2665
2747
|
// src/components/ImageGeneration.tsx
|
|
2666
|
-
var
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2748
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ 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: [
|
|
2749
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2668
2750
|
"path",
|
|
2669
2751
|
{
|
|
2670
2752
|
fill: stroke || color || "currentColor",
|
|
2671
2753
|
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"
|
|
2672
2754
|
}
|
|
2673
2755
|
),
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2756
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2675
2757
|
"path",
|
|
2676
2758
|
{
|
|
2677
2759
|
fill: stroke || color || "currentColor",
|
|
@@ -2680,9 +2762,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2680
2762
|
)
|
|
2681
2763
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2682
2764
|
|
|
2683
|
-
// src/components/
|
|
2684
|
-
var
|
|
2685
|
-
/* @__PURE__ */ (0,
|
|
2765
|
+
// src/components/ImageLoadFailedFilled.tsx
|
|
2766
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ 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: [
|
|
2767
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2686
2768
|
"path",
|
|
2687
2769
|
{
|
|
2688
2770
|
fill: fill || color || "currentColor",
|
|
@@ -2691,20 +2773,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2691
2773
|
clipRule: "evenodd"
|
|
2692
2774
|
}
|
|
2693
2775
|
),
|
|
2694
|
-
/* @__PURE__ */ (0,
|
|
2776
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2695
2777
|
"path",
|
|
2696
2778
|
{
|
|
2697
2779
|
fill: fill || color || "currentColor",
|
|
2698
2780
|
d: "M22.5 22.5H12L12.9541 19.5H19.5V9L14.7998 13.6992L15.5 11.5L14 6L16.75 1.5H22.5V22.5Z"
|
|
2699
2781
|
}
|
|
2700
2782
|
)
|
|
2701
|
-
] }),
|
|
2783
|
+
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2702
2784
|
|
|
2703
2785
|
// src/components/Info.tsx
|
|
2704
|
-
var
|
|
2705
|
-
/* @__PURE__ */ (0,
|
|
2706
|
-
/* @__PURE__ */ (0,
|
|
2707
|
-
/* @__PURE__ */ (0,
|
|
2786
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconInfo = ({ 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: [
|
|
2787
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2789
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2708
2790
|
"path",
|
|
2709
2791
|
{
|
|
2710
2792
|
fill: stroke || color || "currentColor",
|
|
@@ -2715,8 +2797,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2715
2797
|
)
|
|
2716
2798
|
] }), Info_default = IconInfo;
|
|
2717
2799
|
|
|
2800
|
+
// src/components/Invitecode.tsx
|
|
2801
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2802
|
+
"path",
|
|
2803
|
+
{
|
|
2804
|
+
fill: fill || color || "currentColor",
|
|
2805
|
+
d: "M24 3H0V9C1.65685 9 3 10.3431 3 12C3 13.6569 1.65685 15 0 15V21H24V15C22.3431 15 21 13.6569 21 12C21 10.3431 22.3431 9 24 9V3ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
2806
|
+
fillRule: "evenodd",
|
|
2807
|
+
clipRule: "evenodd"
|
|
2808
|
+
}
|
|
2809
|
+
) }), Invitecode_default = IconInvitecode;
|
|
2810
|
+
|
|
2718
2811
|
// src/components/Loading.tsx
|
|
2719
|
-
var
|
|
2812
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
2720
2813
|
"svg",
|
|
2721
2814
|
{
|
|
2722
2815
|
fill: "none",
|
|
@@ -2726,10 +2819,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2726
2819
|
height: height || size,
|
|
2727
2820
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2728
2821
|
children: [
|
|
2729
|
-
/* @__PURE__ */ (0,
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
2732
|
-
/* @__PURE__ */ (0,
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
2823
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("defs", { children: [
|
|
2824
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
2825
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2733
2826
|
"image",
|
|
2734
2827
|
{
|
|
2735
2828
|
id: "image0_78_19",
|
|
@@ -2745,15 +2838,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2745
2838
|
), Loading_default = IconLoading;
|
|
2746
2839
|
|
|
2747
2840
|
// src/components/Login.tsx
|
|
2748
|
-
var
|
|
2749
|
-
/* @__PURE__ */ (0,
|
|
2841
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2842
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2750
2843
|
"path",
|
|
2751
2844
|
{
|
|
2752
2845
|
fill: stroke || color || "currentColor",
|
|
2753
2846
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2754
2847
|
}
|
|
2755
2848
|
),
|
|
2756
|
-
/* @__PURE__ */ (0,
|
|
2849
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2757
2850
|
"path",
|
|
2758
2851
|
{
|
|
2759
2852
|
fill: stroke || color || "currentColor",
|
|
@@ -2765,8 +2858,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2765
2858
|
] }), Login_default = IconLogin;
|
|
2766
2859
|
|
|
2767
2860
|
// src/components/Logout.tsx
|
|
2768
|
-
var
|
|
2769
|
-
/* @__PURE__ */ (0,
|
|
2861
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconLogout = ({ 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: [
|
|
2862
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2770
2863
|
"path",
|
|
2771
2864
|
{
|
|
2772
2865
|
fill: stroke || color || "currentColor",
|
|
@@ -2775,7 +2868,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2775
2868
|
clipRule: "evenodd"
|
|
2776
2869
|
}
|
|
2777
2870
|
),
|
|
2778
|
-
/* @__PURE__ */ (0,
|
|
2871
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2779
2872
|
"path",
|
|
2780
2873
|
{
|
|
2781
2874
|
fill: stroke || color || "currentColor",
|
|
@@ -2785,7 +2878,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2785
2878
|
] }), Logout_default = IconLogout;
|
|
2786
2879
|
|
|
2787
2880
|
// src/components/ModelGeminiFilled.tsx
|
|
2788
|
-
var
|
|
2881
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ 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)(
|
|
2789
2882
|
"path",
|
|
2790
2883
|
{
|
|
2791
2884
|
fill: fill || color || "currentColor",
|
|
@@ -2794,8 +2887,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2794
2887
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2795
2888
|
|
|
2796
2889
|
// src/components/ModelDeepmindFilled.tsx
|
|
2797
|
-
var
|
|
2798
|
-
/* @__PURE__ */ (0,
|
|
2890
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ 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: [
|
|
2891
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2799
2892
|
"path",
|
|
2800
2893
|
{
|
|
2801
2894
|
fill: fill || color || "currentColor",
|
|
@@ -2804,11 +2897,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2804
2897
|
clipRule: "evenodd"
|
|
2805
2898
|
}
|
|
2806
2899
|
) }),
|
|
2807
|
-
/* @__PURE__ */ (0,
|
|
2900
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2808
2901
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2809
2902
|
|
|
2810
2903
|
// src/components/ModelSoraFilled.tsx
|
|
2811
|
-
var
|
|
2904
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2812
2905
|
"path",
|
|
2813
2906
|
{
|
|
2814
2907
|
fill: fill || color || "currentColor",
|
|
@@ -2817,7 +2910,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2817
2910
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2818
2911
|
|
|
2819
2912
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2820
|
-
var
|
|
2913
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
2821
2914
|
size,
|
|
2822
2915
|
width,
|
|
2823
2916
|
height,
|
|
@@ -2825,64 +2918,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2825
2918
|
className,
|
|
2826
2919
|
fill,
|
|
2827
2920
|
stroke
|
|
2828
|
-
}) => /* @__PURE__ */ (0,
|
|
2829
|
-
/* @__PURE__ */ (0,
|
|
2921
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2922
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2830
2923
|
"path",
|
|
2831
2924
|
{
|
|
2832
2925
|
fill: "#5A5C62",
|
|
2833
2926
|
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"
|
|
2834
2927
|
}
|
|
2835
2928
|
),
|
|
2836
|
-
/* @__PURE__ */ (0,
|
|
2929
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2837
2930
|
"path",
|
|
2838
2931
|
{
|
|
2839
2932
|
fill: "#D5D6D7",
|
|
2840
2933
|
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"
|
|
2841
2934
|
}
|
|
2842
2935
|
),
|
|
2843
|
-
/* @__PURE__ */ (0,
|
|
2936
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2844
2937
|
"path",
|
|
2845
2938
|
{
|
|
2846
2939
|
fill: "#C4C5C7",
|
|
2847
2940
|
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"
|
|
2848
2941
|
}
|
|
2849
2942
|
),
|
|
2850
|
-
/* @__PURE__ */ (0,
|
|
2943
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2851
2944
|
"path",
|
|
2852
2945
|
{
|
|
2853
2946
|
fill: "#7B7C81",
|
|
2854
2947
|
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"
|
|
2855
2948
|
}
|
|
2856
2949
|
),
|
|
2857
|
-
/* @__PURE__ */ (0,
|
|
2950
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2858
2951
|
"path",
|
|
2859
2952
|
{
|
|
2860
2953
|
fill: "#85878B",
|
|
2861
2954
|
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"
|
|
2862
2955
|
}
|
|
2863
2956
|
),
|
|
2864
|
-
/* @__PURE__ */ (0,
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2865
2958
|
"path",
|
|
2866
2959
|
{
|
|
2867
2960
|
fill: "#1B1D24",
|
|
2868
2961
|
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"
|
|
2869
2962
|
}
|
|
2870
2963
|
),
|
|
2871
|
-
/* @__PURE__ */ (0,
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2872
2965
|
"path",
|
|
2873
2966
|
{
|
|
2874
2967
|
fill: "#D5D6D7",
|
|
2875
2968
|
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"
|
|
2876
2969
|
}
|
|
2877
2970
|
),
|
|
2878
|
-
/* @__PURE__ */ (0,
|
|
2971
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2879
2972
|
"path",
|
|
2880
2973
|
{
|
|
2881
2974
|
fill: "#85878B",
|
|
2882
2975
|
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"
|
|
2883
2976
|
}
|
|
2884
2977
|
),
|
|
2885
|
-
/* @__PURE__ */ (0,
|
|
2978
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2886
2979
|
"path",
|
|
2887
2980
|
{
|
|
2888
2981
|
fill: "#D5D6D7",
|
|
@@ -2892,7 +2985,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2892
2985
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2893
2986
|
|
|
2894
2987
|
// src/components/Models.tsx
|
|
2895
|
-
var
|
|
2988
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconModels = ({ 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)(
|
|
2896
2989
|
"path",
|
|
2897
2990
|
{
|
|
2898
2991
|
fill: stroke || color || "currentColor",
|
|
@@ -2903,22 +2996,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2903
2996
|
) }), Models_default = IconModels;
|
|
2904
2997
|
|
|
2905
2998
|
// src/components/More.tsx
|
|
2906
|
-
var
|
|
2907
|
-
/* @__PURE__ */ (0,
|
|
2999
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3000
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2908
3001
|
"path",
|
|
2909
3002
|
{
|
|
2910
3003
|
fill: stroke || color || "currentColor",
|
|
2911
3004
|
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"
|
|
2912
3005
|
}
|
|
2913
3006
|
),
|
|
2914
|
-
/* @__PURE__ */ (0,
|
|
3007
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2915
3008
|
"path",
|
|
2916
3009
|
{
|
|
2917
3010
|
fill: stroke || color || "currentColor",
|
|
2918
3011
|
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"
|
|
2919
3012
|
}
|
|
2920
3013
|
),
|
|
2921
|
-
/* @__PURE__ */ (0,
|
|
3014
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2922
3015
|
"path",
|
|
2923
3016
|
{
|
|
2924
3017
|
fill: stroke || color || "currentColor",
|
|
@@ -2928,29 +3021,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2928
3021
|
] }), More_default = IconMore;
|
|
2929
3022
|
|
|
2930
3023
|
// src/components/Moresettings.tsx
|
|
2931
|
-
var
|
|
2932
|
-
/* @__PURE__ */ (0,
|
|
3024
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3025
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2933
3026
|
"path",
|
|
2934
3027
|
{
|
|
2935
3028
|
fill: stroke || color || "currentColor",
|
|
2936
3029
|
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"
|
|
2937
3030
|
}
|
|
2938
3031
|
),
|
|
2939
|
-
/* @__PURE__ */ (0,
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2940
3033
|
"path",
|
|
2941
3034
|
{
|
|
2942
3035
|
fill: stroke || color || "currentColor",
|
|
2943
3036
|
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"
|
|
2944
3037
|
}
|
|
2945
3038
|
),
|
|
2946
|
-
/* @__PURE__ */ (0,
|
|
3039
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2947
3040
|
"path",
|
|
2948
3041
|
{
|
|
2949
3042
|
fill: stroke || color || "currentColor",
|
|
2950
3043
|
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"
|
|
2951
3044
|
}
|
|
2952
3045
|
),
|
|
2953
|
-
/* @__PURE__ */ (0,
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2954
3047
|
"path",
|
|
2955
3048
|
{
|
|
2956
3049
|
fill: stroke || color || "currentColor",
|
|
@@ -2962,7 +3055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2962
3055
|
] }), Moresettings_default = IconMoresettings;
|
|
2963
3056
|
|
|
2964
3057
|
// src/components/Musicassets.tsx
|
|
2965
|
-
var
|
|
3058
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2966
3059
|
"path",
|
|
2967
3060
|
{
|
|
2968
3061
|
fill: stroke || color || "currentColor",
|
|
@@ -2973,8 +3066,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2973
3066
|
) }), Musicassets_default = IconMusicassets;
|
|
2974
3067
|
|
|
2975
3068
|
// src/components/Mute.tsx
|
|
2976
|
-
var
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
3069
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3070
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2978
3071
|
"path",
|
|
2979
3072
|
{
|
|
2980
3073
|
fill: stroke || color || "currentColor",
|
|
@@ -2983,7 +3076,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2983
3076
|
clipRule: "evenodd"
|
|
2984
3077
|
}
|
|
2985
3078
|
),
|
|
2986
|
-
/* @__PURE__ */ (0,
|
|
3079
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2987
3080
|
"path",
|
|
2988
3081
|
{
|
|
2989
3082
|
fill: stroke || color || "currentColor",
|
|
@@ -2993,8 +3086,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2993
3086
|
] }), Mute_default = IconMute;
|
|
2994
3087
|
|
|
2995
3088
|
// src/components/Nextscene.tsx
|
|
2996
|
-
var
|
|
2997
|
-
/* @__PURE__ */ (0,
|
|
3089
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2998
3091
|
"rect",
|
|
2999
3092
|
{
|
|
3000
3093
|
width: "22.5",
|
|
@@ -3007,7 +3100,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3007
3100
|
strokeWidth: "1.5"
|
|
3008
3101
|
}
|
|
3009
3102
|
),
|
|
3010
|
-
/* @__PURE__ */ (0,
|
|
3103
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3011
3104
|
"path",
|
|
3012
3105
|
{
|
|
3013
3106
|
fill: stroke || color || "currentColor",
|
|
@@ -3017,17 +3110,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3017
3110
|
] }), Nextscene_default = IconNextscene;
|
|
3018
3111
|
|
|
3019
3112
|
// src/components/Oneclickgenerate.tsx
|
|
3020
|
-
var
|
|
3021
|
-
/* @__PURE__ */ (0,
|
|
3022
|
-
/* @__PURE__ */ (0,
|
|
3023
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3114
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3116
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3024
3117
|
"path",
|
|
3025
3118
|
{
|
|
3026
3119
|
fill: stroke || color || "currentColor",
|
|
3027
3120
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3028
3121
|
}
|
|
3029
3122
|
),
|
|
3030
|
-
/* @__PURE__ */ (0,
|
|
3123
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3031
3124
|
"path",
|
|
3032
3125
|
{
|
|
3033
3126
|
fill: stroke || color || "currentColor",
|
|
@@ -3039,8 +3132,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3039
3132
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3040
3133
|
|
|
3041
3134
|
// src/components/Opendemo.tsx
|
|
3042
|
-
var
|
|
3043
|
-
/* @__PURE__ */ (0,
|
|
3135
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3136
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3044
3137
|
"path",
|
|
3045
3138
|
{
|
|
3046
3139
|
fill: stroke || color || "currentColor",
|
|
@@ -3049,11 +3142,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3049
3142
|
clipRule: "evenodd"
|
|
3050
3143
|
}
|
|
3051
3144
|
),
|
|
3052
|
-
/* @__PURE__ */ (0,
|
|
3145
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3053
3146
|
] }), Opendemo_default = IconOpendemo;
|
|
3054
3147
|
|
|
3148
|
+
// src/components/PageError.tsx
|
|
3149
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
3150
|
+
|
|
3055
3151
|
// src/components/Pencil.tsx
|
|
3056
|
-
var
|
|
3152
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3057
3153
|
"path",
|
|
3058
3154
|
{
|
|
3059
3155
|
fill: stroke || color || "currentColor",
|
|
@@ -3063,21 +3159,32 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3063
3159
|
}
|
|
3064
3160
|
) }), Pencil_default = IconPencil;
|
|
3065
3161
|
|
|
3162
|
+
// src/components/Pick.tsx
|
|
3163
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3164
|
+
"path",
|
|
3165
|
+
{
|
|
3166
|
+
fill: stroke || color || "currentColor",
|
|
3167
|
+
d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
|
|
3168
|
+
fillRule: "evenodd",
|
|
3169
|
+
clipRule: "evenodd"
|
|
3170
|
+
}
|
|
3171
|
+
) }), Pick_default = IconPick;
|
|
3172
|
+
|
|
3066
3173
|
// src/components/PlanFilled.tsx
|
|
3067
|
-
var
|
|
3068
|
-
/* @__PURE__ */ (0,
|
|
3174
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3175
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3069
3176
|
"path",
|
|
3070
3177
|
{
|
|
3071
3178
|
fill: fill || color || "currentColor",
|
|
3072
3179
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3073
3180
|
}
|
|
3074
3181
|
) }),
|
|
3075
|
-
/* @__PURE__ */ (0,
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3076
3183
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3077
3184
|
|
|
3078
3185
|
// src/components/Previouscene.tsx
|
|
3079
|
-
var
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3186
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3081
3188
|
"rect",
|
|
3082
3189
|
{
|
|
3083
3190
|
width: "22.5",
|
|
@@ -3089,7 +3196,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3089
3196
|
strokeWidth: "1.5"
|
|
3090
3197
|
}
|
|
3091
3198
|
),
|
|
3092
|
-
/* @__PURE__ */ (0,
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3093
3200
|
"path",
|
|
3094
3201
|
{
|
|
3095
3202
|
fill: stroke || color || "currentColor",
|
|
@@ -3098,11 +3205,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3098
3205
|
)
|
|
3099
3206
|
] }), Previouscene_default = IconPreviouscene;
|
|
3100
3207
|
|
|
3208
|
+
// src/components/ProblemNoticeFilled.tsx
|
|
3209
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3210
|
+
"path",
|
|
3211
|
+
{
|
|
3212
|
+
fill: fill || color || "currentColor",
|
|
3213
|
+
d: "M24 22.5H0V18L10.5 0H13.5L24 18V22.5ZM10.5 6H13.5V13.5H10.5V6ZM10.5 16.5H13.5V19.5H10.5V16.5Z",
|
|
3214
|
+
fillRule: "evenodd",
|
|
3215
|
+
clipRule: "evenodd"
|
|
3216
|
+
}
|
|
3217
|
+
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3218
|
+
|
|
3101
3219
|
// src/components/Problem.tsx
|
|
3102
|
-
var
|
|
3103
|
-
/* @__PURE__ */ (0,
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3105
|
-
/* @__PURE__ */ (0,
|
|
3220
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3221
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3222
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3223
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3106
3224
|
"path",
|
|
3107
3225
|
{
|
|
3108
3226
|
fill: stroke || color || "currentColor",
|
|
@@ -3114,7 +3232,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3114
3232
|
] }), Problem_default = IconProblem;
|
|
3115
3233
|
|
|
3116
3234
|
// src/components/Ratio169.tsx
|
|
3117
|
-
var
|
|
3235
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3118
3236
|
"path",
|
|
3119
3237
|
{
|
|
3120
3238
|
fill: stroke || color || "currentColor",
|
|
@@ -3123,15 +3241,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3123
3241
|
) }), Ratio169_default = IconRatio169;
|
|
3124
3242
|
|
|
3125
3243
|
// src/components/Ratio11.tsx
|
|
3126
|
-
var
|
|
3127
|
-
/* @__PURE__ */ (0,
|
|
3244
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3245
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3128
3246
|
"path",
|
|
3129
3247
|
{
|
|
3130
3248
|
fill: stroke || color || "currentColor",
|
|
3131
3249
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
3132
3250
|
}
|
|
3133
3251
|
) }),
|
|
3134
|
-
/* @__PURE__ */ (0,
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3135
3253
|
"rect",
|
|
3136
3254
|
{
|
|
3137
3255
|
width: "24",
|
|
@@ -3143,15 +3261,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3143
3261
|
] }), Ratio11_default = IconRatio11;
|
|
3144
3262
|
|
|
3145
3263
|
// src/components/Ratio916.tsx
|
|
3146
|
-
var
|
|
3147
|
-
/* @__PURE__ */ (0,
|
|
3264
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3265
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3148
3266
|
"path",
|
|
3149
3267
|
{
|
|
3150
3268
|
fill: stroke || color || "currentColor",
|
|
3151
3269
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
3152
3270
|
}
|
|
3153
3271
|
) }),
|
|
3154
|
-
/* @__PURE__ */ (0,
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3155
3273
|
"rect",
|
|
3156
3274
|
{
|
|
3157
3275
|
width: "24",
|
|
@@ -3163,15 +3281,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3163
3281
|
] }), Ratio916_default = IconRatio916;
|
|
3164
3282
|
|
|
3165
3283
|
// src/components/Ratio.tsx
|
|
3166
|
-
var
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3284
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3285
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3168
3286
|
"path",
|
|
3169
3287
|
{
|
|
3170
3288
|
fill: stroke || color || "currentColor",
|
|
3171
3289
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3172
3290
|
}
|
|
3173
3291
|
),
|
|
3174
|
-
/* @__PURE__ */ (0,
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3175
3293
|
"path",
|
|
3176
3294
|
{
|
|
3177
3295
|
fill: stroke || color || "currentColor",
|
|
@@ -3181,7 +3299,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3181
3299
|
] }), Ratio_default = IconRatio;
|
|
3182
3300
|
|
|
3183
3301
|
// src/components/ReEdit.tsx
|
|
3184
|
-
var
|
|
3302
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3185
3303
|
"path",
|
|
3186
3304
|
{
|
|
3187
3305
|
fill: stroke || color || "currentColor",
|
|
@@ -3192,7 +3310,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3192
3310
|
) }), ReEdit_default = IconReEdit;
|
|
3193
3311
|
|
|
3194
3312
|
// src/components/Regenerate.tsx
|
|
3195
|
-
var
|
|
3313
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3196
3314
|
"path",
|
|
3197
3315
|
{
|
|
3198
3316
|
fill: stroke || color || "currentColor",
|
|
@@ -3203,19 +3321,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3203
3321
|
) }), Regenerate_default = IconRegenerate;
|
|
3204
3322
|
|
|
3205
3323
|
// src/components/Scriptmode.tsx
|
|
3206
|
-
var
|
|
3207
|
-
/* @__PURE__ */ (0,
|
|
3208
|
-
/* @__PURE__ */ (0,
|
|
3209
|
-
/* @__PURE__ */ (0,
|
|
3210
|
-
/* @__PURE__ */ (0,
|
|
3211
|
-
/* @__PURE__ */ (0,
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3213
|
-
/* @__PURE__ */ (0,
|
|
3214
|
-
/* @__PURE__ */ (0,
|
|
3324
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3325
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3326
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3327
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3215
3333
|
] }), Scriptmode_default = IconScriptmode;
|
|
3216
3334
|
|
|
3217
3335
|
// src/components/SocialX.tsx
|
|
3218
|
-
var
|
|
3336
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3219
3337
|
"path",
|
|
3220
3338
|
{
|
|
3221
3339
|
fill: fill || color || "currentColor",
|
|
@@ -3224,7 +3342,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3224
3342
|
) }), SocialX_default = IconSocialX;
|
|
3225
3343
|
|
|
3226
3344
|
// src/components/SocialDiscord.tsx
|
|
3227
|
-
var
|
|
3345
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3228
3346
|
"path",
|
|
3229
3347
|
{
|
|
3230
3348
|
fill: fill || color || "currentColor",
|
|
@@ -3233,8 +3351,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3233
3351
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3234
3352
|
|
|
3235
3353
|
// src/components/SoundOff.tsx
|
|
3236
|
-
var
|
|
3237
|
-
/* @__PURE__ */ (0,
|
|
3354
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3355
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3238
3356
|
"path",
|
|
3239
3357
|
{
|
|
3240
3358
|
fill: stroke || color || "currentColor",
|
|
@@ -3243,7 +3361,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3243
3361
|
clipRule: "evenodd"
|
|
3244
3362
|
}
|
|
3245
3363
|
),
|
|
3246
|
-
/* @__PURE__ */ (0,
|
|
3364
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3247
3365
|
"path",
|
|
3248
3366
|
{
|
|
3249
3367
|
fill: stroke || color || "currentColor",
|
|
@@ -3253,8 +3371,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3253
3371
|
] }), SoundOff_default = IconSoundOff;
|
|
3254
3372
|
|
|
3255
3373
|
// src/components/SoundOn.tsx
|
|
3256
|
-
var
|
|
3257
|
-
/* @__PURE__ */ (0,
|
|
3374
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3375
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3258
3376
|
"path",
|
|
3259
3377
|
{
|
|
3260
3378
|
fill: stroke || color || "currentColor",
|
|
@@ -3263,14 +3381,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3263
3381
|
clipRule: "evenodd"
|
|
3264
3382
|
}
|
|
3265
3383
|
),
|
|
3266
|
-
/* @__PURE__ */ (0,
|
|
3384
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3267
3385
|
"path",
|
|
3268
3386
|
{
|
|
3269
3387
|
fill: stroke || color || "currentColor",
|
|
3270
3388
|
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"
|
|
3271
3389
|
}
|
|
3272
3390
|
),
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3274
3392
|
"path",
|
|
3275
3393
|
{
|
|
3276
3394
|
fill: stroke || color || "currentColor",
|
|
@@ -3280,7 +3398,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3280
3398
|
] }), SoundOn_default = IconSoundOn;
|
|
3281
3399
|
|
|
3282
3400
|
// src/components/Storyboard.tsx
|
|
3283
|
-
var
|
|
3401
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3284
3402
|
"path",
|
|
3285
3403
|
{
|
|
3286
3404
|
fill: stroke || color || "currentColor",
|
|
@@ -3291,24 +3409,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3291
3409
|
) }), Storyboard_default = IconStoryboard;
|
|
3292
3410
|
|
|
3293
3411
|
// src/components/StyleAutoFilled.tsx
|
|
3294
|
-
var
|
|
3295
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3413
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3296
3414
|
"path",
|
|
3297
3415
|
{
|
|
3298
3416
|
fill: fill || color || "currentColor",
|
|
3299
3417
|
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"
|
|
3300
3418
|
}
|
|
3301
3419
|
),
|
|
3302
|
-
/* @__PURE__ */ (0,
|
|
3420
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3303
3421
|
"path",
|
|
3304
3422
|
{
|
|
3305
3423
|
fill: fill || color || "currentColor",
|
|
3306
3424
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3307
3425
|
}
|
|
3308
3426
|
),
|
|
3309
|
-
/* @__PURE__ */ (0,
|
|
3310
|
-
/* @__PURE__ */ (0,
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3428
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3429
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3312
3430
|
"path",
|
|
3313
3431
|
{
|
|
3314
3432
|
fill: fill || color || "currentColor",
|
|
@@ -3318,43 +3436,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3318
3436
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3319
3437
|
|
|
3320
3438
|
// src/components/Style.tsx
|
|
3321
|
-
var
|
|
3322
|
-
/* @__PURE__ */ (0,
|
|
3439
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3323
3441
|
"path",
|
|
3324
3442
|
{
|
|
3325
3443
|
fill: stroke || color || "currentColor",
|
|
3326
3444
|
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"
|
|
3327
3445
|
}
|
|
3328
3446
|
),
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3447
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3330
3448
|
"path",
|
|
3331
3449
|
{
|
|
3332
3450
|
fill: stroke || color || "currentColor",
|
|
3333
3451
|
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"
|
|
3334
3452
|
}
|
|
3335
3453
|
),
|
|
3336
|
-
/* @__PURE__ */ (0,
|
|
3454
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3337
3455
|
"path",
|
|
3338
3456
|
{
|
|
3339
3457
|
fill: stroke || color || "currentColor",
|
|
3340
3458
|
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"
|
|
3341
3459
|
}
|
|
3342
3460
|
),
|
|
3343
|
-
/* @__PURE__ */ (0,
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3344
3462
|
"path",
|
|
3345
3463
|
{
|
|
3346
3464
|
fill: stroke || color || "currentColor",
|
|
3347
3465
|
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"
|
|
3348
3466
|
}
|
|
3349
3467
|
),
|
|
3350
|
-
/* @__PURE__ */ (0,
|
|
3468
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3351
3469
|
"path",
|
|
3352
3470
|
{
|
|
3353
3471
|
fill: stroke || color || "currentColor",
|
|
3354
3472
|
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"
|
|
3355
3473
|
}
|
|
3356
3474
|
),
|
|
3357
|
-
/* @__PURE__ */ (0,
|
|
3475
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3358
3476
|
"path",
|
|
3359
3477
|
{
|
|
3360
3478
|
fill: stroke || color || "currentColor",
|
|
@@ -3365,8 +3483,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3365
3483
|
)
|
|
3366
3484
|
] }), Style_default = IconStyle;
|
|
3367
3485
|
|
|
3368
|
-
// src/components/
|
|
3369
|
-
var
|
|
3486
|
+
// src/components/SwitchOnFilled.tsx
|
|
3487
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3370
3488
|
"path",
|
|
3371
3489
|
{
|
|
3372
3490
|
fill: fill || color || "currentColor",
|
|
@@ -3374,46 +3492,66 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3374
3492
|
fillRule: "evenodd",
|
|
3375
3493
|
clipRule: "evenodd"
|
|
3376
3494
|
}
|
|
3377
|
-
) }),
|
|
3495
|
+
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3496
|
+
|
|
3497
|
+
// src/components/Target.tsx
|
|
3498
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3500
|
+
"path",
|
|
3501
|
+
{
|
|
3502
|
+
fill: stroke || color || "currentColor",
|
|
3503
|
+
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
3504
|
+
}
|
|
3505
|
+
),
|
|
3506
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3507
|
+
"path",
|
|
3508
|
+
{
|
|
3509
|
+
fill: stroke || color || "currentColor",
|
|
3510
|
+
d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
|
|
3511
|
+
fillRule: "evenodd",
|
|
3512
|
+
clipRule: "evenodd"
|
|
3513
|
+
}
|
|
3514
|
+
)
|
|
3515
|
+
] }), Target_default = IconTarget;
|
|
3378
3516
|
|
|
3379
3517
|
// src/components/TextLogo.tsx
|
|
3380
|
-
var
|
|
3381
|
-
/* @__PURE__ */ (0,
|
|
3518
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3519
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3382
3520
|
"path",
|
|
3383
3521
|
{
|
|
3384
3522
|
fill: fill || color || "currentColor",
|
|
3385
3523
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
3386
3524
|
}
|
|
3387
3525
|
),
|
|
3388
|
-
/* @__PURE__ */ (0,
|
|
3526
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3389
3527
|
"path",
|
|
3390
3528
|
{
|
|
3391
3529
|
fill: fill || color || "currentColor",
|
|
3392
3530
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
3393
3531
|
}
|
|
3394
3532
|
),
|
|
3395
|
-
/* @__PURE__ */ (0,
|
|
3533
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3396
3534
|
"path",
|
|
3397
3535
|
{
|
|
3398
3536
|
fill: fill || color || "currentColor",
|
|
3399
3537
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3400
3538
|
}
|
|
3401
3539
|
),
|
|
3402
|
-
/* @__PURE__ */ (0,
|
|
3540
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3403
3541
|
"path",
|
|
3404
3542
|
{
|
|
3405
3543
|
fill: fill || color || "currentColor",
|
|
3406
3544
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3407
3545
|
}
|
|
3408
3546
|
),
|
|
3409
|
-
/* @__PURE__ */ (0,
|
|
3547
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3410
3548
|
"path",
|
|
3411
3549
|
{
|
|
3412
3550
|
fill: fill || color || "currentColor",
|
|
3413
3551
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3414
3552
|
}
|
|
3415
3553
|
),
|
|
3416
|
-
/* @__PURE__ */ (0,
|
|
3554
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3417
3555
|
"path",
|
|
3418
3556
|
{
|
|
3419
3557
|
fill: fill || color || "currentColor",
|
|
@@ -3423,15 +3561,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3423
3561
|
] }), TextLogo_default = IconTextLogo;
|
|
3424
3562
|
|
|
3425
3563
|
// src/components/ToolsFilled.tsx
|
|
3426
|
-
var
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3564
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3565
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3428
3566
|
"path",
|
|
3429
3567
|
{
|
|
3430
3568
|
fill: fill || color || "currentColor",
|
|
3431
3569
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3432
3570
|
}
|
|
3433
3571
|
),
|
|
3434
|
-
/* @__PURE__ */ (0,
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3435
3573
|
"path",
|
|
3436
3574
|
{
|
|
3437
3575
|
fill: fill || color || "currentColor",
|
|
@@ -3441,7 +3579,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3441
3579
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3442
3580
|
|
|
3443
3581
|
// src/components/Tools.tsx
|
|
3444
|
-
var
|
|
3582
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3445
3583
|
"path",
|
|
3446
3584
|
{
|
|
3447
3585
|
stroke: stroke || color || "currentColor",
|
|
@@ -3451,7 +3589,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3451
3589
|
) }), Tools_default = IconTools;
|
|
3452
3590
|
|
|
3453
3591
|
// src/components/Uploadfiles.tsx
|
|
3454
|
-
var
|
|
3592
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3455
3593
|
"path",
|
|
3456
3594
|
{
|
|
3457
3595
|
fill: stroke || color || "currentColor",
|
|
@@ -3460,7 +3598,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3460
3598
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3461
3599
|
|
|
3462
3600
|
// src/components/Userfeedback.tsx
|
|
3463
|
-
var
|
|
3601
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3464
3602
|
"path",
|
|
3465
3603
|
{
|
|
3466
3604
|
fill: stroke || color || "currentColor",
|
|
@@ -3471,22 +3609,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3471
3609
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3472
3610
|
|
|
3473
3611
|
// src/components/VideoGeneration.tsx
|
|
3474
|
-
var
|
|
3475
|
-
/* @__PURE__ */ (0,
|
|
3612
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3613
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3476
3614
|
"path",
|
|
3477
3615
|
{
|
|
3478
3616
|
fill: stroke || color || "currentColor",
|
|
3479
3617
|
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"
|
|
3480
3618
|
}
|
|
3481
3619
|
),
|
|
3482
|
-
/* @__PURE__ */ (0,
|
|
3620
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3483
3621
|
"path",
|
|
3484
3622
|
{
|
|
3485
3623
|
fill: stroke || color || "currentColor",
|
|
3486
3624
|
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"
|
|
3487
3625
|
}
|
|
3488
3626
|
),
|
|
3489
|
-
/* @__PURE__ */ (0,
|
|
3627
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3490
3628
|
"path",
|
|
3491
3629
|
{
|
|
3492
3630
|
fill: stroke || color || "currentColor",
|
|
@@ -3498,9 +3636,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3498
3636
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3499
3637
|
|
|
3500
3638
|
// src/components/VideoLength.tsx
|
|
3501
|
-
var
|
|
3502
|
-
/* @__PURE__ */ (0,
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3639
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3640
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3641
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3504
3642
|
"path",
|
|
3505
3643
|
{
|
|
3506
3644
|
fill: stroke || color || "currentColor",
|
|
@@ -3512,8 +3650,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3512
3650
|
] }), VideoLength_default = IconVideoLength;
|
|
3513
3651
|
|
|
3514
3652
|
// src/components/Videogenerate.tsx
|
|
3515
|
-
var
|
|
3516
|
-
/* @__PURE__ */ (0,
|
|
3653
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3654
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3517
3655
|
"path",
|
|
3518
3656
|
{
|
|
3519
3657
|
fill: stroke || color || "currentColor",
|
|
@@ -3522,7 +3660,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3522
3660
|
clipRule: "evenodd"
|
|
3523
3661
|
}
|
|
3524
3662
|
),
|
|
3525
|
-
/* @__PURE__ */ (0,
|
|
3663
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3526
3664
|
"path",
|
|
3527
3665
|
{
|
|
3528
3666
|
fill: stroke || color || "currentColor",
|
|
@@ -3534,7 +3672,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3534
3672
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3535
3673
|
|
|
3536
3674
|
// src/components/Visualstyles.tsx
|
|
3537
|
-
var
|
|
3675
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3538
3676
|
"path",
|
|
3539
3677
|
{
|
|
3540
3678
|
fill: stroke || color || "currentColor",
|
|
@@ -3545,8 +3683,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3545
3683
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3546
3684
|
|
|
3547
3685
|
// src/components/Volume.tsx
|
|
3548
|
-
var
|
|
3549
|
-
/* @__PURE__ */ (0,
|
|
3686
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3687
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3550
3688
|
"path",
|
|
3551
3689
|
{
|
|
3552
3690
|
fill: stroke || color || "currentColor",
|
|
@@ -3555,14 +3693,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3555
3693
|
clipRule: "evenodd"
|
|
3556
3694
|
}
|
|
3557
3695
|
),
|
|
3558
|
-
/* @__PURE__ */ (0,
|
|
3696
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3559
3697
|
"path",
|
|
3560
3698
|
{
|
|
3561
3699
|
fill: stroke || color || "currentColor",
|
|
3562
3700
|
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"
|
|
3563
3701
|
}
|
|
3564
3702
|
),
|
|
3565
|
-
/* @__PURE__ */ (0,
|
|
3703
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3566
3704
|
"path",
|
|
3567
3705
|
{
|
|
3568
3706
|
fill: stroke || color || "currentColor",
|