@yoroll/react-icon 0.0.11 → 0.0.13
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 +687 -376
- package/dist/index.iife.js +669 -375
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +805 -477
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Backtoprojects.d.ts +4 -0
- package/dist/types/components/FoldedMenu.d.ts +4 -0
- package/dist/types/components/Game.d.ts +4 -0
- package/dist/types/components/GameFilled.d.ts +4 -0
- package/dist/types/components/Gamebackup.d.ts +4 -0
- package/dist/types/components/GamebackupFilled.d.ts +4 -0
- package/dist/types/components/ModelOpenaiFilled.d.ts +4 -0
- package/dist/types/components/ModelSeedFilled.d.ts +4 -0
- package/dist/types/components/MoreCollapse.d.ts +4 -0
- package/dist/types/components/MoreShowed.d.ts +4 -0
- package/dist/types/components/Parameters.d.ts +4 -0
- package/dist/types/components/Pause.d.ts +4 -0
- package/dist/types/components/Play.d.ts +4 -0
- package/dist/types/components/Tips.d.ts +4 -0
- package/dist/types/components/Uncheck.d.ts +4 -0
- package/dist/types/components/Zoomin.d.ts +4 -0
- package/dist/types/components/Zoomout.d.ts +4 -0
- package/dist/types/components/index.d.ts +17 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.12 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -136,9 +136,50 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
136
136
|
)
|
|
137
137
|
] }), Assets_default = IconAssets;
|
|
138
138
|
|
|
139
|
+
// src/components/Backtoprojects.tsx
|
|
140
|
+
import { jsx as jsx11, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
141
|
+
var IconBacktoprojects = ({ 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: [
|
|
142
|
+
/* @__PURE__ */ jsx11(
|
|
143
|
+
"path",
|
|
144
|
+
{
|
|
145
|
+
fill: stroke || color || "currentColor",
|
|
146
|
+
d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
|
|
147
|
+
fillRule: "evenodd",
|
|
148
|
+
clipRule: "evenodd"
|
|
149
|
+
}
|
|
150
|
+
),
|
|
151
|
+
/* @__PURE__ */ jsx11(
|
|
152
|
+
"path",
|
|
153
|
+
{
|
|
154
|
+
fill: stroke || color || "currentColor",
|
|
155
|
+
d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
|
|
156
|
+
fillRule: "evenodd",
|
|
157
|
+
clipRule: "evenodd"
|
|
158
|
+
}
|
|
159
|
+
),
|
|
160
|
+
/* @__PURE__ */ jsx11(
|
|
161
|
+
"path",
|
|
162
|
+
{
|
|
163
|
+
fill: stroke || color || "currentColor",
|
|
164
|
+
d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
|
|
165
|
+
fillRule: "evenodd",
|
|
166
|
+
clipRule: "evenodd"
|
|
167
|
+
}
|
|
168
|
+
),
|
|
169
|
+
/* @__PURE__ */ jsx11(
|
|
170
|
+
"path",
|
|
171
|
+
{
|
|
172
|
+
fill: stroke || color || "currentColor",
|
|
173
|
+
d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
|
|
174
|
+
fillRule: "evenodd",
|
|
175
|
+
clipRule: "evenodd"
|
|
176
|
+
}
|
|
177
|
+
)
|
|
178
|
+
] }), Backtoprojects_default = IconBacktoprojects;
|
|
179
|
+
|
|
139
180
|
// src/components/Backward.tsx
|
|
140
|
-
import { jsx as
|
|
141
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
181
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
182
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx12(
|
|
142
183
|
"path",
|
|
143
184
|
{
|
|
144
185
|
fill: stroke || color || "currentColor",
|
|
@@ -147,8 +188,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
147
188
|
) }), Backward_default = IconBackward;
|
|
148
189
|
|
|
149
190
|
// src/components/BatchShots.tsx
|
|
150
|
-
import { jsx as
|
|
151
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
191
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
192
|
+
var IconBatchShots = ({ 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(
|
|
152
193
|
"path",
|
|
153
194
|
{
|
|
154
195
|
fill: stroke || color || "currentColor",
|
|
@@ -159,8 +200,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
159
200
|
) }), BatchShots_default = IconBatchShots;
|
|
160
201
|
|
|
161
202
|
// src/components/Canvasmode.tsx
|
|
162
|
-
import { jsx as
|
|
163
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
203
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
204
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
|
|
164
205
|
"path",
|
|
165
206
|
{
|
|
166
207
|
fill: stroke || color || "currentColor",
|
|
@@ -171,8 +212,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
171
212
|
) }), Canvasmode_default = IconCanvasmode;
|
|
172
213
|
|
|
173
214
|
// src/components/Chaptercollapse.tsx
|
|
174
|
-
import { jsx as
|
|
175
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
215
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
216
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
|
|
176
217
|
"path",
|
|
177
218
|
{
|
|
178
219
|
fill: stroke || color || "currentColor",
|
|
@@ -183,8 +224,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
183
224
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
184
225
|
|
|
185
226
|
// src/components/Chapterexpand.tsx
|
|
186
|
-
import { jsx as
|
|
187
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
227
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
228
|
+
var IconChapterexpand = ({ 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(
|
|
188
229
|
"path",
|
|
189
230
|
{
|
|
190
231
|
fill: stroke || color || "currentColor",
|
|
@@ -195,8 +236,8 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
195
236
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
196
237
|
|
|
197
238
|
// src/components/Check.tsx
|
|
198
|
-
import { jsx as
|
|
199
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
239
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
240
|
+
var IconCheck = ({ 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(
|
|
200
241
|
"path",
|
|
201
242
|
{
|
|
202
243
|
fill: stroke || color || "currentColor",
|
|
@@ -205,20 +246,20 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
205
246
|
) }), Check_default = IconCheck;
|
|
206
247
|
|
|
207
248
|
// src/components/CheckedFilled.tsx
|
|
208
|
-
import { jsx as
|
|
209
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
249
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
250
|
+
var IconCheckedFilled = ({ 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(
|
|
210
251
|
"path",
|
|
211
252
|
{
|
|
212
253
|
fill: fill || color || "currentColor",
|
|
213
|
-
d: "
|
|
254
|
+
d: "M22.5 1.5H1.5V22.5H22.5V1.5ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
214
255
|
fillRule: "evenodd",
|
|
215
256
|
clipRule: "evenodd"
|
|
216
257
|
}
|
|
217
258
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
218
259
|
|
|
219
260
|
// src/components/Close.tsx
|
|
220
|
-
import { jsx as
|
|
221
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
261
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
262
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
222
263
|
"path",
|
|
223
264
|
{
|
|
224
265
|
fill: stroke || color || "currentColor",
|
|
@@ -227,10 +268,10 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
227
268
|
) }), Close_default = IconClose;
|
|
228
269
|
|
|
229
270
|
// src/components/Copy.tsx
|
|
230
|
-
import { jsx as
|
|
231
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
232
|
-
/* @__PURE__ */
|
|
233
|
-
/* @__PURE__ */
|
|
271
|
+
import { jsx as jsx20, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
272
|
+
var IconCopy = ({ 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: [
|
|
273
|
+
/* @__PURE__ */ jsx20("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
274
|
+
/* @__PURE__ */ jsx20(
|
|
234
275
|
"path",
|
|
235
276
|
{
|
|
236
277
|
fill: stroke || color || "currentColor",
|
|
@@ -242,9 +283,9 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
242
283
|
] }), Copy_default = IconCopy;
|
|
243
284
|
|
|
244
285
|
// src/components/CreditFilled.tsx
|
|
245
|
-
import { jsx as
|
|
246
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
247
|
-
/* @__PURE__ */
|
|
286
|
+
import { jsx as jsx21, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
287
|
+
var IconCreditFilled = ({ 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: [
|
|
288
|
+
/* @__PURE__ */ jsx21("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx21(
|
|
248
289
|
"path",
|
|
249
290
|
{
|
|
250
291
|
fill: fill || color || "currentColor",
|
|
@@ -253,12 +294,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
253
294
|
clipRule: "evenodd"
|
|
254
295
|
}
|
|
255
296
|
) }),
|
|
256
|
-
/* @__PURE__ */
|
|
297
|
+
/* @__PURE__ */ jsx21("defs", { children: /* @__PURE__ */ jsx21("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx21("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
257
298
|
] }), CreditFilled_default = IconCreditFilled;
|
|
258
299
|
|
|
259
300
|
// src/components/Cursor.tsx
|
|
260
|
-
import { jsx as
|
|
261
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
301
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
302
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
262
303
|
"path",
|
|
263
304
|
{
|
|
264
305
|
fill: stroke || color || "currentColor",
|
|
@@ -269,10 +310,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
269
310
|
) }), Cursor_default = IconCursor;
|
|
270
311
|
|
|
271
312
|
// src/components/DeleteSceneChoice.tsx
|
|
272
|
-
import { jsx as
|
|
273
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
274
|
-
/* @__PURE__ */
|
|
275
|
-
/* @__PURE__ */
|
|
313
|
+
import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
314
|
+
var IconDeleteSceneChoice = ({ 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: [
|
|
315
|
+
/* @__PURE__ */ jsx23("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
316
|
+
/* @__PURE__ */ jsx23(
|
|
276
317
|
"path",
|
|
277
318
|
{
|
|
278
319
|
fill: stroke || color || "currentColor",
|
|
@@ -284,10 +325,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
284
325
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
285
326
|
|
|
286
327
|
// src/components/Delete.tsx
|
|
287
|
-
import { jsx as
|
|
288
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
289
|
-
/* @__PURE__ */
|
|
290
|
-
/* @__PURE__ */
|
|
328
|
+
import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
329
|
+
var IconDelete = ({ 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: [
|
|
330
|
+
/* @__PURE__ */ jsx24("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
331
|
+
/* @__PURE__ */ jsx24(
|
|
291
332
|
"path",
|
|
292
333
|
{
|
|
293
334
|
fill: stroke || color || "currentColor",
|
|
@@ -299,16 +340,16 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
299
340
|
] }), Delete_default = IconDelete;
|
|
300
341
|
|
|
301
342
|
// src/components/Download.tsx
|
|
302
|
-
import { jsx as
|
|
303
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
304
|
-
/* @__PURE__ */
|
|
343
|
+
import { jsx as jsx25, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
344
|
+
var IconDownload = ({ 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: [
|
|
345
|
+
/* @__PURE__ */ jsx25(
|
|
305
346
|
"path",
|
|
306
347
|
{
|
|
307
348
|
fill: stroke || color || "currentColor",
|
|
308
349
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
309
350
|
}
|
|
310
351
|
),
|
|
311
|
-
/* @__PURE__ */
|
|
352
|
+
/* @__PURE__ */ jsx25(
|
|
312
353
|
"path",
|
|
313
354
|
{
|
|
314
355
|
fill: stroke || color || "currentColor",
|
|
@@ -320,19 +361,19 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
320
361
|
] }), Download_default = IconDownload;
|
|
321
362
|
|
|
322
363
|
// src/components/DraghandleFilled.tsx
|
|
323
|
-
import { jsx as
|
|
324
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
325
|
-
/* @__PURE__ */
|
|
326
|
-
/* @__PURE__ */
|
|
327
|
-
/* @__PURE__ */
|
|
328
|
-
/* @__PURE__ */
|
|
329
|
-
/* @__PURE__ */
|
|
330
|
-
/* @__PURE__ */
|
|
364
|
+
import { jsx as jsx26, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
365
|
+
var IconDraghandleFilled = ({ 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: [
|
|
366
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
367
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
368
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
369
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
370
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
371
|
+
/* @__PURE__ */ jsx26("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
331
372
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
332
373
|
|
|
333
374
|
// src/components/FeedbackFailFilled.tsx
|
|
334
|
-
import { jsx as
|
|
335
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
375
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
376
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
336
377
|
"path",
|
|
337
378
|
{
|
|
338
379
|
fill: fill || color || "currentColor",
|
|
@@ -343,8 +384,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
343
384
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
344
385
|
|
|
345
386
|
// src/components/FeedbackPendingFilled.tsx
|
|
346
|
-
import { jsx as
|
|
347
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
387
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
388
|
+
var IconFeedbackPendingFilled = ({ 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(
|
|
348
389
|
"path",
|
|
349
390
|
{
|
|
350
391
|
fill: fill || color || "currentColor",
|
|
@@ -355,8 +396,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
355
396
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
356
397
|
|
|
357
398
|
// src/components/FeedbackProblemFilled.tsx
|
|
358
|
-
import { jsx as
|
|
359
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
399
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
400
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx29(
|
|
360
401
|
"path",
|
|
361
402
|
{
|
|
362
403
|
fill: fill || color || "currentColor",
|
|
@@ -367,30 +408,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
367
408
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
368
409
|
|
|
369
410
|
// src/components/FeedbackProblem.tsx
|
|
370
|
-
import { jsx as
|
|
371
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
372
|
-
/* @__PURE__ */
|
|
411
|
+
import { jsx as jsx30, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
412
|
+
var IconFeedbackProblem = ({ 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: [
|
|
413
|
+
/* @__PURE__ */ jsx30(
|
|
373
414
|
"path",
|
|
374
415
|
{
|
|
375
416
|
fill: stroke || color || "currentColor",
|
|
376
417
|
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"
|
|
377
418
|
}
|
|
378
419
|
),
|
|
379
|
-
/* @__PURE__ */
|
|
420
|
+
/* @__PURE__ */ jsx30(
|
|
380
421
|
"path",
|
|
381
422
|
{
|
|
382
423
|
fill: stroke || color || "currentColor",
|
|
383
424
|
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"
|
|
384
425
|
}
|
|
385
426
|
),
|
|
386
|
-
/* @__PURE__ */
|
|
427
|
+
/* @__PURE__ */ jsx30(
|
|
387
428
|
"path",
|
|
388
429
|
{
|
|
389
430
|
fill: stroke || color || "currentColor",
|
|
390
431
|
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"
|
|
391
432
|
}
|
|
392
433
|
),
|
|
393
|
-
/* @__PURE__ */
|
|
434
|
+
/* @__PURE__ */ jsx30(
|
|
394
435
|
"path",
|
|
395
436
|
{
|
|
396
437
|
fill: stroke || color || "currentColor",
|
|
@@ -402,9 +443,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
402
443
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
403
444
|
|
|
404
445
|
// src/components/FiletypePdfFilled.tsx
|
|
405
|
-
import { jsx as
|
|
406
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
407
|
-
/* @__PURE__ */
|
|
446
|
+
import { jsx as jsx31, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
447
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
448
|
+
/* @__PURE__ */ jsx31("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx31(
|
|
408
449
|
"path",
|
|
409
450
|
{
|
|
410
451
|
fill: "#FF3E4C",
|
|
@@ -412,14 +453,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
412
453
|
style: { opacity: 0.3 }
|
|
413
454
|
}
|
|
414
455
|
) }),
|
|
415
|
-
/* @__PURE__ */
|
|
456
|
+
/* @__PURE__ */ jsx31(
|
|
416
457
|
"path",
|
|
417
458
|
{
|
|
418
459
|
fill: "#FF3E4C",
|
|
419
460
|
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"
|
|
420
461
|
}
|
|
421
462
|
),
|
|
422
|
-
/* @__PURE__ */
|
|
463
|
+
/* @__PURE__ */ jsx31(
|
|
423
464
|
"path",
|
|
424
465
|
{
|
|
425
466
|
fill: "#FF3E4C",
|
|
@@ -429,9 +470,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
429
470
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
430
471
|
|
|
431
472
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
432
|
-
import { jsx as
|
|
433
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
434
|
-
/* @__PURE__ */
|
|
473
|
+
import { jsx as jsx32, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
474
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
475
|
+
/* @__PURE__ */ jsx32("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx32(
|
|
435
476
|
"path",
|
|
436
477
|
{
|
|
437
478
|
fill: "#2E2E2E",
|
|
@@ -439,14 +480,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
439
480
|
style: { opacity: 0.3 }
|
|
440
481
|
}
|
|
441
482
|
) }),
|
|
442
|
-
/* @__PURE__ */
|
|
483
|
+
/* @__PURE__ */ jsx32(
|
|
443
484
|
"path",
|
|
444
485
|
{
|
|
445
486
|
fill: "#2E2E2E",
|
|
446
487
|
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"
|
|
447
488
|
}
|
|
448
489
|
),
|
|
449
|
-
/* @__PURE__ */
|
|
490
|
+
/* @__PURE__ */ jsx32(
|
|
450
491
|
"path",
|
|
451
492
|
{
|
|
452
493
|
fill: "#2E2E2E",
|
|
@@ -455,9 +496,104 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
455
496
|
)
|
|
456
497
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
457
498
|
|
|
499
|
+
// src/components/FoldedMenu.tsx
|
|
500
|
+
import { jsx as jsx33, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
501
|
+
var IconFoldedMenu = ({ 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: [
|
|
502
|
+
/* @__PURE__ */ jsx33("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
503
|
+
/* @__PURE__ */ jsx33("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
504
|
+
/* @__PURE__ */ jsx33("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
505
|
+
/* @__PURE__ */ jsx33("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
506
|
+
] }), FoldedMenu_default = IconFoldedMenu;
|
|
507
|
+
|
|
508
|
+
// src/components/GameFilled.tsx
|
|
509
|
+
import { jsx as jsx34, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
510
|
+
var IconGameFilled = ({ 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: [
|
|
511
|
+
/* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
512
|
+
/* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
513
|
+
/* @__PURE__ */ jsx34(
|
|
514
|
+
"path",
|
|
515
|
+
{
|
|
516
|
+
fill: fill || color || "currentColor",
|
|
517
|
+
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
518
|
+
}
|
|
519
|
+
),
|
|
520
|
+
/* @__PURE__ */ jsx34(
|
|
521
|
+
"path",
|
|
522
|
+
{
|
|
523
|
+
fill: fill || color || "currentColor",
|
|
524
|
+
d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
|
|
525
|
+
}
|
|
526
|
+
)
|
|
527
|
+
] }), GameFilled_default = IconGameFilled;
|
|
528
|
+
|
|
529
|
+
// src/components/Game.tsx
|
|
530
|
+
import { jsx as jsx35, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
531
|
+
var IconGame = ({ 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: [
|
|
532
|
+
/* @__PURE__ */ jsx35(
|
|
533
|
+
"path",
|
|
534
|
+
{
|
|
535
|
+
fill: stroke || color || "currentColor",
|
|
536
|
+
d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
|
|
537
|
+
fillRule: "evenodd",
|
|
538
|
+
clipRule: "evenodd"
|
|
539
|
+
}
|
|
540
|
+
),
|
|
541
|
+
/* @__PURE__ */ jsx35(
|
|
542
|
+
"path",
|
|
543
|
+
{
|
|
544
|
+
fill: stroke || color || "currentColor",
|
|
545
|
+
d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
|
|
546
|
+
fillRule: "evenodd",
|
|
547
|
+
clipRule: "evenodd"
|
|
548
|
+
}
|
|
549
|
+
),
|
|
550
|
+
/* @__PURE__ */ jsx35(
|
|
551
|
+
"path",
|
|
552
|
+
{
|
|
553
|
+
fill: stroke || color || "currentColor",
|
|
554
|
+
d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
|
|
555
|
+
fillRule: "evenodd",
|
|
556
|
+
clipRule: "evenodd"
|
|
557
|
+
}
|
|
558
|
+
),
|
|
559
|
+
/* @__PURE__ */ jsx35(
|
|
560
|
+
"path",
|
|
561
|
+
{
|
|
562
|
+
fill: stroke || color || "currentColor",
|
|
563
|
+
d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
|
|
564
|
+
fillRule: "evenodd",
|
|
565
|
+
clipRule: "evenodd"
|
|
566
|
+
}
|
|
567
|
+
)
|
|
568
|
+
] }), Game_default = IconGame;
|
|
569
|
+
|
|
570
|
+
// src/components/GamebackupFilled.tsx
|
|
571
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
572
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx36(
|
|
573
|
+
"path",
|
|
574
|
+
{
|
|
575
|
+
fill: fill || color || "currentColor",
|
|
576
|
+
d: "M12 4.44507L8.63888 0.523773L6.36111 2.47615L9.38156 6H1.5V22.5H22.5V6H14.6184L17.6389 2.47615L15.3611 0.523773L12 4.44507ZM16.5 9H19.5V19.5H16.5V9Z",
|
|
577
|
+
fillRule: "evenodd",
|
|
578
|
+
clipRule: "evenodd"
|
|
579
|
+
}
|
|
580
|
+
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
581
|
+
|
|
582
|
+
// src/components/Gamebackup.tsx
|
|
583
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
584
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
585
|
+
"path",
|
|
586
|
+
{
|
|
587
|
+
fill: stroke || color || "currentColor",
|
|
588
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H22.5V22.5H1.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM3.75 8.25V20.25H15.75V8.25H3.75ZM18 8.25V20.25H20.25V8.25H18Z",
|
|
589
|
+
fillRule: "evenodd",
|
|
590
|
+
clipRule: "evenodd"
|
|
591
|
+
}
|
|
592
|
+
) }), Gamebackup_default = IconGamebackup;
|
|
593
|
+
|
|
458
594
|
// src/components/GamecontrolChoice.tsx
|
|
459
|
-
import { jsx as
|
|
460
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
595
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
596
|
+
var IconGamecontrolChoice = ({ 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(
|
|
461
597
|
"path",
|
|
462
598
|
{
|
|
463
599
|
fill: stroke || color || "currentColor",
|
|
@@ -468,8 +604,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
468
604
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
469
605
|
|
|
470
606
|
// src/components/GamecontrolGameplay.tsx
|
|
471
|
-
import { jsx as
|
|
472
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
607
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
608
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
|
|
473
609
|
"path",
|
|
474
610
|
{
|
|
475
611
|
fill: stroke || color || "currentColor",
|
|
@@ -480,8 +616,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
480
616
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
481
617
|
|
|
482
618
|
// src/components/GamecontrolLinear.tsx
|
|
483
|
-
import { jsx as
|
|
484
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
619
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
620
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx40(
|
|
485
621
|
"path",
|
|
486
622
|
{
|
|
487
623
|
fill: stroke || color || "currentColor",
|
|
@@ -492,8 +628,8 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
492
628
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
493
629
|
|
|
494
630
|
// src/components/Gamelanguage.tsx
|
|
495
|
-
import { jsx as
|
|
496
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
631
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
632
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx41(
|
|
497
633
|
"path",
|
|
498
634
|
{
|
|
499
635
|
fill: stroke || color || "currentColor",
|
|
@@ -504,9 +640,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
504
640
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
505
641
|
|
|
506
642
|
// src/components/Gamepreview.tsx
|
|
507
|
-
import { jsx as
|
|
508
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
509
|
-
/* @__PURE__ */
|
|
643
|
+
import { jsx as jsx42, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
644
|
+
var IconGamepreview = ({ 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: [
|
|
645
|
+
/* @__PURE__ */ jsx42(
|
|
510
646
|
"path",
|
|
511
647
|
{
|
|
512
648
|
fill: stroke || color || "currentColor",
|
|
@@ -515,7 +651,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
515
651
|
clipRule: "evenodd"
|
|
516
652
|
}
|
|
517
653
|
),
|
|
518
|
-
/* @__PURE__ */
|
|
654
|
+
/* @__PURE__ */ jsx42(
|
|
519
655
|
"path",
|
|
520
656
|
{
|
|
521
657
|
fill: stroke || color || "currentColor",
|
|
@@ -527,16 +663,16 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
527
663
|
] }), Gamepreview_default = IconGamepreview;
|
|
528
664
|
|
|
529
665
|
// src/components/GenerateMultimage.tsx
|
|
530
|
-
import { jsx as
|
|
531
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
532
|
-
/* @__PURE__ */
|
|
666
|
+
import { jsx as jsx43, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
667
|
+
var IconGenerateMultimage = ({ 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: [
|
|
668
|
+
/* @__PURE__ */ jsx43(
|
|
533
669
|
"path",
|
|
534
670
|
{
|
|
535
671
|
fill: stroke || color || "currentColor",
|
|
536
672
|
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"
|
|
537
673
|
}
|
|
538
674
|
),
|
|
539
|
-
/* @__PURE__ */
|
|
675
|
+
/* @__PURE__ */ jsx43(
|
|
540
676
|
"path",
|
|
541
677
|
{
|
|
542
678
|
fill: stroke || color || "currentColor",
|
|
@@ -545,12 +681,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
545
681
|
clipRule: "evenodd"
|
|
546
682
|
}
|
|
547
683
|
),
|
|
548
|
-
/* @__PURE__ */
|
|
684
|
+
/* @__PURE__ */ jsx43("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
549
685
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
550
686
|
|
|
551
687
|
// src/components/GenerateFilled.tsx
|
|
552
|
-
import { jsx as
|
|
553
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
688
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
689
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx44(
|
|
554
690
|
"path",
|
|
555
691
|
{
|
|
556
692
|
fill: fill || color || "currentColor",
|
|
@@ -561,16 +697,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
561
697
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
562
698
|
|
|
563
699
|
// src/components/GenerateFrameStart.tsx
|
|
564
|
-
import { jsx as
|
|
565
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
566
|
-
/* @__PURE__ */
|
|
700
|
+
import { jsx as jsx45, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
701
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
702
|
+
/* @__PURE__ */ jsx45(
|
|
567
703
|
"path",
|
|
568
704
|
{
|
|
569
705
|
fill: stroke || color || "currentColor",
|
|
570
706
|
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"
|
|
571
707
|
}
|
|
572
708
|
),
|
|
573
|
-
/* @__PURE__ */
|
|
709
|
+
/* @__PURE__ */ jsx45(
|
|
574
710
|
"path",
|
|
575
711
|
{
|
|
576
712
|
fill: stroke || color || "currentColor",
|
|
@@ -582,9 +718,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
582
718
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
583
719
|
|
|
584
720
|
// src/components/GenerateFrameStart2End.tsx
|
|
585
|
-
import { jsx as
|
|
586
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
587
|
-
/* @__PURE__ */
|
|
721
|
+
import { jsx as jsx46, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
722
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
723
|
+
/* @__PURE__ */ jsx46(
|
|
588
724
|
"path",
|
|
589
725
|
{
|
|
590
726
|
fill: stroke || color || "currentColor",
|
|
@@ -593,14 +729,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
593
729
|
clipRule: "evenodd"
|
|
594
730
|
}
|
|
595
731
|
),
|
|
596
|
-
/* @__PURE__ */
|
|
732
|
+
/* @__PURE__ */ jsx46(
|
|
597
733
|
"path",
|
|
598
734
|
{
|
|
599
735
|
fill: stroke || color || "currentColor",
|
|
600
736
|
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"
|
|
601
737
|
}
|
|
602
738
|
),
|
|
603
|
-
/* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx46(
|
|
604
740
|
"path",
|
|
605
741
|
{
|
|
606
742
|
fill: stroke || color || "currentColor",
|
|
@@ -612,9 +748,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
612
748
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
613
749
|
|
|
614
750
|
// src/components/GenerateSwitchframe.tsx
|
|
615
|
-
import { jsx as
|
|
616
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
617
|
-
/* @__PURE__ */
|
|
751
|
+
import { jsx as jsx47, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
752
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
753
|
+
/* @__PURE__ */ jsx47(
|
|
618
754
|
"path",
|
|
619
755
|
{
|
|
620
756
|
fill: stroke || color || "currentColor",
|
|
@@ -623,7 +759,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
623
759
|
clipRule: "evenodd"
|
|
624
760
|
}
|
|
625
761
|
),
|
|
626
|
-
/* @__PURE__ */
|
|
762
|
+
/* @__PURE__ */ jsx47(
|
|
627
763
|
"path",
|
|
628
764
|
{
|
|
629
765
|
fill: stroke || color || "currentColor",
|
|
@@ -635,16 +771,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
635
771
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
636
772
|
|
|
637
773
|
// src/components/GenerateT2V.tsx
|
|
638
|
-
import { jsx as
|
|
639
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
640
|
-
/* @__PURE__ */
|
|
774
|
+
import { jsx as jsx48, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
775
|
+
var IconGenerateT2V = ({ 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: [
|
|
776
|
+
/* @__PURE__ */ jsx48(
|
|
641
777
|
"path",
|
|
642
778
|
{
|
|
643
779
|
fill: stroke || color || "currentColor",
|
|
644
780
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
645
781
|
}
|
|
646
782
|
),
|
|
647
|
-
/* @__PURE__ */
|
|
783
|
+
/* @__PURE__ */ jsx48(
|
|
648
784
|
"path",
|
|
649
785
|
{
|
|
650
786
|
fill: stroke || color || "currentColor",
|
|
@@ -656,16 +792,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
656
792
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
657
793
|
|
|
658
794
|
// src/components/GenreAuto.tsx
|
|
659
|
-
import { jsx as
|
|
660
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
661
|
-
/* @__PURE__ */
|
|
795
|
+
import { jsx as jsx49, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
796
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
797
|
+
/* @__PURE__ */ jsx49(
|
|
662
798
|
"path",
|
|
663
799
|
{
|
|
664
800
|
fill: stroke || color || "currentColor",
|
|
665
801
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
666
802
|
}
|
|
667
803
|
),
|
|
668
|
-
/* @__PURE__ */
|
|
804
|
+
/* @__PURE__ */ jsx49(
|
|
669
805
|
"path",
|
|
670
806
|
{
|
|
671
807
|
fill: stroke || color || "currentColor",
|
|
@@ -674,15 +810,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
674
810
|
clipRule: "evenodd"
|
|
675
811
|
}
|
|
676
812
|
),
|
|
677
|
-
/* @__PURE__ */
|
|
678
|
-
/* @__PURE__ */
|
|
813
|
+
/* @__PURE__ */ jsx49("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
814
|
+
/* @__PURE__ */ jsx49(
|
|
679
815
|
"path",
|
|
680
816
|
{
|
|
681
817
|
fill: stroke || color || "currentColor",
|
|
682
818
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
683
819
|
}
|
|
684
820
|
),
|
|
685
|
-
/* @__PURE__ */
|
|
821
|
+
/* @__PURE__ */ jsx49(
|
|
686
822
|
"path",
|
|
687
823
|
{
|
|
688
824
|
fill: stroke || color || "currentColor",
|
|
@@ -692,23 +828,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
692
828
|
] }), GenreAuto_default = IconGenreAuto;
|
|
693
829
|
|
|
694
830
|
// src/components/GenreComedy.tsx
|
|
695
|
-
import { jsx as
|
|
696
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
697
|
-
/* @__PURE__ */
|
|
831
|
+
import { jsx as jsx50, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
832
|
+
var IconGenreComedy = ({ 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: [
|
|
833
|
+
/* @__PURE__ */ jsx50(
|
|
698
834
|
"path",
|
|
699
835
|
{
|
|
700
836
|
fill: stroke || color || "currentColor",
|
|
701
837
|
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"
|
|
702
838
|
}
|
|
703
839
|
),
|
|
704
|
-
/* @__PURE__ */
|
|
840
|
+
/* @__PURE__ */ jsx50(
|
|
705
841
|
"path",
|
|
706
842
|
{
|
|
707
843
|
fill: stroke || color || "currentColor",
|
|
708
844
|
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"
|
|
709
845
|
}
|
|
710
846
|
),
|
|
711
|
-
/* @__PURE__ */
|
|
847
|
+
/* @__PURE__ */ jsx50(
|
|
712
848
|
"path",
|
|
713
849
|
{
|
|
714
850
|
fill: stroke || color || "currentColor",
|
|
@@ -717,7 +853,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
717
853
|
clipRule: "evenodd"
|
|
718
854
|
}
|
|
719
855
|
),
|
|
720
|
-
/* @__PURE__ */
|
|
856
|
+
/* @__PURE__ */ jsx50(
|
|
721
857
|
"path",
|
|
722
858
|
{
|
|
723
859
|
fill: stroke || color || "currentColor",
|
|
@@ -729,8 +865,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
729
865
|
] }), GenreComedy_default = IconGenreComedy;
|
|
730
866
|
|
|
731
867
|
// src/components/GenreFantasy.tsx
|
|
732
|
-
import { jsx as
|
|
733
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
868
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
869
|
+
var IconGenreFantasy = ({ 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(
|
|
734
870
|
"path",
|
|
735
871
|
{
|
|
736
872
|
fill: stroke || color || "currentColor",
|
|
@@ -741,23 +877,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
741
877
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
742
878
|
|
|
743
879
|
// src/components/GenreHorror.tsx
|
|
744
|
-
import { jsx as
|
|
745
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
746
|
-
/* @__PURE__ */
|
|
880
|
+
import { jsx as jsx52, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
881
|
+
var IconGenreHorror = ({ 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: [
|
|
882
|
+
/* @__PURE__ */ jsx52(
|
|
747
883
|
"path",
|
|
748
884
|
{
|
|
749
885
|
fill: stroke || color || "currentColor",
|
|
750
886
|
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"
|
|
751
887
|
}
|
|
752
888
|
),
|
|
753
|
-
/* @__PURE__ */
|
|
889
|
+
/* @__PURE__ */ jsx52(
|
|
754
890
|
"path",
|
|
755
891
|
{
|
|
756
892
|
fill: stroke || color || "currentColor",
|
|
757
893
|
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"
|
|
758
894
|
}
|
|
759
895
|
),
|
|
760
|
-
/* @__PURE__ */
|
|
896
|
+
/* @__PURE__ */ jsx52(
|
|
761
897
|
"path",
|
|
762
898
|
{
|
|
763
899
|
fill: stroke || color || "currentColor",
|
|
@@ -769,8 +905,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
769
905
|
] }), GenreHorror_default = IconGenreHorror;
|
|
770
906
|
|
|
771
907
|
// src/components/GenreRomance.tsx
|
|
772
|
-
import { jsx as
|
|
773
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
908
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
909
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx53(
|
|
774
910
|
"path",
|
|
775
911
|
{
|
|
776
912
|
fill: stroke || color || "currentColor",
|
|
@@ -781,16 +917,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
781
917
|
) }), GenreRomance_default = IconGenreRomance;
|
|
782
918
|
|
|
783
919
|
// src/components/GenreScifi.tsx
|
|
784
|
-
import { jsx as
|
|
785
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
786
|
-
/* @__PURE__ */
|
|
920
|
+
import { jsx as jsx54, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
921
|
+
var IconGenreScifi = ({ 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: [
|
|
922
|
+
/* @__PURE__ */ jsx54(
|
|
787
923
|
"path",
|
|
788
924
|
{
|
|
789
925
|
fill: stroke || color || "currentColor",
|
|
790
926
|
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"
|
|
791
927
|
}
|
|
792
928
|
),
|
|
793
|
-
/* @__PURE__ */
|
|
929
|
+
/* @__PURE__ */ jsx54(
|
|
794
930
|
"path",
|
|
795
931
|
{
|
|
796
932
|
fill: stroke || color || "currentColor",
|
|
@@ -799,7 +935,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
799
935
|
clipRule: "evenodd"
|
|
800
936
|
}
|
|
801
937
|
),
|
|
802
|
-
/* @__PURE__ */
|
|
938
|
+
/* @__PURE__ */ jsx54(
|
|
803
939
|
"path",
|
|
804
940
|
{
|
|
805
941
|
fill: stroke || color || "currentColor",
|
|
@@ -809,8 +945,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
809
945
|
] }), GenreScifi_default = IconGenreScifi;
|
|
810
946
|
|
|
811
947
|
// src/components/GenreSuspense.tsx
|
|
812
|
-
import { jsx as
|
|
813
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
948
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
949
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
|
|
814
950
|
"path",
|
|
815
951
|
{
|
|
816
952
|
fill: stroke || color || "currentColor",
|
|
@@ -821,8 +957,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
821
957
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
822
958
|
|
|
823
959
|
// src/components/Genre.tsx
|
|
824
|
-
import { jsx as
|
|
825
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
960
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
961
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx56(
|
|
826
962
|
"path",
|
|
827
963
|
{
|
|
828
964
|
fill: stroke || color || "currentColor",
|
|
@@ -833,9 +969,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
833
969
|
) }), Genre_default = IconGenre;
|
|
834
970
|
|
|
835
971
|
// src/components/GoogleLogoFilled.tsx
|
|
836
|
-
import { jsx as
|
|
837
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
838
|
-
/* @__PURE__ */
|
|
972
|
+
import { jsx as jsx57, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
973
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
974
|
+
/* @__PURE__ */ jsx57(
|
|
839
975
|
"mask",
|
|
840
976
|
{
|
|
841
977
|
id: "mask0_48_113",
|
|
@@ -845,7 +981,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
845
981
|
y: "0",
|
|
846
982
|
maskUnits: "userSpaceOnUse",
|
|
847
983
|
style: { maskType: "luminance" },
|
|
848
|
-
children: /* @__PURE__ */
|
|
984
|
+
children: /* @__PURE__ */ jsx57(
|
|
849
985
|
"path",
|
|
850
986
|
{
|
|
851
987
|
fill: stroke || color || "currentColor",
|
|
@@ -854,64 +990,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
854
990
|
)
|
|
855
991
|
}
|
|
856
992
|
),
|
|
857
|
-
/* @__PURE__ */
|
|
858
|
-
/* @__PURE__ */
|
|
993
|
+
/* @__PURE__ */ jsxs29("g", { mask: "url(#mask0_48_113)", children: [
|
|
994
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
859
995
|
"path",
|
|
860
996
|
{
|
|
861
997
|
fill: "url(#paint0_radial_48_113)",
|
|
862
998
|
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"
|
|
863
999
|
}
|
|
864
1000
|
) }),
|
|
865
|
-
/* @__PURE__ */
|
|
1001
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
866
1002
|
"path",
|
|
867
1003
|
{
|
|
868
1004
|
fill: "url(#paint1_radial_48_113)",
|
|
869
1005
|
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"
|
|
870
1006
|
}
|
|
871
1007
|
) }),
|
|
872
|
-
/* @__PURE__ */
|
|
1008
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
873
1009
|
"path",
|
|
874
1010
|
{
|
|
875
1011
|
fill: "url(#paint2_radial_48_113)",
|
|
876
1012
|
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"
|
|
877
1013
|
}
|
|
878
1014
|
) }),
|
|
879
|
-
/* @__PURE__ */
|
|
1015
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
880
1016
|
"path",
|
|
881
1017
|
{
|
|
882
1018
|
fill: "url(#paint3_radial_48_113)",
|
|
883
1019
|
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"
|
|
884
1020
|
}
|
|
885
1021
|
) }),
|
|
886
|
-
/* @__PURE__ */
|
|
1022
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
887
1023
|
"path",
|
|
888
1024
|
{
|
|
889
1025
|
fill: "#3086FF",
|
|
890
1026
|
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"
|
|
891
1027
|
}
|
|
892
1028
|
) }),
|
|
893
|
-
/* @__PURE__ */
|
|
1029
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
894
1030
|
"path",
|
|
895
1031
|
{
|
|
896
1032
|
fill: "url(#paint4_radial_48_113)",
|
|
897
1033
|
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"
|
|
898
1034
|
}
|
|
899
1035
|
) }),
|
|
900
|
-
/* @__PURE__ */
|
|
1036
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
901
1037
|
"path",
|
|
902
1038
|
{
|
|
903
1039
|
fill: "url(#paint5_radial_48_113)",
|
|
904
1040
|
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"
|
|
905
1041
|
}
|
|
906
1042
|
) }),
|
|
907
|
-
/* @__PURE__ */
|
|
1043
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx57(
|
|
908
1044
|
"path",
|
|
909
1045
|
{
|
|
910
1046
|
fill: "url(#paint6_radial_48_113)",
|
|
911
1047
|
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"
|
|
912
1048
|
}
|
|
913
1049
|
) }),
|
|
914
|
-
/* @__PURE__ */
|
|
1050
|
+
/* @__PURE__ */ jsx57("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx57(
|
|
915
1051
|
"path",
|
|
916
1052
|
{
|
|
917
1053
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -919,8 +1055,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
919
1055
|
}
|
|
920
1056
|
) })
|
|
921
1057
|
] }),
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
1058
|
+
/* @__PURE__ */ jsxs29("defs", { children: [
|
|
1059
|
+
/* @__PURE__ */ jsxs29(
|
|
924
1060
|
"filter",
|
|
925
1061
|
{
|
|
926
1062
|
id: "filter0_f_48_113",
|
|
@@ -931,13 +1067,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
931
1067
|
filterUnits: "userSpaceOnUse",
|
|
932
1068
|
colorInterpolationFilters: "sRGB",
|
|
933
1069
|
children: [
|
|
934
|
-
/* @__PURE__ */
|
|
935
|
-
/* @__PURE__ */
|
|
936
|
-
/* @__PURE__ */
|
|
1070
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1071
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1072
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
937
1073
|
]
|
|
938
1074
|
}
|
|
939
1075
|
),
|
|
940
|
-
/* @__PURE__ */
|
|
1076
|
+
/* @__PURE__ */ jsxs29(
|
|
941
1077
|
"filter",
|
|
942
1078
|
{
|
|
943
1079
|
id: "filter1_f_48_113",
|
|
@@ -948,13 +1084,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
948
1084
|
filterUnits: "userSpaceOnUse",
|
|
949
1085
|
colorInterpolationFilters: "sRGB",
|
|
950
1086
|
children: [
|
|
951
|
-
/* @__PURE__ */
|
|
952
|
-
/* @__PURE__ */
|
|
953
|
-
/* @__PURE__ */
|
|
1087
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1088
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1089
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
954
1090
|
]
|
|
955
1091
|
}
|
|
956
1092
|
),
|
|
957
|
-
/* @__PURE__ */
|
|
1093
|
+
/* @__PURE__ */ jsxs29(
|
|
958
1094
|
"filter",
|
|
959
1095
|
{
|
|
960
1096
|
id: "filter2_f_48_113",
|
|
@@ -965,13 +1101,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
965
1101
|
filterUnits: "userSpaceOnUse",
|
|
966
1102
|
colorInterpolationFilters: "sRGB",
|
|
967
1103
|
children: [
|
|
968
|
-
/* @__PURE__ */
|
|
969
|
-
/* @__PURE__ */
|
|
970
|
-
/* @__PURE__ */
|
|
1104
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1105
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1106
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
971
1107
|
]
|
|
972
1108
|
}
|
|
973
1109
|
),
|
|
974
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsxs29(
|
|
975
1111
|
"filter",
|
|
976
1112
|
{
|
|
977
1113
|
id: "filter3_f_48_113",
|
|
@@ -982,13 +1118,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
982
1118
|
filterUnits: "userSpaceOnUse",
|
|
983
1119
|
colorInterpolationFilters: "sRGB",
|
|
984
1120
|
children: [
|
|
985
|
-
/* @__PURE__ */
|
|
986
|
-
/* @__PURE__ */
|
|
987
|
-
/* @__PURE__ */
|
|
1121
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1122
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1123
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
988
1124
|
]
|
|
989
1125
|
}
|
|
990
1126
|
),
|
|
991
|
-
/* @__PURE__ */
|
|
1127
|
+
/* @__PURE__ */ jsxs29(
|
|
992
1128
|
"filter",
|
|
993
1129
|
{
|
|
994
1130
|
id: "filter4_f_48_113",
|
|
@@ -999,13 +1135,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
999
1135
|
filterUnits: "userSpaceOnUse",
|
|
1000
1136
|
colorInterpolationFilters: "sRGB",
|
|
1001
1137
|
children: [
|
|
1002
|
-
/* @__PURE__ */
|
|
1003
|
-
/* @__PURE__ */
|
|
1004
|
-
/* @__PURE__ */
|
|
1138
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1139
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1140
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1005
1141
|
]
|
|
1006
1142
|
}
|
|
1007
1143
|
),
|
|
1008
|
-
/* @__PURE__ */
|
|
1144
|
+
/* @__PURE__ */ jsxs29(
|
|
1009
1145
|
"filter",
|
|
1010
1146
|
{
|
|
1011
1147
|
id: "filter5_f_48_113",
|
|
@@ -1016,13 +1152,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1016
1152
|
filterUnits: "userSpaceOnUse",
|
|
1017
1153
|
colorInterpolationFilters: "sRGB",
|
|
1018
1154
|
children: [
|
|
1019
|
-
/* @__PURE__ */
|
|
1020
|
-
/* @__PURE__ */
|
|
1021
|
-
/* @__PURE__ */
|
|
1155
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1156
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1157
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1022
1158
|
]
|
|
1023
1159
|
}
|
|
1024
1160
|
),
|
|
1025
|
-
/* @__PURE__ */
|
|
1161
|
+
/* @__PURE__ */ jsxs29(
|
|
1026
1162
|
"filter",
|
|
1027
1163
|
{
|
|
1028
1164
|
id: "filter6_f_48_113",
|
|
@@ -1033,13 +1169,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1033
1169
|
filterUnits: "userSpaceOnUse",
|
|
1034
1170
|
colorInterpolationFilters: "sRGB",
|
|
1035
1171
|
children: [
|
|
1036
|
-
/* @__PURE__ */
|
|
1037
|
-
/* @__PURE__ */
|
|
1038
|
-
/* @__PURE__ */
|
|
1172
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1173
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1174
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1039
1175
|
]
|
|
1040
1176
|
}
|
|
1041
1177
|
),
|
|
1042
|
-
/* @__PURE__ */
|
|
1178
|
+
/* @__PURE__ */ jsxs29(
|
|
1043
1179
|
"filter",
|
|
1044
1180
|
{
|
|
1045
1181
|
id: "filter7_f_48_113",
|
|
@@ -1050,13 +1186,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1050
1186
|
filterUnits: "userSpaceOnUse",
|
|
1051
1187
|
colorInterpolationFilters: "sRGB",
|
|
1052
1188
|
children: [
|
|
1053
|
-
/* @__PURE__ */
|
|
1054
|
-
/* @__PURE__ */
|
|
1055
|
-
/* @__PURE__ */
|
|
1189
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1190
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1191
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1056
1192
|
]
|
|
1057
1193
|
}
|
|
1058
1194
|
),
|
|
1059
|
-
/* @__PURE__ */
|
|
1195
|
+
/* @__PURE__ */ jsxs29(
|
|
1060
1196
|
"filter",
|
|
1061
1197
|
{
|
|
1062
1198
|
id: "filter8_f_48_113",
|
|
@@ -1067,13 +1203,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1067
1203
|
filterUnits: "userSpaceOnUse",
|
|
1068
1204
|
colorInterpolationFilters: "sRGB",
|
|
1069
1205
|
children: [
|
|
1070
|
-
/* @__PURE__ */
|
|
1071
|
-
/* @__PURE__ */
|
|
1072
|
-
/* @__PURE__ */
|
|
1206
|
+
/* @__PURE__ */ jsx57("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1207
|
+
/* @__PURE__ */ jsx57("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1208
|
+
/* @__PURE__ */ jsx57("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1073
1209
|
]
|
|
1074
1210
|
}
|
|
1075
1211
|
),
|
|
1076
|
-
/* @__PURE__ */
|
|
1212
|
+
/* @__PURE__ */ jsxs29(
|
|
1077
1213
|
"radialGradient",
|
|
1078
1214
|
{
|
|
1079
1215
|
id: "paint0_radial_48_113",
|
|
@@ -1083,20 +1219,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1083
1219
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1084
1220
|
gradientUnits: "userSpaceOnUse",
|
|
1085
1221
|
children: [
|
|
1086
|
-
/* @__PURE__ */
|
|
1087
|
-
/* @__PURE__ */
|
|
1088
|
-
/* @__PURE__ */
|
|
1089
|
-
/* @__PURE__ */
|
|
1090
|
-
/* @__PURE__ */
|
|
1091
|
-
/* @__PURE__ */
|
|
1092
|
-
/* @__PURE__ */
|
|
1093
|
-
/* @__PURE__ */
|
|
1094
|
-
/* @__PURE__ */
|
|
1095
|
-
/* @__PURE__ */
|
|
1222
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1223
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1224
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1225
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1226
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1227
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1228
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1229
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1230
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1231
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1096
1232
|
]
|
|
1097
1233
|
}
|
|
1098
1234
|
),
|
|
1099
|
-
/* @__PURE__ */
|
|
1235
|
+
/* @__PURE__ */ jsxs29(
|
|
1100
1236
|
"radialGradient",
|
|
1101
1237
|
{
|
|
1102
1238
|
id: "paint1_radial_48_113",
|
|
@@ -1106,12 +1242,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1106
1242
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1107
1243
|
gradientUnits: "userSpaceOnUse",
|
|
1108
1244
|
children: [
|
|
1109
|
-
/* @__PURE__ */
|
|
1110
|
-
/* @__PURE__ */
|
|
1245
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1246
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1111
1247
|
]
|
|
1112
1248
|
}
|
|
1113
1249
|
),
|
|
1114
|
-
/* @__PURE__ */
|
|
1250
|
+
/* @__PURE__ */ jsxs29(
|
|
1115
1251
|
"radialGradient",
|
|
1116
1252
|
{
|
|
1117
1253
|
id: "paint2_radial_48_113",
|
|
@@ -1121,18 +1257,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1121
1257
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1122
1258
|
gradientUnits: "userSpaceOnUse",
|
|
1123
1259
|
children: [
|
|
1124
|
-
/* @__PURE__ */
|
|
1125
|
-
/* @__PURE__ */
|
|
1126
|
-
/* @__PURE__ */
|
|
1127
|
-
/* @__PURE__ */
|
|
1128
|
-
/* @__PURE__ */
|
|
1129
|
-
/* @__PURE__ */
|
|
1130
|
-
/* @__PURE__ */
|
|
1131
|
-
/* @__PURE__ */
|
|
1260
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1261
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1262
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1263
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1264
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1265
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1266
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1267
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1132
1268
|
]
|
|
1133
1269
|
}
|
|
1134
1270
|
),
|
|
1135
|
-
/* @__PURE__ */
|
|
1271
|
+
/* @__PURE__ */ jsxs29(
|
|
1136
1272
|
"radialGradient",
|
|
1137
1273
|
{
|
|
1138
1274
|
id: "paint3_radial_48_113",
|
|
@@ -1142,19 +1278,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1142
1278
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1143
1279
|
gradientUnits: "userSpaceOnUse",
|
|
1144
1280
|
children: [
|
|
1145
|
-
/* @__PURE__ */
|
|
1146
|
-
/* @__PURE__ */
|
|
1147
|
-
/* @__PURE__ */
|
|
1148
|
-
/* @__PURE__ */
|
|
1149
|
-
/* @__PURE__ */
|
|
1150
|
-
/* @__PURE__ */
|
|
1151
|
-
/* @__PURE__ */
|
|
1152
|
-
/* @__PURE__ */
|
|
1153
|
-
/* @__PURE__ */
|
|
1281
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1282
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1283
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1284
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1285
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1286
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1287
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1288
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1289
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1154
1290
|
]
|
|
1155
1291
|
}
|
|
1156
1292
|
),
|
|
1157
|
-
/* @__PURE__ */
|
|
1293
|
+
/* @__PURE__ */ jsxs29(
|
|
1158
1294
|
"radialGradient",
|
|
1159
1295
|
{
|
|
1160
1296
|
id: "paint4_radial_48_113",
|
|
@@ -1164,18 +1300,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1164
1300
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1165
1301
|
gradientUnits: "userSpaceOnUse",
|
|
1166
1302
|
children: [
|
|
1167
|
-
/* @__PURE__ */
|
|
1168
|
-
/* @__PURE__ */
|
|
1169
|
-
/* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1171
|
-
/* @__PURE__ */
|
|
1172
|
-
/* @__PURE__ */
|
|
1173
|
-
/* @__PURE__ */
|
|
1174
|
-
/* @__PURE__ */
|
|
1303
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1304
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1305
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1306
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1307
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1308
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1309
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1310
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1175
1311
|
]
|
|
1176
1312
|
}
|
|
1177
1313
|
),
|
|
1178
|
-
/* @__PURE__ */
|
|
1314
|
+
/* @__PURE__ */ jsxs29(
|
|
1179
1315
|
"radialGradient",
|
|
1180
1316
|
{
|
|
1181
1317
|
id: "paint5_radial_48_113",
|
|
@@ -1185,15 +1321,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1185
1321
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1186
1322
|
gradientUnits: "userSpaceOnUse",
|
|
1187
1323
|
children: [
|
|
1188
|
-
/* @__PURE__ */
|
|
1189
|
-
/* @__PURE__ */
|
|
1190
|
-
/* @__PURE__ */
|
|
1191
|
-
/* @__PURE__ */
|
|
1192
|
-
/* @__PURE__ */
|
|
1324
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1325
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1326
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1327
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1328
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1193
1329
|
]
|
|
1194
1330
|
}
|
|
1195
1331
|
),
|
|
1196
|
-
/* @__PURE__ */
|
|
1332
|
+
/* @__PURE__ */ jsxs29(
|
|
1197
1333
|
"radialGradient",
|
|
1198
1334
|
{
|
|
1199
1335
|
id: "paint6_radial_48_113",
|
|
@@ -1203,20 +1339,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1203
1339
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1204
1340
|
gradientUnits: "userSpaceOnUse",
|
|
1205
1341
|
children: [
|
|
1206
|
-
/* @__PURE__ */
|
|
1207
|
-
/* @__PURE__ */
|
|
1208
|
-
/* @__PURE__ */
|
|
1209
|
-
/* @__PURE__ */
|
|
1210
|
-
/* @__PURE__ */
|
|
1211
|
-
/* @__PURE__ */
|
|
1212
|
-
/* @__PURE__ */
|
|
1213
|
-
/* @__PURE__ */
|
|
1214
|
-
/* @__PURE__ */
|
|
1215
|
-
/* @__PURE__ */
|
|
1342
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1343
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1344
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1345
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1346
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1347
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1348
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1349
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1350
|
+
/* @__PURE__ */ jsx57("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1351
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#86C504" })
|
|
1216
1352
|
]
|
|
1217
1353
|
}
|
|
1218
1354
|
),
|
|
1219
|
-
/* @__PURE__ */
|
|
1355
|
+
/* @__PURE__ */ jsxs29(
|
|
1220
1356
|
"linearGradient",
|
|
1221
1357
|
{
|
|
1222
1358
|
id: "paint7_linear_48_113",
|
|
@@ -1226,8 +1362,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1226
1362
|
y2: "21.5116",
|
|
1227
1363
|
gradientUnits: "userSpaceOnUse",
|
|
1228
1364
|
children: [
|
|
1229
|
-
/* @__PURE__ */
|
|
1230
|
-
/* @__PURE__ */
|
|
1365
|
+
/* @__PURE__ */ jsx57("stop", { stopColor: "#0FBC5C" }),
|
|
1366
|
+
/* @__PURE__ */ jsx57("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1231
1367
|
]
|
|
1232
1368
|
}
|
|
1233
1369
|
)
|
|
@@ -1235,8 +1371,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1235
1371
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1236
1372
|
|
|
1237
1373
|
// src/components/Handtool.tsx
|
|
1238
|
-
import { jsx as
|
|
1239
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1374
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1375
|
+
var IconHandtool = ({ 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(
|
|
1240
1376
|
"path",
|
|
1241
1377
|
{
|
|
1242
1378
|
fill: stroke || color || "currentColor",
|
|
@@ -1245,17 +1381,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1245
1381
|
) }), Handtool_default = IconHandtool;
|
|
1246
1382
|
|
|
1247
1383
|
// src/components/Help.tsx
|
|
1248
|
-
import { jsx as
|
|
1249
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1250
|
-
/* @__PURE__ */
|
|
1251
|
-
/* @__PURE__ */
|
|
1384
|
+
import { jsx as jsx59, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1385
|
+
var IconHelp = ({ 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: [
|
|
1386
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1387
|
+
/* @__PURE__ */ jsx59(
|
|
1252
1388
|
"path",
|
|
1253
1389
|
{
|
|
1254
1390
|
fill: stroke || color || "currentColor",
|
|
1255
1391
|
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"
|
|
1256
1392
|
}
|
|
1257
1393
|
),
|
|
1258
|
-
/* @__PURE__ */
|
|
1394
|
+
/* @__PURE__ */ jsx59(
|
|
1259
1395
|
"path",
|
|
1260
1396
|
{
|
|
1261
1397
|
fill: stroke || color || "currentColor",
|
|
@@ -1267,8 +1403,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1267
1403
|
] }), Help_default = IconHelp;
|
|
1268
1404
|
|
|
1269
1405
|
// src/components/HomepageFilled.tsx
|
|
1270
|
-
import { jsx as
|
|
1271
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1406
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
1407
|
+
var IconHomepageFilled = ({ 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(
|
|
1272
1408
|
"path",
|
|
1273
1409
|
{
|
|
1274
1410
|
fill: fill || color || "currentColor",
|
|
@@ -1279,16 +1415,16 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1279
1415
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1280
1416
|
|
|
1281
1417
|
// src/components/ImageGeneration.tsx
|
|
1282
|
-
import { jsx as
|
|
1283
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1284
|
-
/* @__PURE__ */
|
|
1418
|
+
import { jsx as jsx61, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1419
|
+
var IconImageGeneration = ({ 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: [
|
|
1420
|
+
/* @__PURE__ */ jsx61(
|
|
1285
1421
|
"path",
|
|
1286
1422
|
{
|
|
1287
1423
|
fill: stroke || color || "currentColor",
|
|
1288
1424
|
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"
|
|
1289
1425
|
}
|
|
1290
1426
|
),
|
|
1291
|
-
/* @__PURE__ */
|
|
1427
|
+
/* @__PURE__ */ jsx61(
|
|
1292
1428
|
"path",
|
|
1293
1429
|
{
|
|
1294
1430
|
fill: stroke || color || "currentColor",
|
|
@@ -1298,9 +1434,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1298
1434
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1299
1435
|
|
|
1300
1436
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1301
|
-
import { jsx as
|
|
1302
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1303
|
-
/* @__PURE__ */
|
|
1437
|
+
import { jsx as jsx62, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1438
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
1439
|
+
/* @__PURE__ */ jsx62(
|
|
1304
1440
|
"path",
|
|
1305
1441
|
{
|
|
1306
1442
|
fill: fill || color || "currentColor",
|
|
@@ -1309,7 +1445,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1309
1445
|
clipRule: "evenodd"
|
|
1310
1446
|
}
|
|
1311
1447
|
),
|
|
1312
|
-
/* @__PURE__ */
|
|
1448
|
+
/* @__PURE__ */ jsx62(
|
|
1313
1449
|
"path",
|
|
1314
1450
|
{
|
|
1315
1451
|
fill: fill || color || "currentColor",
|
|
@@ -1319,11 +1455,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1319
1455
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1320
1456
|
|
|
1321
1457
|
// src/components/Info.tsx
|
|
1322
|
-
import { jsx as
|
|
1323
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1324
|
-
/* @__PURE__ */
|
|
1325
|
-
/* @__PURE__ */
|
|
1326
|
-
/* @__PURE__ */
|
|
1458
|
+
import { jsx as jsx63, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1459
|
+
var IconInfo = ({ 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: [
|
|
1460
|
+
/* @__PURE__ */ jsx63("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1461
|
+
/* @__PURE__ */ jsx63("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1462
|
+
/* @__PURE__ */ jsx63(
|
|
1327
1463
|
"path",
|
|
1328
1464
|
{
|
|
1329
1465
|
fill: stroke || color || "currentColor",
|
|
@@ -1335,8 +1471,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1335
1471
|
] }), Info_default = IconInfo;
|
|
1336
1472
|
|
|
1337
1473
|
// src/components/Invitecode.tsx
|
|
1338
|
-
import { jsx as
|
|
1339
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1474
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1475
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
|
|
1340
1476
|
"path",
|
|
1341
1477
|
{
|
|
1342
1478
|
fill: fill || color || "currentColor",
|
|
@@ -1347,8 +1483,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1347
1483
|
) }), Invitecode_default = IconInvitecode;
|
|
1348
1484
|
|
|
1349
1485
|
// src/components/Loading.tsx
|
|
1350
|
-
import { jsx as
|
|
1351
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1486
|
+
import { jsx as jsx65, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1487
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34(
|
|
1352
1488
|
"svg",
|
|
1353
1489
|
{
|
|
1354
1490
|
fill: "none",
|
|
@@ -1358,10 +1494,10 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1358
1494
|
height: height || size,
|
|
1359
1495
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1360
1496
|
children: [
|
|
1361
|
-
/* @__PURE__ */
|
|
1362
|
-
/* @__PURE__ */
|
|
1363
|
-
/* @__PURE__ */
|
|
1364
|
-
/* @__PURE__ */
|
|
1497
|
+
/* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
1498
|
+
/* @__PURE__ */ jsxs34("defs", { children: [
|
|
1499
|
+
/* @__PURE__ */ jsx65("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ jsx65("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
1500
|
+
/* @__PURE__ */ jsx65(
|
|
1365
1501
|
"image",
|
|
1366
1502
|
{
|
|
1367
1503
|
id: "image0_78_19",
|
|
@@ -1377,16 +1513,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1377
1513
|
), Loading_default = IconLoading;
|
|
1378
1514
|
|
|
1379
1515
|
// src/components/Login.tsx
|
|
1380
|
-
import { jsx as
|
|
1381
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1382
|
-
/* @__PURE__ */
|
|
1516
|
+
import { jsx as jsx66, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1517
|
+
var IconLogin = ({ 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: [
|
|
1518
|
+
/* @__PURE__ */ jsx66(
|
|
1383
1519
|
"path",
|
|
1384
1520
|
{
|
|
1385
1521
|
fill: stroke || color || "currentColor",
|
|
1386
1522
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1387
1523
|
}
|
|
1388
1524
|
),
|
|
1389
|
-
/* @__PURE__ */
|
|
1525
|
+
/* @__PURE__ */ jsx66(
|
|
1390
1526
|
"path",
|
|
1391
1527
|
{
|
|
1392
1528
|
fill: stroke || color || "currentColor",
|
|
@@ -1398,9 +1534,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1398
1534
|
] }), Login_default = IconLogin;
|
|
1399
1535
|
|
|
1400
1536
|
// src/components/Logout.tsx
|
|
1401
|
-
import { jsx as
|
|
1402
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1403
|
-
/* @__PURE__ */
|
|
1537
|
+
import { jsx as jsx67, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1538
|
+
var IconLogout = ({ 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: [
|
|
1539
|
+
/* @__PURE__ */ jsx67(
|
|
1404
1540
|
"path",
|
|
1405
1541
|
{
|
|
1406
1542
|
fill: stroke || color || "currentColor",
|
|
@@ -1409,7 +1545,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1409
1545
|
clipRule: "evenodd"
|
|
1410
1546
|
}
|
|
1411
1547
|
),
|
|
1412
|
-
/* @__PURE__ */
|
|
1548
|
+
/* @__PURE__ */ jsx67(
|
|
1413
1549
|
"path",
|
|
1414
1550
|
{
|
|
1415
1551
|
fill: stroke || color || "currentColor",
|
|
@@ -1419,19 +1555,29 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1419
1555
|
] }), Logout_default = IconLogout;
|
|
1420
1556
|
|
|
1421
1557
|
// src/components/ModelGeminiFilled.tsx
|
|
1422
|
-
import { jsx as
|
|
1423
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1558
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1559
|
+
var IconModelGeminiFilled = ({ 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(
|
|
1424
1560
|
"path",
|
|
1425
1561
|
{
|
|
1426
1562
|
fill: fill || color || "currentColor",
|
|
1427
|
-
d: "
|
|
1563
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
1428
1564
|
}
|
|
1429
1565
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1430
1566
|
|
|
1567
|
+
// src/components/ModelOpenaiFilled.tsx
|
|
1568
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1569
|
+
var IconModelOpenaiFilled = ({ 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(
|
|
1570
|
+
"path",
|
|
1571
|
+
{
|
|
1572
|
+
fill: fill || color || "currentColor",
|
|
1573
|
+
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"
|
|
1574
|
+
}
|
|
1575
|
+
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1576
|
+
|
|
1431
1577
|
// src/components/ModelDeepmindFilled.tsx
|
|
1432
|
-
import { jsx as
|
|
1433
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1434
|
-
/* @__PURE__ */
|
|
1578
|
+
import { jsx as jsx70, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1579
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
1580
|
+
/* @__PURE__ */ jsx70("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx70(
|
|
1435
1581
|
"path",
|
|
1436
1582
|
{
|
|
1437
1583
|
fill: fill || color || "currentColor",
|
|
@@ -1440,12 +1586,39 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
1440
1586
|
clipRule: "evenodd"
|
|
1441
1587
|
}
|
|
1442
1588
|
) }),
|
|
1443
|
-
/* @__PURE__ */
|
|
1589
|
+
/* @__PURE__ */ jsx70("defs", { children: /* @__PURE__ */ jsx70("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx70("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1444
1590
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1445
1591
|
|
|
1592
|
+
// src/components/ModelSeedFilled.tsx
|
|
1593
|
+
import { jsx as jsx71, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1594
|
+
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1595
|
+
/* @__PURE__ */ jsx71("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
1596
|
+
/* @__PURE__ */ jsx71(
|
|
1597
|
+
"path",
|
|
1598
|
+
{
|
|
1599
|
+
fill: fill || color || "currentColor",
|
|
1600
|
+
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1601
|
+
}
|
|
1602
|
+
),
|
|
1603
|
+
/* @__PURE__ */ jsx71(
|
|
1604
|
+
"path",
|
|
1605
|
+
{
|
|
1606
|
+
fill: fill || color || "currentColor",
|
|
1607
|
+
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1608
|
+
}
|
|
1609
|
+
),
|
|
1610
|
+
/* @__PURE__ */ jsx71(
|
|
1611
|
+
"path",
|
|
1612
|
+
{
|
|
1613
|
+
fill: fill || color || "currentColor",
|
|
1614
|
+
d: "M16.9968 18.0778L13.218 17.1178V9.01844L16.9968 8.05851V18.0778Z"
|
|
1615
|
+
}
|
|
1616
|
+
)
|
|
1617
|
+
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1618
|
+
|
|
1446
1619
|
// src/components/ModelSoraFilled.tsx
|
|
1447
|
-
import { jsx as
|
|
1448
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1620
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1621
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx72("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx72(
|
|
1449
1622
|
"path",
|
|
1450
1623
|
{
|
|
1451
1624
|
fill: fill || color || "currentColor",
|
|
@@ -1454,7 +1627,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1454
1627
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1455
1628
|
|
|
1456
1629
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1457
|
-
import { jsx as
|
|
1630
|
+
import { jsx as jsx73, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1458
1631
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
1459
1632
|
size,
|
|
1460
1633
|
width,
|
|
@@ -1463,64 +1636,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1463
1636
|
className,
|
|
1464
1637
|
fill,
|
|
1465
1638
|
stroke
|
|
1466
|
-
}) => /* @__PURE__ */
|
|
1467
|
-
/* @__PURE__ */
|
|
1639
|
+
}) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1640
|
+
/* @__PURE__ */ jsx73(
|
|
1468
1641
|
"path",
|
|
1469
1642
|
{
|
|
1470
1643
|
fill: "#5A5C62",
|
|
1471
1644
|
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"
|
|
1472
1645
|
}
|
|
1473
1646
|
),
|
|
1474
|
-
/* @__PURE__ */
|
|
1647
|
+
/* @__PURE__ */ jsx73(
|
|
1475
1648
|
"path",
|
|
1476
1649
|
{
|
|
1477
1650
|
fill: "#D5D6D7",
|
|
1478
1651
|
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"
|
|
1479
1652
|
}
|
|
1480
1653
|
),
|
|
1481
|
-
/* @__PURE__ */
|
|
1654
|
+
/* @__PURE__ */ jsx73(
|
|
1482
1655
|
"path",
|
|
1483
1656
|
{
|
|
1484
1657
|
fill: "#C4C5C7",
|
|
1485
1658
|
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"
|
|
1486
1659
|
}
|
|
1487
1660
|
),
|
|
1488
|
-
/* @__PURE__ */
|
|
1661
|
+
/* @__PURE__ */ jsx73(
|
|
1489
1662
|
"path",
|
|
1490
1663
|
{
|
|
1491
1664
|
fill: "#7B7C81",
|
|
1492
1665
|
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"
|
|
1493
1666
|
}
|
|
1494
1667
|
),
|
|
1495
|
-
/* @__PURE__ */
|
|
1668
|
+
/* @__PURE__ */ jsx73(
|
|
1496
1669
|
"path",
|
|
1497
1670
|
{
|
|
1498
1671
|
fill: "#85878B",
|
|
1499
1672
|
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"
|
|
1500
1673
|
}
|
|
1501
1674
|
),
|
|
1502
|
-
/* @__PURE__ */
|
|
1675
|
+
/* @__PURE__ */ jsx73(
|
|
1503
1676
|
"path",
|
|
1504
1677
|
{
|
|
1505
1678
|
fill: "#1B1D24",
|
|
1506
1679
|
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"
|
|
1507
1680
|
}
|
|
1508
1681
|
),
|
|
1509
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ jsx73(
|
|
1510
1683
|
"path",
|
|
1511
1684
|
{
|
|
1512
1685
|
fill: "#D5D6D7",
|
|
1513
1686
|
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"
|
|
1514
1687
|
}
|
|
1515
1688
|
),
|
|
1516
|
-
/* @__PURE__ */
|
|
1689
|
+
/* @__PURE__ */ jsx73(
|
|
1517
1690
|
"path",
|
|
1518
1691
|
{
|
|
1519
1692
|
fill: "#85878B",
|
|
1520
1693
|
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"
|
|
1521
1694
|
}
|
|
1522
1695
|
),
|
|
1523
|
-
/* @__PURE__ */
|
|
1696
|
+
/* @__PURE__ */ jsx73(
|
|
1524
1697
|
"path",
|
|
1525
1698
|
{
|
|
1526
1699
|
fill: "#D5D6D7",
|
|
@@ -1530,8 +1703,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1530
1703
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1531
1704
|
|
|
1532
1705
|
// src/components/Models.tsx
|
|
1533
|
-
import { jsx as
|
|
1534
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1706
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
1707
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx74(
|
|
1535
1708
|
"path",
|
|
1536
1709
|
{
|
|
1537
1710
|
fill: stroke || color || "currentColor",
|
|
@@ -1541,24 +1714,44 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1541
1714
|
}
|
|
1542
1715
|
) }), Models_default = IconModels;
|
|
1543
1716
|
|
|
1717
|
+
// src/components/MoreCollapse.tsx
|
|
1718
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1719
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx75(
|
|
1720
|
+
"path",
|
|
1721
|
+
{
|
|
1722
|
+
fill: stroke || color || "currentColor",
|
|
1723
|
+
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 24ZM12 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 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
1724
|
+
}
|
|
1725
|
+
) }), MoreCollapse_default = IconMoreCollapse;
|
|
1726
|
+
|
|
1727
|
+
// src/components/MoreShowed.tsx
|
|
1728
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1729
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx76(
|
|
1730
|
+
"path",
|
|
1731
|
+
{
|
|
1732
|
+
fill: stroke || color || "currentColor",
|
|
1733
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM17.2959 13.4551L15.7051 15.0459L12 11.3408L8.2959 15.0459L6.70508 13.4551L12 8.15918L17.2959 13.4551Z"
|
|
1734
|
+
}
|
|
1735
|
+
) }), MoreShowed_default = IconMoreShowed;
|
|
1736
|
+
|
|
1544
1737
|
// src/components/More.tsx
|
|
1545
|
-
import { jsx as
|
|
1546
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1547
|
-
/* @__PURE__ */
|
|
1738
|
+
import { jsx as jsx77, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1739
|
+
var IconMore = ({ 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: [
|
|
1740
|
+
/* @__PURE__ */ jsx77(
|
|
1548
1741
|
"path",
|
|
1549
1742
|
{
|
|
1550
1743
|
fill: stroke || color || "currentColor",
|
|
1551
1744
|
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"
|
|
1552
1745
|
}
|
|
1553
1746
|
),
|
|
1554
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsx77(
|
|
1555
1748
|
"path",
|
|
1556
1749
|
{
|
|
1557
1750
|
fill: stroke || color || "currentColor",
|
|
1558
1751
|
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"
|
|
1559
1752
|
}
|
|
1560
1753
|
),
|
|
1561
|
-
/* @__PURE__ */
|
|
1754
|
+
/* @__PURE__ */ jsx77(
|
|
1562
1755
|
"path",
|
|
1563
1756
|
{
|
|
1564
1757
|
fill: stroke || color || "currentColor",
|
|
@@ -1568,30 +1761,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1568
1761
|
] }), More_default = IconMore;
|
|
1569
1762
|
|
|
1570
1763
|
// src/components/Moresettings.tsx
|
|
1571
|
-
import { jsx as
|
|
1572
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1573
|
-
/* @__PURE__ */
|
|
1764
|
+
import { jsx as jsx78, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1765
|
+
var IconMoresettings = ({ 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: [
|
|
1766
|
+
/* @__PURE__ */ jsx78(
|
|
1574
1767
|
"path",
|
|
1575
1768
|
{
|
|
1576
1769
|
fill: stroke || color || "currentColor",
|
|
1577
1770
|
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"
|
|
1578
1771
|
}
|
|
1579
1772
|
),
|
|
1580
|
-
/* @__PURE__ */
|
|
1773
|
+
/* @__PURE__ */ jsx78(
|
|
1581
1774
|
"path",
|
|
1582
1775
|
{
|
|
1583
1776
|
fill: stroke || color || "currentColor",
|
|
1584
1777
|
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"
|
|
1585
1778
|
}
|
|
1586
1779
|
),
|
|
1587
|
-
/* @__PURE__ */
|
|
1780
|
+
/* @__PURE__ */ jsx78(
|
|
1588
1781
|
"path",
|
|
1589
1782
|
{
|
|
1590
1783
|
fill: stroke || color || "currentColor",
|
|
1591
1784
|
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"
|
|
1592
1785
|
}
|
|
1593
1786
|
),
|
|
1594
|
-
/* @__PURE__ */
|
|
1787
|
+
/* @__PURE__ */ jsx78(
|
|
1595
1788
|
"path",
|
|
1596
1789
|
{
|
|
1597
1790
|
fill: stroke || color || "currentColor",
|
|
@@ -1603,8 +1796,8 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
1603
1796
|
] }), Moresettings_default = IconMoresettings;
|
|
1604
1797
|
|
|
1605
1798
|
// src/components/Musicassets.tsx
|
|
1606
|
-
import { jsx as
|
|
1607
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1799
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1800
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
|
|
1608
1801
|
"path",
|
|
1609
1802
|
{
|
|
1610
1803
|
fill: stroke || color || "currentColor",
|
|
@@ -1615,9 +1808,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
1615
1808
|
) }), Musicassets_default = IconMusicassets;
|
|
1616
1809
|
|
|
1617
1810
|
// src/components/Mute.tsx
|
|
1618
|
-
import { jsx as
|
|
1619
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1620
|
-
/* @__PURE__ */
|
|
1811
|
+
import { jsx as jsx80, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1812
|
+
var IconMute = ({ 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: [
|
|
1813
|
+
/* @__PURE__ */ jsx80(
|
|
1621
1814
|
"path",
|
|
1622
1815
|
{
|
|
1623
1816
|
fill: stroke || color || "currentColor",
|
|
@@ -1626,7 +1819,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1626
1819
|
clipRule: "evenodd"
|
|
1627
1820
|
}
|
|
1628
1821
|
),
|
|
1629
|
-
/* @__PURE__ */
|
|
1822
|
+
/* @__PURE__ */ jsx80(
|
|
1630
1823
|
"path",
|
|
1631
1824
|
{
|
|
1632
1825
|
fill: stroke || color || "currentColor",
|
|
@@ -1636,8 +1829,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1636
1829
|
] }), Mute_default = IconMute;
|
|
1637
1830
|
|
|
1638
1831
|
// src/components/Next.tsx
|
|
1639
|
-
import { jsx as
|
|
1640
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1832
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
1833
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx81(
|
|
1641
1834
|
"path",
|
|
1642
1835
|
{
|
|
1643
1836
|
fill: stroke || color || "currentColor",
|
|
@@ -1648,9 +1841,9 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1648
1841
|
) }), Next_default = IconNext;
|
|
1649
1842
|
|
|
1650
1843
|
// src/components/Nextscene.tsx
|
|
1651
|
-
import { jsx as
|
|
1652
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1653
|
-
/* @__PURE__ */
|
|
1844
|
+
import { jsx as jsx82, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1845
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1846
|
+
/* @__PURE__ */ jsx82(
|
|
1654
1847
|
"rect",
|
|
1655
1848
|
{
|
|
1656
1849
|
width: "22.5",
|
|
@@ -1663,7 +1856,7 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1663
1856
|
strokeWidth: "1.5"
|
|
1664
1857
|
}
|
|
1665
1858
|
),
|
|
1666
|
-
/* @__PURE__ */
|
|
1859
|
+
/* @__PURE__ */ jsx82(
|
|
1667
1860
|
"path",
|
|
1668
1861
|
{
|
|
1669
1862
|
fill: stroke || color || "currentColor",
|
|
@@ -1673,18 +1866,18 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1673
1866
|
] }), Nextscene_default = IconNextscene;
|
|
1674
1867
|
|
|
1675
1868
|
// src/components/Oneclickgenerate.tsx
|
|
1676
|
-
import { jsx as
|
|
1677
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1678
|
-
/* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
1680
|
-
/* @__PURE__ */
|
|
1869
|
+
import { jsx as jsx83, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1870
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1871
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
1872
|
+
/* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
1873
|
+
/* @__PURE__ */ jsx83(
|
|
1681
1874
|
"path",
|
|
1682
1875
|
{
|
|
1683
1876
|
fill: stroke || color || "currentColor",
|
|
1684
1877
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1685
1878
|
}
|
|
1686
1879
|
),
|
|
1687
|
-
/* @__PURE__ */
|
|
1880
|
+
/* @__PURE__ */ jsx83(
|
|
1688
1881
|
"path",
|
|
1689
1882
|
{
|
|
1690
1883
|
fill: stroke || color || "currentColor",
|
|
@@ -1696,9 +1889,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
1696
1889
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1697
1890
|
|
|
1698
1891
|
// src/components/Opendemo.tsx
|
|
1699
|
-
import { jsx as
|
|
1700
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1701
|
-
/* @__PURE__ */
|
|
1892
|
+
import { jsx as jsx84, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1893
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1894
|
+
/* @__PURE__ */ jsx84(
|
|
1702
1895
|
"path",
|
|
1703
1896
|
{
|
|
1704
1897
|
fill: stroke || color || "currentColor",
|
|
@@ -1707,16 +1900,62 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1707
1900
|
clipRule: "evenodd"
|
|
1708
1901
|
}
|
|
1709
1902
|
),
|
|
1710
|
-
/* @__PURE__ */
|
|
1903
|
+
/* @__PURE__ */ jsx84("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1711
1904
|
] }), Opendemo_default = IconOpendemo;
|
|
1712
1905
|
|
|
1713
1906
|
// src/components/PageError.tsx
|
|
1714
|
-
import { jsx as
|
|
1715
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1907
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1908
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
1909
|
+
|
|
1910
|
+
// src/components/Parameters.tsx
|
|
1911
|
+
import { jsx as jsx86, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1912
|
+
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1913
|
+
/* @__PURE__ */ jsx86(
|
|
1914
|
+
"path",
|
|
1915
|
+
{
|
|
1916
|
+
fill: stroke || color || "currentColor",
|
|
1917
|
+
d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
|
|
1918
|
+
fillRule: "evenodd",
|
|
1919
|
+
clipRule: "evenodd"
|
|
1920
|
+
}
|
|
1921
|
+
),
|
|
1922
|
+
/* @__PURE__ */ jsx86(
|
|
1923
|
+
"path",
|
|
1924
|
+
{
|
|
1925
|
+
fill: stroke || color || "currentColor",
|
|
1926
|
+
d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
|
|
1927
|
+
fillRule: "evenodd",
|
|
1928
|
+
clipRule: "evenodd"
|
|
1929
|
+
}
|
|
1930
|
+
)
|
|
1931
|
+
] }), Parameters_default = IconParameters;
|
|
1932
|
+
|
|
1933
|
+
// src/components/Pause.tsx
|
|
1934
|
+
import { jsx as jsx87, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1935
|
+
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1936
|
+
/* @__PURE__ */ jsx87(
|
|
1937
|
+
"path",
|
|
1938
|
+
{
|
|
1939
|
+
fill: stroke || color || "currentColor",
|
|
1940
|
+
d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
|
|
1941
|
+
fillRule: "evenodd",
|
|
1942
|
+
clipRule: "evenodd"
|
|
1943
|
+
}
|
|
1944
|
+
),
|
|
1945
|
+
/* @__PURE__ */ jsx87(
|
|
1946
|
+
"path",
|
|
1947
|
+
{
|
|
1948
|
+
fill: stroke || color || "currentColor",
|
|
1949
|
+
d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
|
|
1950
|
+
fillRule: "evenodd",
|
|
1951
|
+
clipRule: "evenodd"
|
|
1952
|
+
}
|
|
1953
|
+
)
|
|
1954
|
+
] }), Pause_default = IconPause;
|
|
1716
1955
|
|
|
1717
1956
|
// src/components/Pencil.tsx
|
|
1718
|
-
import { jsx as
|
|
1719
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1957
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
1958
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx88(
|
|
1720
1959
|
"path",
|
|
1721
1960
|
{
|
|
1722
1961
|
fill: stroke || color || "currentColor",
|
|
@@ -1727,8 +1966,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1727
1966
|
) }), Pencil_default = IconPencil;
|
|
1728
1967
|
|
|
1729
1968
|
// src/components/Pick.tsx
|
|
1730
|
-
import { jsx as
|
|
1731
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1969
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
1970
|
+
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx89(
|
|
1732
1971
|
"path",
|
|
1733
1972
|
{
|
|
1734
1973
|
fill: stroke || color || "currentColor",
|
|
@@ -1739,25 +1978,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1739
1978
|
) }), Pick_default = IconPick;
|
|
1740
1979
|
|
|
1741
1980
|
// src/components/PickedFilled.tsx
|
|
1742
|
-
import { jsx as
|
|
1743
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1981
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1982
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
1744
1983
|
|
|
1745
1984
|
// src/components/PlanFilled.tsx
|
|
1746
|
-
import { jsx as
|
|
1747
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1748
|
-
/* @__PURE__ */
|
|
1985
|
+
import { jsx as jsx91, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1986
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1987
|
+
/* @__PURE__ */ jsx91("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx91(
|
|
1749
1988
|
"path",
|
|
1750
1989
|
{
|
|
1751
1990
|
fill: fill || color || "currentColor",
|
|
1752
1991
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1753
1992
|
}
|
|
1754
1993
|
) }),
|
|
1755
|
-
/* @__PURE__ */
|
|
1994
|
+
/* @__PURE__ */ jsx91("defs", { children: /* @__PURE__ */ jsx91("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx91("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1756
1995
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1757
1996
|
|
|
1758
1997
|
// src/components/PlayFilled.tsx
|
|
1759
|
-
import { jsx as
|
|
1760
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1998
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1999
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
|
|
1761
2000
|
"path",
|
|
1762
2001
|
{
|
|
1763
2002
|
fill: fill || color || "currentColor",
|
|
@@ -1765,10 +2004,22 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1765
2004
|
}
|
|
1766
2005
|
) }), PlayFilled_default = IconPlayFilled;
|
|
1767
2006
|
|
|
2007
|
+
// src/components/Play.tsx
|
|
2008
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
2009
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx93(
|
|
2010
|
+
"path",
|
|
2011
|
+
{
|
|
2012
|
+
fill: stroke || color || "currentColor",
|
|
2013
|
+
d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
|
|
2014
|
+
fillRule: "evenodd",
|
|
2015
|
+
clipRule: "evenodd"
|
|
2016
|
+
}
|
|
2017
|
+
) }), Play_default = IconPlay;
|
|
2018
|
+
|
|
1768
2019
|
// src/components/Previouscene.tsx
|
|
1769
|
-
import { jsx as
|
|
1770
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1771
|
-
/* @__PURE__ */
|
|
2020
|
+
import { jsx as jsx94, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2021
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2022
|
+
/* @__PURE__ */ jsx94(
|
|
1772
2023
|
"rect",
|
|
1773
2024
|
{
|
|
1774
2025
|
width: "22.5",
|
|
@@ -1780,7 +2031,7 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1780
2031
|
strokeWidth: "1.5"
|
|
1781
2032
|
}
|
|
1782
2033
|
),
|
|
1783
|
-
/* @__PURE__ */
|
|
2034
|
+
/* @__PURE__ */ jsx94(
|
|
1784
2035
|
"path",
|
|
1785
2036
|
{
|
|
1786
2037
|
fill: stroke || color || "currentColor",
|
|
@@ -1790,8 +2041,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1790
2041
|
] }), Previouscene_default = IconPreviouscene;
|
|
1791
2042
|
|
|
1792
2043
|
// src/components/ProblemNoticeFilled.tsx
|
|
1793
|
-
import { jsx as
|
|
1794
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2044
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
2045
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
1795
2046
|
"path",
|
|
1796
2047
|
{
|
|
1797
2048
|
fill: fill || color || "currentColor",
|
|
@@ -1802,11 +2053,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
1802
2053
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1803
2054
|
|
|
1804
2055
|
// src/components/Problem.tsx
|
|
1805
|
-
import { jsx as
|
|
1806
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1808
|
-
/* @__PURE__ */
|
|
1809
|
-
/* @__PURE__ */
|
|
2056
|
+
import { jsx as jsx96, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2057
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2058
|
+
/* @__PURE__ */ jsx96("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2059
|
+
/* @__PURE__ */ jsx96("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2060
|
+
/* @__PURE__ */ jsx96(
|
|
1810
2061
|
"path",
|
|
1811
2062
|
{
|
|
1812
2063
|
fill: stroke || color || "currentColor",
|
|
@@ -1818,8 +2069,8 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1818
2069
|
] }), Problem_default = IconProblem;
|
|
1819
2070
|
|
|
1820
2071
|
// src/components/Ratio169.tsx
|
|
1821
|
-
import { jsx as
|
|
1822
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2072
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2073
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1823
2074
|
"path",
|
|
1824
2075
|
{
|
|
1825
2076
|
fill: stroke || color || "currentColor",
|
|
@@ -1828,16 +2079,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1828
2079
|
) }), Ratio169_default = IconRatio169;
|
|
1829
2080
|
|
|
1830
2081
|
// src/components/Ratio11.tsx
|
|
1831
|
-
import { jsx as
|
|
1832
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1833
|
-
/* @__PURE__ */
|
|
2082
|
+
import { jsx as jsx98, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2083
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2084
|
+
/* @__PURE__ */ jsx98("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx98(
|
|
1834
2085
|
"path",
|
|
1835
2086
|
{
|
|
1836
2087
|
fill: stroke || color || "currentColor",
|
|
1837
2088
|
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"
|
|
1838
2089
|
}
|
|
1839
2090
|
) }),
|
|
1840
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx98("defs", { children: /* @__PURE__ */ jsx98("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx98(
|
|
1841
2092
|
"rect",
|
|
1842
2093
|
{
|
|
1843
2094
|
width: "24",
|
|
@@ -1849,16 +2100,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1849
2100
|
] }), Ratio11_default = IconRatio11;
|
|
1850
2101
|
|
|
1851
2102
|
// src/components/Ratio916.tsx
|
|
1852
|
-
import { jsx as
|
|
1853
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1854
|
-
/* @__PURE__ */
|
|
2103
|
+
import { jsx as jsx99, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2104
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2105
|
+
/* @__PURE__ */ jsx99("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx99(
|
|
1855
2106
|
"path",
|
|
1856
2107
|
{
|
|
1857
2108
|
fill: stroke || color || "currentColor",
|
|
1858
2109
|
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"
|
|
1859
2110
|
}
|
|
1860
2111
|
) }),
|
|
1861
|
-
/* @__PURE__ */
|
|
2112
|
+
/* @__PURE__ */ jsx99("defs", { children: /* @__PURE__ */ jsx99("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx99(
|
|
1862
2113
|
"rect",
|
|
1863
2114
|
{
|
|
1864
2115
|
width: "24",
|
|
@@ -1870,16 +2121,16 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1870
2121
|
] }), Ratio916_default = IconRatio916;
|
|
1871
2122
|
|
|
1872
2123
|
// src/components/Ratio.tsx
|
|
1873
|
-
import { jsx as
|
|
1874
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1875
|
-
/* @__PURE__ */
|
|
2124
|
+
import { jsx as jsx100, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2125
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2126
|
+
/* @__PURE__ */ jsx100(
|
|
1876
2127
|
"path",
|
|
1877
2128
|
{
|
|
1878
2129
|
fill: stroke || color || "currentColor",
|
|
1879
2130
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1880
2131
|
}
|
|
1881
2132
|
),
|
|
1882
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ jsx100(
|
|
1883
2134
|
"path",
|
|
1884
2135
|
{
|
|
1885
2136
|
fill: stroke || color || "currentColor",
|
|
@@ -1889,8 +2140,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1889
2140
|
] }), Ratio_default = IconRatio;
|
|
1890
2141
|
|
|
1891
2142
|
// src/components/ReEdit.tsx
|
|
1892
|
-
import { jsx as
|
|
1893
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2143
|
+
import { jsx as jsx101 } from "react/jsx-runtime";
|
|
2144
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx101(
|
|
1894
2145
|
"path",
|
|
1895
2146
|
{
|
|
1896
2147
|
fill: stroke || color || "currentColor",
|
|
@@ -1901,8 +2152,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1901
2152
|
) }), ReEdit_default = IconReEdit;
|
|
1902
2153
|
|
|
1903
2154
|
// src/components/Regenerate.tsx
|
|
1904
|
-
import { jsx as
|
|
1905
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2155
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
2156
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx102(
|
|
1906
2157
|
"path",
|
|
1907
2158
|
{
|
|
1908
2159
|
fill: stroke || color || "currentColor",
|
|
@@ -1913,8 +2164,8 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1913
2164
|
) }), Regenerate_default = IconRegenerate;
|
|
1914
2165
|
|
|
1915
2166
|
// src/components/SceneNext.tsx
|
|
1916
|
-
import { jsx as
|
|
1917
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2167
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2168
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
1918
2169
|
"path",
|
|
1919
2170
|
{
|
|
1920
2171
|
fill: stroke || color || "currentColor",
|
|
@@ -1923,21 +2174,21 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1923
2174
|
) }), SceneNext_default = IconSceneNext;
|
|
1924
2175
|
|
|
1925
2176
|
// src/components/Scriptmode.tsx
|
|
1926
|
-
import { jsx as
|
|
1927
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1928
|
-
/* @__PURE__ */
|
|
1929
|
-
/* @__PURE__ */
|
|
1930
|
-
/* @__PURE__ */
|
|
1931
|
-
/* @__PURE__ */
|
|
1932
|
-
/* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */
|
|
2177
|
+
import { jsx as jsx104, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2178
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2179
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2180
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2181
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2182
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2183
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2184
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2185
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2186
|
+
/* @__PURE__ */ jsx104("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
1936
2187
|
] }), Scriptmode_default = IconScriptmode;
|
|
1937
2188
|
|
|
1938
2189
|
// src/components/ShareFilled.tsx
|
|
1939
|
-
import { jsx as
|
|
1940
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2190
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2191
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
|
|
1941
2192
|
"path",
|
|
1942
2193
|
{
|
|
1943
2194
|
fill: fill || color || "currentColor",
|
|
@@ -1946,8 +2197,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
1946
2197
|
) }), ShareFilled_default = IconShareFilled;
|
|
1947
2198
|
|
|
1948
2199
|
// src/components/Share.tsx
|
|
1949
|
-
import { jsx as
|
|
1950
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2200
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
2201
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx106(
|
|
1951
2202
|
"path",
|
|
1952
2203
|
{
|
|
1953
2204
|
fill: stroke || color || "currentColor",
|
|
@@ -1958,8 +2209,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1958
2209
|
) }), Share_default = IconShare;
|
|
1959
2210
|
|
|
1960
2211
|
// src/components/SocialX.tsx
|
|
1961
|
-
import { jsx as
|
|
1962
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2212
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2213
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
|
|
1963
2214
|
"path",
|
|
1964
2215
|
{
|
|
1965
2216
|
fill: fill || color || "currentColor",
|
|
@@ -1968,8 +2219,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1968
2219
|
) }), SocialX_default = IconSocialX;
|
|
1969
2220
|
|
|
1970
2221
|
// src/components/SocialDiscord.tsx
|
|
1971
|
-
import { jsx as
|
|
1972
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2222
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2223
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx108(
|
|
1973
2224
|
"path",
|
|
1974
2225
|
{
|
|
1975
2226
|
fill: fill || color || "currentColor",
|
|
@@ -1978,9 +2229,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
1978
2229
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1979
2230
|
|
|
1980
2231
|
// src/components/SoundOff.tsx
|
|
1981
|
-
import { jsx as
|
|
1982
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1983
|
-
/* @__PURE__ */
|
|
2232
|
+
import { jsx as jsx109, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2233
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2234
|
+
/* @__PURE__ */ jsx109(
|
|
1984
2235
|
"path",
|
|
1985
2236
|
{
|
|
1986
2237
|
fill: stroke || color || "currentColor",
|
|
@@ -1989,7 +2240,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1989
2240
|
clipRule: "evenodd"
|
|
1990
2241
|
}
|
|
1991
2242
|
),
|
|
1992
|
-
/* @__PURE__ */
|
|
2243
|
+
/* @__PURE__ */ jsx109(
|
|
1993
2244
|
"path",
|
|
1994
2245
|
{
|
|
1995
2246
|
fill: stroke || color || "currentColor",
|
|
@@ -1999,9 +2250,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1999
2250
|
] }), SoundOff_default = IconSoundOff;
|
|
2000
2251
|
|
|
2001
2252
|
// src/components/SoundOn.tsx
|
|
2002
|
-
import { jsx as
|
|
2003
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2004
|
-
/* @__PURE__ */
|
|
2253
|
+
import { jsx as jsx110, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2254
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2255
|
+
/* @__PURE__ */ jsx110(
|
|
2005
2256
|
"path",
|
|
2006
2257
|
{
|
|
2007
2258
|
fill: stroke || color || "currentColor",
|
|
@@ -2010,14 +2261,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2010
2261
|
clipRule: "evenodd"
|
|
2011
2262
|
}
|
|
2012
2263
|
),
|
|
2013
|
-
/* @__PURE__ */
|
|
2264
|
+
/* @__PURE__ */ jsx110(
|
|
2014
2265
|
"path",
|
|
2015
2266
|
{
|
|
2016
2267
|
fill: stroke || color || "currentColor",
|
|
2017
2268
|
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"
|
|
2018
2269
|
}
|
|
2019
2270
|
),
|
|
2020
|
-
/* @__PURE__ */
|
|
2271
|
+
/* @__PURE__ */ jsx110(
|
|
2021
2272
|
"path",
|
|
2022
2273
|
{
|
|
2023
2274
|
fill: stroke || color || "currentColor",
|
|
@@ -2027,8 +2278,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2027
2278
|
] }), SoundOn_default = IconSoundOn;
|
|
2028
2279
|
|
|
2029
2280
|
// src/components/Storyboard.tsx
|
|
2030
|
-
import { jsx as
|
|
2031
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2281
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2282
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
|
|
2032
2283
|
"path",
|
|
2033
2284
|
{
|
|
2034
2285
|
fill: stroke || color || "currentColor",
|
|
@@ -2039,25 +2290,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2039
2290
|
) }), Storyboard_default = IconStoryboard;
|
|
2040
2291
|
|
|
2041
2292
|
// src/components/StyleAutoFilled.tsx
|
|
2042
|
-
import { jsx as
|
|
2043
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2044
|
-
/* @__PURE__ */
|
|
2293
|
+
import { jsx as jsx112, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2294
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2295
|
+
/* @__PURE__ */ jsx112(
|
|
2045
2296
|
"path",
|
|
2046
2297
|
{
|
|
2047
2298
|
fill: fill || color || "currentColor",
|
|
2048
2299
|
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"
|
|
2049
2300
|
}
|
|
2050
2301
|
),
|
|
2051
|
-
/* @__PURE__ */
|
|
2302
|
+
/* @__PURE__ */ jsx112(
|
|
2052
2303
|
"path",
|
|
2053
2304
|
{
|
|
2054
2305
|
fill: fill || color || "currentColor",
|
|
2055
2306
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2056
2307
|
}
|
|
2057
2308
|
),
|
|
2058
|
-
/* @__PURE__ */
|
|
2059
|
-
/* @__PURE__ */
|
|
2060
|
-
/* @__PURE__ */
|
|
2309
|
+
/* @__PURE__ */ jsx112("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2310
|
+
/* @__PURE__ */ jsx112("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2311
|
+
/* @__PURE__ */ jsx112(
|
|
2061
2312
|
"path",
|
|
2062
2313
|
{
|
|
2063
2314
|
fill: fill || color || "currentColor",
|
|
@@ -2067,44 +2318,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2067
2318
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2068
2319
|
|
|
2069
2320
|
// src/components/Style.tsx
|
|
2070
|
-
import { jsx as
|
|
2071
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2072
|
-
/* @__PURE__ */
|
|
2321
|
+
import { jsx as jsx113, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2322
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2323
|
+
/* @__PURE__ */ jsx113(
|
|
2073
2324
|
"path",
|
|
2074
2325
|
{
|
|
2075
2326
|
fill: stroke || color || "currentColor",
|
|
2076
2327
|
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"
|
|
2077
2328
|
}
|
|
2078
2329
|
),
|
|
2079
|
-
/* @__PURE__ */
|
|
2330
|
+
/* @__PURE__ */ jsx113(
|
|
2080
2331
|
"path",
|
|
2081
2332
|
{
|
|
2082
2333
|
fill: stroke || color || "currentColor",
|
|
2083
2334
|
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"
|
|
2084
2335
|
}
|
|
2085
2336
|
),
|
|
2086
|
-
/* @__PURE__ */
|
|
2337
|
+
/* @__PURE__ */ jsx113(
|
|
2087
2338
|
"path",
|
|
2088
2339
|
{
|
|
2089
2340
|
fill: stroke || color || "currentColor",
|
|
2090
2341
|
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"
|
|
2091
2342
|
}
|
|
2092
2343
|
),
|
|
2093
|
-
/* @__PURE__ */
|
|
2344
|
+
/* @__PURE__ */ jsx113(
|
|
2094
2345
|
"path",
|
|
2095
2346
|
{
|
|
2096
2347
|
fill: stroke || color || "currentColor",
|
|
2097
2348
|
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"
|
|
2098
2349
|
}
|
|
2099
2350
|
),
|
|
2100
|
-
/* @__PURE__ */
|
|
2351
|
+
/* @__PURE__ */ jsx113(
|
|
2101
2352
|
"path",
|
|
2102
2353
|
{
|
|
2103
2354
|
fill: stroke || color || "currentColor",
|
|
2104
2355
|
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"
|
|
2105
2356
|
}
|
|
2106
2357
|
),
|
|
2107
|
-
/* @__PURE__ */
|
|
2358
|
+
/* @__PURE__ */ jsx113(
|
|
2108
2359
|
"path",
|
|
2109
2360
|
{
|
|
2110
2361
|
fill: stroke || color || "currentColor",
|
|
@@ -2116,8 +2367,8 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2116
2367
|
] }), Style_default = IconStyle;
|
|
2117
2368
|
|
|
2118
2369
|
// src/components/SwitchOnFilled.tsx
|
|
2119
|
-
import { jsx as
|
|
2120
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2370
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2371
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2121
2372
|
"path",
|
|
2122
2373
|
{
|
|
2123
2374
|
fill: fill || color || "currentColor",
|
|
@@ -2128,9 +2379,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2128
2379
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2129
2380
|
|
|
2130
2381
|
// src/components/Target.tsx
|
|
2131
|
-
import { jsx as
|
|
2132
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2133
|
-
/* @__PURE__ */
|
|
2382
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2383
|
+
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2384
|
+
/* @__PURE__ */ jsx115(
|
|
2134
2385
|
"path",
|
|
2135
2386
|
{
|
|
2136
2387
|
fill: stroke || color || "currentColor",
|
|
@@ -2139,7 +2390,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2139
2390
|
clipRule: "evenodd"
|
|
2140
2391
|
}
|
|
2141
2392
|
),
|
|
2142
|
-
/* @__PURE__ */
|
|
2393
|
+
/* @__PURE__ */ jsx115(
|
|
2143
2394
|
"path",
|
|
2144
2395
|
{
|
|
2145
2396
|
fill: stroke || color || "currentColor",
|
|
@@ -2151,44 +2402,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2151
2402
|
] }), Target_default = IconTarget;
|
|
2152
2403
|
|
|
2153
2404
|
// src/components/TextLogo.tsx
|
|
2154
|
-
import { jsx as
|
|
2155
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2156
|
-
/* @__PURE__ */
|
|
2405
|
+
import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2406
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2407
|
+
/* @__PURE__ */ jsx116(
|
|
2157
2408
|
"path",
|
|
2158
2409
|
{
|
|
2159
2410
|
fill: fill || color || "currentColor",
|
|
2160
2411
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
2161
2412
|
}
|
|
2162
2413
|
),
|
|
2163
|
-
/* @__PURE__ */
|
|
2414
|
+
/* @__PURE__ */ jsx116(
|
|
2164
2415
|
"path",
|
|
2165
2416
|
{
|
|
2166
2417
|
fill: fill || color || "currentColor",
|
|
2167
2418
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
2168
2419
|
}
|
|
2169
2420
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx116(
|
|
2171
2422
|
"path",
|
|
2172
2423
|
{
|
|
2173
2424
|
fill: fill || color || "currentColor",
|
|
2174
2425
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
2175
2426
|
}
|
|
2176
2427
|
),
|
|
2177
|
-
/* @__PURE__ */
|
|
2428
|
+
/* @__PURE__ */ jsx116(
|
|
2178
2429
|
"path",
|
|
2179
2430
|
{
|
|
2180
2431
|
fill: fill || color || "currentColor",
|
|
2181
2432
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
2182
2433
|
}
|
|
2183
2434
|
),
|
|
2184
|
-
/* @__PURE__ */
|
|
2435
|
+
/* @__PURE__ */ jsx116(
|
|
2185
2436
|
"path",
|
|
2186
2437
|
{
|
|
2187
2438
|
fill: fill || color || "currentColor",
|
|
2188
2439
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
2189
2440
|
}
|
|
2190
2441
|
),
|
|
2191
|
-
/* @__PURE__ */
|
|
2442
|
+
/* @__PURE__ */ jsx116(
|
|
2192
2443
|
"path",
|
|
2193
2444
|
{
|
|
2194
2445
|
fill: fill || color || "currentColor",
|
|
@@ -2197,17 +2448,29 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2197
2448
|
)
|
|
2198
2449
|
] }), TextLogo_default = IconTextLogo;
|
|
2199
2450
|
|
|
2451
|
+
// src/components/Tips.tsx
|
|
2452
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2453
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
|
|
2454
|
+
"path",
|
|
2455
|
+
{
|
|
2456
|
+
fill: stroke || color || "currentColor",
|
|
2457
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM14.25 20.818V18H9.75V20.818L10.682 21.75H13.318L14.25 20.818ZM14.818 15.75H13.125V9H10.875V15.75H9.18198L7.2316 13.7996C5.96366 12.5317 5.25 10.8066 5.25 9.01103C5.25 5.27952 8.27567 2.25 12 2.25C15.7243 2.25 18.75 5.27952 18.75 9.01103C18.75 10.8066 18.0363 12.5317 16.7684 13.7996L14.818 15.75Z",
|
|
2458
|
+
fillRule: "evenodd",
|
|
2459
|
+
clipRule: "evenodd"
|
|
2460
|
+
}
|
|
2461
|
+
) }), Tips_default = IconTips;
|
|
2462
|
+
|
|
2200
2463
|
// src/components/ToolsFilled.tsx
|
|
2201
|
-
import { jsx as
|
|
2202
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2203
|
-
/* @__PURE__ */
|
|
2464
|
+
import { jsx as jsx118, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2465
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2466
|
+
/* @__PURE__ */ jsx118(
|
|
2204
2467
|
"path",
|
|
2205
2468
|
{
|
|
2206
2469
|
fill: fill || color || "currentColor",
|
|
2207
2470
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2208
2471
|
}
|
|
2209
2472
|
),
|
|
2210
|
-
/* @__PURE__ */
|
|
2473
|
+
/* @__PURE__ */ jsx118(
|
|
2211
2474
|
"path",
|
|
2212
2475
|
{
|
|
2213
2476
|
fill: fill || color || "currentColor",
|
|
@@ -2217,8 +2480,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2217
2480
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2218
2481
|
|
|
2219
2482
|
// src/components/Tools.tsx
|
|
2220
|
-
import { jsx as
|
|
2221
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2483
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2484
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
|
|
2222
2485
|
"path",
|
|
2223
2486
|
{
|
|
2224
2487
|
stroke: stroke || color || "currentColor",
|
|
@@ -2227,9 +2490,21 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2227
2490
|
}
|
|
2228
2491
|
) }), Tools_default = IconTools;
|
|
2229
2492
|
|
|
2493
|
+
// src/components/Uncheck.tsx
|
|
2494
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
2495
|
+
var IconUncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx120("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx120(
|
|
2496
|
+
"path",
|
|
2497
|
+
{
|
|
2498
|
+
fill: stroke || color || "currentColor",
|
|
2499
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
2500
|
+
fillRule: "evenodd",
|
|
2501
|
+
clipRule: "evenodd"
|
|
2502
|
+
}
|
|
2503
|
+
) }), Uncheck_default = IconUncheck;
|
|
2504
|
+
|
|
2230
2505
|
// src/components/Uploadfiles.tsx
|
|
2231
|
-
import { jsx as
|
|
2232
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2506
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2507
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2233
2508
|
"path",
|
|
2234
2509
|
{
|
|
2235
2510
|
fill: stroke || color || "currentColor",
|
|
@@ -2238,8 +2513,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
2238
2513
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2239
2514
|
|
|
2240
2515
|
// src/components/Userfeedback.tsx
|
|
2241
|
-
import { jsx as
|
|
2242
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2516
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2517
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx122("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx122(
|
|
2243
2518
|
"path",
|
|
2244
2519
|
{
|
|
2245
2520
|
fill: stroke || color || "currentColor",
|
|
@@ -2250,23 +2525,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
2250
2525
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2251
2526
|
|
|
2252
2527
|
// src/components/VideoGeneration.tsx
|
|
2253
|
-
import { jsx as
|
|
2254
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2255
|
-
/* @__PURE__ */
|
|
2528
|
+
import { jsx as jsx123, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2529
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2530
|
+
/* @__PURE__ */ jsx123(
|
|
2256
2531
|
"path",
|
|
2257
2532
|
{
|
|
2258
2533
|
fill: stroke || color || "currentColor",
|
|
2259
2534
|
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"
|
|
2260
2535
|
}
|
|
2261
2536
|
),
|
|
2262
|
-
/* @__PURE__ */
|
|
2537
|
+
/* @__PURE__ */ jsx123(
|
|
2263
2538
|
"path",
|
|
2264
2539
|
{
|
|
2265
2540
|
fill: stroke || color || "currentColor",
|
|
2266
2541
|
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"
|
|
2267
2542
|
}
|
|
2268
2543
|
),
|
|
2269
|
-
/* @__PURE__ */
|
|
2544
|
+
/* @__PURE__ */ jsx123(
|
|
2270
2545
|
"path",
|
|
2271
2546
|
{
|
|
2272
2547
|
fill: stroke || color || "currentColor",
|
|
@@ -2278,10 +2553,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2278
2553
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2279
2554
|
|
|
2280
2555
|
// src/components/VideoLength.tsx
|
|
2281
|
-
import { jsx as
|
|
2282
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2283
|
-
/* @__PURE__ */
|
|
2284
|
-
/* @__PURE__ */
|
|
2556
|
+
import { jsx as jsx124, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2557
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2558
|
+
/* @__PURE__ */ jsx124("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2559
|
+
/* @__PURE__ */ jsx124(
|
|
2285
2560
|
"path",
|
|
2286
2561
|
{
|
|
2287
2562
|
fill: stroke || color || "currentColor",
|
|
@@ -2293,9 +2568,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
2293
2568
|
] }), VideoLength_default = IconVideoLength;
|
|
2294
2569
|
|
|
2295
2570
|
// src/components/Videogenerate.tsx
|
|
2296
|
-
import { jsx as
|
|
2297
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2298
|
-
/* @__PURE__ */
|
|
2571
|
+
import { jsx as jsx125, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2572
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2573
|
+
/* @__PURE__ */ jsx125(
|
|
2299
2574
|
"path",
|
|
2300
2575
|
{
|
|
2301
2576
|
fill: stroke || color || "currentColor",
|
|
@@ -2304,7 +2579,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2304
2579
|
clipRule: "evenodd"
|
|
2305
2580
|
}
|
|
2306
2581
|
),
|
|
2307
|
-
/* @__PURE__ */
|
|
2582
|
+
/* @__PURE__ */ jsx125(
|
|
2308
2583
|
"path",
|
|
2309
2584
|
{
|
|
2310
2585
|
fill: stroke || color || "currentColor",
|
|
@@ -2316,8 +2591,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2316
2591
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2317
2592
|
|
|
2318
2593
|
// src/components/Visualstyles.tsx
|
|
2319
|
-
import { jsx as
|
|
2320
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2594
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
2595
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126(
|
|
2321
2596
|
"path",
|
|
2322
2597
|
{
|
|
2323
2598
|
fill: stroke || color || "currentColor",
|
|
@@ -2328,9 +2603,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
2328
2603
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2329
2604
|
|
|
2330
2605
|
// src/components/Volume.tsx
|
|
2331
|
-
import { jsx as
|
|
2332
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2333
|
-
/* @__PURE__ */
|
|
2606
|
+
import { jsx as jsx127, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2607
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2608
|
+
/* @__PURE__ */ jsx127(
|
|
2334
2609
|
"path",
|
|
2335
2610
|
{
|
|
2336
2611
|
fill: stroke || color || "currentColor",
|
|
@@ -2339,14 +2614,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2339
2614
|
clipRule: "evenodd"
|
|
2340
2615
|
}
|
|
2341
2616
|
),
|
|
2342
|
-
/* @__PURE__ */
|
|
2617
|
+
/* @__PURE__ */ jsx127(
|
|
2343
2618
|
"path",
|
|
2344
2619
|
{
|
|
2345
2620
|
fill: stroke || color || "currentColor",
|
|
2346
2621
|
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"
|
|
2347
2622
|
}
|
|
2348
2623
|
),
|
|
2349
|
-
/* @__PURE__ */
|
|
2624
|
+
/* @__PURE__ */ jsx127(
|
|
2350
2625
|
"path",
|
|
2351
2626
|
{
|
|
2352
2627
|
fill: stroke || color || "currentColor",
|
|
@@ -2354,6 +2629,42 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2354
2629
|
}
|
|
2355
2630
|
)
|
|
2356
2631
|
] }), Volume_default = IconVolume;
|
|
2632
|
+
|
|
2633
|
+
// src/components/Zoomin.tsx
|
|
2634
|
+
import { jsx as jsx128, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2635
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2636
|
+
/* @__PURE__ */ jsx128(
|
|
2637
|
+
"path",
|
|
2638
|
+
{
|
|
2639
|
+
fill: stroke || color || "currentColor",
|
|
2640
|
+
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
2641
|
+
}
|
|
2642
|
+
),
|
|
2643
|
+
/* @__PURE__ */ jsx128(
|
|
2644
|
+
"path",
|
|
2645
|
+
{
|
|
2646
|
+
fill: stroke || color || "currentColor",
|
|
2647
|
+
d: "M21 10.5C21 12.9942 20.1303 15.2854 18.6776 17.0866L23.9705 22.3795L22.3795 23.9705L17.0866 18.6776C15.2854 20.1303 12.9942 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0C16.299 0 21 4.70101 21 10.5ZM18.75 10.5C18.75 15.0563 15.0563 18.75 10.5 18.75C5.94365 18.75 2.25 15.0563 2.25 10.5C2.25 5.94365 5.94365 2.25 10.5 2.25C15.0563 2.25 18.75 5.94365 18.75 10.5Z",
|
|
2648
|
+
fillRule: "evenodd",
|
|
2649
|
+
clipRule: "evenodd"
|
|
2650
|
+
}
|
|
2651
|
+
)
|
|
2652
|
+
] }), Zoomin_default = IconZoomin;
|
|
2653
|
+
|
|
2654
|
+
// src/components/Zoomout.tsx
|
|
2655
|
+
import { jsx as jsx129, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2656
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2657
|
+
/* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
2658
|
+
/* @__PURE__ */ jsx129(
|
|
2659
|
+
"path",
|
|
2660
|
+
{
|
|
2661
|
+
fill: stroke || color || "currentColor",
|
|
2662
|
+
d: "M18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
2663
|
+
fillRule: "evenodd",
|
|
2664
|
+
clipRule: "evenodd"
|
|
2665
|
+
}
|
|
2666
|
+
)
|
|
2667
|
+
] }), Zoomout_default = IconZoomout;
|
|
2357
2668
|
export {
|
|
2358
2669
|
Add_default as IconAdd,
|
|
2359
2670
|
AddSceneChoice_default as IconAddSceneChoice,
|
|
@@ -2363,6 +2674,7 @@ export {
|
|
|
2363
2674
|
Artboard_default as IconArtboard,
|
|
2364
2675
|
Assets_default as IconAssets,
|
|
2365
2676
|
AssetsFilled_default as IconAssetsFilled,
|
|
2677
|
+
Backtoprojects_default as IconBacktoprojects,
|
|
2366
2678
|
Backward_default as IconBackward,
|
|
2367
2679
|
BatchShots_default as IconBatchShots,
|
|
2368
2680
|
Canvasmode_default as IconCanvasmode,
|
|
@@ -2384,6 +2696,11 @@ export {
|
|
|
2384
2696
|
FeedbackProblemFilled_default as IconFeedbackProblemFilled,
|
|
2385
2697
|
FiletypePdfFilled_default as IconFiletypePdfFilled,
|
|
2386
2698
|
FiletypePdfLumiFilled_default as IconFiletypePdfLumiFilled,
|
|
2699
|
+
FoldedMenu_default as IconFoldedMenu,
|
|
2700
|
+
Game_default as IconGame,
|
|
2701
|
+
GameFilled_default as IconGameFilled,
|
|
2702
|
+
Gamebackup_default as IconGamebackup,
|
|
2703
|
+
GamebackupFilled_default as IconGamebackupFilled,
|
|
2387
2704
|
GamecontrolChoice_default as IconGamecontrolChoice,
|
|
2388
2705
|
GamecontrolGameplay_default as IconGamecontrolGameplay,
|
|
2389
2706
|
GamecontrolLinear_default as IconGamecontrolLinear,
|
|
@@ -2418,9 +2735,13 @@ export {
|
|
|
2418
2735
|
ModelDeepmindFilled_default as IconModelDeepmindFilled,
|
|
2419
2736
|
ModelGeminiFilled_default as IconModelGeminiFilled,
|
|
2420
2737
|
ModelNanobananaLogoNomoFilled_default as IconModelNanobananaLogoNomoFilled,
|
|
2738
|
+
ModelOpenaiFilled_default as IconModelOpenaiFilled,
|
|
2739
|
+
ModelSeedFilled_default as IconModelSeedFilled,
|
|
2421
2740
|
ModelSoraFilled_default as IconModelSoraFilled,
|
|
2422
2741
|
Models_default as IconModels,
|
|
2423
2742
|
More_default as IconMore,
|
|
2743
|
+
MoreCollapse_default as IconMoreCollapse,
|
|
2744
|
+
MoreShowed_default as IconMoreShowed,
|
|
2424
2745
|
Moresettings_default as IconMoresettings,
|
|
2425
2746
|
Musicassets_default as IconMusicassets,
|
|
2426
2747
|
Mute_default as IconMute,
|
|
@@ -2429,10 +2750,13 @@ export {
|
|
|
2429
2750
|
Oneclickgenerate_default as IconOneclickgenerate,
|
|
2430
2751
|
Opendemo_default as IconOpendemo,
|
|
2431
2752
|
PageError_default as IconPageError,
|
|
2753
|
+
Parameters_default as IconParameters,
|
|
2754
|
+
Pause_default as IconPause,
|
|
2432
2755
|
Pencil_default as IconPencil,
|
|
2433
2756
|
Pick_default as IconPick,
|
|
2434
2757
|
PickedFilled_default as IconPickedFilled,
|
|
2435
2758
|
PlanFilled_default as IconPlanFilled,
|
|
2759
|
+
Play_default as IconPlay,
|
|
2436
2760
|
PlayFilled_default as IconPlayFilled,
|
|
2437
2761
|
Previouscene_default as IconPreviouscene,
|
|
2438
2762
|
Problem_default as IconProblem,
|
|
@@ -2457,8 +2781,10 @@ export {
|
|
|
2457
2781
|
SwitchOnFilled_default as IconSwitchOnFilled,
|
|
2458
2782
|
Target_default as IconTarget,
|
|
2459
2783
|
TextLogo_default as IconTextLogo,
|
|
2784
|
+
Tips_default as IconTips,
|
|
2460
2785
|
Tools_default as IconTools,
|
|
2461
2786
|
ToolsFilled_default as IconToolsFilled,
|
|
2787
|
+
Uncheck_default as IconUncheck,
|
|
2462
2788
|
Uploadfiles_default as IconUploadfiles,
|
|
2463
2789
|
Uploadimage_default as IconUploadimage,
|
|
2464
2790
|
Userfeedback_default as IconUserfeedback,
|
|
@@ -2466,5 +2792,7 @@ export {
|
|
|
2466
2792
|
VideoLength_default as IconVideoLength,
|
|
2467
2793
|
Videogenerate_default as IconVideogenerate,
|
|
2468
2794
|
Visualstyles_default as IconVisualstyles,
|
|
2469
|
-
Volume_default as IconVolume
|
|
2795
|
+
Volume_default as IconVolume,
|
|
2796
|
+
Zoomin_default as IconZoomin,
|
|
2797
|
+
Zoomout_default as IconZoomout
|
|
2470
2798
|
};
|