@yoroll/react-icon 0.0.23 → 0.0.24
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 +753 -615
- package/dist/index.iife.js +744 -615
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +965 -818
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Appfeed.d.ts +4 -0
- package/dist/types/components/AppfeedFilled.d.ts +4 -0
- package/dist/types/components/Comment.d.ts +4 -0
- package/dist/types/components/Invitefriends.d.ts +4 -0
- package/dist/types/components/LikeFilled.d.ts +4 -0
- package/dist/types/components/Me.d.ts +4 -0
- package/dist/types/components/MeFilled.d.ts +4 -0
- package/dist/types/components/ModelClaudeFilled.d.ts +4 -0
- package/dist/types/components/Search.d.ts +4 -0
- package/dist/types/components/index.d.ts +9 -0
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.24 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1779,8 +1779,41 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1779
1779
|
}
|
|
1780
1780
|
) }), Announcement_default = IconAnnouncement;
|
|
1781
1781
|
|
|
1782
|
+
// src/components/AppfeedFilled.tsx
|
|
1783
|
+
var import_jsx_runtime17 = __toESM(require_jsx_runtime()), IconAppfeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1784
|
+
"path",
|
|
1785
|
+
{
|
|
1786
|
+
fill: fill || color || "currentColor",
|
|
1787
|
+
d: "M22 3H2V21H22V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
|
|
1788
|
+
fillRule: "evenodd",
|
|
1789
|
+
clipRule: "evenodd"
|
|
1790
|
+
}
|
|
1791
|
+
) }), AppfeedFilled_default = IconAppfeedFilled;
|
|
1792
|
+
|
|
1793
|
+
// src/components/Appfeed.tsx
|
|
1794
|
+
var import_jsx_runtime18 = __toESM(require_jsx_runtime()), IconAppfeed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1796
|
+
"path",
|
|
1797
|
+
{
|
|
1798
|
+
fill: stroke || color || "currentColor",
|
|
1799
|
+
d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
|
|
1800
|
+
fillRule: "evenodd",
|
|
1801
|
+
clipRule: "evenodd"
|
|
1802
|
+
}
|
|
1803
|
+
),
|
|
1804
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1805
|
+
"path",
|
|
1806
|
+
{
|
|
1807
|
+
fill: stroke || color || "currentColor",
|
|
1808
|
+
d: "M2 3H22V21H2V3ZM4.25 5.25H19.75V18.75H4.25V5.25Z",
|
|
1809
|
+
fillRule: "evenodd",
|
|
1810
|
+
clipRule: "evenodd"
|
|
1811
|
+
}
|
|
1812
|
+
)
|
|
1813
|
+
] }), Appfeed_default = IconAppfeed;
|
|
1814
|
+
|
|
1782
1815
|
// src/components/Artboard.tsx
|
|
1783
|
-
var
|
|
1816
|
+
var import_jsx_runtime19 = __toESM(require_jsx_runtime()), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1784
1817
|
"path",
|
|
1785
1818
|
{
|
|
1786
1819
|
fill: stroke || color || "currentColor",
|
|
@@ -1791,17 +1824,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1791
1824
|
) }), Artboard_default = IconArtboard;
|
|
1792
1825
|
|
|
1793
1826
|
// src/components/AssetsFilled.tsx
|
|
1794
|
-
var
|
|
1795
|
-
/* @__PURE__ */ (0,
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
1797
|
-
/* @__PURE__ */ (0,
|
|
1827
|
+
var import_jsx_runtime20 = __toESM(require_jsx_runtime()), IconAssetsFilled = ({ 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: [
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
1829
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
1830
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
1798
1831
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
1799
1832
|
|
|
1800
1833
|
// src/components/Assets.tsx
|
|
1801
|
-
var
|
|
1802
|
-
/* @__PURE__ */ (0,
|
|
1803
|
-
/* @__PURE__ */ (0,
|
|
1804
|
-
/* @__PURE__ */ (0,
|
|
1834
|
+
var import_jsx_runtime21 = __toESM(require_jsx_runtime()), IconAssets = ({ 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: [
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
1836
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
1837
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1805
1838
|
"path",
|
|
1806
1839
|
{
|
|
1807
1840
|
fill: stroke || color || "currentColor",
|
|
@@ -1813,7 +1846,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1813
1846
|
] }), Assets_default = IconAssets;
|
|
1814
1847
|
|
|
1815
1848
|
// src/components/Autolayout.tsx
|
|
1816
|
-
var
|
|
1849
|
+
var import_jsx_runtime22 = __toESM(require_jsx_runtime()), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1817
1850
|
"path",
|
|
1818
1851
|
{
|
|
1819
1852
|
fill: stroke || color || "currentColor",
|
|
@@ -1822,8 +1855,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1822
1855
|
) }), Autolayout_default = IconAutolayout;
|
|
1823
1856
|
|
|
1824
1857
|
// src/components/Backtoprojects.tsx
|
|
1825
|
-
var
|
|
1826
|
-
/* @__PURE__ */ (0,
|
|
1858
|
+
var import_jsx_runtime23 = __toESM(require_jsx_runtime()), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1827
1860
|
"path",
|
|
1828
1861
|
{
|
|
1829
1862
|
fill: stroke || color || "currentColor",
|
|
@@ -1832,7 +1865,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1832
1865
|
clipRule: "evenodd"
|
|
1833
1866
|
}
|
|
1834
1867
|
),
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1836
1869
|
"path",
|
|
1837
1870
|
{
|
|
1838
1871
|
fill: stroke || color || "currentColor",
|
|
@@ -1841,7 +1874,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1841
1874
|
clipRule: "evenodd"
|
|
1842
1875
|
}
|
|
1843
1876
|
),
|
|
1844
|
-
/* @__PURE__ */ (0,
|
|
1877
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1845
1878
|
"path",
|
|
1846
1879
|
{
|
|
1847
1880
|
fill: stroke || color || "currentColor",
|
|
@@ -1850,7 +1883,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1850
1883
|
clipRule: "evenodd"
|
|
1851
1884
|
}
|
|
1852
1885
|
),
|
|
1853
|
-
/* @__PURE__ */ (0,
|
|
1886
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1854
1887
|
"path",
|
|
1855
1888
|
{
|
|
1856
1889
|
fill: stroke || color || "currentColor",
|
|
@@ -1862,7 +1895,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1862
1895
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
1863
1896
|
|
|
1864
1897
|
// src/components/Backward.tsx
|
|
1865
|
-
var
|
|
1898
|
+
var import_jsx_runtime24 = __toESM(require_jsx_runtime()), IconBackward = ({ 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)(
|
|
1866
1899
|
"path",
|
|
1867
1900
|
{
|
|
1868
1901
|
fill: stroke || color || "currentColor",
|
|
@@ -1871,7 +1904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1871
1904
|
) }), Backward_default = IconBackward;
|
|
1872
1905
|
|
|
1873
1906
|
// src/components/BatchShots.tsx
|
|
1874
|
-
var
|
|
1907
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconBatchShots = ({ 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)(
|
|
1875
1908
|
"path",
|
|
1876
1909
|
{
|
|
1877
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1882,15 +1915,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1882
1915
|
) }), BatchShots_default = IconBatchShots;
|
|
1883
1916
|
|
|
1884
1917
|
// src/components/Canvaposition.tsx
|
|
1885
|
-
var
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
1918
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconCanvaposition = ({ 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: [
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1887
1920
|
"path",
|
|
1888
1921
|
{
|
|
1889
1922
|
fill: stroke || color || "currentColor",
|
|
1890
1923
|
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"
|
|
1891
1924
|
}
|
|
1892
1925
|
),
|
|
1893
|
-
/* @__PURE__ */ (0,
|
|
1926
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1894
1927
|
"path",
|
|
1895
1928
|
{
|
|
1896
1929
|
fill: stroke || color || "currentColor",
|
|
@@ -1902,8 +1935,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1902
1935
|
] }), Canvaposition_default = IconCanvaposition;
|
|
1903
1936
|
|
|
1904
1937
|
// src/components/Canvasframe.tsx
|
|
1905
|
-
var
|
|
1906
|
-
/* @__PURE__ */ (0,
|
|
1938
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCanvasframe = ({ 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: [
|
|
1939
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1907
1940
|
"path",
|
|
1908
1941
|
{
|
|
1909
1942
|
fill: stroke || color || "currentColor",
|
|
@@ -1912,7 +1945,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1912
1945
|
clipRule: "evenodd"
|
|
1913
1946
|
}
|
|
1914
1947
|
),
|
|
1915
|
-
/* @__PURE__ */ (0,
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1916
1949
|
"path",
|
|
1917
1950
|
{
|
|
1918
1951
|
fill: stroke || color || "currentColor",
|
|
@@ -1921,7 +1954,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1921
1954
|
clipRule: "evenodd"
|
|
1922
1955
|
}
|
|
1923
1956
|
),
|
|
1924
|
-
/* @__PURE__ */ (0,
|
|
1957
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1925
1958
|
"path",
|
|
1926
1959
|
{
|
|
1927
1960
|
fill: stroke || color || "currentColor",
|
|
@@ -1930,7 +1963,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1930
1963
|
clipRule: "evenodd"
|
|
1931
1964
|
}
|
|
1932
1965
|
),
|
|
1933
|
-
/* @__PURE__ */ (0,
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1934
1967
|
"path",
|
|
1935
1968
|
{
|
|
1936
1969
|
fill: stroke || color || "currentColor",
|
|
@@ -1942,7 +1975,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1942
1975
|
] }), Canvasframe_default = IconCanvasframe;
|
|
1943
1976
|
|
|
1944
1977
|
// src/components/Canvasmode.tsx
|
|
1945
|
-
var
|
|
1978
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1946
1979
|
"path",
|
|
1947
1980
|
{
|
|
1948
1981
|
fill: stroke || color || "currentColor",
|
|
@@ -1953,7 +1986,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1953
1986
|
) }), Canvasmode_default = IconCanvasmode;
|
|
1954
1987
|
|
|
1955
1988
|
// src/components/CcgFilled.tsx
|
|
1956
|
-
var
|
|
1989
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconCcgFilled = ({ 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)(
|
|
1957
1990
|
"path",
|
|
1958
1991
|
{
|
|
1959
1992
|
fill: fill || color || "currentColor",
|
|
@@ -1964,7 +1997,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1964
1997
|
) }), CcgFilled_default = IconCcgFilled;
|
|
1965
1998
|
|
|
1966
1999
|
// src/components/Ccg.tsx
|
|
1967
|
-
var
|
|
2000
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCcg = ({ 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)(
|
|
1968
2001
|
"path",
|
|
1969
2002
|
{
|
|
1970
2003
|
fill: stroke || color || "currentColor",
|
|
@@ -1975,29 +2008,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1975
2008
|
) }), Ccg_default = IconCcg;
|
|
1976
2009
|
|
|
1977
2010
|
// src/components/Ccggame.tsx
|
|
1978
|
-
var
|
|
1979
|
-
/* @__PURE__ */ (0,
|
|
2011
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2012
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1980
2013
|
"path",
|
|
1981
2014
|
{
|
|
1982
2015
|
fill: stroke || color || "currentColor",
|
|
1983
2016
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
1984
2017
|
}
|
|
1985
2018
|
),
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
2019
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1987
2020
|
"path",
|
|
1988
2021
|
{
|
|
1989
2022
|
fill: stroke || color || "currentColor",
|
|
1990
2023
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
1991
2024
|
}
|
|
1992
2025
|
),
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
2026
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1994
2027
|
"path",
|
|
1995
2028
|
{
|
|
1996
2029
|
fill: stroke || color || "currentColor",
|
|
1997
2030
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
1998
2031
|
}
|
|
1999
2032
|
),
|
|
2000
|
-
/* @__PURE__ */ (0,
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2001
2034
|
"path",
|
|
2002
2035
|
{
|
|
2003
2036
|
fill: stroke || color || "currentColor",
|
|
@@ -2009,7 +2042,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2009
2042
|
] }), Ccggame_default = IconCcggame;
|
|
2010
2043
|
|
|
2011
2044
|
// src/components/Ccglanguage.tsx
|
|
2012
|
-
var
|
|
2045
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCcglanguage = ({ 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)(
|
|
2013
2046
|
"path",
|
|
2014
2047
|
{
|
|
2015
2048
|
fill: stroke || color || "currentColor",
|
|
@@ -2018,7 +2051,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2018
2051
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
2019
2052
|
|
|
2020
2053
|
// src/components/Chaptercollapse.tsx
|
|
2021
|
-
var
|
|
2054
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2022
2055
|
"path",
|
|
2023
2056
|
{
|
|
2024
2057
|
fill: stroke || color || "currentColor",
|
|
@@ -2029,7 +2062,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2029
2062
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
2030
2063
|
|
|
2031
2064
|
// src/components/Chapterexpand.tsx
|
|
2032
|
-
var
|
|
2065
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2033
2066
|
"path",
|
|
2034
2067
|
{
|
|
2035
2068
|
fill: stroke || color || "currentColor",
|
|
@@ -2040,15 +2073,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2040
2073
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
2041
2074
|
|
|
2042
2075
|
// src/components/Chathistory.tsx
|
|
2043
|
-
var
|
|
2044
|
-
/* @__PURE__ */ (0,
|
|
2076
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2077
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2045
2078
|
"path",
|
|
2046
2079
|
{
|
|
2047
2080
|
fill: stroke || color || "currentColor",
|
|
2048
2081
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
2049
2082
|
}
|
|
2050
2083
|
),
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2084
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2052
2085
|
"path",
|
|
2053
2086
|
{
|
|
2054
2087
|
fill: stroke || color || "currentColor",
|
|
@@ -2060,7 +2093,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2060
2093
|
] }), Chathistory_default = IconChathistory;
|
|
2061
2094
|
|
|
2062
2095
|
// src/components/Check.tsx
|
|
2063
|
-
var
|
|
2096
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2064
2097
|
"path",
|
|
2065
2098
|
{
|
|
2066
2099
|
fill: stroke || color || "currentColor",
|
|
@@ -2069,7 +2102,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2069
2102
|
) }), Check_default = IconCheck;
|
|
2070
2103
|
|
|
2071
2104
|
// src/components/CheckedFilled.tsx
|
|
2072
|
-
var
|
|
2105
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2073
2106
|
"path",
|
|
2074
2107
|
{
|
|
2075
2108
|
fill: fill || color || "currentColor",
|
|
@@ -2080,7 +2113,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2080
2113
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
2081
2114
|
|
|
2082
2115
|
// src/components/Close.tsx
|
|
2083
|
-
var
|
|
2116
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2084
2117
|
"path",
|
|
2085
2118
|
{
|
|
2086
2119
|
fill: stroke || color || "currentColor",
|
|
@@ -2089,8 +2122,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2089
2122
|
) }), Close_default = IconClose;
|
|
2090
2123
|
|
|
2091
2124
|
// src/components/Collapsewindow.tsx
|
|
2092
|
-
var
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2125
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ 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: [
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2094
2127
|
"path",
|
|
2095
2128
|
{
|
|
2096
2129
|
fill: stroke || color || "currentColor",
|
|
@@ -2099,7 +2132,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2099
2132
|
clipRule: "evenodd"
|
|
2100
2133
|
}
|
|
2101
2134
|
),
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2135
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2103
2136
|
"path",
|
|
2104
2137
|
{
|
|
2105
2138
|
fill: stroke || color || "currentColor",
|
|
@@ -2111,7 +2144,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2111
2144
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
2112
2145
|
|
|
2113
2146
|
// src/components/Command.tsx
|
|
2114
|
-
var
|
|
2147
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconCommand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2115
2148
|
"path",
|
|
2116
2149
|
{
|
|
2117
2150
|
fill: stroke || color || "currentColor",
|
|
@@ -2119,10 +2152,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2119
2152
|
}
|
|
2120
2153
|
) }), Command_default = IconCommand;
|
|
2121
2154
|
|
|
2155
|
+
// src/components/Comment.tsx
|
|
2156
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconComment = ({ 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: [
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 9.375H10.875V11.625H13.125V9.375Z" }),
|
|
2158
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M15.75 9.375H18V11.625H15.75V9.375Z" }),
|
|
2159
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M8.25 9.375H6V11.625H8.25V9.375Z" }),
|
|
2160
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2161
|
+
"path",
|
|
2162
|
+
{
|
|
2163
|
+
fill: stroke || color || "currentColor",
|
|
2164
|
+
d: "M16.5 19.5L12 24L7.5 19.5H0V1.5H24V19.5H16.5ZM12 20.818L8.43198 17.25H2.25V3.75H21.75V17.25H15.568L12 20.818Z",
|
|
2165
|
+
fillRule: "evenodd",
|
|
2166
|
+
clipRule: "evenodd"
|
|
2167
|
+
}
|
|
2168
|
+
)
|
|
2169
|
+
] }), Comment_default = IconComment;
|
|
2170
|
+
|
|
2122
2171
|
// src/components/Copy.tsx
|
|
2123
|
-
var
|
|
2124
|
-
/* @__PURE__ */ (0,
|
|
2125
|
-
/* @__PURE__ */ (0,
|
|
2172
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2173
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
2174
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2126
2175
|
"path",
|
|
2127
2176
|
{
|
|
2128
2177
|
fill: stroke || color || "currentColor",
|
|
@@ -2134,7 +2183,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2134
2183
|
] }), Copy_default = IconCopy;
|
|
2135
2184
|
|
|
2136
2185
|
// src/components/Copylink.tsx
|
|
2137
|
-
var
|
|
2186
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2138
2187
|
"path",
|
|
2139
2188
|
{
|
|
2140
2189
|
fill: stroke || color || "currentColor",
|
|
@@ -2145,7 +2194,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2145
2194
|
) }), Copylink_default = IconCopylink;
|
|
2146
2195
|
|
|
2147
2196
|
// src/components/Createplan.tsx
|
|
2148
|
-
var
|
|
2197
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime()), IconCreateplan = ({ 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)(
|
|
2149
2198
|
"path",
|
|
2150
2199
|
{
|
|
2151
2200
|
fill: stroke || color || "currentColor",
|
|
@@ -2156,8 +2205,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2156
2205
|
) }), Createplan_default = IconCreateplan;
|
|
2157
2206
|
|
|
2158
2207
|
// src/components/CreditFilled.tsx
|
|
2159
|
-
var
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2208
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ 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: [
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2161
2210
|
"path",
|
|
2162
2211
|
{
|
|
2163
2212
|
fill: fill || color || "currentColor",
|
|
@@ -2166,11 +2215,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2166
2215
|
clipRule: "evenodd"
|
|
2167
2216
|
}
|
|
2168
2217
|
) }),
|
|
2169
|
-
/* @__PURE__ */ (0,
|
|
2218
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2170
2219
|
] }), CreditFilled_default = IconCreditFilled;
|
|
2171
2220
|
|
|
2172
2221
|
// src/components/Cursor.tsx
|
|
2173
|
-
var
|
|
2222
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime()), IconCursor = ({ 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)(
|
|
2174
2223
|
"path",
|
|
2175
2224
|
{
|
|
2176
2225
|
fill: stroke || color || "currentColor",
|
|
@@ -2181,9 +2230,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2181
2230
|
) }), Cursor_default = IconCursor;
|
|
2182
2231
|
|
|
2183
2232
|
// src/components/DeleteSceneChoice.tsx
|
|
2184
|
-
var
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2233
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2234
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2187
2236
|
"path",
|
|
2188
2237
|
{
|
|
2189
2238
|
fill: stroke || color || "currentColor",
|
|
@@ -2195,9 +2244,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2195
2244
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
2196
2245
|
|
|
2197
2246
|
// src/components/Delete.tsx
|
|
2198
|
-
var
|
|
2199
|
-
/* @__PURE__ */ (0,
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2247
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime()), IconDelete = ({ 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: [
|
|
2248
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2249
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2201
2250
|
"path",
|
|
2202
2251
|
{
|
|
2203
2252
|
fill: stroke || color || "currentColor",
|
|
@@ -2209,7 +2258,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2209
2258
|
] }), Delete_default = IconDelete;
|
|
2210
2259
|
|
|
2211
2260
|
// src/components/DownFilled.tsx
|
|
2212
|
-
var
|
|
2261
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime()), IconDownFilled = ({ 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)(
|
|
2213
2262
|
"path",
|
|
2214
2263
|
{
|
|
2215
2264
|
fill: fill || color || "currentColor",
|
|
@@ -2220,7 +2269,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2220
2269
|
) }), DownFilled_default = IconDownFilled;
|
|
2221
2270
|
|
|
2222
2271
|
// src/components/DownleftFilled.tsx
|
|
2223
|
-
var
|
|
2272
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2224
2273
|
"path",
|
|
2225
2274
|
{
|
|
2226
2275
|
fill: fill || color || "currentColor",
|
|
@@ -2231,15 +2280,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2231
2280
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
2232
2281
|
|
|
2233
2282
|
// src/components/Download.tsx
|
|
2234
|
-
var
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2283
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2284
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2236
2285
|
"path",
|
|
2237
2286
|
{
|
|
2238
2287
|
fill: stroke || color || "currentColor",
|
|
2239
2288
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
2240
2289
|
}
|
|
2241
2290
|
),
|
|
2242
|
-
/* @__PURE__ */ (0,
|
|
2291
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2243
2292
|
"path",
|
|
2244
2293
|
{
|
|
2245
2294
|
fill: stroke || color || "currentColor",
|
|
@@ -2251,7 +2300,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2251
2300
|
] }), Download_default = IconDownload;
|
|
2252
2301
|
|
|
2253
2302
|
// src/components/DownrightFilled.tsx
|
|
2254
|
-
var
|
|
2303
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2255
2304
|
"path",
|
|
2256
2305
|
{
|
|
2257
2306
|
fill: fill || color || "currentColor",
|
|
@@ -2262,18 +2311,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2262
2311
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
2263
2312
|
|
|
2264
2313
|
// src/components/DraghandleFilled.tsx
|
|
2265
|
-
var
|
|
2266
|
-
/* @__PURE__ */ (0,
|
|
2267
|
-
/* @__PURE__ */ (0,
|
|
2268
|
-
/* @__PURE__ */ (0,
|
|
2269
|
-
/* @__PURE__ */ (0,
|
|
2270
|
-
/* @__PURE__ */ (0,
|
|
2271
|
-
/* @__PURE__ */ (0,
|
|
2314
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ 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: [
|
|
2315
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2317
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2318
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2319
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2320
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2272
2321
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2273
2322
|
|
|
2274
2323
|
// src/components/Edit.tsx
|
|
2275
|
-
var
|
|
2276
|
-
/* @__PURE__ */ (0,
|
|
2324
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime()), IconEdit = ({ 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: [
|
|
2325
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2277
2326
|
"path",
|
|
2278
2327
|
{
|
|
2279
2328
|
fill: stroke || color || "currentColor",
|
|
@@ -2282,7 +2331,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2282
2331
|
clipRule: "evenodd"
|
|
2283
2332
|
}
|
|
2284
2333
|
),
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2286
2335
|
"path",
|
|
2287
2336
|
{
|
|
2288
2337
|
fill: stroke || color || "currentColor",
|
|
@@ -2292,7 +2341,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2292
2341
|
] }), Edit_default = IconEdit;
|
|
2293
2342
|
|
|
2294
2343
|
// src/components/Element.tsx
|
|
2295
|
-
var
|
|
2344
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime()), IconElement = ({ 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)(
|
|
2296
2345
|
"path",
|
|
2297
2346
|
{
|
|
2298
2347
|
fill: stroke || color || "currentColor",
|
|
@@ -2303,8 +2352,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2303
2352
|
) }), Element_default = IconElement;
|
|
2304
2353
|
|
|
2305
2354
|
// src/components/Expandwindow.tsx
|
|
2306
|
-
var
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2355
|
+
var import_jsx_runtime56 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2356
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2308
2357
|
"path",
|
|
2309
2358
|
{
|
|
2310
2359
|
fill: stroke || color || "currentColor",
|
|
@@ -2313,7 +2362,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2313
2362
|
clipRule: "evenodd"
|
|
2314
2363
|
}
|
|
2315
2364
|
),
|
|
2316
|
-
/* @__PURE__ */ (0,
|
|
2365
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2317
2366
|
"path",
|
|
2318
2367
|
{
|
|
2319
2368
|
fill: stroke || color || "currentColor",
|
|
@@ -2325,7 +2374,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2325
2374
|
] }), Expandwindow_default = IconExpandwindow;
|
|
2326
2375
|
|
|
2327
2376
|
// src/components/FavoriteFilled.tsx
|
|
2328
|
-
var
|
|
2377
|
+
var import_jsx_runtime57 = __toESM(require_jsx_runtime()), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2329
2378
|
"path",
|
|
2330
2379
|
{
|
|
2331
2380
|
fill: fill || color || "currentColor",
|
|
@@ -2334,7 +2383,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2334
2383
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
2335
2384
|
|
|
2336
2385
|
// src/components/Favorite.tsx
|
|
2337
|
-
var
|
|
2386
|
+
var import_jsx_runtime58 = __toESM(require_jsx_runtime()), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2338
2387
|
"path",
|
|
2339
2388
|
{
|
|
2340
2389
|
fill: stroke || color || "currentColor",
|
|
@@ -2345,7 +2394,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2345
2394
|
) }), Favorite_default = IconFavorite;
|
|
2346
2395
|
|
|
2347
2396
|
// src/components/FeedbackFailFilled.tsx
|
|
2348
|
-
var
|
|
2397
|
+
var import_jsx_runtime59 = __toESM(require_jsx_runtime()), IconFeedbackFailFilled = ({ 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)(
|
|
2349
2398
|
"path",
|
|
2350
2399
|
{
|
|
2351
2400
|
fill: fill || color || "currentColor",
|
|
@@ -2356,7 +2405,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2356
2405
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
2357
2406
|
|
|
2358
2407
|
// src/components/FeedbackPendingFilled.tsx
|
|
2359
|
-
var
|
|
2408
|
+
var import_jsx_runtime60 = __toESM(require_jsx_runtime()), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2360
2409
|
"path",
|
|
2361
2410
|
{
|
|
2362
2411
|
fill: fill || color || "currentColor",
|
|
@@ -2367,7 +2416,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2367
2416
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
2368
2417
|
|
|
2369
2418
|
// src/components/FeedbackProblemFilled.tsx
|
|
2370
|
-
var
|
|
2419
|
+
var import_jsx_runtime61 = __toESM(require_jsx_runtime()), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2371
2420
|
"path",
|
|
2372
2421
|
{
|
|
2373
2422
|
fill: fill || color || "currentColor",
|
|
@@ -2378,29 +2427,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2378
2427
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
2379
2428
|
|
|
2380
2429
|
// src/components/FeedbackProblem.tsx
|
|
2381
|
-
var
|
|
2382
|
-
/* @__PURE__ */ (0,
|
|
2430
|
+
var import_jsx_runtime62 = __toESM(require_jsx_runtime()), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2431
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2383
2432
|
"path",
|
|
2384
2433
|
{
|
|
2385
2434
|
fill: stroke || color || "currentColor",
|
|
2386
2435
|
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"
|
|
2387
2436
|
}
|
|
2388
2437
|
),
|
|
2389
|
-
/* @__PURE__ */ (0,
|
|
2438
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2390
2439
|
"path",
|
|
2391
2440
|
{
|
|
2392
2441
|
fill: stroke || color || "currentColor",
|
|
2393
2442
|
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"
|
|
2394
2443
|
}
|
|
2395
2444
|
),
|
|
2396
|
-
/* @__PURE__ */ (0,
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2397
2446
|
"path",
|
|
2398
2447
|
{
|
|
2399
2448
|
fill: stroke || color || "currentColor",
|
|
2400
2449
|
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"
|
|
2401
2450
|
}
|
|
2402
2451
|
),
|
|
2403
|
-
/* @__PURE__ */ (0,
|
|
2452
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2404
2453
|
"path",
|
|
2405
2454
|
{
|
|
2406
2455
|
fill: stroke || color || "currentColor",
|
|
@@ -2412,8 +2461,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2412
2461
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
2413
2462
|
|
|
2414
2463
|
// src/components/FiletypeImageFilled.tsx
|
|
2415
|
-
var
|
|
2416
|
-
/* @__PURE__ */ (0,
|
|
2464
|
+
var import_jsx_runtime63 = __toESM(require_jsx_runtime()), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2465
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2417
2466
|
"path",
|
|
2418
2467
|
{
|
|
2419
2468
|
fill: "#2E2E2E",
|
|
@@ -2421,21 +2470,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2421
2470
|
style: { opacity: 0.3 }
|
|
2422
2471
|
}
|
|
2423
2472
|
) }),
|
|
2424
|
-
/* @__PURE__ */ (0,
|
|
2473
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2425
2474
|
"path",
|
|
2426
2475
|
{
|
|
2427
2476
|
fill: "#2E2E2E",
|
|
2428
2477
|
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"
|
|
2429
2478
|
}
|
|
2430
2479
|
),
|
|
2431
|
-
/* @__PURE__ */ (0,
|
|
2480
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2432
2481
|
"path",
|
|
2433
2482
|
{
|
|
2434
2483
|
fill: "#2E2E2E",
|
|
2435
2484
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
2436
2485
|
}
|
|
2437
2486
|
),
|
|
2438
|
-
/* @__PURE__ */ (0,
|
|
2487
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2439
2488
|
"path",
|
|
2440
2489
|
{
|
|
2441
2490
|
fill: "#2E2E2E",
|
|
@@ -2447,8 +2496,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2447
2496
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
2448
2497
|
|
|
2449
2498
|
// src/components/FiletypePdfFilled.tsx
|
|
2450
|
-
var
|
|
2451
|
-
/* @__PURE__ */ (0,
|
|
2499
|
+
var import_jsx_runtime64 = __toESM(require_jsx_runtime()), IconFiletypePdfFilled = ({ 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: [
|
|
2500
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2452
2501
|
"path",
|
|
2453
2502
|
{
|
|
2454
2503
|
fill: "#FF3E4C",
|
|
@@ -2456,14 +2505,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2456
2505
|
style: { opacity: 0.3 }
|
|
2457
2506
|
}
|
|
2458
2507
|
) }),
|
|
2459
|
-
/* @__PURE__ */ (0,
|
|
2508
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2460
2509
|
"path",
|
|
2461
2510
|
{
|
|
2462
2511
|
fill: "#FF3E4C",
|
|
2463
2512
|
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"
|
|
2464
2513
|
}
|
|
2465
2514
|
),
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2515
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2467
2516
|
"path",
|
|
2468
2517
|
{
|
|
2469
2518
|
fill: "#FF3E4C",
|
|
@@ -2473,8 +2522,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2473
2522
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
2474
2523
|
|
|
2475
2524
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
2476
|
-
var
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2525
|
+
var import_jsx_runtime65 = __toESM(require_jsx_runtime()), IconFiletypePdfLumiFilled = ({ 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: [
|
|
2526
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2478
2527
|
"path",
|
|
2479
2528
|
{
|
|
2480
2529
|
fill: "#2E2E2E",
|
|
@@ -2482,14 +2531,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2482
2531
|
style: { opacity: 0.3 }
|
|
2483
2532
|
}
|
|
2484
2533
|
) }),
|
|
2485
|
-
/* @__PURE__ */ (0,
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2486
2535
|
"path",
|
|
2487
2536
|
{
|
|
2488
2537
|
fill: "#2E2E2E",
|
|
2489
2538
|
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"
|
|
2490
2539
|
}
|
|
2491
2540
|
),
|
|
2492
|
-
/* @__PURE__ */ (0,
|
|
2541
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2493
2542
|
"path",
|
|
2494
2543
|
{
|
|
2495
2544
|
fill: "#2E2E2E",
|
|
@@ -2499,8 +2548,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2499
2548
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
2500
2549
|
|
|
2501
2550
|
// src/components/FiletypeTxtFilled.tsx
|
|
2502
|
-
var
|
|
2503
|
-
/* @__PURE__ */ (0,
|
|
2551
|
+
var import_jsx_runtime66 = __toESM(require_jsx_runtime()), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2552
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2504
2553
|
"path",
|
|
2505
2554
|
{
|
|
2506
2555
|
fill: "#005FAD",
|
|
@@ -2508,11 +2557,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2508
2557
|
style: { opacity: 0.3 }
|
|
2509
2558
|
}
|
|
2510
2559
|
) }),
|
|
2511
|
-
/* @__PURE__ */ (0,
|
|
2512
|
-
/* @__PURE__ */ (0,
|
|
2513
|
-
/* @__PURE__ */ (0,
|
|
2514
|
-
/* @__PURE__ */ (0,
|
|
2515
|
-
/* @__PURE__ */ (0,
|
|
2560
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2561
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2562
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2563
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2564
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2516
2565
|
"path",
|
|
2517
2566
|
{
|
|
2518
2567
|
fill: "#005FAD",
|
|
@@ -2522,8 +2571,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2522
2571
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
2523
2572
|
|
|
2524
2573
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
2525
|
-
var
|
|
2526
|
-
/* @__PURE__ */ (0,
|
|
2574
|
+
var import_jsx_runtime67 = __toESM(require_jsx_runtime()), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
2575
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2527
2576
|
"path",
|
|
2528
2577
|
{
|
|
2529
2578
|
fill: "#2E2E2E",
|
|
@@ -2531,11 +2580,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2531
2580
|
style: { opacity: 0.3 }
|
|
2532
2581
|
}
|
|
2533
2582
|
) }),
|
|
2534
|
-
/* @__PURE__ */ (0,
|
|
2535
|
-
/* @__PURE__ */ (0,
|
|
2536
|
-
/* @__PURE__ */ (0,
|
|
2537
|
-
/* @__PURE__ */ (0,
|
|
2538
|
-
/* @__PURE__ */ (0,
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
2586
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
2587
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2539
2588
|
"path",
|
|
2540
2589
|
{
|
|
2541
2590
|
fill: "#2E2E2E",
|
|
@@ -2545,8 +2594,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2545
2594
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
2546
2595
|
|
|
2547
2596
|
// src/components/FiletypeWordFilled.tsx
|
|
2548
|
-
var
|
|
2549
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
var import_jsx_runtime68 = __toESM(require_jsx_runtime()), IconFiletypeWordFilled = ({ 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: [
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2550
2599
|
"path",
|
|
2551
2600
|
{
|
|
2552
2601
|
fill: "#0072FF",
|
|
@@ -2554,14 +2603,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2554
2603
|
style: { opacity: 0.3 }
|
|
2555
2604
|
}
|
|
2556
2605
|
) }),
|
|
2557
|
-
/* @__PURE__ */ (0,
|
|
2606
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2558
2607
|
"path",
|
|
2559
2608
|
{
|
|
2560
2609
|
fill: "#0072FF",
|
|
2561
2610
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
2562
2611
|
}
|
|
2563
2612
|
),
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2613
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2565
2614
|
"path",
|
|
2566
2615
|
{
|
|
2567
2616
|
fill: "#0072FF",
|
|
@@ -2571,8 +2620,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2571
2620
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
2572
2621
|
|
|
2573
2622
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
2574
|
-
var
|
|
2575
|
-
/* @__PURE__ */ (0,
|
|
2623
|
+
var import_jsx_runtime69 = __toESM(require_jsx_runtime()), IconFiletypeWordLumiFilled = ({ 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: [
|
|
2624
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2576
2625
|
"path",
|
|
2577
2626
|
{
|
|
2578
2627
|
fill: "#2E2E2E",
|
|
@@ -2580,14 +2629,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2580
2629
|
style: { opacity: 0.3 }
|
|
2581
2630
|
}
|
|
2582
2631
|
) }),
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2632
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2584
2633
|
"path",
|
|
2585
2634
|
{
|
|
2586
2635
|
fill: "#2E2E2E",
|
|
2587
2636
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
2588
2637
|
}
|
|
2589
2638
|
),
|
|
2590
|
-
/* @__PURE__ */ (0,
|
|
2639
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2591
2640
|
"path",
|
|
2592
2641
|
{
|
|
2593
2642
|
fill: "#2E2E2E",
|
|
@@ -2597,8 +2646,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2597
2646
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
2598
2647
|
|
|
2599
2648
|
// src/components/Fillin.tsx
|
|
2600
|
-
var
|
|
2601
|
-
/* @__PURE__ */ (0,
|
|
2649
|
+
var import_jsx_runtime70 = __toESM(require_jsx_runtime()), IconFillin = ({ 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: [
|
|
2650
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2602
2651
|
"path",
|
|
2603
2652
|
{
|
|
2604
2653
|
fill: stroke || color || "currentColor",
|
|
@@ -2607,7 +2656,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2607
2656
|
clipRule: "evenodd"
|
|
2608
2657
|
}
|
|
2609
2658
|
) }),
|
|
2610
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2611
2660
|
"rect",
|
|
2612
2661
|
{
|
|
2613
2662
|
width: "24",
|
|
@@ -2619,33 +2668,33 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2619
2668
|
] }), Fillin_default = IconFillin;
|
|
2620
2669
|
|
|
2621
2670
|
// src/components/FoldedMenu.tsx
|
|
2622
|
-
var
|
|
2623
|
-
/* @__PURE__ */ (0,
|
|
2624
|
-
/* @__PURE__ */ (0,
|
|
2625
|
-
/* @__PURE__ */ (0,
|
|
2626
|
-
/* @__PURE__ */ (0,
|
|
2671
|
+
var import_jsx_runtime71 = __toESM(require_jsx_runtime()), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2672
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
2673
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
2674
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
2675
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
2627
2676
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
2628
2677
|
|
|
2629
2678
|
// src/components/FullScreen.tsx
|
|
2630
|
-
var
|
|
2631
|
-
/* @__PURE__ */ (0,
|
|
2632
|
-
/* @__PURE__ */ (0,
|
|
2633
|
-
/* @__PURE__ */ (0,
|
|
2634
|
-
/* @__PURE__ */ (0,
|
|
2679
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2680
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
2681
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
2682
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
2683
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
2635
2684
|
] }), FullScreen_default = IconFullScreen;
|
|
2636
2685
|
|
|
2637
2686
|
// src/components/GameFilled.tsx
|
|
2638
|
-
var
|
|
2639
|
-
/* @__PURE__ */ (0,
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
2641
|
-
/* @__PURE__ */ (0,
|
|
2687
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2688
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
2689
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
2690
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2642
2691
|
"path",
|
|
2643
2692
|
{
|
|
2644
2693
|
fill: fill || color || "currentColor",
|
|
2645
2694
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
2646
2695
|
}
|
|
2647
2696
|
),
|
|
2648
|
-
/* @__PURE__ */ (0,
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2649
2698
|
"path",
|
|
2650
2699
|
{
|
|
2651
2700
|
fill: fill || color || "currentColor",
|
|
@@ -2655,8 +2704,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2655
2704
|
] }), GameFilled_default = IconGameFilled;
|
|
2656
2705
|
|
|
2657
2706
|
// src/components/Game.tsx
|
|
2658
|
-
var
|
|
2659
|
-
/* @__PURE__ */ (0,
|
|
2707
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGame = ({ 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: [
|
|
2708
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2660
2709
|
"path",
|
|
2661
2710
|
{
|
|
2662
2711
|
fill: stroke || color || "currentColor",
|
|
@@ -2665,7 +2714,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2665
2714
|
clipRule: "evenodd"
|
|
2666
2715
|
}
|
|
2667
2716
|
),
|
|
2668
|
-
/* @__PURE__ */ (0,
|
|
2717
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2669
2718
|
"path",
|
|
2670
2719
|
{
|
|
2671
2720
|
fill: stroke || color || "currentColor",
|
|
@@ -2674,7 +2723,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2674
2723
|
clipRule: "evenodd"
|
|
2675
2724
|
}
|
|
2676
2725
|
),
|
|
2677
|
-
/* @__PURE__ */ (0,
|
|
2726
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2678
2727
|
"path",
|
|
2679
2728
|
{
|
|
2680
2729
|
fill: stroke || color || "currentColor",
|
|
@@ -2683,7 +2732,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2683
2732
|
clipRule: "evenodd"
|
|
2684
2733
|
}
|
|
2685
2734
|
),
|
|
2686
|
-
/* @__PURE__ */ (0,
|
|
2735
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2687
2736
|
"path",
|
|
2688
2737
|
{
|
|
2689
2738
|
fill: stroke || color || "currentColor",
|
|
@@ -2695,7 +2744,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2695
2744
|
] }), Game_default = IconGame;
|
|
2696
2745
|
|
|
2697
2746
|
// src/components/GamebackupFilled.tsx
|
|
2698
|
-
var
|
|
2747
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2699
2748
|
"path",
|
|
2700
2749
|
{
|
|
2701
2750
|
fill: fill || color || "currentColor",
|
|
@@ -2706,7 +2755,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2706
2755
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
2707
2756
|
|
|
2708
2757
|
// src/components/Gamebackup.tsx
|
|
2709
|
-
var
|
|
2758
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGamebackup = ({ 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)(
|
|
2710
2759
|
"path",
|
|
2711
2760
|
{
|
|
2712
2761
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,7 +2766,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2717
2766
|
) }), Gamebackup_default = IconGamebackup;
|
|
2718
2767
|
|
|
2719
2768
|
// src/components/GamecontrolChoice.tsx
|
|
2720
|
-
var
|
|
2769
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2721
2770
|
"path",
|
|
2722
2771
|
{
|
|
2723
2772
|
fill: stroke || color || "currentColor",
|
|
@@ -2728,7 +2777,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2728
2777
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
2729
2778
|
|
|
2730
2779
|
// src/components/GamecontrolGameplay.tsx
|
|
2731
|
-
var
|
|
2780
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGamecontrolGameplay = ({ 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)(
|
|
2732
2781
|
"path",
|
|
2733
2782
|
{
|
|
2734
2783
|
fill: stroke || color || "currentColor",
|
|
@@ -2739,7 +2788,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2739
2788
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
2740
2789
|
|
|
2741
2790
|
// src/components/GamecontrolLinear.tsx
|
|
2742
|
-
var
|
|
2791
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2743
2792
|
"path",
|
|
2744
2793
|
{
|
|
2745
2794
|
fill: stroke || color || "currentColor",
|
|
@@ -2750,15 +2799,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2750
2799
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
2751
2800
|
|
|
2752
2801
|
// src/components/GamecontrolNone.tsx
|
|
2753
|
-
var
|
|
2754
|
-
/* @__PURE__ */ (0,
|
|
2802
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGamecontrolNone = ({ 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: [
|
|
2803
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2755
2804
|
"path",
|
|
2756
2805
|
{
|
|
2757
2806
|
fill: stroke || color || "currentColor",
|
|
2758
2807
|
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"
|
|
2759
2808
|
}
|
|
2760
2809
|
),
|
|
2761
|
-
/* @__PURE__ */ (0,
|
|
2810
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2762
2811
|
"path",
|
|
2763
2812
|
{
|
|
2764
2813
|
fill: stroke || color || "currentColor",
|
|
@@ -2767,7 +2816,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2767
2816
|
clipRule: "evenodd"
|
|
2768
2817
|
}
|
|
2769
2818
|
),
|
|
2770
|
-
/* @__PURE__ */ (0,
|
|
2819
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2771
2820
|
"path",
|
|
2772
2821
|
{
|
|
2773
2822
|
fill: stroke || color || "currentColor",
|
|
@@ -2779,22 +2828,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2779
2828
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
2780
2829
|
|
|
2781
2830
|
// src/components/GamecontrolTerminal.tsx
|
|
2782
|
-
var
|
|
2783
|
-
/* @__PURE__ */ (0,
|
|
2831
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGamecontrolTerminal = ({ 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: [
|
|
2832
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2784
2833
|
"path",
|
|
2785
2834
|
{
|
|
2786
2835
|
fill: stroke || color || "currentColor",
|
|
2787
2836
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
2788
2837
|
}
|
|
2789
2838
|
),
|
|
2790
|
-
/* @__PURE__ */ (0,
|
|
2839
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2791
2840
|
"path",
|
|
2792
2841
|
{
|
|
2793
2842
|
fill: stroke || color || "currentColor",
|
|
2794
2843
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
2795
2844
|
}
|
|
2796
2845
|
),
|
|
2797
|
-
/* @__PURE__ */ (0,
|
|
2846
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2798
2847
|
"path",
|
|
2799
2848
|
{
|
|
2800
2849
|
fill: stroke || color || "currentColor",
|
|
@@ -2806,7 +2855,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2806
2855
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
2807
2856
|
|
|
2808
2857
|
// src/components/Gamelanguage.tsx
|
|
2809
|
-
var
|
|
2858
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGamelanguage = ({ 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)(
|
|
2810
2859
|
"path",
|
|
2811
2860
|
{
|
|
2812
2861
|
fill: stroke || color || "currentColor",
|
|
@@ -2817,8 +2866,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2817
2866
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
2818
2867
|
|
|
2819
2868
|
// src/components/Gamepreview.tsx
|
|
2820
|
-
var
|
|
2821
|
-
/* @__PURE__ */ (0,
|
|
2869
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2822
2871
|
"path",
|
|
2823
2872
|
{
|
|
2824
2873
|
fill: stroke || color || "currentColor",
|
|
@@ -2827,7 +2876,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2827
2876
|
clipRule: "evenodd"
|
|
2828
2877
|
}
|
|
2829
2878
|
),
|
|
2830
|
-
/* @__PURE__ */ (0,
|
|
2879
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2831
2880
|
"path",
|
|
2832
2881
|
{
|
|
2833
2882
|
fill: stroke || color || "currentColor",
|
|
@@ -2839,7 +2888,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2839
2888
|
] }), Gamepreview_default = IconGamepreview;
|
|
2840
2889
|
|
|
2841
2890
|
// src/components/Gameui.tsx
|
|
2842
|
-
var
|
|
2891
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2843
2892
|
"path",
|
|
2844
2893
|
{
|
|
2845
2894
|
fill: stroke || color || "currentColor",
|
|
@@ -2850,8 +2899,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2850
2899
|
) }), Gameui_default = IconGameui;
|
|
2851
2900
|
|
|
2852
2901
|
// src/components/Gameuivariable.tsx
|
|
2853
|
-
var
|
|
2854
|
-
/* @__PURE__ */ (0,
|
|
2902
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2903
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2855
2904
|
"path",
|
|
2856
2905
|
{
|
|
2857
2906
|
fill: fill || color || "currentColor",
|
|
@@ -2860,7 +2909,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2860
2909
|
clipRule: "evenodd"
|
|
2861
2910
|
}
|
|
2862
2911
|
),
|
|
2863
|
-
/* @__PURE__ */ (0,
|
|
2912
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2864
2913
|
"path",
|
|
2865
2914
|
{
|
|
2866
2915
|
fill: stroke || color || "currentColor",
|
|
@@ -2870,15 +2919,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2870
2919
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
2871
2920
|
|
|
2872
2921
|
// src/components/Gameuivariable2.tsx
|
|
2873
|
-
var
|
|
2874
|
-
/* @__PURE__ */ (0,
|
|
2922
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2923
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2875
2924
|
"path",
|
|
2876
2925
|
{
|
|
2877
2926
|
fill: fill || color || "currentColor",
|
|
2878
2927
|
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
2879
2928
|
}
|
|
2880
2929
|
),
|
|
2881
|
-
/* @__PURE__ */ (0,
|
|
2930
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2882
2931
|
"path",
|
|
2883
2932
|
{
|
|
2884
2933
|
fill: stroke || color || "currentColor",
|
|
@@ -2888,15 +2937,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2888
2937
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
2889
2938
|
|
|
2890
2939
|
// src/components/GenerateMultimage.tsx
|
|
2891
|
-
var
|
|
2892
|
-
/* @__PURE__ */ (0,
|
|
2940
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ 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: [
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2893
2942
|
"path",
|
|
2894
2943
|
{
|
|
2895
2944
|
fill: stroke || color || "currentColor",
|
|
2896
2945
|
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"
|
|
2897
2946
|
}
|
|
2898
2947
|
),
|
|
2899
|
-
/* @__PURE__ */ (0,
|
|
2948
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2900
2949
|
"path",
|
|
2901
2950
|
{
|
|
2902
2951
|
fill: stroke || color || "currentColor",
|
|
@@ -2905,11 +2954,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2905
2954
|
clipRule: "evenodd"
|
|
2906
2955
|
}
|
|
2907
2956
|
),
|
|
2908
|
-
/* @__PURE__ */ (0,
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2909
2958
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2910
2959
|
|
|
2911
2960
|
// src/components/GenerateFilled.tsx
|
|
2912
|
-
var
|
|
2961
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2913
2962
|
"path",
|
|
2914
2963
|
{
|
|
2915
2964
|
fill: fill || color || "currentColor",
|
|
@@ -2920,15 +2969,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2920
2969
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2921
2970
|
|
|
2922
2971
|
// src/components/GenerateFrameStart.tsx
|
|
2923
|
-
var
|
|
2924
|
-
/* @__PURE__ */ (0,
|
|
2972
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2973
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2925
2974
|
"path",
|
|
2926
2975
|
{
|
|
2927
2976
|
fill: stroke || color || "currentColor",
|
|
2928
2977
|
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"
|
|
2929
2978
|
}
|
|
2930
2979
|
),
|
|
2931
|
-
/* @__PURE__ */ (0,
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2932
2981
|
"path",
|
|
2933
2982
|
{
|
|
2934
2983
|
fill: stroke || color || "currentColor",
|
|
@@ -2940,8 +2989,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2940
2989
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2941
2990
|
|
|
2942
2991
|
// src/components/GenerateFrameStart2End.tsx
|
|
2943
|
-
var
|
|
2944
|
-
/* @__PURE__ */ (0,
|
|
2992
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ 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: [
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2945
2994
|
"path",
|
|
2946
2995
|
{
|
|
2947
2996
|
fill: stroke || color || "currentColor",
|
|
@@ -2950,14 +2999,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2950
2999
|
clipRule: "evenodd"
|
|
2951
3000
|
}
|
|
2952
3001
|
),
|
|
2953
|
-
/* @__PURE__ */ (0,
|
|
3002
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2954
3003
|
"path",
|
|
2955
3004
|
{
|
|
2956
3005
|
fill: stroke || color || "currentColor",
|
|
2957
3006
|
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"
|
|
2958
3007
|
}
|
|
2959
3008
|
),
|
|
2960
|
-
/* @__PURE__ */ (0,
|
|
3009
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2961
3010
|
"path",
|
|
2962
3011
|
{
|
|
2963
3012
|
fill: stroke || color || "currentColor",
|
|
@@ -2969,8 +3018,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2969
3018
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2970
3019
|
|
|
2971
3020
|
// src/components/GenerateSwitchframe.tsx
|
|
2972
|
-
var
|
|
2973
|
-
/* @__PURE__ */ (0,
|
|
3021
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ 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: [
|
|
3022
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2974
3023
|
"path",
|
|
2975
3024
|
{
|
|
2976
3025
|
fill: stroke || color || "currentColor",
|
|
@@ -2979,7 +3028,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2979
3028
|
clipRule: "evenodd"
|
|
2980
3029
|
}
|
|
2981
3030
|
),
|
|
2982
|
-
/* @__PURE__ */ (0,
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2983
3032
|
"path",
|
|
2984
3033
|
{
|
|
2985
3034
|
fill: stroke || color || "currentColor",
|
|
@@ -2991,15 +3040,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2991
3040
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2992
3041
|
|
|
2993
3042
|
// src/components/GenerateT2V.tsx
|
|
2994
|
-
var
|
|
2995
|
-
/* @__PURE__ */ (0,
|
|
3043
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3044
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2996
3045
|
"path",
|
|
2997
3046
|
{
|
|
2998
3047
|
fill: stroke || color || "currentColor",
|
|
2999
3048
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
3000
3049
|
}
|
|
3001
3050
|
),
|
|
3002
|
-
/* @__PURE__ */ (0,
|
|
3051
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3003
3052
|
"path",
|
|
3004
3053
|
{
|
|
3005
3054
|
fill: stroke || color || "currentColor",
|
|
@@ -3011,7 +3060,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3011
3060
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
3012
3061
|
|
|
3013
3062
|
// src/components/Generate.tsx
|
|
3014
|
-
var
|
|
3063
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3015
3064
|
"path",
|
|
3016
3065
|
{
|
|
3017
3066
|
fill: stroke || color || "currentColor",
|
|
@@ -3020,15 +3069,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3020
3069
|
) }), Generate_default = IconGenerate;
|
|
3021
3070
|
|
|
3022
3071
|
// src/components/GenreAuto.tsx
|
|
3023
|
-
var
|
|
3024
|
-
/* @__PURE__ */ (0,
|
|
3072
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3073
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3025
3074
|
"path",
|
|
3026
3075
|
{
|
|
3027
3076
|
fill: stroke || color || "currentColor",
|
|
3028
3077
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
3029
3078
|
}
|
|
3030
3079
|
),
|
|
3031
|
-
/* @__PURE__ */ (0,
|
|
3080
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3032
3081
|
"path",
|
|
3033
3082
|
{
|
|
3034
3083
|
fill: stroke || color || "currentColor",
|
|
@@ -3037,15 +3086,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3037
3086
|
clipRule: "evenodd"
|
|
3038
3087
|
}
|
|
3039
3088
|
),
|
|
3040
|
-
/* @__PURE__ */ (0,
|
|
3041
|
-
/* @__PURE__ */ (0,
|
|
3089
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3042
3091
|
"path",
|
|
3043
3092
|
{
|
|
3044
3093
|
fill: stroke || color || "currentColor",
|
|
3045
3094
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
3046
3095
|
}
|
|
3047
3096
|
),
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3049
3098
|
"path",
|
|
3050
3099
|
{
|
|
3051
3100
|
fill: stroke || color || "currentColor",
|
|
@@ -3055,22 +3104,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3055
3104
|
] }), GenreAuto_default = IconGenreAuto;
|
|
3056
3105
|
|
|
3057
3106
|
// src/components/GenreComedy.tsx
|
|
3058
|
-
var
|
|
3059
|
-
/* @__PURE__ */ (0,
|
|
3107
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ 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: [
|
|
3108
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3060
3109
|
"path",
|
|
3061
3110
|
{
|
|
3062
3111
|
fill: stroke || color || "currentColor",
|
|
3063
3112
|
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"
|
|
3064
3113
|
}
|
|
3065
3114
|
),
|
|
3066
|
-
/* @__PURE__ */ (0,
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3067
3116
|
"path",
|
|
3068
3117
|
{
|
|
3069
3118
|
fill: stroke || color || "currentColor",
|
|
3070
3119
|
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"
|
|
3071
3120
|
}
|
|
3072
3121
|
),
|
|
3073
|
-
/* @__PURE__ */ (0,
|
|
3122
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3074
3123
|
"path",
|
|
3075
3124
|
{
|
|
3076
3125
|
fill: stroke || color || "currentColor",
|
|
@@ -3079,7 +3128,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3079
3128
|
clipRule: "evenodd"
|
|
3080
3129
|
}
|
|
3081
3130
|
),
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3131
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3083
3132
|
"path",
|
|
3084
3133
|
{
|
|
3085
3134
|
fill: stroke || color || "currentColor",
|
|
@@ -3091,7 +3140,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3091
3140
|
] }), GenreComedy_default = IconGenreComedy;
|
|
3092
3141
|
|
|
3093
3142
|
// src/components/GenreFantasy.tsx
|
|
3094
|
-
var
|
|
3143
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ 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)(
|
|
3095
3144
|
"path",
|
|
3096
3145
|
{
|
|
3097
3146
|
fill: stroke || color || "currentColor",
|
|
@@ -3102,22 +3151,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3102
3151
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
3103
3152
|
|
|
3104
3153
|
// src/components/GenreHorror.tsx
|
|
3105
|
-
var
|
|
3106
|
-
/* @__PURE__ */ (0,
|
|
3154
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3155
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3107
3156
|
"path",
|
|
3108
3157
|
{
|
|
3109
3158
|
fill: stroke || color || "currentColor",
|
|
3110
3159
|
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"
|
|
3111
3160
|
}
|
|
3112
3161
|
),
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3162
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3114
3163
|
"path",
|
|
3115
3164
|
{
|
|
3116
3165
|
fill: stroke || color || "currentColor",
|
|
3117
3166
|
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"
|
|
3118
3167
|
}
|
|
3119
3168
|
),
|
|
3120
|
-
/* @__PURE__ */ (0,
|
|
3169
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3121
3170
|
"path",
|
|
3122
3171
|
{
|
|
3123
3172
|
fill: stroke || color || "currentColor",
|
|
@@ -3129,7 +3178,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3129
3178
|
] }), GenreHorror_default = IconGenreHorror;
|
|
3130
3179
|
|
|
3131
3180
|
// src/components/GenreRomance.tsx
|
|
3132
|
-
var
|
|
3181
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ 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)(
|
|
3133
3182
|
"path",
|
|
3134
3183
|
{
|
|
3135
3184
|
fill: stroke || color || "currentColor",
|
|
@@ -3140,15 +3189,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3140
3189
|
) }), GenreRomance_default = IconGenreRomance;
|
|
3141
3190
|
|
|
3142
3191
|
// src/components/GenreScifi.tsx
|
|
3143
|
-
var
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3192
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ 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: [
|
|
3193
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3145
3194
|
"path",
|
|
3146
3195
|
{
|
|
3147
3196
|
fill: stroke || color || "currentColor",
|
|
3148
3197
|
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"
|
|
3149
3198
|
}
|
|
3150
3199
|
),
|
|
3151
|
-
/* @__PURE__ */ (0,
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3152
3201
|
"path",
|
|
3153
3202
|
{
|
|
3154
3203
|
fill: stroke || color || "currentColor",
|
|
@@ -3157,7 +3206,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3157
3206
|
clipRule: "evenodd"
|
|
3158
3207
|
}
|
|
3159
3208
|
),
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3161
3210
|
"path",
|
|
3162
3211
|
{
|
|
3163
3212
|
fill: stroke || color || "currentColor",
|
|
@@ -3167,7 +3216,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3167
3216
|
] }), GenreScifi_default = IconGenreScifi;
|
|
3168
3217
|
|
|
3169
3218
|
// src/components/GenreSuspense.tsx
|
|
3170
|
-
var
|
|
3219
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3171
3220
|
"path",
|
|
3172
3221
|
{
|
|
3173
3222
|
fill: stroke || color || "currentColor",
|
|
@@ -3178,7 +3227,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3178
3227
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
3179
3228
|
|
|
3180
3229
|
// src/components/Genre.tsx
|
|
3181
|
-
var
|
|
3230
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3182
3231
|
"path",
|
|
3183
3232
|
{
|
|
3184
3233
|
fill: stroke || color || "currentColor",
|
|
@@ -3189,8 +3238,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3189
3238
|
) }), Genre_default = IconGenre;
|
|
3190
3239
|
|
|
3191
3240
|
// src/components/GoogleLogoFilled.tsx
|
|
3192
|
-
var
|
|
3193
|
-
/* @__PURE__ */ (0,
|
|
3241
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3242
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3194
3243
|
"mask",
|
|
3195
3244
|
{
|
|
3196
3245
|
id: "mask0_48_113",
|
|
@@ -3200,7 +3249,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3200
3249
|
y: "0",
|
|
3201
3250
|
maskUnits: "userSpaceOnUse",
|
|
3202
3251
|
style: { maskType: "luminance" },
|
|
3203
|
-
children: /* @__PURE__ */ (0,
|
|
3252
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3204
3253
|
"path",
|
|
3205
3254
|
{
|
|
3206
3255
|
fill: stroke || color || "currentColor",
|
|
@@ -3209,64 +3258,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3209
3258
|
)
|
|
3210
3259
|
}
|
|
3211
3260
|
),
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3213
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
3262
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3214
3263
|
"path",
|
|
3215
3264
|
{
|
|
3216
3265
|
fill: "url(#paint0_radial_48_113)",
|
|
3217
3266
|
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"
|
|
3218
3267
|
}
|
|
3219
3268
|
) }),
|
|
3220
|
-
/* @__PURE__ */ (0,
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3221
3270
|
"path",
|
|
3222
3271
|
{
|
|
3223
3272
|
fill: "url(#paint1_radial_48_113)",
|
|
3224
3273
|
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"
|
|
3225
3274
|
}
|
|
3226
3275
|
) }),
|
|
3227
|
-
/* @__PURE__ */ (0,
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3228
3277
|
"path",
|
|
3229
3278
|
{
|
|
3230
3279
|
fill: "url(#paint2_radial_48_113)",
|
|
3231
3280
|
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"
|
|
3232
3281
|
}
|
|
3233
3282
|
) }),
|
|
3234
|
-
/* @__PURE__ */ (0,
|
|
3283
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3235
3284
|
"path",
|
|
3236
3285
|
{
|
|
3237
3286
|
fill: "url(#paint3_radial_48_113)",
|
|
3238
3287
|
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"
|
|
3239
3288
|
}
|
|
3240
3289
|
) }),
|
|
3241
|
-
/* @__PURE__ */ (0,
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3242
3291
|
"path",
|
|
3243
3292
|
{
|
|
3244
3293
|
fill: "#3086FF",
|
|
3245
3294
|
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"
|
|
3246
3295
|
}
|
|
3247
3296
|
) }),
|
|
3248
|
-
/* @__PURE__ */ (0,
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3249
3298
|
"path",
|
|
3250
3299
|
{
|
|
3251
3300
|
fill: "url(#paint4_radial_48_113)",
|
|
3252
3301
|
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"
|
|
3253
3302
|
}
|
|
3254
3303
|
) }),
|
|
3255
|
-
/* @__PURE__ */ (0,
|
|
3304
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3256
3305
|
"path",
|
|
3257
3306
|
{
|
|
3258
3307
|
fill: "url(#paint5_radial_48_113)",
|
|
3259
3308
|
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"
|
|
3260
3309
|
}
|
|
3261
3310
|
) }),
|
|
3262
|
-
/* @__PURE__ */ (0,
|
|
3311
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3263
3312
|
"path",
|
|
3264
3313
|
{
|
|
3265
3314
|
fill: "url(#paint6_radial_48_113)",
|
|
3266
3315
|
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"
|
|
3267
3316
|
}
|
|
3268
3317
|
) }),
|
|
3269
|
-
/* @__PURE__ */ (0,
|
|
3318
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3270
3319
|
"path",
|
|
3271
3320
|
{
|
|
3272
3321
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -3274,8 +3323,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3274
3323
|
}
|
|
3275
3324
|
) })
|
|
3276
3325
|
] }),
|
|
3277
|
-
/* @__PURE__ */ (0,
|
|
3278
|
-
/* @__PURE__ */ (0,
|
|
3326
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("defs", { children: [
|
|
3327
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3279
3328
|
"filter",
|
|
3280
3329
|
{
|
|
3281
3330
|
id: "filter0_f_48_113",
|
|
@@ -3286,13 +3335,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3286
3335
|
filterUnits: "userSpaceOnUse",
|
|
3287
3336
|
colorInterpolationFilters: "sRGB",
|
|
3288
3337
|
children: [
|
|
3289
|
-
/* @__PURE__ */ (0,
|
|
3290
|
-
/* @__PURE__ */ (0,
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3292
3341
|
]
|
|
3293
3342
|
}
|
|
3294
3343
|
),
|
|
3295
|
-
/* @__PURE__ */ (0,
|
|
3344
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3296
3345
|
"filter",
|
|
3297
3346
|
{
|
|
3298
3347
|
id: "filter1_f_48_113",
|
|
@@ -3303,13 +3352,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3303
3352
|
filterUnits: "userSpaceOnUse",
|
|
3304
3353
|
colorInterpolationFilters: "sRGB",
|
|
3305
3354
|
children: [
|
|
3306
|
-
/* @__PURE__ */ (0,
|
|
3307
|
-
/* @__PURE__ */ (0,
|
|
3308
|
-
/* @__PURE__ */ (0,
|
|
3355
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3357
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3309
3358
|
]
|
|
3310
3359
|
}
|
|
3311
3360
|
),
|
|
3312
|
-
/* @__PURE__ */ (0,
|
|
3361
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3313
3362
|
"filter",
|
|
3314
3363
|
{
|
|
3315
3364
|
id: "filter2_f_48_113",
|
|
@@ -3320,13 +3369,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3320
3369
|
filterUnits: "userSpaceOnUse",
|
|
3321
3370
|
colorInterpolationFilters: "sRGB",
|
|
3322
3371
|
children: [
|
|
3323
|
-
/* @__PURE__ */ (0,
|
|
3324
|
-
/* @__PURE__ */ (0,
|
|
3325
|
-
/* @__PURE__ */ (0,
|
|
3372
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3373
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3326
3375
|
]
|
|
3327
3376
|
}
|
|
3328
3377
|
),
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3378
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3330
3379
|
"filter",
|
|
3331
3380
|
{
|
|
3332
3381
|
id: "filter3_f_48_113",
|
|
@@ -3337,13 +3386,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3337
3386
|
filterUnits: "userSpaceOnUse",
|
|
3338
3387
|
colorInterpolationFilters: "sRGB",
|
|
3339
3388
|
children: [
|
|
3340
|
-
/* @__PURE__ */ (0,
|
|
3341
|
-
/* @__PURE__ */ (0,
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3389
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3390
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3343
3392
|
]
|
|
3344
3393
|
}
|
|
3345
3394
|
),
|
|
3346
|
-
/* @__PURE__ */ (0,
|
|
3395
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3347
3396
|
"filter",
|
|
3348
3397
|
{
|
|
3349
3398
|
id: "filter4_f_48_113",
|
|
@@ -3354,13 +3403,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3354
3403
|
filterUnits: "userSpaceOnUse",
|
|
3355
3404
|
colorInterpolationFilters: "sRGB",
|
|
3356
3405
|
children: [
|
|
3357
|
-
/* @__PURE__ */ (0,
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3359
|
-
/* @__PURE__ */ (0,
|
|
3406
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3407
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3360
3409
|
]
|
|
3361
3410
|
}
|
|
3362
3411
|
),
|
|
3363
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3364
3413
|
"filter",
|
|
3365
3414
|
{
|
|
3366
3415
|
id: "filter5_f_48_113",
|
|
@@ -3371,13 +3420,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3371
3420
|
filterUnits: "userSpaceOnUse",
|
|
3372
3421
|
colorInterpolationFilters: "sRGB",
|
|
3373
3422
|
children: [
|
|
3374
|
-
/* @__PURE__ */ (0,
|
|
3375
|
-
/* @__PURE__ */ (0,
|
|
3376
|
-
/* @__PURE__ */ (0,
|
|
3423
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3424
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3425
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3377
3426
|
]
|
|
3378
3427
|
}
|
|
3379
3428
|
),
|
|
3380
|
-
/* @__PURE__ */ (0,
|
|
3429
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3381
3430
|
"filter",
|
|
3382
3431
|
{
|
|
3383
3432
|
id: "filter6_f_48_113",
|
|
@@ -3388,13 +3437,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3388
3437
|
filterUnits: "userSpaceOnUse",
|
|
3389
3438
|
colorInterpolationFilters: "sRGB",
|
|
3390
3439
|
children: [
|
|
3391
|
-
/* @__PURE__ */ (0,
|
|
3392
|
-
/* @__PURE__ */ (0,
|
|
3393
|
-
/* @__PURE__ */ (0,
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3442
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
3394
3443
|
]
|
|
3395
3444
|
}
|
|
3396
3445
|
),
|
|
3397
|
-
/* @__PURE__ */ (0,
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3398
3447
|
"filter",
|
|
3399
3448
|
{
|
|
3400
3449
|
id: "filter7_f_48_113",
|
|
@@ -3405,13 +3454,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3405
3454
|
filterUnits: "userSpaceOnUse",
|
|
3406
3455
|
colorInterpolationFilters: "sRGB",
|
|
3407
3456
|
children: [
|
|
3408
|
-
/* @__PURE__ */ (0,
|
|
3409
|
-
/* @__PURE__ */ (0,
|
|
3410
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3458
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3411
3460
|
]
|
|
3412
3461
|
}
|
|
3413
3462
|
),
|
|
3414
|
-
/* @__PURE__ */ (0,
|
|
3463
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3415
3464
|
"filter",
|
|
3416
3465
|
{
|
|
3417
3466
|
id: "filter8_f_48_113",
|
|
@@ -3422,13 +3471,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3422
3471
|
filterUnits: "userSpaceOnUse",
|
|
3423
3472
|
colorInterpolationFilters: "sRGB",
|
|
3424
3473
|
children: [
|
|
3425
|
-
/* @__PURE__ */ (0,
|
|
3426
|
-
/* @__PURE__ */ (0,
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3474
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3475
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3476
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3428
3477
|
]
|
|
3429
3478
|
}
|
|
3430
3479
|
),
|
|
3431
|
-
/* @__PURE__ */ (0,
|
|
3480
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3432
3481
|
"radialGradient",
|
|
3433
3482
|
{
|
|
3434
3483
|
id: "paint0_radial_48_113",
|
|
@@ -3438,20 +3487,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3438
3487
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3439
3488
|
gradientUnits: "userSpaceOnUse",
|
|
3440
3489
|
children: [
|
|
3441
|
-
/* @__PURE__ */ (0,
|
|
3442
|
-
/* @__PURE__ */ (0,
|
|
3443
|
-
/* @__PURE__ */ (0,
|
|
3444
|
-
/* @__PURE__ */ (0,
|
|
3445
|
-
/* @__PURE__ */ (0,
|
|
3446
|
-
/* @__PURE__ */ (0,
|
|
3447
|
-
/* @__PURE__ */ (0,
|
|
3448
|
-
/* @__PURE__ */ (0,
|
|
3449
|
-
/* @__PURE__ */ (0,
|
|
3450
|
-
/* @__PURE__ */ (0,
|
|
3490
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3491
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3492
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3493
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3494
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3495
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3496
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3497
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3451
3500
|
]
|
|
3452
3501
|
}
|
|
3453
3502
|
),
|
|
3454
|
-
/* @__PURE__ */ (0,
|
|
3503
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3455
3504
|
"radialGradient",
|
|
3456
3505
|
{
|
|
3457
3506
|
id: "paint1_radial_48_113",
|
|
@@ -3461,12 +3510,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3461
3510
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3462
3511
|
gradientUnits: "userSpaceOnUse",
|
|
3463
3512
|
children: [
|
|
3464
|
-
/* @__PURE__ */ (0,
|
|
3465
|
-
/* @__PURE__ */ (0,
|
|
3513
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3514
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3466
3515
|
]
|
|
3467
3516
|
}
|
|
3468
3517
|
),
|
|
3469
|
-
/* @__PURE__ */ (0,
|
|
3518
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3470
3519
|
"radialGradient",
|
|
3471
3520
|
{
|
|
3472
3521
|
id: "paint2_radial_48_113",
|
|
@@ -3476,18 +3525,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3476
3525
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3477
3526
|
gradientUnits: "userSpaceOnUse",
|
|
3478
3527
|
children: [
|
|
3479
|
-
/* @__PURE__ */ (0,
|
|
3480
|
-
/* @__PURE__ */ (0,
|
|
3481
|
-
/* @__PURE__ */ (0,
|
|
3482
|
-
/* @__PURE__ */ (0,
|
|
3483
|
-
/* @__PURE__ */ (0,
|
|
3484
|
-
/* @__PURE__ */ (0,
|
|
3485
|
-
/* @__PURE__ */ (0,
|
|
3486
|
-
/* @__PURE__ */ (0,
|
|
3528
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3529
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3530
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3531
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3532
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3533
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3534
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3535
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3487
3536
|
]
|
|
3488
3537
|
}
|
|
3489
3538
|
),
|
|
3490
|
-
/* @__PURE__ */ (0,
|
|
3539
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3491
3540
|
"radialGradient",
|
|
3492
3541
|
{
|
|
3493
3542
|
id: "paint3_radial_48_113",
|
|
@@ -3497,19 +3546,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3497
3546
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3498
3547
|
gradientUnits: "userSpaceOnUse",
|
|
3499
3548
|
children: [
|
|
3500
|
-
/* @__PURE__ */ (0,
|
|
3501
|
-
/* @__PURE__ */ (0,
|
|
3502
|
-
/* @__PURE__ */ (0,
|
|
3503
|
-
/* @__PURE__ */ (0,
|
|
3504
|
-
/* @__PURE__ */ (0,
|
|
3505
|
-
/* @__PURE__ */ (0,
|
|
3506
|
-
/* @__PURE__ */ (0,
|
|
3507
|
-
/* @__PURE__ */ (0,
|
|
3508
|
-
/* @__PURE__ */ (0,
|
|
3549
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3550
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3551
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3552
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3553
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3554
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3555
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3556
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3557
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3509
3558
|
]
|
|
3510
3559
|
}
|
|
3511
3560
|
),
|
|
3512
|
-
/* @__PURE__ */ (0,
|
|
3561
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3513
3562
|
"radialGradient",
|
|
3514
3563
|
{
|
|
3515
3564
|
id: "paint4_radial_48_113",
|
|
@@ -3519,18 +3568,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3519
3568
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3520
3569
|
gradientUnits: "userSpaceOnUse",
|
|
3521
3570
|
children: [
|
|
3522
|
-
/* @__PURE__ */ (0,
|
|
3523
|
-
/* @__PURE__ */ (0,
|
|
3524
|
-
/* @__PURE__ */ (0,
|
|
3525
|
-
/* @__PURE__ */ (0,
|
|
3526
|
-
/* @__PURE__ */ (0,
|
|
3527
|
-
/* @__PURE__ */ (0,
|
|
3528
|
-
/* @__PURE__ */ (0,
|
|
3529
|
-
/* @__PURE__ */ (0,
|
|
3571
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3573
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3574
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3575
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3576
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3577
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3578
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3530
3579
|
]
|
|
3531
3580
|
}
|
|
3532
3581
|
),
|
|
3533
|
-
/* @__PURE__ */ (0,
|
|
3582
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3534
3583
|
"radialGradient",
|
|
3535
3584
|
{
|
|
3536
3585
|
id: "paint5_radial_48_113",
|
|
@@ -3540,15 +3589,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3540
3589
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3541
3590
|
gradientUnits: "userSpaceOnUse",
|
|
3542
3591
|
children: [
|
|
3543
|
-
/* @__PURE__ */ (0,
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
3546
|
-
/* @__PURE__ */ (0,
|
|
3547
|
-
/* @__PURE__ */ (0,
|
|
3592
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3593
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3594
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3595
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3596
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3548
3597
|
]
|
|
3549
3598
|
}
|
|
3550
3599
|
),
|
|
3551
|
-
/* @__PURE__ */ (0,
|
|
3600
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3552
3601
|
"radialGradient",
|
|
3553
3602
|
{
|
|
3554
3603
|
id: "paint6_radial_48_113",
|
|
@@ -3558,20 +3607,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3558
3607
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3559
3608
|
gradientUnits: "userSpaceOnUse",
|
|
3560
3609
|
children: [
|
|
3561
|
-
/* @__PURE__ */ (0,
|
|
3562
|
-
/* @__PURE__ */ (0,
|
|
3563
|
-
/* @__PURE__ */ (0,
|
|
3564
|
-
/* @__PURE__ */ (0,
|
|
3565
|
-
/* @__PURE__ */ (0,
|
|
3566
|
-
/* @__PURE__ */ (0,
|
|
3567
|
-
/* @__PURE__ */ (0,
|
|
3568
|
-
/* @__PURE__ */ (0,
|
|
3569
|
-
/* @__PURE__ */ (0,
|
|
3570
|
-
/* @__PURE__ */ (0,
|
|
3610
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3611
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3612
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3613
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3614
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3615
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3616
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3617
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3618
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3619
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3571
3620
|
]
|
|
3572
3621
|
}
|
|
3573
3622
|
),
|
|
3574
|
-
/* @__PURE__ */ (0,
|
|
3623
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3575
3624
|
"linearGradient",
|
|
3576
3625
|
{
|
|
3577
3626
|
id: "paint7_linear_48_113",
|
|
@@ -3581,8 +3630,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3581
3630
|
y2: "21.5116",
|
|
3582
3631
|
gradientUnits: "userSpaceOnUse",
|
|
3583
3632
|
children: [
|
|
3584
|
-
/* @__PURE__ */ (0,
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3586
3635
|
]
|
|
3587
3636
|
}
|
|
3588
3637
|
)
|
|
@@ -3590,7 +3639,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3590
3639
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3591
3640
|
|
|
3592
3641
|
// src/components/Handtool.tsx
|
|
3593
|
-
var
|
|
3642
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3594
3643
|
"path",
|
|
3595
3644
|
{
|
|
3596
3645
|
fill: stroke || color || "currentColor",
|
|
@@ -3599,16 +3648,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3599
3648
|
) }), Handtool_default = IconHandtool;
|
|
3600
3649
|
|
|
3601
3650
|
// src/components/Help.tsx
|
|
3602
|
-
var
|
|
3603
|
-
/* @__PURE__ */ (0,
|
|
3604
|
-
/* @__PURE__ */ (0,
|
|
3651
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3652
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3653
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3605
3654
|
"path",
|
|
3606
3655
|
{
|
|
3607
3656
|
fill: stroke || color || "currentColor",
|
|
3608
3657
|
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"
|
|
3609
3658
|
}
|
|
3610
3659
|
),
|
|
3611
|
-
/* @__PURE__ */ (0,
|
|
3660
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3612
3661
|
"path",
|
|
3613
3662
|
{
|
|
3614
3663
|
fill: stroke || color || "currentColor",
|
|
@@ -3620,7 +3669,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3620
3669
|
] }), Help_default = IconHelp;
|
|
3621
3670
|
|
|
3622
3671
|
// src/components/HomepageFilled.tsx
|
|
3623
|
-
var
|
|
3672
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3624
3673
|
"path",
|
|
3625
3674
|
{
|
|
3626
3675
|
fill: fill || color || "currentColor",
|
|
@@ -3631,7 +3680,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3631
3680
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3632
3681
|
|
|
3633
3682
|
// src/components/Hotareacenter.tsx
|
|
3634
|
-
var
|
|
3683
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3635
3684
|
"path",
|
|
3636
3685
|
{
|
|
3637
3686
|
fill: "#191919",
|
|
@@ -3641,22 +3690,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3641
3690
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3642
3691
|
|
|
3643
3692
|
// src/components/ImageGeneration.tsx
|
|
3644
|
-
var
|
|
3645
|
-
/* @__PURE__ */ (0,
|
|
3693
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3694
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3646
3695
|
"path",
|
|
3647
3696
|
{
|
|
3648
3697
|
fill: stroke || color || "currentColor",
|
|
3649
3698
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
3650
3699
|
}
|
|
3651
3700
|
),
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3701
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3653
3702
|
"path",
|
|
3654
3703
|
{
|
|
3655
3704
|
fill: stroke || color || "currentColor",
|
|
3656
3705
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
3657
3706
|
}
|
|
3658
3707
|
),
|
|
3659
|
-
/* @__PURE__ */ (0,
|
|
3708
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3660
3709
|
"path",
|
|
3661
3710
|
{
|
|
3662
3711
|
fill: stroke || color || "currentColor",
|
|
@@ -3666,8 +3715,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3666
3715
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3667
3716
|
|
|
3668
3717
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3669
|
-
var
|
|
3670
|
-
/* @__PURE__ */ (0,
|
|
3718
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3719
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3671
3720
|
"path",
|
|
3672
3721
|
{
|
|
3673
3722
|
fill: fill || color || "currentColor",
|
|
@@ -3676,7 +3725,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3676
3725
|
clipRule: "evenodd"
|
|
3677
3726
|
}
|
|
3678
3727
|
),
|
|
3679
|
-
/* @__PURE__ */ (0,
|
|
3728
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3680
3729
|
"path",
|
|
3681
3730
|
{
|
|
3682
3731
|
fill: fill || color || "currentColor",
|
|
@@ -3686,10 +3735,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3686
3735
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3687
3736
|
|
|
3688
3737
|
// src/components/Info.tsx
|
|
3689
|
-
var
|
|
3690
|
-
/* @__PURE__ */ (0,
|
|
3691
|
-
/* @__PURE__ */ (0,
|
|
3692
|
-
/* @__PURE__ */ (0,
|
|
3738
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3739
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3740
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3741
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3693
3742
|
"path",
|
|
3694
3743
|
{
|
|
3695
3744
|
fill: stroke || color || "currentColor",
|
|
@@ -3701,7 +3750,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3701
3750
|
] }), Info_default = IconInfo;
|
|
3702
3751
|
|
|
3703
3752
|
// src/components/Invitecode.tsx
|
|
3704
|
-
var
|
|
3753
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3705
3754
|
"path",
|
|
3706
3755
|
{
|
|
3707
3756
|
fill: fill || color || "currentColor",
|
|
@@ -3711,8 +3760,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3711
3760
|
}
|
|
3712
3761
|
) }), Invitecode_default = IconInvitecode;
|
|
3713
3762
|
|
|
3763
|
+
// src/components/Invitefriends.tsx
|
|
3764
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconInvitefriends = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3765
|
+
"path",
|
|
3766
|
+
{
|
|
3767
|
+
fill: stroke || color || "currentColor",
|
|
3768
|
+
d: "M8.625 0C9.96903 0 11.1754 0.589225 12 1.52345C12.8246 0.589225 14.031 0 15.375 0H19.5V5.25H24V12.75H22.5V22.5H1.5V12.75H0V5.25H4.5V0H8.625ZM6.75 2.25V5.25H10.875V4.5C10.875 3.25736 9.86764 2.25 8.625 2.25H6.75ZM21.75 7.5V10.5H2.25V7.5H21.75ZM17.25 2.25V5.25H13.125V4.5C13.125 3.25736 14.1324 2.25 15.375 2.25H17.25ZM20.25 12.75V20.25H13.125V12.75H20.25ZM10.875 12.75V20.25H3.75V12.75H10.875Z",
|
|
3769
|
+
fillRule: "evenodd",
|
|
3770
|
+
clipRule: "evenodd"
|
|
3771
|
+
}
|
|
3772
|
+
) }), Invitefriends_default = IconInvitefriends;
|
|
3773
|
+
|
|
3714
3774
|
// src/components/LeftFilled.tsx
|
|
3715
|
-
var
|
|
3775
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3716
3776
|
"path",
|
|
3717
3777
|
{
|
|
3718
3778
|
fill: fill || color || "currentColor",
|
|
@@ -3722,16 +3782,25 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3722
3782
|
}
|
|
3723
3783
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3724
3784
|
|
|
3785
|
+
// src/components/LikeFilled.tsx
|
|
3786
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconLikeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3787
|
+
"path",
|
|
3788
|
+
{
|
|
3789
|
+
fill: fill || color || "currentColor",
|
|
3790
|
+
d: "M1.86396 12.364L12 22.5L22.136 12.364C23.3295 11.1705 24 9.55179 24 7.86396V7.57851C24 4.22144 21.2786 1.5 17.9215 1.5C16.0749 1.5 14.3285 2.33938 13.175 3.7813L12 5.25L10.825 3.7813C9.6715 2.33938 7.92507 1.5 6.07852 1.5C2.72144 1.5 0 4.22144 0 7.57851V7.86396C0 9.55179 0.670485 11.1705 1.86396 12.364Z"
|
|
3791
|
+
}
|
|
3792
|
+
) }), LikeFilled_default = IconLikeFilled;
|
|
3793
|
+
|
|
3725
3794
|
// src/components/Loading.tsx
|
|
3726
|
-
var
|
|
3727
|
-
/* @__PURE__ */ (0,
|
|
3795
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3796
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3728
3797
|
"path",
|
|
3729
3798
|
{
|
|
3730
3799
|
fill: fill || color || "currentColor",
|
|
3731
3800
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
3732
3801
|
}
|
|
3733
3802
|
),
|
|
3734
|
-
/* @__PURE__ */ (0,
|
|
3803
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3735
3804
|
"path",
|
|
3736
3805
|
{
|
|
3737
3806
|
fill: stroke || color || "currentColor",
|
|
@@ -3741,15 +3810,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3741
3810
|
] }), Loading_default = IconLoading;
|
|
3742
3811
|
|
|
3743
3812
|
// src/components/Login.tsx
|
|
3744
|
-
var
|
|
3745
|
-
/* @__PURE__ */ (0,
|
|
3813
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3814
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3746
3815
|
"path",
|
|
3747
3816
|
{
|
|
3748
3817
|
fill: stroke || color || "currentColor",
|
|
3749
3818
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3750
3819
|
}
|
|
3751
3820
|
),
|
|
3752
|
-
/* @__PURE__ */ (0,
|
|
3821
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3753
3822
|
"path",
|
|
3754
3823
|
{
|
|
3755
3824
|
fill: stroke || color || "currentColor",
|
|
@@ -3761,8 +3830,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3761
3830
|
] }), Login_default = IconLogin;
|
|
3762
3831
|
|
|
3763
3832
|
// src/components/Logout.tsx
|
|
3764
|
-
var
|
|
3765
|
-
/* @__PURE__ */ (0,
|
|
3833
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3834
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3766
3835
|
"path",
|
|
3767
3836
|
{
|
|
3768
3837
|
fill: stroke || color || "currentColor",
|
|
@@ -3771,7 +3840,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3771
3840
|
clipRule: "evenodd"
|
|
3772
3841
|
}
|
|
3773
3842
|
),
|
|
3774
|
-
/* @__PURE__ */ (0,
|
|
3843
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3775
3844
|
"path",
|
|
3776
3845
|
{
|
|
3777
3846
|
fill: stroke || color || "currentColor",
|
|
@@ -3781,8 +3850,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3781
3850
|
] }), Logout_default = IconLogout;
|
|
3782
3851
|
|
|
3783
3852
|
// src/components/Magic.tsx
|
|
3784
|
-
var
|
|
3785
|
-
/* @__PURE__ */ (0,
|
|
3853
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3854
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3786
3855
|
"path",
|
|
3787
3856
|
{
|
|
3788
3857
|
fill: stroke || color || "currentColor",
|
|
@@ -3791,15 +3860,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3791
3860
|
clipRule: "evenodd"
|
|
3792
3861
|
}
|
|
3793
3862
|
),
|
|
3794
|
-
/* @__PURE__ */ (0,
|
|
3795
|
-
/* @__PURE__ */ (0,
|
|
3863
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
3864
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3796
3865
|
"path",
|
|
3797
3866
|
{
|
|
3798
3867
|
fill: stroke || color || "currentColor",
|
|
3799
3868
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
3800
3869
|
}
|
|
3801
3870
|
),
|
|
3802
|
-
/* @__PURE__ */ (0,
|
|
3871
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3803
3872
|
"path",
|
|
3804
3873
|
{
|
|
3805
3874
|
fill: stroke || color || "currentColor",
|
|
@@ -3808,8 +3877,48 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3808
3877
|
)
|
|
3809
3878
|
] }), Magic_default = IconMagic;
|
|
3810
3879
|
|
|
3880
|
+
// src/components/MeFilled.tsx
|
|
3881
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconMeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3882
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3883
|
+
"path",
|
|
3884
|
+
{
|
|
3885
|
+
fill: fill || color || "currentColor",
|
|
3886
|
+
d: "M12 10.5C14.4853 10.5 16.5 8.48528 16.5 6C16.5 3.51472 14.4853 1.5 12 1.5C9.51472 1.5 7.5 3.51472 7.5 6C7.5 8.48528 9.51472 10.5 12 10.5Z"
|
|
3887
|
+
}
|
|
3888
|
+
),
|
|
3889
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3890
|
+
"path",
|
|
3891
|
+
{
|
|
3892
|
+
fill: fill || color || "currentColor",
|
|
3893
|
+
d: "M21 18C21 15.5147 18.9853 13.5 16.5 13.5H7.5C5.01472 13.5 3 15.5147 3 18V22.5H21V18Z"
|
|
3894
|
+
}
|
|
3895
|
+
)
|
|
3896
|
+
] }), MeFilled_default = IconMeFilled;
|
|
3897
|
+
|
|
3898
|
+
// src/components/Me.tsx
|
|
3899
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconMe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3900
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3901
|
+
"path",
|
|
3902
|
+
{
|
|
3903
|
+
fill: stroke || color || "currentColor",
|
|
3904
|
+
d: "M16.5 6C16.5 8.48528 14.4853 10.5 12 10.5C9.51472 10.5 7.5 8.48528 7.5 6C7.5 3.51472 9.51472 1.5 12 1.5C14.4853 1.5 16.5 3.51472 16.5 6ZM12 8.25C13.2426 8.25 14.25 7.24264 14.25 6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6C9.75 7.24264 10.7574 8.25 12 8.25Z",
|
|
3905
|
+
fillRule: "evenodd",
|
|
3906
|
+
clipRule: "evenodd"
|
|
3907
|
+
}
|
|
3908
|
+
),
|
|
3909
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3910
|
+
"path",
|
|
3911
|
+
{
|
|
3912
|
+
fill: stroke || color || "currentColor",
|
|
3913
|
+
d: "M16.5 13.5C18.9853 13.5 21 15.5147 21 18V22.5H3V18C3 15.5147 5.01472 13.5 7.5 13.5H16.5ZM18.75 18C18.75 16.7574 17.7426 15.75 16.5 15.75H7.5C6.25736 15.75 5.25 16.7574 5.25 18V20.25H18.75V18Z",
|
|
3914
|
+
fillRule: "evenodd",
|
|
3915
|
+
clipRule: "evenodd"
|
|
3916
|
+
}
|
|
3917
|
+
)
|
|
3918
|
+
] }), Me_default = IconMe;
|
|
3919
|
+
|
|
3811
3920
|
// src/components/ModelGeminiFilled.tsx
|
|
3812
|
-
var
|
|
3921
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3813
3922
|
"path",
|
|
3814
3923
|
{
|
|
3815
3924
|
fill: fill || color || "currentColor",
|
|
@@ -3818,7 +3927,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3818
3927
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3819
3928
|
|
|
3820
3929
|
// src/components/ModelOpenaiFilled.tsx
|
|
3821
|
-
var
|
|
3930
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3822
3931
|
"path",
|
|
3823
3932
|
{
|
|
3824
3933
|
fill: fill || color || "currentColor",
|
|
@@ -3826,9 +3935,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3826
3935
|
}
|
|
3827
3936
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3828
3937
|
|
|
3938
|
+
// src/components/ModelClaudeFilled.tsx
|
|
3939
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconModelClaudeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3940
|
+
"path",
|
|
3941
|
+
{
|
|
3942
|
+
fill: fill || color || "currentColor",
|
|
3943
|
+
d: "M10.7 20.05L10.98 18.872L11.3 17.352L11.56 16.136L11.8 14.635L11.94 14.141L11.92 14.103L11.82 14.122L10.62 15.68L8.8 18.017L7.36 19.461L7.02 19.594L6.42 19.309L6.48 18.777L6.82 18.321L8.8 15.908L10 14.407L10.78 13.552L10.76 13.438H10.72L5.44 16.706L4.5 16.82L4.08 16.459L4.14 15.87L4.34 15.68L5.92 14.635L9.86 12.545L9.92 12.355L9.86 12.26H9.66L9 12.222L6.76 12.165L4.82 12.089L2.92 11.994L2.44 11.899L2 11.329L2.04 11.044L2.44 10.797L3.02 10.835L4.28 10.93L6.18 11.044L7.56 11.12L9.6 11.329H9.92L9.96 11.196L9.86 11.12L9.78 11.044L7.8 9.79L5.68 8.46L4.56 7.681L3.96 7.282L3.66 6.921L3.54 6.123L4.08 5.553L4.82 5.61L5 5.648L5.74 6.199L7.32 7.358L9.4 8.821L9.7 9.049L9.84 8.973V8.916L9.7 8.707L8.58 6.769L7.38 4.793L6.84 3.976L6.7 3.482C6.64667 3.311 6.62 3.121 6.62 2.912L7.24 2.114L7.58 2L8.42 2.114L8.76 2.399L9.28 3.52L10.1 5.287L11.4 7.681L11.78 8.403L11.98 9.049L12.06 9.258H12.2V9.144L12.3 7.776L12.5 6.123L12.7 3.995L12.76 3.387L13.08 2.665L13.7 2.285L14.18 2.494L14.58 3.045L14.52 3.387L14.3 4.85L13.82 7.149L13.52 8.707H13.7L13.9 8.498L14.72 7.472L16.1 5.838L16.7 5.192L17.42 4.47L17.88 4.128H18.74L19.36 5.021L19.08 5.952L18.2 7.016L17.46 7.909L16.4 9.258L15.76 10.341L15.82 10.417H15.96L18.34 9.923L19.64 9.714L21.16 9.467L21.86 9.771L21.94 10.075L21.66 10.721L20.02 11.101L18.1 11.462L15.24 12.108L15.2 12.127L15.24 12.184L16.52 12.298L17.08 12.336H18.44L20.96 12.507L21.62 12.925L22 13.419L21.94 13.818L20.92 14.293L19.56 13.989L16.36 13.267L15.28 13.02H15.12V13.096L16.04 13.951L17.7 15.376L19.8 17.219L19.9 17.675L19.64 18.055L19.36 18.017L17.52 16.687L16.8 16.098L15.2 14.825H15.1V14.958L15.46 15.471L17.42 18.264L17.52 19.119L17.38 19.385L16.86 19.556L16.32 19.461L15.16 17.941L13.98 16.212L13.02 14.673L12.92 14.749L12.34 20.487L12.08 20.772L11.48 21L10.98 20.639L10.7 20.05Z"
|
|
3944
|
+
}
|
|
3945
|
+
) }), ModelClaudeFilled_default = IconModelClaudeFilled;
|
|
3946
|
+
|
|
3829
3947
|
// src/components/ModelDeepmindFilled.tsx
|
|
3830
|
-
var
|
|
3831
|
-
/* @__PURE__ */ (0,
|
|
3948
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3949
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3832
3950
|
"path",
|
|
3833
3951
|
{
|
|
3834
3952
|
fill: fill || color || "currentColor",
|
|
@@ -3837,27 +3955,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3837
3955
|
clipRule: "evenodd"
|
|
3838
3956
|
}
|
|
3839
3957
|
) }),
|
|
3840
|
-
/* @__PURE__ */ (0,
|
|
3958
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3841
3959
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3842
3960
|
|
|
3843
3961
|
// src/components/ModelSeedFilled.tsx
|
|
3844
|
-
var
|
|
3845
|
-
/* @__PURE__ */ (0,
|
|
3846
|
-
/* @__PURE__ */ (0,
|
|
3962
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3963
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3964
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3847
3965
|
"path",
|
|
3848
3966
|
{
|
|
3849
3967
|
fill: fill || color || "currentColor",
|
|
3850
3968
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3851
3969
|
}
|
|
3852
3970
|
),
|
|
3853
|
-
/* @__PURE__ */ (0,
|
|
3971
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3854
3972
|
"path",
|
|
3855
3973
|
{
|
|
3856
3974
|
fill: fill || color || "currentColor",
|
|
3857
3975
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3858
3976
|
}
|
|
3859
3977
|
),
|
|
3860
|
-
/* @__PURE__ */ (0,
|
|
3978
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3861
3979
|
"path",
|
|
3862
3980
|
{
|
|
3863
3981
|
fill: fill || color || "currentColor",
|
|
@@ -3867,7 +3985,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3867
3985
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3868
3986
|
|
|
3869
3987
|
// src/components/ModelSoraFilled.tsx
|
|
3870
|
-
var
|
|
3988
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3871
3989
|
"path",
|
|
3872
3990
|
{
|
|
3873
3991
|
fill: fill || color || "currentColor",
|
|
@@ -3876,7 +3994,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3876
3994
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3877
3995
|
|
|
3878
3996
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3879
|
-
var
|
|
3997
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3880
3998
|
size,
|
|
3881
3999
|
width,
|
|
3882
4000
|
height,
|
|
@@ -3884,64 +4002,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3884
4002
|
className,
|
|
3885
4003
|
fill,
|
|
3886
4004
|
stroke
|
|
3887
|
-
}) => /* @__PURE__ */ (0,
|
|
3888
|
-
/* @__PURE__ */ (0,
|
|
4005
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4006
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3889
4007
|
"path",
|
|
3890
4008
|
{
|
|
3891
4009
|
fill: "#5A5C62",
|
|
3892
4010
|
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"
|
|
3893
4011
|
}
|
|
3894
4012
|
),
|
|
3895
|
-
/* @__PURE__ */ (0,
|
|
4013
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3896
4014
|
"path",
|
|
3897
4015
|
{
|
|
3898
4016
|
fill: "#D5D6D7",
|
|
3899
4017
|
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"
|
|
3900
4018
|
}
|
|
3901
4019
|
),
|
|
3902
|
-
/* @__PURE__ */ (0,
|
|
4020
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3903
4021
|
"path",
|
|
3904
4022
|
{
|
|
3905
4023
|
fill: "#C4C5C7",
|
|
3906
4024
|
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"
|
|
3907
4025
|
}
|
|
3908
4026
|
),
|
|
3909
|
-
/* @__PURE__ */ (0,
|
|
4027
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3910
4028
|
"path",
|
|
3911
4029
|
{
|
|
3912
4030
|
fill: "#7B7C81",
|
|
3913
4031
|
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"
|
|
3914
4032
|
}
|
|
3915
4033
|
),
|
|
3916
|
-
/* @__PURE__ */ (0,
|
|
4034
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3917
4035
|
"path",
|
|
3918
4036
|
{
|
|
3919
4037
|
fill: "#85878B",
|
|
3920
4038
|
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"
|
|
3921
4039
|
}
|
|
3922
4040
|
),
|
|
3923
|
-
/* @__PURE__ */ (0,
|
|
4041
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3924
4042
|
"path",
|
|
3925
4043
|
{
|
|
3926
4044
|
fill: "#1B1D24",
|
|
3927
4045
|
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"
|
|
3928
4046
|
}
|
|
3929
4047
|
),
|
|
3930
|
-
/* @__PURE__ */ (0,
|
|
4048
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3931
4049
|
"path",
|
|
3932
4050
|
{
|
|
3933
4051
|
fill: "#D5D6D7",
|
|
3934
4052
|
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"
|
|
3935
4053
|
}
|
|
3936
4054
|
),
|
|
3937
|
-
/* @__PURE__ */ (0,
|
|
4055
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3938
4056
|
"path",
|
|
3939
4057
|
{
|
|
3940
4058
|
fill: "#85878B",
|
|
3941
4059
|
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"
|
|
3942
4060
|
}
|
|
3943
4061
|
),
|
|
3944
|
-
/* @__PURE__ */ (0,
|
|
4062
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
3945
4063
|
"path",
|
|
3946
4064
|
{
|
|
3947
4065
|
fill: "#D5D6D7",
|
|
@@ -3951,9 +4069,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3951
4069
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3952
4070
|
|
|
3953
4071
|
// src/components/ModelhappyhorseFilled.tsx
|
|
3954
|
-
var
|
|
3955
|
-
/* @__PURE__ */ (0,
|
|
3956
|
-
/* @__PURE__ */ (0,
|
|
4072
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4073
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
4074
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3957
4075
|
"mask",
|
|
3958
4076
|
{
|
|
3959
4077
|
id: "mask0_786_80",
|
|
@@ -3963,10 +4081,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3963
4081
|
y: "-8",
|
|
3964
4082
|
maskUnits: "userSpaceOnUse",
|
|
3965
4083
|
style: { maskType: "luminance" },
|
|
3966
|
-
children: /* @__PURE__ */ (0,
|
|
4084
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
3967
4085
|
}
|
|
3968
4086
|
),
|
|
3969
|
-
/* @__PURE__ */ (0,
|
|
4087
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
3970
4088
|
"path",
|
|
3971
4089
|
{
|
|
3972
4090
|
fill: fill || color || "currentColor",
|
|
@@ -3974,11 +4092,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3974
4092
|
}
|
|
3975
4093
|
) })
|
|
3976
4094
|
] }),
|
|
3977
|
-
/* @__PURE__ */ (0,
|
|
4095
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3978
4096
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
3979
4097
|
|
|
3980
4098
|
// src/components/ModelklingFilled.tsx
|
|
3981
|
-
var
|
|
4099
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
3982
4100
|
"path",
|
|
3983
4101
|
{
|
|
3984
4102
|
fill: fill || color || "currentColor",
|
|
@@ -3989,7 +4107,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3989
4107
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3990
4108
|
|
|
3991
4109
|
// src/components/Models.tsx
|
|
3992
|
-
var
|
|
4110
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
3993
4111
|
"path",
|
|
3994
4112
|
{
|
|
3995
4113
|
fill: stroke || color || "currentColor",
|
|
@@ -4000,7 +4118,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4000
4118
|
) }), Models_default = IconModels;
|
|
4001
4119
|
|
|
4002
4120
|
// src/components/MoreCollapse.tsx
|
|
4003
|
-
var
|
|
4121
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4004
4122
|
"path",
|
|
4005
4123
|
{
|
|
4006
4124
|
fill: stroke || color || "currentColor",
|
|
@@ -4009,22 +4127,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4009
4127
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
4010
4128
|
|
|
4011
4129
|
// src/components/MoreHorizontal.tsx
|
|
4012
|
-
var
|
|
4013
|
-
/* @__PURE__ */ (0,
|
|
4130
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4131
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4014
4132
|
"path",
|
|
4015
4133
|
{
|
|
4016
4134
|
fill: stroke || color || "currentColor",
|
|
4017
4135
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
4018
4136
|
}
|
|
4019
4137
|
),
|
|
4020
|
-
/* @__PURE__ */ (0,
|
|
4138
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4021
4139
|
"path",
|
|
4022
4140
|
{
|
|
4023
4141
|
fill: stroke || color || "currentColor",
|
|
4024
4142
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
4025
4143
|
}
|
|
4026
4144
|
),
|
|
4027
|
-
/* @__PURE__ */ (0,
|
|
4145
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4028
4146
|
"path",
|
|
4029
4147
|
{
|
|
4030
4148
|
fill: stroke || color || "currentColor",
|
|
@@ -4034,7 +4152,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4034
4152
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
4035
4153
|
|
|
4036
4154
|
// src/components/MoreShowed.tsx
|
|
4037
|
-
var
|
|
4155
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
4038
4156
|
"path",
|
|
4039
4157
|
{
|
|
4040
4158
|
fill: stroke || color || "currentColor",
|
|
@@ -4043,22 +4161,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4043
4161
|
) }), MoreShowed_default = IconMoreShowed;
|
|
4044
4162
|
|
|
4045
4163
|
// src/components/More.tsx
|
|
4046
|
-
var
|
|
4047
|
-
/* @__PURE__ */ (0,
|
|
4164
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4165
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4048
4166
|
"path",
|
|
4049
4167
|
{
|
|
4050
4168
|
fill: stroke || color || "currentColor",
|
|
4051
4169
|
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"
|
|
4052
4170
|
}
|
|
4053
4171
|
),
|
|
4054
|
-
/* @__PURE__ */ (0,
|
|
4172
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4055
4173
|
"path",
|
|
4056
4174
|
{
|
|
4057
4175
|
fill: stroke || color || "currentColor",
|
|
4058
4176
|
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"
|
|
4059
4177
|
}
|
|
4060
4178
|
),
|
|
4061
|
-
/* @__PURE__ */ (0,
|
|
4179
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4062
4180
|
"path",
|
|
4063
4181
|
{
|
|
4064
4182
|
fill: stroke || color || "currentColor",
|
|
@@ -4068,29 +4186,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4068
4186
|
] }), More_default = IconMore;
|
|
4069
4187
|
|
|
4070
4188
|
// src/components/Moresettings.tsx
|
|
4071
|
-
var
|
|
4072
|
-
/* @__PURE__ */ (0,
|
|
4189
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4190
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4073
4191
|
"path",
|
|
4074
4192
|
{
|
|
4075
4193
|
fill: stroke || color || "currentColor",
|
|
4076
4194
|
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"
|
|
4077
4195
|
}
|
|
4078
4196
|
),
|
|
4079
|
-
/* @__PURE__ */ (0,
|
|
4197
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4080
4198
|
"path",
|
|
4081
4199
|
{
|
|
4082
4200
|
fill: stroke || color || "currentColor",
|
|
4083
4201
|
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"
|
|
4084
4202
|
}
|
|
4085
4203
|
),
|
|
4086
|
-
/* @__PURE__ */ (0,
|
|
4204
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4087
4205
|
"path",
|
|
4088
4206
|
{
|
|
4089
4207
|
fill: stroke || color || "currentColor",
|
|
4090
4208
|
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"
|
|
4091
4209
|
}
|
|
4092
4210
|
),
|
|
4093
|
-
/* @__PURE__ */ (0,
|
|
4211
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
4094
4212
|
"path",
|
|
4095
4213
|
{
|
|
4096
4214
|
fill: stroke || color || "currentColor",
|
|
@@ -4102,8 +4220,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4102
4220
|
] }), Moresettings_default = IconMoresettings;
|
|
4103
4221
|
|
|
4104
4222
|
// src/components/MouseDrag.tsx
|
|
4105
|
-
var
|
|
4106
|
-
/* @__PURE__ */ (0,
|
|
4223
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4224
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4107
4225
|
"path",
|
|
4108
4226
|
{
|
|
4109
4227
|
fill: fill || color || "currentColor",
|
|
@@ -4111,7 +4229,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4111
4229
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
4112
4230
|
}
|
|
4113
4231
|
),
|
|
4114
|
-
/* @__PURE__ */ (0,
|
|
4232
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4115
4233
|
"path",
|
|
4116
4234
|
{
|
|
4117
4235
|
fill: fill || color || "currentColor",
|
|
@@ -4119,7 +4237,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4119
4237
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
4120
4238
|
}
|
|
4121
4239
|
),
|
|
4122
|
-
/* @__PURE__ */ (0,
|
|
4240
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4123
4241
|
"path",
|
|
4124
4242
|
{
|
|
4125
4243
|
fill: fill || color || "currentColor",
|
|
@@ -4130,8 +4248,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4130
4248
|
] }), MouseDrag_default = IconMouseDrag;
|
|
4131
4249
|
|
|
4132
4250
|
// src/components/MouseMove.tsx
|
|
4133
|
-
var
|
|
4134
|
-
/* @__PURE__ */ (0,
|
|
4251
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4252
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4135
4253
|
"path",
|
|
4136
4254
|
{
|
|
4137
4255
|
fill: fill || color || "currentColor",
|
|
@@ -4139,12 +4257,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4139
4257
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
4140
4258
|
}
|
|
4141
4259
|
) }),
|
|
4142
|
-
/* @__PURE__ */ (0,
|
|
4260
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4143
4261
|
] }), MouseMove_default = IconMouseMove;
|
|
4144
4262
|
|
|
4145
4263
|
// src/components/MouseNumberchange.tsx
|
|
4146
|
-
var
|
|
4147
|
-
/* @__PURE__ */ (0,
|
|
4264
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4265
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4148
4266
|
"path",
|
|
4149
4267
|
{
|
|
4150
4268
|
fill: fill || color || "currentColor",
|
|
@@ -4152,7 +4270,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4152
4270
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
4153
4271
|
}
|
|
4154
4272
|
),
|
|
4155
|
-
/* @__PURE__ */ (0,
|
|
4273
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4156
4274
|
"path",
|
|
4157
4275
|
{
|
|
4158
4276
|
fill: fill || color || "currentColor",
|
|
@@ -4163,7 +4281,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4163
4281
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
4164
4282
|
|
|
4165
4283
|
// src/components/Musicassets.tsx
|
|
4166
|
-
var
|
|
4284
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4167
4285
|
"path",
|
|
4168
4286
|
{
|
|
4169
4287
|
fill: stroke || color || "currentColor",
|
|
@@ -4174,8 +4292,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4174
4292
|
) }), Musicassets_default = IconMusicassets;
|
|
4175
4293
|
|
|
4176
4294
|
// src/components/Mute.tsx
|
|
4177
|
-
var
|
|
4178
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4296
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4179
4297
|
"path",
|
|
4180
4298
|
{
|
|
4181
4299
|
fill: stroke || color || "currentColor",
|
|
@@ -4184,7 +4302,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4184
4302
|
clipRule: "evenodd"
|
|
4185
4303
|
}
|
|
4186
4304
|
),
|
|
4187
|
-
/* @__PURE__ */ (0,
|
|
4305
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4188
4306
|
"path",
|
|
4189
4307
|
{
|
|
4190
4308
|
fill: stroke || color || "currentColor",
|
|
@@ -4194,8 +4312,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4194
4312
|
] }), Mute_default = IconMute;
|
|
4195
4313
|
|
|
4196
4314
|
// src/components/Newchat.tsx
|
|
4197
|
-
var
|
|
4198
|
-
/* @__PURE__ */ (0,
|
|
4315
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4316
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4199
4317
|
"path",
|
|
4200
4318
|
{
|
|
4201
4319
|
fill: stroke || color || "currentColor",
|
|
@@ -4204,7 +4322,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4204
4322
|
clipRule: "evenodd"
|
|
4205
4323
|
}
|
|
4206
4324
|
),
|
|
4207
|
-
/* @__PURE__ */ (0,
|
|
4325
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4208
4326
|
"path",
|
|
4209
4327
|
{
|
|
4210
4328
|
fill: stroke || color || "currentColor",
|
|
@@ -4214,7 +4332,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4214
4332
|
] }), Newchat_default = IconNewchat;
|
|
4215
4333
|
|
|
4216
4334
|
// src/components/Next.tsx
|
|
4217
|
-
var
|
|
4335
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4218
4336
|
"path",
|
|
4219
4337
|
{
|
|
4220
4338
|
fill: stroke || color || "currentColor",
|
|
@@ -4225,15 +4343,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4225
4343
|
) }), Next_default = IconNext;
|
|
4226
4344
|
|
|
4227
4345
|
// src/components/Nextscene.tsx
|
|
4228
|
-
var
|
|
4229
|
-
/* @__PURE__ */ (0,
|
|
4346
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4347
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4230
4348
|
"path",
|
|
4231
4349
|
{
|
|
4232
4350
|
fill: stroke || color || "currentColor",
|
|
4233
4351
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
4234
4352
|
}
|
|
4235
4353
|
),
|
|
4236
|
-
/* @__PURE__ */ (0,
|
|
4354
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4237
4355
|
"path",
|
|
4238
4356
|
{
|
|
4239
4357
|
fill: stroke || color || "currentColor",
|
|
@@ -4245,7 +4363,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4245
4363
|
] }), Nextscene_default = IconNextscene;
|
|
4246
4364
|
|
|
4247
4365
|
// src/components/Niceofficial.tsx
|
|
4248
|
-
var
|
|
4366
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4249
4367
|
"path",
|
|
4250
4368
|
{
|
|
4251
4369
|
fill: fill || color || "currentColor",
|
|
@@ -4256,8 +4374,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4256
4374
|
) }), Niceofficial_default = IconNiceofficial;
|
|
4257
4375
|
|
|
4258
4376
|
// src/components/Notification.tsx
|
|
4259
|
-
var
|
|
4260
|
-
/* @__PURE__ */ (0,
|
|
4377
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4378
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4261
4379
|
"path",
|
|
4262
4380
|
{
|
|
4263
4381
|
fill: stroke || color || "currentColor",
|
|
@@ -4266,7 +4384,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4266
4384
|
clipRule: "evenodd"
|
|
4267
4385
|
}
|
|
4268
4386
|
),
|
|
4269
|
-
/* @__PURE__ */ (0,
|
|
4387
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4270
4388
|
"path",
|
|
4271
4389
|
{
|
|
4272
4390
|
fill: stroke || color || "currentColor",
|
|
@@ -4276,17 +4394,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4276
4394
|
] }), Notification_default = IconNotification;
|
|
4277
4395
|
|
|
4278
4396
|
// src/components/Oneclickgenerate.tsx
|
|
4279
|
-
var
|
|
4280
|
-
/* @__PURE__ */ (0,
|
|
4281
|
-
/* @__PURE__ */ (0,
|
|
4282
|
-
/* @__PURE__ */ (0,
|
|
4397
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4398
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
4399
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
4400
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4283
4401
|
"path",
|
|
4284
4402
|
{
|
|
4285
4403
|
fill: stroke || color || "currentColor",
|
|
4286
4404
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
4287
4405
|
}
|
|
4288
4406
|
),
|
|
4289
|
-
/* @__PURE__ */ (0,
|
|
4407
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4290
4408
|
"path",
|
|
4291
4409
|
{
|
|
4292
4410
|
fill: stroke || color || "currentColor",
|
|
@@ -4298,8 +4416,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4298
4416
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
4299
4417
|
|
|
4300
4418
|
// src/components/Opendemo.tsx
|
|
4301
|
-
var
|
|
4302
|
-
/* @__PURE__ */ (0,
|
|
4419
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4420
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4303
4421
|
"path",
|
|
4304
4422
|
{
|
|
4305
4423
|
fill: stroke || color || "currentColor",
|
|
@@ -4308,11 +4426,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4308
4426
|
clipRule: "evenodd"
|
|
4309
4427
|
}
|
|
4310
4428
|
),
|
|
4311
|
-
/* @__PURE__ */ (0,
|
|
4429
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4312
4430
|
] }), Opendemo_default = IconOpendemo;
|
|
4313
4431
|
|
|
4314
4432
|
// src/components/OppsFilled.tsx
|
|
4315
|
-
var
|
|
4433
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4316
4434
|
"path",
|
|
4317
4435
|
{
|
|
4318
4436
|
fill: fill || color || "currentColor",
|
|
@@ -4323,7 +4441,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4323
4441
|
) }), OppsFilled_default = IconOppsFilled;
|
|
4324
4442
|
|
|
4325
4443
|
// src/components/OptionalcheckedFilled.tsx
|
|
4326
|
-
var
|
|
4444
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4327
4445
|
"path",
|
|
4328
4446
|
{
|
|
4329
4447
|
fill: fill || color || "currentColor",
|
|
@@ -4334,7 +4452,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4334
4452
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
4335
4453
|
|
|
4336
4454
|
// src/components/Optionaluncheck.tsx
|
|
4337
|
-
var
|
|
4455
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4338
4456
|
"path",
|
|
4339
4457
|
{
|
|
4340
4458
|
fill: stroke || color || "currentColor",
|
|
@@ -4345,7 +4463,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4345
4463
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
4346
4464
|
|
|
4347
4465
|
// src/components/Packagegame.tsx
|
|
4348
|
-
var
|
|
4466
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4349
4467
|
"path",
|
|
4350
4468
|
{
|
|
4351
4469
|
fill: stroke || color || "currentColor",
|
|
@@ -4356,11 +4474,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4356
4474
|
) }), Packagegame_default = IconPackagegame;
|
|
4357
4475
|
|
|
4358
4476
|
// src/components/PageError.tsx
|
|
4359
|
-
var
|
|
4477
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
4360
4478
|
|
|
4361
4479
|
// src/components/Parameters.tsx
|
|
4362
|
-
var
|
|
4363
|
-
/* @__PURE__ */ (0,
|
|
4480
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4481
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4364
4482
|
"path",
|
|
4365
4483
|
{
|
|
4366
4484
|
fill: stroke || color || "currentColor",
|
|
@@ -4369,7 +4487,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4369
4487
|
clipRule: "evenodd"
|
|
4370
4488
|
}
|
|
4371
4489
|
),
|
|
4372
|
-
/* @__PURE__ */ (0,
|
|
4490
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4373
4491
|
"path",
|
|
4374
4492
|
{
|
|
4375
4493
|
fill: stroke || color || "currentColor",
|
|
@@ -4381,14 +4499,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4381
4499
|
] }), Parameters_default = IconParameters;
|
|
4382
4500
|
|
|
4383
4501
|
// src/components/PauseFilled.tsx
|
|
4384
|
-
var
|
|
4385
|
-
/* @__PURE__ */ (0,
|
|
4386
|
-
/* @__PURE__ */ (0,
|
|
4502
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconPauseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4503
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
4504
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
4387
4505
|
] }), PauseFilled_default = IconPauseFilled;
|
|
4388
4506
|
|
|
4389
4507
|
// src/components/Pause.tsx
|
|
4390
|
-
var
|
|
4391
|
-
/* @__PURE__ */ (0,
|
|
4508
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4509
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4392
4510
|
"path",
|
|
4393
4511
|
{
|
|
4394
4512
|
fill: stroke || color || "currentColor",
|
|
@@ -4397,7 +4515,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4397
4515
|
clipRule: "evenodd"
|
|
4398
4516
|
}
|
|
4399
4517
|
),
|
|
4400
|
-
/* @__PURE__ */ (0,
|
|
4518
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4401
4519
|
"path",
|
|
4402
4520
|
{
|
|
4403
4521
|
fill: stroke || color || "currentColor",
|
|
@@ -4409,7 +4527,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4409
4527
|
] }), Pause_default = IconPause;
|
|
4410
4528
|
|
|
4411
4529
|
// src/components/Pencil.tsx
|
|
4412
|
-
var
|
|
4530
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4413
4531
|
"path",
|
|
4414
4532
|
{
|
|
4415
4533
|
fill: stroke || color || "currentColor",
|
|
@@ -4420,7 +4538,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4420
4538
|
) }), Pencil_default = IconPencil;
|
|
4421
4539
|
|
|
4422
4540
|
// src/components/Pick.tsx
|
|
4423
|
-
var
|
|
4541
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4424
4542
|
"path",
|
|
4425
4543
|
{
|
|
4426
4544
|
fill: stroke || color || "currentColor",
|
|
@@ -4431,22 +4549,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4431
4549
|
) }), Pick_default = IconPick;
|
|
4432
4550
|
|
|
4433
4551
|
// src/components/PickedFilled.tsx
|
|
4434
|
-
var
|
|
4552
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
4435
4553
|
|
|
4436
4554
|
// src/components/PlanFilled.tsx
|
|
4437
|
-
var
|
|
4438
|
-
/* @__PURE__ */ (0,
|
|
4555
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4556
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4439
4557
|
"path",
|
|
4440
4558
|
{
|
|
4441
4559
|
fill: fill || color || "currentColor",
|
|
4442
4560
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
4443
4561
|
}
|
|
4444
4562
|
) }),
|
|
4445
|
-
/* @__PURE__ */ (0,
|
|
4563
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4446
4564
|
] }), PlanFilled_default = IconPlanFilled;
|
|
4447
4565
|
|
|
4448
4566
|
// src/components/PlayFilled.tsx
|
|
4449
|
-
var
|
|
4567
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4450
4568
|
"path",
|
|
4451
4569
|
{
|
|
4452
4570
|
fill: fill || color || "currentColor",
|
|
@@ -4455,7 +4573,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4455
4573
|
) }), PlayFilled_default = IconPlayFilled;
|
|
4456
4574
|
|
|
4457
4575
|
// src/components/Play.tsx
|
|
4458
|
-
var
|
|
4576
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4459
4577
|
"path",
|
|
4460
4578
|
{
|
|
4461
4579
|
fill: stroke || color || "currentColor",
|
|
@@ -4466,7 +4584,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4466
4584
|
) }), Play_default = IconPlay;
|
|
4467
4585
|
|
|
4468
4586
|
// src/components/Premiumcontent.tsx
|
|
4469
|
-
var
|
|
4587
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconPremiumcontent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4470
4588
|
"path",
|
|
4471
4589
|
{
|
|
4472
4590
|
fill: stroke || color || "currentColor",
|
|
@@ -4477,15 +4595,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4477
4595
|
) }), Premiumcontent_default = IconPremiumcontent;
|
|
4478
4596
|
|
|
4479
4597
|
// src/components/Previouscene.tsx
|
|
4480
|
-
var
|
|
4481
|
-
/* @__PURE__ */ (0,
|
|
4598
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4599
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4482
4600
|
"path",
|
|
4483
4601
|
{
|
|
4484
4602
|
fill: stroke || color || "currentColor",
|
|
4485
4603
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
4486
4604
|
}
|
|
4487
4605
|
),
|
|
4488
|
-
/* @__PURE__ */ (0,
|
|
4606
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4489
4607
|
"path",
|
|
4490
4608
|
{
|
|
4491
4609
|
fill: stroke || color || "currentColor",
|
|
@@ -4497,7 +4615,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4497
4615
|
] }), Previouscene_default = IconPreviouscene;
|
|
4498
4616
|
|
|
4499
4617
|
// src/components/ProblemFilled.tsx
|
|
4500
|
-
var
|
|
4618
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4501
4619
|
"path",
|
|
4502
4620
|
{
|
|
4503
4621
|
fill: fill || color || "currentColor",
|
|
@@ -4508,7 +4626,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4508
4626
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
4509
4627
|
|
|
4510
4628
|
// src/components/ProblemNoticeFilled.tsx
|
|
4511
|
-
var
|
|
4629
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4512
4630
|
"path",
|
|
4513
4631
|
{
|
|
4514
4632
|
fill: fill || color || "currentColor",
|
|
@@ -4519,10 +4637,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4519
4637
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
4520
4638
|
|
|
4521
4639
|
// src/components/Problem.tsx
|
|
4522
|
-
var
|
|
4523
|
-
/* @__PURE__ */ (0,
|
|
4524
|
-
/* @__PURE__ */ (0,
|
|
4525
|
-
/* @__PURE__ */ (0,
|
|
4640
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4641
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4642
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4643
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
4526
4644
|
"path",
|
|
4527
4645
|
{
|
|
4528
4646
|
fill: stroke || color || "currentColor",
|
|
@@ -4534,8 +4652,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4534
4652
|
] }), Problem_default = IconProblem;
|
|
4535
4653
|
|
|
4536
4654
|
// src/components/Publish.tsx
|
|
4537
|
-
var
|
|
4538
|
-
/* @__PURE__ */ (0,
|
|
4655
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4656
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4539
4657
|
"path",
|
|
4540
4658
|
{
|
|
4541
4659
|
fill: stroke || color || "currentColor",
|
|
@@ -4544,12 +4662,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4544
4662
|
clipRule: "evenodd"
|
|
4545
4663
|
}
|
|
4546
4664
|
),
|
|
4547
|
-
/* @__PURE__ */ (0,
|
|
4665
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4548
4666
|
] }), Publish_default = IconPublish;
|
|
4549
4667
|
|
|
4550
4668
|
// src/components/Quote.tsx
|
|
4551
|
-
var
|
|
4552
|
-
/* @__PURE__ */ (0,
|
|
4669
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4670
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4553
4671
|
"path",
|
|
4554
4672
|
{
|
|
4555
4673
|
fill: stroke || color || "currentColor",
|
|
@@ -4558,7 +4676,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4558
4676
|
clipRule: "evenodd"
|
|
4559
4677
|
}
|
|
4560
4678
|
),
|
|
4561
|
-
/* @__PURE__ */ (0,
|
|
4679
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4562
4680
|
"path",
|
|
4563
4681
|
{
|
|
4564
4682
|
fill: stroke || color || "currentColor",
|
|
@@ -4570,7 +4688,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4570
4688
|
] }), Quote_default = IconQuote;
|
|
4571
4689
|
|
|
4572
4690
|
// src/components/Ratio169.tsx
|
|
4573
|
-
var
|
|
4691
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4574
4692
|
"path",
|
|
4575
4693
|
{
|
|
4576
4694
|
fill: stroke || color || "currentColor",
|
|
@@ -4579,15 +4697,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4579
4697
|
) }), Ratio169_default = IconRatio169;
|
|
4580
4698
|
|
|
4581
4699
|
// src/components/Ratio11.tsx
|
|
4582
|
-
var
|
|
4583
|
-
/* @__PURE__ */ (0,
|
|
4700
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4701
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4584
4702
|
"path",
|
|
4585
4703
|
{
|
|
4586
4704
|
fill: stroke || color || "currentColor",
|
|
4587
4705
|
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"
|
|
4588
4706
|
}
|
|
4589
4707
|
) }),
|
|
4590
|
-
/* @__PURE__ */ (0,
|
|
4708
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4591
4709
|
"rect",
|
|
4592
4710
|
{
|
|
4593
4711
|
width: "24",
|
|
@@ -4599,15 +4717,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4599
4717
|
] }), Ratio11_default = IconRatio11;
|
|
4600
4718
|
|
|
4601
4719
|
// src/components/Ratio916.tsx
|
|
4602
|
-
var
|
|
4603
|
-
/* @__PURE__ */ (0,
|
|
4720
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4721
|
+
/* @__PURE__ */ (0, import_jsx_runtime170.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
4604
4722
|
"path",
|
|
4605
4723
|
{
|
|
4606
4724
|
fill: stroke || color || "currentColor",
|
|
4607
4725
|
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"
|
|
4608
4726
|
}
|
|
4609
4727
|
) }),
|
|
4610
|
-
/* @__PURE__ */ (0,
|
|
4728
|
+
/* @__PURE__ */ (0, import_jsx_runtime170.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
4611
4729
|
"rect",
|
|
4612
4730
|
{
|
|
4613
4731
|
width: "24",
|
|
@@ -4619,17 +4737,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4619
4737
|
] }), Ratio916_default = IconRatio916;
|
|
4620
4738
|
|
|
4621
4739
|
// src/components/RatioAuto.tsx
|
|
4622
|
-
var
|
|
4623
|
-
/* @__PURE__ */ (0,
|
|
4624
|
-
/* @__PURE__ */ (0,
|
|
4740
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4741
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4742
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4625
4743
|
"path",
|
|
4626
4744
|
{
|
|
4627
4745
|
fill: stroke || color || "currentColor",
|
|
4628
4746
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4629
4747
|
}
|
|
4630
4748
|
),
|
|
4631
|
-
/* @__PURE__ */ (0,
|
|
4632
|
-
/* @__PURE__ */ (0,
|
|
4749
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4750
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4633
4751
|
"path",
|
|
4634
4752
|
{
|
|
4635
4753
|
fill: stroke || color || "currentColor",
|
|
@@ -4639,7 +4757,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4639
4757
|
}
|
|
4640
4758
|
)
|
|
4641
4759
|
] }),
|
|
4642
|
-
/* @__PURE__ */ (0,
|
|
4760
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4643
4761
|
"rect",
|
|
4644
4762
|
{
|
|
4645
4763
|
width: "24",
|
|
@@ -4651,15 +4769,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4651
4769
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4652
4770
|
|
|
4653
4771
|
// src/components/Ratio.tsx
|
|
4654
|
-
var
|
|
4655
|
-
/* @__PURE__ */ (0,
|
|
4772
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4773
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4656
4774
|
"path",
|
|
4657
4775
|
{
|
|
4658
4776
|
fill: stroke || color || "currentColor",
|
|
4659
4777
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4660
4778
|
}
|
|
4661
4779
|
),
|
|
4662
|
-
/* @__PURE__ */ (0,
|
|
4780
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4663
4781
|
"path",
|
|
4664
4782
|
{
|
|
4665
4783
|
fill: stroke || color || "currentColor",
|
|
@@ -4669,7 +4787,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4669
4787
|
] }), Ratio_default = IconRatio;
|
|
4670
4788
|
|
|
4671
4789
|
// src/components/ReEdit.tsx
|
|
4672
|
-
var
|
|
4790
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
4673
4791
|
"path",
|
|
4674
4792
|
{
|
|
4675
4793
|
fill: stroke || color || "currentColor",
|
|
@@ -4680,7 +4798,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4680
4798
|
) }), ReEdit_default = IconReEdit;
|
|
4681
4799
|
|
|
4682
4800
|
// src/components/Regenerate.tsx
|
|
4683
|
-
var
|
|
4801
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
4684
4802
|
"path",
|
|
4685
4803
|
{
|
|
4686
4804
|
fill: stroke || color || "currentColor",
|
|
@@ -4691,8 +4809,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4691
4809
|
) }), Regenerate_default = IconRegenerate;
|
|
4692
4810
|
|
|
4693
4811
|
// src/components/Resultsetting.tsx
|
|
4694
|
-
var
|
|
4695
|
-
/* @__PURE__ */ (0,
|
|
4812
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4813
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4696
4814
|
"path",
|
|
4697
4815
|
{
|
|
4698
4816
|
fill: stroke || color || "currentColor",
|
|
@@ -4701,7 +4819,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4701
4819
|
clipRule: "evenodd"
|
|
4702
4820
|
}
|
|
4703
4821
|
) }),
|
|
4704
|
-
/* @__PURE__ */ (0,
|
|
4822
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4705
4823
|
"rect",
|
|
4706
4824
|
{
|
|
4707
4825
|
width: "24",
|
|
@@ -4713,7 +4831,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4713
4831
|
] }), Resultsetting_default = IconResultsetting;
|
|
4714
4832
|
|
|
4715
4833
|
// src/components/RightFilled.tsx
|
|
4716
|
-
var
|
|
4834
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4717
4835
|
"path",
|
|
4718
4836
|
{
|
|
4719
4837
|
fill: fill || color || "currentColor",
|
|
@@ -4724,19 +4842,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4724
4842
|
) }), RightFilled_default = IconRightFilled;
|
|
4725
4843
|
|
|
4726
4844
|
// src/components/SatisfiedFilled.tsx
|
|
4727
|
-
var
|
|
4728
|
-
/* @__PURE__ */ (0,
|
|
4845
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4846
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
4729
4847
|
"path",
|
|
4730
4848
|
{
|
|
4731
4849
|
fill: fill || color || "currentColor",
|
|
4732
4850
|
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
4733
4851
|
}
|
|
4734
4852
|
),
|
|
4735
|
-
/* @__PURE__ */ (0,
|
|
4853
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
4736
4854
|
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
4737
4855
|
|
|
4738
4856
|
// src/components/Satisfied.tsx
|
|
4739
|
-
var
|
|
4857
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4740
4858
|
"path",
|
|
4741
4859
|
{
|
|
4742
4860
|
fill: stroke || color || "currentColor",
|
|
@@ -4747,7 +4865,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4747
4865
|
) }), Satisfied_default = IconSatisfied;
|
|
4748
4866
|
|
|
4749
4867
|
// src/components/SceneNext.tsx
|
|
4750
|
-
var
|
|
4868
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4751
4869
|
"path",
|
|
4752
4870
|
{
|
|
4753
4871
|
fill: stroke || color || "currentColor",
|
|
@@ -4756,27 +4874,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4756
4874
|
) }), SceneNext_default = IconSceneNext;
|
|
4757
4875
|
|
|
4758
4876
|
// src/components/Scriptmode.tsx
|
|
4759
|
-
var
|
|
4760
|
-
/* @__PURE__ */ (0,
|
|
4761
|
-
/* @__PURE__ */ (0,
|
|
4762
|
-
/* @__PURE__ */ (0,
|
|
4763
|
-
/* @__PURE__ */ (0,
|
|
4764
|
-
/* @__PURE__ */ (0,
|
|
4765
|
-
/* @__PURE__ */ (0,
|
|
4766
|
-
/* @__PURE__ */ (0,
|
|
4767
|
-
/* @__PURE__ */ (0,
|
|
4877
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4878
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4879
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4880
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4881
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4882
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4883
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4884
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4885
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4768
4886
|
] }), Scriptmode_default = IconScriptmode;
|
|
4769
4887
|
|
|
4770
4888
|
// src/components/Scrolldown.tsx
|
|
4771
|
-
var
|
|
4772
|
-
/* @__PURE__ */ (0,
|
|
4889
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4890
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4773
4891
|
"path",
|
|
4774
4892
|
{
|
|
4775
4893
|
fill: stroke || color || "currentColor",
|
|
4776
4894
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4777
4895
|
}
|
|
4778
4896
|
),
|
|
4779
|
-
/* @__PURE__ */ (0,
|
|
4897
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4780
4898
|
"path",
|
|
4781
4899
|
{
|
|
4782
4900
|
fill: stroke || color || "currentColor",
|
|
@@ -4785,8 +4903,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4785
4903
|
)
|
|
4786
4904
|
] }), Scrolldown_default = IconScrolldown;
|
|
4787
4905
|
|
|
4906
|
+
// src/components/Search.tsx
|
|
4907
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconSearch = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4908
|
+
"path",
|
|
4909
|
+
{
|
|
4910
|
+
fill: stroke || color || "currentColor",
|
|
4911
|
+
d: "M10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
4912
|
+
fillRule: "evenodd",
|
|
4913
|
+
clipRule: "evenodd"
|
|
4914
|
+
}
|
|
4915
|
+
) }), Search_default = IconSearch;
|
|
4916
|
+
|
|
4788
4917
|
// src/components/Sendrequest.tsx
|
|
4789
|
-
var
|
|
4918
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4790
4919
|
"path",
|
|
4791
4920
|
{
|
|
4792
4921
|
fill: fill || color || "currentColor",
|
|
@@ -4797,7 +4926,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4797
4926
|
) }), Sendrequest_default = IconSendrequest;
|
|
4798
4927
|
|
|
4799
4928
|
// src/components/Sendup.tsx
|
|
4800
|
-
var
|
|
4929
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4801
4930
|
"path",
|
|
4802
4931
|
{
|
|
4803
4932
|
fill: stroke || color || "currentColor",
|
|
@@ -4806,7 +4935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4806
4935
|
) }), Sendup_default = IconSendup;
|
|
4807
4936
|
|
|
4808
4937
|
// src/components/Sendup2.tsx
|
|
4809
|
-
var
|
|
4938
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4810
4939
|
"path",
|
|
4811
4940
|
{
|
|
4812
4941
|
fill: stroke || color || "currentColor",
|
|
@@ -4815,7 +4944,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4815
4944
|
) }), Sendup2_default = IconSendup2;
|
|
4816
4945
|
|
|
4817
4946
|
// src/components/ShareFilled.tsx
|
|
4818
|
-
var
|
|
4947
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4819
4948
|
"path",
|
|
4820
4949
|
{
|
|
4821
4950
|
fill: fill || color || "currentColor",
|
|
@@ -4824,7 +4953,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4824
4953
|
) }), ShareFilled_default = IconShareFilled;
|
|
4825
4954
|
|
|
4826
4955
|
// src/components/Share.tsx
|
|
4827
|
-
var
|
|
4956
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4828
4957
|
"path",
|
|
4829
4958
|
{
|
|
4830
4959
|
fill: stroke || color || "currentColor",
|
|
@@ -4835,7 +4964,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4835
4964
|
) }), Share_default = IconShare;
|
|
4836
4965
|
|
|
4837
4966
|
// src/components/Sidebar.tsx
|
|
4838
|
-
var
|
|
4967
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4839
4968
|
"path",
|
|
4840
4969
|
{
|
|
4841
4970
|
fill: stroke || color || "currentColor",
|
|
@@ -4846,7 +4975,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4846
4975
|
) }), Sidebar_default = IconSidebar;
|
|
4847
4976
|
|
|
4848
4977
|
// src/components/Singleunchecked.tsx
|
|
4849
|
-
var
|
|
4978
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4850
4979
|
"path",
|
|
4851
4980
|
{
|
|
4852
4981
|
fill: stroke || color || "currentColor",
|
|
@@ -4857,7 +4986,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4857
4986
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
4858
4987
|
|
|
4859
4988
|
// src/components/SocialX.tsx
|
|
4860
|
-
var
|
|
4989
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4861
4990
|
"path",
|
|
4862
4991
|
{
|
|
4863
4992
|
fill: fill || color || "currentColor",
|
|
@@ -4866,7 +4995,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4866
4995
|
) }), SocialX_default = IconSocialX;
|
|
4867
4996
|
|
|
4868
4997
|
// src/components/SocialDiscord.tsx
|
|
4869
|
-
var
|
|
4998
|
+
var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4870
4999
|
"path",
|
|
4871
5000
|
{
|
|
4872
5001
|
fill: fill || color || "currentColor",
|
|
@@ -4875,8 +5004,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4875
5004
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4876
5005
|
|
|
4877
5006
|
// src/components/SoundOff.tsx
|
|
4878
|
-
var
|
|
4879
|
-
/* @__PURE__ */ (0,
|
|
5007
|
+
var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5008
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4880
5009
|
"path",
|
|
4881
5010
|
{
|
|
4882
5011
|
fill: stroke || color || "currentColor",
|
|
@@ -4885,7 +5014,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4885
5014
|
clipRule: "evenodd"
|
|
4886
5015
|
}
|
|
4887
5016
|
),
|
|
4888
|
-
/* @__PURE__ */ (0,
|
|
5017
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4889
5018
|
"path",
|
|
4890
5019
|
{
|
|
4891
5020
|
fill: stroke || color || "currentColor",
|
|
@@ -4895,8 +5024,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4895
5024
|
] }), SoundOff_default = IconSoundOff;
|
|
4896
5025
|
|
|
4897
5026
|
// src/components/SoundOn.tsx
|
|
4898
|
-
var
|
|
4899
|
-
/* @__PURE__ */ (0,
|
|
5027
|
+
var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5028
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4900
5029
|
"path",
|
|
4901
5030
|
{
|
|
4902
5031
|
fill: stroke || color || "currentColor",
|
|
@@ -4905,14 +5034,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4905
5034
|
clipRule: "evenodd"
|
|
4906
5035
|
}
|
|
4907
5036
|
),
|
|
4908
|
-
/* @__PURE__ */ (0,
|
|
5037
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4909
5038
|
"path",
|
|
4910
5039
|
{
|
|
4911
5040
|
fill: stroke || color || "currentColor",
|
|
4912
5041
|
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"
|
|
4913
5042
|
}
|
|
4914
5043
|
),
|
|
4915
|
-
/* @__PURE__ */ (0,
|
|
5044
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4916
5045
|
"path",
|
|
4917
5046
|
{
|
|
4918
5047
|
fill: stroke || color || "currentColor",
|
|
@@ -4922,10 +5051,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4922
5051
|
] }), SoundOn_default = IconSoundOn;
|
|
4923
5052
|
|
|
4924
5053
|
// src/components/StopFilled.tsx
|
|
4925
|
-
var
|
|
5054
|
+
var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconStopFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
4926
5055
|
|
|
4927
5056
|
// src/components/Storyboard.tsx
|
|
4928
|
-
var
|
|
5057
|
+
var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
4929
5058
|
"path",
|
|
4930
5059
|
{
|
|
4931
5060
|
fill: stroke || color || "currentColor",
|
|
@@ -4936,24 +5065,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4936
5065
|
) }), Storyboard_default = IconStoryboard;
|
|
4937
5066
|
|
|
4938
5067
|
// src/components/StyleAutoFilled.tsx
|
|
4939
|
-
var
|
|
4940
|
-
/* @__PURE__ */ (0,
|
|
5068
|
+
var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5069
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
4941
5070
|
"path",
|
|
4942
5071
|
{
|
|
4943
5072
|
fill: fill || color || "currentColor",
|
|
4944
5073
|
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"
|
|
4945
5074
|
}
|
|
4946
5075
|
),
|
|
4947
|
-
/* @__PURE__ */ (0,
|
|
5076
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
4948
5077
|
"path",
|
|
4949
5078
|
{
|
|
4950
5079
|
fill: fill || color || "currentColor",
|
|
4951
5080
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4952
5081
|
}
|
|
4953
5082
|
),
|
|
4954
|
-
/* @__PURE__ */ (0,
|
|
4955
|
-
/* @__PURE__ */ (0,
|
|
4956
|
-
/* @__PURE__ */ (0,
|
|
5083
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
5084
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
5085
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
4957
5086
|
"path",
|
|
4958
5087
|
{
|
|
4959
5088
|
fill: fill || color || "currentColor",
|
|
@@ -4963,43 +5092,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4963
5092
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4964
5093
|
|
|
4965
5094
|
// src/components/Style.tsx
|
|
4966
|
-
var
|
|
4967
|
-
/* @__PURE__ */ (0,
|
|
5095
|
+
var import_jsx_runtime197 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime197.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5096
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4968
5097
|
"path",
|
|
4969
5098
|
{
|
|
4970
5099
|
fill: stroke || color || "currentColor",
|
|
4971
5100
|
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"
|
|
4972
5101
|
}
|
|
4973
5102
|
),
|
|
4974
|
-
/* @__PURE__ */ (0,
|
|
5103
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4975
5104
|
"path",
|
|
4976
5105
|
{
|
|
4977
5106
|
fill: stroke || color || "currentColor",
|
|
4978
5107
|
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"
|
|
4979
5108
|
}
|
|
4980
5109
|
),
|
|
4981
|
-
/* @__PURE__ */ (0,
|
|
5110
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4982
5111
|
"path",
|
|
4983
5112
|
{
|
|
4984
5113
|
fill: stroke || color || "currentColor",
|
|
4985
5114
|
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"
|
|
4986
5115
|
}
|
|
4987
5116
|
),
|
|
4988
|
-
/* @__PURE__ */ (0,
|
|
5117
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4989
5118
|
"path",
|
|
4990
5119
|
{
|
|
4991
5120
|
fill: stroke || color || "currentColor",
|
|
4992
5121
|
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"
|
|
4993
5122
|
}
|
|
4994
5123
|
),
|
|
4995
|
-
/* @__PURE__ */ (0,
|
|
5124
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
4996
5125
|
"path",
|
|
4997
5126
|
{
|
|
4998
5127
|
fill: stroke || color || "currentColor",
|
|
4999
5128
|
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"
|
|
5000
5129
|
}
|
|
5001
5130
|
),
|
|
5002
|
-
/* @__PURE__ */ (0,
|
|
5131
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
5003
5132
|
"path",
|
|
5004
5133
|
{
|
|
5005
5134
|
fill: stroke || color || "currentColor",
|
|
@@ -5011,8 +5140,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5011
5140
|
] }), Style_default = IconStyle;
|
|
5012
5141
|
|
|
5013
5142
|
// src/components/Styleoverall.tsx
|
|
5014
|
-
var
|
|
5015
|
-
/* @__PURE__ */ (0,
|
|
5143
|
+
var import_jsx_runtime198 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5144
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
5016
5145
|
"path",
|
|
5017
5146
|
{
|
|
5018
5147
|
fill: stroke || color || "currentColor",
|
|
@@ -5021,7 +5150,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5021
5150
|
clipRule: "evenodd"
|
|
5022
5151
|
}
|
|
5023
5152
|
),
|
|
5024
|
-
/* @__PURE__ */ (0,
|
|
5153
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
5025
5154
|
"path",
|
|
5026
5155
|
{
|
|
5027
5156
|
fill: stroke || color || "currentColor",
|
|
@@ -5030,7 +5159,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5030
5159
|
clipRule: "evenodd"
|
|
5031
5160
|
}
|
|
5032
5161
|
),
|
|
5033
|
-
/* @__PURE__ */ (0,
|
|
5162
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
5034
5163
|
"path",
|
|
5035
5164
|
{
|
|
5036
5165
|
fill: stroke || color || "currentColor",
|
|
@@ -5039,7 +5168,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5039
5168
|
clipRule: "evenodd"
|
|
5040
5169
|
}
|
|
5041
5170
|
),
|
|
5042
|
-
/* @__PURE__ */ (0,
|
|
5171
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
5043
5172
|
"path",
|
|
5044
5173
|
{
|
|
5045
5174
|
fill: stroke || color || "currentColor",
|
|
@@ -5051,7 +5180,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5051
5180
|
] }), Styleoverall_default = IconStyleoverall;
|
|
5052
5181
|
|
|
5053
5182
|
// src/components/SwitchOffFilled.tsx
|
|
5054
|
-
var
|
|
5183
|
+
var import_jsx_runtime199 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
5055
5184
|
"path",
|
|
5056
5185
|
{
|
|
5057
5186
|
fill: fill || color || "currentColor",
|
|
@@ -5062,7 +5191,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5062
5191
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
5063
5192
|
|
|
5064
5193
|
// src/components/SwitchOnFilled.tsx
|
|
5065
|
-
var
|
|
5194
|
+
var import_jsx_runtime200 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
5066
5195
|
"path",
|
|
5067
5196
|
{
|
|
5068
5197
|
fill: fill || color || "currentColor",
|
|
@@ -5073,7 +5202,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5073
5202
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
5074
5203
|
|
|
5075
5204
|
// src/components/Table.tsx
|
|
5076
|
-
var
|
|
5205
|
+
var import_jsx_runtime201 = __toESM(require_jsx_runtime()), IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
5077
5206
|
"path",
|
|
5078
5207
|
{
|
|
5079
5208
|
fill: stroke || color || "currentColor",
|
|
@@ -5084,8 +5213,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5084
5213
|
) }), Table_default = IconTable;
|
|
5085
5214
|
|
|
5086
5215
|
// src/components/Target.tsx
|
|
5087
|
-
var
|
|
5088
|
-
/* @__PURE__ */ (0,
|
|
5216
|
+
var import_jsx_runtime202 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5217
|
+
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
5089
5218
|
"path",
|
|
5090
5219
|
{
|
|
5091
5220
|
fill: stroke || color || "currentColor",
|
|
@@ -5094,7 +5223,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5094
5223
|
clipRule: "evenodd"
|
|
5095
5224
|
}
|
|
5096
5225
|
),
|
|
5097
|
-
/* @__PURE__ */ (0,
|
|
5226
|
+
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
5098
5227
|
"path",
|
|
5099
5228
|
{
|
|
5100
5229
|
fill: stroke || color || "currentColor",
|
|
@@ -5106,43 +5235,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5106
5235
|
] }), Target_default = IconTarget;
|
|
5107
5236
|
|
|
5108
5237
|
// src/components/TextLogo.tsx
|
|
5109
|
-
var
|
|
5110
|
-
/* @__PURE__ */ (0,
|
|
5238
|
+
var import_jsx_runtime203 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
5239
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5111
5240
|
"path",
|
|
5112
5241
|
{
|
|
5113
5242
|
fill: fill || color || "currentColor",
|
|
5114
5243
|
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"
|
|
5115
5244
|
}
|
|
5116
5245
|
),
|
|
5117
|
-
/* @__PURE__ */ (0,
|
|
5246
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5118
5247
|
"path",
|
|
5119
5248
|
{
|
|
5120
5249
|
fill: fill || color || "currentColor",
|
|
5121
5250
|
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"
|
|
5122
5251
|
}
|
|
5123
5252
|
),
|
|
5124
|
-
/* @__PURE__ */ (0,
|
|
5253
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5125
5254
|
"path",
|
|
5126
5255
|
{
|
|
5127
5256
|
fill: fill || color || "currentColor",
|
|
5128
5257
|
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"
|
|
5129
5258
|
}
|
|
5130
5259
|
),
|
|
5131
|
-
/* @__PURE__ */ (0,
|
|
5260
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5132
5261
|
"path",
|
|
5133
5262
|
{
|
|
5134
5263
|
fill: fill || color || "currentColor",
|
|
5135
5264
|
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"
|
|
5136
5265
|
}
|
|
5137
5266
|
),
|
|
5138
|
-
/* @__PURE__ */ (0,
|
|
5267
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5139
5268
|
"path",
|
|
5140
5269
|
{
|
|
5141
5270
|
fill: fill || color || "currentColor",
|
|
5142
5271
|
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"
|
|
5143
5272
|
}
|
|
5144
5273
|
),
|
|
5145
|
-
/* @__PURE__ */ (0,
|
|
5274
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
5146
5275
|
"path",
|
|
5147
5276
|
{
|
|
5148
5277
|
fill: fill || color || "currentColor",
|
|
@@ -5152,7 +5281,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5152
5281
|
] }), TextLogo_default = IconTextLogo;
|
|
5153
5282
|
|
|
5154
5283
|
// src/components/TipsFilled.tsx
|
|
5155
|
-
var
|
|
5284
|
+
var import_jsx_runtime204 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
|
|
5156
5285
|
"path",
|
|
5157
5286
|
{
|
|
5158
5287
|
fill: fill || color || "currentColor",
|
|
@@ -5163,7 +5292,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5163
5292
|
) }), TipsFilled_default = IconTipsFilled;
|
|
5164
5293
|
|
|
5165
5294
|
// src/components/Tips.tsx
|
|
5166
|
-
var
|
|
5295
|
+
var import_jsx_runtime205 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
5167
5296
|
"path",
|
|
5168
5297
|
{
|
|
5169
5298
|
fill: stroke || color || "currentColor",
|
|
@@ -5174,15 +5303,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5174
5303
|
) }), Tips_default = IconTips;
|
|
5175
5304
|
|
|
5176
5305
|
// src/components/ToolsFilled.tsx
|
|
5177
|
-
var
|
|
5178
|
-
/* @__PURE__ */ (0,
|
|
5306
|
+
var import_jsx_runtime206 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5307
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
5179
5308
|
"path",
|
|
5180
5309
|
{
|
|
5181
5310
|
fill: fill || color || "currentColor",
|
|
5182
5311
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
5183
5312
|
}
|
|
5184
5313
|
),
|
|
5185
|
-
/* @__PURE__ */ (0,
|
|
5314
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
5186
5315
|
"path",
|
|
5187
5316
|
{
|
|
5188
5317
|
fill: fill || color || "currentColor",
|
|
@@ -5192,7 +5321,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5192
5321
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
5193
5322
|
|
|
5194
5323
|
// src/components/Tools.tsx
|
|
5195
|
-
var
|
|
5324
|
+
var import_jsx_runtime207 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime207.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
5196
5325
|
"path",
|
|
5197
5326
|
{
|
|
5198
5327
|
stroke: stroke || color || "currentColor",
|
|
@@ -5202,7 +5331,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5202
5331
|
) }), Tools_default = IconTools;
|
|
5203
5332
|
|
|
5204
5333
|
// src/components/Undo.tsx
|
|
5205
|
-
var
|
|
5334
|
+
var import_jsx_runtime208 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime208.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
5206
5335
|
"path",
|
|
5207
5336
|
{
|
|
5208
5337
|
fill: stroke || color || "currentColor",
|
|
@@ -5213,19 +5342,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5213
5342
|
) }), Undo_default = IconUndo;
|
|
5214
5343
|
|
|
5215
5344
|
// src/components/UnsatisfiedFilled.tsx
|
|
5216
|
-
var
|
|
5217
|
-
/* @__PURE__ */ (0,
|
|
5345
|
+
var import_jsx_runtime209 = __toESM(require_jsx_runtime()), IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime209.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5346
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
5218
5347
|
"path",
|
|
5219
5348
|
{
|
|
5220
5349
|
fill: fill || color || "currentColor",
|
|
5221
5350
|
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
5222
5351
|
}
|
|
5223
5352
|
),
|
|
5224
|
-
/* @__PURE__ */ (0,
|
|
5353
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
5225
5354
|
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
5226
5355
|
|
|
5227
5356
|
// src/components/Unsatisfied.tsx
|
|
5228
|
-
var
|
|
5357
|
+
var import_jsx_runtime210 = __toESM(require_jsx_runtime()), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime210.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
5229
5358
|
"path",
|
|
5230
5359
|
{
|
|
5231
5360
|
fill: stroke || color || "currentColor",
|
|
@@ -5236,7 +5365,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5236
5365
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
5237
5366
|
|
|
5238
5367
|
// src/components/UpFilled.tsx
|
|
5239
|
-
var
|
|
5368
|
+
var import_jsx_runtime211 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime211.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
5240
5369
|
"path",
|
|
5241
5370
|
{
|
|
5242
5371
|
fill: fill || color || "currentColor",
|
|
@@ -5247,7 +5376,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5247
5376
|
) }), UpFilled_default = IconUpFilled;
|
|
5248
5377
|
|
|
5249
5378
|
// src/components/UpleftFilled.tsx
|
|
5250
|
-
var
|
|
5379
|
+
var import_jsx_runtime212 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime212.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
5251
5380
|
"path",
|
|
5252
5381
|
{
|
|
5253
5382
|
fill: fill || color || "currentColor",
|
|
@@ -5258,7 +5387,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5258
5387
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
5259
5388
|
|
|
5260
5389
|
// src/components/Uploadedvideo.tsx
|
|
5261
|
-
var
|
|
5390
|
+
var import_jsx_runtime213 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime213.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
5262
5391
|
"path",
|
|
5263
5392
|
{
|
|
5264
5393
|
fill: fill || color || "currentColor",
|
|
@@ -5269,7 +5398,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5269
5398
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
5270
5399
|
|
|
5271
5400
|
// src/components/Uploadfiles.tsx
|
|
5272
|
-
var
|
|
5401
|
+
var import_jsx_runtime214 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
5273
5402
|
"path",
|
|
5274
5403
|
{
|
|
5275
5404
|
fill: stroke || color || "currentColor",
|
|
@@ -5278,7 +5407,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5278
5407
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
5279
5408
|
|
|
5280
5409
|
// src/components/Uploadstory.tsx
|
|
5281
|
-
var
|
|
5410
|
+
var import_jsx_runtime215 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime215.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
5282
5411
|
"path",
|
|
5283
5412
|
{
|
|
5284
5413
|
fill: stroke || color || "currentColor",
|
|
@@ -5289,7 +5418,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5289
5418
|
) }), Uploadstory_default = IconUploadstory;
|
|
5290
5419
|
|
|
5291
5420
|
// src/components/UprightFilled.tsx
|
|
5292
|
-
var
|
|
5421
|
+
var import_jsx_runtime216 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime216.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
5293
5422
|
"path",
|
|
5294
5423
|
{
|
|
5295
5424
|
fill: fill || color || "currentColor",
|
|
@@ -5300,7 +5429,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5300
5429
|
) }), UprightFilled_default = IconUprightFilled;
|
|
5301
5430
|
|
|
5302
5431
|
// src/components/Userfeedback.tsx
|
|
5303
|
-
var
|
|
5432
|
+
var import_jsx_runtime217 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime217.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
5304
5433
|
"path",
|
|
5305
5434
|
{
|
|
5306
5435
|
fill: stroke || color || "currentColor",
|
|
@@ -5311,16 +5440,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5311
5440
|
) }), Userfeedback_default = IconUserfeedback;
|
|
5312
5441
|
|
|
5313
5442
|
// src/components/Userfollow.tsx
|
|
5314
|
-
var
|
|
5315
|
-
/* @__PURE__ */ (0,
|
|
5443
|
+
var import_jsx_runtime218 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5444
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5316
5445
|
"path",
|
|
5317
5446
|
{
|
|
5318
5447
|
fill: stroke || color || "currentColor",
|
|
5319
5448
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
5320
5449
|
}
|
|
5321
5450
|
),
|
|
5322
|
-
/* @__PURE__ */ (0,
|
|
5323
|
-
/* @__PURE__ */ (0,
|
|
5451
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
5452
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
5324
5453
|
"path",
|
|
5325
5454
|
{
|
|
5326
5455
|
fill: stroke || color || "currentColor",
|
|
@@ -5332,7 +5461,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5332
5461
|
] }), Userfollow_default = IconUserfollow;
|
|
5333
5462
|
|
|
5334
5463
|
// src/components/Userfollowback.tsx
|
|
5335
|
-
var
|
|
5464
|
+
var import_jsx_runtime219 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime219.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
5336
5465
|
"path",
|
|
5337
5466
|
{
|
|
5338
5467
|
fill: stroke || color || "currentColor",
|
|
@@ -5341,7 +5470,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5341
5470
|
) }), Userfollowback_default = IconUserfollowback;
|
|
5342
5471
|
|
|
5343
5472
|
// src/components/Userfollowed.tsx
|
|
5344
|
-
var
|
|
5473
|
+
var import_jsx_runtime220 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime220.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
5345
5474
|
"path",
|
|
5346
5475
|
{
|
|
5347
5476
|
fill: stroke || color || "currentColor",
|
|
@@ -5350,15 +5479,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5350
5479
|
) }), Userfollowed_default = IconUserfollowed;
|
|
5351
5480
|
|
|
5352
5481
|
// src/components/VideoGeneration.tsx
|
|
5353
|
-
var
|
|
5354
|
-
/* @__PURE__ */ (0,
|
|
5482
|
+
var import_jsx_runtime221 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5483
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
5355
5484
|
"path",
|
|
5356
5485
|
{
|
|
5357
5486
|
fill: stroke || color || "currentColor",
|
|
5358
5487
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
5359
5488
|
}
|
|
5360
5489
|
),
|
|
5361
|
-
/* @__PURE__ */ (0,
|
|
5490
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
5362
5491
|
"path",
|
|
5363
5492
|
{
|
|
5364
5493
|
fill: stroke || color || "currentColor",
|
|
@@ -5367,7 +5496,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5367
5496
|
clipRule: "evenodd"
|
|
5368
5497
|
}
|
|
5369
5498
|
),
|
|
5370
|
-
/* @__PURE__ */ (0,
|
|
5499
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
5371
5500
|
"path",
|
|
5372
5501
|
{
|
|
5373
5502
|
fill: stroke || color || "currentColor",
|
|
@@ -5377,9 +5506,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5377
5506
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
5378
5507
|
|
|
5379
5508
|
// src/components/VideoLength.tsx
|
|
5380
|
-
var
|
|
5381
|
-
/* @__PURE__ */ (0,
|
|
5382
|
-
/* @__PURE__ */ (0,
|
|
5509
|
+
var import_jsx_runtime222 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime222.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5510
|
+
/* @__PURE__ */ (0, import_jsx_runtime222.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
5511
|
+
/* @__PURE__ */ (0, import_jsx_runtime222.jsx)(
|
|
5383
5512
|
"path",
|
|
5384
5513
|
{
|
|
5385
5514
|
fill: stroke || color || "currentColor",
|
|
@@ -5391,8 +5520,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5391
5520
|
] }), VideoLength_default = IconVideoLength;
|
|
5392
5521
|
|
|
5393
5522
|
// src/components/Videogenerate.tsx
|
|
5394
|
-
var
|
|
5395
|
-
/* @__PURE__ */ (0,
|
|
5523
|
+
var import_jsx_runtime223 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5524
|
+
/* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
5396
5525
|
"path",
|
|
5397
5526
|
{
|
|
5398
5527
|
fill: stroke || color || "currentColor",
|
|
@@ -5401,7 +5530,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5401
5530
|
clipRule: "evenodd"
|
|
5402
5531
|
}
|
|
5403
5532
|
),
|
|
5404
|
-
/* @__PURE__ */ (0,
|
|
5533
|
+
/* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
5405
5534
|
"path",
|
|
5406
5535
|
{
|
|
5407
5536
|
fill: stroke || color || "currentColor",
|
|
@@ -5413,7 +5542,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5413
5542
|
] }), Videogenerate_default = IconVideogenerate;
|
|
5414
5543
|
|
|
5415
5544
|
// src/components/Visualstyles.tsx
|
|
5416
|
-
var
|
|
5545
|
+
var import_jsx_runtime224 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime224.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(
|
|
5417
5546
|
"path",
|
|
5418
5547
|
{
|
|
5419
5548
|
fill: stroke || color || "currentColor",
|
|
@@ -5424,8 +5553,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5424
5553
|
) }), Visualstyles_default = IconVisualstyles;
|
|
5425
5554
|
|
|
5426
5555
|
// src/components/Volume.tsx
|
|
5427
|
-
var
|
|
5428
|
-
/* @__PURE__ */ (0,
|
|
5556
|
+
var import_jsx_runtime225 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5557
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
5429
5558
|
"path",
|
|
5430
5559
|
{
|
|
5431
5560
|
fill: stroke || color || "currentColor",
|
|
@@ -5434,14 +5563,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5434
5563
|
clipRule: "evenodd"
|
|
5435
5564
|
}
|
|
5436
5565
|
),
|
|
5437
|
-
/* @__PURE__ */ (0,
|
|
5566
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
5438
5567
|
"path",
|
|
5439
5568
|
{
|
|
5440
5569
|
fill: stroke || color || "currentColor",
|
|
5441
5570
|
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"
|
|
5442
5571
|
}
|
|
5443
5572
|
),
|
|
5444
|
-
/* @__PURE__ */ (0,
|
|
5573
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
5445
5574
|
"path",
|
|
5446
5575
|
{
|
|
5447
5576
|
fill: stroke || color || "currentColor",
|
|
@@ -5451,7 +5580,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5451
5580
|
] }), Volume_default = IconVolume;
|
|
5452
5581
|
|
|
5453
5582
|
// src/components/Withdrawgame.tsx
|
|
5454
|
-
var
|
|
5583
|
+
var import_jsx_runtime226 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime226.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
5455
5584
|
"path",
|
|
5456
5585
|
{
|
|
5457
5586
|
fill: stroke || color || "currentColor",
|
|
@@ -5462,15 +5591,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5462
5591
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
5463
5592
|
|
|
5464
5593
|
// src/components/Zoomhandle.tsx
|
|
5465
|
-
var
|
|
5466
|
-
/* @__PURE__ */ (0,
|
|
5594
|
+
var import_jsx_runtime227 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime227.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5595
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
5467
5596
|
"path",
|
|
5468
5597
|
{
|
|
5469
5598
|
fill: fill || color || "currentColor",
|
|
5470
5599
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
5471
5600
|
}
|
|
5472
5601
|
),
|
|
5473
|
-
/* @__PURE__ */ (0,
|
|
5602
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
5474
5603
|
"path",
|
|
5475
5604
|
{
|
|
5476
5605
|
fill: stroke || color || "currentColor",
|
|
@@ -5480,15 +5609,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5480
5609
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
5481
5610
|
|
|
5482
5611
|
// src/components/Zoomin.tsx
|
|
5483
|
-
var
|
|
5484
|
-
/* @__PURE__ */ (0,
|
|
5612
|
+
var import_jsx_runtime228 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime228.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5613
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
5485
5614
|
"path",
|
|
5486
5615
|
{
|
|
5487
5616
|
fill: stroke || color || "currentColor",
|
|
5488
5617
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
5489
5618
|
}
|
|
5490
5619
|
),
|
|
5491
|
-
/* @__PURE__ */ (0,
|
|
5620
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
5492
5621
|
"path",
|
|
5493
5622
|
{
|
|
5494
5623
|
fill: stroke || color || "currentColor",
|
|
@@ -5500,9 +5629,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5500
5629
|
] }), Zoomin_default = IconZoomin;
|
|
5501
5630
|
|
|
5502
5631
|
// src/components/Zoomout.tsx
|
|
5503
|
-
var
|
|
5504
|
-
/* @__PURE__ */ (0,
|
|
5505
|
-
/* @__PURE__ */ (0,
|
|
5632
|
+
var import_jsx_runtime229 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime229.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5633
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5634
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
5506
5635
|
"path",
|
|
5507
5636
|
{
|
|
5508
5637
|
fill: stroke || color || "currentColor",
|