@yoroll/react-icon 0.0.2 → 0.0.4

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.
Files changed (73) hide show
  1. package/dist/index.cjs +830 -302
  2. package/dist/index.iife.js +802 -300
  3. package/dist/index.iife.min.js +6 -6
  4. package/dist/index.js +892 -338
  5. package/dist/index.min.cjs +2 -2
  6. package/dist/index.min.js +2 -2
  7. package/dist/types/components/Add.d.ts +2 -1
  8. package/dist/types/components/Agreements.d.ts +4 -0
  9. package/dist/types/components/AngleDown.d.ts +2 -1
  10. package/dist/types/components/Artboard.d.ts +4 -0
  11. package/dist/types/components/Assets.d.ts +2 -1
  12. package/dist/types/components/AssetsFilled.d.ts +2 -1
  13. package/dist/types/components/Backward.d.ts +2 -1
  14. package/dist/types/components/BatchShots.d.ts +4 -0
  15. package/dist/types/components/CheckedFilled.d.ts +2 -1
  16. package/dist/types/components/Close.d.ts +2 -1
  17. package/dist/types/components/CreditFilled.d.ts +2 -1
  18. package/dist/types/components/Cursor.d.ts +4 -0
  19. package/dist/types/components/Delete.d.ts +2 -1
  20. package/dist/types/components/Download.d.ts +2 -1
  21. package/dist/types/components/FiletypePdfFilled.d.ts +4 -0
  22. package/dist/types/components/Gamelanguage.d.ts +4 -0
  23. package/dist/types/components/GenerateFilled.d.ts +2 -1
  24. package/dist/types/components/Genre.d.ts +4 -0
  25. package/dist/types/components/GenreAuto.d.ts +4 -0
  26. package/dist/types/components/GenreComedy.d.ts +4 -0
  27. package/dist/types/components/GenreFantasy.d.ts +4 -0
  28. package/dist/types/components/GenreHorror.d.ts +4 -0
  29. package/dist/types/components/GenreRomance.d.ts +4 -0
  30. package/dist/types/components/GenreScifi.d.ts +4 -0
  31. package/dist/types/components/GenreSuspense.d.ts +4 -0
  32. package/dist/types/components/GoogleLogoFilled.d.ts +2 -1
  33. package/dist/types/components/Help.d.ts +4 -0
  34. package/dist/types/components/Homepage.d.ts +2 -1
  35. package/dist/types/components/HomepageFilled.d.ts +2 -1
  36. package/dist/types/components/ImageGeneration.d.ts +2 -1
  37. package/dist/types/components/Login.d.ts +4 -0
  38. package/dist/types/components/Logout.d.ts +4 -0
  39. package/dist/types/components/ModelDeepmindFilled.d.ts +2 -1
  40. package/dist/types/components/ModelGeminiFilled.d.ts +2 -1
  41. package/dist/types/components/ModelGeminiFilled1.d.ts +2 -1
  42. package/dist/types/components/ModelNanobananaLogoNomoFilled.d.ts +2 -1
  43. package/dist/types/components/ModelSoraFilled.d.ts +2 -1
  44. package/dist/types/components/Models.d.ts +2 -1
  45. package/dist/types/components/More.d.ts +2 -1
  46. package/dist/types/components/Moresettings.d.ts +4 -0
  47. package/dist/types/components/Pencil.d.ts +4 -0
  48. package/dist/types/components/PlanFilled.d.ts +2 -1
  49. package/dist/types/components/Ratio.d.ts +4 -0
  50. package/dist/types/components/Ratio11.d.ts +2 -1
  51. package/dist/types/components/Ratio169.d.ts +2 -1
  52. package/dist/types/components/Ratio916.d.ts +2 -1
  53. package/dist/types/components/ReEdit.d.ts +2 -1
  54. package/dist/types/components/Regenerate.d.ts +2 -1
  55. package/dist/types/components/SocialDiscord.d.ts +2 -1
  56. package/dist/types/components/SocialX.d.ts +2 -1
  57. package/dist/types/components/SoundOff.d.ts +2 -1
  58. package/dist/types/components/SoundOn.d.ts +2 -1
  59. package/dist/types/components/Style.d.ts +4 -0
  60. package/dist/types/components/StyleAutoFilled.d.ts +4 -0
  61. package/dist/types/components/TextLogo.d.ts +4 -0
  62. package/dist/types/components/Tools.d.ts +2 -1
  63. package/dist/types/components/ToolsFilled.d.ts +2 -1
  64. package/dist/types/components/Uploadfiles.d.ts +4 -0
  65. package/dist/types/components/Uploadimages.d.ts +4 -0
  66. package/dist/types/components/Userfeedback.d.ts +4 -0
  67. package/dist/types/components/VideoGeneration.d.ts +2 -1
  68. package/dist/types/components/VideoLength.d.ts +2 -1
  69. package/dist/types/components/Visualstyles.d.ts +4 -0
  70. package/dist/types/components/index.d.ts +27 -1
  71. package/dist/types/index.d.ts +2 -0
  72. package/package.json +6 -6
  73. package/dist/types/components/ModelNanobananaFilled.d.ts +0 -3
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.1 */
1
+ /*! @lineargame svg icons react v0.0.4 */
2
2
 
3
3
  "use strict";
4
4
  var __defProp = Object.defineProperty;
@@ -20,29 +20,48 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0
20
20
  var index_exports = {};
21
21
  __export(index_exports, {
22
22
  IconAdd: () => Add_default,
23
+ IconAgreements: () => Agreements_default,
23
24
  IconAngleDown: () => AngleDown_default,
25
+ IconArtboard: () => Artboard_default,
24
26
  IconAssets: () => Assets_default,
25
27
  IconAssetsFilled: () => AssetsFilled_default,
26
28
  IconBackward: () => Backward_default,
29
+ IconBatchShots: () => BatchShots_default,
27
30
  IconCheckedFilled: () => CheckedFilled_default,
28
31
  IconClose: () => Close_default,
29
32
  IconCreditFilled: () => CreditFilled_default,
33
+ IconCursor: () => Cursor_default,
30
34
  IconDelete: () => Delete_default,
31
35
  IconDownload: () => Download_default,
36
+ IconFiletypePdfFilled: () => FiletypePdfFilled_default,
37
+ IconGamelanguage: () => Gamelanguage_default,
32
38
  IconGenerateFilled: () => GenerateFilled_default,
39
+ IconGenre: () => Genre_default,
40
+ IconGenreAuto: () => GenreAuto_default,
41
+ IconGenreComedy: () => GenreComedy_default,
42
+ IconGenreFantasy: () => GenreFantasy_default,
43
+ IconGenreHorror: () => GenreHorror_default,
44
+ IconGenreRomance: () => GenreRomance_default,
45
+ IconGenreScifi: () => GenreScifi_default,
46
+ IconGenreSuspense: () => GenreSuspense_default,
33
47
  IconGoogleLogoFilled: () => GoogleLogoFilled_default,
48
+ IconHelp: () => Help_default,
34
49
  IconHomepage: () => Homepage_default,
35
50
  IconHomepageFilled: () => HomepageFilled_default,
36
51
  IconImageGeneration: () => ImageGeneration_default,
52
+ IconLogin: () => Login_default,
53
+ IconLogout: () => Logout_default,
37
54
  IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
38
55
  IconModelGeminiFilled: () => ModelGeminiFilled_default,
39
56
  IconModelGeminiFilled1: () => ModelGeminiFilled1_default,
40
- IconModelNanobananaFilled: () => ModelNanobananaFilled_default,
41
57
  IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
42
58
  IconModelSoraFilled: () => ModelSoraFilled_default,
43
59
  IconModels: () => Models_default,
44
60
  IconMore: () => More_default,
61
+ IconMoresettings: () => Moresettings_default,
62
+ IconPencil: () => Pencil_default,
45
63
  IconPlanFilled: () => PlanFilled_default,
64
+ IconRatio: () => Ratio_default,
46
65
  IconRatio11: () => Ratio11_default,
47
66
  IconRatio169: () => Ratio169_default,
48
67
  IconRatio916: () => Ratio916_default,
@@ -52,10 +71,17 @@ __export(index_exports, {
52
71
  IconSocialX: () => SocialX_default,
53
72
  IconSoundOff: () => SoundOff_default,
54
73
  IconSoundOn: () => SoundOn_default,
74
+ IconStyle: () => Style_default,
75
+ IconStyleAutoFilled: () => StyleAutoFilled_default,
76
+ IconTextLogo: () => TextLogo_default,
55
77
  IconTools: () => Tools_default,
56
78
  IconToolsFilled: () => ToolsFilled_default,
79
+ IconUploadfiles: () => Uploadfiles_default,
80
+ IconUploadimages: () => Uploadimages_default,
81
+ IconUserfeedback: () => Userfeedback_default,
57
82
  IconVideoGeneration: () => VideoGeneration_default,
58
- IconVideoLength: () => VideoLength_default
83
+ IconVideoLength: () => VideoLength_default,
84
+ IconVisualstyles: () => Visualstyles_default
59
85
  });
60
86
  module.exports = __toCommonJS(index_exports);
61
87
 
@@ -63,35 +89,60 @@ module.exports = __toCommonJS(index_exports);
63
89
  var import_jsx_runtime = require("react/jsx-runtime"), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
64
90
  "path",
65
91
  {
66
- fill: stroke || color || "white",
92
+ fill: stroke || color || "currentColor",
67
93
  d: "M13.125 10.875V1.5H10.875V10.875H1.5V13.125H10.875V22.5H13.125V13.125H22.5V10.875H13.125Z"
68
94
  }
69
95
  ) }), Add_default = IconAdd;
70
96
 
97
+ // src/components/Agreements.tsx
98
+ var import_jsx_runtime2 = require("react/jsx-runtime"), IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
99
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
100
+ "path",
101
+ {
102
+ fill: stroke || color || "currentColor",
103
+ d: "M21 7.5L13.5 0H3V24H21V7.5ZM18.568 8.25L12.75 2.43198V8.25H18.568ZM10.5 2.25H5.25V21.75H18.75V10.5H10.5V2.25Z",
104
+ fillRule: "evenodd",
105
+ clipRule: "evenodd"
106
+ }
107
+ ),
108
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
109
+ ] }), Agreements_default = IconAgreements;
110
+
71
111
  // src/components/AngleDown.tsx
72
- var import_jsx_runtime2 = require("react/jsx-runtime"), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
112
+ var import_jsx_runtime3 = require("react/jsx-runtime"), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
73
113
  "path",
74
114
  {
75
- fill: stroke || color || "white",
115
+ fill: stroke || color || "currentColor",
76
116
  d: "M12 14.909L3.79553 6.70454L2.20454 8.29554L12 18.091L21.7955 8.29553L20.2045 6.70454L12 14.909Z"
77
117
  }
78
118
  ) }), AngleDown_default = IconAngleDown;
79
119
 
120
+ // src/components/Artboard.tsx
121
+ var import_jsx_runtime4 = require("react/jsx-runtime"), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
122
+ "path",
123
+ {
124
+ fill: stroke || color || "currentColor",
125
+ d: "M8.25 6V1.5H6V6L1.5 6V8.25H6V15.75H1.5V18H6V22.5H8.25V18L15.75 18V22.5H18V18H22.5V15.75H18V8.25H22.5V6H18V1.5H15.75V6L8.25 6ZM8.25 8.25V15.75L15.75 15.75V8.25L8.25 8.25Z",
126
+ fillRule: "evenodd",
127
+ clipRule: "evenodd"
128
+ }
129
+ ) }), Artboard_default = IconArtboard;
130
+
80
131
  // src/components/AssetsFilled.tsx
81
- var import_jsx_runtime3 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
82
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M19.5 0H4.5V3H19.5V0Z" }),
83
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M3 6H21V9H3V6Z" }),
84
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { fill: fill || color || "black", d: "M1.5 12H22.5V22.5H1.5V12Z" })
132
+ var import_jsx_runtime5 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
133
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
134
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
135
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
85
136
  ] }), AssetsFilled_default = IconAssetsFilled;
86
137
 
87
138
  // src/components/Assets.tsx
88
- var import_jsx_runtime4 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
89
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
90
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: stroke || color || "white", d: "M3 5.25H21V7.5H3V5.25Z" }),
91
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
139
+ var import_jsx_runtime6 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
140
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
141
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
142
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
92
143
  "path",
93
144
  {
94
- fill: stroke || color || "white",
145
+ fill: stroke || color || "currentColor",
95
146
  d: "M1.5 10.5V22.5H22.5V10.5H1.5ZM20.25 12.75H3.75V20.25H20.25V12.75Z",
96
147
  fillRule: "evenodd",
97
148
  clipRule: "evenodd"
@@ -100,19 +151,30 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), IconAssets = ({ size, wi
100
151
  ] }), Assets_default = IconAssets;
101
152
 
102
153
  // src/components/Backward.tsx
103
- var import_jsx_runtime5 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
154
+ var import_jsx_runtime7 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
104
155
  "path",
105
156
  {
106
- fill: stroke || color || "white",
157
+ fill: stroke || color || "currentColor",
107
158
  d: "M9.09098 12L17.2955 3.79553L15.7045 2.20454L5.909 12L15.7045 21.7955L17.2955 20.2045L9.09098 12Z"
108
159
  }
109
160
  ) }), Backward_default = IconBackward;
110
161
 
162
+ // src/components/BatchShots.tsx
163
+ var import_jsx_runtime8 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
164
+ "path",
165
+ {
166
+ fill: stroke || color || "currentColor",
167
+ d: "M1.5 22.5V1.5H3.75V4.5H6V1.5H18V4.5H20.25V1.5H22.5V22.5H20.25V19.5H18V22.5H6V19.5H3.75V22.5H1.5ZM18 17.25H20.25V13.125H18V17.25ZM18 10.875H20.25V6.75H18V10.875ZM3.75 10.875V6.75H6V10.875H3.75ZM3.75 13.125H6V17.25H3.75V13.125ZM15.75 13.125H8.25V20.25H15.75V13.125ZM8.25 10.875H15.75V3.75H8.25V10.875Z",
168
+ fillRule: "evenodd",
169
+ clipRule: "evenodd"
170
+ }
171
+ ) }), BatchShots_default = IconBatchShots;
172
+
111
173
  // src/components/CheckedFilled.tsx
112
- var import_jsx_runtime6 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
174
+ var import_jsx_runtime9 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
113
175
  "path",
114
176
  {
115
- fill: fill || color || "black",
177
+ fill: fill || color || "currentColor",
116
178
  d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
117
179
  fillRule: "evenodd",
118
180
  clipRule: "evenodd"
@@ -120,35 +182,46 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconCheckedFilled = ({ s
120
182
  ) }), CheckedFilled_default = IconCheckedFilled;
121
183
 
122
184
  // src/components/Close.tsx
123
- var import_jsx_runtime7 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
185
+ var import_jsx_runtime10 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
124
186
  "path",
125
187
  {
126
- fill: stroke || color || "white",
188
+ fill: stroke || color || "currentColor",
127
189
  d: "M10.409 12L3.70454 5.29549L5.29553 3.7045L12 10.409L18.7045 3.7045L20.2955 5.29549L13.591 12L20.2955 18.7045L18.7045 20.2955L12 13.591L5.29553 20.2955L3.70454 18.7045L10.409 12Z"
128
190
  }
129
191
  ) }), Close_default = IconClose;
130
192
 
131
193
  // src/components/CreditFilled.tsx
132
- var import_jsx_runtime8 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
133
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
194
+ var import_jsx_runtime11 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
195
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
134
196
  "path",
135
197
  {
136
- fill: fill || color || "black",
198
+ fill: fill || color || "currentColor",
137
199
  d: "M13.5 1.5L15 2.625L13.9138 7.24138L22.5 1.875L24 3L16.4194 18.8503C15.9764 19.7767 15.3791 20.621 14.653 21.3471L14.4505 21.5495C12.8771 23.1229 10.7062 24 8.48532 24C3.88426 24 0.138523 20.3379 0.00378707 15.7695C-0.000777042 15.6162 -0.00124666 15.4614 0.00256649 15.3073C0.055676 13.1329 0.942267 11.0587 2.48348 9.51655L2.61778 9.38225C3.15341 8.84662 3.74792 8.38783 4.38476 8.01089L13.5 1.5ZM8.25 19.5C10.3211 19.5 12 17.8211 12 15.75C12 13.6789 10.3211 12 8.25 12C6.17893 12 4.5 13.6789 4.5 15.75C4.5 17.8211 6.17893 19.5 8.25 19.5Z",
138
200
  fillRule: "evenodd",
139
201
  clipRule: "evenodd"
140
202
  }
141
203
  ) }),
142
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "white" }) }) })
204
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
143
205
  ] }), CreditFilled_default = IconCreditFilled;
144
206
 
207
+ // src/components/Cursor.tsx
208
+ var import_jsx_runtime12 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
209
+ "path",
210
+ {
211
+ fill: stroke || color || "currentColor",
212
+ d: "M1.5 3.00002L7.5 21H10.5L13.0454 14.6364L20.2045 21.7955L21.7955 20.2045L14.6364 13.0454L21 10.5V7.5L3 1.5L1.5 3.00002ZM11.7691 11.7691L9.05578 18.5522L4.30756 4.30756L18.5522 9.05579L11.7691 11.7691Z",
213
+ fillRule: "evenodd",
214
+ clipRule: "evenodd"
215
+ }
216
+ ) }), Cursor_default = IconCursor;
217
+
145
218
  // src/components/Delete.tsx
146
- var import_jsx_runtime9 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
147
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "white", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
148
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
219
+ var import_jsx_runtime13 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
220
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
221
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
149
222
  "path",
150
223
  {
151
- fill: stroke || color || "white",
224
+ fill: stroke || color || "currentColor",
152
225
  d: "M6 0H18V4.5H22.5V6.75H19.5V24H4.5V6.75H1.5V4.5H6V0ZM17.25 6.75V21.75H6.75V6.75H17.25ZM8.25 4.5H15.75V2.25H8.25V4.5Z",
153
226
  fillRule: "evenodd",
154
227
  clipRule: "evenodd"
@@ -157,18 +230,18 @@ var import_jsx_runtime9 = require("react/jsx-runtime"), IconDelete = ({ size, wi
157
230
  ] }), Delete_default = IconDelete;
158
231
 
159
232
  // src/components/Download.tsx
160
- var import_jsx_runtime10 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
161
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
233
+ var import_jsx_runtime14 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
234
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
162
235
  "path",
163
236
  {
164
- fill: stroke || color || "white",
237
+ fill: stroke || color || "currentColor",
165
238
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
166
239
  }
167
240
  ),
168
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
241
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
169
242
  "path",
170
243
  {
171
- fill: stroke || color || "white",
244
+ fill: stroke || color || "currentColor",
172
245
  d: "M6 10.5L6 8.25L10.875 8.25L10.875 0L13.125 1.96701e-07L13.125 8.25L18 8.25V10.5L12 16.5L6 10.5ZM12 13.318L14.818 10.5L9.18198 10.5L12 13.318Z",
173
246
  fillRule: "evenodd",
174
247
  clipRule: "evenodd"
@@ -176,84 +249,290 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconDownload = ({ size,
176
249
  )
177
250
  ] }), Download_default = IconDownload;
178
251
 
252
+ // src/components/FiletypePdfFilled.tsx
253
+ var import_jsx_runtime15 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
254
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("g", { opacity: "0.3", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
255
+ "path",
256
+ {
257
+ fill: "#FF3E4C",
258
+ 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",
259
+ opacity: "0.3"
260
+ }
261
+ ) }),
262
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
263
+ "path",
264
+ {
265
+ fill: "#FF3E4C",
266
+ 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"
267
+ }
268
+ ),
269
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
270
+ "path",
271
+ {
272
+ fill: "#FF3E4C",
273
+ 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"
274
+ }
275
+ )
276
+ ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
277
+
278
+ // src/components/Gamelanguage.tsx
279
+ var import_jsx_runtime16 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
280
+ "path",
281
+ {
282
+ fill: stroke || color || "currentColor",
283
+ d: "M6.375 0H8.625V3.75H15V6H12.9839C12.5692 8.72812 11.2638 11.1636 9.3736 13.0005C10.7255 13.7448 12.2657 14.1893 13.9046 14.2442L15.6953 9H18.8046L23.9266 24H21.549L20.2685 20.25H14.2314L12.951 24H10.5734L13.1508 16.4519C11.0783 16.2694 9.1525 15.5762 7.5 14.4987C5.55875 15.7644 3.24028 16.5 0.75 16.5H0V14.25H0.75C2.51789 14.25 4.17996 13.7969 5.62641 13.0005C4.46306 11.87 3.52122 10.5127 2.87224 9H5.37373C5.92828 10.0076 6.64941 10.9106 7.5 11.6719C9.12887 10.214 10.283 8.23652 10.7017 6H0V3.75H6.375V0ZM19.5002 18L17.25 11.41L14.9997 18H19.5002Z",
284
+ fillRule: "evenodd",
285
+ clipRule: "evenodd"
286
+ }
287
+ ) }), Gamelanguage_default = IconGamelanguage;
288
+
179
289
  // src/components/GenerateFilled.tsx
180
- var import_jsx_runtime11 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
290
+ var import_jsx_runtime17 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
181
291
  "path",
182
292
  {
183
- fill: fill || color || "black",
293
+ fill: fill || color || "currentColor",
184
294
  d: "M7.63636 7.63636L0 10.9091V13.0909L7.63636 16.3636L10.9091 24H13.0909L16.3636 16.3636L24 13.0909V10.9091L16.3636 7.63636L13.0909 0H10.9091L7.63636 7.63636Z",
185
295
  fillRule: "evenodd",
186
296
  clipRule: "evenodd"
187
297
  }
188
298
  ) }), GenerateFilled_default = IconGenerateFilled;
189
299
 
300
+ // src/components/GenreAuto.tsx
301
+ var import_jsx_runtime18 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
302
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
303
+ "path",
304
+ {
305
+ fill: stroke || color || "currentColor",
306
+ d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
307
+ }
308
+ ),
309
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
310
+ "path",
311
+ {
312
+ fill: stroke || color || "currentColor",
313
+ d: "M5.25 12.75L0 15V16.5L5.25 18.75L7.5 24H9L11.25 18.75L16.5 16.5V15L11.25 12.75L9 7.5H7.5L5.25 12.75ZM8.25 11.4618L6.96355 14.4635L3.96183 15.75L6.96355 17.0364L8.25 20.0382L9.53645 17.0364L12.5382 15.75L9.53645 14.4635L8.25 11.4618Z",
314
+ fillRule: "evenodd",
315
+ clipRule: "evenodd"
316
+ }
317
+ ),
318
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
319
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
320
+ "path",
321
+ {
322
+ fill: stroke || color || "currentColor",
323
+ d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
324
+ }
325
+ ),
326
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
327
+ "path",
328
+ {
329
+ fill: stroke || color || "currentColor",
330
+ d: "M22.5 13.5C23.3284 13.5 24 12.8284 24 12C24 11.1716 23.3284 10.5 22.5 10.5C21.6716 10.5 21 11.1716 21 12C21 12.8284 21.6716 13.5 22.5 13.5Z"
331
+ }
332
+ )
333
+ ] }), GenreAuto_default = IconGenreAuto;
334
+
335
+ // src/components/GenreComedy.tsx
336
+ var import_jsx_runtime19 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
337
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
338
+ "path",
339
+ {
340
+ fill: stroke || color || "currentColor",
341
+ 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"
342
+ }
343
+ ),
344
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
345
+ "path",
346
+ {
347
+ fill: stroke || color || "currentColor",
348
+ 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"
349
+ }
350
+ ),
351
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
352
+ "path",
353
+ {
354
+ fill: stroke || color || "currentColor",
355
+ d: "M6 12.75C6 13.268 6.06563 13.7706 6.18903 14.25C6.85509 16.8378 9.20424 18.75 12 18.75C14.7958 18.75 17.1449 16.8378 17.811 14.25C17.9344 13.7706 18 13.268 18 12.75V12H6V12.75ZM15.438 14.25C14.8593 15.5744 13.5377 16.5 12 16.5C10.4623 16.5 9.1407 15.5744 8.56203 14.25H15.438Z",
356
+ fillRule: "evenodd",
357
+ clipRule: "evenodd"
358
+ }
359
+ ),
360
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
361
+ "path",
362
+ {
363
+ fill: stroke || color || "currentColor",
364
+ 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",
365
+ fillRule: "evenodd",
366
+ clipRule: "evenodd"
367
+ }
368
+ )
369
+ ] }), GenreComedy_default = IconGenreComedy;
370
+
371
+ // src/components/GenreFantasy.tsx
372
+ var import_jsx_runtime20 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
373
+ "path",
374
+ {
375
+ fill: stroke || color || "currentColor",
376
+ d: "M6.75 3.75V1.5H4.5V6.75L6.875 9.125L6.45 11.25H2.25V9H0V22.5H10.5V18.75C10.5 17.9216 11.1716 17.25 12 17.25C12.8284 17.25 13.5 17.9216 13.5 18.75V22.5H24V9H21.75V11.25H17.55L17.125 9.125L19.5 6.75V1.5H17.25V3.75H13.125V1.5H10.875V3.75H6.75ZM21.75 13.5V20.25H15.75V18.75C15.75 16.6789 14.0711 15 12 15C9.92893 15 8.25 16.6789 8.25 18.75V20.25H2.25V13.5H8.29456L9.31746 8.38548L6.93198 6H17.068L14.6825 8.38548L15.7054 13.5H21.75Z",
377
+ fillRule: "evenodd",
378
+ clipRule: "evenodd"
379
+ }
380
+ ) }), GenreFantasy_default = IconGenreFantasy;
381
+
382
+ // src/components/GenreHorror.tsx
383
+ var import_jsx_runtime21 = require("react/jsx-runtime"), IconGenreHorror = ({ 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: [
384
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
385
+ "path",
386
+ {
387
+ fill: stroke || color || "currentColor",
388
+ 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"
389
+ }
390
+ ),
391
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
392
+ "path",
393
+ {
394
+ fill: stroke || color || "currentColor",
395
+ 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"
396
+ }
397
+ ),
398
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
399
+ "path",
400
+ {
401
+ fill: stroke || color || "currentColor",
402
+ d: "M18 24H21V9C21 4.02944 16.9706 0 12 0C7.02944 0 3 4.02944 3 9V24H6L9 21L12 24L15 21L18 24ZM12 20.818L15 17.818L18.75 21.568V9C18.75 5.27208 15.7279 2.25 12 2.25C8.27208 2.25 5.25 5.27208 5.25 9V21.568L9 17.818L12 20.818Z",
403
+ fillRule: "evenodd",
404
+ clipRule: "evenodd"
405
+ }
406
+ )
407
+ ] }), GenreHorror_default = IconGenreHorror;
408
+
409
+ // src/components/GenreRomance.tsx
410
+ var import_jsx_runtime22 = require("react/jsx-runtime"), IconGenreRomance = ({ 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)(
411
+ "path",
412
+ {
413
+ fill: stroke || color || "currentColor",
414
+ d: "M10.8631 3.36313C9.66973 2.17018 8.0514 1.5 6.36396 1.5C2.84924 1.5 0 4.34924 0 7.86396C0 9.55179 0.670485 11.1705 1.86396 12.364L12 22.5L22.136 12.364C23.3295 11.1705 24 9.55179 24 7.86396C24 4.34924 21.1508 1.5 17.636 1.5C15.9489 1.5 14.3308 2.16996 13.1374 3.36256C13.137 3.36303 13.1365 3.36349 13.136 3.36396L12 4.5L10.8631 3.36313C10.8634 3.36341 10.8629 3.36285 10.8631 3.36313ZM12 19.318L20.545 10.773C21.3166 10.0015 21.75 8.95505 21.75 7.86396C21.75 5.59188 19.9081 3.75 17.636 3.75C16.5449 3.75 15.4985 4.18343 14.727 4.95495L12 7.68198L9.27297 4.95495C8.50145 4.18343 7.45505 3.75 6.36396 3.75C4.09188 3.75 2.25 5.59188 2.25 7.86396C2.25 8.95505 2.68343 10.0015 3.45495 10.773L12 19.318Z",
415
+ fillRule: "evenodd",
416
+ clipRule: "evenodd"
417
+ }
418
+ ) }), GenreRomance_default = IconGenreRomance;
419
+
420
+ // src/components/GenreScifi.tsx
421
+ var import_jsx_runtime23 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
422
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
423
+ "path",
424
+ {
425
+ fill: stroke || color || "currentColor",
426
+ 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"
427
+ }
428
+ ),
429
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
430
+ "path",
431
+ {
432
+ fill: stroke || color || "currentColor",
433
+ d: "M18.75 20.25L15 24L0 9L3.75 5.25H9.75L11.4853 3.51472C13.7357 1.26428 16.788 0 19.9706 0H24V4.02944C24 7.21204 22.7357 10.2643 20.4853 12.5147L18.75 14.25V20.25ZM16.5 13.318L18.8943 10.9237C20.7228 9.09525 21.75 6.6153 21.75 4.02944V2.25H19.9706C17.3847 2.25 14.9048 3.27723 13.0763 5.10571L10.682 7.5H4.68198L3.18198 9L15 20.818L16.5 19.318V13.318Z",
434
+ fillRule: "evenodd",
435
+ clipRule: "evenodd"
436
+ }
437
+ ),
438
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
439
+ "path",
440
+ {
441
+ fill: stroke || color || "currentColor",
442
+ d: "M6.30332 19.5459L8.02229 21.2648L1.5 24L0 22.5L2.73515 15.9777L4.45413 17.6967L3.1186 20.8814L6.30332 19.5459Z"
443
+ }
444
+ )
445
+ ] }), GenreScifi_default = IconGenreScifi;
446
+
447
+ // src/components/GenreSuspense.tsx
448
+ var import_jsx_runtime24 = require("react/jsx-runtime"), IconGenreSuspense = ({ 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)(
449
+ "path",
450
+ {
451
+ fill: stroke || color || "currentColor",
452
+ d: "M5.60437 1.5444L0 10.1665V15.75C0 18.6495 2.35051 21 5.25 21C8.1495 21 10.5 18.6495 10.5 15.75V14.25H13.5V15.75C13.5 18.6495 15.8505 21 18.75 21C21.6495 21 24 18.6495 24 15.75V10.1665L18.3956 1.5444L14.4969 3.49378L15.5031 5.50624L17.6044 4.45561L21.5332 10.5H13.5V12H10.5V10.5H2.46677L6.39563 4.45561L8.49689 5.50624L9.50311 3.49378L5.60437 1.5444ZM8.25 15.6172L2.51559 12.75H8.25V15.6172ZM2.25 15.1328L7.48559 17.7506C6.93629 18.364 6.13822 18.75 5.25 18.75C3.59315 18.75 2.25 17.4069 2.25 15.75V15.1328ZM16.0156 12.75H21.75V15.6172L16.0156 12.75ZM15.75 15.1328V15.75C15.75 17.4069 17.0931 18.75 18.75 18.75C19.6382 18.75 20.4363 18.364 20.9856 17.7506L15.75 15.1328Z",
453
+ fillRule: "evenodd",
454
+ clipRule: "evenodd"
455
+ }
456
+ ) }), GenreSuspense_default = IconGenreSuspense;
457
+
458
+ // src/components/Genre.tsx
459
+ var import_jsx_runtime25 = require("react/jsx-runtime"), IconGenre = ({ 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)(
460
+ "path",
461
+ {
462
+ fill: stroke || color || "currentColor",
463
+ d: "M15.75 15L22.5 6.75V1.5H1.5V6.75L8.25 15V24H15.75V15ZM13.5 21.75V14.1968L20.25 5.94683V3.75H3.75V5.94683L10.5 14.1968V21.75H13.5Z",
464
+ fillRule: "evenodd",
465
+ clipRule: "evenodd"
466
+ }
467
+ ) }), Genre_default = IconGenre;
468
+
190
469
  // src/components/GoogleLogoFilled.tsx
191
- var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
192
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("mask", { id: "mask0_48_113", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", maskType: "luminance", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
470
+ var import_jsx_runtime26 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
471
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("mask", { id: "mask0_48_113", width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", maskType: "luminance", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
193
472
  "path",
194
473
  {
195
- fill: stroke || color || "white",
474
+ fill: stroke || color || "currentColor",
196
475
  d: "M23.7695 9.77372H12.2556V14.3873H18.8716C18.7652 15.0403 18.5264 15.6826 18.1767 16.2683C17.776 16.9393 17.2807 17.4502 16.7729 17.8392C15.2521 19.0046 13.479 19.2429 12.2476 19.2429C9.13691 19.2429 6.47903 17.2325 5.45011 14.5006C5.40859 14.4014 5.38102 14.299 5.34745 14.1978C5.12007 13.5025 4.99584 12.7661 4.99584 12.0008C4.99584 11.2042 5.13037 10.4417 5.37566 9.7216C6.34319 6.88141 9.06099 4.76006 12.2498 4.76006C12.8912 4.76006 13.5089 4.83641 14.0946 4.98869C15.4333 5.3367 16.3801 6.02212 16.9603 6.56428L20.4613 3.13576C18.3317 1.18317 15.5555 2.95218e-09 12.244 2.95218e-09C9.59665 -5.69793e-05 7.1525 0.824781 5.1496 2.21878C3.52531 3.34928 2.19316 4.86288 1.29412 6.62075C0.457891 8.25066 0 10.0569 0 11.999C0 13.9411 0.458591 15.7661 1.29483 17.381V17.3918C2.1781 19.1062 3.46975 20.5823 5.0396 21.7076C6.41104 22.6907 8.87017 24 12.244 24C14.1842 24 15.9038 23.6502 17.4203 22.9946C18.5142 22.5217 19.4835 21.9049 20.3611 21.1122C21.5206 20.0647 22.4288 18.7691 23.0486 17.2785C23.6684 15.7878 24 14.1022 24 12.2747C24 11.4236 23.9145 10.5592 23.7695 9.77363V9.77372Z"
197
476
  }
198
477
  ) }),
199
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
200
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
478
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
479
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
201
480
  "path",
202
481
  {
203
482
  fill: "url(#paint0_radial_48_113)",
204
483
  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"
205
484
  }
206
485
  ) }),
207
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
486
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
208
487
  "path",
209
488
  {
210
489
  fill: "url(#paint1_radial_48_113)",
211
490
  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"
212
491
  }
213
492
  ) }),
214
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
493
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
215
494
  "path",
216
495
  {
217
496
  fill: "url(#paint2_radial_48_113)",
218
497
  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"
219
498
  }
220
499
  ) }),
221
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
500
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
222
501
  "path",
223
502
  {
224
503
  fill: "url(#paint3_radial_48_113)",
225
504
  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"
226
505
  }
227
506
  ) }),
228
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
507
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
229
508
  "path",
230
509
  {
231
510
  fill: "#3086FF",
232
511
  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"
233
512
  }
234
513
  ) }),
235
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
514
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
236
515
  "path",
237
516
  {
238
517
  fill: "url(#paint4_radial_48_113)",
239
518
  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"
240
519
  }
241
520
  ) }),
242
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
521
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
243
522
  "path",
244
523
  {
245
524
  fill: "url(#paint5_radial_48_113)",
246
525
  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"
247
526
  }
248
527
  ) }),
249
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
528
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
250
529
  "path",
251
530
  {
252
531
  fill: "url(#paint6_radial_48_113)",
253
532
  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"
254
533
  }
255
534
  ) }),
256
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { filter: "url(#filter8_f_48_113)", opacity: "0.5", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
535
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { filter: "url(#filter8_f_48_113)", opacity: "0.5", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
257
536
  "path",
258
537
  {
259
538
  fill: "url(#paint7_linear_48_113)",
@@ -261,8 +540,8 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
261
540
  }
262
541
  ) })
263
542
  ] }),
264
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("defs", { children: [
265
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
543
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("defs", { children: [
544
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
266
545
  "filter",
267
546
  {
268
547
  id: "filter0_f_48_113",
@@ -273,13 +552,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
273
552
  filterUnits: "userSpaceOnUse",
274
553
  colorInterpolationFilters: "sRGB",
275
554
  children: [
276
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
277
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
278
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
555
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
556
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
557
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
279
558
  ]
280
559
  }
281
560
  ),
282
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
561
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
283
562
  "filter",
284
563
  {
285
564
  id: "filter1_f_48_113",
@@ -290,13 +569,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
290
569
  filterUnits: "userSpaceOnUse",
291
570
  colorInterpolationFilters: "sRGB",
292
571
  children: [
293
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
294
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
295
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
572
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
573
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
574
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
296
575
  ]
297
576
  }
298
577
  ),
299
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
578
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
300
579
  "filter",
301
580
  {
302
581
  id: "filter2_f_48_113",
@@ -307,13 +586,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
307
586
  filterUnits: "userSpaceOnUse",
308
587
  colorInterpolationFilters: "sRGB",
309
588
  children: [
310
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
311
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
312
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
589
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
590
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
591
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
313
592
  ]
314
593
  }
315
594
  ),
316
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
595
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
317
596
  "filter",
318
597
  {
319
598
  id: "filter3_f_48_113",
@@ -324,13 +603,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
324
603
  filterUnits: "userSpaceOnUse",
325
604
  colorInterpolationFilters: "sRGB",
326
605
  children: [
327
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
328
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
329
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
606
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
607
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
608
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
330
609
  ]
331
610
  }
332
611
  ),
333
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
612
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
334
613
  "filter",
335
614
  {
336
615
  id: "filter4_f_48_113",
@@ -341,13 +620,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
341
620
  filterUnits: "userSpaceOnUse",
342
621
  colorInterpolationFilters: "sRGB",
343
622
  children: [
344
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
345
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
346
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
623
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
624
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
625
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
347
626
  ]
348
627
  }
349
628
  ),
350
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
629
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
351
630
  "filter",
352
631
  {
353
632
  id: "filter5_f_48_113",
@@ -358,13 +637,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
358
637
  filterUnits: "userSpaceOnUse",
359
638
  colorInterpolationFilters: "sRGB",
360
639
  children: [
361
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
362
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
363
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
640
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
641
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
642
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
364
643
  ]
365
644
  }
366
645
  ),
367
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
646
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
368
647
  "filter",
369
648
  {
370
649
  id: "filter6_f_48_113",
@@ -375,13 +654,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
375
654
  filterUnits: "userSpaceOnUse",
376
655
  colorInterpolationFilters: "sRGB",
377
656
  children: [
378
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
379
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
380
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
657
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
658
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
659
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
381
660
  ]
382
661
  }
383
662
  ),
384
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
663
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
385
664
  "filter",
386
665
  {
387
666
  id: "filter7_f_48_113",
@@ -392,13 +671,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
392
671
  filterUnits: "userSpaceOnUse",
393
672
  colorInterpolationFilters: "sRGB",
394
673
  children: [
395
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
396
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
397
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
674
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
675
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
676
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
398
677
  ]
399
678
  }
400
679
  ),
401
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
680
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
402
681
  "filter",
403
682
  {
404
683
  id: "filter8_f_48_113",
@@ -409,13 +688,13 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
409
688
  filterUnits: "userSpaceOnUse",
410
689
  colorInterpolationFilters: "sRGB",
411
690
  children: [
412
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
413
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
414
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
691
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
692
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
693
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
415
694
  ]
416
695
  }
417
696
  ),
418
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
697
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
419
698
  "radialGradient",
420
699
  {
421
700
  id: "paint0_radial_48_113",
@@ -425,20 +704,20 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
425
704
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
426
705
  gradientUnits: "userSpaceOnUse",
427
706
  children: [
428
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
429
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
430
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
431
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
432
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
433
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
434
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
435
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
436
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
437
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
707
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
708
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
709
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
710
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
711
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
712
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
713
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
714
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
715
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
716
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
438
717
  ]
439
718
  }
440
719
  ),
441
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
720
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
442
721
  "radialGradient",
443
722
  {
444
723
  id: "paint1_radial_48_113",
@@ -448,12 +727,12 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
448
727
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
449
728
  gradientUnits: "userSpaceOnUse",
450
729
  children: [
451
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
452
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
730
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
731
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
453
732
  ]
454
733
  }
455
734
  ),
456
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
735
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
457
736
  "radialGradient",
458
737
  {
459
738
  id: "paint2_radial_48_113",
@@ -463,18 +742,18 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
463
742
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
464
743
  gradientUnits: "userSpaceOnUse",
465
744
  children: [
466
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
467
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
468
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
469
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
470
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
471
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
472
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
473
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
745
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
746
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
747
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
748
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
749
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
750
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
751
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
752
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
474
753
  ]
475
754
  }
476
755
  ),
477
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
756
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
478
757
  "radialGradient",
479
758
  {
480
759
  id: "paint3_radial_48_113",
@@ -484,19 +763,19 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
484
763
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
485
764
  gradientUnits: "userSpaceOnUse",
486
765
  children: [
487
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
488
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
489
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
490
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
491
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
492
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
493
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
494
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
495
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
766
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
767
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
768
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
769
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
770
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
771
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
772
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
773
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
774
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
496
775
  ]
497
776
  }
498
777
  ),
499
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
778
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
500
779
  "radialGradient",
501
780
  {
502
781
  id: "paint4_radial_48_113",
@@ -506,18 +785,18 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
506
785
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
507
786
  gradientUnits: "userSpaceOnUse",
508
787
  children: [
509
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
510
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
511
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
512
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
513
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
514
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
515
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
516
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
788
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
789
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
790
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
791
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
792
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
793
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
794
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
795
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
517
796
  ]
518
797
  }
519
798
  ),
520
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
799
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
521
800
  "radialGradient",
522
801
  {
523
802
  id: "paint5_radial_48_113",
@@ -527,15 +806,15 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
527
806
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
528
807
  gradientUnits: "userSpaceOnUse",
529
808
  children: [
530
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
531
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
532
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
533
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
534
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
809
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
810
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
811
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
812
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
813
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
535
814
  ]
536
815
  }
537
816
  ),
538
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
817
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
539
818
  "radialGradient",
540
819
  {
541
820
  id: "paint6_radial_48_113",
@@ -545,20 +824,20 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
545
824
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
546
825
  gradientUnits: "userSpaceOnUse",
547
826
  children: [
548
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
549
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
550
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
551
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
552
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
553
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
554
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
555
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
556
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
557
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#86C504" })
827
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
828
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
829
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
830
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
831
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
832
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
833
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
834
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
835
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
836
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#86C504" })
558
837
  ]
559
838
  }
560
839
  ),
561
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
840
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
562
841
  "linearGradient",
563
842
  {
564
843
  id: "paint7_linear_48_113",
@@ -568,323 +847,396 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconGoogleLogoFilled =
568
847
  y2: "21.5116",
569
848
  gradientUnits: "userSpaceOnUse",
570
849
  children: [
571
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { stopColor: "#0FBC5C" }),
572
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
850
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { stopColor: "#0FBC5C" }),
851
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
573
852
  ]
574
853
  }
575
854
  )
576
855
  ] })
577
856
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
578
857
 
858
+ // src/components/Help.tsx
859
+ var import_jsx_runtime27 = require("react/jsx-runtime"), IconHelp = ({ 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: [
860
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
861
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
862
+ "path",
863
+ {
864
+ fill: stroke || color || "currentColor",
865
+ 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"
866
+ }
867
+ ),
868
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
869
+ "path",
870
+ {
871
+ fill: stroke || color || "currentColor",
872
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
873
+ fillRule: "evenodd",
874
+ clipRule: "evenodd"
875
+ }
876
+ )
877
+ ] }), Help_default = IconHelp;
878
+
579
879
  // src/components/HomepageFilled.tsx
580
- var import_jsx_runtime13 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
880
+ var import_jsx_runtime28 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
581
881
  "path",
582
882
  {
583
- fill: fill || color || "black",
584
- d: "M4.5 1.5V6L7 8.5L6.3 12H3V9H0V22.5H9V18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18V22.5H24V9H21V12H17.7L17 8.5L19.5 6V1.5H16.5V4.5H13.5V1.5H10.5V4.5H7.5V1.5H4.5Z"
883
+ fill: fill || color || "currentColor",
884
+ d: "M12 15C10 15 9 16.7574 9 18V22.5H1.5V8.5L12 0L22.5 8.5V22.5H15V18C15 16.7574 14 15 12 15Z",
885
+ fillRule: "evenodd",
886
+ clipRule: "evenodd"
585
887
  }
586
888
  ) }), HomepageFilled_default = IconHomepageFilled;
587
889
 
588
890
  // src/components/Homepage.tsx
589
- var import_jsx_runtime14 = require("react/jsx-runtime"), IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
891
+ var import_jsx_runtime29 = require("react/jsx-runtime"), IconHomepage = ({ 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)(
590
892
  "path",
591
893
  {
592
- fill: stroke || color || "white",
593
- d: "M6.75 3.75V1.5H4.5V6.75L6.875 9.125L6.45 11.25H2.25V9H0V22.5H10.5V18.75C10.5 17.9216 11.1716 17.25 12 17.25C12.8284 17.25 13.5 17.9216 13.5 18.75V22.5H24V9H21.75V11.25H17.55L17.125 9.125L19.5 6.75V1.5H17.25V3.75H13.125V1.5H10.875V3.75H6.75ZM21.75 13.5V20.25H15.75V18.75C15.75 16.6789 14.0711 15 12 15C9.92893 15 8.25 16.6789 8.25 18.75V20.25H2.25V13.5H8.29456L9.31746 8.38548L6.93198 6H17.068L14.6825 8.38548L15.7054 13.5H21.75Z",
894
+ fill: stroke || color || "currentColor",
895
+ d: "M12 14.25C10.7574 14.25 9.75 15.2574 9.75 16.5V22.5H1.5V8.5L12 0L22.5 8.5V22.5H14.25V16.5C14.25 15.2574 13.2426 14.25 12 14.25ZM12 12C9.51472 12 7.5 14.0147 7.5 16.5V20.25H3.75V9.53485L12 2.96343L20.25 9.53485V20.25H16.5V16.5C16.5 14.0147 14.4853 12 12 12Z",
594
896
  fillRule: "evenodd",
595
897
  clipRule: "evenodd"
596
898
  }
597
899
  ) }), Homepage_default = IconHomepage;
598
900
 
599
901
  // src/components/ImageGeneration.tsx
600
- var import_jsx_runtime15 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
601
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
902
+ var import_jsx_runtime30 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
903
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
602
904
  "path",
603
905
  {
604
- fill: stroke || color || "white",
906
+ fill: stroke || color || "currentColor",
605
907
  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"
606
908
  }
607
909
  ),
608
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
910
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
609
911
  "path",
610
912
  {
611
- fill: stroke || color || "white",
913
+ fill: stroke || color || "currentColor",
612
914
  d: "M14 4.28571L17.5714 3.57143L18.2857 0H19.7143L20.4286 3.57143L24 4.28571V5.71429L20.4286 6.42857L19.7143 10H18.2857L17.5714 6.42857L14 5.71429V4.28571Z"
613
915
  }
614
916
  )
615
917
  ] }), ImageGeneration_default = IconImageGeneration;
616
918
 
919
+ // src/components/Login.tsx
920
+ var import_jsx_runtime31 = require("react/jsx-runtime"), IconLogin = ({ 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: [
921
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
922
+ "path",
923
+ {
924
+ fill: stroke || color || "currentColor",
925
+ d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
926
+ }
927
+ ),
928
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
929
+ "path",
930
+ {
931
+ fill: stroke || color || "currentColor",
932
+ d: "M10.5 18H8.25V13.125L0 13.125L9.83509e-08 10.875L8.25 10.875V6H10.5L16.5 12L10.5 18ZM13.318 12L10.5 9.18198L10.5 14.818L13.318 12Z",
933
+ fillRule: "evenodd",
934
+ clipRule: "evenodd"
935
+ }
936
+ )
937
+ ] }), Login_default = IconLogin;
938
+
939
+ // src/components/Logout.tsx
940
+ var import_jsx_runtime32 = require("react/jsx-runtime"), IconLogout = ({ 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: [
941
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
942
+ "path",
943
+ {
944
+ fill: stroke || color || "currentColor",
945
+ d: "M18 18L15.75 18V13.125L7.5 13.125V10.875L15.75 10.875V6H18L24 12L18 18ZM20.818 12L18 9.18198V14.818L20.818 12Z",
946
+ fillRule: "evenodd",
947
+ clipRule: "evenodd"
948
+ }
949
+ ),
950
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
951
+ "path",
952
+ {
953
+ fill: stroke || color || "currentColor",
954
+ d: "M0 1.5L12 1.5L12 3.75L2.25 3.75L2.25 20.25H12V22.5H5.12572e-07L0 1.5Z"
955
+ }
956
+ )
957
+ ] }), Logout_default = IconLogout;
958
+
617
959
  // src/components/ModelGeminiFilled1.tsx
618
- var import_jsx_runtime16 = require("react/jsx-runtime"), IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
960
+ var import_jsx_runtime33 = require("react/jsx-runtime"), IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
619
961
  "path",
620
962
  {
621
- fill: fill || color || "black",
963
+ fill: fill || color || "currentColor",
622
964
  d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
623
965
  }
624
966
  ) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
625
967
 
626
968
  // src/components/ModelGeminiFilled.tsx
627
- var import_jsx_runtime17 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
969
+ var import_jsx_runtime34 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
628
970
  "path",
629
971
  {
630
- fill: fill || color || "black",
972
+ fill: fill || color || "currentColor",
631
973
  d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
632
974
  }
633
975
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
634
976
 
635
977
  // src/components/ModelDeepmindFilled.tsx
636
- var import_jsx_runtime18 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
637
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
978
+ var import_jsx_runtime35 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ 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: [
979
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
638
980
  "path",
639
981
  {
640
- fill: fill || color || "black",
982
+ fill: fill || color || "currentColor",
641
983
  d: "M6.99 3.35167C6.24014 4.08507 5.66169 4.97519 5.29605 5.95829C4.93041 6.94139 4.78663 7.99317 4.875 9.03833C5.16583 12.7117 8.63 15.7008 11.7717 15.7008C14.6942 15.7008 15.8383 13.15 15.5558 11.4175C15.4515 10.7811 15.1781 10.1845 14.7642 9.69C15.2908 9.97333 15.8008 10.3367 16.2717 10.7733C17.5383 11.9525 18.305 13.4642 18.4275 15.0233C18.7 18.4692 16.15 22 11.8858 22C10.4733 22 8.98583 21.64 7.73583 21.0475C4.34667 19.4475 2 15.9975 2 12.0017C2 8.30917 4.00417 5.08333 6.99 3.35167ZM12.1133 2C13.5267 2 15.0142 2.36 16.2633 2.9525C19.655 4.5525 22 8.0025 22 11.9983C22 15.6908 19.9958 18.9175 17.01 20.6483C17.7599 19.9149 18.3383 19.0248 18.704 18.0417C19.0696 17.0586 19.2134 16.0068 19.125 14.9617C18.8342 11.2883 15.37 8.29917 12.2283 8.29917C9.30583 8.29917 8.16167 10.85 8.44417 12.5825C8.5485 13.2193 8.82289 13.8162 9.23833 14.31C8.69131 14.0149 8.18439 13.6508 7.73 13.2267C6.46333 12.0475 5.69667 10.5375 5.5725 8.97667C5.3 5.53083 7.85 2 12.1142 2H12.1133Z",
642
984
  fillRule: "evenodd",
643
985
  clipRule: "evenodd"
644
986
  }
645
987
  ) }),
646
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "white", transform: "translate(2 2)" }) }) })
988
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
647
989
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
648
990
 
649
- // src/components/ModelNanobananaFilled.tsx
650
- var import_jsx_runtime19 = require("react/jsx-runtime"), IconModelNanobananaFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
651
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
991
+ // src/components/ModelSoraFilled.tsx
992
+ var import_jsx_runtime36 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
993
+ "path",
994
+ {
995
+ fill: fill || color || "currentColor",
996
+ d: "M11.2657 3.125C12.5821 3.125 13.7739 3.65836 14.6368 4.52081C15.0308 4.41546 15.4448 4.35922 15.872 4.35922C18.5057 4.35922 20.6408 6.49427 20.6408 9.12797C20.6408 9.55513 20.5845 9.96919 20.4792 10.3631C21.3416 11.2261 21.875 12.4178 21.875 13.7342C21.875 15.9408 20.3763 17.7972 18.3414 18.3414C17.7972 20.3763 15.9408 21.875 13.7342 21.875C12.4179 21.875 11.2261 21.3416 10.3632 20.4792C9.96921 20.5845 9.55518 20.6408 9.12799 20.6408C6.49429 20.6408 4.35925 18.5057 4.35922 15.872C4.35922 15.4448 4.41546 15.0308 4.52081 14.6368C3.65838 13.7739 3.125 12.5821 3.125 11.2657C3.125 9.05923 4.62361 7.20276 6.65856 6.65858C7.20274 4.62364 9.0592 3.125 11.2657 3.125ZM11.1777 10.6748C10.8483 9.44542 9.75781 8.66937 8.74237 8.94146C7.72693 9.21355 7.17056 10.4309 7.49995 11.6602C7.5053 11.6802 7.51089 11.7001 7.51672 11.72L7.51603 11.7201L7.85272 12.9767C8.18211 14.2061 9.27261 14.9821 10.2881 14.71C11.3035 14.4379 11.8599 13.2206 11.5304 11.9913L11.1938 10.7347L11.193 10.7349C11.1882 10.7148 11.1831 10.6947 11.1777 10.6748ZM16.7779 9.29198C16.4484 8.06264 15.358 7.28659 14.3425 7.55866C13.3271 7.83073 12.7707 9.04808 13.1001 10.2774C13.1055 10.2974 13.111 10.3173 13.1169 10.3372L13.1162 10.3373L13.4529 11.5939C13.7823 12.8233 14.8728 13.5993 15.8882 13.3273C16.9036 13.0551 17.46 11.8378 17.1306 10.6085L16.7939 9.3519L16.7932 9.3521C16.7883 9.332 16.7832 9.31196 16.7779 9.29198ZM9.87394 11.7017C10.0326 11.6591 10.1958 11.7533 10.2383 11.912C10.2808 12.0707 10.1866 12.2337 10.0279 12.2763C9.86926 12.3188 9.70619 12.2246 9.66366 12.066C9.62115 11.9073 9.7153 11.7442 9.87394 11.7017ZM8.55262 9.84709C8.68971 10.0608 8.87601 10.2386 9.09591 10.3656C9.31581 10.4925 9.56293 10.565 9.81657 10.5768C9.60285 10.7139 9.42507 10.9002 9.29811 11.1201C9.17115 11.34 9.09871 11.5871 9.08685 11.8408C8.94975 11.627 8.76346 11.4493 8.54355 11.3223C8.32365 11.1953 8.07654 11.1229 7.8229 11.111C8.03663 10.9739 8.21441 10.7876 8.34137 10.5677C8.46832 10.3478 8.54076 10.1007 8.55262 9.84709ZM15.4741 10.3189C15.6328 10.2764 15.7959 10.3705 15.8384 10.5292C15.8809 10.6879 15.7867 10.851 15.6281 10.8935C15.4694 10.936 15.3063 10.8418 15.2638 10.6832C15.2213 10.5245 15.3155 10.3614 15.4741 10.3189ZM14.1528 8.46434C14.2899 8.67806 14.4762 8.85584 14.6961 8.9828C14.916 9.10976 15.1631 9.1822 15.4167 9.19406C15.203 9.33117 15.0252 9.51746 14.8983 9.73736C14.7713 9.95725 14.6989 10.2044 14.687 10.458C14.5499 10.2443 14.3636 10.0665 14.1437 9.93952C13.9238 9.81256 13.6767 9.74012 13.4231 9.72826C13.6368 9.59117 13.8146 9.40488 13.9415 9.18498C14.0685 8.96508 14.1409 8.71797 14.1528 8.46434Z"
997
+ }
998
+ ) }), ModelSoraFilled_default = IconModelSoraFilled;
999
+
1000
+ // src/components/ModelNanobananaLogoNomoFilled.tsx
1001
+ var import_jsx_runtime37 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
1002
+ size,
1003
+ width,
1004
+ height,
1005
+ color,
1006
+ className,
1007
+ fill,
1008
+ stroke
1009
+ }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1010
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
652
1011
  "path",
653
1012
  {
654
1013
  fill: "#5A5C62",
655
1014
  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"
656
1015
  }
657
1016
  ),
658
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1017
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
659
1018
  "path",
660
1019
  {
661
1020
  fill: "#D5D6D7",
662
1021
  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"
663
1022
  }
664
1023
  ),
665
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1024
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
666
1025
  "path",
667
1026
  {
668
1027
  fill: "#C4C5C7",
669
1028
  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"
670
1029
  }
671
1030
  ),
672
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1031
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
673
1032
  "path",
674
1033
  {
675
1034
  fill: "#7B7C81",
676
1035
  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"
677
1036
  }
678
1037
  ),
679
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1038
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
680
1039
  "path",
681
1040
  {
682
1041
  fill: "#85878B",
683
1042
  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"
684
1043
  }
685
1044
  ),
686
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1045
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
687
1046
  "path",
688
1047
  {
689
1048
  fill: "#1B1D24",
690
1049
  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"
691
1050
  }
692
1051
  ),
693
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1052
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
694
1053
  "path",
695
1054
  {
696
1055
  fill: "#D5D6D7",
697
1056
  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"
698
1057
  }
699
1058
  ),
700
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1059
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
701
1060
  "path",
702
1061
  {
703
1062
  fill: "#85878B",
704
1063
  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"
705
1064
  }
706
1065
  ),
707
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1066
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
708
1067
  "path",
709
1068
  {
710
1069
  fill: "#D5D6D7",
711
1070
  d: "M5.17688 12.8363C4.40438 13.9406 4.30313 14.91 4.18688 15.9C4.08188 16.7944 3.86626 18.675 3.54188 19.2881C3.21563 19.9013 2.89876 20.3006 3.24938 20.6738C3.60001 21.0469 4.63126 20.9138 5.37188 20.1075C5.96813 19.4569 6.29813 18.7481 6.74626 17.7075C7.19438 16.6669 7.85438 14.2106 8.71126 13.1006C9.25876 12.3919 9.80438 12.3713 9.80438 12.3713C9.80438 12.3713 9.08251 11.7825 7.70438 11.7675C6.46876 11.7544 5.82001 11.9175 5.17688 12.8363Z"
712
1071
  }
713
1072
  )
714
- ] }), ModelNanobananaFilled_default = IconModelNanobananaFilled;
1073
+ ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
715
1074
 
716
- // src/components/ModelSoraFilled.tsx
717
- var import_jsx_runtime20 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1075
+ // src/components/Models.tsx
1076
+ var import_jsx_runtime38 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
718
1077
  "path",
719
1078
  {
720
- fill: fill || color || "black",
721
- d: "M11.2657 3.125C12.5821 3.125 13.7739 3.65836 14.6368 4.52081C15.0308 4.41546 15.4448 4.35922 15.872 4.35922C18.5057 4.35922 20.6408 6.49427 20.6408 9.12797C20.6408 9.55513 20.5845 9.96919 20.4792 10.3631C21.3416 11.2261 21.875 12.4178 21.875 13.7342C21.875 15.9408 20.3763 17.7972 18.3414 18.3414C17.7972 20.3763 15.9408 21.875 13.7342 21.875C12.4179 21.875 11.2261 21.3416 10.3632 20.4792C9.96921 20.5845 9.55518 20.6408 9.12799 20.6408C6.49429 20.6408 4.35925 18.5057 4.35922 15.872C4.35922 15.4448 4.41546 15.0308 4.52081 14.6368C3.65838 13.7739 3.125 12.5821 3.125 11.2657C3.125 9.05923 4.62361 7.20276 6.65856 6.65858C7.20274 4.62364 9.0592 3.125 11.2657 3.125ZM11.1777 10.6748C10.8483 9.44542 9.75781 8.66937 8.74237 8.94146C7.72693 9.21355 7.17056 10.4309 7.49995 11.6602C7.5053 11.6802 7.51089 11.7001 7.51672 11.72L7.51603 11.7201L7.85272 12.9767C8.18211 14.2061 9.27261 14.9821 10.2881 14.71C11.3035 14.4379 11.8599 13.2206 11.5304 11.9913L11.1938 10.7347L11.193 10.7349C11.1882 10.7148 11.1831 10.6947 11.1777 10.6748ZM16.7779 9.29198C16.4484 8.06264 15.358 7.28659 14.3425 7.55866C13.3271 7.83073 12.7707 9.04808 13.1001 10.2774C13.1055 10.2974 13.111 10.3173 13.1169 10.3372L13.1162 10.3373L13.4529 11.5939C13.7823 12.8233 14.8728 13.5993 15.8882 13.3273C16.9036 13.0551 17.46 11.8378 17.1306 10.6085L16.7939 9.3519L16.7932 9.3521C16.7883 9.332 16.7832 9.31196 16.7779 9.29198ZM9.87394 11.7017C10.0326 11.6591 10.1958 11.7533 10.2383 11.912C10.2808 12.0707 10.1866 12.2337 10.0279 12.2763C9.86926 12.3188 9.70619 12.2246 9.66366 12.066C9.62115 11.9073 9.7153 11.7442 9.87394 11.7017ZM8.55262 9.84709C8.68971 10.0608 8.87601 10.2386 9.09591 10.3656C9.31581 10.4925 9.56293 10.565 9.81657 10.5768C9.60285 10.7139 9.42507 10.9002 9.29811 11.1201C9.17115 11.34 9.09871 11.5871 9.08685 11.8408C8.94975 11.627 8.76346 11.4493 8.54355 11.3223C8.32365 11.1953 8.07654 11.1229 7.8229 11.111C8.03663 10.9739 8.21441 10.7876 8.34137 10.5677C8.46832 10.3478 8.54076 10.1007 8.55262 9.84709ZM15.4741 10.3189C15.6328 10.2764 15.7959 10.3705 15.8384 10.5292C15.8809 10.6879 15.7867 10.851 15.6281 10.8935C15.4694 10.936 15.3063 10.8418 15.2638 10.6832C15.2213 10.5245 15.3155 10.3614 15.4741 10.3189ZM14.1528 8.46434C14.2899 8.67806 14.4762 8.85584 14.6961 8.9828C14.916 9.10976 15.1631 9.1822 15.4167 9.19406C15.203 9.33117 15.0252 9.51746 14.8983 9.73736C14.7713 9.95725 14.6989 10.2044 14.687 10.458C14.5499 10.2443 14.3636 10.0665 14.1437 9.93952C13.9238 9.81256 13.6767 9.74012 13.4231 9.72826C13.6368 9.59117 13.8146 9.40488 13.9415 9.18498C14.0685 8.96508 14.1409 8.71797 14.1528 8.46434Z"
1079
+ fill: stroke || color || "currentColor",
1080
+ d: "M1.5 6L12 0L22.5 6V18L12 24L1.5 18V6ZM3.75 8.58143V16.6943L10.875 20.7657V12.6529L3.75 8.58143ZM13.125 20.7657L20.25 16.6943V8.58143L13.125 12.6529V20.7657ZM19.0987 6.64786L12 2.59144L4.90126 6.64786L12 10.7043L19.0987 6.64786Z",
1081
+ fillRule: "evenodd",
1082
+ clipRule: "evenodd"
722
1083
  }
723
- ) }), ModelSoraFilled_default = IconModelSoraFilled;
1084
+ ) }), Models_default = IconModels;
724
1085
 
725
- // src/components/ModelNanobananaLogoNomoFilled.tsx
726
- var import_jsx_runtime21 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({ 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: [
727
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
728
- "path",
729
- {
730
- fill: "#5A5C62",
731
- 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"
732
- }
733
- ),
734
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
735
- "path",
736
- {
737
- fill: "#D5D6D7",
738
- 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"
739
- }
740
- ),
741
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1086
+ // src/components/More.tsx
1087
+ var import_jsx_runtime39 = require("react/jsx-runtime"), IconMore = ({ 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: [
1088
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
742
1089
  "path",
743
1090
  {
744
- fill: "#C4C5C7",
745
- 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"
1091
+ fill: stroke || color || "currentColor",
1092
+ 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"
746
1093
  }
747
1094
  ),
748
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1095
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
749
1096
  "path",
750
1097
  {
751
- fill: "#7B7C81",
752
- 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"
1098
+ fill: stroke || color || "currentColor",
1099
+ 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"
753
1100
  }
754
1101
  ),
755
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1102
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
756
1103
  "path",
757
1104
  {
758
- fill: "#85878B",
759
- 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"
1105
+ fill: stroke || color || "currentColor",
1106
+ d: "M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z"
760
1107
  }
761
- ),
762
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1108
+ )
1109
+ ] }), More_default = IconMore;
1110
+
1111
+ // src/components/Moresettings.tsx
1112
+ var import_jsx_runtime40 = require("react/jsx-runtime"), IconMoresettings = ({ 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: [
1113
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
763
1114
  "path",
764
1115
  {
765
- fill: "#1B1D24",
766
- 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"
1116
+ fill: stroke || color || "currentColor",
1117
+ 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"
767
1118
  }
768
1119
  ),
769
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1120
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
770
1121
  "path",
771
1122
  {
772
- fill: "#D5D6D7",
773
- 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"
1123
+ fill: stroke || color || "currentColor",
1124
+ 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"
774
1125
  }
775
1126
  ),
776
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1127
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
777
1128
  "path",
778
1129
  {
779
- fill: "#85878B",
780
- 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"
1130
+ fill: stroke || color || "currentColor",
1131
+ 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"
781
1132
  }
782
1133
  ),
783
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1134
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
784
1135
  "path",
785
1136
  {
786
- fill: "#D5D6D7",
787
- d: "M5.17688 12.8363C4.40438 13.9406 4.30313 14.91 4.18688 15.9C4.08188 16.7944 3.86626 18.675 3.54188 19.2881C3.21563 19.9013 2.89876 20.3006 3.24938 20.6738C3.60001 21.0469 4.63126 20.9138 5.37188 20.1075C5.96813 19.4569 6.29813 18.7481 6.74626 17.7075C7.19438 16.6669 7.85438 14.2106 8.71126 13.1006C9.25876 12.3919 9.80438 12.3713 9.80438 12.3713C9.80438 12.3713 9.08251 11.7825 7.70438 11.7675C6.46876 11.7544 5.82001 11.9175 5.17688 12.8363Z"
1137
+ fill: stroke || color || "currentColor",
1138
+ d: "M12 0C18.6274 -2.89694e-07 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 2.89694e-07 18.6274 0 12C-2.89694e-07 5.37258 5.37258 2.89694e-07 12 0ZM12 2.25C17.3848 2.25 21.75 6.61522 21.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.25Z",
1139
+ fillRule: "evenodd",
1140
+ clipRule: "evenodd"
788
1141
  }
789
1142
  )
790
- ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
1143
+ ] }), Moresettings_default = IconMoresettings;
791
1144
 
792
- // src/components/Models.tsx
793
- var import_jsx_runtime22 = require("react/jsx-runtime"), IconModels = ({ 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)(
1145
+ // src/components/Pencil.tsx
1146
+ var import_jsx_runtime41 = require("react/jsx-runtime"), IconPencil = ({ 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)(
794
1147
  "path",
795
1148
  {
796
- fill: stroke || color || "white",
797
- d: "M1.5 6L12 0L22.5 6V18L12 24L1.5 18V6ZM3.75 8.58143V16.6943L10.875 20.7657V12.6529L3.75 8.58143ZM13.125 20.7657L20.25 16.6943V8.58143L13.125 12.6529V20.7657ZM19.0987 6.64786L12 2.59144L4.90126 6.64786L12 10.7043L19.0987 6.64786Z",
1149
+ fill: stroke || color || "currentColor",
1150
+ d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
798
1151
  fillRule: "evenodd",
799
1152
  clipRule: "evenodd"
800
1153
  }
801
- ) }), Models_default = IconModels;
1154
+ ) }), Pencil_default = IconPencil;
802
1155
 
803
- // src/components/More.tsx
804
- var import_jsx_runtime23 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
805
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
806
- "path",
807
- {
808
- fill: stroke || color || "white",
809
- 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"
810
- }
811
- ),
812
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
813
- "path",
814
- {
815
- fill: stroke || color || "white",
816
- 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"
817
- }
818
- ),
819
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1156
+ // src/components/PlanFilled.tsx
1157
+ var import_jsx_runtime42 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1158
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
820
1159
  "path",
821
1160
  {
822
- fill: stroke || color || "white",
823
- d: "M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z"
1161
+ fill: fill || color || "currentColor",
1162
+ d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
824
1163
  }
825
- )
826
- ] }), More_default = IconMore;
827
-
828
- // src/components/PlanFilled.tsx
829
- var import_jsx_runtime24 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
830
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: fill || color || "black", d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z" }) }),
831
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "white" }) }) })
1164
+ ) }),
1165
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
832
1166
  ] }), PlanFilled_default = IconPlanFilled;
833
1167
 
834
1168
  // src/components/Ratio169.tsx
835
- var import_jsx_runtime25 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
1169
+ var import_jsx_runtime43 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
836
1170
  "path",
837
1171
  {
838
- fill: stroke || color || "white",
1172
+ fill: stroke || color || "currentColor",
839
1173
  d: "M24 5.14285V18.8571H0V5.14285H24ZM2.40039 16.5057H21.5996V7.49426H2.40039V16.5057Z"
840
1174
  }
841
1175
  ) }), Ratio169_default = IconRatio169;
842
1176
 
843
1177
  // src/components/Ratio11.tsx
844
- var import_jsx_runtime26 = require("react/jsx-runtime"), IconRatio11 = ({ 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: [
845
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1178
+ var import_jsx_runtime44 = require("react/jsx-runtime"), IconRatio11 = ({ 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: [
1179
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
846
1180
  "path",
847
1181
  {
848
- fill: stroke || color || "white",
1182
+ fill: stroke || color || "currentColor",
849
1183
  d: "M24 24L2.76562e-06 24L3.8147e-06 0L24 1.04907e-06L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
850
1184
  }
851
1185
  ) }),
852
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1186
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
853
1187
  "rect",
854
1188
  {
855
1189
  width: "24",
856
1190
  height: "24",
857
- fill: stroke || color || "white",
1191
+ fill: stroke || color || "currentColor",
858
1192
  transform: "translate(24 1.04907e-06) rotate(90)"
859
1193
  }
860
1194
  ) }) })
861
1195
  ] }), Ratio11_default = IconRatio11;
862
1196
 
863
1197
  // src/components/Ratio916.tsx
864
- var import_jsx_runtime27 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
865
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1198
+ var import_jsx_runtime45 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
1199
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
866
1200
  "path",
867
1201
  {
868
- fill: stroke || color || "white",
1202
+ fill: stroke || color || "currentColor",
869
1203
  d: "M18.8571 24L5.14286 24L5.14286 4.49603e-07L18.8571 1.04907e-06L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
870
1204
  }
871
1205
  ) }),
872
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1206
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
873
1207
  "rect",
874
1208
  {
875
1209
  width: "24",
876
1210
  height: "24",
877
- fill: stroke || color || "white",
1211
+ fill: stroke || color || "currentColor",
878
1212
  transform: "translate(24 1.04907e-06) rotate(90)"
879
1213
  }
880
1214
  ) }) })
881
1215
  ] }), Ratio916_default = IconRatio916;
882
1216
 
1217
+ // src/components/Ratio.tsx
1218
+ var import_jsx_runtime46 = require("react/jsx-runtime"), IconRatio = ({ 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: [
1219
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1220
+ "path",
1221
+ {
1222
+ fill: stroke || color || "currentColor",
1223
+ d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
1224
+ }
1225
+ ),
1226
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
1227
+ "path",
1228
+ {
1229
+ fill: stroke || color || "currentColor",
1230
+ d: "M15.75 21V18.75H6.84099L15.75 9.84099V8.25H14.159L5.25 17.159V8.25H3V21H15.75Z"
1231
+ }
1232
+ )
1233
+ ] }), Ratio_default = IconRatio;
1234
+
883
1235
  // src/components/ReEdit.tsx
884
- var import_jsx_runtime28 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1236
+ var import_jsx_runtime47 = require("react/jsx-runtime"), IconReEdit = ({ 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)(
885
1237
  "path",
886
1238
  {
887
- fill: stroke || color || "white",
1239
+ fill: stroke || color || "currentColor",
888
1240
  d: "M1.5 0V8.25H19.5V5.25H21.75V9.58393L10.875 11.8339V15H8.25V24H15.75V15H13.125V13.6661L24 11.4161V3H19.5V0H1.5ZM17.25 2.25H3.75V6H17.25V2.25ZM10.5 17.25H13.5V21.75H10.5V17.25Z",
889
1241
  fillRule: "evenodd",
890
1242
  clipRule: "evenodd"
@@ -892,10 +1244,10 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconReEdit = ({ size, w
892
1244
  ) }), ReEdit_default = IconReEdit;
893
1245
 
894
1246
  // src/components/Regenerate.tsx
895
- var import_jsx_runtime29 = require("react/jsx-runtime"), IconRegenerate = ({ 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)(
1247
+ var import_jsx_runtime48 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
896
1248
  "path",
897
1249
  {
898
- fill: stroke || color || "white",
1250
+ fill: stroke || color || "currentColor",
899
1251
  d: "M13.5 9L15 10.5H24V1.5L22.5 0L18.7955 3.7045L17.6831 2.59214C16.0234 0.932422 13.7723 0 11.4252 0C5.11521 0 0 5.11522 0 11.4252V12C0 18.6274 5.37258 24 12 24C15.0693 24 18.1424 22.8282 20.4853 20.4853L18.8943 18.8943C16.9903 20.7983 14.497 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12V11.4252C2.25 6.35786 6.35786 2.25 11.4252 2.25C13.1756 2.25 14.8544 2.94537 16.0921 4.18313L17.2045 5.2955L13.5 9ZM21.75 3.93198V8.25H17.432L21.75 3.93198Z",
900
1252
  fillRule: "evenodd",
901
1253
  clipRule: "evenodd"
@@ -903,106 +1255,271 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconRegenerate = ({ siz
903
1255
  ) }), Regenerate_default = IconRegenerate;
904
1256
 
905
1257
  // src/components/SocialX.tsx
906
- var import_jsx_runtime30 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
1258
+ var import_jsx_runtime49 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
907
1259
  "path",
908
1260
  {
909
- fill: fill || color || "black",
1261
+ fill: fill || color || "currentColor",
910
1262
  d: "M18.3263 1.9039H21.6998L14.3297 10.3274L23 21.7899H16.2112L10.894 14.8379L4.80995 21.7899H1.43443L9.31743 12.78L1 1.9039H7.96111L12.7674 8.25823L18.3263 1.9039ZM17.1423 19.7707H19.0116L6.94539 3.81703H4.93946L17.1423 19.7707Z"
911
1263
  }
912
1264
  ) }), SocialX_default = IconSocialX;
913
1265
 
914
1266
  // src/components/SocialDiscord.tsx
915
- var import_jsx_runtime31 = require("react/jsx-runtime"), IconSocialDiscord = ({ 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)(
1267
+ var import_jsx_runtime50 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
916
1268
  "path",
917
1269
  {
918
- fill: fill || color || "black",
1270
+ fill: fill || color || "currentColor",
919
1271
  d: "M20.317 4.1556C18.7873 3.45372 17.147 2.93661 15.4319 2.64043C15.4007 2.63472 15.3695 2.649 15.3534 2.67757C15.1424 3.05279 14.9087 3.54229 14.7451 3.92703C12.9004 3.65086 11.0652 3.65086 9.25832 3.92703C9.09465 3.53373 8.85248 3.05279 8.64057 2.67757C8.62448 2.64996 8.59328 2.63567 8.56205 2.64043C6.84791 2.93566 5.20756 3.45278 3.67693 4.1556C3.66368 4.16132 3.65233 4.17085 3.64479 4.18322C0.533392 8.83158 -0.31895 13.3657 0.0991801 17.8436C0.101072 17.8655 0.11337 17.8864 0.130398 17.8998C2.18321 19.4073 4.17171 20.3225 6.12328 20.9291C6.15451 20.9387 6.18761 20.9272 6.20748 20.9015C6.66913 20.2711 7.08064 19.6064 7.43348 18.9073C7.4543 18.8664 7.43442 18.8178 7.39186 18.8016C6.73913 18.554 6.1176 18.2521 5.51973 17.9093C5.47244 17.8817 5.46865 17.814 5.51216 17.7817C5.63797 17.6874 5.76382 17.5893 5.88396 17.4902C5.90569 17.4722 5.93598 17.4683 5.96153 17.4798C9.88928 19.273 14.1415 19.273 18.023 17.4798C18.0485 17.4674 18.0788 17.4712 18.1015 17.4893C18.2216 17.5883 18.3475 17.6874 18.4742 17.7817C18.5177 17.814 18.5149 17.8817 18.4676 17.9093C17.8697 18.2588 17.2482 18.554 16.5945 18.8007C16.552 18.8169 16.533 18.8664 16.5538 18.9073C16.9143 19.6054 17.3258 20.2701 17.7789 20.9006C17.7978 20.9272 17.8319 20.9387 17.8631 20.9291C19.8241 20.3225 21.8126 19.4073 23.8654 17.8998C23.8834 17.8864 23.8948 17.8664 23.8967 17.8445C24.3971 12.6676 23.0585 8.17067 20.3482 4.18417C20.3416 4.17085 20.3303 4.16132 20.317 4.1556ZM8.02002 15.117C6.8375 15.117 5.86313 14.0314 5.86313 12.6981C5.86313 11.3648 6.8186 10.2792 8.02002 10.2792C9.23087 10.2792 10.1958 11.3743 10.1769 12.6981C10.1769 14.0314 9.22141 15.117 8.02002 15.117ZM15.9947 15.117C14.8123 15.117 13.8379 14.0314 13.8379 12.6981C13.8379 11.3648 14.7933 10.2792 15.9947 10.2792C17.2056 10.2792 18.1705 11.3743 18.1516 12.6981C18.1516 14.0314 17.2056 15.117 15.9947 15.117Z"
920
1272
  }
921
1273
  ) }), SocialDiscord_default = IconSocialDiscord;
922
1274
 
923
1275
  // src/components/SoundOff.tsx
924
- var import_jsx_runtime32 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
925
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1276
+ var import_jsx_runtime51 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
1277
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
926
1278
  "path",
927
1279
  {
928
- fill: stroke || color || "white",
1280
+ fill: stroke || color || "currentColor",
929
1281
  d: "M0.75 0H3.75L23.25 24H20.25L12 13.8462V22.5H9L3 16.5H0V7.5H3L5.12069 5.37931L0.75 0ZM6.54709 7.13489L3.93198 9.75H2.25V14.25H3.93198L9.75 20.068V11.0769L6.54709 7.13489Z",
930
1282
  fillRule: "evenodd",
931
1283
  clipRule: "evenodd"
932
1284
  }
933
1285
  ),
934
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1286
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
935
1287
  "path",
936
1288
  {
937
- fill: stroke || color || "white",
1289
+ fill: stroke || color || "currentColor",
938
1290
  d: "M20.5212 15.8841L21.981 17.6807C23.2432 16.1315 24 14.1541 24 12C24 7.02944 19.9706 3 15 3V5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 13.4459 21.2954 14.7857 20.5212 15.8841Z"
939
1291
  }
940
1292
  )
941
1293
  ] }), SoundOff_default = IconSoundOff;
942
1294
 
943
1295
  // src/components/SoundOn.tsx
944
- var import_jsx_runtime33 = require("react/jsx-runtime"), IconSoundOn = ({ 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: [
945
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1296
+ var import_jsx_runtime52 = require("react/jsx-runtime"), IconSoundOn = ({ 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: [
1297
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
946
1298
  "path",
947
1299
  {
948
- fill: stroke || color || "white",
1300
+ fill: stroke || color || "currentColor",
949
1301
  d: "M9 22.5L3 16.5H0V7.5H3L9 1.5H12V22.5H9ZM2.25 14.25V9.75H3.93198L9.75 3.93198V20.068L3.93198 14.25H2.25Z",
950
1302
  fillRule: "evenodd",
951
1303
  clipRule: "evenodd"
952
1304
  }
953
1305
  ),
954
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1306
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
955
1307
  "path",
956
1308
  {
957
- fill: stroke || color || "white",
1309
+ fill: stroke || color || "currentColor",
958
1310
  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"
959
1311
  }
960
1312
  ),
961
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1313
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
962
1314
  "path",
963
1315
  {
964
- fill: stroke || color || "white",
1316
+ fill: stroke || color || "currentColor",
965
1317
  d: "M15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5V15.75C17.0711 15.75 18.75 14.0711 18.75 12C18.75 9.92893 17.0711 8.25 15 8.25V10.5Z"
966
1318
  }
967
1319
  )
968
1320
  ] }), SoundOn_default = IconSoundOn;
969
1321
 
1322
+ // src/components/StyleAutoFilled.tsx
1323
+ var import_jsx_runtime53 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ 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: [
1324
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1325
+ "path",
1326
+ {
1327
+ fill: fill || color || "currentColor",
1328
+ 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"
1329
+ }
1330
+ ),
1331
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1332
+ "path",
1333
+ {
1334
+ fill: fill || color || "currentColor",
1335
+ d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
1336
+ }
1337
+ ),
1338
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
1339
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
1340
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1341
+ "path",
1342
+ {
1343
+ fill: fill || color || "currentColor",
1344
+ d: "M22.5 15C23.3284 15 24 14.3284 24 13.5C24 12.6716 23.3284 12 22.5 12C21.6716 12 21 12.6716 21 13.5C21 14.3284 21.6716 15 22.5 15Z"
1345
+ }
1346
+ )
1347
+ ] }), StyleAutoFilled_default = IconStyleAutoFilled;
1348
+
1349
+ // src/components/Style.tsx
1350
+ var import_jsx_runtime54 = require("react/jsx-runtime"), IconStyle = ({ 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: [
1351
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1352
+ "path",
1353
+ {
1354
+ fill: stroke || color || "currentColor",
1355
+ 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"
1356
+ }
1357
+ ),
1358
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1359
+ "path",
1360
+ {
1361
+ fill: stroke || color || "currentColor",
1362
+ 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"
1363
+ }
1364
+ ),
1365
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1366
+ "path",
1367
+ {
1368
+ fill: stroke || color || "currentColor",
1369
+ 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"
1370
+ }
1371
+ ),
1372
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1373
+ "path",
1374
+ {
1375
+ fill: stroke || color || "currentColor",
1376
+ 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"
1377
+ }
1378
+ ),
1379
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1380
+ "path",
1381
+ {
1382
+ fill: stroke || color || "currentColor",
1383
+ 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"
1384
+ }
1385
+ ),
1386
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1387
+ "path",
1388
+ {
1389
+ fill: stroke || color || "currentColor",
1390
+ d: "M23.7894 14.25H13.5V15L18 19.5V22.3946C16.235 23.4156 14.1857 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 12.769 23.9277 13.5212 23.7894 14.25ZM15.75 20.432V21.0034C14.5973 21.4842 13.3316 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 12H11.25V15.932L15.75 20.432Z",
1391
+ fillRule: "evenodd",
1392
+ clipRule: "evenodd"
1393
+ }
1394
+ )
1395
+ ] }), Style_default = IconStyle;
1396
+
1397
+ // src/components/TextLogo.tsx
1398
+ var import_jsx_runtime55 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 100 34", className, width: width || size, height: height || size, children: [
1399
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("g", { clipPath: "url(#clip0_33_25)", children: [
1400
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1401
+ "path",
1402
+ {
1403
+ fill: "#888888",
1404
+ d: "M33.7554 5.56861C40.0632 5.56879 45.1763 10.6827 45.1763 16.9905C45.1761 23.2982 40.063 28.4112 33.7554 28.4114C27.4475 28.4114 22.3337 23.2983 22.3335 16.9905C22.3335 10.6825 27.4474 5.56861 33.7554 5.56861ZM33.7554 11.6604C30.8117 11.6604 28.4253 14.0468 28.4253 16.9905C28.4255 19.934 30.8118 22.3206 33.7554 22.3206C36.6988 22.3204 39.0853 19.934 39.0854 16.9905C39.0854 14.0469 36.699 11.6606 33.7554 11.6604Z"
1405
+ }
1406
+ ),
1407
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1408
+ "path",
1409
+ {
1410
+ fill: "#888888",
1411
+ d: "M71.8274 5.56861C78.1352 5.56879 83.2483 10.6827 83.2483 16.9905C83.2481 23.2982 78.135 28.4112 71.8274 28.4114C65.5195 28.4114 60.4057 23.2983 60.4055 16.9905C60.4055 10.6825 65.5194 5.56861 71.8274 5.56861ZM71.8274 11.6604C68.8837 11.6604 66.4973 14.0468 66.4973 16.9905C66.4975 19.934 68.8838 22.3206 71.8274 22.3206C74.7708 22.3204 77.1573 19.934 77.1574 16.9905C77.1574 14.0469 74.7709 11.6606 71.8274 11.6604Z"
1412
+ }
1413
+ ),
1414
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1415
+ "path",
1416
+ {
1417
+ fill: "#888888",
1418
+ d: "M47.4611 16.6095C47.4611 14.9165 47.9442 12.445 49.4821 10.309C51.1319 8.01774 53.8543 6.33006 57.7404 6.33006H58.844C59.2859 6.33006 59.644 6.68824 59.644 7.13006V11.6216C59.644 12.0634 59.2859 12.4216 58.844 12.4216H57.7404C55.8399 12.4216 54.9459 13.1452 54.4255 13.8678C53.7933 14.7459 53.5525 15.8912 53.5525 16.6095V26.8503C53.5525 27.2921 53.1944 27.6503 52.7525 27.6503H48.2611C47.8192 27.6503 47.4611 27.2921 47.4611 26.8503V16.6095Z"
1419
+ }
1420
+ ),
1421
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "6.09149", height: "26.6503", x: "85.533", y: "1", fill: "#888888", rx: "0.8" }),
1422
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "6.09149", height: "26.6503", x: "93.9086", y: "1", fill: "#888888", rx: "0.8" }),
1423
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1424
+ "path",
1425
+ {
1426
+ fill: "#888888",
1427
+ d: "M10.7312 16.5261C10.9932 17.1759 11.9047 17.1988 12.1991 16.5631L16.7232 6.79388C16.8542 6.51107 17.1375 6.33006 17.4492 6.33006H22.6939C23.2847 6.33006 23.6717 6.9484 23.4135 7.47975L11.1305 32.7538C10.9966 33.0292 10.7172 33.2041 10.411 33.2041H5.74564C5.1614 33.2041 4.77421 32.5982 5.01967 32.068L7.78707 26.0905C7.88252 25.8844 7.88581 25.6473 7.79613 25.4386L0.0658401 7.44586C-0.160996 6.91788 0.226231 6.33006 0.800872 6.33006H6.07966C6.40597 6.33006 6.69958 6.52825 6.82161 6.83087L10.7312 16.5261Z"
1428
+ }
1429
+ )
1430
+ ] }),
1431
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
1432
+ ] }), TextLogo_default = IconTextLogo;
1433
+
970
1434
  // src/components/ToolsFilled.tsx
971
- var import_jsx_runtime34 = require("react/jsx-runtime"), IconToolsFilled = ({ 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: [
972
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "black", d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z" }),
973
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "black", d: "M0 19.4999L7.62868 11.8713L12.1287 16.3713L4.5 23.9999L0 19.4999Z" })
1435
+ var import_jsx_runtime56 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1436
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1437
+ "path",
1438
+ {
1439
+ fill: fill || color || "currentColor",
1440
+ d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
1441
+ }
1442
+ ),
1443
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1444
+ "path",
1445
+ {
1446
+ fill: fill || color || "currentColor",
1447
+ d: "M0 19.4999L7.62868 11.8713L12.1287 16.3713L4.5 23.9999L0 19.4999Z"
1448
+ }
1449
+ )
974
1450
  ] }), ToolsFilled_default = IconToolsFilled;
975
1451
 
976
1452
  // src/components/Tools.tsx
977
- var import_jsx_runtime35 = require("react/jsx-runtime"), IconTools = ({ 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)(
1453
+ var import_jsx_runtime57 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
978
1454
  "path",
979
1455
  {
980
- stroke: stroke || color || "white",
1456
+ stroke: stroke || color || "currentColor",
981
1457
  d: "M16.0957 2.15625L21.8438 7.9043L23.1416 11.7979L19.2979 15.6416L15.4043 14.3438L14.625 13.5645L5.25 22.9395L1.06055 18.75L10.4355 9.375L9.65625 8.5957L8.3584 4.70215L12.2021 0.858398L16.0957 2.15625ZM2.12109 18.75L5.25 21.8789L14.0947 13.0342L10.9658 9.90527L2.12109 18.75ZM9.21582 4.90527L9.3623 5.34473L10.2549 8.02148L10.3115 8.18945L15.8105 13.6885L15.9785 13.7451L18.6553 14.6377L19.0947 14.7842L22.2842 11.5947L22.1377 11.1553L21.2451 8.47852L21.1885 8.31055L15.6895 2.81152L15.5215 2.75488L12.8447 1.8623L12.4053 1.71582L9.21582 4.90527Z",
982
1458
  strokeWidth: "1.5"
983
1459
  }
984
1460
  ) }), Tools_default = IconTools;
985
1461
 
1462
+ // src/components/Uploadfiles.tsx
1463
+ var import_jsx_runtime58 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1464
+ "path",
1465
+ {
1466
+ fill: stroke || color || "currentColor",
1467
+ d: "M14.0625 2.25C12.3021 2.25 10.875 3.67709 10.875 5.4375V15.75C10.875 16.3713 11.3787 16.875 12 16.875C12.6213 16.875 13.125 16.3713 13.125 15.75V7.5H15.375V15.75C15.375 17.614 13.864 19.125 12 19.125C10.136 19.125 8.625 17.614 8.625 15.75V5.4375C8.625 2.43445 11.0595 0 14.0625 0C17.0655 0 19.5 2.43445 19.5 5.4375V16.5C19.5 20.6421 16.1421 24 12 24C7.85786 24 4.5 20.6421 4.5 16.5V5.25H6.75V16.5C6.75 19.3995 9.10051 21.75 12 21.75C14.8995 21.75 17.25 19.3995 17.25 16.5V5.4375C17.25 3.67709 15.8229 2.25 14.0625 2.25Z"
1468
+ }
1469
+ ) }), Uploadfiles_default = IconUploadfiles;
1470
+
1471
+ // src/components/Uploadimages.tsx
1472
+ var import_jsx_runtime59 = require("react/jsx-runtime"), IconUploadimages = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1473
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1474
+ "path",
1475
+ {
1476
+ fill: stroke || color || "currentColor",
1477
+ 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"
1478
+ }
1479
+ ),
1480
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1481
+ "path",
1482
+ {
1483
+ fill: stroke || color || "currentColor",
1484
+ d: "M5.25 0H24V18.75H5.25V0ZM7.5 2.25H21.75V6.75L21.7045 6.7045L16.5 11.909L13.5 8.90901L7.5 14.909V2.25ZM21.75 9.84099V16.5H9.09099L13.5 12.091L16.5 15.091L21.75 9.84099Z",
1485
+ fillRule: "evenodd",
1486
+ clipRule: "evenodd"
1487
+ }
1488
+ ),
1489
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
1490
+ ] }), Uploadimages_default = IconUploadimages;
1491
+
1492
+ // src/components/Userfeedback.tsx
1493
+ var import_jsx_runtime60 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1494
+ "path",
1495
+ {
1496
+ fill: stroke || color || "currentColor",
1497
+ d: "M13.5 0V5.25H4.5C2.01472 5.25 0 7.26472 0 9.75V19.5H11.25V24H13.5V19.5H24V9.75C24 7.26472 21.9853 5.25 19.5 5.25H15.75V2.25H19.5V0H13.5ZM2.25 9.75C2.25 8.50736 3.25736 7.5 4.5 7.5C5.74264 7.5 6.75 8.50736 6.75 9.75V17.25H2.25V9.75ZM21.75 17.25H9V9.75C9 8.93035 8.78086 8.16189 8.39798 7.5H13.5V12H15.75V7.5H19.5C20.7426 7.5 21.75 8.50736 21.75 9.75V17.25Z",
1498
+ fillRule: "evenodd",
1499
+ clipRule: "evenodd"
1500
+ }
1501
+ ) }), Userfeedback_default = IconUserfeedback;
1502
+
986
1503
  // src/components/VideoGeneration.tsx
987
- var import_jsx_runtime36 = require("react/jsx-runtime"), IconVideoGeneration = ({ 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: [
988
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1504
+ var import_jsx_runtime61 = require("react/jsx-runtime"), IconVideoGeneration = ({ 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: [
1505
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
989
1506
  "path",
990
1507
  {
991
- fill: stroke || color || "white",
1508
+ fill: stroke || color || "currentColor",
992
1509
  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"
993
1510
  }
994
1511
  ),
995
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1512
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
996
1513
  "path",
997
1514
  {
998
- fill: stroke || color || "white",
1515
+ fill: stroke || color || "currentColor",
999
1516
  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"
1000
1517
  }
1001
1518
  ),
1002
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1519
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1003
1520
  "path",
1004
1521
  {
1005
- fill: stroke || color || "white",
1522
+ fill: stroke || color || "currentColor",
1006
1523
  d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
1007
1524
  fillRule: "evenodd",
1008
1525
  clipRule: "evenodd"
@@ -1011,15 +1528,26 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconVideoGeneration = (
1011
1528
  ] }), VideoGeneration_default = IconVideoGeneration;
1012
1529
 
1013
1530
  // src/components/VideoLength.tsx
1014
- var import_jsx_runtime37 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
1015
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: stroke || color || "white", d: "M10.875 9V15H13.125V9H10.875Z" }),
1016
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1531
+ var import_jsx_runtime62 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
1532
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
1533
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1017
1534
  "path",
1018
1535
  {
1019
- fill: stroke || color || "white",
1536
+ fill: stroke || color || "currentColor",
1020
1537
  d: "M7.5 2.25H10.875V4.5642C6.02013 5.12198 2.25 9.24571 2.25 14.25C2.25 19.6348 6.61522 24 12 24C17.3848 24 21.75 19.6348 21.75 14.25C21.75 11.963 20.9626 9.85985 19.644 8.19698L21.7955 6.0455L20.2045 4.4545L18.053 6.60599C16.6668 5.5068 14.9746 4.77671 13.125 4.5642V2.25H16.5V0H7.5V2.25ZM19.5 14.25C19.5 18.3921 16.1421 21.75 12 21.75C7.85786 21.75 4.5 18.3921 4.5 14.25C4.5 10.1079 7.85786 6.75 12 6.75C16.1421 6.75 19.5 10.1079 19.5 14.25Z",
1021
1538
  fillRule: "evenodd",
1022
1539
  clipRule: "evenodd"
1023
1540
  }
1024
1541
  )
1025
1542
  ] }), VideoLength_default = IconVideoLength;
1543
+
1544
+ // src/components/Visualstyles.tsx
1545
+ var import_jsx_runtime63 = require("react/jsx-runtime"), IconVisualstyles = ({ 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)(
1546
+ "path",
1547
+ {
1548
+ fill: stroke || color || "currentColor",
1549
+ d: "M17.8393 10.3393L22.7041 6.32059C23.5248 5.64258 24 4.63359 24 3.56901C24 1.5979 22.4021 0 20.431 0C19.3664 0 18.3575 0.475231 17.6794 1.29597L13.6607 6.16073L13.1319 5.63193C12.4072 4.90717 11.4242 4.5 10.3992 4.5C9.49512 4.5 8.61964 4.81697 7.9251 5.39575L0 12L12 24L18.6043 16.0749C19.183 15.3804 19.5 14.5049 19.5 13.6008C19.5 12.5758 19.0928 11.5928 18.3681 10.8681L17.8393 10.3393ZM16.2411 8.74111L15.2589 7.75892L19.4141 2.72896C19.6647 2.42563 20.0376 2.25 20.431 2.25C21.1595 2.25 21.75 2.84054 21.75 3.56901C21.75 3.96245 21.5744 4.33535 21.2711 4.58592L16.2411 8.74111ZM3.33318 12.1512L6.45701 9.548L14.452 17.543L11.8488 20.6668L3.33318 12.1512ZM15.8984 15.8074L8.19264 8.10165L9.36552 7.12425C9.6557 6.88243 10.0215 6.75 10.3992 6.75C10.8274 6.75 11.2381 6.92012 11.5409 7.22292L16.7771 12.4591C17.0799 12.7619 17.25 13.1726 17.25 13.6008C17.25 13.9785 17.1176 14.3443 16.8758 14.6345L15.8984 15.8074Z",
1550
+ fillRule: "evenodd",
1551
+ clipRule: "evenodd"
1552
+ }
1553
+ ) }), Visualstyles_default = IconVisualstyles;