@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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.11 */
1
+ /*! @lineargame svg icons react v0.0.12 */
2
2
 
3
3
  "use strict";
4
4
  var __defProp = Object.defineProperty;
@@ -27,6 +27,7 @@ __export(index_exports, {
27
27
  IconArtboard: () => Artboard_default,
28
28
  IconAssets: () => Assets_default,
29
29
  IconAssetsFilled: () => AssetsFilled_default,
30
+ IconBacktoprojects: () => Backtoprojects_default,
30
31
  IconBackward: () => Backward_default,
31
32
  IconBatchShots: () => BatchShots_default,
32
33
  IconCanvasmode: () => Canvasmode_default,
@@ -48,6 +49,11 @@ __export(index_exports, {
48
49
  IconFeedbackProblemFilled: () => FeedbackProblemFilled_default,
49
50
  IconFiletypePdfFilled: () => FiletypePdfFilled_default,
50
51
  IconFiletypePdfLumiFilled: () => FiletypePdfLumiFilled_default,
52
+ IconFoldedMenu: () => FoldedMenu_default,
53
+ IconGame: () => Game_default,
54
+ IconGameFilled: () => GameFilled_default,
55
+ IconGamebackup: () => Gamebackup_default,
56
+ IconGamebackupFilled: () => GamebackupFilled_default,
51
57
  IconGamecontrolChoice: () => GamecontrolChoice_default,
52
58
  IconGamecontrolGameplay: () => GamecontrolGameplay_default,
53
59
  IconGamecontrolLinear: () => GamecontrolLinear_default,
@@ -82,9 +88,13 @@ __export(index_exports, {
82
88
  IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
83
89
  IconModelGeminiFilled: () => ModelGeminiFilled_default,
84
90
  IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
91
+ IconModelOpenaiFilled: () => ModelOpenaiFilled_default,
92
+ IconModelSeedFilled: () => ModelSeedFilled_default,
85
93
  IconModelSoraFilled: () => ModelSoraFilled_default,
86
94
  IconModels: () => Models_default,
87
95
  IconMore: () => More_default,
96
+ IconMoreCollapse: () => MoreCollapse_default,
97
+ IconMoreShowed: () => MoreShowed_default,
88
98
  IconMoresettings: () => Moresettings_default,
89
99
  IconMusicassets: () => Musicassets_default,
90
100
  IconMute: () => Mute_default,
@@ -93,10 +103,13 @@ __export(index_exports, {
93
103
  IconOneclickgenerate: () => Oneclickgenerate_default,
94
104
  IconOpendemo: () => Opendemo_default,
95
105
  IconPageError: () => PageError_default,
106
+ IconParameters: () => Parameters_default,
107
+ IconPause: () => Pause_default,
96
108
  IconPencil: () => Pencil_default,
97
109
  IconPick: () => Pick_default,
98
110
  IconPickedFilled: () => PickedFilled_default,
99
111
  IconPlanFilled: () => PlanFilled_default,
112
+ IconPlay: () => Play_default,
100
113
  IconPlayFilled: () => PlayFilled_default,
101
114
  IconPreviouscene: () => Previouscene_default,
102
115
  IconProblem: () => Problem_default,
@@ -121,8 +134,10 @@ __export(index_exports, {
121
134
  IconSwitchOnFilled: () => SwitchOnFilled_default,
122
135
  IconTarget: () => Target_default,
123
136
  IconTextLogo: () => TextLogo_default,
137
+ IconTips: () => Tips_default,
124
138
  IconTools: () => Tools_default,
125
139
  IconToolsFilled: () => ToolsFilled_default,
140
+ IconUncheck: () => Uncheck_default,
126
141
  IconUploadfiles: () => Uploadfiles_default,
127
142
  IconUploadimage: () => Uploadimage_default,
128
143
  IconUserfeedback: () => Userfeedback_default,
@@ -130,7 +145,9 @@ __export(index_exports, {
130
145
  IconVideoLength: () => VideoLength_default,
131
146
  IconVideogenerate: () => Videogenerate_default,
132
147
  IconVisualstyles: () => Visualstyles_default,
133
- IconVolume: () => Volume_default
148
+ IconVolume: () => Volume_default,
149
+ IconZoomin: () => Zoomin_default,
150
+ IconZoomout: () => Zoomout_default
134
151
  });
135
152
  module.exports = __toCommonJS(index_exports);
136
153
 
@@ -259,8 +276,48 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAssets = ({ size, w
259
276
  )
260
277
  ] }), Assets_default = IconAssets;
261
278
 
279
+ // src/components/Backtoprojects.tsx
280
+ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
281
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
282
+ "path",
283
+ {
284
+ fill: stroke || color || "currentColor",
285
+ d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
286
+ fillRule: "evenodd",
287
+ clipRule: "evenodd"
288
+ }
289
+ ),
290
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
291
+ "path",
292
+ {
293
+ fill: stroke || color || "currentColor",
294
+ d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
295
+ fillRule: "evenodd",
296
+ clipRule: "evenodd"
297
+ }
298
+ ),
299
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
300
+ "path",
301
+ {
302
+ fill: stroke || color || "currentColor",
303
+ d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
304
+ fillRule: "evenodd",
305
+ clipRule: "evenodd"
306
+ }
307
+ ),
308
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
309
+ "path",
310
+ {
311
+ fill: stroke || color || "currentColor",
312
+ d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
313
+ fillRule: "evenodd",
314
+ clipRule: "evenodd"
315
+ }
316
+ )
317
+ ] }), Backtoprojects_default = IconBacktoprojects;
318
+
262
319
  // src/components/Backward.tsx
263
- var import_jsx_runtime11 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
320
+ var import_jsx_runtime12 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
264
321
  "path",
265
322
  {
266
323
  fill: stroke || color || "currentColor",
@@ -269,7 +326,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBackward = ({ size,
269
326
  ) }), Backward_default = IconBackward;
270
327
 
271
328
  // src/components/BatchShots.tsx
272
- var import_jsx_runtime12 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
329
+ var import_jsx_runtime13 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
273
330
  "path",
274
331
  {
275
332
  fill: stroke || color || "currentColor",
@@ -280,7 +337,7 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconBatchShots = ({ siz
280
337
  ) }), BatchShots_default = IconBatchShots;
281
338
 
282
339
  // src/components/Canvasmode.tsx
283
- var import_jsx_runtime13 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
340
+ var import_jsx_runtime14 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
284
341
  "path",
285
342
  {
286
343
  fill: stroke || color || "currentColor",
@@ -291,7 +348,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
291
348
  ) }), Canvasmode_default = IconCanvasmode;
292
349
 
293
350
  // src/components/Chaptercollapse.tsx
294
- var import_jsx_runtime14 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
351
+ var import_jsx_runtime15 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
295
352
  "path",
296
353
  {
297
354
  fill: stroke || color || "currentColor",
@@ -302,7 +359,7 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconChaptercollapse = (
302
359
  ) }), Chaptercollapse_default = IconChaptercollapse;
303
360
 
304
361
  // src/components/Chapterexpand.tsx
305
- var import_jsx_runtime15 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
362
+ var import_jsx_runtime16 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
306
363
  "path",
307
364
  {
308
365
  fill: stroke || color || "currentColor",
@@ -313,7 +370,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconChapterexpand = ({
313
370
  ) }), Chapterexpand_default = IconChapterexpand;
314
371
 
315
372
  // src/components/Check.tsx
316
- var import_jsx_runtime16 = require("react/jsx-runtime"), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
373
+ var import_jsx_runtime17 = require("react/jsx-runtime"), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
317
374
  "path",
318
375
  {
319
376
  fill: stroke || color || "currentColor",
@@ -322,18 +379,18 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconCheck = ({ size, wi
322
379
  ) }), Check_default = IconCheck;
323
380
 
324
381
  // src/components/CheckedFilled.tsx
325
- var import_jsx_runtime17 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
382
+ var import_jsx_runtime18 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
326
383
  "path",
327
384
  {
328
385
  fill: fill || color || "currentColor",
329
- 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 24ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
386
+ 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",
330
387
  fillRule: "evenodd",
331
388
  clipRule: "evenodd"
332
389
  }
333
390
  ) }), CheckedFilled_default = IconCheckedFilled;
334
391
 
335
392
  // src/components/Close.tsx
336
- var import_jsx_runtime18 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
393
+ var import_jsx_runtime19 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
337
394
  "path",
338
395
  {
339
396
  fill: stroke || color || "currentColor",
@@ -342,9 +399,9 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconClose = ({ size, wi
342
399
  ) }), Close_default = IconClose;
343
400
 
344
401
  // src/components/Copy.tsx
345
- var import_jsx_runtime19 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
346
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
347
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
402
+ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
403
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
404
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
348
405
  "path",
349
406
  {
350
407
  fill: stroke || color || "currentColor",
@@ -356,8 +413,8 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconCopy = ({ size, wid
356
413
  ] }), Copy_default = IconCopy;
357
414
 
358
415
  // src/components/CreditFilled.tsx
359
- var import_jsx_runtime20 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
360
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
416
+ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
417
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
361
418
  "path",
362
419
  {
363
420
  fill: fill || color || "currentColor",
@@ -366,11 +423,11 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCreditFilled = ({ s
366
423
  clipRule: "evenodd"
367
424
  }
368
425
  ) }),
369
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
426
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
370
427
  ] }), CreditFilled_default = IconCreditFilled;
371
428
 
372
429
  // src/components/Cursor.tsx
373
- var import_jsx_runtime21 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
430
+ var import_jsx_runtime22 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
374
431
  "path",
375
432
  {
376
433
  fill: stroke || color || "currentColor",
@@ -381,9 +438,9 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCursor = ({ size, w
381
438
  ) }), Cursor_default = IconCursor;
382
439
 
383
440
  // src/components/DeleteSceneChoice.tsx
384
- var import_jsx_runtime22 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
385
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
386
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
441
+ var import_jsx_runtime23 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
442
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
443
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
387
444
  "path",
388
445
  {
389
446
  fill: stroke || color || "currentColor",
@@ -395,9 +452,9 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconDeleteSceneChoice =
395
452
  ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
396
453
 
397
454
  // src/components/Delete.tsx
398
- var import_jsx_runtime23 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
399
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
400
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
455
+ var import_jsx_runtime24 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
456
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
457
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
401
458
  "path",
402
459
  {
403
460
  fill: stroke || color || "currentColor",
@@ -409,15 +466,15 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconDelete = ({ size, w
409
466
  ] }), Delete_default = IconDelete;
410
467
 
411
468
  // src/components/Download.tsx
412
- var import_jsx_runtime24 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
413
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
469
+ var import_jsx_runtime25 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
470
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
414
471
  "path",
415
472
  {
416
473
  fill: stroke || color || "currentColor",
417
474
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
418
475
  }
419
476
  ),
420
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
477
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
421
478
  "path",
422
479
  {
423
480
  fill: stroke || color || "currentColor",
@@ -429,17 +486,17 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconDownload = ({ size,
429
486
  ] }), Download_default = IconDownload;
430
487
 
431
488
  // src/components/DraghandleFilled.tsx
432
- var import_jsx_runtime25 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
433
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
434
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
435
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
436
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
437
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
438
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
489
+ var import_jsx_runtime26 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
490
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
491
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
492
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
493
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
494
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
495
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
439
496
  ] }), DraghandleFilled_default = IconDraghandleFilled;
440
497
 
441
498
  // src/components/FeedbackFailFilled.tsx
442
- var import_jsx_runtime26 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
499
+ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
443
500
  "path",
444
501
  {
445
502
  fill: fill || color || "currentColor",
@@ -450,7 +507,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFeedbackFailFilled
450
507
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
451
508
 
452
509
  // src/components/FeedbackPendingFilled.tsx
453
- var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
510
+ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
454
511
  "path",
455
512
  {
456
513
  fill: fill || color || "currentColor",
@@ -461,7 +518,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackPendingFill
461
518
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
462
519
 
463
520
  // src/components/FeedbackProblemFilled.tsx
464
- var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
521
+ var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
465
522
  "path",
466
523
  {
467
524
  fill: fill || color || "currentColor",
@@ -472,29 +529,29 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackProblemFill
472
529
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
473
530
 
474
531
  // src/components/FeedbackProblem.tsx
475
- var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
476
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
532
+ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
533
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
477
534
  "path",
478
535
  {
479
536
  fill: stroke || color || "currentColor",
480
537
  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"
481
538
  }
482
539
  ),
483
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
540
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
484
541
  "path",
485
542
  {
486
543
  fill: stroke || color || "currentColor",
487
544
  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"
488
545
  }
489
546
  ),
490
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
547
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
491
548
  "path",
492
549
  {
493
550
  fill: stroke || color || "currentColor",
494
551
  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"
495
552
  }
496
553
  ),
497
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
554
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
498
555
  "path",
499
556
  {
500
557
  fill: stroke || color || "currentColor",
@@ -506,8 +563,8 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblem = (
506
563
  ] }), FeedbackProblem_default = IconFeedbackProblem;
507
564
 
508
565
  // src/components/FiletypePdfFilled.tsx
509
- var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
510
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
566
+ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
567
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
511
568
  "path",
512
569
  {
513
570
  fill: "#FF3E4C",
@@ -515,14 +572,14 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
515
572
  style: { opacity: 0.3 }
516
573
  }
517
574
  ) }),
518
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
575
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
519
576
  "path",
520
577
  {
521
578
  fill: "#FF3E4C",
522
579
  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"
523
580
  }
524
581
  ),
525
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
582
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
526
583
  "path",
527
584
  {
528
585
  fill: "#FF3E4C",
@@ -532,8 +589,8 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
532
589
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
533
590
 
534
591
  // src/components/FiletypePdfLumiFilled.tsx
535
- var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
536
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
592
+ var import_jsx_runtime32 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
593
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
537
594
  "path",
538
595
  {
539
596
  fill: "#2E2E2E",
@@ -541,14 +598,14 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
541
598
  style: { opacity: 0.3 }
542
599
  }
543
600
  ) }),
544
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
601
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
545
602
  "path",
546
603
  {
547
604
  fill: "#2E2E2E",
548
605
  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"
549
606
  }
550
607
  ),
551
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
608
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
552
609
  "path",
553
610
  {
554
611
  fill: "#2E2E2E",
@@ -557,8 +614,98 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
557
614
  )
558
615
  ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
559
616
 
617
+ // src/components/FoldedMenu.tsx
618
+ var import_jsx_runtime33 = require("react/jsx-runtime"), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
619
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
620
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
621
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
622
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
623
+ ] }), FoldedMenu_default = IconFoldedMenu;
624
+
625
+ // src/components/GameFilled.tsx
626
+ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
627
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
628
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
629
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
630
+ "path",
631
+ {
632
+ fill: fill || color || "currentColor",
633
+ d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
634
+ }
635
+ ),
636
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
637
+ "path",
638
+ {
639
+ fill: fill || color || "currentColor",
640
+ d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
641
+ }
642
+ )
643
+ ] }), GameFilled_default = IconGameFilled;
644
+
645
+ // src/components/Game.tsx
646
+ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
647
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
648
+ "path",
649
+ {
650
+ fill: stroke || color || "currentColor",
651
+ d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
652
+ fillRule: "evenodd",
653
+ clipRule: "evenodd"
654
+ }
655
+ ),
656
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
657
+ "path",
658
+ {
659
+ fill: stroke || color || "currentColor",
660
+ d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
661
+ fillRule: "evenodd",
662
+ clipRule: "evenodd"
663
+ }
664
+ ),
665
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
666
+ "path",
667
+ {
668
+ fill: stroke || color || "currentColor",
669
+ d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
670
+ fillRule: "evenodd",
671
+ clipRule: "evenodd"
672
+ }
673
+ ),
674
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
675
+ "path",
676
+ {
677
+ fill: stroke || color || "currentColor",
678
+ d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
679
+ fillRule: "evenodd",
680
+ clipRule: "evenodd"
681
+ }
682
+ )
683
+ ] }), Game_default = IconGame;
684
+
685
+ // src/components/GamebackupFilled.tsx
686
+ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
687
+ "path",
688
+ {
689
+ fill: fill || color || "currentColor",
690
+ 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",
691
+ fillRule: "evenodd",
692
+ clipRule: "evenodd"
693
+ }
694
+ ) }), GamebackupFilled_default = IconGamebackupFilled;
695
+
696
+ // src/components/Gamebackup.tsx
697
+ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
698
+ "path",
699
+ {
700
+ fill: stroke || color || "currentColor",
701
+ 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",
702
+ fillRule: "evenodd",
703
+ clipRule: "evenodd"
704
+ }
705
+ ) }), Gamebackup_default = IconGamebackup;
706
+
560
707
  // src/components/GamecontrolChoice.tsx
561
- var import_jsx_runtime32 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
708
+ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
562
709
  "path",
563
710
  {
564
711
  fill: stroke || color || "currentColor",
@@ -569,7 +716,7 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGamecontrolChoice =
569
716
  ) }), GamecontrolChoice_default = IconGamecontrolChoice;
570
717
 
571
718
  // src/components/GamecontrolGameplay.tsx
572
- var import_jsx_runtime33 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
719
+ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
573
720
  "path",
574
721
  {
575
722
  fill: stroke || color || "currentColor",
@@ -580,7 +727,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGamecontrolGameplay
580
727
  ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
581
728
 
582
729
  // src/components/GamecontrolLinear.tsx
583
- var import_jsx_runtime34 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
730
+ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
584
731
  "path",
585
732
  {
586
733
  fill: stroke || color || "currentColor",
@@ -591,7 +738,7 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGamecontrolLinear =
591
738
  ) }), GamecontrolLinear_default = IconGamecontrolLinear;
592
739
 
593
740
  // src/components/Gamelanguage.tsx
594
- var import_jsx_runtime35 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
741
+ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
595
742
  "path",
596
743
  {
597
744
  fill: stroke || color || "currentColor",
@@ -602,8 +749,8 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGamelanguage = ({ s
602
749
  ) }), Gamelanguage_default = IconGamelanguage;
603
750
 
604
751
  // src/components/Gamepreview.tsx
605
- var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
606
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
752
+ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
753
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
607
754
  "path",
608
755
  {
609
756
  fill: stroke || color || "currentColor",
@@ -612,7 +759,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
612
759
  clipRule: "evenodd"
613
760
  }
614
761
  ),
615
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
762
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
616
763
  "path",
617
764
  {
618
765
  fill: stroke || color || "currentColor",
@@ -624,15 +771,15 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
624
771
  ] }), Gamepreview_default = IconGamepreview;
625
772
 
626
773
  // src/components/GenerateMultimage.tsx
627
- var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
628
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
774
+ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
775
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
629
776
  "path",
630
777
  {
631
778
  fill: stroke || color || "currentColor",
632
779
  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"
633
780
  }
634
781
  ),
635
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
782
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
636
783
  "path",
637
784
  {
638
785
  fill: stroke || color || "currentColor",
@@ -641,11 +788,11 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenerateMultimage =
641
788
  clipRule: "evenodd"
642
789
  }
643
790
  ),
644
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
791
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
645
792
  ] }), GenerateMultimage_default = IconGenerateMultimage;
646
793
 
647
794
  // src/components/GenerateFilled.tsx
648
- var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
795
+ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
649
796
  "path",
650
797
  {
651
798
  fill: fill || color || "currentColor",
@@ -656,15 +803,15 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenerateFilled = ({
656
803
  ) }), GenerateFilled_default = IconGenerateFilled;
657
804
 
658
805
  // src/components/GenerateFrameStart.tsx
659
- var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
660
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
806
+ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
807
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
661
808
  "path",
662
809
  {
663
810
  fill: stroke || color || "currentColor",
664
811
  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"
665
812
  }
666
813
  ),
667
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
814
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
668
815
  "path",
669
816
  {
670
817
  fill: stroke || color || "currentColor",
@@ -676,8 +823,8 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenerateFrameStart
676
823
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
677
824
 
678
825
  // src/components/GenerateFrameStart2End.tsx
679
- var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
680
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
826
+ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
827
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
681
828
  "path",
682
829
  {
683
830
  fill: stroke || color || "currentColor",
@@ -686,14 +833,14 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
686
833
  clipRule: "evenodd"
687
834
  }
688
835
  ),
689
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
836
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
690
837
  "path",
691
838
  {
692
839
  fill: stroke || color || "currentColor",
693
840
  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"
694
841
  }
695
842
  ),
696
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
843
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
697
844
  "path",
698
845
  {
699
846
  fill: stroke || color || "currentColor",
@@ -705,8 +852,8 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
705
852
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
706
853
 
707
854
  // src/components/GenerateSwitchframe.tsx
708
- var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
709
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
855
+ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
856
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
710
857
  "path",
711
858
  {
712
859
  fill: stroke || color || "currentColor",
@@ -715,7 +862,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
715
862
  clipRule: "evenodd"
716
863
  }
717
864
  ),
718
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
865
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
719
866
  "path",
720
867
  {
721
868
  fill: stroke || color || "currentColor",
@@ -727,15 +874,15 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
727
874
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
728
875
 
729
876
  // src/components/GenerateT2V.tsx
730
- var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
731
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
877
+ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
878
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
732
879
  "path",
733
880
  {
734
881
  fill: stroke || color || "currentColor",
735
882
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
736
883
  }
737
884
  ),
738
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
885
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
739
886
  "path",
740
887
  {
741
888
  fill: stroke || color || "currentColor",
@@ -747,15 +894,15 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
747
894
  ] }), GenerateT2V_default = IconGenerateT2V;
748
895
 
749
896
  // src/components/GenreAuto.tsx
750
- var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
751
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
897
+ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
898
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
752
899
  "path",
753
900
  {
754
901
  fill: stroke || color || "currentColor",
755
902
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
756
903
  }
757
904
  ),
758
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
905
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
759
906
  "path",
760
907
  {
761
908
  fill: stroke || color || "currentColor",
@@ -764,15 +911,15 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
764
911
  clipRule: "evenodd"
765
912
  }
766
913
  ),
767
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
768
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
914
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
915
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
769
916
  "path",
770
917
  {
771
918
  fill: stroke || color || "currentColor",
772
919
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
773
920
  }
774
921
  ),
775
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
922
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
776
923
  "path",
777
924
  {
778
925
  fill: stroke || color || "currentColor",
@@ -782,22 +929,22 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
782
929
  ] }), GenreAuto_default = IconGenreAuto;
783
930
 
784
931
  // src/components/GenreComedy.tsx
785
- var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
786
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
932
+ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
933
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
787
934
  "path",
788
935
  {
789
936
  fill: stroke || color || "currentColor",
790
937
  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"
791
938
  }
792
939
  ),
793
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
940
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
794
941
  "path",
795
942
  {
796
943
  fill: stroke || color || "currentColor",
797
944
  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"
798
945
  }
799
946
  ),
800
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
947
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
801
948
  "path",
802
949
  {
803
950
  fill: stroke || color || "currentColor",
@@ -806,7 +953,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
806
953
  clipRule: "evenodd"
807
954
  }
808
955
  ),
809
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
956
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
810
957
  "path",
811
958
  {
812
959
  fill: stroke || color || "currentColor",
@@ -818,7 +965,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
818
965
  ] }), GenreComedy_default = IconGenreComedy;
819
966
 
820
967
  // src/components/GenreFantasy.tsx
821
- var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
968
+ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
822
969
  "path",
823
970
  {
824
971
  fill: stroke || color || "currentColor",
@@ -829,22 +976,22 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
829
976
  ) }), GenreFantasy_default = IconGenreFantasy;
830
977
 
831
978
  // src/components/GenreHorror.tsx
832
- var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
833
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
979
+ var import_jsx_runtime52 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
980
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
834
981
  "path",
835
982
  {
836
983
  fill: stroke || color || "currentColor",
837
984
  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"
838
985
  }
839
986
  ),
840
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
987
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
841
988
  "path",
842
989
  {
843
990
  fill: stroke || color || "currentColor",
844
991
  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"
845
992
  }
846
993
  ),
847
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
994
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
848
995
  "path",
849
996
  {
850
997
  fill: stroke || color || "currentColor",
@@ -856,7 +1003,7 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenreHorror = ({ si
856
1003
  ] }), GenreHorror_default = IconGenreHorror;
857
1004
 
858
1005
  // src/components/GenreRomance.tsx
859
- var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1006
+ var import_jsx_runtime53 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
860
1007
  "path",
861
1008
  {
862
1009
  fill: stroke || color || "currentColor",
@@ -867,15 +1014,15 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenreRomance = ({ s
867
1014
  ) }), GenreRomance_default = IconGenreRomance;
868
1015
 
869
1016
  // src/components/GenreScifi.tsx
870
- var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
871
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1017
+ var import_jsx_runtime54 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1018
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
872
1019
  "path",
873
1020
  {
874
1021
  fill: stroke || color || "currentColor",
875
1022
  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"
876
1023
  }
877
1024
  ),
878
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1025
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
879
1026
  "path",
880
1027
  {
881
1028
  fill: stroke || color || "currentColor",
@@ -884,7 +1031,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
884
1031
  clipRule: "evenodd"
885
1032
  }
886
1033
  ),
887
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1034
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
888
1035
  "path",
889
1036
  {
890
1037
  fill: stroke || color || "currentColor",
@@ -894,7 +1041,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
894
1041
  ] }), GenreScifi_default = IconGenreScifi;
895
1042
 
896
1043
  // src/components/GenreSuspense.tsx
897
- var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1044
+ var import_jsx_runtime55 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
898
1045
  "path",
899
1046
  {
900
1047
  fill: stroke || color || "currentColor",
@@ -905,7 +1052,7 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreSuspense = ({
905
1052
  ) }), GenreSuspense_default = IconGenreSuspense;
906
1053
 
907
1054
  // src/components/Genre.tsx
908
- var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1055
+ var import_jsx_runtime56 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
909
1056
  "path",
910
1057
  {
911
1058
  fill: stroke || color || "currentColor",
@@ -916,8 +1063,8 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenre = ({ size, wi
916
1063
  ) }), Genre_default = IconGenre;
917
1064
 
918
1065
  // src/components/GoogleLogoFilled.tsx
919
- var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
920
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1066
+ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1067
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
921
1068
  "mask",
922
1069
  {
923
1070
  id: "mask0_48_113",
@@ -927,7 +1074,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
927
1074
  y: "0",
928
1075
  maskUnits: "userSpaceOnUse",
929
1076
  style: { maskType: "luminance" },
930
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1077
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
931
1078
  "path",
932
1079
  {
933
1080
  fill: stroke || color || "currentColor",
@@ -936,64 +1083,64 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
936
1083
  )
937
1084
  }
938
1085
  ),
939
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
940
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1086
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
1087
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
941
1088
  "path",
942
1089
  {
943
1090
  fill: "url(#paint0_radial_48_113)",
944
1091
  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"
945
1092
  }
946
1093
  ) }),
947
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1094
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
948
1095
  "path",
949
1096
  {
950
1097
  fill: "url(#paint1_radial_48_113)",
951
1098
  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"
952
1099
  }
953
1100
  ) }),
954
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1101
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
955
1102
  "path",
956
1103
  {
957
1104
  fill: "url(#paint2_radial_48_113)",
958
1105
  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"
959
1106
  }
960
1107
  ) }),
961
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1108
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
962
1109
  "path",
963
1110
  {
964
1111
  fill: "url(#paint3_radial_48_113)",
965
1112
  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"
966
1113
  }
967
1114
  ) }),
968
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1115
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
969
1116
  "path",
970
1117
  {
971
1118
  fill: "#3086FF",
972
1119
  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"
973
1120
  }
974
1121
  ) }),
975
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1122
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
976
1123
  "path",
977
1124
  {
978
1125
  fill: "url(#paint4_radial_48_113)",
979
1126
  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"
980
1127
  }
981
1128
  ) }),
982
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1129
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
983
1130
  "path",
984
1131
  {
985
1132
  fill: "url(#paint5_radial_48_113)",
986
1133
  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"
987
1134
  }
988
1135
  ) }),
989
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1136
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
990
1137
  "path",
991
1138
  {
992
1139
  fill: "url(#paint6_radial_48_113)",
993
1140
  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"
994
1141
  }
995
1142
  ) }),
996
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1143
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
997
1144
  "path",
998
1145
  {
999
1146
  fill: "url(#paint7_linear_48_113)",
@@ -1001,8 +1148,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1001
1148
  }
1002
1149
  ) })
1003
1150
  ] }),
1004
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("defs", { children: [
1005
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1151
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("defs", { children: [
1152
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1006
1153
  "filter",
1007
1154
  {
1008
1155
  id: "filter0_f_48_113",
@@ -1013,13 +1160,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1013
1160
  filterUnits: "userSpaceOnUse",
1014
1161
  colorInterpolationFilters: "sRGB",
1015
1162
  children: [
1016
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1017
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1018
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1163
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1164
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1165
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1019
1166
  ]
1020
1167
  }
1021
1168
  ),
1022
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1169
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1023
1170
  "filter",
1024
1171
  {
1025
1172
  id: "filter1_f_48_113",
@@ -1030,13 +1177,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1030
1177
  filterUnits: "userSpaceOnUse",
1031
1178
  colorInterpolationFilters: "sRGB",
1032
1179
  children: [
1033
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1034
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1035
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1180
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1181
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1182
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1036
1183
  ]
1037
1184
  }
1038
1185
  ),
1039
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1186
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1040
1187
  "filter",
1041
1188
  {
1042
1189
  id: "filter2_f_48_113",
@@ -1047,13 +1194,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1047
1194
  filterUnits: "userSpaceOnUse",
1048
1195
  colorInterpolationFilters: "sRGB",
1049
1196
  children: [
1050
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1051
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1052
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1197
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1198
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1199
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1053
1200
  ]
1054
1201
  }
1055
1202
  ),
1056
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1203
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1057
1204
  "filter",
1058
1205
  {
1059
1206
  id: "filter3_f_48_113",
@@ -1064,13 +1211,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1064
1211
  filterUnits: "userSpaceOnUse",
1065
1212
  colorInterpolationFilters: "sRGB",
1066
1213
  children: [
1067
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1068
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1069
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1214
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1215
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1216
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1070
1217
  ]
1071
1218
  }
1072
1219
  ),
1073
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1220
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1074
1221
  "filter",
1075
1222
  {
1076
1223
  id: "filter4_f_48_113",
@@ -1081,13 +1228,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1081
1228
  filterUnits: "userSpaceOnUse",
1082
1229
  colorInterpolationFilters: "sRGB",
1083
1230
  children: [
1084
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1085
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1086
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1231
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1232
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1233
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1087
1234
  ]
1088
1235
  }
1089
1236
  ),
1090
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1237
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1091
1238
  "filter",
1092
1239
  {
1093
1240
  id: "filter5_f_48_113",
@@ -1098,13 +1245,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1098
1245
  filterUnits: "userSpaceOnUse",
1099
1246
  colorInterpolationFilters: "sRGB",
1100
1247
  children: [
1101
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1102
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1103
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1248
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1249
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1250
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1104
1251
  ]
1105
1252
  }
1106
1253
  ),
1107
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1254
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1108
1255
  "filter",
1109
1256
  {
1110
1257
  id: "filter6_f_48_113",
@@ -1115,13 +1262,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1115
1262
  filterUnits: "userSpaceOnUse",
1116
1263
  colorInterpolationFilters: "sRGB",
1117
1264
  children: [
1118
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1119
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1120
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1265
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1266
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1267
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1121
1268
  ]
1122
1269
  }
1123
1270
  ),
1124
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1271
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1125
1272
  "filter",
1126
1273
  {
1127
1274
  id: "filter7_f_48_113",
@@ -1132,13 +1279,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1132
1279
  filterUnits: "userSpaceOnUse",
1133
1280
  colorInterpolationFilters: "sRGB",
1134
1281
  children: [
1135
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1136
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1137
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1282
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1283
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1284
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1138
1285
  ]
1139
1286
  }
1140
1287
  ),
1141
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1288
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1142
1289
  "filter",
1143
1290
  {
1144
1291
  id: "filter8_f_48_113",
@@ -1149,13 +1296,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1149
1296
  filterUnits: "userSpaceOnUse",
1150
1297
  colorInterpolationFilters: "sRGB",
1151
1298
  children: [
1152
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1153
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1154
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1299
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1300
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1301
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1155
1302
  ]
1156
1303
  }
1157
1304
  ),
1158
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1305
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1159
1306
  "radialGradient",
1160
1307
  {
1161
1308
  id: "paint0_radial_48_113",
@@ -1165,20 +1312,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1165
1312
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
1166
1313
  gradientUnits: "userSpaceOnUse",
1167
1314
  children: [
1168
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1169
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1170
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1171
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1172
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1173
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1174
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1175
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1176
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1177
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1315
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1316
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1317
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1318
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1319
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1320
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1321
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1322
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1323
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1324
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1178
1325
  ]
1179
1326
  }
1180
1327
  ),
1181
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1328
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1182
1329
  "radialGradient",
1183
1330
  {
1184
1331
  id: "paint1_radial_48_113",
@@ -1188,12 +1335,12 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1188
1335
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
1189
1336
  gradientUnits: "userSpaceOnUse",
1190
1337
  children: [
1191
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1192
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
1338
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1339
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
1193
1340
  ]
1194
1341
  }
1195
1342
  ),
1196
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1343
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1197
1344
  "radialGradient",
1198
1345
  {
1199
1346
  id: "paint2_radial_48_113",
@@ -1203,18 +1350,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1203
1350
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
1204
1351
  gradientUnits: "userSpaceOnUse",
1205
1352
  children: [
1206
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1207
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1208
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1209
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1210
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1211
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1212
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1213
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
1353
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1354
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1355
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1356
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1357
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1358
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1359
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1360
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
1214
1361
  ]
1215
1362
  }
1216
1363
  ),
1217
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1364
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1218
1365
  "radialGradient",
1219
1366
  {
1220
1367
  id: "paint3_radial_48_113",
@@ -1224,19 +1371,19 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1224
1371
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
1225
1372
  gradientUnits: "userSpaceOnUse",
1226
1373
  children: [
1227
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1228
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1229
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
1230
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1231
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1232
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1233
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1234
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1235
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
1374
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1375
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1376
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
1377
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1378
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1379
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1380
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1381
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1382
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
1236
1383
  ]
1237
1384
  }
1238
1385
  ),
1239
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1386
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1240
1387
  "radialGradient",
1241
1388
  {
1242
1389
  id: "paint4_radial_48_113",
@@ -1246,18 +1393,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1246
1393
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
1247
1394
  gradientUnits: "userSpaceOnUse",
1248
1395
  children: [
1249
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1250
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1251
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1252
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1253
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1254
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1255
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1256
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
1396
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1397
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1398
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1399
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1400
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1401
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1402
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1403
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
1257
1404
  ]
1258
1405
  }
1259
1406
  ),
1260
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1407
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1261
1408
  "radialGradient",
1262
1409
  {
1263
1410
  id: "paint5_radial_48_113",
@@ -1267,15 +1414,15 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1267
1414
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
1268
1415
  gradientUnits: "userSpaceOnUse",
1269
1416
  children: [
1270
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1271
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1272
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1273
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1274
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
1417
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1418
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1419
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1420
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1421
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
1275
1422
  ]
1276
1423
  }
1277
1424
  ),
1278
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1425
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1279
1426
  "radialGradient",
1280
1427
  {
1281
1428
  id: "paint6_radial_48_113",
@@ -1285,20 +1432,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1285
1432
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
1286
1433
  gradientUnits: "userSpaceOnUse",
1287
1434
  children: [
1288
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1289
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1290
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1291
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1292
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1293
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1294
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1295
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
1296
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1297
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#86C504" })
1435
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1436
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1437
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1438
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1439
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1440
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1441
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1442
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
1443
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1444
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#86C504" })
1298
1445
  ]
1299
1446
  }
1300
1447
  ),
1301
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1448
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1302
1449
  "linearGradient",
1303
1450
  {
1304
1451
  id: "paint7_linear_48_113",
@@ -1308,8 +1455,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1308
1455
  y2: "21.5116",
1309
1456
  gradientUnits: "userSpaceOnUse",
1310
1457
  children: [
1311
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { stopColor: "#0FBC5C" }),
1312
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
1458
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { stopColor: "#0FBC5C" }),
1459
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
1313
1460
  ]
1314
1461
  }
1315
1462
  )
@@ -1317,7 +1464,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1317
1464
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
1318
1465
 
1319
1466
  // src/components/Handtool.tsx
1320
- var import_jsx_runtime52 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1467
+ var import_jsx_runtime58 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1321
1468
  "path",
1322
1469
  {
1323
1470
  fill: stroke || color || "currentColor",
@@ -1326,16 +1473,16 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconHandtool = ({ size,
1326
1473
  ) }), Handtool_default = IconHandtool;
1327
1474
 
1328
1475
  // src/components/Help.tsx
1329
- var import_jsx_runtime53 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1330
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1331
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1476
+ var import_jsx_runtime59 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1477
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1478
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1332
1479
  "path",
1333
1480
  {
1334
1481
  fill: stroke || color || "currentColor",
1335
1482
  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"
1336
1483
  }
1337
1484
  ),
1338
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1485
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1339
1486
  "path",
1340
1487
  {
1341
1488
  fill: stroke || color || "currentColor",
@@ -1347,7 +1494,7 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconHelp = ({ size, wid
1347
1494
  ] }), Help_default = IconHelp;
1348
1495
 
1349
1496
  // src/components/HomepageFilled.tsx
1350
- var import_jsx_runtime54 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1497
+ var import_jsx_runtime60 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1351
1498
  "path",
1352
1499
  {
1353
1500
  fill: fill || color || "currentColor",
@@ -1358,15 +1505,15 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconHomepageFilled = ({
1358
1505
  ) }), HomepageFilled_default = IconHomepageFilled;
1359
1506
 
1360
1507
  // src/components/ImageGeneration.tsx
1361
- var import_jsx_runtime55 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1362
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1508
+ var import_jsx_runtime61 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1509
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1363
1510
  "path",
1364
1511
  {
1365
1512
  fill: stroke || color || "currentColor",
1366
1513
  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"
1367
1514
  }
1368
1515
  ),
1369
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1516
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1370
1517
  "path",
1371
1518
  {
1372
1519
  fill: stroke || color || "currentColor",
@@ -1376,8 +1523,8 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconImageGeneration = (
1376
1523
  ] }), ImageGeneration_default = IconImageGeneration;
1377
1524
 
1378
1525
  // src/components/ImageLoadFailedFilled.tsx
1379
- var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1380
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1526
+ var import_jsx_runtime62 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1527
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1381
1528
  "path",
1382
1529
  {
1383
1530
  fill: fill || color || "currentColor",
@@ -1386,7 +1533,7 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
1386
1533
  clipRule: "evenodd"
1387
1534
  }
1388
1535
  ),
1389
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1536
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1390
1537
  "path",
1391
1538
  {
1392
1539
  fill: fill || color || "currentColor",
@@ -1396,10 +1543,10 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
1396
1543
  ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
1397
1544
 
1398
1545
  // src/components/Info.tsx
1399
- var import_jsx_runtime57 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1400
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1401
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1402
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1546
+ var import_jsx_runtime63 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1547
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1548
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1549
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1403
1550
  "path",
1404
1551
  {
1405
1552
  fill: stroke || color || "currentColor",
@@ -1411,7 +1558,7 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconInfo = ({ size, wid
1411
1558
  ] }), Info_default = IconInfo;
1412
1559
 
1413
1560
  // src/components/Invitecode.tsx
1414
- var import_jsx_runtime58 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1561
+ var import_jsx_runtime64 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1415
1562
  "path",
1416
1563
  {
1417
1564
  fill: fill || color || "currentColor",
@@ -1422,7 +1569,7 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconInvitecode = ({ siz
1422
1569
  ) }), Invitecode_default = IconInvitecode;
1423
1570
 
1424
1571
  // src/components/Loading.tsx
1425
- var import_jsx_runtime59 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1572
+ var import_jsx_runtime65 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
1426
1573
  "svg",
1427
1574
  {
1428
1575
  fill: "none",
@@ -1432,10 +1579,10 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconLoading = ({ size,
1432
1579
  height: height || size,
1433
1580
  xmlnsXlink: "http://www.w3.org/1999/xlink",
1434
1581
  children: [
1435
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
1436
- /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("defs", { children: [
1437
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
1438
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1582
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
1583
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("defs", { children: [
1584
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
1585
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1439
1586
  "image",
1440
1587
  {
1441
1588
  id: "image0_78_19",
@@ -1451,15 +1598,15 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconLoading = ({ size,
1451
1598
  ), Loading_default = IconLoading;
1452
1599
 
1453
1600
  // src/components/Login.tsx
1454
- var import_jsx_runtime60 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1455
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1601
+ var import_jsx_runtime66 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1602
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1456
1603
  "path",
1457
1604
  {
1458
1605
  fill: stroke || color || "currentColor",
1459
1606
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
1460
1607
  }
1461
1608
  ),
1462
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1609
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1463
1610
  "path",
1464
1611
  {
1465
1612
  fill: stroke || color || "currentColor",
@@ -1471,8 +1618,8 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconLogin = ({ size, wi
1471
1618
  ] }), Login_default = IconLogin;
1472
1619
 
1473
1620
  // src/components/Logout.tsx
1474
- var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1475
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1621
+ var import_jsx_runtime67 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1622
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1476
1623
  "path",
1477
1624
  {
1478
1625
  fill: stroke || color || "currentColor",
@@ -1481,7 +1628,7 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
1481
1628
  clipRule: "evenodd"
1482
1629
  }
1483
1630
  ),
1484
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1631
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1485
1632
  "path",
1486
1633
  {
1487
1634
  fill: stroke || color || "currentColor",
@@ -1491,17 +1638,26 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
1491
1638
  ] }), Logout_default = IconLogout;
1492
1639
 
1493
1640
  // src/components/ModelGeminiFilled.tsx
1494
- var import_jsx_runtime62 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1641
+ var import_jsx_runtime68 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1495
1642
  "path",
1496
1643
  {
1497
1644
  fill: fill || color || "currentColor",
1498
- 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"
1645
+ 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"
1499
1646
  }
1500
1647
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
1501
1648
 
1649
+ // src/components/ModelOpenaiFilled.tsx
1650
+ var import_jsx_runtime69 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1651
+ "path",
1652
+ {
1653
+ fill: fill || color || "currentColor",
1654
+ 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"
1655
+ }
1656
+ ) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
1657
+
1502
1658
  // src/components/ModelDeepmindFilled.tsx
1503
- var import_jsx_runtime63 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1504
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1659
+ var import_jsx_runtime70 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1660
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1505
1661
  "path",
1506
1662
  {
1507
1663
  fill: fill || color || "currentColor",
@@ -1510,11 +1666,37 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconModelDeepmindFilled
1510
1666
  clipRule: "evenodd"
1511
1667
  }
1512
1668
  ) }),
1513
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1669
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1514
1670
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
1515
1671
 
1672
+ // src/components/ModelSeedFilled.tsx
1673
+ var import_jsx_runtime71 = require("react/jsx-runtime"), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1674
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
1675
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1676
+ "path",
1677
+ {
1678
+ fill: fill || color || "currentColor",
1679
+ d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
1680
+ }
1681
+ ),
1682
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1683
+ "path",
1684
+ {
1685
+ fill: fill || color || "currentColor",
1686
+ d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
1687
+ }
1688
+ ),
1689
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1690
+ "path",
1691
+ {
1692
+ fill: fill || color || "currentColor",
1693
+ d: "M16.9968 18.0778L13.218 17.1178V9.01844L16.9968 8.05851V18.0778Z"
1694
+ }
1695
+ )
1696
+ ] }), ModelSeedFilled_default = IconModelSeedFilled;
1697
+
1516
1698
  // src/components/ModelSoraFilled.tsx
1517
- var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1699
+ var import_jsx_runtime72 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1518
1700
  "path",
1519
1701
  {
1520
1702
  fill: fill || color || "currentColor",
@@ -1523,7 +1705,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelSoraFilled = (
1523
1705
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
1524
1706
 
1525
1707
  // src/components/ModelNanobananaLogoNomoFilled.tsx
1526
- var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
1708
+ var import_jsx_runtime73 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
1527
1709
  size,
1528
1710
  width,
1529
1711
  height,
@@ -1531,64 +1713,64 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelNanobananaLogo
1531
1713
  className,
1532
1714
  fill,
1533
1715
  stroke
1534
- }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1535
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1716
+ }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1717
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1536
1718
  "path",
1537
1719
  {
1538
1720
  fill: "#5A5C62",
1539
1721
  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"
1540
1722
  }
1541
1723
  ),
1542
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1724
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1543
1725
  "path",
1544
1726
  {
1545
1727
  fill: "#D5D6D7",
1546
1728
  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"
1547
1729
  }
1548
1730
  ),
1549
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1731
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1550
1732
  "path",
1551
1733
  {
1552
1734
  fill: "#C4C5C7",
1553
1735
  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"
1554
1736
  }
1555
1737
  ),
1556
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1738
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1557
1739
  "path",
1558
1740
  {
1559
1741
  fill: "#7B7C81",
1560
1742
  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"
1561
1743
  }
1562
1744
  ),
1563
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1745
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1564
1746
  "path",
1565
1747
  {
1566
1748
  fill: "#85878B",
1567
1749
  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"
1568
1750
  }
1569
1751
  ),
1570
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1752
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1571
1753
  "path",
1572
1754
  {
1573
1755
  fill: "#1B1D24",
1574
1756
  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"
1575
1757
  }
1576
1758
  ),
1577
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1759
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1578
1760
  "path",
1579
1761
  {
1580
1762
  fill: "#D5D6D7",
1581
1763
  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"
1582
1764
  }
1583
1765
  ),
1584
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1766
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1585
1767
  "path",
1586
1768
  {
1587
1769
  fill: "#85878B",
1588
1770
  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"
1589
1771
  }
1590
1772
  ),
1591
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1773
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1592
1774
  "path",
1593
1775
  {
1594
1776
  fill: "#D5D6D7",
@@ -1598,7 +1780,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelNanobananaLogo
1598
1780
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
1599
1781
 
1600
1782
  // src/components/Models.tsx
1601
- var import_jsx_runtime66 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1783
+ var import_jsx_runtime74 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1602
1784
  "path",
1603
1785
  {
1604
1786
  fill: stroke || color || "currentColor",
@@ -1608,23 +1790,41 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModels = ({ size, w
1608
1790
  }
1609
1791
  ) }), Models_default = IconModels;
1610
1792
 
1793
+ // src/components/MoreCollapse.tsx
1794
+ var import_jsx_runtime75 = require("react/jsx-runtime"), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1795
+ "path",
1796
+ {
1797
+ fill: stroke || color || "currentColor",
1798
+ 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"
1799
+ }
1800
+ ) }), MoreCollapse_default = IconMoreCollapse;
1801
+
1802
+ // src/components/MoreShowed.tsx
1803
+ var import_jsx_runtime76 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
1804
+ "path",
1805
+ {
1806
+ fill: stroke || color || "currentColor",
1807
+ 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"
1808
+ }
1809
+ ) }), MoreShowed_default = IconMoreShowed;
1810
+
1611
1811
  // src/components/More.tsx
1612
- var import_jsx_runtime67 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1613
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1812
+ var import_jsx_runtime77 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1813
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1614
1814
  "path",
1615
1815
  {
1616
1816
  fill: stroke || color || "currentColor",
1617
1817
  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"
1618
1818
  }
1619
1819
  ),
1620
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1820
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1621
1821
  "path",
1622
1822
  {
1623
1823
  fill: stroke || color || "currentColor",
1624
1824
  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"
1625
1825
  }
1626
1826
  ),
1627
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1827
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1628
1828
  "path",
1629
1829
  {
1630
1830
  fill: stroke || color || "currentColor",
@@ -1634,29 +1834,29 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconMore = ({ size, wid
1634
1834
  ] }), More_default = IconMore;
1635
1835
 
1636
1836
  // src/components/Moresettings.tsx
1637
- var import_jsx_runtime68 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1638
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1837
+ var import_jsx_runtime78 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1838
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1639
1839
  "path",
1640
1840
  {
1641
1841
  fill: stroke || color || "currentColor",
1642
1842
  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"
1643
1843
  }
1644
1844
  ),
1645
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1845
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1646
1846
  "path",
1647
1847
  {
1648
1848
  fill: stroke || color || "currentColor",
1649
1849
  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"
1650
1850
  }
1651
1851
  ),
1652
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1852
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1653
1853
  "path",
1654
1854
  {
1655
1855
  fill: stroke || color || "currentColor",
1656
1856
  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"
1657
1857
  }
1658
1858
  ),
1659
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1859
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1660
1860
  "path",
1661
1861
  {
1662
1862
  fill: stroke || color || "currentColor",
@@ -1668,7 +1868,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconMoresettings = ({ s
1668
1868
  ] }), Moresettings_default = IconMoresettings;
1669
1869
 
1670
1870
  // src/components/Musicassets.tsx
1671
- var import_jsx_runtime69 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1871
+ var import_jsx_runtime79 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
1672
1872
  "path",
1673
1873
  {
1674
1874
  fill: stroke || color || "currentColor",
@@ -1679,8 +1879,8 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconMusicassets = ({ si
1679
1879
  ) }), Musicassets_default = IconMusicassets;
1680
1880
 
1681
1881
  // src/components/Mute.tsx
1682
- var import_jsx_runtime70 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1683
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1882
+ var import_jsx_runtime80 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1883
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1684
1884
  "path",
1685
1885
  {
1686
1886
  fill: stroke || color || "currentColor",
@@ -1689,7 +1889,7 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconMute = ({ size, wid
1689
1889
  clipRule: "evenodd"
1690
1890
  }
1691
1891
  ),
1692
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1892
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1693
1893
  "path",
1694
1894
  {
1695
1895
  fill: stroke || color || "currentColor",
@@ -1699,7 +1899,7 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconMute = ({ size, wid
1699
1899
  ] }), Mute_default = IconMute;
1700
1900
 
1701
1901
  // src/components/Next.tsx
1702
- var import_jsx_runtime71 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1902
+ var import_jsx_runtime81 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
1703
1903
  "path",
1704
1904
  {
1705
1905
  fill: stroke || color || "currentColor",
@@ -1710,8 +1910,8 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconNext = ({ size, wid
1710
1910
  ) }), Next_default = IconNext;
1711
1911
 
1712
1912
  // src/components/Nextscene.tsx
1713
- var import_jsx_runtime72 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1714
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1913
+ var import_jsx_runtime82 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1914
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
1715
1915
  "rect",
1716
1916
  {
1717
1917
  width: "22.5",
@@ -1724,7 +1924,7 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconNextscene = ({ size
1724
1924
  strokeWidth: "1.5"
1725
1925
  }
1726
1926
  ),
1727
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1927
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
1728
1928
  "path",
1729
1929
  {
1730
1930
  fill: stroke || color || "currentColor",
@@ -1734,17 +1934,17 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconNextscene = ({ size
1734
1934
  ] }), Nextscene_default = IconNextscene;
1735
1935
 
1736
1936
  // src/components/Oneclickgenerate.tsx
1737
- var import_jsx_runtime73 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1738
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
1739
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
1740
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1937
+ var import_jsx_runtime83 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1938
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
1939
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
1940
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
1741
1941
  "path",
1742
1942
  {
1743
1943
  fill: stroke || color || "currentColor",
1744
1944
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
1745
1945
  }
1746
1946
  ),
1747
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1947
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
1748
1948
  "path",
1749
1949
  {
1750
1950
  fill: stroke || color || "currentColor",
@@ -1756,8 +1956,8 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconOneclickgenerate =
1756
1956
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
1757
1957
 
1758
1958
  // src/components/Opendemo.tsx
1759
- var import_jsx_runtime74 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1760
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1959
+ var import_jsx_runtime84 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1960
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
1761
1961
  "path",
1762
1962
  {
1763
1963
  fill: stroke || color || "currentColor",
@@ -1766,14 +1966,58 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconOpendemo = ({ size,
1766
1966
  clipRule: "evenodd"
1767
1967
  }
1768
1968
  ),
1769
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
1969
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
1770
1970
  ] }), Opendemo_default = IconOpendemo;
1771
1971
 
1772
1972
  // src/components/PageError.tsx
1773
- var import_jsx_runtime75 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
1973
+ var import_jsx_runtime85 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
1974
+
1975
+ // src/components/Parameters.tsx
1976
+ var import_jsx_runtime86 = require("react/jsx-runtime"), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1977
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
1978
+ "path",
1979
+ {
1980
+ fill: stroke || color || "currentColor",
1981
+ d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
1982
+ fillRule: "evenodd",
1983
+ clipRule: "evenodd"
1984
+ }
1985
+ ),
1986
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
1987
+ "path",
1988
+ {
1989
+ fill: stroke || color || "currentColor",
1990
+ d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
1991
+ fillRule: "evenodd",
1992
+ clipRule: "evenodd"
1993
+ }
1994
+ )
1995
+ ] }), Parameters_default = IconParameters;
1996
+
1997
+ // src/components/Pause.tsx
1998
+ var import_jsx_runtime87 = require("react/jsx-runtime"), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1999
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2000
+ "path",
2001
+ {
2002
+ fill: stroke || color || "currentColor",
2003
+ d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
2004
+ fillRule: "evenodd",
2005
+ clipRule: "evenodd"
2006
+ }
2007
+ ),
2008
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2009
+ "path",
2010
+ {
2011
+ fill: stroke || color || "currentColor",
2012
+ d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
2013
+ fillRule: "evenodd",
2014
+ clipRule: "evenodd"
2015
+ }
2016
+ )
2017
+ ] }), Pause_default = IconPause;
1774
2018
 
1775
2019
  // src/components/Pencil.tsx
1776
- var import_jsx_runtime76 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
2020
+ var import_jsx_runtime88 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
1777
2021
  "path",
1778
2022
  {
1779
2023
  fill: stroke || color || "currentColor",
@@ -1784,7 +2028,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconPencil = ({ size, w
1784
2028
  ) }), Pencil_default = IconPencil;
1785
2029
 
1786
2030
  // src/components/Pick.tsx
1787
- var import_jsx_runtime77 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
2031
+ var import_jsx_runtime89 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
1788
2032
  "path",
1789
2033
  {
1790
2034
  fill: stroke || color || "currentColor",
@@ -1795,22 +2039,22 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconPick = ({ size, wid
1795
2039
  ) }), Pick_default = IconPick;
1796
2040
 
1797
2041
  // src/components/PickedFilled.tsx
1798
- var import_jsx_runtime78 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
2042
+ var import_jsx_runtime90 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
1799
2043
 
1800
2044
  // src/components/PlanFilled.tsx
1801
- var import_jsx_runtime79 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1802
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
2045
+ var import_jsx_runtime91 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2046
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1803
2047
  "path",
1804
2048
  {
1805
2049
  fill: fill || color || "currentColor",
1806
2050
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
1807
2051
  }
1808
2052
  ) }),
1809
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2053
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1810
2054
  ] }), PlanFilled_default = IconPlanFilled;
1811
2055
 
1812
2056
  // src/components/PlayFilled.tsx
1813
- var import_jsx_runtime80 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
2057
+ var import_jsx_runtime92 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
1814
2058
  "path",
1815
2059
  {
1816
2060
  fill: fill || color || "currentColor",
@@ -1818,9 +2062,20 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconPlayFilled = ({ siz
1818
2062
  }
1819
2063
  ) }), PlayFilled_default = IconPlayFilled;
1820
2064
 
2065
+ // src/components/Play.tsx
2066
+ var import_jsx_runtime93 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2067
+ "path",
2068
+ {
2069
+ fill: stroke || color || "currentColor",
2070
+ d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
2071
+ fillRule: "evenodd",
2072
+ clipRule: "evenodd"
2073
+ }
2074
+ ) }), Play_default = IconPlay;
2075
+
1821
2076
  // src/components/Previouscene.tsx
1822
- var import_jsx_runtime81 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1823
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2077
+ var import_jsx_runtime94 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2078
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1824
2079
  "rect",
1825
2080
  {
1826
2081
  width: "22.5",
@@ -1832,7 +2087,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconPreviouscene = ({ s
1832
2087
  strokeWidth: "1.5"
1833
2088
  }
1834
2089
  ),
1835
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2090
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1836
2091
  "path",
1837
2092
  {
1838
2093
  fill: stroke || color || "currentColor",
@@ -1842,7 +2097,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconPreviouscene = ({ s
1842
2097
  ] }), Previouscene_default = IconPreviouscene;
1843
2098
 
1844
2099
  // src/components/ProblemNoticeFilled.tsx
1845
- var import_jsx_runtime82 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
2100
+ var import_jsx_runtime95 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
1846
2101
  "path",
1847
2102
  {
1848
2103
  fill: fill || color || "currentColor",
@@ -1853,10 +2108,10 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconProblemNoticeFilled
1853
2108
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
1854
2109
 
1855
2110
  // src/components/Problem.tsx
1856
- var import_jsx_runtime83 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1857
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
1858
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
1859
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2111
+ var import_jsx_runtime96 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2112
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
2113
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
2114
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1860
2115
  "path",
1861
2116
  {
1862
2117
  fill: stroke || color || "currentColor",
@@ -1868,7 +2123,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconProblem = ({ size,
1868
2123
  ] }), Problem_default = IconProblem;
1869
2124
 
1870
2125
  // src/components/Ratio169.tsx
1871
- var import_jsx_runtime84 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2126
+ var import_jsx_runtime97 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
1872
2127
  "path",
1873
2128
  {
1874
2129
  fill: stroke || color || "currentColor",
@@ -1877,15 +2132,15 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconRatio169 = ({ size,
1877
2132
  ) }), Ratio169_default = IconRatio169;
1878
2133
 
1879
2134
  // src/components/Ratio11.tsx
1880
- var import_jsx_runtime85 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1881
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2135
+ var import_jsx_runtime98 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2136
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
1882
2137
  "path",
1883
2138
  {
1884
2139
  fill: stroke || color || "currentColor",
1885
2140
  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"
1886
2141
  }
1887
2142
  ) }),
1888
- /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2143
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
1889
2144
  "rect",
1890
2145
  {
1891
2146
  width: "24",
@@ -1897,15 +2152,15 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconRatio11 = ({ size,
1897
2152
  ] }), Ratio11_default = IconRatio11;
1898
2153
 
1899
2154
  // src/components/Ratio916.tsx
1900
- var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1901
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2155
+ var import_jsx_runtime99 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2156
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
1902
2157
  "path",
1903
2158
  {
1904
2159
  fill: stroke || color || "currentColor",
1905
2160
  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"
1906
2161
  }
1907
2162
  ) }),
1908
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2163
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
1909
2164
  "rect",
1910
2165
  {
1911
2166
  width: "24",
@@ -1917,15 +2172,15 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio916 = ({ size,
1917
2172
  ] }), Ratio916_default = IconRatio916;
1918
2173
 
1919
2174
  // src/components/Ratio.tsx
1920
- var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1921
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2175
+ var import_jsx_runtime100 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2176
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
1922
2177
  "path",
1923
2178
  {
1924
2179
  fill: stroke || color || "currentColor",
1925
2180
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
1926
2181
  }
1927
2182
  ),
1928
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2183
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
1929
2184
  "path",
1930
2185
  {
1931
2186
  fill: stroke || color || "currentColor",
@@ -1935,7 +2190,7 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio = ({ size, wi
1935
2190
  ] }), Ratio_default = IconRatio;
1936
2191
 
1937
2192
  // src/components/ReEdit.tsx
1938
- var import_jsx_runtime88 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2193
+ var import_jsx_runtime101 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
1939
2194
  "path",
1940
2195
  {
1941
2196
  fill: stroke || color || "currentColor",
@@ -1946,7 +2201,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconReEdit = ({ size, w
1946
2201
  ) }), ReEdit_default = IconReEdit;
1947
2202
 
1948
2203
  // src/components/Regenerate.tsx
1949
- var import_jsx_runtime89 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2204
+ var import_jsx_runtime102 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
1950
2205
  "path",
1951
2206
  {
1952
2207
  fill: stroke || color || "currentColor",
@@ -1957,7 +2212,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconRegenerate = ({ siz
1957
2212
  ) }), Regenerate_default = IconRegenerate;
1958
2213
 
1959
2214
  // src/components/SceneNext.tsx
1960
- var import_jsx_runtime90 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2215
+ var import_jsx_runtime103 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
1961
2216
  "path",
1962
2217
  {
1963
2218
  fill: stroke || color || "currentColor",
@@ -1966,19 +2221,19 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconSceneNext = ({ size
1966
2221
  ) }), SceneNext_default = IconSceneNext;
1967
2222
 
1968
2223
  // src/components/Scriptmode.tsx
1969
- var import_jsx_runtime91 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1970
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
1971
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
1972
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
1973
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
1974
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
1975
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
1976
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
1977
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
2224
+ var import_jsx_runtime104 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2225
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
2226
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
2227
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
2228
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
2229
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
2230
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
2231
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
2232
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
1978
2233
  ] }), Scriptmode_default = IconScriptmode;
1979
2234
 
1980
2235
  // src/components/ShareFilled.tsx
1981
- var import_jsx_runtime92 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2236
+ var import_jsx_runtime105 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
1982
2237
  "path",
1983
2238
  {
1984
2239
  fill: fill || color || "currentColor",
@@ -1987,7 +2242,7 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconShareFilled = ({ si
1987
2242
  ) }), ShareFilled_default = IconShareFilled;
1988
2243
 
1989
2244
  // src/components/Share.tsx
1990
- var import_jsx_runtime93 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2245
+ var import_jsx_runtime106 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
1991
2246
  "path",
1992
2247
  {
1993
2248
  fill: stroke || color || "currentColor",
@@ -1998,7 +2253,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconShare = ({ size, wi
1998
2253
  ) }), Share_default = IconShare;
1999
2254
 
2000
2255
  // src/components/SocialX.tsx
2001
- var import_jsx_runtime94 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
2256
+ var import_jsx_runtime107 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
2002
2257
  "path",
2003
2258
  {
2004
2259
  fill: fill || color || "currentColor",
@@ -2007,7 +2262,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconSocialX = ({ size,
2007
2262
  ) }), SocialX_default = IconSocialX;
2008
2263
 
2009
2264
  // src/components/SocialDiscord.tsx
2010
- var import_jsx_runtime95 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2265
+ var import_jsx_runtime108 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
2011
2266
  "path",
2012
2267
  {
2013
2268
  fill: fill || color || "currentColor",
@@ -2016,8 +2271,8 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconSocialDiscord = ({
2016
2271
  ) }), SocialDiscord_default = IconSocialDiscord;
2017
2272
 
2018
2273
  // src/components/SoundOff.tsx
2019
- var import_jsx_runtime96 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2020
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
2274
+ var import_jsx_runtime109 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2275
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2021
2276
  "path",
2022
2277
  {
2023
2278
  fill: stroke || color || "currentColor",
@@ -2026,7 +2281,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconSoundOff = ({ size,
2026
2281
  clipRule: "evenodd"
2027
2282
  }
2028
2283
  ),
2029
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
2284
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2030
2285
  "path",
2031
2286
  {
2032
2287
  fill: stroke || color || "currentColor",
@@ -2036,8 +2291,8 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconSoundOff = ({ size,
2036
2291
  ] }), SoundOff_default = IconSoundOff;
2037
2292
 
2038
2293
  // src/components/SoundOn.tsx
2039
- var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2040
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2294
+ var import_jsx_runtime110 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2295
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2041
2296
  "path",
2042
2297
  {
2043
2298
  fill: stroke || color || "currentColor",
@@ -2046,14 +2301,14 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOn = ({ size,
2046
2301
  clipRule: "evenodd"
2047
2302
  }
2048
2303
  ),
2049
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2304
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2050
2305
  "path",
2051
2306
  {
2052
2307
  fill: stroke || color || "currentColor",
2053
2308
  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"
2054
2309
  }
2055
2310
  ),
2056
- /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
2311
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2057
2312
  "path",
2058
2313
  {
2059
2314
  fill: stroke || color || "currentColor",
@@ -2063,7 +2318,7 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOn = ({ size,
2063
2318
  ] }), SoundOn_default = IconSoundOn;
2064
2319
 
2065
2320
  // src/components/Storyboard.tsx
2066
- var import_jsx_runtime98 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
2321
+ var import_jsx_runtime111 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2067
2322
  "path",
2068
2323
  {
2069
2324
  fill: stroke || color || "currentColor",
@@ -2074,24 +2329,24 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconStoryboard = ({ siz
2074
2329
  ) }), Storyboard_default = IconStoryboard;
2075
2330
 
2076
2331
  // src/components/StyleAutoFilled.tsx
2077
- var import_jsx_runtime99 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2078
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2332
+ var import_jsx_runtime112 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2333
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2079
2334
  "path",
2080
2335
  {
2081
2336
  fill: fill || color || "currentColor",
2082
2337
  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"
2083
2338
  }
2084
2339
  ),
2085
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2340
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2086
2341
  "path",
2087
2342
  {
2088
2343
  fill: fill || color || "currentColor",
2089
2344
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
2090
2345
  }
2091
2346
  ),
2092
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2093
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2094
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2347
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2348
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2349
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2095
2350
  "path",
2096
2351
  {
2097
2352
  fill: fill || color || "currentColor",
@@ -2101,43 +2356,43 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconStyleAutoFilled = (
2101
2356
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
2102
2357
 
2103
2358
  // src/components/Style.tsx
2104
- var import_jsx_runtime100 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2105
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2359
+ var import_jsx_runtime113 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2360
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2106
2361
  "path",
2107
2362
  {
2108
2363
  fill: stroke || color || "currentColor",
2109
2364
  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"
2110
2365
  }
2111
2366
  ),
2112
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2367
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2113
2368
  "path",
2114
2369
  {
2115
2370
  fill: stroke || color || "currentColor",
2116
2371
  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"
2117
2372
  }
2118
2373
  ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2374
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2120
2375
  "path",
2121
2376
  {
2122
2377
  fill: stroke || color || "currentColor",
2123
2378
  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"
2124
2379
  }
2125
2380
  ),
2126
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2381
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2127
2382
  "path",
2128
2383
  {
2129
2384
  fill: stroke || color || "currentColor",
2130
2385
  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"
2131
2386
  }
2132
2387
  ),
2133
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2388
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2134
2389
  "path",
2135
2390
  {
2136
2391
  fill: stroke || color || "currentColor",
2137
2392
  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"
2138
2393
  }
2139
2394
  ),
2140
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2395
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
2141
2396
  "path",
2142
2397
  {
2143
2398
  fill: stroke || color || "currentColor",
@@ -2149,7 +2404,7 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconStyle = ({ size, w
2149
2404
  ] }), Style_default = IconStyle;
2150
2405
 
2151
2406
  // src/components/SwitchOnFilled.tsx
2152
- var import_jsx_runtime101 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2407
+ var import_jsx_runtime114 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
2153
2408
  "path",
2154
2409
  {
2155
2410
  fill: fill || color || "currentColor",
@@ -2160,8 +2415,8 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconSwitchOnFilled = (
2160
2415
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
2161
2416
 
2162
2417
  // src/components/Target.tsx
2163
- var import_jsx_runtime102 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2164
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
2418
+ var import_jsx_runtime115 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2419
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
2165
2420
  "path",
2166
2421
  {
2167
2422
  fill: stroke || color || "currentColor",
@@ -2170,7 +2425,7 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconTarget = ({ size,
2170
2425
  clipRule: "evenodd"
2171
2426
  }
2172
2427
  ),
2173
- /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
2428
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
2174
2429
  "path",
2175
2430
  {
2176
2431
  fill: stroke || color || "currentColor",
@@ -2182,43 +2437,43 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconTarget = ({ size,
2182
2437
  ] }), Target_default = IconTarget;
2183
2438
 
2184
2439
  // src/components/TextLogo.tsx
2185
- var import_jsx_runtime103 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
2186
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2440
+ var import_jsx_runtime116 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
2441
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2187
2442
  "path",
2188
2443
  {
2189
2444
  fill: fill || color || "currentColor",
2190
2445
  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"
2191
2446
  }
2192
2447
  ),
2193
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2448
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2194
2449
  "path",
2195
2450
  {
2196
2451
  fill: fill || color || "currentColor",
2197
2452
  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"
2198
2453
  }
2199
2454
  ),
2200
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2455
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2201
2456
  "path",
2202
2457
  {
2203
2458
  fill: fill || color || "currentColor",
2204
2459
  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"
2205
2460
  }
2206
2461
  ),
2207
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2462
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2208
2463
  "path",
2209
2464
  {
2210
2465
  fill: fill || color || "currentColor",
2211
2466
  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"
2212
2467
  }
2213
2468
  ),
2214
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2469
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2215
2470
  "path",
2216
2471
  {
2217
2472
  fill: fill || color || "currentColor",
2218
2473
  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"
2219
2474
  }
2220
2475
  ),
2221
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2476
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
2222
2477
  "path",
2223
2478
  {
2224
2479
  fill: fill || color || "currentColor",
@@ -2227,16 +2482,27 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconTextLogo = ({ size
2227
2482
  )
2228
2483
  ] }), TextLogo_default = IconTextLogo;
2229
2484
 
2485
+ // src/components/Tips.tsx
2486
+ var import_jsx_runtime117 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
2487
+ "path",
2488
+ {
2489
+ fill: stroke || color || "currentColor",
2490
+ 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",
2491
+ fillRule: "evenodd",
2492
+ clipRule: "evenodd"
2493
+ }
2494
+ ) }), Tips_default = IconTips;
2495
+
2230
2496
  // src/components/ToolsFilled.tsx
2231
- var import_jsx_runtime104 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2232
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
2497
+ var import_jsx_runtime118 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2498
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
2233
2499
  "path",
2234
2500
  {
2235
2501
  fill: fill || color || "currentColor",
2236
2502
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
2237
2503
  }
2238
2504
  ),
2239
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
2505
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
2240
2506
  "path",
2241
2507
  {
2242
2508
  fill: fill || color || "currentColor",
@@ -2246,7 +2512,7 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconToolsFilled = ({ s
2246
2512
  ] }), ToolsFilled_default = IconToolsFilled;
2247
2513
 
2248
2514
  // src/components/Tools.tsx
2249
- var import_jsx_runtime105 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
2515
+ var import_jsx_runtime119 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
2250
2516
  "path",
2251
2517
  {
2252
2518
  stroke: stroke || color || "currentColor",
@@ -2255,8 +2521,19 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconTools = ({ size, w
2255
2521
  }
2256
2522
  ) }), Tools_default = IconTools;
2257
2523
 
2524
+ // src/components/Uncheck.tsx
2525
+ var import_jsx_runtime120 = require("react/jsx-runtime"), IconUncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
2526
+ "path",
2527
+ {
2528
+ fill: stroke || color || "currentColor",
2529
+ d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
2530
+ fillRule: "evenodd",
2531
+ clipRule: "evenodd"
2532
+ }
2533
+ ) }), Uncheck_default = IconUncheck;
2534
+
2258
2535
  // src/components/Uploadfiles.tsx
2259
- var import_jsx_runtime106 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
2536
+ var import_jsx_runtime121 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
2260
2537
  "path",
2261
2538
  {
2262
2539
  fill: stroke || color || "currentColor",
@@ -2265,7 +2542,7 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconUploadfiles = ({ s
2265
2542
  ) }), Uploadfiles_default = IconUploadfiles;
2266
2543
 
2267
2544
  // src/components/Userfeedback.tsx
2268
- var import_jsx_runtime107 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
2545
+ var import_jsx_runtime122 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
2269
2546
  "path",
2270
2547
  {
2271
2548
  fill: stroke || color || "currentColor",
@@ -2276,22 +2553,22 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconUserfeedback = ({
2276
2553
  ) }), Userfeedback_default = IconUserfeedback;
2277
2554
 
2278
2555
  // src/components/VideoGeneration.tsx
2279
- var import_jsx_runtime108 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2280
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
2556
+ var import_jsx_runtime123 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2557
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
2281
2558
  "path",
2282
2559
  {
2283
2560
  fill: stroke || color || "currentColor",
2284
2561
  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"
2285
2562
  }
2286
2563
  ),
2287
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
2564
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
2288
2565
  "path",
2289
2566
  {
2290
2567
  fill: stroke || color || "currentColor",
2291
2568
  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"
2292
2569
  }
2293
2570
  ),
2294
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
2571
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
2295
2572
  "path",
2296
2573
  {
2297
2574
  fill: stroke || color || "currentColor",
@@ -2303,9 +2580,9 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconVideoGeneration =
2303
2580
  ] }), VideoGeneration_default = IconVideoGeneration;
2304
2581
 
2305
2582
  // src/components/VideoLength.tsx
2306
- var import_jsx_runtime109 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2307
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
2308
- /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
2583
+ var import_jsx_runtime124 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2584
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
2585
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
2309
2586
  "path",
2310
2587
  {
2311
2588
  fill: stroke || color || "currentColor",
@@ -2317,8 +2594,8 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconVideoLength = ({ s
2317
2594
  ] }), VideoLength_default = IconVideoLength;
2318
2595
 
2319
2596
  // src/components/Videogenerate.tsx
2320
- var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2321
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2597
+ var import_jsx_runtime125 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2598
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
2322
2599
  "path",
2323
2600
  {
2324
2601
  fill: stroke || color || "currentColor",
@@ -2327,7 +2604,7 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideogenerate = ({
2327
2604
  clipRule: "evenodd"
2328
2605
  }
2329
2606
  ),
2330
- /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
2607
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
2331
2608
  "path",
2332
2609
  {
2333
2610
  fill: stroke || color || "currentColor",
@@ -2339,7 +2616,7 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideogenerate = ({
2339
2616
  ] }), Videogenerate_default = IconVideogenerate;
2340
2617
 
2341
2618
  // src/components/Visualstyles.tsx
2342
- var import_jsx_runtime111 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
2619
+ var import_jsx_runtime126 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
2343
2620
  "path",
2344
2621
  {
2345
2622
  fill: stroke || color || "currentColor",
@@ -2350,8 +2627,8 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVisualstyles = ({
2350
2627
  ) }), Visualstyles_default = IconVisualstyles;
2351
2628
 
2352
2629
  // src/components/Volume.tsx
2353
- var import_jsx_runtime112 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2354
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2630
+ var import_jsx_runtime127 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2631
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
2355
2632
  "path",
2356
2633
  {
2357
2634
  fill: stroke || color || "currentColor",
@@ -2360,14 +2637,14 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconVolume = ({ size,
2360
2637
  clipRule: "evenodd"
2361
2638
  }
2362
2639
  ),
2363
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2640
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
2364
2641
  "path",
2365
2642
  {
2366
2643
  fill: stroke || color || "currentColor",
2367
2644
  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"
2368
2645
  }
2369
2646
  ),
2370
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
2647
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
2371
2648
  "path",
2372
2649
  {
2373
2650
  fill: stroke || color || "currentColor",
@@ -2375,3 +2652,37 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconVolume = ({ size,
2375
2652
  }
2376
2653
  )
2377
2654
  ] }), Volume_default = IconVolume;
2655
+
2656
+ // src/components/Zoomin.tsx
2657
+ var import_jsx_runtime128 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2658
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
2659
+ "path",
2660
+ {
2661
+ fill: stroke || color || "currentColor",
2662
+ d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
2663
+ }
2664
+ ),
2665
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
2666
+ "path",
2667
+ {
2668
+ fill: stroke || color || "currentColor",
2669
+ 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",
2670
+ fillRule: "evenodd",
2671
+ clipRule: "evenodd"
2672
+ }
2673
+ )
2674
+ ] }), Zoomin_default = IconZoomin;
2675
+
2676
+ // src/components/Zoomout.tsx
2677
+ var import_jsx_runtime129 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2678
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
2679
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
2680
+ "path",
2681
+ {
2682
+ fill: stroke || color || "currentColor",
2683
+ 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",
2684
+ fillRule: "evenodd",
2685
+ clipRule: "evenodd"
2686
+ }
2687
+ )
2688
+ ] }), Zoomout_default = IconZoomout;