@yoroll/react-icon 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +610 -320
- package/dist/index.iife.js +595 -317
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +677 -375
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/FeedbackFailFilled.d.ts +4 -0
- package/dist/types/components/FeedbackPendingFilled.d.ts +4 -0
- package/dist/types/components/FeedbackProblem.d.ts +4 -0
- package/dist/types/components/FeedbackProblemFilled.d.ts +4 -0
- package/dist/types/components/FiletypePdfFilled.d.ts +4 -0
- package/dist/types/components/GenerateFrameStart.d.ts +4 -0
- package/dist/types/components/GenerateFrameStart2End.d.ts +4 -0
- package/dist/types/components/GenerateMultimage.d.ts +4 -0
- package/dist/types/components/GenerateSwitchframe.d.ts +4 -0
- package/dist/types/components/GenerateT2V.d.ts +4 -0
- package/dist/types/components/Loading.d.ts +4 -0
- package/dist/types/components/Mute.d.ts +4 -0
- package/dist/types/components/Problem.d.ts +4 -0
- package/dist/types/components/Volume.d.ts +4 -0
- package/dist/types/components/index.d.ts +15 -3
- package/package.json +2 -2
- package/dist/types/components/ModelGeminiFilled1.d.ts +0 -4
- package/dist/types/components/Uploadimages.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.4 */
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
// src/components/
|
|
4
|
+
// src/components/Homepage.tsx
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
var
|
|
6
|
+
var IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
fill: stroke || color || "currentColor",
|
|
10
|
+
d: "M12 14.25C10.7574 14.25 9.75 15.2574 9.75 16.5V22.5H1.5V8.5L12 0L22.5 8.5V22.5H14.25V16.5C14.25 15.2574 13.2426 14.25 12 14.25ZM12 12C9.51472 12 7.5 14.0147 7.5 16.5V20.25H3.75V9.53485L12 2.96343L20.25 9.53485V20.25H16.5V16.5C16.5 14.0147 14.4853 12 12 12Z",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}
|
|
14
|
+
) }), Homepage_default = IconHomepage;
|
|
15
|
+
|
|
16
|
+
// src/components/Add.tsx
|
|
17
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
18
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx2(
|
|
7
19
|
"path",
|
|
8
20
|
{
|
|
9
21
|
fill: stroke || color || "currentColor",
|
|
@@ -12,9 +24,9 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
12
24
|
) }), Add_default = IconAdd;
|
|
13
25
|
|
|
14
26
|
// src/components/Agreements.tsx
|
|
15
|
-
import { jsx as
|
|
27
|
+
import { jsx as jsx3, jsxs } from "react/jsx-runtime";
|
|
16
28
|
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
17
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ jsx3(
|
|
18
30
|
"path",
|
|
19
31
|
{
|
|
20
32
|
fill: stroke || color || "currentColor",
|
|
@@ -23,12 +35,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
23
35
|
clipRule: "evenodd"
|
|
24
36
|
}
|
|
25
37
|
),
|
|
26
|
-
/* @__PURE__ */
|
|
38
|
+
/* @__PURE__ */ jsx3("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
27
39
|
] }), Agreements_default = IconAgreements;
|
|
28
40
|
|
|
29
41
|
// src/components/AngleDown.tsx
|
|
30
|
-
import { jsx as
|
|
31
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
42
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
43
|
+
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx4(
|
|
32
44
|
"path",
|
|
33
45
|
{
|
|
34
46
|
fill: stroke || color || "currentColor",
|
|
@@ -37,8 +49,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
37
49
|
) }), AngleDown_default = IconAngleDown;
|
|
38
50
|
|
|
39
51
|
// src/components/Artboard.tsx
|
|
40
|
-
import { jsx as
|
|
41
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
52
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
53
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx5(
|
|
42
54
|
"path",
|
|
43
55
|
{
|
|
44
56
|
fill: stroke || color || "currentColor",
|
|
@@ -49,19 +61,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
49
61
|
) }), Artboard_default = IconArtboard;
|
|
50
62
|
|
|
51
63
|
// src/components/AssetsFilled.tsx
|
|
52
|
-
import { jsx as
|
|
64
|
+
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
53
65
|
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
54
|
-
/* @__PURE__ */
|
|
55
|
-
/* @__PURE__ */
|
|
56
|
-
/* @__PURE__ */
|
|
66
|
+
/* @__PURE__ */ jsx6("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
67
|
+
/* @__PURE__ */ jsx6("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
68
|
+
/* @__PURE__ */ jsx6("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
57
69
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
58
70
|
|
|
59
71
|
// src/components/Assets.tsx
|
|
60
|
-
import { jsx as
|
|
72
|
+
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
61
73
|
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs3("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
62
|
-
/* @__PURE__ */
|
|
63
|
-
/* @__PURE__ */
|
|
64
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ jsx7("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
75
|
+
/* @__PURE__ */ jsx7("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
76
|
+
/* @__PURE__ */ jsx7(
|
|
65
77
|
"path",
|
|
66
78
|
{
|
|
67
79
|
fill: stroke || color || "currentColor",
|
|
@@ -73,8 +85,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
73
85
|
] }), Assets_default = IconAssets;
|
|
74
86
|
|
|
75
87
|
// src/components/Backward.tsx
|
|
76
|
-
import { jsx as
|
|
77
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
88
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
89
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx8(
|
|
78
90
|
"path",
|
|
79
91
|
{
|
|
80
92
|
fill: stroke || color || "currentColor",
|
|
@@ -83,8 +95,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
83
95
|
) }), Backward_default = IconBackward;
|
|
84
96
|
|
|
85
97
|
// src/components/BatchShots.tsx
|
|
86
|
-
import { jsx as
|
|
87
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
98
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
99
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx9(
|
|
88
100
|
"path",
|
|
89
101
|
{
|
|
90
102
|
fill: stroke || color || "currentColor",
|
|
@@ -95,8 +107,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
95
107
|
) }), BatchShots_default = IconBatchShots;
|
|
96
108
|
|
|
97
109
|
// src/components/CheckedFilled.tsx
|
|
98
|
-
import { jsx as
|
|
99
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
110
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
111
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
|
|
100
112
|
"path",
|
|
101
113
|
{
|
|
102
114
|
fill: fill || color || "currentColor",
|
|
@@ -107,8 +119,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
107
119
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
108
120
|
|
|
109
121
|
// src/components/Close.tsx
|
|
110
|
-
import { jsx as
|
|
111
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
122
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
123
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx11(
|
|
112
124
|
"path",
|
|
113
125
|
{
|
|
114
126
|
fill: stroke || color || "currentColor",
|
|
@@ -117,9 +129,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
117
129
|
) }), Close_default = IconClose;
|
|
118
130
|
|
|
119
131
|
// src/components/CreditFilled.tsx
|
|
120
|
-
import { jsx as
|
|
132
|
+
import { jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
121
133
|
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
122
|
-
/* @__PURE__ */
|
|
134
|
+
/* @__PURE__ */ jsx12("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx12(
|
|
123
135
|
"path",
|
|
124
136
|
{
|
|
125
137
|
fill: fill || color || "currentColor",
|
|
@@ -128,12 +140,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
128
140
|
clipRule: "evenodd"
|
|
129
141
|
}
|
|
130
142
|
) }),
|
|
131
|
-
/* @__PURE__ */
|
|
143
|
+
/* @__PURE__ */ jsx12("defs", { children: /* @__PURE__ */ jsx12("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx12("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
132
144
|
] }), CreditFilled_default = IconCreditFilled;
|
|
133
145
|
|
|
134
146
|
// src/components/Cursor.tsx
|
|
135
|
-
import { jsx as
|
|
136
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
147
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
148
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx13(
|
|
137
149
|
"path",
|
|
138
150
|
{
|
|
139
151
|
fill: stroke || color || "currentColor",
|
|
@@ -144,10 +156,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
144
156
|
) }), Cursor_default = IconCursor;
|
|
145
157
|
|
|
146
158
|
// src/components/Delete.tsx
|
|
147
|
-
import { jsx as
|
|
159
|
+
import { jsx as jsx14, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
148
160
|
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
149
|
-
/* @__PURE__ */
|
|
150
|
-
/* @__PURE__ */
|
|
161
|
+
/* @__PURE__ */ jsx14("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
162
|
+
/* @__PURE__ */ jsx14(
|
|
151
163
|
"path",
|
|
152
164
|
{
|
|
153
165
|
fill: stroke || color || "currentColor",
|
|
@@ -159,16 +171,16 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
159
171
|
] }), Delete_default = IconDelete;
|
|
160
172
|
|
|
161
173
|
// src/components/Download.tsx
|
|
162
|
-
import { jsx as
|
|
174
|
+
import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
163
175
|
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
164
|
-
/* @__PURE__ */
|
|
176
|
+
/* @__PURE__ */ jsx15(
|
|
165
177
|
"path",
|
|
166
178
|
{
|
|
167
179
|
fill: stroke || color || "currentColor",
|
|
168
180
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
169
181
|
}
|
|
170
182
|
),
|
|
171
|
-
/* @__PURE__ */
|
|
183
|
+
/* @__PURE__ */ jsx15(
|
|
172
184
|
"path",
|
|
173
185
|
{
|
|
174
186
|
fill: stroke || color || "currentColor",
|
|
@@ -179,9 +191,107 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
179
191
|
)
|
|
180
192
|
] }), Download_default = IconDownload;
|
|
181
193
|
|
|
194
|
+
// src/components/FeedbackFailFilled.tsx
|
|
195
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
196
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
|
|
197
|
+
"path",
|
|
198
|
+
{
|
|
199
|
+
fill: fill || color || "currentColor",
|
|
200
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM8.25 10.5C9.49264 10.5 10.5 9.49264 10.5 8.25C10.5 7.00736 9.49264 6 8.25 6C7.00736 6 6 7.00736 6 8.25C6 9.49264 7.00736 10.5 8.25 10.5ZM18 8.25C18 9.49264 16.9926 10.5 15.75 10.5C14.5074 10.5 13.5 9.49264 13.5 8.25C13.5 7.00736 14.5074 6 15.75 6C16.9926 6 18 7.00736 18 8.25ZM12 15C10.3431 15 9 16.3431 9 18H6C6 14.6863 8.68629 12 12 12C15.3137 12 18 14.6863 18 18H15C15 16.3431 13.6569 15 12 15Z",
|
|
201
|
+
fillRule: "evenodd",
|
|
202
|
+
clipRule: "evenodd"
|
|
203
|
+
}
|
|
204
|
+
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
205
|
+
|
|
206
|
+
// src/components/FeedbackPendingFilled.tsx
|
|
207
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
208
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
|
|
209
|
+
"path",
|
|
210
|
+
{
|
|
211
|
+
fill: fill || color || "currentColor",
|
|
212
|
+
d: "M21 3H19.5V6.62132L14.1213 12L19.5 17.3787V21H21V24H3V21H4.5V17.3787L9.87868 12L4.5 6.62132V3H3V0H21V3ZM7.5 3V5.37868L8.625 5.37868L9.75 5.37868H12L14.25 5.37868L15.375 5.37868L16.5 5.37868V3H7.5ZM12 14.1213L7.5 18.6213V21H16.5V18.6213L12 14.1213Z",
|
|
213
|
+
fillRule: "evenodd",
|
|
214
|
+
clipRule: "evenodd"
|
|
215
|
+
}
|
|
216
|
+
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
217
|
+
|
|
218
|
+
// src/components/FeedbackProblemFilled.tsx
|
|
219
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
220
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
|
|
221
|
+
"path",
|
|
222
|
+
{
|
|
223
|
+
fill: fill || color || "currentColor",
|
|
224
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM8.25 10.5C9.49264 10.5 10.5 9.49264 10.5 8.25C10.5 7.00736 9.49264 6 8.25 6C7.00736 6 6 7.00736 6 8.25C6 9.49264 7.00736 10.5 8.25 10.5ZM18 8.25C18 9.49264 16.9926 10.5 15.75 10.5C14.5074 10.5 13.5 9.49264 13.5 8.25C13.5 7.00736 14.5074 6 15.75 6C16.9926 6 18 7.00736 18 8.25ZM12 18C13.2426 18 14.25 16.9926 14.25 15.75C14.25 14.5074 13.2426 13.5 12 13.5C10.7574 13.5 9.75 14.5074 9.75 15.75C9.75 16.9926 10.7574 18 12 18Z",
|
|
225
|
+
fillRule: "evenodd",
|
|
226
|
+
clipRule: "evenodd"
|
|
227
|
+
}
|
|
228
|
+
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
229
|
+
|
|
230
|
+
// src/components/FeedbackProblem.tsx
|
|
231
|
+
import { jsx as jsx19, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
232
|
+
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
233
|
+
/* @__PURE__ */ jsx19(
|
|
234
|
+
"path",
|
|
235
|
+
{
|
|
236
|
+
fill: stroke || color || "currentColor",
|
|
237
|
+
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"
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
/* @__PURE__ */ jsx19(
|
|
241
|
+
"path",
|
|
242
|
+
{
|
|
243
|
+
fill: stroke || color || "currentColor",
|
|
244
|
+
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"
|
|
245
|
+
}
|
|
246
|
+
),
|
|
247
|
+
/* @__PURE__ */ jsx19(
|
|
248
|
+
"path",
|
|
249
|
+
{
|
|
250
|
+
fill: stroke || color || "currentColor",
|
|
251
|
+
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
252
|
+
}
|
|
253
|
+
),
|
|
254
|
+
/* @__PURE__ */ jsx19(
|
|
255
|
+
"path",
|
|
256
|
+
{
|
|
257
|
+
fill: stroke || color || "currentColor",
|
|
258
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
259
|
+
fillRule: "evenodd",
|
|
260
|
+
clipRule: "evenodd"
|
|
261
|
+
}
|
|
262
|
+
)
|
|
263
|
+
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
264
|
+
|
|
265
|
+
// src/components/FiletypePdfFilled.tsx
|
|
266
|
+
import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
267
|
+
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
268
|
+
/* @__PURE__ */ jsx20("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx20(
|
|
269
|
+
"path",
|
|
270
|
+
{
|
|
271
|
+
fill: "#FF3E4C",
|
|
272
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
273
|
+
style: { opacity: 0.3 }
|
|
274
|
+
}
|
|
275
|
+
) }),
|
|
276
|
+
/* @__PURE__ */ jsx20(
|
|
277
|
+
"path",
|
|
278
|
+
{
|
|
279
|
+
fill: "#FF3E4C",
|
|
280
|
+
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
281
|
+
}
|
|
282
|
+
),
|
|
283
|
+
/* @__PURE__ */ jsx20(
|
|
284
|
+
"path",
|
|
285
|
+
{
|
|
286
|
+
fill: "#FF3E4C",
|
|
287
|
+
d: "M10.6612 7.00247C10.1732 6.99394 9.75199 7.47889 9.85522 7.96337C9.92465 8.70371 10.4024 9.30447 10.7753 9.9158C10.8172 10.1434 10.697 10.3651 10.689 10.5911C10.4459 11.9178 10.0751 13.2376 9.50453 14.4553C8.79857 14.78 7.9992 15.1007 7.58628 15.8006C7.32421 16.2861 7.69321 16.9415 8.23485 16.9927C8.73737 17.0614 9.11034 16.6311 9.38504 16.2706C9.67185 15.8829 9.86058 15.4211 10.0992 15.0044C11.5436 14.4232 13.0628 14.0171 14.6139 13.8629C15.241 14.3114 15.9055 14.8404 16.7096 14.8724C17.177 14.8654 17.5553 14.4121 17.5039 13.9516C17.4738 13.5324 17.101 13.2384 16.7149 13.1596C16.092 12.9722 15.4249 13.0748 14.7913 13.0794C13.5721 12.106 12.4465 10.9861 11.5601 9.70462C11.6259 8.9256 11.758 8.06387 11.352 7.35515C11.1979 7.13164 10.9366 6.9785 10.6612 7.00247ZM10.6844 7.70995C10.8217 7.73637 10.8308 7.94067 10.8693 8.04996C10.9054 8.27263 10.9015 8.49983 10.8988 8.7247C10.7354 8.41939 10.523 8.10045 10.5608 7.73846C10.6039 7.73678 10.6421 7.71495 10.6844 7.70995ZM11.4407 10.7479C12.1674 11.6505 12.9745 12.4818 13.8554 13.2357C12.694 13.4127 11.5401 13.7091 10.4351 14.1089C10.8589 13.0022 11.1816 11.8588 11.3943 10.6919C11.4097 10.7106 11.4252 10.7292 11.4407 10.7479ZM15.9733 13.7827C16.2551 13.8098 16.5803 13.7935 16.8057 13.9875C16.8269 14.1626 16.6125 14.1882 16.4983 14.1248C16.2601 14.0453 16.0245 13.9454 15.8223 13.7932C15.8727 13.7901 15.9229 13.7836 15.9733 13.7827ZM8.93306 15.6242C8.79909 15.8732 8.60409 16.1079 8.40069 16.2842C8.333 16.3937 8.14728 16.1912 8.23273 16.1057C8.4092 15.8298 8.71727 15.6835 8.9901 15.5186C8.97109 15.5538 8.95208 15.589 8.93306 15.6242Z"
|
|
288
|
+
}
|
|
289
|
+
)
|
|
290
|
+
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
291
|
+
|
|
182
292
|
// src/components/Gamelanguage.tsx
|
|
183
|
-
import { jsx as
|
|
184
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
293
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
294
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
|
|
185
295
|
"path",
|
|
186
296
|
{
|
|
187
297
|
fill: stroke || color || "currentColor",
|
|
@@ -191,9 +301,31 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
191
301
|
}
|
|
192
302
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
193
303
|
|
|
304
|
+
// src/components/GenerateMultimage.tsx
|
|
305
|
+
import { jsx as jsx22, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
306
|
+
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
307
|
+
/* @__PURE__ */ jsx22(
|
|
308
|
+
"path",
|
|
309
|
+
{
|
|
310
|
+
fill: stroke || color || "currentColor",
|
|
311
|
+
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"
|
|
312
|
+
}
|
|
313
|
+
),
|
|
314
|
+
/* @__PURE__ */ jsx22(
|
|
315
|
+
"path",
|
|
316
|
+
{
|
|
317
|
+
fill: stroke || color || "currentColor",
|
|
318
|
+
d: "M5.25 0H24V18.75H5.25V0ZM7.5 2.25H21.75V6.75L21.7045 6.7045L16.5 11.909L13.5 8.90901L7.5 14.909V2.25ZM21.75 9.84099V16.5H9.09099L13.5 12.091L16.5 15.091L21.75 9.84099Z",
|
|
319
|
+
fillRule: "evenodd",
|
|
320
|
+
clipRule: "evenodd"
|
|
321
|
+
}
|
|
322
|
+
),
|
|
323
|
+
/* @__PURE__ */ jsx22("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
324
|
+
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
325
|
+
|
|
194
326
|
// src/components/GenerateFilled.tsx
|
|
195
|
-
import { jsx as
|
|
196
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
327
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
328
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
|
|
197
329
|
"path",
|
|
198
330
|
{
|
|
199
331
|
fill: fill || color || "currentColor",
|
|
@@ -203,17 +335,112 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
203
335
|
}
|
|
204
336
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
205
337
|
|
|
338
|
+
// src/components/GenerateFrameStart.tsx
|
|
339
|
+
import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
340
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
341
|
+
/* @__PURE__ */ jsx24(
|
|
342
|
+
"path",
|
|
343
|
+
{
|
|
344
|
+
fill: stroke || color || "currentColor",
|
|
345
|
+
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"
|
|
346
|
+
}
|
|
347
|
+
),
|
|
348
|
+
/* @__PURE__ */ jsx24(
|
|
349
|
+
"path",
|
|
350
|
+
{
|
|
351
|
+
fill: stroke || color || "currentColor",
|
|
352
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V17.159L9 11.909L12 14.909L20.25 6.65901V3.75ZM20.25 20.25H3.84099L9 15.091L12 18.091L20.25 9.84099V20.25Z",
|
|
353
|
+
fillRule: "evenodd",
|
|
354
|
+
clipRule: "evenodd"
|
|
355
|
+
}
|
|
356
|
+
)
|
|
357
|
+
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
358
|
+
|
|
359
|
+
// src/components/GenerateFrameStart2End.tsx
|
|
360
|
+
import { jsx as jsx25, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
361
|
+
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
362
|
+
/* @__PURE__ */ jsx25(
|
|
363
|
+
"path",
|
|
364
|
+
{
|
|
365
|
+
fill: stroke || color || "currentColor",
|
|
366
|
+
d: "M23.999 7.99967V24H7.99967V15.9993H10.1998V21.7999H21.7989V10.1998H15.9993V7.99967H23.999Z",
|
|
367
|
+
fillRule: "evenodd",
|
|
368
|
+
clipRule: "evenodd"
|
|
369
|
+
}
|
|
370
|
+
),
|
|
371
|
+
/* @__PURE__ */ jsx25(
|
|
372
|
+
"path",
|
|
373
|
+
{
|
|
374
|
+
fill: stroke || color || "currentColor",
|
|
375
|
+
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"
|
|
376
|
+
}
|
|
377
|
+
),
|
|
378
|
+
/* @__PURE__ */ jsx25(
|
|
379
|
+
"path",
|
|
380
|
+
{
|
|
381
|
+
fill: stroke || color || "currentColor",
|
|
382
|
+
d: "M0 0H16.7493V16.7493H0V0ZM2.24991 2.24991H14.4994V6.74972L14.4539 6.70423L11.2495 9.90861L8.24966 6.90873L2.24991 12.9085V2.24991ZM14.4994 9.84059V14.4994H3.84083L8.24966 10.0906L11.2495 13.0905L14.4994 9.84059Z",
|
|
383
|
+
fillRule: "evenodd",
|
|
384
|
+
clipRule: "evenodd"
|
|
385
|
+
}
|
|
386
|
+
)
|
|
387
|
+
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
388
|
+
|
|
389
|
+
// src/components/GenerateSwitchframe.tsx
|
|
390
|
+
import { jsx as jsx26, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
391
|
+
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
392
|
+
/* @__PURE__ */ jsx26(
|
|
393
|
+
"path",
|
|
394
|
+
{
|
|
395
|
+
fill: stroke || color || "currentColor",
|
|
396
|
+
d: "M6 12H8.25L8.25 16.875H24V19.125H8.25V24H6L5.73712e-07 18L6 12ZM3.18198 18L6 20.818L6 15.182L3.18198 18Z",
|
|
397
|
+
fillRule: "evenodd",
|
|
398
|
+
clipRule: "evenodd"
|
|
399
|
+
}
|
|
400
|
+
),
|
|
401
|
+
/* @__PURE__ */ jsx26(
|
|
402
|
+
"path",
|
|
403
|
+
{
|
|
404
|
+
fill: stroke || color || "currentColor",
|
|
405
|
+
d: "M18 0L15.75 9.83503e-08V4.875L0 4.875L9.83506e-08 7.125L15.75 7.125V12H18L24 6L18 0ZM20.818 6L18 8.81802V3.18198L20.818 6Z",
|
|
406
|
+
fillRule: "evenodd",
|
|
407
|
+
clipRule: "evenodd"
|
|
408
|
+
}
|
|
409
|
+
)
|
|
410
|
+
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
411
|
+
|
|
412
|
+
// src/components/GenerateT2V.tsx
|
|
413
|
+
import { jsx as jsx27, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
414
|
+
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
415
|
+
/* @__PURE__ */ jsx27(
|
|
416
|
+
"path",
|
|
417
|
+
{
|
|
418
|
+
fill: stroke || color || "currentColor",
|
|
419
|
+
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
420
|
+
}
|
|
421
|
+
),
|
|
422
|
+
/* @__PURE__ */ jsx27(
|
|
423
|
+
"path",
|
|
424
|
+
{
|
|
425
|
+
fill: stroke || color || "currentColor",
|
|
426
|
+
d: "M1.5 1.5H22.5V22.5H1.5V1.5ZM3.75 3.75H20.25V20.25H3.75V3.75Z",
|
|
427
|
+
fillRule: "evenodd",
|
|
428
|
+
clipRule: "evenodd"
|
|
429
|
+
}
|
|
430
|
+
)
|
|
431
|
+
] }), GenerateT2V_default = IconGenerateT2V;
|
|
432
|
+
|
|
206
433
|
// src/components/GenreAuto.tsx
|
|
207
|
-
import { jsx as
|
|
208
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
209
|
-
/* @__PURE__ */
|
|
434
|
+
import { jsx as jsx28, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
435
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
436
|
+
/* @__PURE__ */ jsx28(
|
|
210
437
|
"path",
|
|
211
438
|
{
|
|
212
439
|
fill: stroke || color || "currentColor",
|
|
213
440
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
214
441
|
}
|
|
215
442
|
),
|
|
216
|
-
/* @__PURE__ */
|
|
443
|
+
/* @__PURE__ */ jsx28(
|
|
217
444
|
"path",
|
|
218
445
|
{
|
|
219
446
|
fill: stroke || color || "currentColor",
|
|
@@ -222,15 +449,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
222
449
|
clipRule: "evenodd"
|
|
223
450
|
}
|
|
224
451
|
),
|
|
225
|
-
/* @__PURE__ */
|
|
226
|
-
/* @__PURE__ */
|
|
452
|
+
/* @__PURE__ */ jsx28("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
453
|
+
/* @__PURE__ */ jsx28(
|
|
227
454
|
"path",
|
|
228
455
|
{
|
|
229
456
|
fill: stroke || color || "currentColor",
|
|
230
457
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
231
458
|
}
|
|
232
459
|
),
|
|
233
|
-
/* @__PURE__ */
|
|
460
|
+
/* @__PURE__ */ jsx28(
|
|
234
461
|
"path",
|
|
235
462
|
{
|
|
236
463
|
fill: stroke || color || "currentColor",
|
|
@@ -240,23 +467,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
240
467
|
] }), GenreAuto_default = IconGenreAuto;
|
|
241
468
|
|
|
242
469
|
// src/components/GenreComedy.tsx
|
|
243
|
-
import { jsx as
|
|
244
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
245
|
-
/* @__PURE__ */
|
|
470
|
+
import { jsx as jsx29, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
471
|
+
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
472
|
+
/* @__PURE__ */ jsx29(
|
|
246
473
|
"path",
|
|
247
474
|
{
|
|
248
475
|
fill: stroke || color || "currentColor",
|
|
249
476
|
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"
|
|
250
477
|
}
|
|
251
478
|
),
|
|
252
|
-
/* @__PURE__ */
|
|
479
|
+
/* @__PURE__ */ jsx29(
|
|
253
480
|
"path",
|
|
254
481
|
{
|
|
255
482
|
fill: stroke || color || "currentColor",
|
|
256
483
|
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"
|
|
257
484
|
}
|
|
258
485
|
),
|
|
259
|
-
/* @__PURE__ */
|
|
486
|
+
/* @__PURE__ */ jsx29(
|
|
260
487
|
"path",
|
|
261
488
|
{
|
|
262
489
|
fill: stroke || color || "currentColor",
|
|
@@ -265,7 +492,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
265
492
|
clipRule: "evenodd"
|
|
266
493
|
}
|
|
267
494
|
),
|
|
268
|
-
/* @__PURE__ */
|
|
495
|
+
/* @__PURE__ */ jsx29(
|
|
269
496
|
"path",
|
|
270
497
|
{
|
|
271
498
|
fill: stroke || color || "currentColor",
|
|
@@ -277,8 +504,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
277
504
|
] }), GenreComedy_default = IconGenreComedy;
|
|
278
505
|
|
|
279
506
|
// src/components/GenreFantasy.tsx
|
|
280
|
-
import { jsx as
|
|
281
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
507
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
508
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
|
|
282
509
|
"path",
|
|
283
510
|
{
|
|
284
511
|
fill: stroke || color || "currentColor",
|
|
@@ -289,23 +516,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
289
516
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
290
517
|
|
|
291
518
|
// src/components/GenreHorror.tsx
|
|
292
|
-
import { jsx as
|
|
293
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
294
|
-
/* @__PURE__ */
|
|
519
|
+
import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
520
|
+
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
521
|
+
/* @__PURE__ */ jsx31(
|
|
295
522
|
"path",
|
|
296
523
|
{
|
|
297
524
|
fill: stroke || color || "currentColor",
|
|
298
525
|
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"
|
|
299
526
|
}
|
|
300
527
|
),
|
|
301
|
-
/* @__PURE__ */
|
|
528
|
+
/* @__PURE__ */ jsx31(
|
|
302
529
|
"path",
|
|
303
530
|
{
|
|
304
531
|
fill: stroke || color || "currentColor",
|
|
305
532
|
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"
|
|
306
533
|
}
|
|
307
534
|
),
|
|
308
|
-
/* @__PURE__ */
|
|
535
|
+
/* @__PURE__ */ jsx31(
|
|
309
536
|
"path",
|
|
310
537
|
{
|
|
311
538
|
fill: stroke || color || "currentColor",
|
|
@@ -317,8 +544,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
317
544
|
] }), GenreHorror_default = IconGenreHorror;
|
|
318
545
|
|
|
319
546
|
// src/components/GenreRomance.tsx
|
|
320
|
-
import { jsx as
|
|
321
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
547
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
548
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
322
549
|
"path",
|
|
323
550
|
{
|
|
324
551
|
fill: stroke || color || "currentColor",
|
|
@@ -329,16 +556,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
329
556
|
) }), GenreRomance_default = IconGenreRomance;
|
|
330
557
|
|
|
331
558
|
// src/components/GenreScifi.tsx
|
|
332
|
-
import { jsx as
|
|
333
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
334
|
-
/* @__PURE__ */
|
|
559
|
+
import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
560
|
+
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
561
|
+
/* @__PURE__ */ jsx33(
|
|
335
562
|
"path",
|
|
336
563
|
{
|
|
337
564
|
fill: stroke || color || "currentColor",
|
|
338
565
|
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"
|
|
339
566
|
}
|
|
340
567
|
),
|
|
341
|
-
/* @__PURE__ */
|
|
568
|
+
/* @__PURE__ */ jsx33(
|
|
342
569
|
"path",
|
|
343
570
|
{
|
|
344
571
|
fill: stroke || color || "currentColor",
|
|
@@ -347,7 +574,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
347
574
|
clipRule: "evenodd"
|
|
348
575
|
}
|
|
349
576
|
),
|
|
350
|
-
/* @__PURE__ */
|
|
577
|
+
/* @__PURE__ */ jsx33(
|
|
351
578
|
"path",
|
|
352
579
|
{
|
|
353
580
|
fill: stroke || color || "currentColor",
|
|
@@ -357,8 +584,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
357
584
|
] }), GenreScifi_default = IconGenreScifi;
|
|
358
585
|
|
|
359
586
|
// src/components/GenreSuspense.tsx
|
|
360
|
-
import { jsx as
|
|
361
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
587
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
588
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
|
|
362
589
|
"path",
|
|
363
590
|
{
|
|
364
591
|
fill: stroke || color || "currentColor",
|
|
@@ -369,8 +596,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
369
596
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
370
597
|
|
|
371
598
|
// src/components/Genre.tsx
|
|
372
|
-
import { jsx as
|
|
373
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
599
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
600
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
|
|
374
601
|
"path",
|
|
375
602
|
{
|
|
376
603
|
fill: stroke || color || "currentColor",
|
|
@@ -381,73 +608,85 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
381
608
|
) }), Genre_default = IconGenre;
|
|
382
609
|
|
|
383
610
|
// src/components/GoogleLogoFilled.tsx
|
|
384
|
-
import { jsx as
|
|
385
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
386
|
-
/* @__PURE__ */
|
|
387
|
-
"
|
|
611
|
+
import { jsx as jsx36, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
612
|
+
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
613
|
+
/* @__PURE__ */ jsx36(
|
|
614
|
+
"mask",
|
|
388
615
|
{
|
|
389
|
-
|
|
390
|
-
|
|
616
|
+
id: "mask0_48_113",
|
|
617
|
+
width: "24",
|
|
618
|
+
height: "24",
|
|
619
|
+
x: "0",
|
|
620
|
+
y: "0",
|
|
621
|
+
maskUnits: "userSpaceOnUse",
|
|
622
|
+
style: { maskType: "luminance" },
|
|
623
|
+
children: /* @__PURE__ */ jsx36(
|
|
624
|
+
"path",
|
|
625
|
+
{
|
|
626
|
+
fill: stroke || color || "currentColor",
|
|
627
|
+
d: "M23.7695 9.77372H12.2556V14.3873H18.8716C18.7652 15.0403 18.5264 15.6826 18.1767 16.2683C17.776 16.9393 17.2807 17.4502 16.7729 17.8392C15.2521 19.0046 13.479 19.2429 12.2476 19.2429C9.13691 19.2429 6.47903 17.2325 5.45011 14.5006C5.40859 14.4014 5.38102 14.299 5.34745 14.1978C5.12007 13.5025 4.99584 12.7661 4.99584 12.0008C4.99584 11.2042 5.13037 10.4417 5.37566 9.7216C6.34319 6.88141 9.06099 4.76006 12.2498 4.76006C12.8912 4.76006 13.5089 4.83641 14.0946 4.98869C15.4333 5.3367 16.3801 6.02212 16.9603 6.56428L20.4613 3.13576C18.3317 1.18317 15.5555 2.95218e-09 12.244 2.95218e-09C9.59665 -5.69793e-05 7.1525 0.824781 5.1496 2.21878C3.52531 3.34928 2.19316 4.86288 1.29412 6.62075C0.457891 8.25066 0 10.0569 0 11.999C0 13.9411 0.458591 15.7661 1.29483 17.381V17.3918C2.1781 19.1062 3.46975 20.5823 5.0396 21.7076C6.41104 22.6907 8.87017 24 12.244 24C14.1842 24 15.9038 23.6502 17.4203 22.9946C18.5142 22.5217 19.4835 21.9049 20.3611 21.1122C21.5206 20.0647 22.4288 18.7691 23.0486 17.2785C23.6684 15.7878 24 14.1022 24 12.2747C24 11.4236 23.9145 10.5592 23.7695 9.77363V9.77372Z"
|
|
628
|
+
}
|
|
629
|
+
)
|
|
391
630
|
}
|
|
392
|
-
)
|
|
393
|
-
/* @__PURE__ */
|
|
394
|
-
/* @__PURE__ */
|
|
631
|
+
),
|
|
632
|
+
/* @__PURE__ */ jsxs18("g", { mask: "url(#mask0_48_113)", children: [
|
|
633
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
395
634
|
"path",
|
|
396
635
|
{
|
|
397
636
|
fill: "url(#paint0_radial_48_113)",
|
|
398
637
|
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"
|
|
399
638
|
}
|
|
400
639
|
) }),
|
|
401
|
-
/* @__PURE__ */
|
|
640
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
402
641
|
"path",
|
|
403
642
|
{
|
|
404
643
|
fill: "url(#paint1_radial_48_113)",
|
|
405
644
|
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"
|
|
406
645
|
}
|
|
407
646
|
) }),
|
|
408
|
-
/* @__PURE__ */
|
|
647
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
409
648
|
"path",
|
|
410
649
|
{
|
|
411
650
|
fill: "url(#paint2_radial_48_113)",
|
|
412
651
|
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"
|
|
413
652
|
}
|
|
414
653
|
) }),
|
|
415
|
-
/* @__PURE__ */
|
|
654
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
416
655
|
"path",
|
|
417
656
|
{
|
|
418
657
|
fill: "url(#paint3_radial_48_113)",
|
|
419
658
|
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"
|
|
420
659
|
}
|
|
421
660
|
) }),
|
|
422
|
-
/* @__PURE__ */
|
|
661
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
423
662
|
"path",
|
|
424
663
|
{
|
|
425
664
|
fill: "#3086FF",
|
|
426
665
|
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"
|
|
427
666
|
}
|
|
428
667
|
) }),
|
|
429
|
-
/* @__PURE__ */
|
|
668
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
430
669
|
"path",
|
|
431
670
|
{
|
|
432
671
|
fill: "url(#paint4_radial_48_113)",
|
|
433
672
|
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"
|
|
434
673
|
}
|
|
435
674
|
) }),
|
|
436
|
-
/* @__PURE__ */
|
|
675
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
437
676
|
"path",
|
|
438
677
|
{
|
|
439
678
|
fill: "url(#paint5_radial_48_113)",
|
|
440
679
|
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"
|
|
441
680
|
}
|
|
442
681
|
) }),
|
|
443
|
-
/* @__PURE__ */
|
|
682
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx36(
|
|
444
683
|
"path",
|
|
445
684
|
{
|
|
446
685
|
fill: "url(#paint6_radial_48_113)",
|
|
447
686
|
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"
|
|
448
687
|
}
|
|
449
688
|
) }),
|
|
450
|
-
/* @__PURE__ */
|
|
689
|
+
/* @__PURE__ */ jsx36("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx36(
|
|
451
690
|
"path",
|
|
452
691
|
{
|
|
453
692
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -455,8 +694,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
455
694
|
}
|
|
456
695
|
) })
|
|
457
696
|
] }),
|
|
458
|
-
/* @__PURE__ */
|
|
459
|
-
/* @__PURE__ */
|
|
697
|
+
/* @__PURE__ */ jsxs18("defs", { children: [
|
|
698
|
+
/* @__PURE__ */ jsxs18(
|
|
460
699
|
"filter",
|
|
461
700
|
{
|
|
462
701
|
id: "filter0_f_48_113",
|
|
@@ -467,13 +706,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
467
706
|
filterUnits: "userSpaceOnUse",
|
|
468
707
|
colorInterpolationFilters: "sRGB",
|
|
469
708
|
children: [
|
|
470
|
-
/* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */
|
|
472
|
-
/* @__PURE__ */
|
|
709
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
710
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
711
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
473
712
|
]
|
|
474
713
|
}
|
|
475
714
|
),
|
|
476
|
-
/* @__PURE__ */
|
|
715
|
+
/* @__PURE__ */ jsxs18(
|
|
477
716
|
"filter",
|
|
478
717
|
{
|
|
479
718
|
id: "filter1_f_48_113",
|
|
@@ -484,13 +723,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
484
723
|
filterUnits: "userSpaceOnUse",
|
|
485
724
|
colorInterpolationFilters: "sRGB",
|
|
486
725
|
children: [
|
|
487
|
-
/* @__PURE__ */
|
|
488
|
-
/* @__PURE__ */
|
|
489
|
-
/* @__PURE__ */
|
|
726
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
727
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
728
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
490
729
|
]
|
|
491
730
|
}
|
|
492
731
|
),
|
|
493
|
-
/* @__PURE__ */
|
|
732
|
+
/* @__PURE__ */ jsxs18(
|
|
494
733
|
"filter",
|
|
495
734
|
{
|
|
496
735
|
id: "filter2_f_48_113",
|
|
@@ -501,13 +740,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
501
740
|
filterUnits: "userSpaceOnUse",
|
|
502
741
|
colorInterpolationFilters: "sRGB",
|
|
503
742
|
children: [
|
|
504
|
-
/* @__PURE__ */
|
|
505
|
-
/* @__PURE__ */
|
|
506
|
-
/* @__PURE__ */
|
|
743
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
744
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
745
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
507
746
|
]
|
|
508
747
|
}
|
|
509
748
|
),
|
|
510
|
-
/* @__PURE__ */
|
|
749
|
+
/* @__PURE__ */ jsxs18(
|
|
511
750
|
"filter",
|
|
512
751
|
{
|
|
513
752
|
id: "filter3_f_48_113",
|
|
@@ -518,13 +757,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
518
757
|
filterUnits: "userSpaceOnUse",
|
|
519
758
|
colorInterpolationFilters: "sRGB",
|
|
520
759
|
children: [
|
|
521
|
-
/* @__PURE__ */
|
|
522
|
-
/* @__PURE__ */
|
|
523
|
-
/* @__PURE__ */
|
|
760
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
761
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
762
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
524
763
|
]
|
|
525
764
|
}
|
|
526
765
|
),
|
|
527
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsxs18(
|
|
528
767
|
"filter",
|
|
529
768
|
{
|
|
530
769
|
id: "filter4_f_48_113",
|
|
@@ -535,13 +774,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
535
774
|
filterUnits: "userSpaceOnUse",
|
|
536
775
|
colorInterpolationFilters: "sRGB",
|
|
537
776
|
children: [
|
|
538
|
-
/* @__PURE__ */
|
|
539
|
-
/* @__PURE__ */
|
|
540
|
-
/* @__PURE__ */
|
|
777
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
778
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
779
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
541
780
|
]
|
|
542
781
|
}
|
|
543
782
|
),
|
|
544
|
-
/* @__PURE__ */
|
|
783
|
+
/* @__PURE__ */ jsxs18(
|
|
545
784
|
"filter",
|
|
546
785
|
{
|
|
547
786
|
id: "filter5_f_48_113",
|
|
@@ -552,13 +791,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
552
791
|
filterUnits: "userSpaceOnUse",
|
|
553
792
|
colorInterpolationFilters: "sRGB",
|
|
554
793
|
children: [
|
|
555
|
-
/* @__PURE__ */
|
|
556
|
-
/* @__PURE__ */
|
|
557
|
-
/* @__PURE__ */
|
|
794
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
795
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
796
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
558
797
|
]
|
|
559
798
|
}
|
|
560
799
|
),
|
|
561
|
-
/* @__PURE__ */
|
|
800
|
+
/* @__PURE__ */ jsxs18(
|
|
562
801
|
"filter",
|
|
563
802
|
{
|
|
564
803
|
id: "filter6_f_48_113",
|
|
@@ -569,13 +808,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
569
808
|
filterUnits: "userSpaceOnUse",
|
|
570
809
|
colorInterpolationFilters: "sRGB",
|
|
571
810
|
children: [
|
|
572
|
-
/* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
574
|
-
/* @__PURE__ */
|
|
811
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
812
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
813
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
575
814
|
]
|
|
576
815
|
}
|
|
577
816
|
),
|
|
578
|
-
/* @__PURE__ */
|
|
817
|
+
/* @__PURE__ */ jsxs18(
|
|
579
818
|
"filter",
|
|
580
819
|
{
|
|
581
820
|
id: "filter7_f_48_113",
|
|
@@ -586,13 +825,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
586
825
|
filterUnits: "userSpaceOnUse",
|
|
587
826
|
colorInterpolationFilters: "sRGB",
|
|
588
827
|
children: [
|
|
589
|
-
/* @__PURE__ */
|
|
590
|
-
/* @__PURE__ */
|
|
591
|
-
/* @__PURE__ */
|
|
828
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
829
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
830
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
592
831
|
]
|
|
593
832
|
}
|
|
594
833
|
),
|
|
595
|
-
/* @__PURE__ */
|
|
834
|
+
/* @__PURE__ */ jsxs18(
|
|
596
835
|
"filter",
|
|
597
836
|
{
|
|
598
837
|
id: "filter8_f_48_113",
|
|
@@ -603,13 +842,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
603
842
|
filterUnits: "userSpaceOnUse",
|
|
604
843
|
colorInterpolationFilters: "sRGB",
|
|
605
844
|
children: [
|
|
606
|
-
/* @__PURE__ */
|
|
607
|
-
/* @__PURE__ */
|
|
608
|
-
/* @__PURE__ */
|
|
845
|
+
/* @__PURE__ */ jsx36("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
846
|
+
/* @__PURE__ */ jsx36("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
847
|
+
/* @__PURE__ */ jsx36("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
609
848
|
]
|
|
610
849
|
}
|
|
611
850
|
),
|
|
612
|
-
/* @__PURE__ */
|
|
851
|
+
/* @__PURE__ */ jsxs18(
|
|
613
852
|
"radialGradient",
|
|
614
853
|
{
|
|
615
854
|
id: "paint0_radial_48_113",
|
|
@@ -619,20 +858,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
619
858
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
620
859
|
gradientUnits: "userSpaceOnUse",
|
|
621
860
|
children: [
|
|
622
|
-
/* @__PURE__ */
|
|
623
|
-
/* @__PURE__ */
|
|
624
|
-
/* @__PURE__ */
|
|
625
|
-
/* @__PURE__ */
|
|
626
|
-
/* @__PURE__ */
|
|
627
|
-
/* @__PURE__ */
|
|
628
|
-
/* @__PURE__ */
|
|
629
|
-
/* @__PURE__ */
|
|
630
|
-
/* @__PURE__ */
|
|
631
|
-
/* @__PURE__ */
|
|
861
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
862
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
863
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
864
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
865
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
866
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
867
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
868
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
869
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
870
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
632
871
|
]
|
|
633
872
|
}
|
|
634
873
|
),
|
|
635
|
-
/* @__PURE__ */
|
|
874
|
+
/* @__PURE__ */ jsxs18(
|
|
636
875
|
"radialGradient",
|
|
637
876
|
{
|
|
638
877
|
id: "paint1_radial_48_113",
|
|
@@ -642,12 +881,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
642
881
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
643
882
|
gradientUnits: "userSpaceOnUse",
|
|
644
883
|
children: [
|
|
645
|
-
/* @__PURE__ */
|
|
646
|
-
/* @__PURE__ */
|
|
884
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
885
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#FF4540" })
|
|
647
886
|
]
|
|
648
887
|
}
|
|
649
888
|
),
|
|
650
|
-
/* @__PURE__ */
|
|
889
|
+
/* @__PURE__ */ jsxs18(
|
|
651
890
|
"radialGradient",
|
|
652
891
|
{
|
|
653
892
|
id: "paint2_radial_48_113",
|
|
@@ -657,18 +896,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
657
896
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
658
897
|
gradientUnits: "userSpaceOnUse",
|
|
659
898
|
children: [
|
|
660
|
-
/* @__PURE__ */
|
|
661
|
-
/* @__PURE__ */
|
|
662
|
-
/* @__PURE__ */
|
|
663
|
-
/* @__PURE__ */
|
|
664
|
-
/* @__PURE__ */
|
|
665
|
-
/* @__PURE__ */
|
|
666
|
-
/* @__PURE__ */
|
|
667
|
-
/* @__PURE__ */
|
|
899
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
900
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
901
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
902
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
903
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
904
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
905
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
906
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
668
907
|
]
|
|
669
908
|
}
|
|
670
909
|
),
|
|
671
|
-
/* @__PURE__ */
|
|
910
|
+
/* @__PURE__ */ jsxs18(
|
|
672
911
|
"radialGradient",
|
|
673
912
|
{
|
|
674
913
|
id: "paint3_radial_48_113",
|
|
@@ -678,19 +917,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
678
917
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
679
918
|
gradientUnits: "userSpaceOnUse",
|
|
680
919
|
children: [
|
|
681
|
-
/* @__PURE__ */
|
|
682
|
-
/* @__PURE__ */
|
|
683
|
-
/* @__PURE__ */
|
|
684
|
-
/* @__PURE__ */
|
|
685
|
-
/* @__PURE__ */
|
|
686
|
-
/* @__PURE__ */
|
|
687
|
-
/* @__PURE__ */
|
|
688
|
-
/* @__PURE__ */
|
|
689
|
-
/* @__PURE__ */
|
|
920
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
921
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
922
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
923
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
924
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
925
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
926
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
927
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
928
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
690
929
|
]
|
|
691
930
|
}
|
|
692
931
|
),
|
|
693
|
-
/* @__PURE__ */
|
|
932
|
+
/* @__PURE__ */ jsxs18(
|
|
694
933
|
"radialGradient",
|
|
695
934
|
{
|
|
696
935
|
id: "paint4_radial_48_113",
|
|
@@ -700,18 +939,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
700
939
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
701
940
|
gradientUnits: "userSpaceOnUse",
|
|
702
941
|
children: [
|
|
703
|
-
/* @__PURE__ */
|
|
704
|
-
/* @__PURE__ */
|
|
705
|
-
/* @__PURE__ */
|
|
706
|
-
/* @__PURE__ */
|
|
707
|
-
/* @__PURE__ */
|
|
708
|
-
/* @__PURE__ */
|
|
709
|
-
/* @__PURE__ */
|
|
710
|
-
/* @__PURE__ */
|
|
942
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
943
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
944
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
945
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
946
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
947
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
948
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
949
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
711
950
|
]
|
|
712
951
|
}
|
|
713
952
|
),
|
|
714
|
-
/* @__PURE__ */
|
|
953
|
+
/* @__PURE__ */ jsxs18(
|
|
715
954
|
"radialGradient",
|
|
716
955
|
{
|
|
717
956
|
id: "paint5_radial_48_113",
|
|
@@ -721,15 +960,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
721
960
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
722
961
|
gradientUnits: "userSpaceOnUse",
|
|
723
962
|
children: [
|
|
724
|
-
/* @__PURE__ */
|
|
725
|
-
/* @__PURE__ */
|
|
726
|
-
/* @__PURE__ */
|
|
727
|
-
/* @__PURE__ */
|
|
728
|
-
/* @__PURE__ */
|
|
963
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
964
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
965
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
966
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
967
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
729
968
|
]
|
|
730
969
|
}
|
|
731
970
|
),
|
|
732
|
-
/* @__PURE__ */
|
|
971
|
+
/* @__PURE__ */ jsxs18(
|
|
733
972
|
"radialGradient",
|
|
734
973
|
{
|
|
735
974
|
id: "paint6_radial_48_113",
|
|
@@ -739,20 +978,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
739
978
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
740
979
|
gradientUnits: "userSpaceOnUse",
|
|
741
980
|
children: [
|
|
742
|
-
/* @__PURE__ */
|
|
743
|
-
/* @__PURE__ */
|
|
744
|
-
/* @__PURE__ */
|
|
745
|
-
/* @__PURE__ */
|
|
746
|
-
/* @__PURE__ */
|
|
747
|
-
/* @__PURE__ */
|
|
748
|
-
/* @__PURE__ */
|
|
749
|
-
/* @__PURE__ */
|
|
750
|
-
/* @__PURE__ */
|
|
751
|
-
/* @__PURE__ */
|
|
981
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
982
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
983
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
984
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
985
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
986
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
987
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
988
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
989
|
+
/* @__PURE__ */ jsx36("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
990
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#86C504" })
|
|
752
991
|
]
|
|
753
992
|
}
|
|
754
993
|
),
|
|
755
|
-
/* @__PURE__ */
|
|
994
|
+
/* @__PURE__ */ jsxs18(
|
|
756
995
|
"linearGradient",
|
|
757
996
|
{
|
|
758
997
|
id: "paint7_linear_48_113",
|
|
@@ -762,8 +1001,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
762
1001
|
y2: "21.5116",
|
|
763
1002
|
gradientUnits: "userSpaceOnUse",
|
|
764
1003
|
children: [
|
|
765
|
-
/* @__PURE__ */
|
|
766
|
-
/* @__PURE__ */
|
|
1004
|
+
/* @__PURE__ */ jsx36("stop", { stopColor: "#0FBC5C" }),
|
|
1005
|
+
/* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
767
1006
|
]
|
|
768
1007
|
}
|
|
769
1008
|
)
|
|
@@ -771,17 +1010,17 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
771
1010
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
772
1011
|
|
|
773
1012
|
// src/components/Help.tsx
|
|
774
|
-
import { jsx as
|
|
775
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
776
|
-
/* @__PURE__ */
|
|
777
|
-
/* @__PURE__ */
|
|
1013
|
+
import { jsx as jsx37, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1014
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1015
|
+
/* @__PURE__ */ jsx37("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1016
|
+
/* @__PURE__ */ jsx37(
|
|
778
1017
|
"path",
|
|
779
1018
|
{
|
|
780
1019
|
fill: stroke || color || "currentColor",
|
|
781
1020
|
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"
|
|
782
1021
|
}
|
|
783
1022
|
),
|
|
784
|
-
/* @__PURE__ */
|
|
1023
|
+
/* @__PURE__ */ jsx37(
|
|
785
1024
|
"path",
|
|
786
1025
|
{
|
|
787
1026
|
fill: stroke || color || "currentColor",
|
|
@@ -793,8 +1032,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
793
1032
|
] }), Help_default = IconHelp;
|
|
794
1033
|
|
|
795
1034
|
// src/components/HomepageFilled.tsx
|
|
796
|
-
import { jsx as
|
|
797
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1035
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
1036
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx38(
|
|
798
1037
|
"path",
|
|
799
1038
|
{
|
|
800
1039
|
fill: fill || color || "currentColor",
|
|
@@ -804,29 +1043,17 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
804
1043
|
}
|
|
805
1044
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
806
1045
|
|
|
807
|
-
// src/components/Homepage.tsx
|
|
808
|
-
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
809
|
-
var IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
|
|
810
|
-
"path",
|
|
811
|
-
{
|
|
812
|
-
fill: stroke || color || "currentColor",
|
|
813
|
-
d: "M12 14.25C10.7574 14.25 9.75 15.2574 9.75 16.5V22.5H1.5V8.5L12 0L22.5 8.5V22.5H14.25V16.5C14.25 15.2574 13.2426 14.25 12 14.25ZM12 12C9.51472 12 7.5 14.0147 7.5 16.5V20.25H3.75V9.53485L12 2.96343L20.25 9.53485V20.25H16.5V16.5C16.5 14.0147 14.4853 12 12 12Z",
|
|
814
|
-
fillRule: "evenodd",
|
|
815
|
-
clipRule: "evenodd"
|
|
816
|
-
}
|
|
817
|
-
) }), Homepage_default = IconHomepage;
|
|
818
|
-
|
|
819
1046
|
// src/components/ImageGeneration.tsx
|
|
820
|
-
import { jsx as
|
|
821
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
822
|
-
/* @__PURE__ */
|
|
1047
|
+
import { jsx as jsx39, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1048
|
+
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1049
|
+
/* @__PURE__ */ jsx39(
|
|
823
1050
|
"path",
|
|
824
1051
|
{
|
|
825
1052
|
fill: stroke || color || "currentColor",
|
|
826
1053
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
827
1054
|
}
|
|
828
1055
|
),
|
|
829
|
-
/* @__PURE__ */
|
|
1056
|
+
/* @__PURE__ */ jsx39(
|
|
830
1057
|
"path",
|
|
831
1058
|
{
|
|
832
1059
|
fill: stroke || color || "currentColor",
|
|
@@ -835,17 +1062,47 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
835
1062
|
)
|
|
836
1063
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
837
1064
|
|
|
1065
|
+
// src/components/Loading.tsx
|
|
1066
|
+
import { jsx as jsx40, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1067
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21(
|
|
1068
|
+
"svg",
|
|
1069
|
+
{
|
|
1070
|
+
fill: "none",
|
|
1071
|
+
viewBox: "0 0 24 24",
|
|
1072
|
+
className,
|
|
1073
|
+
width: width || size,
|
|
1074
|
+
height: height || size,
|
|
1075
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1076
|
+
children: [
|
|
1077
|
+
/* @__PURE__ */ jsx40("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
1078
|
+
/* @__PURE__ */ jsxs21("defs", { children: [
|
|
1079
|
+
/* @__PURE__ */ jsx40("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ jsx40("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
1080
|
+
/* @__PURE__ */ jsx40(
|
|
1081
|
+
"image",
|
|
1082
|
+
{
|
|
1083
|
+
id: "image0_78_19",
|
|
1084
|
+
width: "200",
|
|
1085
|
+
height: "200",
|
|
1086
|
+
preserveAspectRatio: "none",
|
|
1087
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACj/SURBVHgB7V15kD1XVf56kmAgIBGSiEJQExBBARVxKRUDainuCygqCn/oP+6Wa6l/aFG4FaWWpeVWZbmLiiuiUsoSEAoTFiWAQAJKWEICIeuP/ELCtPfMu3fmvPO+c+7tN29m3ntzv6qeuy/Tfb57zrndr3tAx5FgHMePS8H56fiEHF5owvNz1Y/Jx1zzfNydjrty/LZcdmvOuz0dt+Q6Nw7DcBYdK8eAjkMhE0FIIOFDcvxBOBD60Qlr8Vo9GwpBhERCoBvTcX06burEORw6QSYiEeJyzEhwWQ4v1MVO6MVZPcEuZtdmbGhbKxfC3JSOd6XjA4kw16OjGZ0gFSRCfGIKhBSfng6Ji2aQ87arq5l4LT2o/BFkWJLfQr5WTSOEuTYd706EuQkdLjpBCLKW+AzMSCGmkxYytrJ7hKgJua3fWs8Lh0o9FhdfRrTKmxNZ3o2OOXSCZCRSPAIzQjwRMwe6RooS91Zt2+YwZletnh1Pl++adPS/CFmEJJ0sGaeaIIkU903Bk/JRdpVaBbPElyGINdF0W+t/sHHsWHDGierX/k8hy3XpeH0iy+04pTiVBMna4isxc7TnikjaI8CqiOSRySNYrW8E7Qo8/4mNL8d70vGWRJS34JTh1BAka4srMNMWEm8VYDjxVjIdtv9lNYLVVK1EZH0VyDbya9Lx3tOiVbaeIIoYX4IDM2q/GIvCYIUKQVznFdNI57eYS2MlbM2bQsJlF4ACIYpolau2nShbS5BEjPthRoorME8MJiSFFJ4wa9LUdooOK/B63FodO8eILMuSEpU6/4MtJsrWESQT4wrMyCHaowh3ESJgupnB2sCp3yp8tn+v7ykaQP8vUwhqF4vanNm5eSu2kChbQxBFDDkk7gkXi1stEbVpXd1rQuyNxchj+xuWGKO1PRDPDUFcyPHWRJKrsCXYCoIkcjw+Bd+M2TNQ+9kmZHlMEG2cPfZRE0A0jh/l1fKjulP7t3f2Wx9z8c6fEOXqRJS3YsOx0QRJxHhwCr4zHZ+K5YREC8JukLaCUMpZ/60rPGuLoMySMqqHSp2W9iWs/S8IxnhnOl69yWbXxhIkkeOrU/BkzPyMuSIn7j0A2FLfM2FqqzdQF67WsLVuCxmj/qO01y6ak0C0yWuxgdg4giRiiLb4rnSI9mi5+OxCLvPM0jICq+M1u36ZMCKjTg+YNtfWvr1+WFq0yD8motyBDcJGESSR4+kpeIrNRl0ICrytXK9N6wrc2kdL31Gd8j+01vcEPSqbQpgS1p5u1gvS6zZJm2wEQbKv8b3peGjJMiGC/Kmr3lQN0bIb1UoYXd5yv8V7bL4lHYXenAfU5xfFywIlWuSFm6BN1p4giRxfmgLxN+6ns3FwkUoaJu4JUmuZHScSVsBfZUe0rbbRbpk3Niu3fUVjtvwfLSTy/m84dWU+8lNh0SbXYI2xtgTJ9zW+Ftyksne+WwnCyoFpK2qroHr1MCG/tZzNQ5dZckwhTMu9Ia9tbQERCEGEKB/BGmItCZJNqu/DzKTyfAYdj1arKW1s3m5Qzi5+K1Hg1KnVbw0jwbTjDmgnW+2csfPXcv3E1HrROppca0eQRI5HYeZvlLvh+0UmnBpnQmKfsbKr5dSHFqcSw5uLHd/WrZG8RpAoPExZmfOUR3dK/M50XJlIcgPWCGtFkESOL0/Bt6L9pLI8b1WstdGYcoe8lYAt9Vl6RLugThmj9qRxC8la5sTKop3ENySSvB5rgh2sCRI5vg4zcggGE8JJg5QPTnqstIv6AZnT0NDPWKlf6tQwBP1H9XW90ZlXKYueDPAIsUvqjcE80NDvZyVZ+CysCU5cg2Rn/Bnp+EIsrrr71Zx0bcVq2Ypkfbeu2Lr+6IzbsqrX5lD7f5fpOxozquuRraZJx4a6On5t0iSvxAnjRAmSyfET6bi0ZNkq4DtVum6LEBfU7OPoIrN0bV5jYx7AV2Zv/Ja+IkFtHSPqC+BzYiGWzP9QOv75JHe4TszESuS4KAU/mY6H48CkYWbNSMpGU8fLYyZXC6aYdqxsRAymbWDy2Bje6m/7jMq89tGWeYHe0IjGKKGdN0j7iDTyyqWnJlm5P04IJ0IQRY5LdXYOGVF0GSaUsXq6bs0/YG1tfd1HyzxZG4/EVnjYuWHt7LgD+P86mqN13qxtREzWDvAXOp0vJPnKkyLJsRNEkUPudUTOsedsl/SOSUftWZqBta8J5Qgu6ED9f7DQwjEEdVpW4EiYQdrbvqxw17ScrWPHZu1aFyYhx4mQpEVoVoZMjp/CATmsbazjQLutq8tb8rzHOtg4LL/EvfsUOi6v+pS3sL8vh+Xt7LfmsjHZ2LeCIJ2v8t7fB6pQ8i7B7BWoJfTmPFbmNjj1vXIEfUfjReN4moORTW4kvjidrztxTDg2gqSLfQFm5NAOOduxKmWt8ahc918jQE1gohB5HBF4IcJ7Mfux0A3pYt6CI0Q6r0KaS/LxcByQpibY7Hf6umxhKPgEYP2joRxOnwP8RU0c9xcfl+N+nAR5Dg7IwVYmwD+JBbUXngH8JDNCwMlrXYFL+I50vBmzd0W9E2uAdK7lPAtR5AV5Eo8I3rII1IQaDXW9xajWp+1DIIvOsZDkWAiSLtj3pOCLStIWN6ZbV6iCllVQ12vRMIIPY6Ylrk7HNev+/Y107kWbCFEuz+EUsqAxzwo+ezjS679lPFbvunTuX40jxpETJF2gb0zBN5akLSZpb5WJVh37ziqgvgK2EE/Xk/fUvgmzV9vchQ1EuhYfm4KHpeOz03FRyQ7CKYtTK6kQlNUWxxIv1/mN6Vr8N44QR0qQdEG+KQXfAN+kAtpOPiplLRerVu5pC3mFjWiK67BFSNfm4hR8ZjoeU7LU4TnnNc0xBn0BbdeypV7pV3Ckb085MoKkC/DoFPy0ziLxiDBeu5aTquPL/BZcNMTL5dhUbdGKrFUenY8HINYkqJRF19jTAgXMCqj1WfBv6TrdiCPAkRAkr05CjotYsQlL3DOPWtraPmr1vH7P4JQQwyIT5dMwT5SpGrq2+Ng4GvpifdudN3HW/+Uotn9XTpC8nftcLNq4Je6tEFNP3LIrF0sLGV6GGTE+jFOMdP2EHEKSzylZKmy9L4LGeqzvWpknT7Kz9e+r3tk6CoI8MwVPLUldRPLg5EWrfEt8CknEyXtBOrE3o2MfmSjyta1HlSxd7IQC7yXfmBCPrAm7S6bHeVu6jq/DCrFSgqSTKh+leSb8xxNg0vYkshuHtVXFttd1olVLCPFH6YReiw4X6Zp+CmY/RRDC2PcAsOs2Ir4BPDbms3rej7x0nvy+/W1YEVZGkOx3/ALm3z6yX0zikVptibfkeWO9BLPfQJ9qc2oK0vUVk+sJOssJW8t0utVaqI0j17j4I2ewAqySIL8B7nfotH3mSuB9AUm3ra0mrH/Wj2iNP0wn7+3omIxsdsmbZuShQX29vN/Z2HhJe/JRI0O0ZazzbknX+F+xAqyEIOnEyZvVv5kVqbCmLVr3y2sfsrFtSv2XYvaysq41DoF0re+DmSaRz2S3PrvWEo+uedTey3vbKn7bfmiCZNPqN0oSXEvUWB/5Hh55Wk+yqFohxkvQsTKk6y4EkTvyQhh2jWpm9RTTCYhlx5OVl6brfhMOgVUQRMhxcUnCN5OWTY9oI4muW/DBdPxW/+b30SCbXF+Fmcm1l2VCm8esiJo55hEKDW3PpGv/TzgEDvWDqXSCnobZU6OC8iMm9qMhL28M6rD2Xsjqy0cmn9fJcXTIL3p7EWa+HYOnOXbhCz1M2S78hZAtmDr/gqzplsbSGiSbVr8Jn8WtzNdpr6/aSmHbvyodz+/+xvEhycMXp+CRJYn6NZ5iRtn0FEvlXswejV9qV+swGuTZORzUsYNFbTA4eR6YdhgayyWUb1D8QSfH8SK/oucNiFd85mcOJK7bROY0qweTPhezG55LYSmCpNXiCsweRWD/UEFkNgE+iTwyWVNrJHlCjn9Ax4kgnXshyH+ZbCsTNs/zV1h+6/vS7FgXJ5l9KJbAshrk6fCFlPkXGqw+Q6SRgEUV+w/pAv09Ok4U6RoIQeTwVnYb9+qwTRmWx/qzbQSPTyQ5DxMxmSD5K08Xm8GjvjwyRMSZG5LUt2ZWJ8caIZNEnnFjJPD8k7FSj7XTZQj6FMhDtI/EREwiSCKH7Fg9Gb4we5qEkWR02kV9Dejk2Agokghq2sLCsz50H56TH/kkj5yqRaZqENEel6h0zUSydbSK3EF9W7imdV6VLsTfoWMtkX8OK7/EZALtaZFa3n73iLXSQMYVh32SFmkmSNYeTzETAEl7/sdOztek0PWY067r2LLr0wX4PXSsO+SDneXVR4wk3mof1W0xqTxf5BFTtMgUDfIt4M6S56RD5ZWJRiYX4GsTW0/ukP86OtYe+QdMV2L2gRyBZ2Z5GkSX6XJ2s9Ez33U9Iccj0Igmgijfw7YdgmZDEGe7X7qcpUue3PB5bjrxH0THRiD/FFZIImTRQjwGzaKyWpuaL9KsRVo1iGgPu5pblmoh3lH5rA4jj0c4m/d3nRybh/yGyTciNqdKXsuntXXa1o8WbkGzFqkSJGuPzyADR5OIdqi09mCOVslnc3vxqp7z7zh+5F/6ySt69LUGYgfbM8eARb9XE4YRSbdt0iItGuTTMf9Aop6UvpHH/BD7DzDB9zQLTHvRGn+Ljk2HvHxPTC4t0FbAPS1jzTNLBLYYewSTHa2qFmkhyDPUoJa5bGKeo1TL99IFz1nVzyg7Tg7Zaf9Pk82IUfIZeSISWZPLag6dfxkqCAmSVJBs614C7kyjkrfjlGvN4znrlih/k07sB9CxFcg/YpKfPXuOuEeE/S5IfR0OTr7uW3Bu/iSHi5oGeYoZ0ItbQUel3Vgp13k3pxP6AnRsG67BbEfSE2Iv3kIaTxuNWJS5RyGAS5DsnD8WfFXXDnbNTNoB91tA2rDyP0LH1iEtevdg9t5jQRFm7VPYzRuW3sWBObWr8phZNqh6uv+LImc90iBfR/I8k8iC7VJ5pLCE0PWvTCfyanRsJbKpJR8bss56QWSCRenWjzKV0PVFIoJ8Xg6tdvDUW40suv0Q9Kf7+Wt0bDvkoUb9utDIb6iRx5pQnmNvtdE0giSVI6aVds6jD2ayAxNCmP5K/AXdMd9+5J3J8nZLT4A1PN/CaiDmsHsEc511T4M8RXXCHGlPW0TwSMTyhBgvQ8dpgRBEtAgjBtMAUGU2zYgwVtoIPh4EHkGKc66dHfvrPivYNm/A4lavt1Nly6/s2uP0IDvsTIt4ZpQXRsQAKdPll7KKCwTJ5pWwSZtXzBxi6aGh3DPFCuSOedcepw/yu5GiRSLNEPkSOj4EZSD9i5n1YFvANMiXqri34pfQM7+sI64nUmv/ssO+Da9j85C1SO0zd1bw57owefpx+AE+MXT+gpnFCPJYkueZUyD5XhmrZ9vIfLr2OL0oWkQQaY1auoDd+/DMLsFDbMYcQZKKke0u9mDifhX4Qh6ZTswEY75K1x6nGFmLXA8u7FB5nolV0i2f9mZm133zp+j2YTXIY7Hoc9QEHY1xRg6LF6LjtOMGxCRg9zlg8mwdjQGxn/MgnWkJ8vmqE9spO+DEPVLA6VfwrrSC/C86TjXyj+Hk8BzryOGumV1RXwVzfoglyOV6roh3m7w8VPrw+unao6Pg/SY9wvdJAN8nYWYX6xMq5CZWsr0eh9lr7FuIEJlLQ6UNwIlyDTo6ZhA/RPwR73cdNS3AoB32qO55ertXa5DL1EAtJhELo9+AlPGYqXZVd847CrKzfmtOMjLY9BiU22OotBUCPaB0oAnyOJLXYmYBvh9i80en3WvQ0TEP+a4LM6cAbhoBvglm29q4JdC+o36uqnwZDoR4IJ15JBlNXnkev1av5Ak6QTosbsxhJOgD6qbVWEnrvBLOa5Bkc8mLfYv3rgdlPgbAfQ49aY8cTKu8qf/WvMMim1nly1V6wfa0B0idKeTQkPsh95VIMacuR9uOleeQ2zpA7JRrwtgf8Hd0FMhulsgKc9ZLPDKpLJk8orF2e7tZxcR6nCocTIfLmFxwyhjx3omODo7bVVz7CJYkgykHuK+xi8WFusD2O6dBLsOi8NodKc98qjnokTb6cFKlb0RHB0GSDTGxxNSymsDb6vXKvTrWd9Zj7H25t5CgPKQV7VrZOHsMfgQnBHvBnKBrj44abgvKxsa0R6boma09R90SRNBiFlnTq+RZYjHto49+c7CjBvnUtNYK9q3ukeOu68MJPVLNTKzkrYsqucBUqJlNcEJNmB0nHyq/a5COGsTMsiQo8mSdd2ZeWZ/E3vMAOMnOkZ0scdIvx6ImsBNhjo3WIkyj2Dps0u9AR0eMO0heIYaVqwLmb5T6OmRth9y/LPDnyh/7/BVrpBtbLcLsN0/T6ONMcsJuREdHgCQjd2HRUS+ItmkZMTwto/sqC/reIydCEH2D0Dv0IAv/A2nv1dHo5lVHKz6s4sxUsj4KnPq6nc0bSPmeBtE7WCWMHPUWIuljx8m/Ex0dbSifS2CfXQMWzXdbXvuFIUzfJe988UEugK8lrG9h/Q9U6lti6cl1DdLRCjGzrC/rmfdeWuczuWb9nSsEeYjTUSTkdpCR1GV96XR/vL2jFXfl0K76FmwDyda1ZWNQ//xzVSM70BA03oGvKXbAbTubtr8a6+jwUJx0QYs1ExHJ+iJaPrX/IvkLGkRv2+rBB9IZmyhIOSvr6JiCsyrOyMAWYjh5IO1t3ZK/RxBPkG2DHdKh1SLefjNIWdcgHa24J4djUMf6D55m8RZr/SDjfj0hyP1z5hT/IRqMEUVrppq/0tHBYM12L0Slnu5Lgznp5xSCDPDZOaXM0xwLmindAOoapKMJSVbOjgkqy2oI5lfY+pH2gVN+Lvv9OcAF3darPWuFoK+uPTqmgt230GVst0qXDaaeF58b0/oguuOpAu3thAGLqq6jYxmMTohKvs2z/ga8doUgkf0GcL+D+SC6nfftkZZvs3d0MERawuZ7sjrFd4F3H2So5LMynWd3vKI2HR0tsE66wP6EltWN8mv15l77w8wfzwkfgzKQPmp1OjpqGBviLbtVtV3UOY0iK/0ZzGsM63Rbp3wk9T145BjSpsRD0NHRgCQr57NsJ88647qM7WxZZ12X3yNCfyfi3SqYxpFppdsxEnUN0rEsrEAzIkh8FzERIk1kNc+9+sULniAzYR8q+SD92Bc3PAAdHW34GBVnq31ECgvmSnj1R6ZBWhx0nWdJMmKRKOw7693E6pgCawqNE+rbfIH3GxF93C1O+h2InXO2BWY7rhFsNP12DdIxBUWDWDmqOeQA31Cy5aXPhfpCkPcj3hfWiIjA7omw/K5BOqZCCGJ9jwJvl9WmvXshMH3p/LNCkDOmswG+dmCdeRjIJHX/n4iOjjbIr16t8LJFnQk8iw9BWptme0560SAAd7o91TSg3am3cRn3EejoaMM5OfS+OKXzvDQz+Vk9vfCfLT5I6cAKunW4I5vPM6UY8wVdg3S04n4qbjVIiXvPV7G0bs/alL7Oykp+nWrAOmF+hy7zvkg1YFFr6PYPSDeAPgEdHQGSjIj/IQs5e52P3TmNtnfDYcAX8Y9627yeNrB5eiLeQ4jMFCvhI9HREaP4H8CiKaTvf9htW+Z/jEH9XVNHjjM7wzDIh9vFzKqRwvMrSjgG5RqaSE9AR0cMeYm0FXrvtyBWE4zgWoWVWw10b+LGvUVY3495laUFnN3k02lGHK/M+jVdg3TUUL5bznaqmB/sCX8N1rfZe1FEEf7rEG/nloY1Mng7VjZd6nwqOjpiiINeBN37lEFkVuk6UVtdV2TzbkkUYb02h96qzxz1Vs2BoK046t3M6qBIsiFPW+j3rO0XkWMXi68PZYTYhe/E63p79wcLQcQPYSSwKCbXUKnnlWnC7eSjm1kdHi4w6TFIaxO+pKO6dlvXmnB730f0NIh3AIu+ilfPTpxNVOJXoKOD44HgWkDDaozBybf1dV+FGFq77L1Rfo8geSfrBviqp3SiQztJVs/zU3SdJ2RV2tGxjyQTcve8yIUVdGYmMT/FlrM0e1T+btnBkoTeoSqOuifUI3wzzH4R1+vD1inxK9DRMY8L4WsAIF7MrW/C2nrtRSbL84lzBHmdamztudLQTiJy6hnZvPjXoKNjHheatLfjxI4CbW4xeGTb/z67Jsi18DWIjg+VejrP68OWP6qbWR0F+fGS4n94PgQr8+oAcHe1mKm1/0WrfYIkm+v1OLijzsyiGiEYBifPkkRuBn0tOjpmKLtXETFgyhg8jcP6LhaT3EGnGkRwLXyzSvsg2vu3fUQ7WZFvcgU6Oma4GG1mkUcgOPlDUK/4Kmd0phXuKzG/umsiDKoNM5Ps07q2ju6H1XtiUq2fg45TDfk2OWbPX+1nAa6jruOMBDD17BPBtp3gFl1oCfJ6zDvoTDtY51wPpOtF/gvATa0no+O046Icen4EgnLBLolH2sjK8dx32ecIkGyvt6fgfSVp6ngaoYSMBLa+l1fafH131k8v0rW/TwoehHYn29ul8px3W661Srn/oT85TX/D8QrSWaQJNCJy1PwSCYUcz0THacXHkTzPUrEmU22bl+1g2ba3w4AR5OWqc0YIZkoBvq9R0yi2/Du6Fjl9yNpDCFLTHJG5JNA+SO2Fcja82Xa6QJCkYuSG4Z06y2ljHXSYCTIwTWTTsuXbtcjpg5DjPCySoSbUo9MGlX4EWv4+kmR/zv8QeD+TfRFin8PGS7ocOyTPc85ZP9+ZVpSPRcepQNYeLY+W6F0qkPqsLILWMLezCh5BXoZ5k8oKcvQrQy8/2vmyZV2LnC4IOc5TaUYUVmaJNOVBRdv2Q6QdJ0g2swqjPALoMuZnRJpHaxqvnmiRh6Jjq5G1B7sxqGVhdOIlzfJsfAzq3s3MK0H0ObS/QNvuVWQy1cqieyfiqP8kOrYdmhyR/+GZXlF6bCgT3AoHEUH+HAcCywQZTpmeBMsHFv0bT8N8WVphPhcdW4nsZz6wJMEdbqg0i2tEP6f12kneB7wGLkGyynltSZpQx8tvhtlul7dTBdIPKxM8tzvsW4tL0OYfeGX2N+j2vseIuma5M8n6R+Cg9sXZ3wXfhYKKj2jbrQLJ33HKdfiwdHwfOrYKadGTR0qKY64FnVZHTJQof6zUp855QUiQxCzRIGz7yxN+mDyrWSLyeGaW4Fnd1NoepGspxBCCTBH0IciLzCrdp03LvY/lCZJRfBEgdsBHJ5+ZVqPpL3LkC36xm1qbj3QNReYuLUlWRcWj92BpYljytJhXghtRQQtB/gwzLcI0hdYQno9hoeux9kzryCGm1vejY9PxYMy/jLoILHssRMc9gffqeumSJ37HnaigSpDsrP+ZzgL3IUreLskb4GsTNifPBHt2WoGehY6NRLp28jjJhawoSEdOuy6vmVq2XuicF7RoEIEQpPwcl9mBJfQIwP7hAdxJh+nP9vED6UQ/Gh0bhex3lKd12cpf0q1ly/gdGlXzStBEEKVFilB7WmAIDgR5gK9VbLnsm/92OuEPQ8dGIF0rMankg0nyrivPBGLCHxEGDf3YPgpuadEeglYNIvhTOA90YX7Xyiv3NAKbj63Htn5/uzvtGwP5YKuQRF9L5oAzjKadR6ghaKvTgpvQiGaCOL4IrRqk9T0TrYkGUw7EmkggZtbPomOtkRYxeZTkPjrLVgEXfi34np8RxVm/kv5Qq/YQTNEggj/B/Md2Bieu0zaPsT0ys5gpVo6npQvwQ+hYS2Sn3Ht9aMEAf6cJaDOtbP8emeSTBu5jJQyTCJK1yJ+yIhO3W7m6ThnTy4/8FBsX/FAnyfohXRPZrSq/8RAw81rC2ucIauYXKu11eOsU7SGYqkEEokX0ix08DVLbrdqBb3555huccX84XZAfRsdaQJFjLhvcDEIQIujDc9A9U0vumjf7HgWTCZK1yC/BX9WZBtC2pLULbfuFIZ24TXeSrAEyOfQTuiVkcS0TnuCXUN9fs2VsYYbJm2RaFSyjQYQkL03B1SUZVcU8USIzqmiU0dRhcR1CtfuRTpKTQzr3Qgz9TcESehphl9Rhgj+YNpG/wgh0R5JZ9zcfEWqmjIv8a7+/xYETxvpjaW1K2Txbr/XT0ravF6QT8qPoOBbk56tEc9w/Z3nXmYUW3gII0jcrZ/WvTfJwD5bAUhpkb9RheG8K/lhNgu0ygZSzMdk/G5lt9oRY+/Pp6aL9SzouRceRIt8ElK3c8rFNYNGEAvhu027UtYl7JhXbBdN1b1qWHKXzQyGdoH9PwUOD/rzdLGBxNagRBYgJZPsSEj89naB3o2PlUG9CPDdneZZBJBc6bWEX02JVMHliY92Trv07cAgsrUEUfhqLdh+w6KQDi1rG7lxZ23KopOGMXSB33F+cLuT3oGOlSOdUzKnyZK7Abr54Dnqpa1d9rU0Gp21px96oqNsVXI9D4tAESQy9CjNTKzKBIp8hMqVsHzZu67PnxMRx/Ll0QX++P5pyeIi/oZzx8nNrwHfENRmYAw3MCz+CcG4qWFyQS1oI9MHDmFa605UgnbS/x+zxj70kYtVqQ7tz5TlhzLyqles8MbWe1k2u5aBe8CYPHeqNFM9Ujq6TZ1KxLWCvf28MMa3eiRVgFSZWgfxuvPYuLasd9D+u77BH5IhgVyLb5uHpuCpd6B9DRzOy1hCNIf6GJkdk3pZ8Zl4XM8m2s6bTQOJsDKi+P4rZQrgSrIwgeVfrt8BXEW/FYDsPA+IVyDOvNMkizSX4sXTBr07HV6EjhHLE76ezTdzbqdIohLA3/Fh/Nm6vp+fnSN83r8K0gjPwoZFO6M+k4FnOGJGqREO+TtfU7VAJS/wv0/G8dFIP7dBtE/J3ysURlw9qeue11eSpmUjFVLN1vHyQMQTyrNVSd8w9HAVBRBXL81qPKVk4+Ce9d2i1EMOe6OhERRfO03C/ko6/PO1EyTf9zsdMY9jzzMhh8+HEayRC0BaV9oJ703F9un7RvZXJWDlBBPku+wsx2+nw7EdvZfGIZOt4hGk5uYxgkn4PZq9cff5pI0omhmgL+T5gy/cmtTkbaQeb7y1wrdqIjSkm1ftWaVp5E1gZ0gn/PBw8Gt+6CgyVeK2c1W0ps76YOHnPT8dfbDtR0nWSc3B+PqZ8bg8NZVOuZ2s+I+N703W6C0eAIyOIIJ38Z+PgV3/sny7/sC2vnbgp5GAahp1o1lYOeS/Y76QLcA22CPkREXmRghAjWv09oYzKgPaFKjKZvfa67Jbay98OgyMliCBdiB9MwQ/CJ4hOsy1BNMRZegzqRStjMfFs+ZvS8TvpeOWmapWsLc5Th2CYEOpz6vmVEUlK3F5rb0H0+ihp+fnsLThCHDlBBOnC/HIKngb/ZLP5tGqJWh4rr4UlPjhx+QLXP0m47GPUx4VMiqItyj0MfRREgqjr6gWkphUAvjDpPqb4JDp9x6p3rBiOiyDirIvz++hgbE9Ip2wBsn5atAYqdaM+/wMzslyTLtgrsAbIW7RybiQUckxdIKYuJDZkQt8ar2kjgdwpfw+OAcdCEEEmidjzj4F/UkocWFTlU7XElDxmUgGcHCy/zPs2zEwxIcob5UgX8l04QmQNsaOOAfO7UCyMzqH3P7O+vGtTa9dCBK8P+U35DavezvVwbAQR5Je9CUkehjaBt/4AgjYtK1brqlYzIbx6rH8xwYQst+XwXflACdPF/j8QZOGH6c8eZR52oRlIHtBGnBqBQMpbz613Tj2i6Xx5jETIcS+OCcdKEEEmiZhbl6o5RBrEi9dWmtrq5JVHF0uwQ+ojGLs1r+Ac0r8npFHfrXVHtAs5I4iAaeASRuaWd+2AxQVSSPH+4yQHsNqHFZuQbcdvw+ymnMB7Dodd0OhZKwRtWZ43rje2V5fNuWVuYzCuV6+l/2h+7BmqoaG+nYudE2uj+x8a6msMpp8TIYfg2AkiyCR5RjregsVVjq1sBTWB8gQoEnCv7VCpYy+07dubeyTsYzo3UT0m4N74IGWD04c374iQLcTSY9iFaURMrALxOU6EHIKWFenIkB13eVjQOu4g6WX2273ymhlhtzIjO77FpGmZSwnPaayn4zuN/becuymmV7SIRERj2pz9D0KOm47LIWc4EQ1SkP7x29Px1BT9a1tE4kyj2LpMw7Ssgp4AFLD3CNsV0c4hWu3dcY0GibTNAP7/eRrSK7PntcX08vqPxvC0RWk/mnz5uM2JkkNwogQpSCdBfsD0azYb/mqk8z3BA2JhCafU0I+dDyOQN28rLPv11M6Vre8JHpuPV88Kos5jbVpMuPGQ7fU8ylxk4fzQSZNDsBYEEaSTIQSRwwoFI0lECk8TeGpe96cvkneBIwH0MJBxau29PqO6LaZMTfOx9pGWZOff80fY/EZzyG86bsOaoGU1PVakFfQLMCOK/kDOMCHu2dCsXq0PNNa1bSKNVxuHbSNbnyjq2xvH9hfNq9a/9wSDN087NpuLhPJrwLuxRlg7ggjyC9/+CrPfkFu0EIEJAbCcEAlqd4xrc4mE2iNIRDbPgbbxiFhe314dr0yPUevf5pW0OOO3nNROVYS1MbE08ltHviIdvw9uPmjV7KntAf4CEF183a8Ooz48c3Bw2rgOPNnmrY3t9W3n7pk9rK03x9EZY5fk1/orEGf85nUkh2DAmiNpk+9OgTjx+p1W0YoN1Fc/tgK39jcgNi1YW89MYf3XtpcPs+ov23ZK33beI3wiyxO5Z7DGWHuCCLLJ9Tc48EuGSujFPXIwQfRMtKlCaMeJHlURDbLj7GRhibFbhBmI/18gPq/eOWX1S1q0hexSfRRrjrU0sSzE5ErH56boryIWksiMKHmR0Hg7LmVl91ZX3Qdrq8cOd4/IA4qsH89E8sDMVG027Zq5sTl6ZtMY9MvGPiO/49gEcgg2QoNoZG0in12Q0FPnbNUC4tWtdeWMQj1+TQt5mmunMu/WOXtkLunaSxfYefQWVM9J1/0IIW6b+gm0k8ZGaBCNrE2emKLPA7dvawJknfCFIeALlUbU1hPsodJeP4s1kHmX0GqRaEGw89Lk9DYXYMZCZezdoJ2U3ZG1xkaRQzBgg5G1yXPSIW9IrNnBnu/h/d6kVaPoLeAWQQW44O4JFPFBUGnrzbtFk7SOg4ZyveCUvuU1PLdvijnFsNEEKUgCJU8G/zgW75tEAsDKvTJLMF0e3SOZOpZHkFYhbzGJBlIWkaBGEJYnhDizbjf9lsFWEKQgCdZPYPYYPfNPgLbV0PMjBJ5/UNvxYmk2vreL5RHQGyf6H1qJ7M4RsfaQ91OdXYfnqFaBrSKIIJtdQpRvU9mtK3lJtxJjSv8eWebGVwRpIbPXf5lzZHZ6fdT+L9ZOyCDaYmuIUbB1BClIQibmVtEo0Wpe/JCaww/4AjRVCG24P3bFxALqWqplPmXM2iMiVhvB9CdlZzEjBtt02HhsLUEKFFG+CAc+iidwkV2u81oc85Y3frCyVm3FNF2LdmnRErU8GbNojK0kRsHWE6QgE+UL0/FTqBNFoN8cCFOPraysPybEut4CGfZ+MdWuQbw56vEBTiStRWq+WqlTiHH3thOj4NQQRCMJ4LenQA4hTOuqC1IeEaxm/tA6EwhyWO1S60unZVfq7Lo+UHiUOJUEKcha5Xsxu4/ySarI0xp7zXBgCkV+yxQB3X8Np/FB7Hy0tmCaBJhG+ChP+pP7GKdGWzCcaoJoJKEUH+U70vHFmJlgtZW2xckt8WbhNBrE9hGRTpd543smlYZoiXtPo7Zg6AQhSAIqJBET7EmY1yw1U2RAbGpF7fZCQZ5DjWwthGgZU1BIsbF3vI8KnSAVJEF9HGZa5WvS8XjMvrsumPIaopq5s582BPEEvbVfkLkWc0nMp91tu2+xanSCTETWLkIUCYU8n5yLWgS6Vm/vPkgep9VMY2aXNgEl/GgOOyEmohPkkEiCfCFmRHkSDggjZtmFuUqrD7KXLj7ILBgj88xuEesnaPefpD3NDvYq0AlyRMjEEU0joTj9n4KZefbJuYqEQy6/MMe9XSxg0feACtGJcDT4f1xmb9CV5+c5AAAAAElFTkSuQmCC"
|
|
1088
|
+
}
|
|
1089
|
+
)
|
|
1090
|
+
] })
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
), Loading_default = IconLoading;
|
|
1094
|
+
|
|
838
1095
|
// src/components/Login.tsx
|
|
839
|
-
import { jsx as
|
|
840
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
841
|
-
/* @__PURE__ */
|
|
1096
|
+
import { jsx as jsx41, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1097
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1098
|
+
/* @__PURE__ */ jsx41(
|
|
842
1099
|
"path",
|
|
843
1100
|
{
|
|
844
1101
|
fill: stroke || color || "currentColor",
|
|
845
1102
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
846
1103
|
}
|
|
847
1104
|
),
|
|
848
|
-
/* @__PURE__ */
|
|
1105
|
+
/* @__PURE__ */ jsx41(
|
|
849
1106
|
"path",
|
|
850
1107
|
{
|
|
851
1108
|
fill: stroke || color || "currentColor",
|
|
@@ -857,9 +1114,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
857
1114
|
] }), Login_default = IconLogin;
|
|
858
1115
|
|
|
859
1116
|
// src/components/Logout.tsx
|
|
860
|
-
import { jsx as
|
|
861
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
862
|
-
/* @__PURE__ */
|
|
1117
|
+
import { jsx as jsx42, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1118
|
+
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1119
|
+
/* @__PURE__ */ jsx42(
|
|
863
1120
|
"path",
|
|
864
1121
|
{
|
|
865
1122
|
fill: stroke || color || "currentColor",
|
|
@@ -868,7 +1125,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
868
1125
|
clipRule: "evenodd"
|
|
869
1126
|
}
|
|
870
1127
|
),
|
|
871
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx42(
|
|
872
1129
|
"path",
|
|
873
1130
|
{
|
|
874
1131
|
fill: stroke || color || "currentColor",
|
|
@@ -877,30 +1134,20 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
877
1134
|
)
|
|
878
1135
|
] }), Logout_default = IconLogout;
|
|
879
1136
|
|
|
880
|
-
// src/components/ModelGeminiFilled1.tsx
|
|
881
|
-
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
882
|
-
var IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
883
|
-
"path",
|
|
884
|
-
{
|
|
885
|
-
fill: fill || color || "currentColor",
|
|
886
|
-
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
887
|
-
}
|
|
888
|
-
) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
|
|
889
|
-
|
|
890
1137
|
// src/components/ModelGeminiFilled.tsx
|
|
891
|
-
import { jsx as
|
|
892
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1138
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
1139
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx43(
|
|
893
1140
|
"path",
|
|
894
1141
|
{
|
|
895
1142
|
fill: fill || color || "currentColor",
|
|
896
|
-
d: "
|
|
1143
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
897
1144
|
}
|
|
898
1145
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
899
1146
|
|
|
900
1147
|
// src/components/ModelDeepmindFilled.tsx
|
|
901
|
-
import { jsx as
|
|
902
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
903
|
-
/* @__PURE__ */
|
|
1148
|
+
import { jsx as jsx44, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1149
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1150
|
+
/* @__PURE__ */ jsx44("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx44(
|
|
904
1151
|
"path",
|
|
905
1152
|
{
|
|
906
1153
|
fill: fill || color || "currentColor",
|
|
@@ -909,12 +1156,12 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
909
1156
|
clipRule: "evenodd"
|
|
910
1157
|
}
|
|
911
1158
|
) }),
|
|
912
|
-
/* @__PURE__ */
|
|
1159
|
+
/* @__PURE__ */ jsx44("defs", { children: /* @__PURE__ */ jsx44("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx44("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
913
1160
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
914
1161
|
|
|
915
1162
|
// src/components/ModelSoraFilled.tsx
|
|
916
|
-
import { jsx as
|
|
917
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1163
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
1164
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx45("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx45(
|
|
918
1165
|
"path",
|
|
919
1166
|
{
|
|
920
1167
|
fill: fill || color || "currentColor",
|
|
@@ -923,7 +1170,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
923
1170
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
924
1171
|
|
|
925
1172
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
926
|
-
import { jsx as
|
|
1173
|
+
import { jsx as jsx46, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
927
1174
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
928
1175
|
size,
|
|
929
1176
|
width,
|
|
@@ -932,64 +1179,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
932
1179
|
className,
|
|
933
1180
|
fill,
|
|
934
1181
|
stroke
|
|
935
|
-
}) => /* @__PURE__ */
|
|
936
|
-
/* @__PURE__ */
|
|
1182
|
+
}) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1183
|
+
/* @__PURE__ */ jsx46(
|
|
937
1184
|
"path",
|
|
938
1185
|
{
|
|
939
1186
|
fill: "#5A5C62",
|
|
940
1187
|
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"
|
|
941
1188
|
}
|
|
942
1189
|
),
|
|
943
|
-
/* @__PURE__ */
|
|
1190
|
+
/* @__PURE__ */ jsx46(
|
|
944
1191
|
"path",
|
|
945
1192
|
{
|
|
946
1193
|
fill: "#D5D6D7",
|
|
947
1194
|
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"
|
|
948
1195
|
}
|
|
949
1196
|
),
|
|
950
|
-
/* @__PURE__ */
|
|
1197
|
+
/* @__PURE__ */ jsx46(
|
|
951
1198
|
"path",
|
|
952
1199
|
{
|
|
953
1200
|
fill: "#C4C5C7",
|
|
954
1201
|
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"
|
|
955
1202
|
}
|
|
956
1203
|
),
|
|
957
|
-
/* @__PURE__ */
|
|
1204
|
+
/* @__PURE__ */ jsx46(
|
|
958
1205
|
"path",
|
|
959
1206
|
{
|
|
960
1207
|
fill: "#7B7C81",
|
|
961
1208
|
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"
|
|
962
1209
|
}
|
|
963
1210
|
),
|
|
964
|
-
/* @__PURE__ */
|
|
1211
|
+
/* @__PURE__ */ jsx46(
|
|
965
1212
|
"path",
|
|
966
1213
|
{
|
|
967
1214
|
fill: "#85878B",
|
|
968
1215
|
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"
|
|
969
1216
|
}
|
|
970
1217
|
),
|
|
971
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx46(
|
|
972
1219
|
"path",
|
|
973
1220
|
{
|
|
974
1221
|
fill: "#1B1D24",
|
|
975
1222
|
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"
|
|
976
1223
|
}
|
|
977
1224
|
),
|
|
978
|
-
/* @__PURE__ */
|
|
1225
|
+
/* @__PURE__ */ jsx46(
|
|
979
1226
|
"path",
|
|
980
1227
|
{
|
|
981
1228
|
fill: "#D5D6D7",
|
|
982
1229
|
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"
|
|
983
1230
|
}
|
|
984
1231
|
),
|
|
985
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx46(
|
|
986
1233
|
"path",
|
|
987
1234
|
{
|
|
988
1235
|
fill: "#85878B",
|
|
989
1236
|
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"
|
|
990
1237
|
}
|
|
991
1238
|
),
|
|
992
|
-
/* @__PURE__ */
|
|
1239
|
+
/* @__PURE__ */ jsx46(
|
|
993
1240
|
"path",
|
|
994
1241
|
{
|
|
995
1242
|
fill: "#D5D6D7",
|
|
@@ -999,8 +1246,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
999
1246
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1000
1247
|
|
|
1001
1248
|
// src/components/Models.tsx
|
|
1002
|
-
import { jsx as
|
|
1003
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1249
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1250
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
|
|
1004
1251
|
"path",
|
|
1005
1252
|
{
|
|
1006
1253
|
fill: stroke || color || "currentColor",
|
|
@@ -1011,23 +1258,23 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1011
1258
|
) }), Models_default = IconModels;
|
|
1012
1259
|
|
|
1013
1260
|
// src/components/More.tsx
|
|
1014
|
-
import { jsx as
|
|
1015
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1016
|
-
/* @__PURE__ */
|
|
1261
|
+
import { jsx as jsx48, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1262
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1263
|
+
/* @__PURE__ */ jsx48(
|
|
1017
1264
|
"path",
|
|
1018
1265
|
{
|
|
1019
1266
|
fill: stroke || color || "currentColor",
|
|
1020
1267
|
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"
|
|
1021
1268
|
}
|
|
1022
1269
|
),
|
|
1023
|
-
/* @__PURE__ */
|
|
1270
|
+
/* @__PURE__ */ jsx48(
|
|
1024
1271
|
"path",
|
|
1025
1272
|
{
|
|
1026
1273
|
fill: stroke || color || "currentColor",
|
|
1027
1274
|
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"
|
|
1028
1275
|
}
|
|
1029
1276
|
),
|
|
1030
|
-
/* @__PURE__ */
|
|
1277
|
+
/* @__PURE__ */ jsx48(
|
|
1031
1278
|
"path",
|
|
1032
1279
|
{
|
|
1033
1280
|
fill: stroke || color || "currentColor",
|
|
@@ -1037,30 +1284,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1037
1284
|
] }), More_default = IconMore;
|
|
1038
1285
|
|
|
1039
1286
|
// src/components/Moresettings.tsx
|
|
1040
|
-
import { jsx as
|
|
1041
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1042
|
-
/* @__PURE__ */
|
|
1287
|
+
import { jsx as jsx49, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1288
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1289
|
+
/* @__PURE__ */ jsx49(
|
|
1043
1290
|
"path",
|
|
1044
1291
|
{
|
|
1045
1292
|
fill: stroke || color || "currentColor",
|
|
1046
1293
|
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"
|
|
1047
1294
|
}
|
|
1048
1295
|
),
|
|
1049
|
-
/* @__PURE__ */
|
|
1296
|
+
/* @__PURE__ */ jsx49(
|
|
1050
1297
|
"path",
|
|
1051
1298
|
{
|
|
1052
1299
|
fill: stroke || color || "currentColor",
|
|
1053
1300
|
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"
|
|
1054
1301
|
}
|
|
1055
1302
|
),
|
|
1056
|
-
/* @__PURE__ */
|
|
1303
|
+
/* @__PURE__ */ jsx49(
|
|
1057
1304
|
"path",
|
|
1058
1305
|
{
|
|
1059
1306
|
fill: stroke || color || "currentColor",
|
|
1060
1307
|
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"
|
|
1061
1308
|
}
|
|
1062
1309
|
),
|
|
1063
|
-
/* @__PURE__ */
|
|
1310
|
+
/* @__PURE__ */ jsx49(
|
|
1064
1311
|
"path",
|
|
1065
1312
|
{
|
|
1066
1313
|
fill: stroke || color || "currentColor",
|
|
@@ -1071,9 +1318,30 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
1071
1318
|
)
|
|
1072
1319
|
] }), Moresettings_default = IconMoresettings;
|
|
1073
1320
|
|
|
1321
|
+
// src/components/Mute.tsx
|
|
1322
|
+
import { jsx as jsx50, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1323
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1324
|
+
/* @__PURE__ */ jsx50(
|
|
1325
|
+
"path",
|
|
1326
|
+
{
|
|
1327
|
+
fill: stroke || color || "currentColor",
|
|
1328
|
+
d: "M0.75 0H3.75L23.25 24H20.25L12 13.8462V22.5H9L3 16.5H0V7.5H3L5.12069 5.37931L0.75 0ZM6.54709 7.13489L3.93198 9.75H2.25V14.25H3.93198L9.75 20.068V11.0769L6.54709 7.13489Z",
|
|
1329
|
+
fillRule: "evenodd",
|
|
1330
|
+
clipRule: "evenodd"
|
|
1331
|
+
}
|
|
1332
|
+
),
|
|
1333
|
+
/* @__PURE__ */ jsx50(
|
|
1334
|
+
"path",
|
|
1335
|
+
{
|
|
1336
|
+
fill: stroke || color || "currentColor",
|
|
1337
|
+
d: "M20.5212 15.8841L21.981 17.6807C23.2432 16.1315 24 14.1541 24 12C24 7.02944 19.9706 3 15 3V5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 13.4459 21.2954 14.7857 20.5212 15.8841Z"
|
|
1338
|
+
}
|
|
1339
|
+
)
|
|
1340
|
+
] }), Mute_default = IconMute;
|
|
1341
|
+
|
|
1074
1342
|
// src/components/Pencil.tsx
|
|
1075
|
-
import { jsx as
|
|
1076
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1343
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
1344
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx51(
|
|
1077
1345
|
"path",
|
|
1078
1346
|
{
|
|
1079
1347
|
fill: stroke || color || "currentColor",
|
|
@@ -1084,21 +1352,37 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1084
1352
|
) }), Pencil_default = IconPencil;
|
|
1085
1353
|
|
|
1086
1354
|
// src/components/PlanFilled.tsx
|
|
1087
|
-
import { jsx as
|
|
1088
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1089
|
-
/* @__PURE__ */
|
|
1355
|
+
import { jsx as jsx52, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1356
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1357
|
+
/* @__PURE__ */ jsx52("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx52(
|
|
1090
1358
|
"path",
|
|
1091
1359
|
{
|
|
1092
1360
|
fill: fill || color || "currentColor",
|
|
1093
1361
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1094
1362
|
}
|
|
1095
1363
|
) }),
|
|
1096
|
-
/* @__PURE__ */
|
|
1364
|
+
/* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx52("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1097
1365
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1098
1366
|
|
|
1367
|
+
// src/components/Problem.tsx
|
|
1368
|
+
import { jsx as jsx53, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1369
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1370
|
+
/* @__PURE__ */ jsx53("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1371
|
+
/* @__PURE__ */ jsx53("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1372
|
+
/* @__PURE__ */ jsx53(
|
|
1373
|
+
"path",
|
|
1374
|
+
{
|
|
1375
|
+
fill: stroke || color || "currentColor",
|
|
1376
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
1377
|
+
fillRule: "evenodd",
|
|
1378
|
+
clipRule: "evenodd"
|
|
1379
|
+
}
|
|
1380
|
+
)
|
|
1381
|
+
] }), Problem_default = IconProblem;
|
|
1382
|
+
|
|
1099
1383
|
// src/components/Ratio169.tsx
|
|
1100
|
-
import { jsx as
|
|
1101
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1384
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
1385
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
|
|
1102
1386
|
"path",
|
|
1103
1387
|
{
|
|
1104
1388
|
fill: stroke || color || "currentColor",
|
|
@@ -1107,58 +1391,58 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1107
1391
|
) }), Ratio169_default = IconRatio169;
|
|
1108
1392
|
|
|
1109
1393
|
// src/components/Ratio11.tsx
|
|
1110
|
-
import { jsx as
|
|
1111
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1112
|
-
/* @__PURE__ */
|
|
1394
|
+
import { jsx as jsx55, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1395
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1396
|
+
/* @__PURE__ */ jsx55("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx55(
|
|
1113
1397
|
"path",
|
|
1114
1398
|
{
|
|
1115
1399
|
fill: stroke || color || "currentColor",
|
|
1116
|
-
d: "M24 24L2.76562e-06 24L3.8147e-06
|
|
1400
|
+
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"
|
|
1117
1401
|
}
|
|
1118
1402
|
) }),
|
|
1119
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx55(
|
|
1120
1404
|
"rect",
|
|
1121
1405
|
{
|
|
1122
1406
|
width: "24",
|
|
1123
1407
|
height: "24",
|
|
1124
1408
|
fill: stroke || color || "currentColor",
|
|
1125
|
-
transform: "translate(24
|
|
1409
|
+
transform: "translate(24) rotate(90)"
|
|
1126
1410
|
}
|
|
1127
1411
|
) }) })
|
|
1128
1412
|
] }), Ratio11_default = IconRatio11;
|
|
1129
1413
|
|
|
1130
1414
|
// src/components/Ratio916.tsx
|
|
1131
|
-
import { jsx as
|
|
1132
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1133
|
-
/* @__PURE__ */
|
|
1415
|
+
import { jsx as jsx56, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1416
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1417
|
+
/* @__PURE__ */ jsx56("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx56(
|
|
1134
1418
|
"path",
|
|
1135
1419
|
{
|
|
1136
1420
|
fill: stroke || color || "currentColor",
|
|
1137
|
-
d: "M18.8571 24L5.14286 24L5.14286
|
|
1421
|
+
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"
|
|
1138
1422
|
}
|
|
1139
1423
|
) }),
|
|
1140
|
-
/* @__PURE__ */
|
|
1424
|
+
/* @__PURE__ */ jsx56("defs", { children: /* @__PURE__ */ jsx56("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx56(
|
|
1141
1425
|
"rect",
|
|
1142
1426
|
{
|
|
1143
1427
|
width: "24",
|
|
1144
1428
|
height: "24",
|
|
1145
1429
|
fill: stroke || color || "currentColor",
|
|
1146
|
-
transform: "translate(24
|
|
1430
|
+
transform: "translate(24) rotate(90)"
|
|
1147
1431
|
}
|
|
1148
1432
|
) }) })
|
|
1149
1433
|
] }), Ratio916_default = IconRatio916;
|
|
1150
1434
|
|
|
1151
1435
|
// src/components/Ratio.tsx
|
|
1152
|
-
import { jsx as
|
|
1153
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1154
|
-
/* @__PURE__ */
|
|
1436
|
+
import { jsx as jsx57, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1437
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1438
|
+
/* @__PURE__ */ jsx57(
|
|
1155
1439
|
"path",
|
|
1156
1440
|
{
|
|
1157
1441
|
fill: stroke || color || "currentColor",
|
|
1158
1442
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1159
1443
|
}
|
|
1160
1444
|
),
|
|
1161
|
-
/* @__PURE__ */
|
|
1445
|
+
/* @__PURE__ */ jsx57(
|
|
1162
1446
|
"path",
|
|
1163
1447
|
{
|
|
1164
1448
|
fill: stroke || color || "currentColor",
|
|
@@ -1168,8 +1452,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1168
1452
|
] }), Ratio_default = IconRatio;
|
|
1169
1453
|
|
|
1170
1454
|
// src/components/ReEdit.tsx
|
|
1171
|
-
import { jsx as
|
|
1172
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1455
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1456
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx58(
|
|
1173
1457
|
"path",
|
|
1174
1458
|
{
|
|
1175
1459
|
fill: stroke || color || "currentColor",
|
|
@@ -1180,8 +1464,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1180
1464
|
) }), ReEdit_default = IconReEdit;
|
|
1181
1465
|
|
|
1182
1466
|
// src/components/Regenerate.tsx
|
|
1183
|
-
import { jsx as
|
|
1184
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1467
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
1468
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx59(
|
|
1185
1469
|
"path",
|
|
1186
1470
|
{
|
|
1187
1471
|
fill: stroke || color || "currentColor",
|
|
@@ -1192,8 +1476,8 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1192
1476
|
) }), Regenerate_default = IconRegenerate;
|
|
1193
1477
|
|
|
1194
1478
|
// src/components/SocialX.tsx
|
|
1195
|
-
import { jsx as
|
|
1196
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1479
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
1480
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx60(
|
|
1197
1481
|
"path",
|
|
1198
1482
|
{
|
|
1199
1483
|
fill: fill || color || "currentColor",
|
|
@@ -1202,8 +1486,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1202
1486
|
) }), SocialX_default = IconSocialX;
|
|
1203
1487
|
|
|
1204
1488
|
// src/components/SocialDiscord.tsx
|
|
1205
|
-
import { jsx as
|
|
1206
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1489
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
1490
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx61(
|
|
1207
1491
|
"path",
|
|
1208
1492
|
{
|
|
1209
1493
|
fill: fill || color || "currentColor",
|
|
@@ -1212,9 +1496,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
1212
1496
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1213
1497
|
|
|
1214
1498
|
// src/components/SoundOff.tsx
|
|
1215
|
-
import { jsx as
|
|
1216
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1217
|
-
/* @__PURE__ */
|
|
1499
|
+
import { jsx as jsx62, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1500
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1501
|
+
/* @__PURE__ */ jsx62(
|
|
1218
1502
|
"path",
|
|
1219
1503
|
{
|
|
1220
1504
|
fill: stroke || color || "currentColor",
|
|
@@ -1223,7 +1507,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1223
1507
|
clipRule: "evenodd"
|
|
1224
1508
|
}
|
|
1225
1509
|
),
|
|
1226
|
-
/* @__PURE__ */
|
|
1510
|
+
/* @__PURE__ */ jsx62(
|
|
1227
1511
|
"path",
|
|
1228
1512
|
{
|
|
1229
1513
|
fill: stroke || color || "currentColor",
|
|
@@ -1233,9 +1517,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1233
1517
|
] }), SoundOff_default = IconSoundOff;
|
|
1234
1518
|
|
|
1235
1519
|
// src/components/SoundOn.tsx
|
|
1236
|
-
import { jsx as
|
|
1237
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1238
|
-
/* @__PURE__ */
|
|
1520
|
+
import { jsx as jsx63, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1521
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1522
|
+
/* @__PURE__ */ jsx63(
|
|
1239
1523
|
"path",
|
|
1240
1524
|
{
|
|
1241
1525
|
fill: stroke || color || "currentColor",
|
|
@@ -1244,14 +1528,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1244
1528
|
clipRule: "evenodd"
|
|
1245
1529
|
}
|
|
1246
1530
|
),
|
|
1247
|
-
/* @__PURE__ */
|
|
1531
|
+
/* @__PURE__ */ jsx63(
|
|
1248
1532
|
"path",
|
|
1249
1533
|
{
|
|
1250
1534
|
fill: stroke || color || "currentColor",
|
|
1251
1535
|
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"
|
|
1252
1536
|
}
|
|
1253
1537
|
),
|
|
1254
|
-
/* @__PURE__ */
|
|
1538
|
+
/* @__PURE__ */ jsx63(
|
|
1255
1539
|
"path",
|
|
1256
1540
|
{
|
|
1257
1541
|
fill: stroke || color || "currentColor",
|
|
@@ -1261,25 +1545,25 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1261
1545
|
] }), SoundOn_default = IconSoundOn;
|
|
1262
1546
|
|
|
1263
1547
|
// src/components/StyleAutoFilled.tsx
|
|
1264
|
-
import { jsx as
|
|
1265
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1266
|
-
/* @__PURE__ */
|
|
1548
|
+
import { jsx as jsx64, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1549
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1550
|
+
/* @__PURE__ */ jsx64(
|
|
1267
1551
|
"path",
|
|
1268
1552
|
{
|
|
1269
1553
|
fill: fill || color || "currentColor",
|
|
1270
1554
|
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"
|
|
1271
1555
|
}
|
|
1272
1556
|
),
|
|
1273
|
-
/* @__PURE__ */
|
|
1557
|
+
/* @__PURE__ */ jsx64(
|
|
1274
1558
|
"path",
|
|
1275
1559
|
{
|
|
1276
1560
|
fill: fill || color || "currentColor",
|
|
1277
1561
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
1278
1562
|
}
|
|
1279
1563
|
),
|
|
1280
|
-
/* @__PURE__ */
|
|
1281
|
-
/* @__PURE__ */
|
|
1282
|
-
/* @__PURE__ */
|
|
1564
|
+
/* @__PURE__ */ jsx64("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
1565
|
+
/* @__PURE__ */ jsx64("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
1566
|
+
/* @__PURE__ */ jsx64(
|
|
1283
1567
|
"path",
|
|
1284
1568
|
{
|
|
1285
1569
|
fill: fill || color || "currentColor",
|
|
@@ -1289,44 +1573,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1289
1573
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
1290
1574
|
|
|
1291
1575
|
// src/components/Style.tsx
|
|
1292
|
-
import { jsx as
|
|
1293
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1294
|
-
/* @__PURE__ */
|
|
1576
|
+
import { jsx as jsx65, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1577
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1578
|
+
/* @__PURE__ */ jsx65(
|
|
1295
1579
|
"path",
|
|
1296
1580
|
{
|
|
1297
1581
|
fill: stroke || color || "currentColor",
|
|
1298
1582
|
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"
|
|
1299
1583
|
}
|
|
1300
1584
|
),
|
|
1301
|
-
/* @__PURE__ */
|
|
1585
|
+
/* @__PURE__ */ jsx65(
|
|
1302
1586
|
"path",
|
|
1303
1587
|
{
|
|
1304
1588
|
fill: stroke || color || "currentColor",
|
|
1305
1589
|
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"
|
|
1306
1590
|
}
|
|
1307
1591
|
),
|
|
1308
|
-
/* @__PURE__ */
|
|
1592
|
+
/* @__PURE__ */ jsx65(
|
|
1309
1593
|
"path",
|
|
1310
1594
|
{
|
|
1311
1595
|
fill: stroke || color || "currentColor",
|
|
1312
1596
|
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"
|
|
1313
1597
|
}
|
|
1314
1598
|
),
|
|
1315
|
-
/* @__PURE__ */
|
|
1599
|
+
/* @__PURE__ */ jsx65(
|
|
1316
1600
|
"path",
|
|
1317
1601
|
{
|
|
1318
1602
|
fill: stroke || color || "currentColor",
|
|
1319
1603
|
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"
|
|
1320
1604
|
}
|
|
1321
1605
|
),
|
|
1322
|
-
/* @__PURE__ */
|
|
1606
|
+
/* @__PURE__ */ jsx65(
|
|
1323
1607
|
"path",
|
|
1324
1608
|
{
|
|
1325
1609
|
fill: stroke || color || "currentColor",
|
|
1326
1610
|
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"
|
|
1327
1611
|
}
|
|
1328
1612
|
),
|
|
1329
|
-
/* @__PURE__ */
|
|
1613
|
+
/* @__PURE__ */ jsx65(
|
|
1330
1614
|
"path",
|
|
1331
1615
|
{
|
|
1332
1616
|
fill: stroke || color || "currentColor",
|
|
@@ -1338,33 +1622,33 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1338
1622
|
] }), Style_default = IconStyle;
|
|
1339
1623
|
|
|
1340
1624
|
// src/components/TextLogo.tsx
|
|
1341
|
-
import { jsx as
|
|
1342
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1343
|
-
/* @__PURE__ */
|
|
1344
|
-
/* @__PURE__ */
|
|
1625
|
+
import { jsx as jsx66, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1626
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 100 34", className, width: width || size, height: height || size, children: [
|
|
1627
|
+
/* @__PURE__ */ jsxs38("g", { clipPath: "url(#clip0_33_25)", children: [
|
|
1628
|
+
/* @__PURE__ */ jsx66(
|
|
1345
1629
|
"path",
|
|
1346
1630
|
{
|
|
1347
1631
|
fill: "#888888",
|
|
1348
1632
|
d: "M33.7554 5.56861C40.0632 5.56879 45.1763 10.6827 45.1763 16.9905C45.1761 23.2982 40.063 28.4112 33.7554 28.4114C27.4475 28.4114 22.3337 23.2983 22.3335 16.9905C22.3335 10.6825 27.4474 5.56861 33.7554 5.56861ZM33.7554 11.6604C30.8117 11.6604 28.4253 14.0468 28.4253 16.9905C28.4255 19.934 30.8118 22.3206 33.7554 22.3206C36.6988 22.3204 39.0853 19.934 39.0854 16.9905C39.0854 14.0469 36.699 11.6606 33.7554 11.6604Z"
|
|
1349
1633
|
}
|
|
1350
1634
|
),
|
|
1351
|
-
/* @__PURE__ */
|
|
1635
|
+
/* @__PURE__ */ jsx66(
|
|
1352
1636
|
"path",
|
|
1353
1637
|
{
|
|
1354
1638
|
fill: "#888888",
|
|
1355
1639
|
d: "M71.8274 5.56861C78.1352 5.56879 83.2483 10.6827 83.2483 16.9905C83.2481 23.2982 78.135 28.4112 71.8274 28.4114C65.5195 28.4114 60.4057 23.2983 60.4055 16.9905C60.4055 10.6825 65.5194 5.56861 71.8274 5.56861ZM71.8274 11.6604C68.8837 11.6604 66.4973 14.0468 66.4973 16.9905C66.4975 19.934 68.8838 22.3206 71.8274 22.3206C74.7708 22.3204 77.1573 19.934 77.1574 16.9905C77.1574 14.0469 74.7709 11.6606 71.8274 11.6604Z"
|
|
1356
1640
|
}
|
|
1357
1641
|
),
|
|
1358
|
-
/* @__PURE__ */
|
|
1642
|
+
/* @__PURE__ */ jsx66(
|
|
1359
1643
|
"path",
|
|
1360
1644
|
{
|
|
1361
1645
|
fill: "#888888",
|
|
1362
1646
|
d: "M47.4611 16.6095C47.4611 14.9165 47.9442 12.445 49.4821 10.309C51.1319 8.01774 53.8543 6.33006 57.7404 6.33006H58.844C59.2859 6.33006 59.644 6.68824 59.644 7.13006V11.6216C59.644 12.0634 59.2859 12.4216 58.844 12.4216H57.7404C55.8399 12.4216 54.9459 13.1452 54.4255 13.8678C53.7933 14.7459 53.5525 15.8912 53.5525 16.6095V26.8503C53.5525 27.2921 53.1944 27.6503 52.7525 27.6503H48.2611C47.8192 27.6503 47.4611 27.2921 47.4611 26.8503V16.6095Z"
|
|
1363
1647
|
}
|
|
1364
1648
|
),
|
|
1365
|
-
/* @__PURE__ */
|
|
1366
|
-
/* @__PURE__ */
|
|
1367
|
-
/* @__PURE__ */
|
|
1649
|
+
/* @__PURE__ */ jsx66("rect", { width: "6.09149", height: "26.6503", x: "85.533", y: "1", fill: "#888888", rx: "0.8" }),
|
|
1650
|
+
/* @__PURE__ */ jsx66("rect", { width: "6.09149", height: "26.6503", x: "93.9086", y: "1", fill: "#888888", rx: "0.8" }),
|
|
1651
|
+
/* @__PURE__ */ jsx66(
|
|
1368
1652
|
"path",
|
|
1369
1653
|
{
|
|
1370
1654
|
fill: "#888888",
|
|
@@ -1372,20 +1656,20 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1372
1656
|
}
|
|
1373
1657
|
)
|
|
1374
1658
|
] }),
|
|
1375
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ jsx66("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
|
|
1376
1660
|
] }), TextLogo_default = IconTextLogo;
|
|
1377
1661
|
|
|
1378
1662
|
// src/components/ToolsFilled.tsx
|
|
1379
|
-
import { jsx as
|
|
1380
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1381
|
-
/* @__PURE__ */
|
|
1663
|
+
import { jsx as jsx67, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1664
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1665
|
+
/* @__PURE__ */ jsx67(
|
|
1382
1666
|
"path",
|
|
1383
1667
|
{
|
|
1384
1668
|
fill: fill || color || "currentColor",
|
|
1385
1669
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
1386
1670
|
}
|
|
1387
1671
|
),
|
|
1388
|
-
/* @__PURE__ */
|
|
1672
|
+
/* @__PURE__ */ jsx67(
|
|
1389
1673
|
"path",
|
|
1390
1674
|
{
|
|
1391
1675
|
fill: fill || color || "currentColor",
|
|
@@ -1395,8 +1679,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
1395
1679
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
1396
1680
|
|
|
1397
1681
|
// src/components/Tools.tsx
|
|
1398
|
-
import { jsx as
|
|
1399
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1682
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1683
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx68(
|
|
1400
1684
|
"path",
|
|
1401
1685
|
{
|
|
1402
1686
|
stroke: stroke || color || "currentColor",
|
|
@@ -1406,8 +1690,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1406
1690
|
) }), Tools_default = IconTools;
|
|
1407
1691
|
|
|
1408
1692
|
// src/components/Uploadfiles.tsx
|
|
1409
|
-
import { jsx as
|
|
1410
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1693
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1694
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx69(
|
|
1411
1695
|
"path",
|
|
1412
1696
|
{
|
|
1413
1697
|
fill: stroke || color || "currentColor",
|
|
@@ -1415,31 +1699,9 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
1415
1699
|
}
|
|
1416
1700
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
1417
1701
|
|
|
1418
|
-
// src/components/Uploadimages.tsx
|
|
1419
|
-
import { jsx as jsx58, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1420
|
-
var IconUploadimages = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1421
|
-
/* @__PURE__ */ jsx58(
|
|
1422
|
-
"path",
|
|
1423
|
-
{
|
|
1424
|
-
fill: stroke || color || "currentColor",
|
|
1425
|
-
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"
|
|
1426
|
-
}
|
|
1427
|
-
),
|
|
1428
|
-
/* @__PURE__ */ jsx58(
|
|
1429
|
-
"path",
|
|
1430
|
-
{
|
|
1431
|
-
fill: stroke || color || "currentColor",
|
|
1432
|
-
d: "M5.25 0H24V18.75H5.25V0ZM7.5 2.25H21.75V6.75L21.7045 6.7045L16.5 11.909L13.5 8.90901L7.5 14.909V2.25ZM21.75 9.84099V16.5H9.09099L13.5 12.091L16.5 15.091L21.75 9.84099Z",
|
|
1433
|
-
fillRule: "evenodd",
|
|
1434
|
-
clipRule: "evenodd"
|
|
1435
|
-
}
|
|
1436
|
-
),
|
|
1437
|
-
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1438
|
-
] }), Uploadimages_default = IconUploadimages;
|
|
1439
|
-
|
|
1440
1702
|
// src/components/Userfeedback.tsx
|
|
1441
|
-
import { jsx as
|
|
1442
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1703
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1704
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx70(
|
|
1443
1705
|
"path",
|
|
1444
1706
|
{
|
|
1445
1707
|
fill: stroke || color || "currentColor",
|
|
@@ -1450,23 +1712,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
1450
1712
|
) }), Userfeedback_default = IconUserfeedback;
|
|
1451
1713
|
|
|
1452
1714
|
// src/components/VideoGeneration.tsx
|
|
1453
|
-
import { jsx as
|
|
1454
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1455
|
-
/* @__PURE__ */
|
|
1715
|
+
import { jsx as jsx71, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1716
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1717
|
+
/* @__PURE__ */ jsx71(
|
|
1456
1718
|
"path",
|
|
1457
1719
|
{
|
|
1458
1720
|
fill: stroke || color || "currentColor",
|
|
1459
1721
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
1460
1722
|
}
|
|
1461
1723
|
),
|
|
1462
|
-
/* @__PURE__ */
|
|
1724
|
+
/* @__PURE__ */ jsx71(
|
|
1463
1725
|
"path",
|
|
1464
1726
|
{
|
|
1465
1727
|
fill: stroke || color || "currentColor",
|
|
1466
1728
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
1467
1729
|
}
|
|
1468
1730
|
),
|
|
1469
|
-
/* @__PURE__ */
|
|
1731
|
+
/* @__PURE__ */ jsx71(
|
|
1470
1732
|
"path",
|
|
1471
1733
|
{
|
|
1472
1734
|
fill: stroke || color || "currentColor",
|
|
@@ -1478,10 +1740,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1478
1740
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
1479
1741
|
|
|
1480
1742
|
// src/components/VideoLength.tsx
|
|
1481
|
-
import { jsx as
|
|
1482
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1483
|
-
/* @__PURE__ */
|
|
1484
|
-
/* @__PURE__ */
|
|
1743
|
+
import { jsx as jsx72, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1744
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1745
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
1746
|
+
/* @__PURE__ */ jsx72(
|
|
1485
1747
|
"path",
|
|
1486
1748
|
{
|
|
1487
1749
|
fill: stroke || color || "currentColor",
|
|
@@ -1493,16 +1755,44 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
1493
1755
|
] }), VideoLength_default = IconVideoLength;
|
|
1494
1756
|
|
|
1495
1757
|
// src/components/Visualstyles.tsx
|
|
1496
|
-
import { jsx as
|
|
1497
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1758
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1759
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1498
1760
|
"path",
|
|
1499
1761
|
{
|
|
1500
1762
|
fill: stroke || color || "currentColor",
|
|
1501
|
-
d: "M17.8393 10.3393L22.
|
|
1763
|
+
d: "M17.8393 10.3393L22.704 6.32058C23.5248 5.64257 24 4.63358 24 3.56901C24 1.5979 22.4021 0 20.431 0C19.3664 0 18.3574 0.47523 17.6794 1.29597L13.6607 6.16072L13.1319 5.63193C12.4071 4.90716 11.4242 4.49999 10.3992 4.49999C9.4951 4.49999 8.61963 4.81696 7.92509 5.39574L0 12L12 24L18.6042 16.0749C19.183 15.3803 19.5 14.5049 19.5 13.6008C19.5 12.5758 19.0928 11.5928 18.368 10.868L17.8393 10.3393ZM16.2411 8.7411L15.2589 7.75891L19.4141 2.72895C19.6647 2.42563 20.0376 2.25 20.431 2.25C21.1595 2.25 21.75 2.84054 21.75 3.56901C21.75 3.96245 21.5744 4.33535 21.271 4.58592L16.2411 8.7411ZM3.33317 12.1512L6.457 9.54799L14.452 17.543L11.8488 20.6668L3.33317 12.1512ZM15.8983 15.8073L8.19263 8.10163L9.3655 7.12424C9.65568 6.88242 10.0215 6.74999 10.3992 6.74999C10.8274 6.74999 11.2381 6.92011 11.5409 7.22291L16.7771 12.459C17.0799 12.7618 17.25 13.1725 17.25 13.6008C17.25 13.9785 17.1175 14.3443 16.8757 14.6345L15.8983 15.8073Z",
|
|
1502
1764
|
fillRule: "evenodd",
|
|
1503
1765
|
clipRule: "evenodd"
|
|
1504
1766
|
}
|
|
1505
1767
|
) }), Visualstyles_default = IconVisualstyles;
|
|
1768
|
+
|
|
1769
|
+
// src/components/Volume.tsx
|
|
1770
|
+
import { jsx as jsx74, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1771
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1772
|
+
/* @__PURE__ */ jsx74(
|
|
1773
|
+
"path",
|
|
1774
|
+
{
|
|
1775
|
+
fill: stroke || color || "currentColor",
|
|
1776
|
+
d: "M9 22.5L3 16.5H0V7.5H3L9 1.5H12V22.5H9ZM2.25 14.25V9.75H3.93198L9.75 3.93198V20.068L3.93198 14.25H2.25Z",
|
|
1777
|
+
fillRule: "evenodd",
|
|
1778
|
+
clipRule: "evenodd"
|
|
1779
|
+
}
|
|
1780
|
+
),
|
|
1781
|
+
/* @__PURE__ */ jsx74(
|
|
1782
|
+
"path",
|
|
1783
|
+
{
|
|
1784
|
+
fill: stroke || color || "currentColor",
|
|
1785
|
+
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"
|
|
1786
|
+
}
|
|
1787
|
+
),
|
|
1788
|
+
/* @__PURE__ */ jsx74(
|
|
1789
|
+
"path",
|
|
1790
|
+
{
|
|
1791
|
+
fill: stroke || color || "currentColor",
|
|
1792
|
+
d: "M15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5V15.75C17.0711 15.75 18.75 14.0711 18.75 12C18.75 9.92893 17.0711 8.25 15 8.25V10.5Z"
|
|
1793
|
+
}
|
|
1794
|
+
)
|
|
1795
|
+
] }), Volume_default = IconVolume;
|
|
1506
1796
|
export {
|
|
1507
1797
|
Add_default as IconAdd,
|
|
1508
1798
|
Agreements_default as IconAgreements,
|
|
@@ -1518,8 +1808,18 @@ export {
|
|
|
1518
1808
|
Cursor_default as IconCursor,
|
|
1519
1809
|
Delete_default as IconDelete,
|
|
1520
1810
|
Download_default as IconDownload,
|
|
1811
|
+
FeedbackFailFilled_default as IconFeedbackFailFilled,
|
|
1812
|
+
FeedbackPendingFilled_default as IconFeedbackPendingFilled,
|
|
1813
|
+
FeedbackProblem_default as IconFeedbackProblem,
|
|
1814
|
+
FeedbackProblemFilled_default as IconFeedbackProblemFilled,
|
|
1815
|
+
FiletypePdfFilled_default as IconFiletypePdfFilled,
|
|
1521
1816
|
Gamelanguage_default as IconGamelanguage,
|
|
1522
1817
|
GenerateFilled_default as IconGenerateFilled,
|
|
1818
|
+
GenerateFrameStart_default as IconGenerateFrameStart,
|
|
1819
|
+
GenerateFrameStart2End_default as IconGenerateFrameStart2End,
|
|
1820
|
+
GenerateMultimage_default as IconGenerateMultimage,
|
|
1821
|
+
GenerateSwitchframe_default as IconGenerateSwitchframe,
|
|
1822
|
+
GenerateT2V_default as IconGenerateT2V,
|
|
1523
1823
|
Genre_default as IconGenre,
|
|
1524
1824
|
GenreAuto_default as IconGenreAuto,
|
|
1525
1825
|
GenreComedy_default as IconGenreComedy,
|
|
@@ -1533,18 +1833,20 @@ export {
|
|
|
1533
1833
|
Homepage_default as IconHomepage,
|
|
1534
1834
|
HomepageFilled_default as IconHomepageFilled,
|
|
1535
1835
|
ImageGeneration_default as IconImageGeneration,
|
|
1836
|
+
Loading_default as IconLoading,
|
|
1536
1837
|
Login_default as IconLogin,
|
|
1537
1838
|
Logout_default as IconLogout,
|
|
1538
1839
|
ModelDeepmindFilled_default as IconModelDeepmindFilled,
|
|
1539
1840
|
ModelGeminiFilled_default as IconModelGeminiFilled,
|
|
1540
|
-
ModelGeminiFilled1_default as IconModelGeminiFilled1,
|
|
1541
1841
|
ModelNanobananaLogoNomoFilled_default as IconModelNanobananaLogoNomoFilled,
|
|
1542
1842
|
ModelSoraFilled_default as IconModelSoraFilled,
|
|
1543
1843
|
Models_default as IconModels,
|
|
1544
1844
|
More_default as IconMore,
|
|
1545
1845
|
Moresettings_default as IconMoresettings,
|
|
1846
|
+
Mute_default as IconMute,
|
|
1546
1847
|
Pencil_default as IconPencil,
|
|
1547
1848
|
PlanFilled_default as IconPlanFilled,
|
|
1849
|
+
Problem_default as IconProblem,
|
|
1548
1850
|
Ratio_default as IconRatio,
|
|
1549
1851
|
Ratio11_default as IconRatio11,
|
|
1550
1852
|
Ratio169_default as IconRatio169,
|
|
@@ -1561,9 +1863,9 @@ export {
|
|
|
1561
1863
|
Tools_default as IconTools,
|
|
1562
1864
|
ToolsFilled_default as IconToolsFilled,
|
|
1563
1865
|
Uploadfiles_default as IconUploadfiles,
|
|
1564
|
-
Uploadimages_default as IconUploadimages,
|
|
1565
1866
|
Userfeedback_default as IconUserfeedback,
|
|
1566
1867
|
VideoGeneration_default as IconVideoGeneration,
|
|
1567
1868
|
VideoLength_default as IconVideoLength,
|
|
1568
|
-
Visualstyles_default as IconVisualstyles
|
|
1869
|
+
Visualstyles_default as IconVisualstyles,
|
|
1870
|
+
Volume_default as IconVolume
|
|
1569
1871
|
};
|