@yoroll/react-icon 0.0.18 → 0.0.19
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/README.md +59 -0
- package/dist/index.cjs +544 -450
- package/dist/index.iife.js +537 -449
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +713 -613
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Edit.d.ts +4 -0
- package/dist/types/components/Gameuivariable.d.ts +4 -0
- package/dist/types/components/Generate.d.ts +4 -0
- package/dist/types/components/Notification.d.ts +4 -0
- package/dist/types/components/Sendup.d.ts +4 -0
- package/dist/types/components/Sendup2.d.ts +4 -0
- package/dist/types/components/TipsFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +7 -1
- package/package.json +1 -1
- package/dist/types/components/Changeprofilephoto.d.ts +0 -4
package/dist/index.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.18 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
(() => {
|
|
@@ -1892,19 +1892,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1892
1892
|
}
|
|
1893
1893
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
1894
1894
|
|
|
1895
|
-
// src/components/Changeprofilephoto.tsx
|
|
1896
|
-
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChangeprofilephoto = ({ 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)(
|
|
1897
|
-
"path",
|
|
1898
|
-
{
|
|
1899
|
-
fill: stroke || color || "currentColor",
|
|
1900
|
-
d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
|
|
1901
|
-
fillRule: "evenodd",
|
|
1902
|
-
clipRule: "evenodd"
|
|
1903
|
-
}
|
|
1904
|
-
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
1905
|
-
|
|
1906
1895
|
// src/components/Chaptercollapse.tsx
|
|
1907
|
-
var
|
|
1896
|
+
var import_jsx_runtime25 = __toESM(require_jsx_runtime()), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1908
1897
|
"path",
|
|
1909
1898
|
{
|
|
1910
1899
|
fill: stroke || color || "currentColor",
|
|
@@ -1915,7 +1904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1915
1904
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
1916
1905
|
|
|
1917
1906
|
// src/components/Chapterexpand.tsx
|
|
1918
|
-
var
|
|
1907
|
+
var import_jsx_runtime26 = __toESM(require_jsx_runtime()), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1919
1908
|
"path",
|
|
1920
1909
|
{
|
|
1921
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1926,7 +1915,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1926
1915
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
1927
1916
|
|
|
1928
1917
|
// src/components/Check.tsx
|
|
1929
|
-
var
|
|
1918
|
+
var import_jsx_runtime27 = __toESM(require_jsx_runtime()), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1930
1919
|
"path",
|
|
1931
1920
|
{
|
|
1932
1921
|
fill: stroke || color || "currentColor",
|
|
@@ -1935,7 +1924,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1935
1924
|
) }), Check_default = IconCheck;
|
|
1936
1925
|
|
|
1937
1926
|
// src/components/CheckedFilled.tsx
|
|
1938
|
-
var
|
|
1927
|
+
var import_jsx_runtime28 = __toESM(require_jsx_runtime()), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1939
1928
|
"path",
|
|
1940
1929
|
{
|
|
1941
1930
|
fill: fill || color || "currentColor",
|
|
@@ -1946,7 +1935,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1946
1935
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
1947
1936
|
|
|
1948
1937
|
// src/components/Close.tsx
|
|
1949
|
-
var
|
|
1938
|
+
var import_jsx_runtime29 = __toESM(require_jsx_runtime()), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1950
1939
|
"path",
|
|
1951
1940
|
{
|
|
1952
1941
|
fill: stroke || color || "currentColor",
|
|
@@ -1955,8 +1944,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1955
1944
|
) }), Close_default = IconClose;
|
|
1956
1945
|
|
|
1957
1946
|
// src/components/Collapsewindow.tsx
|
|
1958
|
-
var
|
|
1959
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
var import_jsx_runtime30 = __toESM(require_jsx_runtime()), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1960
1949
|
"path",
|
|
1961
1950
|
{
|
|
1962
1951
|
fill: stroke || color || "currentColor",
|
|
@@ -1965,7 +1954,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1965
1954
|
clipRule: "evenodd"
|
|
1966
1955
|
}
|
|
1967
1956
|
),
|
|
1968
|
-
/* @__PURE__ */ (0,
|
|
1957
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1969
1958
|
"path",
|
|
1970
1959
|
{
|
|
1971
1960
|
fill: stroke || color || "currentColor",
|
|
@@ -1977,9 +1966,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1977
1966
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
1978
1967
|
|
|
1979
1968
|
// src/components/Copy.tsx
|
|
1980
|
-
var
|
|
1981
|
-
/* @__PURE__ */ (0,
|
|
1982
|
-
/* @__PURE__ */ (0,
|
|
1969
|
+
var import_jsx_runtime31 = __toESM(require_jsx_runtime()), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1983
1972
|
"path",
|
|
1984
1973
|
{
|
|
1985
1974
|
fill: stroke || color || "currentColor",
|
|
@@ -1991,7 +1980,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1991
1980
|
] }), Copy_default = IconCopy;
|
|
1992
1981
|
|
|
1993
1982
|
// src/components/Copylink.tsx
|
|
1994
|
-
var
|
|
1983
|
+
var import_jsx_runtime32 = __toESM(require_jsx_runtime()), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1995
1984
|
"path",
|
|
1996
1985
|
{
|
|
1997
1986
|
fill: stroke || color || "currentColor",
|
|
@@ -2002,8 +1991,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2002
1991
|
) }), Copylink_default = IconCopylink;
|
|
2003
1992
|
|
|
2004
1993
|
// src/components/CreditFilled.tsx
|
|
2005
|
-
var
|
|
2006
|
-
/* @__PURE__ */ (0,
|
|
1994
|
+
var import_jsx_runtime33 = __toESM(require_jsx_runtime()), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2007
1996
|
"path",
|
|
2008
1997
|
{
|
|
2009
1998
|
fill: fill || color || "currentColor",
|
|
@@ -2012,11 +2001,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2012
2001
|
clipRule: "evenodd"
|
|
2013
2002
|
}
|
|
2014
2003
|
) }),
|
|
2015
|
-
/* @__PURE__ */ (0,
|
|
2004
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2016
2005
|
] }), CreditFilled_default = IconCreditFilled;
|
|
2017
2006
|
|
|
2018
2007
|
// src/components/Cursor.tsx
|
|
2019
|
-
var
|
|
2008
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime()), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2020
2009
|
"path",
|
|
2021
2010
|
{
|
|
2022
2011
|
fill: stroke || color || "currentColor",
|
|
@@ -2027,9 +2016,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2027
2016
|
) }), Cursor_default = IconCursor;
|
|
2028
2017
|
|
|
2029
2018
|
// src/components/DeleteSceneChoice.tsx
|
|
2030
|
-
var
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2032
|
-
/* @__PURE__ */ (0,
|
|
2019
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime()), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2020
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
2021
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2033
2022
|
"path",
|
|
2034
2023
|
{
|
|
2035
2024
|
fill: stroke || color || "currentColor",
|
|
@@ -2041,9 +2030,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2041
2030
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
2042
2031
|
|
|
2043
2032
|
// src/components/Delete.tsx
|
|
2044
|
-
var
|
|
2045
|
-
/* @__PURE__ */ (0,
|
|
2046
|
-
/* @__PURE__ */ (0,
|
|
2033
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime()), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2047
2036
|
"path",
|
|
2048
2037
|
{
|
|
2049
2038
|
fill: stroke || color || "currentColor",
|
|
@@ -2055,7 +2044,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2055
2044
|
] }), Delete_default = IconDelete;
|
|
2056
2045
|
|
|
2057
2046
|
// src/components/DownFilled.tsx
|
|
2058
|
-
var
|
|
2047
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime()), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2059
2048
|
"path",
|
|
2060
2049
|
{
|
|
2061
2050
|
fill: fill || color || "currentColor",
|
|
@@ -2066,7 +2055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2066
2055
|
) }), DownFilled_default = IconDownFilled;
|
|
2067
2056
|
|
|
2068
2057
|
// src/components/DownleftFilled.tsx
|
|
2069
|
-
var
|
|
2058
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime()), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2070
2059
|
"path",
|
|
2071
2060
|
{
|
|
2072
2061
|
fill: fill || color || "currentColor",
|
|
@@ -2077,15 +2066,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2077
2066
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
2078
2067
|
|
|
2079
2068
|
// src/components/Download.tsx
|
|
2080
|
-
var
|
|
2081
|
-
/* @__PURE__ */ (0,
|
|
2069
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime()), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2070
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2082
2071
|
"path",
|
|
2083
2072
|
{
|
|
2084
2073
|
fill: stroke || color || "currentColor",
|
|
2085
2074
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
2086
2075
|
}
|
|
2087
2076
|
),
|
|
2088
|
-
/* @__PURE__ */ (0,
|
|
2077
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2089
2078
|
"path",
|
|
2090
2079
|
{
|
|
2091
2080
|
fill: stroke || color || "currentColor",
|
|
@@ -2097,7 +2086,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2097
2086
|
] }), Download_default = IconDownload;
|
|
2098
2087
|
|
|
2099
2088
|
// src/components/DownrightFilled.tsx
|
|
2100
|
-
var
|
|
2089
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime()), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2101
2090
|
"path",
|
|
2102
2091
|
{
|
|
2103
2092
|
fill: fill || color || "currentColor",
|
|
@@ -2108,15 +2097,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2108
2097
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
2109
2098
|
|
|
2110
2099
|
// src/components/DraghandleFilled.tsx
|
|
2111
|
-
var
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2115
|
-
/* @__PURE__ */ (0,
|
|
2116
|
-
/* @__PURE__ */ (0,
|
|
2117
|
-
/* @__PURE__ */ (0,
|
|
2100
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime()), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2101
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
2103
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
2104
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
2106
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
2118
2107
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
2119
2108
|
|
|
2109
|
+
// src/components/Edit.tsx
|
|
2110
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime()), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2111
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2112
|
+
"path",
|
|
2113
|
+
{
|
|
2114
|
+
fill: stroke || color || "currentColor",
|
|
2115
|
+
d: "M18.75 0L9 9.75V15H14.25L24 5.25L18.75 0ZM11.25 12.75V10.682L18.75 3.18198L20.818 5.25L13.318 12.75H11.25Z",
|
|
2116
|
+
fillRule: "evenodd",
|
|
2117
|
+
clipRule: "evenodd"
|
|
2118
|
+
}
|
|
2119
|
+
),
|
|
2120
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
2121
|
+
"path",
|
|
2122
|
+
{
|
|
2123
|
+
fill: stroke || color || "currentColor",
|
|
2124
|
+
d: "M1.5 1.5V22.5H22.5V13.5H20.25V20.25H3.75V3.75H10.5V1.5H1.5Z"
|
|
2125
|
+
}
|
|
2126
|
+
)
|
|
2127
|
+
] }), Edit_default = IconEdit;
|
|
2128
|
+
|
|
2120
2129
|
// src/components/Expandwindow.tsx
|
|
2121
2130
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime()), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2122
2131
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
@@ -2664,16 +2673,36 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2664
2673
|
}
|
|
2665
2674
|
) }), Gameui_default = IconGameui;
|
|
2666
2675
|
|
|
2667
|
-
// src/components/
|
|
2668
|
-
var import_jsx_runtime72 = __toESM(require_jsx_runtime()),
|
|
2676
|
+
// src/components/Gameuivariable.tsx
|
|
2677
|
+
var import_jsx_runtime72 = __toESM(require_jsx_runtime()), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2679
|
+
"path",
|
|
2680
|
+
{
|
|
2681
|
+
fill: fill || color || "currentColor",
|
|
2682
|
+
d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
2683
|
+
fillRule: "evenodd",
|
|
2684
|
+
clipRule: "evenodd"
|
|
2685
|
+
}
|
|
2686
|
+
),
|
|
2669
2687
|
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2688
|
+
"path",
|
|
2689
|
+
{
|
|
2690
|
+
fill: stroke || color || "currentColor",
|
|
2691
|
+
d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
|
|
2692
|
+
}
|
|
2693
|
+
)
|
|
2694
|
+
] }), Gameuivariable_default = IconGameuivariable;
|
|
2695
|
+
|
|
2696
|
+
// src/components/GenerateMultimage.tsx
|
|
2697
|
+
var import_jsx_runtime73 = __toESM(require_jsx_runtime()), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2698
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2670
2699
|
"path",
|
|
2671
2700
|
{
|
|
2672
2701
|
fill: stroke || color || "currentColor",
|
|
2673
2702
|
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"
|
|
2674
2703
|
}
|
|
2675
2704
|
),
|
|
2676
|
-
/* @__PURE__ */ (0,
|
|
2705
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
2677
2706
|
"path",
|
|
2678
2707
|
{
|
|
2679
2708
|
fill: stroke || color || "currentColor",
|
|
@@ -2682,11 +2711,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2682
2711
|
clipRule: "evenodd"
|
|
2683
2712
|
}
|
|
2684
2713
|
),
|
|
2685
|
-
/* @__PURE__ */ (0,
|
|
2714
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
2686
2715
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
2687
2716
|
|
|
2688
2717
|
// src/components/GenerateFilled.tsx
|
|
2689
|
-
var
|
|
2718
|
+
var import_jsx_runtime74 = __toESM(require_jsx_runtime()), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
2690
2719
|
"path",
|
|
2691
2720
|
{
|
|
2692
2721
|
fill: fill || color || "currentColor",
|
|
@@ -2697,15 +2726,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2697
2726
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
2698
2727
|
|
|
2699
2728
|
// src/components/GenerateFrameStart.tsx
|
|
2700
|
-
var
|
|
2701
|
-
/* @__PURE__ */ (0,
|
|
2729
|
+
var import_jsx_runtime75 = __toESM(require_jsx_runtime()), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2702
2731
|
"path",
|
|
2703
2732
|
{
|
|
2704
2733
|
fill: stroke || color || "currentColor",
|
|
2705
2734
|
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"
|
|
2706
2735
|
}
|
|
2707
2736
|
),
|
|
2708
|
-
/* @__PURE__ */ (0,
|
|
2737
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
2709
2738
|
"path",
|
|
2710
2739
|
{
|
|
2711
2740
|
fill: stroke || color || "currentColor",
|
|
@@ -2717,8 +2746,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2717
2746
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
2718
2747
|
|
|
2719
2748
|
// src/components/GenerateFrameStart2End.tsx
|
|
2720
|
-
var
|
|
2721
|
-
/* @__PURE__ */ (0,
|
|
2749
|
+
var import_jsx_runtime76 = __toESM(require_jsx_runtime()), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2750
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2722
2751
|
"path",
|
|
2723
2752
|
{
|
|
2724
2753
|
fill: stroke || color || "currentColor",
|
|
@@ -2727,14 +2756,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2727
2756
|
clipRule: "evenodd"
|
|
2728
2757
|
}
|
|
2729
2758
|
),
|
|
2730
|
-
/* @__PURE__ */ (0,
|
|
2759
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2731
2760
|
"path",
|
|
2732
2761
|
{
|
|
2733
2762
|
fill: stroke || color || "currentColor",
|
|
2734
2763
|
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"
|
|
2735
2764
|
}
|
|
2736
2765
|
),
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
2766
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
2738
2767
|
"path",
|
|
2739
2768
|
{
|
|
2740
2769
|
fill: stroke || color || "currentColor",
|
|
@@ -2746,8 +2775,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2746
2775
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
2747
2776
|
|
|
2748
2777
|
// src/components/GenerateSwitchframe.tsx
|
|
2749
|
-
var
|
|
2750
|
-
/* @__PURE__ */ (0,
|
|
2778
|
+
var import_jsx_runtime77 = __toESM(require_jsx_runtime()), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2751
2780
|
"path",
|
|
2752
2781
|
{
|
|
2753
2782
|
fill: stroke || color || "currentColor",
|
|
@@ -2756,7 +2785,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2756
2785
|
clipRule: "evenodd"
|
|
2757
2786
|
}
|
|
2758
2787
|
),
|
|
2759
|
-
/* @__PURE__ */ (0,
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
2760
2789
|
"path",
|
|
2761
2790
|
{
|
|
2762
2791
|
fill: stroke || color || "currentColor",
|
|
@@ -2768,15 +2797,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2768
2797
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
2769
2798
|
|
|
2770
2799
|
// src/components/GenerateT2V.tsx
|
|
2771
|
-
var
|
|
2772
|
-
/* @__PURE__ */ (0,
|
|
2800
|
+
var import_jsx_runtime78 = __toESM(require_jsx_runtime()), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2801
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2773
2802
|
"path",
|
|
2774
2803
|
{
|
|
2775
2804
|
fill: stroke || color || "currentColor",
|
|
2776
2805
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
2777
2806
|
}
|
|
2778
2807
|
),
|
|
2779
|
-
/* @__PURE__ */ (0,
|
|
2808
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
2780
2809
|
"path",
|
|
2781
2810
|
{
|
|
2782
2811
|
fill: stroke || color || "currentColor",
|
|
@@ -2787,16 +2816,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2787
2816
|
)
|
|
2788
2817
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
2789
2818
|
|
|
2819
|
+
// src/components/Generate.tsx
|
|
2820
|
+
var import_jsx_runtime79 = __toESM(require_jsx_runtime()), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
2821
|
+
"path",
|
|
2822
|
+
{
|
|
2823
|
+
stroke: stroke || color || "currentColor",
|
|
2824
|
+
d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
|
|
2825
|
+
strokeWidth: "2.2"
|
|
2826
|
+
}
|
|
2827
|
+
) }), Generate_default = IconGenerate;
|
|
2828
|
+
|
|
2790
2829
|
// src/components/GenreAuto.tsx
|
|
2791
|
-
var
|
|
2792
|
-
/* @__PURE__ */ (0,
|
|
2830
|
+
var import_jsx_runtime80 = __toESM(require_jsx_runtime()), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2831
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2793
2832
|
"path",
|
|
2794
2833
|
{
|
|
2795
2834
|
fill: stroke || color || "currentColor",
|
|
2796
2835
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
2797
2836
|
}
|
|
2798
2837
|
),
|
|
2799
|
-
/* @__PURE__ */ (0,
|
|
2838
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2800
2839
|
"path",
|
|
2801
2840
|
{
|
|
2802
2841
|
fill: stroke || color || "currentColor",
|
|
@@ -2805,15 +2844,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2805
2844
|
clipRule: "evenodd"
|
|
2806
2845
|
}
|
|
2807
2846
|
),
|
|
2808
|
-
/* @__PURE__ */ (0,
|
|
2809
|
-
/* @__PURE__ */ (0,
|
|
2847
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
2848
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2810
2849
|
"path",
|
|
2811
2850
|
{
|
|
2812
2851
|
fill: stroke || color || "currentColor",
|
|
2813
2852
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
2814
2853
|
}
|
|
2815
2854
|
),
|
|
2816
|
-
/* @__PURE__ */ (0,
|
|
2855
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
2817
2856
|
"path",
|
|
2818
2857
|
{
|
|
2819
2858
|
fill: stroke || color || "currentColor",
|
|
@@ -2823,22 +2862,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2823
2862
|
] }), GenreAuto_default = IconGenreAuto;
|
|
2824
2863
|
|
|
2825
2864
|
// src/components/GenreComedy.tsx
|
|
2826
|
-
var
|
|
2827
|
-
/* @__PURE__ */ (0,
|
|
2865
|
+
var import_jsx_runtime81 = __toESM(require_jsx_runtime()), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2866
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2828
2867
|
"path",
|
|
2829
2868
|
{
|
|
2830
2869
|
fill: stroke || color || "currentColor",
|
|
2831
2870
|
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"
|
|
2832
2871
|
}
|
|
2833
2872
|
),
|
|
2834
|
-
/* @__PURE__ */ (0,
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2835
2874
|
"path",
|
|
2836
2875
|
{
|
|
2837
2876
|
fill: stroke || color || "currentColor",
|
|
2838
2877
|
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"
|
|
2839
2878
|
}
|
|
2840
2879
|
),
|
|
2841
|
-
/* @__PURE__ */ (0,
|
|
2880
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2842
2881
|
"path",
|
|
2843
2882
|
{
|
|
2844
2883
|
fill: stroke || color || "currentColor",
|
|
@@ -2847,7 +2886,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2847
2886
|
clipRule: "evenodd"
|
|
2848
2887
|
}
|
|
2849
2888
|
),
|
|
2850
|
-
/* @__PURE__ */ (0,
|
|
2889
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
2851
2890
|
"path",
|
|
2852
2891
|
{
|
|
2853
2892
|
fill: stroke || color || "currentColor",
|
|
@@ -2859,7 +2898,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2859
2898
|
] }), GenreComedy_default = IconGenreComedy;
|
|
2860
2899
|
|
|
2861
2900
|
// src/components/GenreFantasy.tsx
|
|
2862
|
-
var
|
|
2901
|
+
var import_jsx_runtime82 = __toESM(require_jsx_runtime()), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
2863
2902
|
"path",
|
|
2864
2903
|
{
|
|
2865
2904
|
fill: stroke || color || "currentColor",
|
|
@@ -2870,22 +2909,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2870
2909
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
2871
2910
|
|
|
2872
2911
|
// src/components/GenreHorror.tsx
|
|
2873
|
-
var
|
|
2874
|
-
/* @__PURE__ */ (0,
|
|
2912
|
+
var import_jsx_runtime83 = __toESM(require_jsx_runtime()), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2913
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2875
2914
|
"path",
|
|
2876
2915
|
{
|
|
2877
2916
|
fill: stroke || color || "currentColor",
|
|
2878
2917
|
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"
|
|
2879
2918
|
}
|
|
2880
2919
|
),
|
|
2881
|
-
/* @__PURE__ */ (0,
|
|
2920
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2882
2921
|
"path",
|
|
2883
2922
|
{
|
|
2884
2923
|
fill: stroke || color || "currentColor",
|
|
2885
2924
|
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"
|
|
2886
2925
|
}
|
|
2887
2926
|
),
|
|
2888
|
-
/* @__PURE__ */ (0,
|
|
2927
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
2889
2928
|
"path",
|
|
2890
2929
|
{
|
|
2891
2930
|
fill: stroke || color || "currentColor",
|
|
@@ -2897,7 +2936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2897
2936
|
] }), GenreHorror_default = IconGenreHorror;
|
|
2898
2937
|
|
|
2899
2938
|
// src/components/GenreRomance.tsx
|
|
2900
|
-
var
|
|
2939
|
+
var import_jsx_runtime84 = __toESM(require_jsx_runtime()), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2901
2940
|
"path",
|
|
2902
2941
|
{
|
|
2903
2942
|
fill: stroke || color || "currentColor",
|
|
@@ -2908,15 +2947,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2908
2947
|
) }), GenreRomance_default = IconGenreRomance;
|
|
2909
2948
|
|
|
2910
2949
|
// src/components/GenreScifi.tsx
|
|
2911
|
-
var
|
|
2912
|
-
/* @__PURE__ */ (0,
|
|
2950
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime()), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2913
2952
|
"path",
|
|
2914
2953
|
{
|
|
2915
2954
|
fill: stroke || color || "currentColor",
|
|
2916
2955
|
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"
|
|
2917
2956
|
}
|
|
2918
2957
|
),
|
|
2919
|
-
/* @__PURE__ */ (0,
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2920
2959
|
"path",
|
|
2921
2960
|
{
|
|
2922
2961
|
fill: stroke || color || "currentColor",
|
|
@@ -2925,7 +2964,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2925
2964
|
clipRule: "evenodd"
|
|
2926
2965
|
}
|
|
2927
2966
|
),
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2967
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
2929
2968
|
"path",
|
|
2930
2969
|
{
|
|
2931
2970
|
fill: stroke || color || "currentColor",
|
|
@@ -2935,7 +2974,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2935
2974
|
] }), GenreScifi_default = IconGenreScifi;
|
|
2936
2975
|
|
|
2937
2976
|
// src/components/GenreSuspense.tsx
|
|
2938
|
-
var
|
|
2977
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime()), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2939
2978
|
"path",
|
|
2940
2979
|
{
|
|
2941
2980
|
fill: stroke || color || "currentColor",
|
|
@@ -2946,7 +2985,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2946
2985
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
2947
2986
|
|
|
2948
2987
|
// src/components/Genre.tsx
|
|
2949
|
-
var
|
|
2988
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime()), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2950
2989
|
"path",
|
|
2951
2990
|
{
|
|
2952
2991
|
fill: stroke || color || "currentColor",
|
|
@@ -2957,8 +2996,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2957
2996
|
) }), Genre_default = IconGenre;
|
|
2958
2997
|
|
|
2959
2998
|
// src/components/GoogleLogoFilled.tsx
|
|
2960
|
-
var
|
|
2961
|
-
/* @__PURE__ */ (0,
|
|
2999
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime()), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3000
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2962
3001
|
"mask",
|
|
2963
3002
|
{
|
|
2964
3003
|
id: "mask0_48_113",
|
|
@@ -2968,7 +3007,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2968
3007
|
y: "0",
|
|
2969
3008
|
maskUnits: "userSpaceOnUse",
|
|
2970
3009
|
style: { maskType: "luminance" },
|
|
2971
|
-
children: /* @__PURE__ */ (0,
|
|
3010
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2972
3011
|
"path",
|
|
2973
3012
|
{
|
|
2974
3013
|
fill: stroke || color || "currentColor",
|
|
@@ -2977,64 +3016,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2977
3016
|
)
|
|
2978
3017
|
}
|
|
2979
3018
|
),
|
|
2980
|
-
/* @__PURE__ */ (0,
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3019
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
3020
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2982
3021
|
"path",
|
|
2983
3022
|
{
|
|
2984
3023
|
fill: "url(#paint0_radial_48_113)",
|
|
2985
3024
|
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"
|
|
2986
3025
|
}
|
|
2987
3026
|
) }),
|
|
2988
|
-
/* @__PURE__ */ (0,
|
|
3027
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2989
3028
|
"path",
|
|
2990
3029
|
{
|
|
2991
3030
|
fill: "url(#paint1_radial_48_113)",
|
|
2992
3031
|
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"
|
|
2993
3032
|
}
|
|
2994
3033
|
) }),
|
|
2995
|
-
/* @__PURE__ */ (0,
|
|
3034
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
2996
3035
|
"path",
|
|
2997
3036
|
{
|
|
2998
3037
|
fill: "url(#paint2_radial_48_113)",
|
|
2999
3038
|
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"
|
|
3000
3039
|
}
|
|
3001
3040
|
) }),
|
|
3002
|
-
/* @__PURE__ */ (0,
|
|
3041
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3003
3042
|
"path",
|
|
3004
3043
|
{
|
|
3005
3044
|
fill: "url(#paint3_radial_48_113)",
|
|
3006
3045
|
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"
|
|
3007
3046
|
}
|
|
3008
3047
|
) }),
|
|
3009
|
-
/* @__PURE__ */ (0,
|
|
3048
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3010
3049
|
"path",
|
|
3011
3050
|
{
|
|
3012
3051
|
fill: "#3086FF",
|
|
3013
3052
|
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"
|
|
3014
3053
|
}
|
|
3015
3054
|
) }),
|
|
3016
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3017
3056
|
"path",
|
|
3018
3057
|
{
|
|
3019
3058
|
fill: "url(#paint4_radial_48_113)",
|
|
3020
3059
|
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"
|
|
3021
3060
|
}
|
|
3022
3061
|
) }),
|
|
3023
|
-
/* @__PURE__ */ (0,
|
|
3062
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3024
3063
|
"path",
|
|
3025
3064
|
{
|
|
3026
3065
|
fill: "url(#paint5_radial_48_113)",
|
|
3027
3066
|
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"
|
|
3028
3067
|
}
|
|
3029
3068
|
) }),
|
|
3030
|
-
/* @__PURE__ */ (0,
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3031
3070
|
"path",
|
|
3032
3071
|
{
|
|
3033
3072
|
fill: "url(#paint6_radial_48_113)",
|
|
3034
3073
|
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"
|
|
3035
3074
|
}
|
|
3036
3075
|
) }),
|
|
3037
|
-
/* @__PURE__ */ (0,
|
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3038
3077
|
"path",
|
|
3039
3078
|
{
|
|
3040
3079
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -3042,8 +3081,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3042
3081
|
}
|
|
3043
3082
|
) })
|
|
3044
3083
|
] }),
|
|
3045
|
-
/* @__PURE__ */ (0,
|
|
3046
|
-
/* @__PURE__ */ (0,
|
|
3084
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
|
|
3085
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3047
3086
|
"filter",
|
|
3048
3087
|
{
|
|
3049
3088
|
id: "filter0_f_48_113",
|
|
@@ -3054,13 +3093,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3054
3093
|
filterUnits: "userSpaceOnUse",
|
|
3055
3094
|
colorInterpolationFilters: "sRGB",
|
|
3056
3095
|
children: [
|
|
3057
|
-
/* @__PURE__ */ (0,
|
|
3058
|
-
/* @__PURE__ */ (0,
|
|
3059
|
-
/* @__PURE__ */ (0,
|
|
3096
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3097
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3098
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3060
3099
|
]
|
|
3061
3100
|
}
|
|
3062
3101
|
),
|
|
3063
|
-
/* @__PURE__ */ (0,
|
|
3102
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3064
3103
|
"filter",
|
|
3065
3104
|
{
|
|
3066
3105
|
id: "filter1_f_48_113",
|
|
@@ -3071,13 +3110,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3071
3110
|
filterUnits: "userSpaceOnUse",
|
|
3072
3111
|
colorInterpolationFilters: "sRGB",
|
|
3073
3112
|
children: [
|
|
3074
|
-
/* @__PURE__ */ (0,
|
|
3075
|
-
/* @__PURE__ */ (0,
|
|
3076
|
-
/* @__PURE__ */ (0,
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3114
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3077
3116
|
]
|
|
3078
3117
|
}
|
|
3079
3118
|
),
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3119
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3081
3120
|
"filter",
|
|
3082
3121
|
{
|
|
3083
3122
|
id: "filter2_f_48_113",
|
|
@@ -3088,13 +3127,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3088
3127
|
filterUnits: "userSpaceOnUse",
|
|
3089
3128
|
colorInterpolationFilters: "sRGB",
|
|
3090
3129
|
children: [
|
|
3091
|
-
/* @__PURE__ */ (0,
|
|
3092
|
-
/* @__PURE__ */ (0,
|
|
3093
|
-
/* @__PURE__ */ (0,
|
|
3130
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3131
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3132
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3094
3133
|
]
|
|
3095
3134
|
}
|
|
3096
3135
|
),
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3136
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3098
3137
|
"filter",
|
|
3099
3138
|
{
|
|
3100
3139
|
id: "filter3_f_48_113",
|
|
@@ -3105,13 +3144,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3105
3144
|
filterUnits: "userSpaceOnUse",
|
|
3106
3145
|
colorInterpolationFilters: "sRGB",
|
|
3107
3146
|
children: [
|
|
3108
|
-
/* @__PURE__ */ (0,
|
|
3109
|
-
/* @__PURE__ */ (0,
|
|
3110
|
-
/* @__PURE__ */ (0,
|
|
3147
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3148
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3149
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3111
3150
|
]
|
|
3112
3151
|
}
|
|
3113
3152
|
),
|
|
3114
|
-
/* @__PURE__ */ (0,
|
|
3153
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3115
3154
|
"filter",
|
|
3116
3155
|
{
|
|
3117
3156
|
id: "filter4_f_48_113",
|
|
@@ -3122,13 +3161,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3122
3161
|
filterUnits: "userSpaceOnUse",
|
|
3123
3162
|
colorInterpolationFilters: "sRGB",
|
|
3124
3163
|
children: [
|
|
3125
|
-
/* @__PURE__ */ (0,
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3127
|
-
/* @__PURE__ */ (0,
|
|
3164
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3165
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3128
3167
|
]
|
|
3129
3168
|
}
|
|
3130
3169
|
),
|
|
3131
|
-
/* @__PURE__ */ (0,
|
|
3170
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3132
3171
|
"filter",
|
|
3133
3172
|
{
|
|
3134
3173
|
id: "filter5_f_48_113",
|
|
@@ -3139,13 +3178,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3139
3178
|
filterUnits: "userSpaceOnUse",
|
|
3140
3179
|
colorInterpolationFilters: "sRGB",
|
|
3141
3180
|
children: [
|
|
3142
|
-
/* @__PURE__ */ (0,
|
|
3143
|
-
/* @__PURE__ */ (0,
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3181
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3182
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3183
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3145
3184
|
]
|
|
3146
3185
|
}
|
|
3147
3186
|
),
|
|
3148
|
-
/* @__PURE__ */ (0,
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3149
3188
|
"filter",
|
|
3150
3189
|
{
|
|
3151
3190
|
id: "filter6_f_48_113",
|
|
@@ -3156,13 +3195,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3156
3195
|
filterUnits: "userSpaceOnUse",
|
|
3157
3196
|
colorInterpolationFilters: "sRGB",
|
|
3158
3197
|
children: [
|
|
3159
|
-
/* @__PURE__ */ (0,
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3161
|
-
/* @__PURE__ */ (0,
|
|
3198
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3199
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
3162
3201
|
]
|
|
3163
3202
|
}
|
|
3164
3203
|
),
|
|
3165
|
-
/* @__PURE__ */ (0,
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3166
3205
|
"filter",
|
|
3167
3206
|
{
|
|
3168
3207
|
id: "filter7_f_48_113",
|
|
@@ -3173,13 +3212,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3173
3212
|
filterUnits: "userSpaceOnUse",
|
|
3174
3213
|
colorInterpolationFilters: "sRGB",
|
|
3175
3214
|
children: [
|
|
3176
|
-
/* @__PURE__ */ (0,
|
|
3177
|
-
/* @__PURE__ */ (0,
|
|
3178
|
-
/* @__PURE__ */ (0,
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3217
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3179
3218
|
]
|
|
3180
3219
|
}
|
|
3181
3220
|
),
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3221
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3183
3222
|
"filter",
|
|
3184
3223
|
{
|
|
3185
3224
|
id: "filter8_f_48_113",
|
|
@@ -3190,13 +3229,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3190
3229
|
filterUnits: "userSpaceOnUse",
|
|
3191
3230
|
colorInterpolationFilters: "sRGB",
|
|
3192
3231
|
children: [
|
|
3193
|
-
/* @__PURE__ */ (0,
|
|
3194
|
-
/* @__PURE__ */ (0,
|
|
3195
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
3233
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
3234
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
3196
3235
|
]
|
|
3197
3236
|
}
|
|
3198
3237
|
),
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3238
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3200
3239
|
"radialGradient",
|
|
3201
3240
|
{
|
|
3202
3241
|
id: "paint0_radial_48_113",
|
|
@@ -3206,20 +3245,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3206
3245
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
3207
3246
|
gradientUnits: "userSpaceOnUse",
|
|
3208
3247
|
children: [
|
|
3209
|
-
/* @__PURE__ */ (0,
|
|
3210
|
-
/* @__PURE__ */ (0,
|
|
3211
|
-
/* @__PURE__ */ (0,
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3213
|
-
/* @__PURE__ */ (0,
|
|
3214
|
-
/* @__PURE__ */ (0,
|
|
3215
|
-
/* @__PURE__ */ (0,
|
|
3216
|
-
/* @__PURE__ */ (0,
|
|
3217
|
-
/* @__PURE__ */ (0,
|
|
3218
|
-
/* @__PURE__ */ (0,
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
3250
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
3252
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
3253
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
3255
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
3256
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
3219
3258
|
]
|
|
3220
3259
|
}
|
|
3221
3260
|
),
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3223
3262
|
"radialGradient",
|
|
3224
3263
|
{
|
|
3225
3264
|
id: "paint1_radial_48_113",
|
|
@@ -3229,12 +3268,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3229
3268
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
3230
3269
|
gradientUnits: "userSpaceOnUse",
|
|
3231
3270
|
children: [
|
|
3232
|
-
/* @__PURE__ */ (0,
|
|
3233
|
-
/* @__PURE__ */ (0,
|
|
3271
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
3234
3273
|
]
|
|
3235
3274
|
}
|
|
3236
3275
|
),
|
|
3237
|
-
/* @__PURE__ */ (0,
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3238
3277
|
"radialGradient",
|
|
3239
3278
|
{
|
|
3240
3279
|
id: "paint2_radial_48_113",
|
|
@@ -3244,18 +3283,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3244
3283
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
3245
3284
|
gradientUnits: "userSpaceOnUse",
|
|
3246
3285
|
children: [
|
|
3247
|
-
/* @__PURE__ */ (0,
|
|
3248
|
-
/* @__PURE__ */ (0,
|
|
3249
|
-
/* @__PURE__ */ (0,
|
|
3250
|
-
/* @__PURE__ */ (0,
|
|
3251
|
-
/* @__PURE__ */ (0,
|
|
3252
|
-
/* @__PURE__ */ (0,
|
|
3253
|
-
/* @__PURE__ */ (0,
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3286
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
3287
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
3288
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
3293
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
3255
3294
|
]
|
|
3256
3295
|
}
|
|
3257
3296
|
),
|
|
3258
|
-
/* @__PURE__ */ (0,
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3259
3298
|
"radialGradient",
|
|
3260
3299
|
{
|
|
3261
3300
|
id: "paint3_radial_48_113",
|
|
@@ -3265,19 +3304,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3265
3304
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
3266
3305
|
gradientUnits: "userSpaceOnUse",
|
|
3267
3306
|
children: [
|
|
3268
|
-
/* @__PURE__ */ (0,
|
|
3269
|
-
/* @__PURE__ */ (0,
|
|
3270
|
-
/* @__PURE__ */ (0,
|
|
3271
|
-
/* @__PURE__ */ (0,
|
|
3272
|
-
/* @__PURE__ */ (0,
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3274
|
-
/* @__PURE__ */ (0,
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3276
|
-
/* @__PURE__ */ (0,
|
|
3307
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
3308
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
3310
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
3311
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
3312
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
3314
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
3315
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
3277
3316
|
]
|
|
3278
3317
|
}
|
|
3279
3318
|
),
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3319
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3281
3320
|
"radialGradient",
|
|
3282
3321
|
{
|
|
3283
3322
|
id: "paint4_radial_48_113",
|
|
@@ -3287,18 +3326,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3287
3326
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
3288
3327
|
gradientUnits: "userSpaceOnUse",
|
|
3289
3328
|
children: [
|
|
3290
|
-
/* @__PURE__ */ (0,
|
|
3291
|
-
/* @__PURE__ */ (0,
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3293
|
-
/* @__PURE__ */ (0,
|
|
3294
|
-
/* @__PURE__ */ (0,
|
|
3295
|
-
/* @__PURE__ */ (0,
|
|
3296
|
-
/* @__PURE__ */ (0,
|
|
3297
|
-
/* @__PURE__ */ (0,
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
3334
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
3335
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
3336
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
3298
3337
|
]
|
|
3299
3338
|
}
|
|
3300
3339
|
),
|
|
3301
|
-
/* @__PURE__ */ (0,
|
|
3340
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3302
3341
|
"radialGradient",
|
|
3303
3342
|
{
|
|
3304
3343
|
id: "paint5_radial_48_113",
|
|
@@ -3308,15 +3347,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3308
3347
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
3309
3348
|
gradientUnits: "userSpaceOnUse",
|
|
3310
3349
|
children: [
|
|
3311
|
-
/* @__PURE__ */ (0,
|
|
3312
|
-
/* @__PURE__ */ (0,
|
|
3313
|
-
/* @__PURE__ */ (0,
|
|
3314
|
-
/* @__PURE__ */ (0,
|
|
3315
|
-
/* @__PURE__ */ (0,
|
|
3350
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
3351
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
3352
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
3353
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
3354
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
3316
3355
|
]
|
|
3317
3356
|
}
|
|
3318
3357
|
),
|
|
3319
|
-
/* @__PURE__ */ (0,
|
|
3358
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3320
3359
|
"radialGradient",
|
|
3321
3360
|
{
|
|
3322
3361
|
id: "paint6_radial_48_113",
|
|
@@ -3326,20 +3365,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3326
3365
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
3327
3366
|
gradientUnits: "userSpaceOnUse",
|
|
3328
3367
|
children: [
|
|
3329
|
-
/* @__PURE__ */ (0,
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3331
|
-
/* @__PURE__ */ (0,
|
|
3332
|
-
/* @__PURE__ */ (0,
|
|
3333
|
-
/* @__PURE__ */ (0,
|
|
3334
|
-
/* @__PURE__ */ (0,
|
|
3335
|
-
/* @__PURE__ */ (0,
|
|
3336
|
-
/* @__PURE__ */ (0,
|
|
3337
|
-
/* @__PURE__ */ (0,
|
|
3338
|
-
/* @__PURE__ */ (0,
|
|
3368
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
3369
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
3370
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
3371
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
3372
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
3373
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
3374
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
3375
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
3376
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
3377
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
3339
3378
|
]
|
|
3340
3379
|
}
|
|
3341
3380
|
),
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3381
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3343
3382
|
"linearGradient",
|
|
3344
3383
|
{
|
|
3345
3384
|
id: "paint7_linear_48_113",
|
|
@@ -3349,8 +3388,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3349
3388
|
y2: "21.5116",
|
|
3350
3389
|
gradientUnits: "userSpaceOnUse",
|
|
3351
3390
|
children: [
|
|
3352
|
-
/* @__PURE__ */ (0,
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
3392
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
3354
3393
|
]
|
|
3355
3394
|
}
|
|
3356
3395
|
)
|
|
@@ -3358,7 +3397,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3358
3397
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
3359
3398
|
|
|
3360
3399
|
// src/components/Handtool.tsx
|
|
3361
|
-
var
|
|
3400
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime()), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3362
3401
|
"path",
|
|
3363
3402
|
{
|
|
3364
3403
|
fill: stroke || color || "currentColor",
|
|
@@ -3367,16 +3406,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3367
3406
|
) }), Handtool_default = IconHandtool;
|
|
3368
3407
|
|
|
3369
3408
|
// src/components/Help.tsx
|
|
3370
|
-
var
|
|
3371
|
-
/* @__PURE__ */ (0,
|
|
3372
|
-
/* @__PURE__ */ (0,
|
|
3409
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime()), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
3411
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3373
3412
|
"path",
|
|
3374
3413
|
{
|
|
3375
3414
|
fill: stroke || color || "currentColor",
|
|
3376
3415
|
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"
|
|
3377
3416
|
}
|
|
3378
3417
|
),
|
|
3379
|
-
/* @__PURE__ */ (0,
|
|
3418
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3380
3419
|
"path",
|
|
3381
3420
|
{
|
|
3382
3421
|
fill: stroke || color || "currentColor",
|
|
@@ -3388,7 +3427,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3388
3427
|
] }), Help_default = IconHelp;
|
|
3389
3428
|
|
|
3390
3429
|
// src/components/HomepageFilled.tsx
|
|
3391
|
-
var
|
|
3430
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime()), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3392
3431
|
"path",
|
|
3393
3432
|
{
|
|
3394
3433
|
fill: fill || color || "currentColor",
|
|
@@ -3399,7 +3438,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3399
3438
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
3400
3439
|
|
|
3401
3440
|
// src/components/Hotareacenter.tsx
|
|
3402
|
-
var
|
|
3441
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime()), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3403
3442
|
"path",
|
|
3404
3443
|
{
|
|
3405
3444
|
fill: "#191919",
|
|
@@ -3409,22 +3448,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3409
3448
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
3410
3449
|
|
|
3411
3450
|
// src/components/ImageGeneration.tsx
|
|
3412
|
-
var
|
|
3413
|
-
/* @__PURE__ */ (0,
|
|
3451
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime()), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3452
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3414
3453
|
"path",
|
|
3415
3454
|
{
|
|
3416
3455
|
fill: stroke || color || "currentColor",
|
|
3417
3456
|
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"
|
|
3418
3457
|
}
|
|
3419
3458
|
),
|
|
3420
|
-
/* @__PURE__ */ (0,
|
|
3459
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3421
3460
|
"path",
|
|
3422
3461
|
{
|
|
3423
3462
|
fill: stroke || color || "currentColor",
|
|
3424
3463
|
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"
|
|
3425
3464
|
}
|
|
3426
3465
|
),
|
|
3427
|
-
/* @__PURE__ */ (0,
|
|
3466
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3428
3467
|
"path",
|
|
3429
3468
|
{
|
|
3430
3469
|
fill: stroke || color || "currentColor",
|
|
@@ -3434,8 +3473,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3434
3473
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
3435
3474
|
|
|
3436
3475
|
// src/components/ImageLoadFailedFilled.tsx
|
|
3437
|
-
var
|
|
3438
|
-
/* @__PURE__ */ (0,
|
|
3476
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime()), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3477
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3439
3478
|
"path",
|
|
3440
3479
|
{
|
|
3441
3480
|
fill: fill || color || "currentColor",
|
|
@@ -3444,7 +3483,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3444
3483
|
clipRule: "evenodd"
|
|
3445
3484
|
}
|
|
3446
3485
|
),
|
|
3447
|
-
/* @__PURE__ */ (0,
|
|
3486
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3448
3487
|
"path",
|
|
3449
3488
|
{
|
|
3450
3489
|
fill: fill || color || "currentColor",
|
|
@@ -3454,10 +3493,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3454
3493
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
3455
3494
|
|
|
3456
3495
|
// src/components/Info.tsx
|
|
3457
|
-
var
|
|
3458
|
-
/* @__PURE__ */ (0,
|
|
3459
|
-
/* @__PURE__ */ (0,
|
|
3460
|
-
/* @__PURE__ */ (0,
|
|
3496
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime()), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3497
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
3498
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
3499
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
3461
3500
|
"path",
|
|
3462
3501
|
{
|
|
3463
3502
|
fill: stroke || color || "currentColor",
|
|
@@ -3469,7 +3508,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3469
3508
|
] }), Info_default = IconInfo;
|
|
3470
3509
|
|
|
3471
3510
|
// src/components/Invitecode.tsx
|
|
3472
|
-
var
|
|
3511
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime()), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3473
3512
|
"path",
|
|
3474
3513
|
{
|
|
3475
3514
|
fill: fill || color || "currentColor",
|
|
@@ -3480,7 +3519,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3480
3519
|
) }), Invitecode_default = IconInvitecode;
|
|
3481
3520
|
|
|
3482
3521
|
// src/components/LeftFilled.tsx
|
|
3483
|
-
var
|
|
3522
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime()), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
3484
3523
|
"path",
|
|
3485
3524
|
{
|
|
3486
3525
|
fill: fill || color || "currentColor",
|
|
@@ -3491,15 +3530,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3491
3530
|
) }), LeftFilled_default = IconLeftFilled;
|
|
3492
3531
|
|
|
3493
3532
|
// src/components/Loading.tsx
|
|
3494
|
-
var
|
|
3495
|
-
/* @__PURE__ */ (0,
|
|
3533
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime()), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3534
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3496
3535
|
"path",
|
|
3497
3536
|
{
|
|
3498
3537
|
fill: fill || color || "currentColor",
|
|
3499
3538
|
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"
|
|
3500
3539
|
}
|
|
3501
3540
|
),
|
|
3502
|
-
/* @__PURE__ */ (0,
|
|
3541
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
3503
3542
|
"path",
|
|
3504
3543
|
{
|
|
3505
3544
|
fill: stroke || color || "currentColor",
|
|
@@ -3509,15 +3548,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3509
3548
|
] }), Loading_default = IconLoading;
|
|
3510
3549
|
|
|
3511
3550
|
// src/components/Login.tsx
|
|
3512
|
-
var
|
|
3513
|
-
/* @__PURE__ */ (0,
|
|
3551
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime()), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3552
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3514
3553
|
"path",
|
|
3515
3554
|
{
|
|
3516
3555
|
fill: stroke || color || "currentColor",
|
|
3517
3556
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
3518
3557
|
}
|
|
3519
3558
|
),
|
|
3520
|
-
/* @__PURE__ */ (0,
|
|
3559
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3521
3560
|
"path",
|
|
3522
3561
|
{
|
|
3523
3562
|
fill: stroke || color || "currentColor",
|
|
@@ -3529,8 +3568,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3529
3568
|
] }), Login_default = IconLogin;
|
|
3530
3569
|
|
|
3531
3570
|
// src/components/Logout.tsx
|
|
3532
|
-
var
|
|
3533
|
-
/* @__PURE__ */ (0,
|
|
3571
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime()), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3534
3573
|
"path",
|
|
3535
3574
|
{
|
|
3536
3575
|
fill: stroke || color || "currentColor",
|
|
@@ -3539,7 +3578,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3539
3578
|
clipRule: "evenodd"
|
|
3540
3579
|
}
|
|
3541
3580
|
),
|
|
3542
|
-
/* @__PURE__ */ (0,
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3543
3582
|
"path",
|
|
3544
3583
|
{
|
|
3545
3584
|
fill: stroke || color || "currentColor",
|
|
@@ -3549,7 +3588,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3549
3588
|
] }), Logout_default = IconLogout;
|
|
3550
3589
|
|
|
3551
3590
|
// src/components/ModelGeminiFilled.tsx
|
|
3552
|
-
var
|
|
3591
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime()), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3553
3592
|
"path",
|
|
3554
3593
|
{
|
|
3555
3594
|
fill: fill || color || "currentColor",
|
|
@@ -3558,7 +3597,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3558
3597
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
3559
3598
|
|
|
3560
3599
|
// src/components/ModelOpenaiFilled.tsx
|
|
3561
|
-
var
|
|
3600
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime()), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
3562
3601
|
"path",
|
|
3563
3602
|
{
|
|
3564
3603
|
fill: fill || color || "currentColor",
|
|
@@ -3567,8 +3606,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3567
3606
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
3568
3607
|
|
|
3569
3608
|
// src/components/ModelDeepmindFilled.tsx
|
|
3570
|
-
var
|
|
3571
|
-
/* @__PURE__ */ (0,
|
|
3609
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime()), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3610
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3572
3611
|
"path",
|
|
3573
3612
|
{
|
|
3574
3613
|
fill: fill || color || "currentColor",
|
|
@@ -3577,27 +3616,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3577
3616
|
clipRule: "evenodd"
|
|
3578
3617
|
}
|
|
3579
3618
|
) }),
|
|
3580
|
-
/* @__PURE__ */ (0,
|
|
3619
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
3581
3620
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
3582
3621
|
|
|
3583
3622
|
// src/components/ModelSeedFilled.tsx
|
|
3584
|
-
var
|
|
3585
|
-
/* @__PURE__ */ (0,
|
|
3586
|
-
/* @__PURE__ */ (0,
|
|
3623
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime()), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3624
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
3625
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3587
3626
|
"path",
|
|
3588
3627
|
{
|
|
3589
3628
|
fill: fill || color || "currentColor",
|
|
3590
3629
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
3591
3630
|
}
|
|
3592
3631
|
),
|
|
3593
|
-
/* @__PURE__ */ (0,
|
|
3632
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3594
3633
|
"path",
|
|
3595
3634
|
{
|
|
3596
3635
|
fill: fill || color || "currentColor",
|
|
3597
3636
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
3598
3637
|
}
|
|
3599
3638
|
),
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3639
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
3601
3640
|
"path",
|
|
3602
3641
|
{
|
|
3603
3642
|
fill: fill || color || "currentColor",
|
|
@@ -3607,7 +3646,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3607
3646
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
3608
3647
|
|
|
3609
3648
|
// src/components/ModelSoraFilled.tsx
|
|
3610
|
-
var
|
|
3649
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime()), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
3611
3650
|
"path",
|
|
3612
3651
|
{
|
|
3613
3652
|
fill: fill || color || "currentColor",
|
|
@@ -3616,7 +3655,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3616
3655
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
3617
3656
|
|
|
3618
3657
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
3619
|
-
var
|
|
3658
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime()), IconModelNanobananaLogoNomoFilled = ({
|
|
3620
3659
|
size,
|
|
3621
3660
|
width,
|
|
3622
3661
|
height,
|
|
@@ -3624,64 +3663,64 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3624
3663
|
className,
|
|
3625
3664
|
fill,
|
|
3626
3665
|
stroke
|
|
3627
|
-
}) => /* @__PURE__ */ (0,
|
|
3628
|
-
/* @__PURE__ */ (0,
|
|
3666
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3667
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3629
3668
|
"path",
|
|
3630
3669
|
{
|
|
3631
3670
|
fill: "#5A5C62",
|
|
3632
3671
|
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"
|
|
3633
3672
|
}
|
|
3634
3673
|
),
|
|
3635
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3636
3675
|
"path",
|
|
3637
3676
|
{
|
|
3638
3677
|
fill: "#D5D6D7",
|
|
3639
3678
|
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"
|
|
3640
3679
|
}
|
|
3641
3680
|
),
|
|
3642
|
-
/* @__PURE__ */ (0,
|
|
3681
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3643
3682
|
"path",
|
|
3644
3683
|
{
|
|
3645
3684
|
fill: "#C4C5C7",
|
|
3646
3685
|
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"
|
|
3647
3686
|
}
|
|
3648
3687
|
),
|
|
3649
|
-
/* @__PURE__ */ (0,
|
|
3688
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3650
3689
|
"path",
|
|
3651
3690
|
{
|
|
3652
3691
|
fill: "#7B7C81",
|
|
3653
3692
|
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"
|
|
3654
3693
|
}
|
|
3655
3694
|
),
|
|
3656
|
-
/* @__PURE__ */ (0,
|
|
3695
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3657
3696
|
"path",
|
|
3658
3697
|
{
|
|
3659
3698
|
fill: "#85878B",
|
|
3660
3699
|
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"
|
|
3661
3700
|
}
|
|
3662
3701
|
),
|
|
3663
|
-
/* @__PURE__ */ (0,
|
|
3702
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3664
3703
|
"path",
|
|
3665
3704
|
{
|
|
3666
3705
|
fill: "#1B1D24",
|
|
3667
3706
|
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"
|
|
3668
3707
|
}
|
|
3669
3708
|
),
|
|
3670
|
-
/* @__PURE__ */ (0,
|
|
3709
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3671
3710
|
"path",
|
|
3672
3711
|
{
|
|
3673
3712
|
fill: "#D5D6D7",
|
|
3674
3713
|
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"
|
|
3675
3714
|
}
|
|
3676
3715
|
),
|
|
3677
|
-
/* @__PURE__ */ (0,
|
|
3716
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3678
3717
|
"path",
|
|
3679
3718
|
{
|
|
3680
3719
|
fill: "#85878B",
|
|
3681
3720
|
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"
|
|
3682
3721
|
}
|
|
3683
3722
|
),
|
|
3684
|
-
/* @__PURE__ */ (0,
|
|
3723
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
3685
3724
|
"path",
|
|
3686
3725
|
{
|
|
3687
3726
|
fill: "#D5D6D7",
|
|
@@ -3691,7 +3730,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3691
3730
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
3692
3731
|
|
|
3693
3732
|
// src/components/ModelklingFilled.tsx
|
|
3694
|
-
var
|
|
3733
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime()), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
3695
3734
|
"path",
|
|
3696
3735
|
{
|
|
3697
3736
|
fill: fill || color || "currentColor",
|
|
@@ -3702,7 +3741,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3702
3741
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
3703
3742
|
|
|
3704
3743
|
// src/components/Models.tsx
|
|
3705
|
-
var
|
|
3744
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime()), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
3706
3745
|
"path",
|
|
3707
3746
|
{
|
|
3708
3747
|
fill: stroke || color || "currentColor",
|
|
@@ -3713,7 +3752,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3713
3752
|
) }), Models_default = IconModels;
|
|
3714
3753
|
|
|
3715
3754
|
// src/components/MoreCollapse.tsx
|
|
3716
|
-
var
|
|
3755
|
+
var import_jsx_runtime109 = __toESM(require_jsx_runtime()), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
3717
3756
|
"path",
|
|
3718
3757
|
{
|
|
3719
3758
|
fill: stroke || color || "currentColor",
|
|
@@ -3722,22 +3761,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3722
3761
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
3723
3762
|
|
|
3724
3763
|
// src/components/MoreHorizontal.tsx
|
|
3725
|
-
var
|
|
3726
|
-
/* @__PURE__ */ (0,
|
|
3764
|
+
var import_jsx_runtime110 = __toESM(require_jsx_runtime()), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3765
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3727
3766
|
"path",
|
|
3728
3767
|
{
|
|
3729
3768
|
fill: stroke || color || "currentColor",
|
|
3730
3769
|
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"
|
|
3731
3770
|
}
|
|
3732
3771
|
),
|
|
3733
|
-
/* @__PURE__ */ (0,
|
|
3772
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3734
3773
|
"path",
|
|
3735
3774
|
{
|
|
3736
3775
|
fill: stroke || color || "currentColor",
|
|
3737
3776
|
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"
|
|
3738
3777
|
}
|
|
3739
3778
|
),
|
|
3740
|
-
/* @__PURE__ */ (0,
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
3741
3780
|
"path",
|
|
3742
3781
|
{
|
|
3743
3782
|
fill: stroke || color || "currentColor",
|
|
@@ -3747,7 +3786,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3747
3786
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
3748
3787
|
|
|
3749
3788
|
// src/components/MoreShowed.tsx
|
|
3750
|
-
var
|
|
3789
|
+
var import_jsx_runtime111 = __toESM(require_jsx_runtime()), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
3751
3790
|
"path",
|
|
3752
3791
|
{
|
|
3753
3792
|
fill: stroke || color || "currentColor",
|
|
@@ -3756,22 +3795,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3756
3795
|
) }), MoreShowed_default = IconMoreShowed;
|
|
3757
3796
|
|
|
3758
3797
|
// src/components/More.tsx
|
|
3759
|
-
var
|
|
3760
|
-
/* @__PURE__ */ (0,
|
|
3798
|
+
var import_jsx_runtime112 = __toESM(require_jsx_runtime()), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3799
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3761
3800
|
"path",
|
|
3762
3801
|
{
|
|
3763
3802
|
fill: stroke || color || "currentColor",
|
|
3764
3803
|
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"
|
|
3765
3804
|
}
|
|
3766
3805
|
),
|
|
3767
|
-
/* @__PURE__ */ (0,
|
|
3806
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3768
3807
|
"path",
|
|
3769
3808
|
{
|
|
3770
3809
|
fill: stroke || color || "currentColor",
|
|
3771
3810
|
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"
|
|
3772
3811
|
}
|
|
3773
3812
|
),
|
|
3774
|
-
/* @__PURE__ */ (0,
|
|
3813
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
3775
3814
|
"path",
|
|
3776
3815
|
{
|
|
3777
3816
|
fill: stroke || color || "currentColor",
|
|
@@ -3781,29 +3820,29 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3781
3820
|
] }), More_default = IconMore;
|
|
3782
3821
|
|
|
3783
3822
|
// src/components/Moresettings.tsx
|
|
3784
|
-
var
|
|
3785
|
-
/* @__PURE__ */ (0,
|
|
3823
|
+
var import_jsx_runtime113 = __toESM(require_jsx_runtime()), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3824
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3786
3825
|
"path",
|
|
3787
3826
|
{
|
|
3788
3827
|
fill: stroke || color || "currentColor",
|
|
3789
3828
|
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"
|
|
3790
3829
|
}
|
|
3791
3830
|
),
|
|
3792
|
-
/* @__PURE__ */ (0,
|
|
3831
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3793
3832
|
"path",
|
|
3794
3833
|
{
|
|
3795
3834
|
fill: stroke || color || "currentColor",
|
|
3796
3835
|
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"
|
|
3797
3836
|
}
|
|
3798
3837
|
),
|
|
3799
|
-
/* @__PURE__ */ (0,
|
|
3838
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3800
3839
|
"path",
|
|
3801
3840
|
{
|
|
3802
3841
|
fill: stroke || color || "currentColor",
|
|
3803
3842
|
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"
|
|
3804
3843
|
}
|
|
3805
3844
|
),
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
3845
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
3807
3846
|
"path",
|
|
3808
3847
|
{
|
|
3809
3848
|
fill: stroke || color || "currentColor",
|
|
@@ -3815,8 +3854,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3815
3854
|
] }), Moresettings_default = IconMoresettings;
|
|
3816
3855
|
|
|
3817
3856
|
// src/components/MouseDrag.tsx
|
|
3818
|
-
var
|
|
3819
|
-
/* @__PURE__ */ (0,
|
|
3857
|
+
var import_jsx_runtime114 = __toESM(require_jsx_runtime()), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3858
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3820
3859
|
"path",
|
|
3821
3860
|
{
|
|
3822
3861
|
fill: fill || color || "currentColor",
|
|
@@ -3824,7 +3863,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3824
3863
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
3825
3864
|
}
|
|
3826
3865
|
),
|
|
3827
|
-
/* @__PURE__ */ (0,
|
|
3866
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3828
3867
|
"path",
|
|
3829
3868
|
{
|
|
3830
3869
|
fill: fill || color || "currentColor",
|
|
@@ -3832,7 +3871,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3832
3871
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
3833
3872
|
}
|
|
3834
3873
|
),
|
|
3835
|
-
/* @__PURE__ */ (0,
|
|
3874
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
3836
3875
|
"path",
|
|
3837
3876
|
{
|
|
3838
3877
|
fill: fill || color || "currentColor",
|
|
@@ -3843,8 +3882,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3843
3882
|
] }), MouseDrag_default = IconMouseDrag;
|
|
3844
3883
|
|
|
3845
3884
|
// src/components/MouseMove.tsx
|
|
3846
|
-
var
|
|
3847
|
-
/* @__PURE__ */ (0,
|
|
3885
|
+
var import_jsx_runtime115 = __toESM(require_jsx_runtime()), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3886
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
3848
3887
|
"path",
|
|
3849
3888
|
{
|
|
3850
3889
|
fill: fill || color || "currentColor",
|
|
@@ -3852,12 +3891,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3852
3891
|
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"
|
|
3853
3892
|
}
|
|
3854
3893
|
) }),
|
|
3855
|
-
/* @__PURE__ */ (0,
|
|
3894
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3856
3895
|
] }), MouseMove_default = IconMouseMove;
|
|
3857
3896
|
|
|
3858
3897
|
// src/components/MouseNumberchange.tsx
|
|
3859
|
-
var
|
|
3860
|
-
/* @__PURE__ */ (0,
|
|
3898
|
+
var import_jsx_runtime116 = __toESM(require_jsx_runtime()), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3899
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3861
3900
|
"path",
|
|
3862
3901
|
{
|
|
3863
3902
|
fill: fill || color || "currentColor",
|
|
@@ -3865,7 +3904,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3865
3904
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
3866
3905
|
}
|
|
3867
3906
|
),
|
|
3868
|
-
/* @__PURE__ */ (0,
|
|
3907
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
3869
3908
|
"path",
|
|
3870
3909
|
{
|
|
3871
3910
|
fill: fill || color || "currentColor",
|
|
@@ -3876,7 +3915,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3876
3915
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
3877
3916
|
|
|
3878
3917
|
// src/components/Musicassets.tsx
|
|
3879
|
-
var
|
|
3918
|
+
var import_jsx_runtime117 = __toESM(require_jsx_runtime()), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
3880
3919
|
"path",
|
|
3881
3920
|
{
|
|
3882
3921
|
fill: stroke || color || "currentColor",
|
|
@@ -3887,8 +3926,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3887
3926
|
) }), Musicassets_default = IconMusicassets;
|
|
3888
3927
|
|
|
3889
3928
|
// src/components/Mute.tsx
|
|
3890
|
-
var
|
|
3891
|
-
/* @__PURE__ */ (0,
|
|
3929
|
+
var import_jsx_runtime118 = __toESM(require_jsx_runtime()), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3930
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3892
3931
|
"path",
|
|
3893
3932
|
{
|
|
3894
3933
|
fill: stroke || color || "currentColor",
|
|
@@ -3897,7 +3936,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3897
3936
|
clipRule: "evenodd"
|
|
3898
3937
|
}
|
|
3899
3938
|
),
|
|
3900
|
-
/* @__PURE__ */ (0,
|
|
3939
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
3901
3940
|
"path",
|
|
3902
3941
|
{
|
|
3903
3942
|
fill: stroke || color || "currentColor",
|
|
@@ -3907,7 +3946,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3907
3946
|
] }), Mute_default = IconMute;
|
|
3908
3947
|
|
|
3909
3948
|
// src/components/Next.tsx
|
|
3910
|
-
var
|
|
3949
|
+
var import_jsx_runtime119 = __toESM(require_jsx_runtime()), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
3911
3950
|
"path",
|
|
3912
3951
|
{
|
|
3913
3952
|
fill: stroke || color || "currentColor",
|
|
@@ -3918,15 +3957,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3918
3957
|
) }), Next_default = IconNext;
|
|
3919
3958
|
|
|
3920
3959
|
// src/components/Nextscene.tsx
|
|
3921
|
-
var
|
|
3922
|
-
/* @__PURE__ */ (0,
|
|
3960
|
+
var import_jsx_runtime120 = __toESM(require_jsx_runtime()), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3961
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3923
3962
|
"path",
|
|
3924
3963
|
{
|
|
3925
3964
|
fill: stroke || color || "currentColor",
|
|
3926
3965
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
3927
3966
|
}
|
|
3928
3967
|
),
|
|
3929
|
-
/* @__PURE__ */ (0,
|
|
3968
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
3930
3969
|
"path",
|
|
3931
3970
|
{
|
|
3932
3971
|
fill: stroke || color || "currentColor",
|
|
@@ -3938,7 +3977,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3938
3977
|
] }), Nextscene_default = IconNextscene;
|
|
3939
3978
|
|
|
3940
3979
|
// src/components/Niceofficial.tsx
|
|
3941
|
-
var
|
|
3980
|
+
var import_jsx_runtime121 = __toESM(require_jsx_runtime()), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
3942
3981
|
"path",
|
|
3943
3982
|
{
|
|
3944
3983
|
fill: fill || color || "currentColor",
|
|
@@ -3948,18 +3987,38 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3948
3987
|
}
|
|
3949
3988
|
) }), Niceofficial_default = IconNiceofficial;
|
|
3950
3989
|
|
|
3990
|
+
// src/components/Notification.tsx
|
|
3991
|
+
var import_jsx_runtime122 = __toESM(require_jsx_runtime()), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3992
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
3993
|
+
"path",
|
|
3994
|
+
{
|
|
3995
|
+
fill: stroke || color || "currentColor",
|
|
3996
|
+
d: "M22.5 15L19.5 12V7.5C19.5 3.35786 16.1421 0 12 0C7.85786 0 4.5 3.35786 4.5 7.5V12L1.5 15V18H22.5V15ZM6.75 12.932V7.5C6.75 4.6005 9.1005 2.25 12 2.25C14.8995 2.25 17.25 4.6005 17.25 7.5V12.932L20.068 15.75H3.93198L6.75 12.932Z",
|
|
3997
|
+
fillRule: "evenodd",
|
|
3998
|
+
clipRule: "evenodd"
|
|
3999
|
+
}
|
|
4000
|
+
),
|
|
4001
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
4002
|
+
"path",
|
|
4003
|
+
{
|
|
4004
|
+
fill: stroke || color || "currentColor",
|
|
4005
|
+
d: "M12 24C10.0407 24 8.37385 22.7478 7.75609 21H10.323C10.7349 21.4603 11.3337 21.75 12 21.75C12.6664 21.75 13.2651 21.4603 13.6771 21H16.244C15.6262 22.7478 13.9594 24 12 24Z"
|
|
4006
|
+
}
|
|
4007
|
+
)
|
|
4008
|
+
] }), Notification_default = IconNotification;
|
|
4009
|
+
|
|
3951
4010
|
// src/components/Oneclickgenerate.tsx
|
|
3952
|
-
var
|
|
3953
|
-
/* @__PURE__ */ (0,
|
|
3954
|
-
/* @__PURE__ */ (0,
|
|
3955
|
-
/* @__PURE__ */ (0,
|
|
4011
|
+
var import_jsx_runtime123 = __toESM(require_jsx_runtime()), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4012
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
4013
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
4014
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3956
4015
|
"path",
|
|
3957
4016
|
{
|
|
3958
4017
|
fill: stroke || color || "currentColor",
|
|
3959
4018
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
3960
4019
|
}
|
|
3961
4020
|
),
|
|
3962
|
-
/* @__PURE__ */ (0,
|
|
4021
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
3963
4022
|
"path",
|
|
3964
4023
|
{
|
|
3965
4024
|
fill: stroke || color || "currentColor",
|
|
@@ -3971,8 +4030,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3971
4030
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
3972
4031
|
|
|
3973
4032
|
// src/components/Opendemo.tsx
|
|
3974
|
-
var
|
|
3975
|
-
/* @__PURE__ */ (0,
|
|
4033
|
+
var import_jsx_runtime124 = __toESM(require_jsx_runtime()), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4034
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
3976
4035
|
"path",
|
|
3977
4036
|
{
|
|
3978
4037
|
fill: stroke || color || "currentColor",
|
|
@@ -3981,11 +4040,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3981
4040
|
clipRule: "evenodd"
|
|
3982
4041
|
}
|
|
3983
4042
|
),
|
|
3984
|
-
/* @__PURE__ */ (0,
|
|
4043
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3985
4044
|
] }), Opendemo_default = IconOpendemo;
|
|
3986
4045
|
|
|
3987
4046
|
// src/components/OppsFilled.tsx
|
|
3988
|
-
var
|
|
4047
|
+
var import_jsx_runtime125 = __toESM(require_jsx_runtime()), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
3989
4048
|
"path",
|
|
3990
4049
|
{
|
|
3991
4050
|
fill: fill || color || "currentColor",
|
|
@@ -3996,7 +4055,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
3996
4055
|
) }), OppsFilled_default = IconOppsFilled;
|
|
3997
4056
|
|
|
3998
4057
|
// src/components/OptionalcheckedFilled.tsx
|
|
3999
|
-
var
|
|
4058
|
+
var import_jsx_runtime126 = __toESM(require_jsx_runtime()), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
4000
4059
|
"path",
|
|
4001
4060
|
{
|
|
4002
4061
|
fill: fill || color || "currentColor",
|
|
@@ -4007,7 +4066,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4007
4066
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
4008
4067
|
|
|
4009
4068
|
// src/components/Optionaluncheck.tsx
|
|
4010
|
-
var
|
|
4069
|
+
var import_jsx_runtime127 = __toESM(require_jsx_runtime()), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
4011
4070
|
"path",
|
|
4012
4071
|
{
|
|
4013
4072
|
fill: stroke || color || "currentColor",
|
|
@@ -4018,7 +4077,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4018
4077
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
4019
4078
|
|
|
4020
4079
|
// src/components/Packagegame.tsx
|
|
4021
|
-
var
|
|
4080
|
+
var import_jsx_runtime128 = __toESM(require_jsx_runtime()), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
4022
4081
|
"path",
|
|
4023
4082
|
{
|
|
4024
4083
|
fill: stroke || color || "currentColor",
|
|
@@ -4029,11 +4088,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4029
4088
|
) }), Packagegame_default = IconPackagegame;
|
|
4030
4089
|
|
|
4031
4090
|
// src/components/PageError.tsx
|
|
4032
|
-
var
|
|
4091
|
+
var import_jsx_runtime129 = __toESM(require_jsx_runtime()), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
4033
4092
|
|
|
4034
4093
|
// src/components/Parameters.tsx
|
|
4035
|
-
var
|
|
4036
|
-
/* @__PURE__ */ (0,
|
|
4094
|
+
var import_jsx_runtime130 = __toESM(require_jsx_runtime()), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4095
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4037
4096
|
"path",
|
|
4038
4097
|
{
|
|
4039
4098
|
fill: stroke || color || "currentColor",
|
|
@@ -4042,7 +4101,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4042
4101
|
clipRule: "evenodd"
|
|
4043
4102
|
}
|
|
4044
4103
|
),
|
|
4045
|
-
/* @__PURE__ */ (0,
|
|
4104
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
4046
4105
|
"path",
|
|
4047
4106
|
{
|
|
4048
4107
|
fill: stroke || color || "currentColor",
|
|
@@ -4054,8 +4113,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4054
4113
|
] }), Parameters_default = IconParameters;
|
|
4055
4114
|
|
|
4056
4115
|
// src/components/Pause.tsx
|
|
4057
|
-
var
|
|
4058
|
-
/* @__PURE__ */ (0,
|
|
4116
|
+
var import_jsx_runtime131 = __toESM(require_jsx_runtime()), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4117
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4059
4118
|
"path",
|
|
4060
4119
|
{
|
|
4061
4120
|
fill: stroke || color || "currentColor",
|
|
@@ -4064,7 +4123,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4064
4123
|
clipRule: "evenodd"
|
|
4065
4124
|
}
|
|
4066
4125
|
),
|
|
4067
|
-
/* @__PURE__ */ (0,
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
4068
4127
|
"path",
|
|
4069
4128
|
{
|
|
4070
4129
|
fill: stroke || color || "currentColor",
|
|
@@ -4076,7 +4135,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4076
4135
|
] }), Pause_default = IconPause;
|
|
4077
4136
|
|
|
4078
4137
|
// src/components/Pencil.tsx
|
|
4079
|
-
var
|
|
4138
|
+
var import_jsx_runtime132 = __toESM(require_jsx_runtime()), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
4080
4139
|
"path",
|
|
4081
4140
|
{
|
|
4082
4141
|
fill: stroke || color || "currentColor",
|
|
@@ -4087,7 +4146,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4087
4146
|
) }), Pencil_default = IconPencil;
|
|
4088
4147
|
|
|
4089
4148
|
// src/components/Pick.tsx
|
|
4090
|
-
var
|
|
4149
|
+
var import_jsx_runtime133 = __toESM(require_jsx_runtime()), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
4091
4150
|
"path",
|
|
4092
4151
|
{
|
|
4093
4152
|
fill: stroke || color || "currentColor",
|
|
@@ -4098,22 +4157,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4098
4157
|
) }), Pick_default = IconPick;
|
|
4099
4158
|
|
|
4100
4159
|
// src/components/PickedFilled.tsx
|
|
4101
|
-
var
|
|
4160
|
+
var import_jsx_runtime134 = __toESM(require_jsx_runtime()), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
4102
4161
|
|
|
4103
4162
|
// src/components/PlanFilled.tsx
|
|
4104
|
-
var
|
|
4105
|
-
/* @__PURE__ */ (0,
|
|
4163
|
+
var import_jsx_runtime135 = __toESM(require_jsx_runtime()), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4164
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
4106
4165
|
"path",
|
|
4107
4166
|
{
|
|
4108
4167
|
fill: fill || color || "currentColor",
|
|
4109
4168
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
4110
4169
|
}
|
|
4111
4170
|
) }),
|
|
4112
|
-
/* @__PURE__ */ (0,
|
|
4171
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
4113
4172
|
] }), PlanFilled_default = IconPlanFilled;
|
|
4114
4173
|
|
|
4115
4174
|
// src/components/PlayFilled.tsx
|
|
4116
|
-
var
|
|
4175
|
+
var import_jsx_runtime136 = __toESM(require_jsx_runtime()), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
4117
4176
|
"path",
|
|
4118
4177
|
{
|
|
4119
4178
|
fill: fill || color || "currentColor",
|
|
@@ -4122,7 +4181,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4122
4181
|
) }), PlayFilled_default = IconPlayFilled;
|
|
4123
4182
|
|
|
4124
4183
|
// src/components/Play.tsx
|
|
4125
|
-
var
|
|
4184
|
+
var import_jsx_runtime137 = __toESM(require_jsx_runtime()), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
4126
4185
|
"path",
|
|
4127
4186
|
{
|
|
4128
4187
|
fill: stroke || color || "currentColor",
|
|
@@ -4133,15 +4192,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4133
4192
|
) }), Play_default = IconPlay;
|
|
4134
4193
|
|
|
4135
4194
|
// src/components/Previouscene.tsx
|
|
4136
|
-
var
|
|
4137
|
-
/* @__PURE__ */ (0,
|
|
4195
|
+
var import_jsx_runtime138 = __toESM(require_jsx_runtime()), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4196
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4138
4197
|
"path",
|
|
4139
4198
|
{
|
|
4140
4199
|
fill: stroke || color || "currentColor",
|
|
4141
4200
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
4142
4201
|
}
|
|
4143
4202
|
),
|
|
4144
|
-
/* @__PURE__ */ (0,
|
|
4203
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
4145
4204
|
"path",
|
|
4146
4205
|
{
|
|
4147
4206
|
fill: stroke || color || "currentColor",
|
|
@@ -4153,7 +4212,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4153
4212
|
] }), Previouscene_default = IconPreviouscene;
|
|
4154
4213
|
|
|
4155
4214
|
// src/components/ProblemFilled.tsx
|
|
4156
|
-
var
|
|
4215
|
+
var import_jsx_runtime139 = __toESM(require_jsx_runtime()), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
4157
4216
|
"path",
|
|
4158
4217
|
{
|
|
4159
4218
|
fill: fill || color || "currentColor",
|
|
@@ -4164,7 +4223,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4164
4223
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
4165
4224
|
|
|
4166
4225
|
// src/components/ProblemNoticeFilled.tsx
|
|
4167
|
-
var
|
|
4226
|
+
var import_jsx_runtime140 = __toESM(require_jsx_runtime()), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
4168
4227
|
"path",
|
|
4169
4228
|
{
|
|
4170
4229
|
fill: fill || color || "currentColor",
|
|
@@ -4175,10 +4234,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4175
4234
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
4176
4235
|
|
|
4177
4236
|
// src/components/Problem.tsx
|
|
4178
|
-
var
|
|
4179
|
-
/* @__PURE__ */ (0,
|
|
4180
|
-
/* @__PURE__ */ (0,
|
|
4181
|
-
/* @__PURE__ */ (0,
|
|
4237
|
+
var import_jsx_runtime141 = __toESM(require_jsx_runtime()), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4238
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
4239
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
4240
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
4182
4241
|
"path",
|
|
4183
4242
|
{
|
|
4184
4243
|
fill: stroke || color || "currentColor",
|
|
@@ -4190,8 +4249,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4190
4249
|
] }), Problem_default = IconProblem;
|
|
4191
4250
|
|
|
4192
4251
|
// src/components/Publish.tsx
|
|
4193
|
-
var
|
|
4194
|
-
/* @__PURE__ */ (0,
|
|
4252
|
+
var import_jsx_runtime142 = __toESM(require_jsx_runtime()), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4253
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
4195
4254
|
"path",
|
|
4196
4255
|
{
|
|
4197
4256
|
fill: stroke || color || "currentColor",
|
|
@@ -4200,11 +4259,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4200
4259
|
clipRule: "evenodd"
|
|
4201
4260
|
}
|
|
4202
4261
|
),
|
|
4203
|
-
/* @__PURE__ */ (0,
|
|
4262
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
4204
4263
|
] }), Publish_default = IconPublish;
|
|
4205
4264
|
|
|
4206
4265
|
// src/components/Ratio169.tsx
|
|
4207
|
-
var
|
|
4266
|
+
var import_jsx_runtime143 = __toESM(require_jsx_runtime()), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
4208
4267
|
"path",
|
|
4209
4268
|
{
|
|
4210
4269
|
fill: stroke || color || "currentColor",
|
|
@@ -4213,15 +4272,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4213
4272
|
) }), Ratio169_default = IconRatio169;
|
|
4214
4273
|
|
|
4215
4274
|
// src/components/Ratio11.tsx
|
|
4216
|
-
var
|
|
4217
|
-
/* @__PURE__ */ (0,
|
|
4275
|
+
var import_jsx_runtime144 = __toESM(require_jsx_runtime()), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4276
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4218
4277
|
"path",
|
|
4219
4278
|
{
|
|
4220
4279
|
fill: stroke || color || "currentColor",
|
|
4221
4280
|
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"
|
|
4222
4281
|
}
|
|
4223
4282
|
) }),
|
|
4224
|
-
/* @__PURE__ */ (0,
|
|
4283
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
4225
4284
|
"rect",
|
|
4226
4285
|
{
|
|
4227
4286
|
width: "24",
|
|
@@ -4233,15 +4292,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4233
4292
|
] }), Ratio11_default = IconRatio11;
|
|
4234
4293
|
|
|
4235
4294
|
// src/components/Ratio916.tsx
|
|
4236
|
-
var
|
|
4237
|
-
/* @__PURE__ */ (0,
|
|
4295
|
+
var import_jsx_runtime145 = __toESM(require_jsx_runtime()), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4296
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4238
4297
|
"path",
|
|
4239
4298
|
{
|
|
4240
4299
|
fill: stroke || color || "currentColor",
|
|
4241
4300
|
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"
|
|
4242
4301
|
}
|
|
4243
4302
|
) }),
|
|
4244
|
-
/* @__PURE__ */ (0,
|
|
4303
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
4245
4304
|
"rect",
|
|
4246
4305
|
{
|
|
4247
4306
|
width: "24",
|
|
@@ -4253,17 +4312,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4253
4312
|
] }), Ratio916_default = IconRatio916;
|
|
4254
4313
|
|
|
4255
4314
|
// src/components/RatioAuto.tsx
|
|
4256
|
-
var
|
|
4257
|
-
/* @__PURE__ */ (0,
|
|
4258
|
-
/* @__PURE__ */ (0,
|
|
4315
|
+
var import_jsx_runtime146 = __toESM(require_jsx_runtime()), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4316
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
4317
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4259
4318
|
"path",
|
|
4260
4319
|
{
|
|
4261
4320
|
fill: stroke || color || "currentColor",
|
|
4262
4321
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
4263
4322
|
}
|
|
4264
4323
|
),
|
|
4265
|
-
/* @__PURE__ */ (0,
|
|
4266
|
-
/* @__PURE__ */ (0,
|
|
4324
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
4325
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4267
4326
|
"path",
|
|
4268
4327
|
{
|
|
4269
4328
|
fill: stroke || color || "currentColor",
|
|
@@ -4273,7 +4332,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4273
4332
|
}
|
|
4274
4333
|
)
|
|
4275
4334
|
] }),
|
|
4276
|
-
/* @__PURE__ */ (0,
|
|
4335
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
4277
4336
|
"rect",
|
|
4278
4337
|
{
|
|
4279
4338
|
width: "24",
|
|
@@ -4285,15 +4344,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4285
4344
|
] }), RatioAuto_default = IconRatioAuto;
|
|
4286
4345
|
|
|
4287
4346
|
// src/components/Ratio.tsx
|
|
4288
|
-
var
|
|
4289
|
-
/* @__PURE__ */ (0,
|
|
4347
|
+
var import_jsx_runtime147 = __toESM(require_jsx_runtime()), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4348
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4290
4349
|
"path",
|
|
4291
4350
|
{
|
|
4292
4351
|
fill: stroke || color || "currentColor",
|
|
4293
4352
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
4294
4353
|
}
|
|
4295
4354
|
),
|
|
4296
|
-
/* @__PURE__ */ (0,
|
|
4355
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
4297
4356
|
"path",
|
|
4298
4357
|
{
|
|
4299
4358
|
fill: stroke || color || "currentColor",
|
|
@@ -4303,7 +4362,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4303
4362
|
] }), Ratio_default = IconRatio;
|
|
4304
4363
|
|
|
4305
4364
|
// src/components/ReEdit.tsx
|
|
4306
|
-
var
|
|
4365
|
+
var import_jsx_runtime148 = __toESM(require_jsx_runtime()), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
4307
4366
|
"path",
|
|
4308
4367
|
{
|
|
4309
4368
|
fill: stroke || color || "currentColor",
|
|
@@ -4314,7 +4373,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4314
4373
|
) }), ReEdit_default = IconReEdit;
|
|
4315
4374
|
|
|
4316
4375
|
// src/components/Regenerate.tsx
|
|
4317
|
-
var
|
|
4376
|
+
var import_jsx_runtime149 = __toESM(require_jsx_runtime()), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
4318
4377
|
"path",
|
|
4319
4378
|
{
|
|
4320
4379
|
fill: stroke || color || "currentColor",
|
|
@@ -4325,8 +4384,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4325
4384
|
) }), Regenerate_default = IconRegenerate;
|
|
4326
4385
|
|
|
4327
4386
|
// src/components/Resultsetting.tsx
|
|
4328
|
-
var
|
|
4329
|
-
/* @__PURE__ */ (0,
|
|
4387
|
+
var import_jsx_runtime150 = __toESM(require_jsx_runtime()), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4388
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4330
4389
|
"path",
|
|
4331
4390
|
{
|
|
4332
4391
|
fill: stroke || color || "currentColor",
|
|
@@ -4335,7 +4394,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4335
4394
|
clipRule: "evenodd"
|
|
4336
4395
|
}
|
|
4337
4396
|
) }),
|
|
4338
|
-
/* @__PURE__ */ (0,
|
|
4397
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
4339
4398
|
"rect",
|
|
4340
4399
|
{
|
|
4341
4400
|
width: "24",
|
|
@@ -4347,7 +4406,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4347
4406
|
] }), Resultsetting_default = IconResultsetting;
|
|
4348
4407
|
|
|
4349
4408
|
// src/components/RightFilled.tsx
|
|
4350
|
-
var
|
|
4409
|
+
var import_jsx_runtime151 = __toESM(require_jsx_runtime()), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
4351
4410
|
"path",
|
|
4352
4411
|
{
|
|
4353
4412
|
fill: fill || color || "currentColor",
|
|
@@ -4358,7 +4417,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4358
4417
|
) }), RightFilled_default = IconRightFilled;
|
|
4359
4418
|
|
|
4360
4419
|
// src/components/SceneNext.tsx
|
|
4361
|
-
var
|
|
4420
|
+
var import_jsx_runtime152 = __toESM(require_jsx_runtime()), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
4362
4421
|
"path",
|
|
4363
4422
|
{
|
|
4364
4423
|
fill: stroke || color || "currentColor",
|
|
@@ -4367,27 +4426,27 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4367
4426
|
) }), SceneNext_default = IconSceneNext;
|
|
4368
4427
|
|
|
4369
4428
|
// src/components/Scriptmode.tsx
|
|
4370
|
-
var
|
|
4371
|
-
/* @__PURE__ */ (0,
|
|
4372
|
-
/* @__PURE__ */ (0,
|
|
4373
|
-
/* @__PURE__ */ (0,
|
|
4374
|
-
/* @__PURE__ */ (0,
|
|
4375
|
-
/* @__PURE__ */ (0,
|
|
4376
|
-
/* @__PURE__ */ (0,
|
|
4377
|
-
/* @__PURE__ */ (0,
|
|
4378
|
-
/* @__PURE__ */ (0,
|
|
4429
|
+
var import_jsx_runtime153 = __toESM(require_jsx_runtime()), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4430
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
4431
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
4432
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
4433
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
4434
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
4435
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
4436
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
4437
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
4379
4438
|
] }), Scriptmode_default = IconScriptmode;
|
|
4380
4439
|
|
|
4381
4440
|
// src/components/Scrolldown.tsx
|
|
4382
|
-
var
|
|
4383
|
-
/* @__PURE__ */ (0,
|
|
4441
|
+
var import_jsx_runtime154 = __toESM(require_jsx_runtime()), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4442
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4384
4443
|
"path",
|
|
4385
4444
|
{
|
|
4386
4445
|
fill: stroke || color || "currentColor",
|
|
4387
4446
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
4388
4447
|
}
|
|
4389
4448
|
),
|
|
4390
|
-
/* @__PURE__ */ (0,
|
|
4449
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
4391
4450
|
"path",
|
|
4392
4451
|
{
|
|
4393
4452
|
fill: stroke || color || "currentColor",
|
|
@@ -4397,7 +4456,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4397
4456
|
] }), Scrolldown_default = IconScrolldown;
|
|
4398
4457
|
|
|
4399
4458
|
// src/components/Sendrequest.tsx
|
|
4400
|
-
var
|
|
4459
|
+
var import_jsx_runtime155 = __toESM(require_jsx_runtime()), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
4401
4460
|
"path",
|
|
4402
4461
|
{
|
|
4403
4462
|
fill: fill || color || "currentColor",
|
|
@@ -4407,8 +4466,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4407
4466
|
}
|
|
4408
4467
|
) }), Sendrequest_default = IconSendrequest;
|
|
4409
4468
|
|
|
4469
|
+
// src/components/Sendup.tsx
|
|
4470
|
+
var import_jsx_runtime156 = __toESM(require_jsx_runtime()), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
4471
|
+
"path",
|
|
4472
|
+
{
|
|
4473
|
+
fill: stroke || color || "currentColor",
|
|
4474
|
+
d: "M19.1208 5.32254V19.176L16.8703 19.1753V9.16398L6.56135 19.473L4.97036 17.882L15.2793 7.57299H5.26798L5.26729 5.32254H19.1208Z"
|
|
4475
|
+
}
|
|
4476
|
+
) }), Sendup_default = IconSendup;
|
|
4477
|
+
|
|
4478
|
+
// src/components/Sendup2.tsx
|
|
4479
|
+
var import_jsx_runtime157 = __toESM(require_jsx_runtime()), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
4480
|
+
"path",
|
|
4481
|
+
{
|
|
4482
|
+
fill: stroke || color || "currentColor",
|
|
4483
|
+
d: "M5.19922 10.7949L6.79102 12.3867L11.875 7.30273V18H3V20.25H14.125V7.31055L19.1992 12.3867L20.791 10.7949L12.9961 3L5.19922 10.7949Z"
|
|
4484
|
+
}
|
|
4485
|
+
) }), Sendup2_default = IconSendup2;
|
|
4486
|
+
|
|
4410
4487
|
// src/components/ShareFilled.tsx
|
|
4411
|
-
var
|
|
4488
|
+
var import_jsx_runtime158 = __toESM(require_jsx_runtime()), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
4412
4489
|
"path",
|
|
4413
4490
|
{
|
|
4414
4491
|
fill: fill || color || "currentColor",
|
|
@@ -4417,7 +4494,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4417
4494
|
) }), ShareFilled_default = IconShareFilled;
|
|
4418
4495
|
|
|
4419
4496
|
// src/components/Share.tsx
|
|
4420
|
-
var
|
|
4497
|
+
var import_jsx_runtime159 = __toESM(require_jsx_runtime()), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
4421
4498
|
"path",
|
|
4422
4499
|
{
|
|
4423
4500
|
fill: stroke || color || "currentColor",
|
|
@@ -4428,7 +4505,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4428
4505
|
) }), Share_default = IconShare;
|
|
4429
4506
|
|
|
4430
4507
|
// src/components/Sidebar.tsx
|
|
4431
|
-
var
|
|
4508
|
+
var import_jsx_runtime160 = __toESM(require_jsx_runtime()), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
4432
4509
|
"path",
|
|
4433
4510
|
{
|
|
4434
4511
|
fill: stroke || color || "currentColor",
|
|
@@ -4439,7 +4516,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4439
4516
|
) }), Sidebar_default = IconSidebar;
|
|
4440
4517
|
|
|
4441
4518
|
// src/components/SocialX.tsx
|
|
4442
|
-
var
|
|
4519
|
+
var import_jsx_runtime161 = __toESM(require_jsx_runtime()), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
4443
4520
|
"path",
|
|
4444
4521
|
{
|
|
4445
4522
|
fill: fill || color || "currentColor",
|
|
@@ -4448,7 +4525,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4448
4525
|
) }), SocialX_default = IconSocialX;
|
|
4449
4526
|
|
|
4450
4527
|
// src/components/SocialDiscord.tsx
|
|
4451
|
-
var
|
|
4528
|
+
var import_jsx_runtime162 = __toESM(require_jsx_runtime()), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
4452
4529
|
"path",
|
|
4453
4530
|
{
|
|
4454
4531
|
fill: fill || color || "currentColor",
|
|
@@ -4457,8 +4534,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4457
4534
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
4458
4535
|
|
|
4459
4536
|
// src/components/SoundOff.tsx
|
|
4460
|
-
var
|
|
4461
|
-
/* @__PURE__ */ (0,
|
|
4537
|
+
var import_jsx_runtime163 = __toESM(require_jsx_runtime()), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4538
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4462
4539
|
"path",
|
|
4463
4540
|
{
|
|
4464
4541
|
fill: stroke || color || "currentColor",
|
|
@@ -4467,7 +4544,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4467
4544
|
clipRule: "evenodd"
|
|
4468
4545
|
}
|
|
4469
4546
|
),
|
|
4470
|
-
/* @__PURE__ */ (0,
|
|
4547
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
4471
4548
|
"path",
|
|
4472
4549
|
{
|
|
4473
4550
|
fill: stroke || color || "currentColor",
|
|
@@ -4477,8 +4554,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4477
4554
|
] }), SoundOff_default = IconSoundOff;
|
|
4478
4555
|
|
|
4479
4556
|
// src/components/SoundOn.tsx
|
|
4480
|
-
var
|
|
4481
|
-
/* @__PURE__ */ (0,
|
|
4557
|
+
var import_jsx_runtime164 = __toESM(require_jsx_runtime()), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4558
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4482
4559
|
"path",
|
|
4483
4560
|
{
|
|
4484
4561
|
fill: stroke || color || "currentColor",
|
|
@@ -4487,14 +4564,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4487
4564
|
clipRule: "evenodd"
|
|
4488
4565
|
}
|
|
4489
4566
|
),
|
|
4490
|
-
/* @__PURE__ */ (0,
|
|
4567
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4491
4568
|
"path",
|
|
4492
4569
|
{
|
|
4493
4570
|
fill: stroke || color || "currentColor",
|
|
4494
4571
|
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"
|
|
4495
4572
|
}
|
|
4496
4573
|
),
|
|
4497
|
-
/* @__PURE__ */ (0,
|
|
4574
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
4498
4575
|
"path",
|
|
4499
4576
|
{
|
|
4500
4577
|
fill: stroke || color || "currentColor",
|
|
@@ -4504,7 +4581,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4504
4581
|
] }), SoundOn_default = IconSoundOn;
|
|
4505
4582
|
|
|
4506
4583
|
// src/components/Storyboard.tsx
|
|
4507
|
-
var
|
|
4584
|
+
var import_jsx_runtime165 = __toESM(require_jsx_runtime()), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
4508
4585
|
"path",
|
|
4509
4586
|
{
|
|
4510
4587
|
fill: stroke || color || "currentColor",
|
|
@@ -4515,24 +4592,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4515
4592
|
) }), Storyboard_default = IconStoryboard;
|
|
4516
4593
|
|
|
4517
4594
|
// src/components/StyleAutoFilled.tsx
|
|
4518
|
-
var
|
|
4519
|
-
/* @__PURE__ */ (0,
|
|
4595
|
+
var import_jsx_runtime166 = __toESM(require_jsx_runtime()), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4596
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4520
4597
|
"path",
|
|
4521
4598
|
{
|
|
4522
4599
|
fill: fill || color || "currentColor",
|
|
4523
4600
|
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"
|
|
4524
4601
|
}
|
|
4525
4602
|
),
|
|
4526
|
-
/* @__PURE__ */ (0,
|
|
4603
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4527
4604
|
"path",
|
|
4528
4605
|
{
|
|
4529
4606
|
fill: fill || color || "currentColor",
|
|
4530
4607
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
4531
4608
|
}
|
|
4532
4609
|
),
|
|
4533
|
-
/* @__PURE__ */ (0,
|
|
4534
|
-
/* @__PURE__ */ (0,
|
|
4535
|
-
/* @__PURE__ */ (0,
|
|
4610
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
4611
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
4612
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
4536
4613
|
"path",
|
|
4537
4614
|
{
|
|
4538
4615
|
fill: fill || color || "currentColor",
|
|
@@ -4542,43 +4619,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4542
4619
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
4543
4620
|
|
|
4544
4621
|
// src/components/Style.tsx
|
|
4545
|
-
var
|
|
4546
|
-
/* @__PURE__ */ (0,
|
|
4622
|
+
var import_jsx_runtime167 = __toESM(require_jsx_runtime()), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4623
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4547
4624
|
"path",
|
|
4548
4625
|
{
|
|
4549
4626
|
fill: stroke || color || "currentColor",
|
|
4550
4627
|
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"
|
|
4551
4628
|
}
|
|
4552
4629
|
),
|
|
4553
|
-
/* @__PURE__ */ (0,
|
|
4630
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4554
4631
|
"path",
|
|
4555
4632
|
{
|
|
4556
4633
|
fill: stroke || color || "currentColor",
|
|
4557
4634
|
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"
|
|
4558
4635
|
}
|
|
4559
4636
|
),
|
|
4560
|
-
/* @__PURE__ */ (0,
|
|
4637
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4561
4638
|
"path",
|
|
4562
4639
|
{
|
|
4563
4640
|
fill: stroke || color || "currentColor",
|
|
4564
4641
|
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"
|
|
4565
4642
|
}
|
|
4566
4643
|
),
|
|
4567
|
-
/* @__PURE__ */ (0,
|
|
4644
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4568
4645
|
"path",
|
|
4569
4646
|
{
|
|
4570
4647
|
fill: stroke || color || "currentColor",
|
|
4571
4648
|
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"
|
|
4572
4649
|
}
|
|
4573
4650
|
),
|
|
4574
|
-
/* @__PURE__ */ (0,
|
|
4651
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4575
4652
|
"path",
|
|
4576
4653
|
{
|
|
4577
4654
|
fill: stroke || color || "currentColor",
|
|
4578
4655
|
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"
|
|
4579
4656
|
}
|
|
4580
4657
|
),
|
|
4581
|
-
/* @__PURE__ */ (0,
|
|
4658
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
4582
4659
|
"path",
|
|
4583
4660
|
{
|
|
4584
4661
|
fill: stroke || color || "currentColor",
|
|
@@ -4590,8 +4667,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4590
4667
|
] }), Style_default = IconStyle;
|
|
4591
4668
|
|
|
4592
4669
|
// src/components/Styleoverall.tsx
|
|
4593
|
-
var
|
|
4594
|
-
/* @__PURE__ */ (0,
|
|
4670
|
+
var import_jsx_runtime168 = __toESM(require_jsx_runtime()), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4671
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4595
4672
|
"path",
|
|
4596
4673
|
{
|
|
4597
4674
|
fill: stroke || color || "currentColor",
|
|
@@ -4600,7 +4677,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4600
4677
|
clipRule: "evenodd"
|
|
4601
4678
|
}
|
|
4602
4679
|
),
|
|
4603
|
-
/* @__PURE__ */ (0,
|
|
4680
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4604
4681
|
"path",
|
|
4605
4682
|
{
|
|
4606
4683
|
fill: stroke || color || "currentColor",
|
|
@@ -4609,7 +4686,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4609
4686
|
clipRule: "evenodd"
|
|
4610
4687
|
}
|
|
4611
4688
|
),
|
|
4612
|
-
/* @__PURE__ */ (0,
|
|
4689
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4613
4690
|
"path",
|
|
4614
4691
|
{
|
|
4615
4692
|
fill: stroke || color || "currentColor",
|
|
@@ -4618,7 +4695,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4618
4695
|
clipRule: "evenodd"
|
|
4619
4696
|
}
|
|
4620
4697
|
),
|
|
4621
|
-
/* @__PURE__ */ (0,
|
|
4698
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
4622
4699
|
"path",
|
|
4623
4700
|
{
|
|
4624
4701
|
fill: stroke || color || "currentColor",
|
|
@@ -4630,7 +4707,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4630
4707
|
] }), Styleoverall_default = IconStyleoverall;
|
|
4631
4708
|
|
|
4632
4709
|
// src/components/SwitchOffFilled.tsx
|
|
4633
|
-
var
|
|
4710
|
+
var import_jsx_runtime169 = __toESM(require_jsx_runtime()), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
4634
4711
|
"path",
|
|
4635
4712
|
{
|
|
4636
4713
|
fill: fill || color || "currentColor",
|
|
@@ -4641,7 +4718,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4641
4718
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
4642
4719
|
|
|
4643
4720
|
// src/components/SwitchOnFilled.tsx
|
|
4644
|
-
var
|
|
4721
|
+
var import_jsx_runtime170 = __toESM(require_jsx_runtime()), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
4645
4722
|
"path",
|
|
4646
4723
|
{
|
|
4647
4724
|
fill: fill || color || "currentColor",
|
|
@@ -4652,8 +4729,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4652
4729
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
4653
4730
|
|
|
4654
4731
|
// src/components/Target.tsx
|
|
4655
|
-
var
|
|
4656
|
-
/* @__PURE__ */ (0,
|
|
4732
|
+
var import_jsx_runtime171 = __toESM(require_jsx_runtime()), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4733
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4657
4734
|
"path",
|
|
4658
4735
|
{
|
|
4659
4736
|
fill: stroke || color || "currentColor",
|
|
@@ -4662,7 +4739,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4662
4739
|
clipRule: "evenodd"
|
|
4663
4740
|
}
|
|
4664
4741
|
),
|
|
4665
|
-
/* @__PURE__ */ (0,
|
|
4742
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
4666
4743
|
"path",
|
|
4667
4744
|
{
|
|
4668
4745
|
fill: stroke || color || "currentColor",
|
|
@@ -4674,43 +4751,43 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4674
4751
|
] }), Target_default = IconTarget;
|
|
4675
4752
|
|
|
4676
4753
|
// src/components/TextLogo.tsx
|
|
4677
|
-
var
|
|
4678
|
-
/* @__PURE__ */ (0,
|
|
4754
|
+
var import_jsx_runtime172 = __toESM(require_jsx_runtime()), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
4755
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4679
4756
|
"path",
|
|
4680
4757
|
{
|
|
4681
4758
|
fill: fill || color || "currentColor",
|
|
4682
4759
|
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"
|
|
4683
4760
|
}
|
|
4684
4761
|
),
|
|
4685
|
-
/* @__PURE__ */ (0,
|
|
4762
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4686
4763
|
"path",
|
|
4687
4764
|
{
|
|
4688
4765
|
fill: fill || color || "currentColor",
|
|
4689
4766
|
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"
|
|
4690
4767
|
}
|
|
4691
4768
|
),
|
|
4692
|
-
/* @__PURE__ */ (0,
|
|
4769
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4693
4770
|
"path",
|
|
4694
4771
|
{
|
|
4695
4772
|
fill: fill || color || "currentColor",
|
|
4696
4773
|
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"
|
|
4697
4774
|
}
|
|
4698
4775
|
),
|
|
4699
|
-
/* @__PURE__ */ (0,
|
|
4776
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4700
4777
|
"path",
|
|
4701
4778
|
{
|
|
4702
4779
|
fill: fill || color || "currentColor",
|
|
4703
4780
|
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"
|
|
4704
4781
|
}
|
|
4705
4782
|
),
|
|
4706
|
-
/* @__PURE__ */ (0,
|
|
4783
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4707
4784
|
"path",
|
|
4708
4785
|
{
|
|
4709
4786
|
fill: fill || color || "currentColor",
|
|
4710
4787
|
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"
|
|
4711
4788
|
}
|
|
4712
4789
|
),
|
|
4713
|
-
/* @__PURE__ */ (0,
|
|
4790
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
4714
4791
|
"path",
|
|
4715
4792
|
{
|
|
4716
4793
|
fill: fill || color || "currentColor",
|
|
@@ -4719,8 +4796,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4719
4796
|
)
|
|
4720
4797
|
] }), TextLogo_default = IconTextLogo;
|
|
4721
4798
|
|
|
4799
|
+
// src/components/TipsFilled.tsx
|
|
4800
|
+
var import_jsx_runtime173 = __toESM(require_jsx_runtime()), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
4801
|
+
"path",
|
|
4802
|
+
{
|
|
4803
|
+
fill: fill || color || "currentColor",
|
|
4804
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM10.5 14.811V9H13.5V14.811C16.0878 14.1449 18 11.7958 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 11.7958 7.91216 14.1449 10.5 14.811Z",
|
|
4805
|
+
fillRule: "evenodd",
|
|
4806
|
+
clipRule: "evenodd"
|
|
4807
|
+
}
|
|
4808
|
+
) }), TipsFilled_default = IconTipsFilled;
|
|
4809
|
+
|
|
4722
4810
|
// src/components/Tips.tsx
|
|
4723
|
-
var
|
|
4811
|
+
var import_jsx_runtime174 = __toESM(require_jsx_runtime()), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
4724
4812
|
"path",
|
|
4725
4813
|
{
|
|
4726
4814
|
fill: stroke || color || "currentColor",
|
|
@@ -4731,15 +4819,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4731
4819
|
) }), Tips_default = IconTips;
|
|
4732
4820
|
|
|
4733
4821
|
// src/components/ToolsFilled.tsx
|
|
4734
|
-
var
|
|
4735
|
-
/* @__PURE__ */ (0,
|
|
4822
|
+
var import_jsx_runtime175 = __toESM(require_jsx_runtime()), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4823
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4736
4824
|
"path",
|
|
4737
4825
|
{
|
|
4738
4826
|
fill: fill || color || "currentColor",
|
|
4739
4827
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
4740
4828
|
}
|
|
4741
4829
|
),
|
|
4742
|
-
/* @__PURE__ */ (0,
|
|
4830
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
4743
4831
|
"path",
|
|
4744
4832
|
{
|
|
4745
4833
|
fill: fill || color || "currentColor",
|
|
@@ -4749,7 +4837,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4749
4837
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
4750
4838
|
|
|
4751
4839
|
// src/components/Tools.tsx
|
|
4752
|
-
var
|
|
4840
|
+
var import_jsx_runtime176 = __toESM(require_jsx_runtime()), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
4753
4841
|
"path",
|
|
4754
4842
|
{
|
|
4755
4843
|
stroke: stroke || color || "currentColor",
|
|
@@ -4759,7 +4847,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4759
4847
|
) }), Tools_default = IconTools;
|
|
4760
4848
|
|
|
4761
4849
|
// src/components/Undo.tsx
|
|
4762
|
-
var
|
|
4850
|
+
var import_jsx_runtime177 = __toESM(require_jsx_runtime()), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
4763
4851
|
"path",
|
|
4764
4852
|
{
|
|
4765
4853
|
fill: stroke || color || "currentColor",
|
|
@@ -4770,7 +4858,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4770
4858
|
) }), Undo_default = IconUndo;
|
|
4771
4859
|
|
|
4772
4860
|
// src/components/UpFilled.tsx
|
|
4773
|
-
var
|
|
4861
|
+
var import_jsx_runtime178 = __toESM(require_jsx_runtime()), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
4774
4862
|
"path",
|
|
4775
4863
|
{
|
|
4776
4864
|
fill: fill || color || "currentColor",
|
|
@@ -4781,7 +4869,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4781
4869
|
) }), UpFilled_default = IconUpFilled;
|
|
4782
4870
|
|
|
4783
4871
|
// src/components/UpleftFilled.tsx
|
|
4784
|
-
var
|
|
4872
|
+
var import_jsx_runtime179 = __toESM(require_jsx_runtime()), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
4785
4873
|
"path",
|
|
4786
4874
|
{
|
|
4787
4875
|
fill: fill || color || "currentColor",
|
|
@@ -4792,7 +4880,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4792
4880
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
4793
4881
|
|
|
4794
4882
|
// src/components/Uploadedvideo.tsx
|
|
4795
|
-
var
|
|
4883
|
+
var import_jsx_runtime180 = __toESM(require_jsx_runtime()), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
4796
4884
|
"path",
|
|
4797
4885
|
{
|
|
4798
4886
|
fill: fill || color || "currentColor",
|
|
@@ -4803,7 +4891,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4803
4891
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
4804
4892
|
|
|
4805
4893
|
// src/components/Uploadfiles.tsx
|
|
4806
|
-
var
|
|
4894
|
+
var import_jsx_runtime181 = __toESM(require_jsx_runtime()), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
4807
4895
|
"path",
|
|
4808
4896
|
{
|
|
4809
4897
|
fill: stroke || color || "currentColor",
|
|
@@ -4812,7 +4900,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4812
4900
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
4813
4901
|
|
|
4814
4902
|
// src/components/Uploadstory.tsx
|
|
4815
|
-
var
|
|
4903
|
+
var import_jsx_runtime182 = __toESM(require_jsx_runtime()), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
4816
4904
|
"path",
|
|
4817
4905
|
{
|
|
4818
4906
|
fill: stroke || color || "currentColor",
|
|
@@ -4823,7 +4911,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4823
4911
|
) }), Uploadstory_default = IconUploadstory;
|
|
4824
4912
|
|
|
4825
4913
|
// src/components/UprightFilled.tsx
|
|
4826
|
-
var
|
|
4914
|
+
var import_jsx_runtime183 = __toESM(require_jsx_runtime()), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
4827
4915
|
"path",
|
|
4828
4916
|
{
|
|
4829
4917
|
fill: fill || color || "currentColor",
|
|
@@ -4834,7 +4922,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4834
4922
|
) }), UprightFilled_default = IconUprightFilled;
|
|
4835
4923
|
|
|
4836
4924
|
// src/components/Userfeedback.tsx
|
|
4837
|
-
var
|
|
4925
|
+
var import_jsx_runtime184 = __toESM(require_jsx_runtime()), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
4838
4926
|
"path",
|
|
4839
4927
|
{
|
|
4840
4928
|
fill: stroke || color || "currentColor",
|
|
@@ -4845,16 +4933,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4845
4933
|
) }), Userfeedback_default = IconUserfeedback;
|
|
4846
4934
|
|
|
4847
4935
|
// src/components/Userfollow.tsx
|
|
4848
|
-
var
|
|
4849
|
-
/* @__PURE__ */ (0,
|
|
4936
|
+
var import_jsx_runtime185 = __toESM(require_jsx_runtime()), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4937
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4850
4938
|
"path",
|
|
4851
4939
|
{
|
|
4852
4940
|
fill: stroke || color || "currentColor",
|
|
4853
4941
|
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"
|
|
4854
4942
|
}
|
|
4855
4943
|
),
|
|
4856
|
-
/* @__PURE__ */ (0,
|
|
4857
|
-
/* @__PURE__ */ (0,
|
|
4944
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4945
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
4858
4946
|
"path",
|
|
4859
4947
|
{
|
|
4860
4948
|
fill: stroke || color || "currentColor",
|
|
@@ -4866,7 +4954,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4866
4954
|
] }), Userfollow_default = IconUserfollow;
|
|
4867
4955
|
|
|
4868
4956
|
// src/components/Userfollowback.tsx
|
|
4869
|
-
var
|
|
4957
|
+
var import_jsx_runtime186 = __toESM(require_jsx_runtime()), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
4870
4958
|
"path",
|
|
4871
4959
|
{
|
|
4872
4960
|
fill: stroke || color || "currentColor",
|
|
@@ -4875,7 +4963,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4875
4963
|
) }), Userfollowback_default = IconUserfollowback;
|
|
4876
4964
|
|
|
4877
4965
|
// src/components/Userfollowed.tsx
|
|
4878
|
-
var
|
|
4966
|
+
var import_jsx_runtime187 = __toESM(require_jsx_runtime()), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
4879
4967
|
"path",
|
|
4880
4968
|
{
|
|
4881
4969
|
fill: stroke || color || "currentColor",
|
|
@@ -4884,15 +4972,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4884
4972
|
) }), Userfollowed_default = IconUserfollowed;
|
|
4885
4973
|
|
|
4886
4974
|
// src/components/VideoGeneration.tsx
|
|
4887
|
-
var
|
|
4888
|
-
/* @__PURE__ */ (0,
|
|
4975
|
+
var import_jsx_runtime188 = __toESM(require_jsx_runtime()), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4976
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4889
4977
|
"path",
|
|
4890
4978
|
{
|
|
4891
4979
|
fill: stroke || color || "currentColor",
|
|
4892
4980
|
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"
|
|
4893
4981
|
}
|
|
4894
4982
|
),
|
|
4895
|
-
/* @__PURE__ */ (0,
|
|
4983
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4896
4984
|
"path",
|
|
4897
4985
|
{
|
|
4898
4986
|
fill: stroke || color || "currentColor",
|
|
@@ -4901,7 +4989,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4901
4989
|
clipRule: "evenodd"
|
|
4902
4990
|
}
|
|
4903
4991
|
),
|
|
4904
|
-
/* @__PURE__ */ (0,
|
|
4992
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
4905
4993
|
"path",
|
|
4906
4994
|
{
|
|
4907
4995
|
fill: stroke || color || "currentColor",
|
|
@@ -4911,9 +4999,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4911
4999
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
4912
5000
|
|
|
4913
5001
|
// src/components/VideoLength.tsx
|
|
4914
|
-
var
|
|
4915
|
-
/* @__PURE__ */ (0,
|
|
4916
|
-
/* @__PURE__ */ (0,
|
|
5002
|
+
var import_jsx_runtime189 = __toESM(require_jsx_runtime()), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5003
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
5004
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
4917
5005
|
"path",
|
|
4918
5006
|
{
|
|
4919
5007
|
fill: stroke || color || "currentColor",
|
|
@@ -4925,8 +5013,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4925
5013
|
] }), VideoLength_default = IconVideoLength;
|
|
4926
5014
|
|
|
4927
5015
|
// src/components/Videogenerate.tsx
|
|
4928
|
-
var
|
|
4929
|
-
/* @__PURE__ */ (0,
|
|
5016
|
+
var import_jsx_runtime190 = __toESM(require_jsx_runtime()), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5017
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4930
5018
|
"path",
|
|
4931
5019
|
{
|
|
4932
5020
|
fill: stroke || color || "currentColor",
|
|
@@ -4935,7 +5023,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4935
5023
|
clipRule: "evenodd"
|
|
4936
5024
|
}
|
|
4937
5025
|
),
|
|
4938
|
-
/* @__PURE__ */ (0,
|
|
5026
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
4939
5027
|
"path",
|
|
4940
5028
|
{
|
|
4941
5029
|
fill: stroke || color || "currentColor",
|
|
@@ -4947,7 +5035,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4947
5035
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4948
5036
|
|
|
4949
5037
|
// src/components/Visualstyles.tsx
|
|
4950
|
-
var
|
|
5038
|
+
var import_jsx_runtime191 = __toESM(require_jsx_runtime()), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
4951
5039
|
"path",
|
|
4952
5040
|
{
|
|
4953
5041
|
fill: stroke || color || "currentColor",
|
|
@@ -4958,8 +5046,8 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4958
5046
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4959
5047
|
|
|
4960
5048
|
// src/components/Volume.tsx
|
|
4961
|
-
var
|
|
4962
|
-
/* @__PURE__ */ (0,
|
|
5049
|
+
var import_jsx_runtime192 = __toESM(require_jsx_runtime()), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5050
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4963
5051
|
"path",
|
|
4964
5052
|
{
|
|
4965
5053
|
fill: stroke || color || "currentColor",
|
|
@@ -4968,14 +5056,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4968
5056
|
clipRule: "evenodd"
|
|
4969
5057
|
}
|
|
4970
5058
|
),
|
|
4971
|
-
/* @__PURE__ */ (0,
|
|
5059
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4972
5060
|
"path",
|
|
4973
5061
|
{
|
|
4974
5062
|
fill: stroke || color || "currentColor",
|
|
4975
5063
|
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"
|
|
4976
5064
|
}
|
|
4977
5065
|
),
|
|
4978
|
-
/* @__PURE__ */ (0,
|
|
5066
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
4979
5067
|
"path",
|
|
4980
5068
|
{
|
|
4981
5069
|
fill: stroke || color || "currentColor",
|
|
@@ -4985,7 +5073,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4985
5073
|
] }), Volume_default = IconVolume;
|
|
4986
5074
|
|
|
4987
5075
|
// src/components/Withdrawgame.tsx
|
|
4988
|
-
var
|
|
5076
|
+
var import_jsx_runtime193 = __toESM(require_jsx_runtime()), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
4989
5077
|
"path",
|
|
4990
5078
|
{
|
|
4991
5079
|
fill: stroke || color || "currentColor",
|
|
@@ -4996,15 +5084,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
4996
5084
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4997
5085
|
|
|
4998
5086
|
// src/components/Zoomhandle.tsx
|
|
4999
|
-
var
|
|
5000
|
-
/* @__PURE__ */ (0,
|
|
5087
|
+
var import_jsx_runtime194 = __toESM(require_jsx_runtime()), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5088
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5001
5089
|
"path",
|
|
5002
5090
|
{
|
|
5003
5091
|
fill: fill || color || "currentColor",
|
|
5004
5092
|
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"
|
|
5005
5093
|
}
|
|
5006
5094
|
),
|
|
5007
|
-
/* @__PURE__ */ (0,
|
|
5095
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
5008
5096
|
"path",
|
|
5009
5097
|
{
|
|
5010
5098
|
fill: stroke || color || "currentColor",
|
|
@@ -5014,15 +5102,15 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5014
5102
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
5015
5103
|
|
|
5016
5104
|
// src/components/Zoomin.tsx
|
|
5017
|
-
var
|
|
5018
|
-
/* @__PURE__ */ (0,
|
|
5105
|
+
var import_jsx_runtime195 = __toESM(require_jsx_runtime()), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5106
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
5019
5107
|
"path",
|
|
5020
5108
|
{
|
|
5021
5109
|
fill: stroke || color || "currentColor",
|
|
5022
5110
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
5023
5111
|
}
|
|
5024
5112
|
),
|
|
5025
|
-
/* @__PURE__ */ (0,
|
|
5113
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
5026
5114
|
"path",
|
|
5027
5115
|
{
|
|
5028
5116
|
fill: stroke || color || "currentColor",
|
|
@@ -5034,9 +5122,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
5034
5122
|
] }), Zoomin_default = IconZoomin;
|
|
5035
5123
|
|
|
5036
5124
|
// src/components/Zoomout.tsx
|
|
5037
|
-
var
|
|
5038
|
-
/* @__PURE__ */ (0,
|
|
5039
|
-
/* @__PURE__ */ (0,
|
|
5125
|
+
var import_jsx_runtime196 = __toESM(require_jsx_runtime()), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
5126
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
5127
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
5040
5128
|
"path",
|
|
5041
5129
|
{
|
|
5042
5130
|
fill: stroke || color || "currentColor",
|