@yoroll/react-icon 0.0.7 → 0.0.8

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
@@ -37,12 +37,17 @@ __export(index_exports, {
37
37
  IconCreditFilled: () => CreditFilled_default,
38
38
  IconCursor: () => Cursor_default,
39
39
  IconDelete: () => Delete_default,
40
+ IconDeleteSceneChoice: () => DeleteSceneChoice_default,
40
41
  IconDownload: () => Download_default,
41
42
  IconFeedbackFailFilled: () => FeedbackFailFilled_default,
42
43
  IconFeedbackPendingFilled: () => FeedbackPendingFilled_default,
43
44
  IconFeedbackProblem: () => FeedbackProblem_default,
44
45
  IconFeedbackProblemFilled: () => FeedbackProblemFilled_default,
45
46
  IconFiletypePdfFilled: () => FiletypePdfFilled_default,
47
+ IconFiletypePdfLumiFilled: () => FiletypePdfLumiFilled_default,
48
+ IconGamecontrolChoice: () => GamecontrolChoice_default,
49
+ IconGamecontrolGameplay: () => GamecontrolGameplay_default,
50
+ IconGamecontrolLinear: () => GamecontrolLinear_default,
46
51
  IconGamelanguage: () => Gamelanguage_default,
47
52
  IconGamepreview: () => Gamepreview_default,
48
53
  IconGenerateFilled: () => GenerateFilled_default,
@@ -60,12 +65,14 @@ __export(index_exports, {
60
65
  IconGenreScifi: () => GenreScifi_default,
61
66
  IconGenreSuspense: () => GenreSuspense_default,
62
67
  IconGoogleLogoFilled: () => GoogleLogoFilled_default,
68
+ IconHandtool: () => Handtool_default,
63
69
  IconHelp: () => Help_default,
64
70
  IconHomepage: () => Homepage_default,
65
71
  IconHomepageFilled: () => HomepageFilled_default,
66
72
  IconImageGeneration: () => ImageGeneration_default,
67
- IconImageLoadFailed: () => ImageLoadFailed_default,
73
+ IconImageLoadFailedFilled: () => ImageLoadFailedFilled_default,
68
74
  IconInfo: () => Info_default,
75
+ IconInvitecode: () => Invitecode_default,
69
76
  IconLoading: () => Loading_default,
70
77
  IconLogin: () => Login_default,
71
78
  IconLogout: () => Logout_default,
@@ -81,10 +88,13 @@ __export(index_exports, {
81
88
  IconNextscene: () => Nextscene_default,
82
89
  IconOneclickgenerate: () => Oneclickgenerate_default,
83
90
  IconOpendemo: () => Opendemo_default,
91
+ IconPageError: () => PageError_default,
84
92
  IconPencil: () => Pencil_default,
93
+ IconPick: () => Pick_default,
85
94
  IconPlanFilled: () => PlanFilled_default,
86
95
  IconPreviouscene: () => Previouscene_default,
87
96
  IconProblem: () => Problem_default,
97
+ IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
88
98
  IconRatio: () => Ratio_default,
89
99
  IconRatio11: () => Ratio11_default,
90
100
  IconRatio169: () => Ratio169_default,
@@ -99,7 +109,8 @@ __export(index_exports, {
99
109
  IconStoryboard: () => Storyboard_default,
100
110
  IconStyle: () => Style_default,
101
111
  IconStyleAutoFilled: () => StyleAutoFilled_default,
102
- IconSwitchOn: () => SwitchOn_default,
112
+ IconSwitchOnFilled: () => SwitchOnFilled_default,
113
+ IconTarget: () => Target_default,
103
114
  IconTextLogo: () => TextLogo_default,
104
115
  IconTools: () => Tools_default,
105
116
  IconToolsFilled: () => ToolsFilled_default,
@@ -331,10 +342,24 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconCursor = ({ size, w
331
342
  }
332
343
  ) }), Cursor_default = IconCursor;
333
344
 
334
- // src/components/Delete.tsx
335
- var import_jsx_runtime20 = require("react/jsx-runtime"), IconDelete = ({ 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: [
336
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
345
+ // src/components/DeleteSceneChoice.tsx
346
+ var import_jsx_runtime20 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ 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: [
347
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
337
348
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
349
+ "path",
350
+ {
351
+ fill: stroke || color || "currentColor",
352
+ d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
353
+ fillRule: "evenodd",
354
+ clipRule: "evenodd"
355
+ }
356
+ )
357
+ ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
358
+
359
+ // src/components/Delete.tsx
360
+ var import_jsx_runtime21 = require("react/jsx-runtime"), IconDelete = ({ 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: [
361
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
362
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
338
363
  "path",
339
364
  {
340
365
  fill: stroke || color || "currentColor",
@@ -346,15 +371,15 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconDelete = ({ size, w
346
371
  ] }), Delete_default = IconDelete;
347
372
 
348
373
  // src/components/Download.tsx
349
- var import_jsx_runtime21 = require("react/jsx-runtime"), IconDownload = ({ 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: [
350
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
374
+ var import_jsx_runtime22 = require("react/jsx-runtime"), IconDownload = ({ 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: [
375
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
351
376
  "path",
352
377
  {
353
378
  fill: stroke || color || "currentColor",
354
379
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
355
380
  }
356
381
  ),
357
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
382
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
358
383
  "path",
359
384
  {
360
385
  fill: stroke || color || "currentColor",
@@ -366,7 +391,7 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconDownload = ({ size,
366
391
  ] }), Download_default = IconDownload;
367
392
 
368
393
  // src/components/FeedbackFailFilled.tsx
369
- var import_jsx_runtime22 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ 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)(
394
+ var import_jsx_runtime23 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
370
395
  "path",
371
396
  {
372
397
  fill: fill || color || "currentColor",
@@ -377,7 +402,7 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconFeedbackFailFilled
377
402
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
378
403
 
379
404
  // src/components/FeedbackPendingFilled.tsx
380
- var import_jsx_runtime23 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
405
+ var import_jsx_runtime24 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
381
406
  "path",
382
407
  {
383
408
  fill: fill || color || "currentColor",
@@ -388,7 +413,7 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconFeedbackPendingFill
388
413
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
389
414
 
390
415
  // src/components/FeedbackProblemFilled.tsx
391
- var import_jsx_runtime24 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
416
+ var import_jsx_runtime25 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
392
417
  "path",
393
418
  {
394
419
  fill: fill || color || "currentColor",
@@ -399,29 +424,29 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconFeedbackProblemFill
399
424
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
400
425
 
401
426
  // src/components/FeedbackProblem.tsx
402
- var import_jsx_runtime25 = require("react/jsx-runtime"), IconFeedbackProblem = ({ 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: [
403
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
427
+ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFeedbackProblem = ({ 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: [
428
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
404
429
  "path",
405
430
  {
406
431
  fill: stroke || color || "currentColor",
407
432
  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"
408
433
  }
409
434
  ),
410
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
435
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
411
436
  "path",
412
437
  {
413
438
  fill: stroke || color || "currentColor",
414
439
  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"
415
440
  }
416
441
  ),
417
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
442
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
418
443
  "path",
419
444
  {
420
445
  fill: stroke || color || "currentColor",
421
446
  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"
422
447
  }
423
448
  ),
424
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
449
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
425
450
  "path",
426
451
  {
427
452
  fill: stroke || color || "currentColor",
@@ -433,8 +458,8 @@ var import_jsx_runtime25 = require("react/jsx-runtime"), IconFeedbackProblem = (
433
458
  ] }), FeedbackProblem_default = IconFeedbackProblem;
434
459
 
435
460
  // src/components/FiletypePdfFilled.tsx
436
- var import_jsx_runtime26 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ 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: [
437
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
461
+ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
462
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
438
463
  "path",
439
464
  {
440
465
  fill: "#FF3E4C",
@@ -442,14 +467,14 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFiletypePdfFilled =
442
467
  style: { opacity: 0.3 }
443
468
  }
444
469
  ) }),
445
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
470
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
446
471
  "path",
447
472
  {
448
473
  fill: "#FF3E4C",
449
474
  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"
450
475
  }
451
476
  ),
452
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
477
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
453
478
  "path",
454
479
  {
455
480
  fill: "#FF3E4C",
@@ -458,8 +483,67 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFiletypePdfFilled =
458
483
  )
459
484
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
460
485
 
486
+ // src/components/FiletypePdfLumiFilled.tsx
487
+ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
488
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
489
+ "path",
490
+ {
491
+ fill: "#2E2E2E",
492
+ d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
493
+ style: { opacity: 0.3 }
494
+ }
495
+ ) }),
496
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
497
+ "path",
498
+ {
499
+ fill: "#2E2E2E",
500
+ 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"
501
+ }
502
+ ),
503
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
504
+ "path",
505
+ {
506
+ fill: "#2E2E2E",
507
+ d: "M10.6612 7.00247C10.1732 6.99394 9.75199 7.47889 9.85522 7.96337C9.92465 8.70371 10.4024 9.30447 10.7753 9.9158C10.8172 10.1434 10.697 10.3651 10.689 10.5911C10.4459 11.9178 10.0751 13.2376 9.50453 14.4553C8.79857 14.78 7.9992 15.1007 7.58628 15.8006C7.32421 16.2861 7.69321 16.9415 8.23485 16.9927C8.73737 17.0614 9.11034 16.6311 9.38504 16.2706C9.67185 15.8829 9.86058 15.4211 10.0992 15.0044C11.5436 14.4232 13.0628 14.0171 14.6139 13.8629C15.241 14.3114 15.9055 14.8404 16.7096 14.8724C17.177 14.8654 17.5553 14.4121 17.5039 13.9516C17.4738 13.5324 17.101 13.2384 16.7149 13.1596C16.092 12.9722 15.4249 13.0748 14.7913 13.0794C13.5721 12.106 12.4465 10.9861 11.5601 9.70462C11.6259 8.9256 11.758 8.06387 11.352 7.35515C11.1979 7.13164 10.9366 6.9785 10.6612 7.00247ZM10.6844 7.70995C10.8217 7.73637 10.8308 7.94067 10.8693 8.04996C10.9054 8.27263 10.9015 8.49983 10.8988 8.7247C10.7354 8.41939 10.523 8.10045 10.5608 7.73846C10.6039 7.73678 10.6421 7.71495 10.6844 7.70995ZM11.4407 10.7479C12.1674 11.6505 12.9745 12.4818 13.8554 13.2357C12.694 13.4127 11.5401 13.7091 10.4351 14.1089C10.8589 13.0022 11.1816 11.8588 11.3943 10.6919C11.4097 10.7106 11.4252 10.7292 11.4407 10.7479ZM15.9733 13.7827C16.2551 13.8098 16.5803 13.7935 16.8057 13.9875C16.8269 14.1626 16.6125 14.1882 16.4983 14.1248C16.2601 14.0453 16.0245 13.9454 15.8223 13.7932C15.8727 13.7901 15.9229 13.7836 15.9733 13.7827ZM8.93306 15.6242C8.79909 15.8732 8.60409 16.1079 8.40069 16.2842C8.333 16.3937 8.14728 16.1912 8.23273 16.1057C8.4092 15.8298 8.71727 15.6835 8.9901 15.5186C8.97109 15.5538 8.95208 15.589 8.93306 15.6242Z"
508
+ }
509
+ )
510
+ ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
511
+
512
+ // src/components/GamecontrolChoice.tsx
513
+ var import_jsx_runtime29 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ 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)(
514
+ "path",
515
+ {
516
+ fill: stroke || color || "currentColor",
517
+ d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
518
+ fillRule: "evenodd",
519
+ clipRule: "evenodd"
520
+ }
521
+ ) }), GamecontrolChoice_default = IconGamecontrolChoice;
522
+
523
+ // src/components/GamecontrolGameplay.tsx
524
+ var import_jsx_runtime30 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
525
+ "path",
526
+ {
527
+ fill: stroke || color || "currentColor",
528
+ d: "M13.125 8.85823C15.0659 8.35868 16.5 6.59682 16.5 4.5C16.5 2.01472 14.4853 0 12 0C9.51472 0 7.5 2.01472 7.5 4.5C7.5 6.59682 8.93412 8.35868 10.875 8.85823V12.75H6L1.5 17.25V22.5H22.5V17.25L18 12.75H13.125V8.85823ZM12 6.75C13.2426 6.75 14.25 5.74264 14.25 4.5C14.25 3.25736 13.2426 2.25 12 2.25C10.7574 2.25 9.75 3.25736 9.75 4.5C9.75 5.74264 10.7574 6.75 12 6.75ZM10.875 15V18H13.125V15H17.068L20.25 18.182V20.25H3.75V18.182L6.93198 15H10.875Z",
529
+ fillRule: "evenodd",
530
+ clipRule: "evenodd"
531
+ }
532
+ ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
533
+
534
+ // src/components/GamecontrolLinear.tsx
535
+ var import_jsx_runtime31 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
536
+ "path",
537
+ {
538
+ fill: stroke || color || "currentColor",
539
+ d: "M17.1292 10.875C16.6142 8.51611 14.5133 6.75 12 6.75C9.48666 6.75 7.38582 8.51611 6.87082 10.875H0V13.125H6.87082C7.38582 15.4839 9.48666 17.25 12 17.25C14.5133 17.25 16.6142 15.4839 17.1292 13.125H24V10.875H17.1292ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
540
+ fillRule: "evenodd",
541
+ clipRule: "evenodd"
542
+ }
543
+ ) }), GamecontrolLinear_default = IconGamecontrolLinear;
544
+
461
545
  // src/components/Gamelanguage.tsx
462
- var import_jsx_runtime27 = require("react/jsx-runtime"), IconGamelanguage = ({ 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)(
546
+ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGamelanguage = ({ 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)(
463
547
  "path",
464
548
  {
465
549
  fill: stroke || color || "currentColor",
@@ -470,8 +554,8 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconGamelanguage = ({ s
470
554
  ) }), Gamelanguage_default = IconGamelanguage;
471
555
 
472
556
  // src/components/Gamepreview.tsx
473
- var import_jsx_runtime28 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
474
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
557
+ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGamepreview = ({ 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: [
558
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
475
559
  "path",
476
560
  {
477
561
  fill: stroke || color || "currentColor",
@@ -480,7 +564,7 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconGamepreview = ({ si
480
564
  clipRule: "evenodd"
481
565
  }
482
566
  ),
483
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
567
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
484
568
  "path",
485
569
  {
486
570
  fill: stroke || color || "currentColor",
@@ -492,15 +576,15 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconGamepreview = ({ si
492
576
  ] }), Gamepreview_default = IconGamepreview;
493
577
 
494
578
  // src/components/GenerateMultimage.tsx
495
- var import_jsx_runtime29 = require("react/jsx-runtime"), IconGenerateMultimage = ({ 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: [
496
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
579
+ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGenerateMultimage = ({ 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: [
580
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
497
581
  "path",
498
582
  {
499
583
  fill: stroke || color || "currentColor",
500
584
  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"
501
585
  }
502
586
  ),
503
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
587
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
504
588
  "path",
505
589
  {
506
590
  fill: stroke || color || "currentColor",
@@ -509,11 +593,11 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconGenerateMultimage =
509
593
  clipRule: "evenodd"
510
594
  }
511
595
  ),
512
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
596
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
513
597
  ] }), GenerateMultimage_default = IconGenerateMultimage;
514
598
 
515
599
  // src/components/GenerateFilled.tsx
516
- var import_jsx_runtime30 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
600
+ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGenerateFilled = ({ 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)(
517
601
  "path",
518
602
  {
519
603
  fill: fill || color || "currentColor",
@@ -524,15 +608,15 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconGenerateFilled = ({
524
608
  ) }), GenerateFilled_default = IconGenerateFilled;
525
609
 
526
610
  // src/components/GenerateFrameStart.tsx
527
- var import_jsx_runtime31 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ 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: [
528
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
611
+ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ 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: [
612
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
529
613
  "path",
530
614
  {
531
615
  fill: stroke || color || "currentColor",
532
616
  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"
533
617
  }
534
618
  ),
535
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
619
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
536
620
  "path",
537
621
  {
538
622
  fill: stroke || color || "currentColor",
@@ -544,8 +628,8 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconGenerateFrameStart
544
628
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
545
629
 
546
630
  // src/components/GenerateFrameStart2End.tsx
547
- var import_jsx_runtime32 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ 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: [
548
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
631
+ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ 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: [
632
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
549
633
  "path",
550
634
  {
551
635
  fill: stroke || color || "currentColor",
@@ -554,14 +638,14 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGenerateFrameStart2
554
638
  clipRule: "evenodd"
555
639
  }
556
640
  ),
557
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
641
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
558
642
  "path",
559
643
  {
560
644
  fill: stroke || color || "currentColor",
561
645
  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"
562
646
  }
563
647
  ),
564
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
648
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
565
649
  "path",
566
650
  {
567
651
  fill: stroke || color || "currentColor",
@@ -573,8 +657,8 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGenerateFrameStart2
573
657
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
574
658
 
575
659
  // src/components/GenerateSwitchframe.tsx
576
- var import_jsx_runtime33 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ 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: [
577
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
660
+ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
661
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
578
662
  "path",
579
663
  {
580
664
  fill: stroke || color || "currentColor",
@@ -583,7 +667,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGenerateSwitchframe
583
667
  clipRule: "evenodd"
584
668
  }
585
669
  ),
586
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
670
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
587
671
  "path",
588
672
  {
589
673
  fill: stroke || color || "currentColor",
@@ -595,15 +679,15 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGenerateSwitchframe
595
679
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
596
680
 
597
681
  // src/components/GenerateT2V.tsx
598
- var import_jsx_runtime34 = require("react/jsx-runtime"), IconGenerateT2V = ({ 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: [
599
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
682
+ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenerateT2V = ({ 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: [
683
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
600
684
  "path",
601
685
  {
602
686
  fill: stroke || color || "currentColor",
603
687
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
604
688
  }
605
689
  ),
606
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
690
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
607
691
  "path",
608
692
  {
609
693
  fill: stroke || color || "currentColor",
@@ -615,15 +699,15 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
615
699
  ] }), GenerateT2V_default = IconGenerateT2V;
616
700
 
617
701
  // src/components/GenreAuto.tsx
618
- var import_jsx_runtime35 = require("react/jsx-runtime"), IconGenreAuto = ({ 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: [
619
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
702
+ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenreAuto = ({ 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: [
703
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
620
704
  "path",
621
705
  {
622
706
  fill: stroke || color || "currentColor",
623
707
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
624
708
  }
625
709
  ),
626
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
710
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
627
711
  "path",
628
712
  {
629
713
  fill: stroke || color || "currentColor",
@@ -632,15 +716,15 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGenreAuto = ({ size
632
716
  clipRule: "evenodd"
633
717
  }
634
718
  ),
635
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
636
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
719
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
720
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
637
721
  "path",
638
722
  {
639
723
  fill: stroke || color || "currentColor",
640
724
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
641
725
  }
642
726
  ),
643
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
727
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
644
728
  "path",
645
729
  {
646
730
  fill: stroke || color || "currentColor",
@@ -650,22 +734,22 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGenreAuto = ({ size
650
734
  ] }), GenreAuto_default = IconGenreAuto;
651
735
 
652
736
  // src/components/GenreComedy.tsx
653
- var import_jsx_runtime36 = require("react/jsx-runtime"), IconGenreComedy = ({ 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: [
654
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
737
+ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenreComedy = ({ 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: [
738
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
655
739
  "path",
656
740
  {
657
741
  fill: stroke || color || "currentColor",
658
742
  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"
659
743
  }
660
744
  ),
661
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
745
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
662
746
  "path",
663
747
  {
664
748
  fill: stroke || color || "currentColor",
665
749
  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"
666
750
  }
667
751
  ),
668
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
752
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
669
753
  "path",
670
754
  {
671
755
  fill: stroke || color || "currentColor",
@@ -674,7 +758,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGenreComedy = ({ si
674
758
  clipRule: "evenodd"
675
759
  }
676
760
  ),
677
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
761
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
678
762
  "path",
679
763
  {
680
764
  fill: stroke || color || "currentColor",
@@ -686,7 +770,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGenreComedy = ({ si
686
770
  ] }), GenreComedy_default = IconGenreComedy;
687
771
 
688
772
  // src/components/GenreFantasy.tsx
689
- var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenreFantasy = ({ 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)(
773
+ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
690
774
  "path",
691
775
  {
692
776
  fill: stroke || color || "currentColor",
@@ -697,22 +781,22 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
697
781
  ) }), GenreFantasy_default = IconGenreFantasy;
698
782
 
699
783
  // src/components/GenreHorror.tsx
700
- var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
701
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
784
+ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreHorror = ({ 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: [
785
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
702
786
  "path",
703
787
  {
704
788
  fill: stroke || color || "currentColor",
705
789
  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"
706
790
  }
707
791
  ),
708
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
792
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
709
793
  "path",
710
794
  {
711
795
  fill: stroke || color || "currentColor",
712
796
  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"
713
797
  }
714
798
  ),
715
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
799
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
716
800
  "path",
717
801
  {
718
802
  fill: stroke || color || "currentColor",
@@ -724,7 +808,7 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenreHorror = ({ si
724
808
  ] }), GenreHorror_default = IconGenreHorror;
725
809
 
726
810
  // src/components/GenreRomance.tsx
727
- var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenreRomance = ({ 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)(
811
+ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreRomance = ({ 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)(
728
812
  "path",
729
813
  {
730
814
  fill: stroke || color || "currentColor",
@@ -735,15 +819,15 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenreRomance = ({ s
735
819
  ) }), GenreRomance_default = IconGenreRomance;
736
820
 
737
821
  // src/components/GenreScifi.tsx
738
- var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenreScifi = ({ 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: [
739
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
822
+ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenreScifi = ({ 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: [
823
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
740
824
  "path",
741
825
  {
742
826
  fill: stroke || color || "currentColor",
743
827
  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"
744
828
  }
745
829
  ),
746
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
830
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
747
831
  "path",
748
832
  {
749
833
  fill: stroke || color || "currentColor",
@@ -752,7 +836,7 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
752
836
  clipRule: "evenodd"
753
837
  }
754
838
  ),
755
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
839
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
756
840
  "path",
757
841
  {
758
842
  fill: stroke || color || "currentColor",
@@ -762,7 +846,7 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
762
846
  ] }), GenreScifi_default = IconGenreScifi;
763
847
 
764
848
  // src/components/GenreSuspense.tsx
765
- var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenreSuspense = ({ 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)(
849
+ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
766
850
  "path",
767
851
  {
768
852
  fill: stroke || color || "currentColor",
@@ -773,7 +857,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenreSuspense = ({
773
857
  ) }), GenreSuspense_default = IconGenreSuspense;
774
858
 
775
859
  // src/components/Genre.tsx
776
- var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
860
+ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenre = ({ 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)(
777
861
  "path",
778
862
  {
779
863
  fill: stroke || color || "currentColor",
@@ -784,8 +868,8 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenre = ({ size, wi
784
868
  ) }), Genre_default = IconGenre;
785
869
 
786
870
  // src/components/GoogleLogoFilled.tsx
787
- var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
788
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
871
+ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
872
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
789
873
  "mask",
790
874
  {
791
875
  id: "mask0_48_113",
@@ -795,7 +879,7 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
795
879
  y: "0",
796
880
  maskUnits: "userSpaceOnUse",
797
881
  style: { maskType: "luminance" },
798
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
882
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
799
883
  "path",
800
884
  {
801
885
  fill: stroke || color || "currentColor",
@@ -804,64 +888,64 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
804
888
  )
805
889
  }
806
890
  ),
807
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
808
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
891
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
892
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
809
893
  "path",
810
894
  {
811
895
  fill: "url(#paint0_radial_48_113)",
812
896
  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"
813
897
  }
814
898
  ) }),
815
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
899
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
816
900
  "path",
817
901
  {
818
902
  fill: "url(#paint1_radial_48_113)",
819
903
  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"
820
904
  }
821
905
  ) }),
822
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
906
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
823
907
  "path",
824
908
  {
825
909
  fill: "url(#paint2_radial_48_113)",
826
910
  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"
827
911
  }
828
912
  ) }),
829
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
913
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
830
914
  "path",
831
915
  {
832
916
  fill: "url(#paint3_radial_48_113)",
833
917
  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"
834
918
  }
835
919
  ) }),
836
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
920
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
837
921
  "path",
838
922
  {
839
923
  fill: "#3086FF",
840
924
  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"
841
925
  }
842
926
  ) }),
843
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
927
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
844
928
  "path",
845
929
  {
846
930
  fill: "url(#paint4_radial_48_113)",
847
931
  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"
848
932
  }
849
933
  ) }),
850
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
934
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
851
935
  "path",
852
936
  {
853
937
  fill: "url(#paint5_radial_48_113)",
854
938
  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"
855
939
  }
856
940
  ) }),
857
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
941
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
858
942
  "path",
859
943
  {
860
944
  fill: "url(#paint6_radial_48_113)",
861
945
  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"
862
946
  }
863
947
  ) }),
864
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
948
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
865
949
  "path",
866
950
  {
867
951
  fill: "url(#paint7_linear_48_113)",
@@ -869,8 +953,8 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
869
953
  }
870
954
  ) })
871
955
  ] }),
872
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("defs", { children: [
873
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
956
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("defs", { children: [
957
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
874
958
  "filter",
875
959
  {
876
960
  id: "filter0_f_48_113",
@@ -881,13 +965,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
881
965
  filterUnits: "userSpaceOnUse",
882
966
  colorInterpolationFilters: "sRGB",
883
967
  children: [
884
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
885
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
886
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
968
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
969
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
970
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
887
971
  ]
888
972
  }
889
973
  ),
890
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
974
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
891
975
  "filter",
892
976
  {
893
977
  id: "filter1_f_48_113",
@@ -898,13 +982,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
898
982
  filterUnits: "userSpaceOnUse",
899
983
  colorInterpolationFilters: "sRGB",
900
984
  children: [
901
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
902
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
903
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
985
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
986
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
987
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
904
988
  ]
905
989
  }
906
990
  ),
907
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
991
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
908
992
  "filter",
909
993
  {
910
994
  id: "filter2_f_48_113",
@@ -915,13 +999,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
915
999
  filterUnits: "userSpaceOnUse",
916
1000
  colorInterpolationFilters: "sRGB",
917
1001
  children: [
918
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
919
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
920
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1002
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1003
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1004
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
921
1005
  ]
922
1006
  }
923
1007
  ),
924
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1008
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
925
1009
  "filter",
926
1010
  {
927
1011
  id: "filter3_f_48_113",
@@ -932,13 +1016,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
932
1016
  filterUnits: "userSpaceOnUse",
933
1017
  colorInterpolationFilters: "sRGB",
934
1018
  children: [
935
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
936
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
937
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1019
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1020
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1021
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
938
1022
  ]
939
1023
  }
940
1024
  ),
941
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1025
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
942
1026
  "filter",
943
1027
  {
944
1028
  id: "filter4_f_48_113",
@@ -949,13 +1033,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
949
1033
  filterUnits: "userSpaceOnUse",
950
1034
  colorInterpolationFilters: "sRGB",
951
1035
  children: [
952
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
953
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
954
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1036
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1037
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1038
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
955
1039
  ]
956
1040
  }
957
1041
  ),
958
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1042
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
959
1043
  "filter",
960
1044
  {
961
1045
  id: "filter5_f_48_113",
@@ -966,13 +1050,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
966
1050
  filterUnits: "userSpaceOnUse",
967
1051
  colorInterpolationFilters: "sRGB",
968
1052
  children: [
969
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
970
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
971
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1053
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1054
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1055
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
972
1056
  ]
973
1057
  }
974
1058
  ),
975
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1059
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
976
1060
  "filter",
977
1061
  {
978
1062
  id: "filter6_f_48_113",
@@ -983,13 +1067,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
983
1067
  filterUnits: "userSpaceOnUse",
984
1068
  colorInterpolationFilters: "sRGB",
985
1069
  children: [
986
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
987
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
988
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1070
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1071
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1072
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
989
1073
  ]
990
1074
  }
991
1075
  ),
992
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1076
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
993
1077
  "filter",
994
1078
  {
995
1079
  id: "filter7_f_48_113",
@@ -1000,13 +1084,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1000
1084
  filterUnits: "userSpaceOnUse",
1001
1085
  colorInterpolationFilters: "sRGB",
1002
1086
  children: [
1003
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1004
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1005
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1087
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1088
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1089
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1006
1090
  ]
1007
1091
  }
1008
1092
  ),
1009
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1093
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1010
1094
  "filter",
1011
1095
  {
1012
1096
  id: "filter8_f_48_113",
@@ -1017,13 +1101,13 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1017
1101
  filterUnits: "userSpaceOnUse",
1018
1102
  colorInterpolationFilters: "sRGB",
1019
1103
  children: [
1020
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1021
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1022
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1104
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1105
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1106
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1023
1107
  ]
1024
1108
  }
1025
1109
  ),
1026
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1110
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1027
1111
  "radialGradient",
1028
1112
  {
1029
1113
  id: "paint0_radial_48_113",
@@ -1033,20 +1117,20 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1033
1117
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
1034
1118
  gradientUnits: "userSpaceOnUse",
1035
1119
  children: [
1036
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1037
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1038
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1039
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1040
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1041
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1042
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1043
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1044
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1045
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1120
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1121
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1122
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1123
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1124
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1125
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1126
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1127
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1128
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1129
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1046
1130
  ]
1047
1131
  }
1048
1132
  ),
1049
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1133
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1050
1134
  "radialGradient",
1051
1135
  {
1052
1136
  id: "paint1_radial_48_113",
@@ -1056,12 +1140,12 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1056
1140
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
1057
1141
  gradientUnits: "userSpaceOnUse",
1058
1142
  children: [
1059
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1060
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
1143
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1144
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
1061
1145
  ]
1062
1146
  }
1063
1147
  ),
1064
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1148
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1065
1149
  "radialGradient",
1066
1150
  {
1067
1151
  id: "paint2_radial_48_113",
@@ -1071,18 +1155,18 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1071
1155
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
1072
1156
  gradientUnits: "userSpaceOnUse",
1073
1157
  children: [
1074
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1075
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1076
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1077
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1078
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1079
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1080
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1081
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
1158
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1159
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1160
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1161
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1162
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1163
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1164
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1165
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
1082
1166
  ]
1083
1167
  }
1084
1168
  ),
1085
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1169
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1086
1170
  "radialGradient",
1087
1171
  {
1088
1172
  id: "paint3_radial_48_113",
@@ -1092,19 +1176,19 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1092
1176
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
1093
1177
  gradientUnits: "userSpaceOnUse",
1094
1178
  children: [
1095
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1096
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1097
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
1098
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1099
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1100
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1101
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1102
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1103
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
1179
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1180
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1181
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
1182
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1183
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1184
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1185
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1186
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1187
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
1104
1188
  ]
1105
1189
  }
1106
1190
  ),
1107
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1191
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1108
1192
  "radialGradient",
1109
1193
  {
1110
1194
  id: "paint4_radial_48_113",
@@ -1114,18 +1198,18 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1114
1198
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
1115
1199
  gradientUnits: "userSpaceOnUse",
1116
1200
  children: [
1117
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1118
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1119
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1120
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1121
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1122
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1123
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1124
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
1201
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1202
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1203
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1204
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1205
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1206
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1207
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1208
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
1125
1209
  ]
1126
1210
  }
1127
1211
  ),
1128
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1212
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1129
1213
  "radialGradient",
1130
1214
  {
1131
1215
  id: "paint5_radial_48_113",
@@ -1135,15 +1219,15 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1135
1219
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
1136
1220
  gradientUnits: "userSpaceOnUse",
1137
1221
  children: [
1138
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1139
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1140
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1141
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1142
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
1222
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1223
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1224
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1225
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1226
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
1143
1227
  ]
1144
1228
  }
1145
1229
  ),
1146
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1230
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1147
1231
  "radialGradient",
1148
1232
  {
1149
1233
  id: "paint6_radial_48_113",
@@ -1153,20 +1237,20 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1153
1237
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
1154
1238
  gradientUnits: "userSpaceOnUse",
1155
1239
  children: [
1156
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1157
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1158
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1159
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1160
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1161
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1162
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1163
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
1164
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1165
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#86C504" })
1240
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1241
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1242
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1243
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1244
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1245
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1246
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1247
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
1248
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1249
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#86C504" })
1166
1250
  ]
1167
1251
  }
1168
1252
  ),
1169
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1253
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1170
1254
  "linearGradient",
1171
1255
  {
1172
1256
  id: "paint7_linear_48_113",
@@ -1176,25 +1260,34 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGoogleLogoFilled =
1176
1260
  y2: "21.5116",
1177
1261
  gradientUnits: "userSpaceOnUse",
1178
1262
  children: [
1179
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { stopColor: "#0FBC5C" }),
1180
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
1263
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { stopColor: "#0FBC5C" }),
1264
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
1181
1265
  ]
1182
1266
  }
1183
1267
  )
1184
1268
  ] })
1185
1269
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
1186
1270
 
1271
+ // src/components/Handtool.tsx
1272
+ var import_jsx_runtime49 = require("react/jsx-runtime"), IconHandtool = ({ 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)(
1273
+ "path",
1274
+ {
1275
+ fill: stroke || color || "currentColor",
1276
+ d: "M9.7308 6.8061L16.4166 2.06993L21.4254 7.25613C24.6886 10.6356 24.8725 16.053 21.8475 19.6623C19.5421 22.413 15.8757 23.4769 12.5263 22.3658L11.3744 21.9836L4.35807 19.7097L4.10544 17.7491C3.88927 16.0749 5.05999 14.5501 6.68369 14.3911L7.72954 14.2888L0 5.67239L4.31856 1.2L9.7308 6.8061ZM2.95563 5.72837L10.759 14.4255L10.0791 16.2741L6.88433 16.5864C6.46331 16.6275 6.15981 17.0233 6.21586 17.4574L6.28863 18.0237L12.0107 19.8787L12.018 19.8809L13.1761 20.2653C15.7143 21.1072 18.4932 20.302 20.2403 18.2175C22.5326 15.4822 22.3919 11.3772 19.919 8.81619L16.1598 4.92196L9.47506 9.65921L4.31752 4.31797L2.95563 5.72837Z"
1277
+ }
1278
+ ) }), Handtool_default = IconHandtool;
1279
+
1187
1280
  // src/components/Help.tsx
1188
- var import_jsx_runtime44 = require("react/jsx-runtime"), IconHelp = ({ 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: [
1189
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1190
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1281
+ var import_jsx_runtime50 = require("react/jsx-runtime"), IconHelp = ({ 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: [
1282
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1283
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1191
1284
  "path",
1192
1285
  {
1193
1286
  fill: stroke || color || "currentColor",
1194
1287
  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"
1195
1288
  }
1196
1289
  ),
1197
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
1290
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1198
1291
  "path",
1199
1292
  {
1200
1293
  fill: stroke || color || "currentColor",
@@ -1206,7 +1299,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconHelp = ({ size, wid
1206
1299
  ] }), Help_default = IconHelp;
1207
1300
 
1208
1301
  // src/components/HomepageFilled.tsx
1209
- var import_jsx_runtime45 = require("react/jsx-runtime"), IconHomepageFilled = ({ 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)(
1302
+ var import_jsx_runtime51 = require("react/jsx-runtime"), IconHomepageFilled = ({ 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)(
1210
1303
  "path",
1211
1304
  {
1212
1305
  fill: fill || color || "currentColor",
@@ -1217,15 +1310,15 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconHomepageFilled = ({
1217
1310
  ) }), HomepageFilled_default = IconHomepageFilled;
1218
1311
 
1219
1312
  // src/components/ImageGeneration.tsx
1220
- var import_jsx_runtime46 = require("react/jsx-runtime"), IconImageGeneration = ({ 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: [
1221
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1313
+ var import_jsx_runtime52 = require("react/jsx-runtime"), IconImageGeneration = ({ 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: [
1314
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1222
1315
  "path",
1223
1316
  {
1224
1317
  fill: stroke || color || "currentColor",
1225
1318
  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"
1226
1319
  }
1227
1320
  ),
1228
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1321
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1229
1322
  "path",
1230
1323
  {
1231
1324
  fill: stroke || color || "currentColor",
@@ -1234,9 +1327,9 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconImageGeneration = (
1234
1327
  )
1235
1328
  ] }), ImageGeneration_default = IconImageGeneration;
1236
1329
 
1237
- // src/components/ImageLoadFailed.tsx
1238
- var import_jsx_runtime47 = require("react/jsx-runtime"), IconImageLoadFailed = ({ 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: [
1239
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1330
+ // src/components/ImageLoadFailedFilled.tsx
1331
+ var import_jsx_runtime53 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ 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: [
1332
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1240
1333
  "path",
1241
1334
  {
1242
1335
  fill: fill || color || "currentColor",
@@ -1245,20 +1338,20 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconImageLoadFailed = (
1245
1338
  clipRule: "evenodd"
1246
1339
  }
1247
1340
  ),
1248
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
1341
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1249
1342
  "path",
1250
1343
  {
1251
1344
  fill: fill || color || "currentColor",
1252
1345
  d: "M22.5 22.5H12L12.9541 19.5H19.5V9L14.7998 13.6992L15.5 11.5L14 6L16.75 1.5H22.5V22.5Z"
1253
1346
  }
1254
1347
  )
1255
- ] }), ImageLoadFailed_default = IconImageLoadFailed;
1348
+ ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
1256
1349
 
1257
1350
  // src/components/Info.tsx
1258
- var import_jsx_runtime48 = require("react/jsx-runtime"), IconInfo = ({ 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: [
1259
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1260
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1261
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
1351
+ var import_jsx_runtime54 = require("react/jsx-runtime"), IconInfo = ({ 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: [
1352
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1353
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1354
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1262
1355
  "path",
1263
1356
  {
1264
1357
  fill: stroke || color || "currentColor",
@@ -1269,8 +1362,19 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconInfo = ({ size, wid
1269
1362
  )
1270
1363
  ] }), Info_default = IconInfo;
1271
1364
 
1365
+ // src/components/Invitecode.tsx
1366
+ var import_jsx_runtime55 = require("react/jsx-runtime"), IconInvitecode = ({ 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)(
1367
+ "path",
1368
+ {
1369
+ fill: fill || color || "currentColor",
1370
+ d: "M24 3H0V9C1.65685 9 3 10.3431 3 12C3 13.6569 1.65685 15 0 15V21H24V15C22.3431 15 21 13.6569 21 12C21 10.3431 22.3431 9 24 9V3ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
1371
+ fillRule: "evenodd",
1372
+ clipRule: "evenodd"
1373
+ }
1374
+ ) }), Invitecode_default = IconInvitecode;
1375
+
1272
1376
  // src/components/Loading.tsx
1273
- var import_jsx_runtime49 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1377
+ var import_jsx_runtime56 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1274
1378
  "svg",
1275
1379
  {
1276
1380
  fill: "none",
@@ -1280,10 +1384,10 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconLoading = ({ size,
1280
1384
  height: height || size,
1281
1385
  xmlnsXlink: "http://www.w3.org/1999/xlink",
1282
1386
  children: [
1283
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
1284
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("defs", { children: [
1285
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
1286
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
1387
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
1388
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("defs", { children: [
1389
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
1390
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1287
1391
  "image",
1288
1392
  {
1289
1393
  id: "image0_78_19",
@@ -1299,15 +1403,15 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconLoading = ({ size,
1299
1403
  ), Loading_default = IconLoading;
1300
1404
 
1301
1405
  // src/components/Login.tsx
1302
- var import_jsx_runtime50 = require("react/jsx-runtime"), IconLogin = ({ 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: [
1303
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1406
+ var import_jsx_runtime57 = require("react/jsx-runtime"), IconLogin = ({ 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: [
1407
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1304
1408
  "path",
1305
1409
  {
1306
1410
  fill: stroke || color || "currentColor",
1307
1411
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
1308
1412
  }
1309
1413
  ),
1310
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
1414
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1311
1415
  "path",
1312
1416
  {
1313
1417
  fill: stroke || color || "currentColor",
@@ -1319,8 +1423,8 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconLogin = ({ size, wi
1319
1423
  ] }), Login_default = IconLogin;
1320
1424
 
1321
1425
  // src/components/Logout.tsx
1322
- var import_jsx_runtime51 = require("react/jsx-runtime"), IconLogout = ({ 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: [
1323
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1426
+ var import_jsx_runtime58 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1427
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1324
1428
  "path",
1325
1429
  {
1326
1430
  fill: stroke || color || "currentColor",
@@ -1329,7 +1433,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconLogout = ({ size, w
1329
1433
  clipRule: "evenodd"
1330
1434
  }
1331
1435
  ),
1332
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1436
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1333
1437
  "path",
1334
1438
  {
1335
1439
  fill: stroke || color || "currentColor",
@@ -1339,7 +1443,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconLogout = ({ size, w
1339
1443
  ] }), Logout_default = IconLogout;
1340
1444
 
1341
1445
  // src/components/ModelGeminiFilled.tsx
1342
- var import_jsx_runtime52 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ 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)(
1446
+ var import_jsx_runtime59 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1343
1447
  "path",
1344
1448
  {
1345
1449
  fill: fill || color || "currentColor",
@@ -1348,8 +1452,8 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconModelGeminiFilled =
1348
1452
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
1349
1453
 
1350
1454
  // src/components/ModelDeepmindFilled.tsx
1351
- var import_jsx_runtime53 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ 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: [
1352
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1455
+ var import_jsx_runtime60 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ 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: [
1456
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1353
1457
  "path",
1354
1458
  {
1355
1459
  fill: fill || color || "currentColor",
@@ -1358,11 +1462,11 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconModelDeepmindFilled
1358
1462
  clipRule: "evenodd"
1359
1463
  }
1360
1464
  ) }),
1361
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1465
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1362
1466
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
1363
1467
 
1364
1468
  // src/components/ModelSoraFilled.tsx
1365
- var import_jsx_runtime54 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1469
+ var import_jsx_runtime61 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1366
1470
  "path",
1367
1471
  {
1368
1472
  fill: fill || color || "currentColor",
@@ -1371,7 +1475,7 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconModelSoraFilled = (
1371
1475
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
1372
1476
 
1373
1477
  // src/components/ModelNanobananaLogoNomoFilled.tsx
1374
- var import_jsx_runtime55 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
1478
+ var import_jsx_runtime62 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
1375
1479
  size,
1376
1480
  width,
1377
1481
  height,
@@ -1379,64 +1483,64 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconModelNanobananaLogo
1379
1483
  className,
1380
1484
  fill,
1381
1485
  stroke
1382
- }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1383
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1486
+ }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1487
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1384
1488
  "path",
1385
1489
  {
1386
1490
  fill: "#5A5C62",
1387
1491
  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"
1388
1492
  }
1389
1493
  ),
1390
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1494
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1391
1495
  "path",
1392
1496
  {
1393
1497
  fill: "#D5D6D7",
1394
1498
  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"
1395
1499
  }
1396
1500
  ),
1397
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1501
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1398
1502
  "path",
1399
1503
  {
1400
1504
  fill: "#C4C5C7",
1401
1505
  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"
1402
1506
  }
1403
1507
  ),
1404
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1508
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1405
1509
  "path",
1406
1510
  {
1407
1511
  fill: "#7B7C81",
1408
1512
  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"
1409
1513
  }
1410
1514
  ),
1411
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1515
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1412
1516
  "path",
1413
1517
  {
1414
1518
  fill: "#85878B",
1415
1519
  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"
1416
1520
  }
1417
1521
  ),
1418
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1522
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1419
1523
  "path",
1420
1524
  {
1421
1525
  fill: "#1B1D24",
1422
1526
  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"
1423
1527
  }
1424
1528
  ),
1425
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1529
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1426
1530
  "path",
1427
1531
  {
1428
1532
  fill: "#D5D6D7",
1429
1533
  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"
1430
1534
  }
1431
1535
  ),
1432
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1536
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1433
1537
  "path",
1434
1538
  {
1435
1539
  fill: "#85878B",
1436
1540
  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"
1437
1541
  }
1438
1542
  ),
1439
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1543
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1440
1544
  "path",
1441
1545
  {
1442
1546
  fill: "#D5D6D7",
@@ -1446,7 +1550,7 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconModelNanobananaLogo
1446
1550
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
1447
1551
 
1448
1552
  // src/components/Models.tsx
1449
- var import_jsx_runtime56 = require("react/jsx-runtime"), IconModels = ({ 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)(
1553
+ var import_jsx_runtime63 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1450
1554
  "path",
1451
1555
  {
1452
1556
  fill: stroke || color || "currentColor",
@@ -1457,22 +1561,22 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconModels = ({ size, w
1457
1561
  ) }), Models_default = IconModels;
1458
1562
 
1459
1563
  // src/components/More.tsx
1460
- var import_jsx_runtime57 = require("react/jsx-runtime"), IconMore = ({ 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: [
1461
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1564
+ var import_jsx_runtime64 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1565
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1462
1566
  "path",
1463
1567
  {
1464
1568
  fill: stroke || color || "currentColor",
1465
1569
  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"
1466
1570
  }
1467
1571
  ),
1468
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1572
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1469
1573
  "path",
1470
1574
  {
1471
1575
  fill: stroke || color || "currentColor",
1472
1576
  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"
1473
1577
  }
1474
1578
  ),
1475
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1579
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
1476
1580
  "path",
1477
1581
  {
1478
1582
  fill: stroke || color || "currentColor",
@@ -1482,29 +1586,29 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconMore = ({ size, wid
1482
1586
  ] }), More_default = IconMore;
1483
1587
 
1484
1588
  // src/components/Moresettings.tsx
1485
- var import_jsx_runtime58 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1486
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1589
+ var import_jsx_runtime65 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1590
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1487
1591
  "path",
1488
1592
  {
1489
1593
  fill: stroke || color || "currentColor",
1490
1594
  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"
1491
1595
  }
1492
1596
  ),
1493
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1597
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1494
1598
  "path",
1495
1599
  {
1496
1600
  fill: stroke || color || "currentColor",
1497
1601
  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"
1498
1602
  }
1499
1603
  ),
1500
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1604
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1501
1605
  "path",
1502
1606
  {
1503
1607
  fill: stroke || color || "currentColor",
1504
1608
  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"
1505
1609
  }
1506
1610
  ),
1507
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1611
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1508
1612
  "path",
1509
1613
  {
1510
1614
  fill: stroke || color || "currentColor",
@@ -1516,7 +1620,7 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconMoresettings = ({ s
1516
1620
  ] }), Moresettings_default = IconMoresettings;
1517
1621
 
1518
1622
  // src/components/Musicassets.tsx
1519
- var import_jsx_runtime59 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1623
+ var import_jsx_runtime66 = require("react/jsx-runtime"), IconMusicassets = ({ 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)(
1520
1624
  "path",
1521
1625
  {
1522
1626
  fill: stroke || color || "currentColor",
@@ -1527,8 +1631,8 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconMusicassets = ({ si
1527
1631
  ) }), Musicassets_default = IconMusicassets;
1528
1632
 
1529
1633
  // src/components/Mute.tsx
1530
- var import_jsx_runtime60 = require("react/jsx-runtime"), IconMute = ({ 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: [
1531
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1634
+ var import_jsx_runtime67 = require("react/jsx-runtime"), IconMute = ({ 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: [
1635
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1532
1636
  "path",
1533
1637
  {
1534
1638
  fill: stroke || color || "currentColor",
@@ -1537,7 +1641,7 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconMute = ({ size, wid
1537
1641
  clipRule: "evenodd"
1538
1642
  }
1539
1643
  ),
1540
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1644
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1541
1645
  "path",
1542
1646
  {
1543
1647
  fill: stroke || color || "currentColor",
@@ -1547,8 +1651,8 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconMute = ({ size, wid
1547
1651
  ] }), Mute_default = IconMute;
1548
1652
 
1549
1653
  // src/components/Nextscene.tsx
1550
- var import_jsx_runtime61 = require("react/jsx-runtime"), IconNextscene = ({ 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: [
1551
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1654
+ var import_jsx_runtime68 = require("react/jsx-runtime"), IconNextscene = ({ 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: [
1655
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1552
1656
  "rect",
1553
1657
  {
1554
1658
  width: "22.5",
@@ -1561,7 +1665,7 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconNextscene = ({ size
1561
1665
  strokeWidth: "1.5"
1562
1666
  }
1563
1667
  ),
1564
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1668
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
1565
1669
  "path",
1566
1670
  {
1567
1671
  fill: stroke || color || "currentColor",
@@ -1571,17 +1675,17 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconNextscene = ({ size
1571
1675
  ] }), Nextscene_default = IconNextscene;
1572
1676
 
1573
1677
  // src/components/Oneclickgenerate.tsx
1574
- var import_jsx_runtime62 = require("react/jsx-runtime"), IconOneclickgenerate = ({ 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: [
1575
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
1576
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
1577
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1678
+ var import_jsx_runtime69 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1679
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
1680
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
1681
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1578
1682
  "path",
1579
1683
  {
1580
1684
  fill: stroke || color || "currentColor",
1581
1685
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
1582
1686
  }
1583
1687
  ),
1584
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1688
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1585
1689
  "path",
1586
1690
  {
1587
1691
  fill: stroke || color || "currentColor",
@@ -1593,8 +1697,8 @@ var import_jsx_runtime62 = require("react/jsx-runtime"), IconOneclickgenerate =
1593
1697
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
1594
1698
 
1595
1699
  // src/components/Opendemo.tsx
1596
- var import_jsx_runtime63 = require("react/jsx-runtime"), IconOpendemo = ({ 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: [
1597
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
1700
+ var import_jsx_runtime70 = require("react/jsx-runtime"), IconOpendemo = ({ 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: [
1701
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1598
1702
  "path",
1599
1703
  {
1600
1704
  fill: stroke || color || "currentColor",
@@ -1603,11 +1707,14 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconOpendemo = ({ size,
1603
1707
  clipRule: "evenodd"
1604
1708
  }
1605
1709
  ),
1606
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
1710
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
1607
1711
  ] }), Opendemo_default = IconOpendemo;
1608
1712
 
1713
+ // src/components/PageError.tsx
1714
+ var import_jsx_runtime71 = require("react/jsx-runtime"), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
1715
+
1609
1716
  // src/components/Pencil.tsx
1610
- var import_jsx_runtime64 = require("react/jsx-runtime"), IconPencil = ({ 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)(
1717
+ var import_jsx_runtime72 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1611
1718
  "path",
1612
1719
  {
1613
1720
  fill: stroke || color || "currentColor",
@@ -1617,21 +1724,32 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconPencil = ({ size, w
1617
1724
  }
1618
1725
  ) }), Pencil_default = IconPencil;
1619
1726
 
1727
+ // src/components/Pick.tsx
1728
+ var import_jsx_runtime73 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1729
+ "path",
1730
+ {
1731
+ fill: stroke || color || "currentColor",
1732
+ d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
1733
+ fillRule: "evenodd",
1734
+ clipRule: "evenodd"
1735
+ }
1736
+ ) }), Pick_default = IconPick;
1737
+
1620
1738
  // src/components/PlanFilled.tsx
1621
- var import_jsx_runtime65 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1622
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
1739
+ var import_jsx_runtime74 = require("react/jsx-runtime"), IconPlanFilled = ({ 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: [
1740
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
1623
1741
  "path",
1624
1742
  {
1625
1743
  fill: fill || color || "currentColor",
1626
1744
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
1627
1745
  }
1628
1746
  ) }),
1629
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1747
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
1630
1748
  ] }), PlanFilled_default = IconPlanFilled;
1631
1749
 
1632
1750
  // src/components/Previouscene.tsx
1633
- var import_jsx_runtime66 = require("react/jsx-runtime"), IconPreviouscene = ({ 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: [
1634
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1751
+ var import_jsx_runtime75 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1752
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1635
1753
  "rect",
1636
1754
  {
1637
1755
  width: "22.5",
@@ -1643,7 +1761,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconPreviouscene = ({ s
1643
1761
  strokeWidth: "1.5"
1644
1762
  }
1645
1763
  ),
1646
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
1764
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
1647
1765
  "path",
1648
1766
  {
1649
1767
  fill: stroke || color || "currentColor",
@@ -1652,11 +1770,22 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconPreviouscene = ({ s
1652
1770
  )
1653
1771
  ] }), Previouscene_default = IconPreviouscene;
1654
1772
 
1773
+ // src/components/ProblemNoticeFilled.tsx
1774
+ var import_jsx_runtime76 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
1775
+ "path",
1776
+ {
1777
+ fill: fill || color || "currentColor",
1778
+ d: "M24 22.5H0V18L10.5 0H13.5L24 18V22.5ZM10.5 6H13.5V13.5H10.5V6ZM10.5 16.5H13.5V19.5H10.5V16.5Z",
1779
+ fillRule: "evenodd",
1780
+ clipRule: "evenodd"
1781
+ }
1782
+ ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
1783
+
1655
1784
  // src/components/Problem.tsx
1656
- var import_jsx_runtime67 = require("react/jsx-runtime"), IconProblem = ({ 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: [
1657
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
1658
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
1659
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
1785
+ var import_jsx_runtime77 = require("react/jsx-runtime"), IconProblem = ({ 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: [
1786
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
1787
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
1788
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1660
1789
  "path",
1661
1790
  {
1662
1791
  fill: stroke || color || "currentColor",
@@ -1668,7 +1797,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconProblem = ({ size,
1668
1797
  ] }), Problem_default = IconProblem;
1669
1798
 
1670
1799
  // src/components/Ratio169.tsx
1671
- var import_jsx_runtime68 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
1800
+ var import_jsx_runtime78 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
1672
1801
  "path",
1673
1802
  {
1674
1803
  fill: stroke || color || "currentColor",
@@ -1677,15 +1806,15 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconRatio169 = ({ size,
1677
1806
  ) }), Ratio169_default = IconRatio169;
1678
1807
 
1679
1808
  // src/components/Ratio11.tsx
1680
- var import_jsx_runtime69 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1681
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1809
+ var import_jsx_runtime79 = require("react/jsx-runtime"), IconRatio11 = ({ 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: [
1810
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
1682
1811
  "path",
1683
1812
  {
1684
1813
  fill: stroke || color || "currentColor",
1685
1814
  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"
1686
1815
  }
1687
1816
  ) }),
1688
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
1817
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
1689
1818
  "rect",
1690
1819
  {
1691
1820
  width: "24",
@@ -1697,15 +1826,15 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconRatio11 = ({ size,
1697
1826
  ] }), Ratio11_default = IconRatio11;
1698
1827
 
1699
1828
  // src/components/Ratio916.tsx
1700
- var import_jsx_runtime70 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
1701
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1829
+ var import_jsx_runtime80 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
1830
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1702
1831
  "path",
1703
1832
  {
1704
1833
  fill: stroke || color || "currentColor",
1705
1834
  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"
1706
1835
  }
1707
1836
  ) }),
1708
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
1837
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1709
1838
  "rect",
1710
1839
  {
1711
1840
  width: "24",
@@ -1717,15 +1846,15 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconRatio916 = ({ size,
1717
1846
  ] }), Ratio916_default = IconRatio916;
1718
1847
 
1719
1848
  // src/components/Ratio.tsx
1720
- var import_jsx_runtime71 = require("react/jsx-runtime"), IconRatio = ({ 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: [
1721
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1849
+ var import_jsx_runtime81 = require("react/jsx-runtime"), IconRatio = ({ 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: [
1850
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
1722
1851
  "path",
1723
1852
  {
1724
1853
  fill: stroke || color || "currentColor",
1725
1854
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
1726
1855
  }
1727
1856
  ),
1728
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
1857
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
1729
1858
  "path",
1730
1859
  {
1731
1860
  fill: stroke || color || "currentColor",
@@ -1735,7 +1864,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconRatio = ({ size, wi
1735
1864
  ] }), Ratio_default = IconRatio;
1736
1865
 
1737
1866
  // src/components/ReEdit.tsx
1738
- var import_jsx_runtime72 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
1867
+ var import_jsx_runtime82 = require("react/jsx-runtime"), IconReEdit = ({ 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)(
1739
1868
  "path",
1740
1869
  {
1741
1870
  fill: stroke || color || "currentColor",
@@ -1746,7 +1875,7 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconReEdit = ({ size, w
1746
1875
  ) }), ReEdit_default = IconReEdit;
1747
1876
 
1748
1877
  // src/components/Regenerate.tsx
1749
- var import_jsx_runtime73 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
1878
+ var import_jsx_runtime83 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
1750
1879
  "path",
1751
1880
  {
1752
1881
  fill: stroke || color || "currentColor",
@@ -1757,19 +1886,19 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconRegenerate = ({ siz
1757
1886
  ) }), Regenerate_default = IconRegenerate;
1758
1887
 
1759
1888
  // src/components/Scriptmode.tsx
1760
- var import_jsx_runtime74 = require("react/jsx-runtime"), IconScriptmode = ({ 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: [
1761
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
1762
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
1763
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
1764
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
1765
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
1766
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
1767
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
1768
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
1889
+ var import_jsx_runtime84 = require("react/jsx-runtime"), IconScriptmode = ({ 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: [
1890
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
1891
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
1892
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
1893
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
1894
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
1895
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
1896
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
1897
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
1769
1898
  ] }), Scriptmode_default = IconScriptmode;
1770
1899
 
1771
1900
  // src/components/SocialX.tsx
1772
- var import_jsx_runtime75 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
1901
+ var import_jsx_runtime85 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
1773
1902
  "path",
1774
1903
  {
1775
1904
  fill: fill || color || "currentColor",
@@ -1778,7 +1907,7 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconSocialX = ({ size,
1778
1907
  ) }), SocialX_default = IconSocialX;
1779
1908
 
1780
1909
  // src/components/SocialDiscord.tsx
1781
- var import_jsx_runtime76 = require("react/jsx-runtime"), IconSocialDiscord = ({ 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)(
1910
+ var import_jsx_runtime86 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
1782
1911
  "path",
1783
1912
  {
1784
1913
  fill: fill || color || "currentColor",
@@ -1787,8 +1916,8 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconSocialDiscord = ({
1787
1916
  ) }), SocialDiscord_default = IconSocialDiscord;
1788
1917
 
1789
1918
  // src/components/SoundOff.tsx
1790
- var import_jsx_runtime77 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
1791
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1919
+ var import_jsx_runtime87 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
1920
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
1792
1921
  "path",
1793
1922
  {
1794
1923
  fill: stroke || color || "currentColor",
@@ -1797,7 +1926,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconSoundOff = ({ size,
1797
1926
  clipRule: "evenodd"
1798
1927
  }
1799
1928
  ),
1800
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
1929
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
1801
1930
  "path",
1802
1931
  {
1803
1932
  fill: stroke || color || "currentColor",
@@ -1807,8 +1936,8 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconSoundOff = ({ size,
1807
1936
  ] }), SoundOff_default = IconSoundOff;
1808
1937
 
1809
1938
  // src/components/SoundOn.tsx
1810
- var import_jsx_runtime78 = require("react/jsx-runtime"), IconSoundOn = ({ 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: [
1811
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1939
+ var import_jsx_runtime88 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1940
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
1812
1941
  "path",
1813
1942
  {
1814
1943
  fill: stroke || color || "currentColor",
@@ -1817,14 +1946,14 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconSoundOn = ({ size,
1817
1946
  clipRule: "evenodd"
1818
1947
  }
1819
1948
  ),
1820
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1949
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
1821
1950
  "path",
1822
1951
  {
1823
1952
  fill: stroke || color || "currentColor",
1824
1953
  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"
1825
1954
  }
1826
1955
  ),
1827
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1956
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
1828
1957
  "path",
1829
1958
  {
1830
1959
  fill: stroke || color || "currentColor",
@@ -1834,7 +1963,7 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconSoundOn = ({ size,
1834
1963
  ] }), SoundOn_default = IconSoundOn;
1835
1964
 
1836
1965
  // src/components/Storyboard.tsx
1837
- var import_jsx_runtime79 = require("react/jsx-runtime"), IconStoryboard = ({ 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)(
1966
+ var import_jsx_runtime89 = require("react/jsx-runtime"), IconStoryboard = ({ 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)(
1838
1967
  "path",
1839
1968
  {
1840
1969
  fill: stroke || color || "currentColor",
@@ -1845,24 +1974,24 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconStoryboard = ({ siz
1845
1974
  ) }), Storyboard_default = IconStoryboard;
1846
1975
 
1847
1976
  // src/components/StyleAutoFilled.tsx
1848
- var import_jsx_runtime80 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ 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: [
1849
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1977
+ var import_jsx_runtime90 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1978
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
1850
1979
  "path",
1851
1980
  {
1852
1981
  fill: fill || color || "currentColor",
1853
1982
  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"
1854
1983
  }
1855
1984
  ),
1856
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1985
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
1857
1986
  "path",
1858
1987
  {
1859
1988
  fill: fill || color || "currentColor",
1860
1989
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
1861
1990
  }
1862
1991
  ),
1863
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
1864
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
1865
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
1992
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
1993
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
1994
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
1866
1995
  "path",
1867
1996
  {
1868
1997
  fill: fill || color || "currentColor",
@@ -1872,43 +2001,43 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconStyleAutoFilled = (
1872
2001
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
1873
2002
 
1874
2003
  // src/components/Style.tsx
1875
- var import_jsx_runtime81 = require("react/jsx-runtime"), IconStyle = ({ 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: [
1876
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2004
+ var import_jsx_runtime91 = require("react/jsx-runtime"), IconStyle = ({ 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: [
2005
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1877
2006
  "path",
1878
2007
  {
1879
2008
  fill: stroke || color || "currentColor",
1880
2009
  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"
1881
2010
  }
1882
2011
  ),
1883
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2012
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1884
2013
  "path",
1885
2014
  {
1886
2015
  fill: stroke || color || "currentColor",
1887
2016
  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"
1888
2017
  }
1889
2018
  ),
1890
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2019
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1891
2020
  "path",
1892
2021
  {
1893
2022
  fill: stroke || color || "currentColor",
1894
2023
  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"
1895
2024
  }
1896
2025
  ),
1897
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2026
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1898
2027
  "path",
1899
2028
  {
1900
2029
  fill: stroke || color || "currentColor",
1901
2030
  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"
1902
2031
  }
1903
2032
  ),
1904
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2033
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1905
2034
  "path",
1906
2035
  {
1907
2036
  fill: stroke || color || "currentColor",
1908
2037
  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"
1909
2038
  }
1910
2039
  ),
1911
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
2040
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
1912
2041
  "path",
1913
2042
  {
1914
2043
  fill: stroke || color || "currentColor",
@@ -1919,8 +2048,8 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconStyle = ({ size, wi
1919
2048
  )
1920
2049
  ] }), Style_default = IconStyle;
1921
2050
 
1922
- // src/components/SwitchOn.tsx
1923
- var import_jsx_runtime82 = require("react/jsx-runtime"), IconSwitchOn = ({ 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)(
2051
+ // src/components/SwitchOnFilled.tsx
2052
+ var import_jsx_runtime92 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ 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)(
1924
2053
  "path",
1925
2054
  {
1926
2055
  fill: fill || color || "currentColor",
@@ -1928,46 +2057,66 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconSwitchOn = ({ size,
1928
2057
  fillRule: "evenodd",
1929
2058
  clipRule: "evenodd"
1930
2059
  }
1931
- ) }), SwitchOn_default = IconSwitchOn;
2060
+ ) }), SwitchOnFilled_default = IconSwitchOnFilled;
2061
+
2062
+ // src/components/Target.tsx
2063
+ var import_jsx_runtime93 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2064
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2065
+ "path",
2066
+ {
2067
+ fill: stroke || color || "currentColor",
2068
+ d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
2069
+ }
2070
+ ),
2071
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
2072
+ "path",
2073
+ {
2074
+ fill: stroke || color || "currentColor",
2075
+ d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
2076
+ fillRule: "evenodd",
2077
+ clipRule: "evenodd"
2078
+ }
2079
+ )
2080
+ ] }), Target_default = IconTarget;
1932
2081
 
1933
2082
  // src/components/TextLogo.tsx
1934
- var import_jsx_runtime83 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
1935
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2083
+ var import_jsx_runtime94 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
2084
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1936
2085
  "path",
1937
2086
  {
1938
2087
  fill: fill || color || "currentColor",
1939
2088
  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"
1940
2089
  }
1941
2090
  ),
1942
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2091
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1943
2092
  "path",
1944
2093
  {
1945
2094
  fill: fill || color || "currentColor",
1946
2095
  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"
1947
2096
  }
1948
2097
  ),
1949
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2098
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1950
2099
  "path",
1951
2100
  {
1952
2101
  fill: fill || color || "currentColor",
1953
2102
  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"
1954
2103
  }
1955
2104
  ),
1956
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2105
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1957
2106
  "path",
1958
2107
  {
1959
2108
  fill: fill || color || "currentColor",
1960
2109
  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"
1961
2110
  }
1962
2111
  ),
1963
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2112
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1964
2113
  "path",
1965
2114
  {
1966
2115
  fill: fill || color || "currentColor",
1967
2116
  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"
1968
2117
  }
1969
2118
  ),
1970
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
2119
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
1971
2120
  "path",
1972
2121
  {
1973
2122
  fill: fill || color || "currentColor",
@@ -1977,15 +2126,15 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconTextLogo = ({ size,
1977
2126
  ] }), TextLogo_default = IconTextLogo;
1978
2127
 
1979
2128
  // src/components/ToolsFilled.tsx
1980
- var import_jsx_runtime84 = require("react/jsx-runtime"), IconToolsFilled = ({ 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: [
1981
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2129
+ var import_jsx_runtime95 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2130
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
1982
2131
  "path",
1983
2132
  {
1984
2133
  fill: fill || color || "currentColor",
1985
2134
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
1986
2135
  }
1987
2136
  ),
1988
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2137
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
1989
2138
  "path",
1990
2139
  {
1991
2140
  fill: fill || color || "currentColor",
@@ -1995,7 +2144,7 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconToolsFilled = ({ si
1995
2144
  ] }), ToolsFilled_default = IconToolsFilled;
1996
2145
 
1997
2146
  // src/components/Tools.tsx
1998
- var import_jsx_runtime85 = require("react/jsx-runtime"), IconTools = ({ 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)(
2147
+ var import_jsx_runtime96 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
1999
2148
  "path",
2000
2149
  {
2001
2150
  stroke: stroke || color || "currentColor",
@@ -2005,7 +2154,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconTools = ({ size, wi
2005
2154
  ) }), Tools_default = IconTools;
2006
2155
 
2007
2156
  // src/components/Uploadfiles.tsx
2008
- var import_jsx_runtime86 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2157
+ var import_jsx_runtime97 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
2009
2158
  "path",
2010
2159
  {
2011
2160
  fill: stroke || color || "currentColor",
@@ -2014,7 +2163,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconUploadfiles = ({ si
2014
2163
  ) }), Uploadfiles_default = IconUploadfiles;
2015
2164
 
2016
2165
  // src/components/Userfeedback.tsx
2017
- var import_jsx_runtime87 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2166
+ var import_jsx_runtime98 = require("react/jsx-runtime"), IconUserfeedback = ({ 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)(
2018
2167
  "path",
2019
2168
  {
2020
2169
  fill: stroke || color || "currentColor",
@@ -2025,22 +2174,22 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconUserfeedback = ({ s
2025
2174
  ) }), Userfeedback_default = IconUserfeedback;
2026
2175
 
2027
2176
  // src/components/VideoGeneration.tsx
2028
- var import_jsx_runtime88 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2029
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2177
+ var import_jsx_runtime99 = require("react/jsx-runtime"), IconVideoGeneration = ({ 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: [
2178
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2030
2179
  "path",
2031
2180
  {
2032
2181
  fill: stroke || color || "currentColor",
2033
2182
  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"
2034
2183
  }
2035
2184
  ),
2036
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2185
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2037
2186
  "path",
2038
2187
  {
2039
2188
  fill: stroke || color || "currentColor",
2040
2189
  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"
2041
2190
  }
2042
2191
  ),
2043
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
2192
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
2044
2193
  "path",
2045
2194
  {
2046
2195
  fill: stroke || color || "currentColor",
@@ -2052,9 +2201,9 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconVideoGeneration = (
2052
2201
  ] }), VideoGeneration_default = IconVideoGeneration;
2053
2202
 
2054
2203
  // src/components/VideoLength.tsx
2055
- var import_jsx_runtime89 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2056
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
2057
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
2204
+ var import_jsx_runtime100 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
2205
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
2206
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
2058
2207
  "path",
2059
2208
  {
2060
2209
  fill: stroke || color || "currentColor",
@@ -2066,8 +2215,8 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconVideoLength = ({ si
2066
2215
  ] }), VideoLength_default = IconVideoLength;
2067
2216
 
2068
2217
  // src/components/Videogenerate.tsx
2069
- var import_jsx_runtime90 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2070
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2218
+ var import_jsx_runtime101 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2219
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2071
2220
  "path",
2072
2221
  {
2073
2222
  fill: stroke || color || "currentColor",
@@ -2076,7 +2225,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconVideogenerate = ({
2076
2225
  clipRule: "evenodd"
2077
2226
  }
2078
2227
  ),
2079
- /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
2228
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
2080
2229
  "path",
2081
2230
  {
2082
2231
  fill: stroke || color || "currentColor",
@@ -2088,7 +2237,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconVideogenerate = ({
2088
2237
  ] }), Videogenerate_default = IconVideogenerate;
2089
2238
 
2090
2239
  // src/components/Visualstyles.tsx
2091
- var import_jsx_runtime91 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
2240
+ var import_jsx_runtime102 = require("react/jsx-runtime"), IconVisualstyles = ({ 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)(
2092
2241
  "path",
2093
2242
  {
2094
2243
  fill: stroke || color || "currentColor",
@@ -2099,8 +2248,8 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconVisualstyles = ({ s
2099
2248
  ) }), Visualstyles_default = IconVisualstyles;
2100
2249
 
2101
2250
  // src/components/Volume.tsx
2102
- var import_jsx_runtime92 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2103
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2251
+ var import_jsx_runtime103 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2252
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2104
2253
  "path",
2105
2254
  {
2106
2255
  fill: stroke || color || "currentColor",
@@ -2109,14 +2258,14 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconVolume = ({ size, w
2109
2258
  clipRule: "evenodd"
2110
2259
  }
2111
2260
  ),
2112
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2261
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2113
2262
  "path",
2114
2263
  {
2115
2264
  fill: stroke || color || "currentColor",
2116
2265
  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"
2117
2266
  }
2118
2267
  ),
2119
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
2268
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
2120
2269
  "path",
2121
2270
  {
2122
2271
  fill: stroke || color || "currentColor",