@yoroll/react-icon 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @lineargame svg icons react v0.0.13 */
1
+ /*! @lineargame svg icons react v0.0.15 */
2
2
 
3
3
 
4
4
  // src/components/Homepage.tsx
@@ -121,9 +121,19 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
121
121
  }
122
122
  ) }), AngleDown_default = IconAngleDown;
123
123
 
124
- // src/components/Announcement.tsx
124
+ // src/components/Angleright.tsx
125
125
  import { jsx as jsx9 } from "react/jsx-runtime";
126
- var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx9(
126
+ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx9(
127
+ "path",
128
+ {
129
+ fill: stroke || color || "currentColor",
130
+ d: "M14.9091 12L6.70459 3.79553L8.29558 2.20454L18.0911 12L8.29558 21.7955L6.70459 20.2045L14.9091 12Z"
131
+ }
132
+ ) }), Angleright_default = IconAngleright;
133
+
134
+ // src/components/Announcement.tsx
135
+ import { jsx as jsx10 } from "react/jsx-runtime";
136
+ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
127
137
  "path",
128
138
  {
129
139
  fill: stroke || color || "currentColor",
@@ -134,8 +144,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
134
144
  ) }), Announcement_default = IconAnnouncement;
135
145
 
136
146
  // src/components/Artboard.tsx
137
- import { jsx as jsx10 } from "react/jsx-runtime";
138
- var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
147
+ import { jsx as jsx11 } from "react/jsx-runtime";
148
+ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx11(
139
149
  "path",
140
150
  {
141
151
  fill: stroke || color || "currentColor",
@@ -146,19 +156,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
146
156
  ) }), Artboard_default = IconArtboard;
147
157
 
148
158
  // src/components/AssetsFilled.tsx
149
- import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
159
+ import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
150
160
  var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
151
- /* @__PURE__ */ jsx11("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
152
- /* @__PURE__ */ jsx11("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
153
- /* @__PURE__ */ jsx11("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
161
+ /* @__PURE__ */ jsx12("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
162
+ /* @__PURE__ */ jsx12("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
163
+ /* @__PURE__ */ jsx12("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
154
164
  ] }), AssetsFilled_default = IconAssetsFilled;
155
165
 
156
166
  // src/components/Assets.tsx
157
- import { jsx as jsx12, jsxs as jsxs6 } from "react/jsx-runtime";
167
+ import { jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
158
168
  var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
159
- /* @__PURE__ */ jsx12("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
160
- /* @__PURE__ */ jsx12("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
161
- /* @__PURE__ */ jsx12(
169
+ /* @__PURE__ */ jsx13("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
170
+ /* @__PURE__ */ jsx13("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
171
+ /* @__PURE__ */ jsx13(
162
172
  "path",
163
173
  {
164
174
  fill: stroke || color || "currentColor",
@@ -170,9 +180,9 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
170
180
  ] }), Assets_default = IconAssets;
171
181
 
172
182
  // src/components/Backtoprojects.tsx
173
- import { jsx as jsx13, jsxs as jsxs7 } from "react/jsx-runtime";
183
+ import { jsx as jsx14, jsxs as jsxs7 } from "react/jsx-runtime";
174
184
  var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
175
- /* @__PURE__ */ jsx13(
185
+ /* @__PURE__ */ jsx14(
176
186
  "path",
177
187
  {
178
188
  fill: stroke || color || "currentColor",
@@ -181,7 +191,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
181
191
  clipRule: "evenodd"
182
192
  }
183
193
  ),
184
- /* @__PURE__ */ jsx13(
194
+ /* @__PURE__ */ jsx14(
185
195
  "path",
186
196
  {
187
197
  fill: stroke || color || "currentColor",
@@ -190,7 +200,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
190
200
  clipRule: "evenodd"
191
201
  }
192
202
  ),
193
- /* @__PURE__ */ jsx13(
203
+ /* @__PURE__ */ jsx14(
194
204
  "path",
195
205
  {
196
206
  fill: stroke || color || "currentColor",
@@ -199,7 +209,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
199
209
  clipRule: "evenodd"
200
210
  }
201
211
  ),
202
- /* @__PURE__ */ jsx13(
212
+ /* @__PURE__ */ jsx14(
203
213
  "path",
204
214
  {
205
215
  fill: stroke || color || "currentColor",
@@ -211,8 +221,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
211
221
  ] }), Backtoprojects_default = IconBacktoprojects;
212
222
 
213
223
  // src/components/Backward.tsx
214
- import { jsx as jsx14 } from "react/jsx-runtime";
215
- var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
224
+ import { jsx as jsx15 } from "react/jsx-runtime";
225
+ var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
216
226
  "path",
217
227
  {
218
228
  fill: stroke || color || "currentColor",
@@ -221,8 +231,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
221
231
  ) }), Backward_default = IconBackward;
222
232
 
223
233
  // src/components/BatchShots.tsx
224
- import { jsx as jsx15 } from "react/jsx-runtime";
225
- var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
234
+ import { jsx as jsx16 } from "react/jsx-runtime";
235
+ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
226
236
  "path",
227
237
  {
228
238
  fill: stroke || color || "currentColor",
@@ -233,8 +243,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
233
243
  ) }), BatchShots_default = IconBatchShots;
234
244
 
235
245
  // src/components/Canvasmode.tsx
236
- import { jsx as jsx16 } from "react/jsx-runtime";
237
- var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
246
+ import { jsx as jsx17 } from "react/jsx-runtime";
247
+ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
238
248
  "path",
239
249
  {
240
250
  fill: stroke || color || "currentColor",
@@ -245,8 +255,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
245
255
  ) }), Canvasmode_default = IconCanvasmode;
246
256
 
247
257
  // src/components/Changeprofilephoto.tsx
248
- import { jsx as jsx17 } from "react/jsx-runtime";
249
- var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
258
+ import { jsx as jsx18 } from "react/jsx-runtime";
259
+ var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
250
260
  "path",
251
261
  {
252
262
  fill: stroke || color || "currentColor",
@@ -257,8 +267,8 @@ var IconChangeprofilephoto = ({ size, width, height, color, className, fill, str
257
267
  ) }), Changeprofilephoto_default = IconChangeprofilephoto;
258
268
 
259
269
  // src/components/Chaptercollapse.tsx
260
- import { jsx as jsx18 } from "react/jsx-runtime";
261
- var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
270
+ import { jsx as jsx19 } from "react/jsx-runtime";
271
+ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
262
272
  "path",
263
273
  {
264
274
  fill: stroke || color || "currentColor",
@@ -269,8 +279,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
269
279
  ) }), Chaptercollapse_default = IconChaptercollapse;
270
280
 
271
281
  // src/components/Chapterexpand.tsx
272
- import { jsx as jsx19 } from "react/jsx-runtime";
273
- var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
282
+ import { jsx as jsx20 } from "react/jsx-runtime";
283
+ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
274
284
  "path",
275
285
  {
276
286
  fill: stroke || color || "currentColor",
@@ -281,18 +291,18 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
281
291
  ) }), Chapterexpand_default = IconChapterexpand;
282
292
 
283
293
  // src/components/Check.tsx
284
- import { jsx as jsx20 } from "react/jsx-runtime";
285
- var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
294
+ import { jsx as jsx21 } from "react/jsx-runtime";
295
+ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
286
296
  "path",
287
297
  {
288
298
  fill: stroke || color || "currentColor",
289
- d: "M21.7953 6.04549L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.4545L21.7953 6.04549Z"
299
+ d: "M21.7953 6.0455L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.45451L21.7953 6.0455Z"
290
300
  }
291
301
  ) }), Check_default = IconCheck;
292
302
 
293
303
  // src/components/CheckedFilled.tsx
294
- import { jsx as jsx21 } from "react/jsx-runtime";
295
- var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
304
+ import { jsx as jsx22 } from "react/jsx-runtime";
305
+ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
296
306
  "path",
297
307
  {
298
308
  fill: fill || color || "currentColor",
@@ -303,8 +313,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
303
313
  ) }), CheckedFilled_default = IconCheckedFilled;
304
314
 
305
315
  // src/components/Close.tsx
306
- import { jsx as jsx22 } from "react/jsx-runtime";
307
- var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
316
+ import { jsx as jsx23 } from "react/jsx-runtime";
317
+ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
308
318
  "path",
309
319
  {
310
320
  fill: stroke || color || "currentColor",
@@ -313,10 +323,10 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
313
323
  ) }), Close_default = IconClose;
314
324
 
315
325
  // src/components/Copy.tsx
316
- import { jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
326
+ import { jsx as jsx24, jsxs as jsxs8 } from "react/jsx-runtime";
317
327
  var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
318
- /* @__PURE__ */ jsx23("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
319
- /* @__PURE__ */ jsx23(
328
+ /* @__PURE__ */ jsx24("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
329
+ /* @__PURE__ */ jsx24(
320
330
  "path",
321
331
  {
322
332
  fill: stroke || color || "currentColor",
@@ -327,10 +337,22 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
327
337
  )
328
338
  ] }), Copy_default = IconCopy;
329
339
 
340
+ // src/components/Copylink.tsx
341
+ import { jsx as jsx25 } from "react/jsx-runtime";
342
+ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
343
+ "path",
344
+ {
345
+ fill: stroke || color || "currentColor",
346
+ d: "M16.5 9C18.9853 9 21 6.98528 21 4.5C21 2.01472 18.9853 0 16.5 0C14.0147 0 12 2.01472 12 4.5C12 4.97253 12.0728 5.42805 12.2079 5.85594L7.59859 8.73675C6.79167 7.9703 5.70076 7.5 4.5 7.5C2.01472 7.5 0 9.51472 0 12C0 14.4853 2.01472 16.5 4.5 16.5C5.70076 16.5 6.79167 16.0297 7.59859 15.2633L12.2079 18.1441C12.0728 18.572 12 19.0275 12 19.5C12 21.9853 14.0147 24 16.5 24C18.9853 24 21 21.9853 21 19.5C21 17.0147 18.9853 15 16.5 15C15.2993 15 14.2083 15.4703 13.4014 16.2367L8.79213 13.3559C8.92717 12.928 9 12.4725 9 12C9 11.5275 8.92717 11.072 8.79213 10.6441L13.4014 7.76328C14.2083 8.52971 15.2993 9 16.5 9ZM16.5 6.75C17.7426 6.75 18.75 5.74264 18.75 4.5C18.75 3.25736 17.7426 2.25 16.5 2.25C15.2574 2.25 14.25 3.25736 14.25 4.5C14.25 5.74264 15.2574 6.75 16.5 6.75ZM6.75 12C6.75 13.2426 5.74264 14.25 4.5 14.25C3.25736 14.25 2.25 13.2426 2.25 12C2.25 10.7574 3.25736 9.75 4.5 9.75C5.74264 9.75 6.75 10.7574 6.75 12ZM18.75 19.5C18.75 20.7426 17.7426 21.75 16.5 21.75C15.2574 21.75 14.25 20.7426 14.25 19.5C14.25 18.2574 15.2574 17.25 16.5 17.25C17.7426 17.25 18.75 18.2574 18.75 19.5Z",
347
+ fillRule: "evenodd",
348
+ clipRule: "evenodd"
349
+ }
350
+ ) }), Copylink_default = IconCopylink;
351
+
330
352
  // src/components/CreditFilled.tsx
331
- import { jsx as jsx24, jsxs as jsxs9 } from "react/jsx-runtime";
353
+ import { jsx as jsx26, jsxs as jsxs9 } from "react/jsx-runtime";
332
354
  var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
333
- /* @__PURE__ */ jsx24("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx24(
355
+ /* @__PURE__ */ jsx26("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx26(
334
356
  "path",
335
357
  {
336
358
  fill: fill || color || "currentColor",
@@ -339,12 +361,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
339
361
  clipRule: "evenodd"
340
362
  }
341
363
  ) }),
342
- /* @__PURE__ */ jsx24("defs", { children: /* @__PURE__ */ jsx24("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx24("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
364
+ /* @__PURE__ */ jsx26("defs", { children: /* @__PURE__ */ jsx26("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx26("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
343
365
  ] }), CreditFilled_default = IconCreditFilled;
344
366
 
345
367
  // src/components/Cursor.tsx
346
- import { jsx as jsx25 } from "react/jsx-runtime";
347
- var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
368
+ import { jsx as jsx27 } from "react/jsx-runtime";
369
+ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
348
370
  "path",
349
371
  {
350
372
  fill: stroke || color || "currentColor",
@@ -355,10 +377,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
355
377
  ) }), Cursor_default = IconCursor;
356
378
 
357
379
  // src/components/DeleteSceneChoice.tsx
358
- import { jsx as jsx26, jsxs as jsxs10 } from "react/jsx-runtime";
380
+ import { jsx as jsx28, jsxs as jsxs10 } from "react/jsx-runtime";
359
381
  var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
360
- /* @__PURE__ */ jsx26("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
361
- /* @__PURE__ */ jsx26(
382
+ /* @__PURE__ */ jsx28("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
383
+ /* @__PURE__ */ jsx28(
362
384
  "path",
363
385
  {
364
386
  fill: stroke || color || "currentColor",
@@ -370,10 +392,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
370
392
  ] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
371
393
 
372
394
  // src/components/Delete.tsx
373
- import { jsx as jsx27, jsxs as jsxs11 } from "react/jsx-runtime";
395
+ import { jsx as jsx29, jsxs as jsxs11 } from "react/jsx-runtime";
374
396
  var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
375
- /* @__PURE__ */ jsx27("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
376
- /* @__PURE__ */ jsx27(
397
+ /* @__PURE__ */ jsx29("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
398
+ /* @__PURE__ */ jsx29(
377
399
  "path",
378
400
  {
379
401
  fill: stroke || color || "currentColor",
@@ -385,8 +407,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
385
407
  ] }), Delete_default = IconDelete;
386
408
 
387
409
  // src/components/DownFilled.tsx
388
- import { jsx as jsx28 } from "react/jsx-runtime";
389
- var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
410
+ import { jsx as jsx30 } from "react/jsx-runtime";
411
+ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
390
412
  "path",
391
413
  {
392
414
  fill: fill || color || "currentColor",
@@ -397,8 +419,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
397
419
  ) }), DownFilled_default = IconDownFilled;
398
420
 
399
421
  // src/components/DownleftFilled.tsx
400
- import { jsx as jsx29 } from "react/jsx-runtime";
401
- var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx29(
422
+ import { jsx as jsx31 } from "react/jsx-runtime";
423
+ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx31(
402
424
  "path",
403
425
  {
404
426
  fill: fill || color || "currentColor",
@@ -409,16 +431,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
409
431
  ) }), DownleftFilled_default = IconDownleftFilled;
410
432
 
411
433
  // src/components/Download.tsx
412
- import { jsx as jsx30, jsxs as jsxs12 } from "react/jsx-runtime";
434
+ import { jsx as jsx32, jsxs as jsxs12 } from "react/jsx-runtime";
413
435
  var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
414
- /* @__PURE__ */ jsx30(
436
+ /* @__PURE__ */ jsx32(
415
437
  "path",
416
438
  {
417
439
  fill: stroke || color || "currentColor",
418
440
  d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
419
441
  }
420
442
  ),
421
- /* @__PURE__ */ jsx30(
443
+ /* @__PURE__ */ jsx32(
422
444
  "path",
423
445
  {
424
446
  fill: stroke || color || "currentColor",
@@ -430,8 +452,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
430
452
  ] }), Download_default = IconDownload;
431
453
 
432
454
  // src/components/DownrightFilled.tsx
433
- import { jsx as jsx31 } from "react/jsx-runtime";
434
- var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx31(
455
+ import { jsx as jsx33 } from "react/jsx-runtime";
456
+ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
435
457
  "path",
436
458
  {
437
459
  fill: fill || color || "currentColor",
@@ -442,19 +464,41 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
442
464
  ) }), DownrightFilled_default = IconDownrightFilled;
443
465
 
444
466
  // src/components/DraghandleFilled.tsx
445
- import { jsx as jsx32, jsxs as jsxs13 } from "react/jsx-runtime";
467
+ import { jsx as jsx34, jsxs as jsxs13 } from "react/jsx-runtime";
446
468
  var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
447
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
448
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
449
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
450
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
451
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
452
- /* @__PURE__ */ jsx32("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
469
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
470
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
471
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
472
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
473
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
474
+ /* @__PURE__ */ jsx34("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
453
475
  ] }), DraghandleFilled_default = IconDraghandleFilled;
454
476
 
477
+ // src/components/FavoriteFilled.tsx
478
+ import { jsx as jsx35 } from "react/jsx-runtime";
479
+ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
480
+ "path",
481
+ {
482
+ fill: fill || color || "currentColor",
483
+ d: "M13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0Z"
484
+ }
485
+ ) }), FavoriteFilled_default = IconFavoriteFilled;
486
+
487
+ // src/components/Favorite.tsx
488
+ import { jsx as jsx36 } from "react/jsx-runtime";
489
+ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx36(
490
+ "path",
491
+ {
492
+ fill: stroke || color || "currentColor",
493
+ d: "M18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613ZM17.4872 19.5524L15.3913 13.1019L20.8785 9.11522L14.0959 9.11522L12 2.66463L9.9041 9.11522L3.12152 9.11522L8.60875 13.1019L6.51285 19.5525L12 15.5658L17.4872 19.5524Z",
494
+ fillRule: "evenodd",
495
+ clipRule: "evenodd"
496
+ }
497
+ ) }), Favorite_default = IconFavorite;
498
+
455
499
  // src/components/FeedbackFailFilled.tsx
456
- import { jsx as jsx33 } from "react/jsx-runtime";
457
- var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
500
+ import { jsx as jsx37 } from "react/jsx-runtime";
501
+ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
458
502
  "path",
459
503
  {
460
504
  fill: fill || color || "currentColor",
@@ -465,8 +509,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
465
509
  ) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
466
510
 
467
511
  // src/components/FeedbackPendingFilled.tsx
468
- import { jsx as jsx34 } from "react/jsx-runtime";
469
- var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
512
+ import { jsx as jsx38 } from "react/jsx-runtime";
513
+ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx38(
470
514
  "path",
471
515
  {
472
516
  fill: fill || color || "currentColor",
@@ -477,8 +521,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
477
521
  ) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
478
522
 
479
523
  // src/components/FeedbackProblemFilled.tsx
480
- import { jsx as jsx35 } from "react/jsx-runtime";
481
- var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
524
+ import { jsx as jsx39 } from "react/jsx-runtime";
525
+ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
482
526
  "path",
483
527
  {
484
528
  fill: fill || color || "currentColor",
@@ -489,30 +533,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
489
533
  ) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
490
534
 
491
535
  // src/components/FeedbackProblem.tsx
492
- import { jsx as jsx36, jsxs as jsxs14 } from "react/jsx-runtime";
536
+ import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
493
537
  var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
494
- /* @__PURE__ */ jsx36(
538
+ /* @__PURE__ */ jsx40(
495
539
  "path",
496
540
  {
497
541
  fill: stroke || color || "currentColor",
498
542
  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"
499
543
  }
500
544
  ),
501
- /* @__PURE__ */ jsx36(
545
+ /* @__PURE__ */ jsx40(
502
546
  "path",
503
547
  {
504
548
  fill: stroke || color || "currentColor",
505
549
  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"
506
550
  }
507
551
  ),
508
- /* @__PURE__ */ jsx36(
552
+ /* @__PURE__ */ jsx40(
509
553
  "path",
510
554
  {
511
555
  fill: stroke || color || "currentColor",
512
556
  d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
513
557
  }
514
558
  ),
515
- /* @__PURE__ */ jsx36(
559
+ /* @__PURE__ */ jsx40(
516
560
  "path",
517
561
  {
518
562
  fill: stroke || color || "currentColor",
@@ -524,9 +568,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
524
568
  ] }), FeedbackProblem_default = IconFeedbackProblem;
525
569
 
526
570
  // src/components/FiletypeImageFilled.tsx
527
- import { jsx as jsx37, jsxs as jsxs15 } from "react/jsx-runtime";
571
+ import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
528
572
  var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
529
- /* @__PURE__ */ jsx37("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx37(
573
+ /* @__PURE__ */ jsx41("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx41(
530
574
  "path",
531
575
  {
532
576
  fill: "#2E2E2E",
@@ -534,21 +578,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
534
578
  style: { opacity: 0.3 }
535
579
  }
536
580
  ) }),
537
- /* @__PURE__ */ jsx37(
581
+ /* @__PURE__ */ jsx41(
538
582
  "path",
539
583
  {
540
584
  fill: "#2E2E2E",
541
585
  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"
542
586
  }
543
587
  ),
544
- /* @__PURE__ */ jsx37(
588
+ /* @__PURE__ */ jsx41(
545
589
  "path",
546
590
  {
547
591
  fill: "#2E2E2E",
548
592
  d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
549
593
  }
550
594
  ),
551
- /* @__PURE__ */ jsx37(
595
+ /* @__PURE__ */ jsx41(
552
596
  "path",
553
597
  {
554
598
  fill: "#2E2E2E",
@@ -560,9 +604,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
560
604
  ] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
561
605
 
562
606
  // src/components/FiletypePdfFilled.tsx
563
- import { jsx as jsx38, jsxs as jsxs16 } from "react/jsx-runtime";
607
+ import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
564
608
  var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
565
- /* @__PURE__ */ jsx38("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx38(
609
+ /* @__PURE__ */ jsx42("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx42(
566
610
  "path",
567
611
  {
568
612
  fill: "#FF3E4C",
@@ -570,14 +614,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
570
614
  style: { opacity: 0.3 }
571
615
  }
572
616
  ) }),
573
- /* @__PURE__ */ jsx38(
617
+ /* @__PURE__ */ jsx42(
574
618
  "path",
575
619
  {
576
620
  fill: "#FF3E4C",
577
621
  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"
578
622
  }
579
623
  ),
580
- /* @__PURE__ */ jsx38(
624
+ /* @__PURE__ */ jsx42(
581
625
  "path",
582
626
  {
583
627
  fill: "#FF3E4C",
@@ -587,9 +631,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
587
631
  ] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
588
632
 
589
633
  // src/components/FiletypePdfLumiFilled.tsx
590
- import { jsx as jsx39, jsxs as jsxs17 } from "react/jsx-runtime";
634
+ import { jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
591
635
  var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
592
- /* @__PURE__ */ jsx39("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx39(
636
+ /* @__PURE__ */ jsx43("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx43(
593
637
  "path",
594
638
  {
595
639
  fill: "#2E2E2E",
@@ -597,14 +641,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
597
641
  style: { opacity: 0.3 }
598
642
  }
599
643
  ) }),
600
- /* @__PURE__ */ jsx39(
644
+ /* @__PURE__ */ jsx43(
601
645
  "path",
602
646
  {
603
647
  fill: "#2E2E2E",
604
648
  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"
605
649
  }
606
650
  ),
607
- /* @__PURE__ */ jsx39(
651
+ /* @__PURE__ */ jsx43(
608
652
  "path",
609
653
  {
610
654
  fill: "#2E2E2E",
@@ -614,9 +658,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
614
658
  ] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
615
659
 
616
660
  // src/components/FiletypeTxtFilled.tsx
617
- import { jsx as jsx40, jsxs as jsxs18 } from "react/jsx-runtime";
661
+ import { jsx as jsx44, jsxs as jsxs18 } from "react/jsx-runtime";
618
662
  var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
619
- /* @__PURE__ */ jsx40("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx40(
663
+ /* @__PURE__ */ jsx44("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx44(
620
664
  "path",
621
665
  {
622
666
  fill: "#005FAD",
@@ -624,11 +668,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
624
668
  style: { opacity: 0.3 }
625
669
  }
626
670
  ) }),
627
- /* @__PURE__ */ jsx40("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
628
- /* @__PURE__ */ jsx40("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
629
- /* @__PURE__ */ jsx40("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
630
- /* @__PURE__ */ jsx40("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
631
- /* @__PURE__ */ jsx40(
671
+ /* @__PURE__ */ jsx44("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
672
+ /* @__PURE__ */ jsx44("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
673
+ /* @__PURE__ */ jsx44("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
674
+ /* @__PURE__ */ jsx44("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
675
+ /* @__PURE__ */ jsx44(
632
676
  "path",
633
677
  {
634
678
  fill: "#005FAD",
@@ -638,9 +682,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
638
682
  ] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
639
683
 
640
684
  // src/components/FiletypeTxtLumiFilled.tsx
641
- import { jsx as jsx41, jsxs as jsxs19 } from "react/jsx-runtime";
685
+ import { jsx as jsx45, jsxs as jsxs19 } from "react/jsx-runtime";
642
686
  var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
643
- /* @__PURE__ */ jsx41("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx41(
687
+ /* @__PURE__ */ jsx45("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx45(
644
688
  "path",
645
689
  {
646
690
  fill: "#2E2E2E",
@@ -648,11 +692,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
648
692
  style: { opacity: 0.3 }
649
693
  }
650
694
  ) }),
651
- /* @__PURE__ */ jsx41("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
652
- /* @__PURE__ */ jsx41("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
653
- /* @__PURE__ */ jsx41("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
654
- /* @__PURE__ */ jsx41("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
655
- /* @__PURE__ */ jsx41(
695
+ /* @__PURE__ */ jsx45("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
696
+ /* @__PURE__ */ jsx45("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
697
+ /* @__PURE__ */ jsx45("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
698
+ /* @__PURE__ */ jsx45("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
699
+ /* @__PURE__ */ jsx45(
656
700
  "path",
657
701
  {
658
702
  fill: "#2E2E2E",
@@ -662,9 +706,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
662
706
  ] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
663
707
 
664
708
  // src/components/FiletypeWordFilled.tsx
665
- import { jsx as jsx42, jsxs as jsxs20 } from "react/jsx-runtime";
709
+ import { jsx as jsx46, jsxs as jsxs20 } from "react/jsx-runtime";
666
710
  var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
667
- /* @__PURE__ */ jsx42("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx42(
711
+ /* @__PURE__ */ jsx46("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx46(
668
712
  "path",
669
713
  {
670
714
  fill: "#0072FF",
@@ -672,14 +716,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
672
716
  style: { opacity: 0.3 }
673
717
  }
674
718
  ) }),
675
- /* @__PURE__ */ jsx42(
719
+ /* @__PURE__ */ jsx46(
676
720
  "path",
677
721
  {
678
722
  fill: "#0072FF",
679
723
  d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
680
724
  }
681
725
  ),
682
- /* @__PURE__ */ jsx42(
726
+ /* @__PURE__ */ jsx46(
683
727
  "path",
684
728
  {
685
729
  fill: "#0072FF",
@@ -689,9 +733,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
689
733
  ] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
690
734
 
691
735
  // src/components/FiletypeWordLumiFilled.tsx
692
- import { jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
736
+ import { jsx as jsx47, jsxs as jsxs21 } from "react/jsx-runtime";
693
737
  var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
694
- /* @__PURE__ */ jsx43("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx43(
738
+ /* @__PURE__ */ jsx47("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx47(
695
739
  "path",
696
740
  {
697
741
  fill: "#2E2E2E",
@@ -699,14 +743,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
699
743
  style: { opacity: 0.3 }
700
744
  }
701
745
  ) }),
702
- /* @__PURE__ */ jsx43(
746
+ /* @__PURE__ */ jsx47(
703
747
  "path",
704
748
  {
705
749
  fill: "#2E2E2E",
706
750
  d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
707
751
  }
708
752
  ),
709
- /* @__PURE__ */ jsx43(
753
+ /* @__PURE__ */ jsx47(
710
754
  "path",
711
755
  {
712
756
  fill: "#2E2E2E",
@@ -715,28 +759,60 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
715
759
  )
716
760
  ] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
717
761
 
762
+ // src/components/Fillin.tsx
763
+ import { jsx as jsx48, jsxs as jsxs22 } from "react/jsx-runtime";
764
+ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
765
+ /* @__PURE__ */ jsx48("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx48(
766
+ "path",
767
+ {
768
+ fill: stroke || color || "currentColor",
769
+ d: "M24 9.75V7.5L16.5 0L9 7.5V9.75H15.375V18.75H1.5L1.5 21H17.625V9.75H24ZM12.182 7.5L16.5 3.18198L20.818 7.5H12.182Z",
770
+ fillRule: "evenodd",
771
+ clipRule: "evenodd"
772
+ }
773
+ ) }),
774
+ /* @__PURE__ */ jsx48("defs", { children: /* @__PURE__ */ jsx48("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx48(
775
+ "rect",
776
+ {
777
+ width: "24",
778
+ height: "24",
779
+ fill: stroke || color || "currentColor",
780
+ transform: "translate(24) rotate(90)"
781
+ }
782
+ ) }) })
783
+ ] }), Fillin_default = IconFillin;
784
+
718
785
  // src/components/FoldedMenu.tsx
719
- import { jsx as jsx44, jsxs as jsxs22 } from "react/jsx-runtime";
720
- var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
721
- /* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
722
- /* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
723
- /* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
724
- /* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
786
+ import { jsx as jsx49, jsxs as jsxs23 } from "react/jsx-runtime";
787
+ var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
788
+ /* @__PURE__ */ jsx49("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
789
+ /* @__PURE__ */ jsx49("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
790
+ /* @__PURE__ */ jsx49("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
791
+ /* @__PURE__ */ jsx49("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
725
792
  ] }), FoldedMenu_default = IconFoldedMenu;
726
793
 
794
+ // src/components/FullScreen.tsx
795
+ import { jsx as jsx50, jsxs as jsxs24 } from "react/jsx-runtime";
796
+ var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
797
+ /* @__PURE__ */ jsx50("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
798
+ /* @__PURE__ */ jsx50("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
799
+ /* @__PURE__ */ jsx50("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
800
+ /* @__PURE__ */ jsx50("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
801
+ ] }), FullScreen_default = IconFullScreen;
802
+
727
803
  // src/components/GameFilled.tsx
728
- import { jsx as jsx45, jsxs as jsxs23 } from "react/jsx-runtime";
729
- var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
730
- /* @__PURE__ */ jsx45("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
731
- /* @__PURE__ */ jsx45("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
732
- /* @__PURE__ */ jsx45(
804
+ import { jsx as jsx51, jsxs as jsxs25 } from "react/jsx-runtime";
805
+ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
806
+ /* @__PURE__ */ jsx51("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
807
+ /* @__PURE__ */ jsx51("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
808
+ /* @__PURE__ */ jsx51(
733
809
  "path",
734
810
  {
735
811
  fill: fill || color || "currentColor",
736
812
  d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
737
813
  }
738
814
  ),
739
- /* @__PURE__ */ jsx45(
815
+ /* @__PURE__ */ jsx51(
740
816
  "path",
741
817
  {
742
818
  fill: fill || color || "currentColor",
@@ -746,9 +822,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
746
822
  ] }), GameFilled_default = IconGameFilled;
747
823
 
748
824
  // src/components/Game.tsx
749
- import { jsx as jsx46, jsxs as jsxs24 } from "react/jsx-runtime";
750
- var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
751
- /* @__PURE__ */ jsx46(
825
+ import { jsx as jsx52, jsxs as jsxs26 } from "react/jsx-runtime";
826
+ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
827
+ /* @__PURE__ */ jsx52(
752
828
  "path",
753
829
  {
754
830
  fill: stroke || color || "currentColor",
@@ -757,7 +833,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
757
833
  clipRule: "evenodd"
758
834
  }
759
835
  ),
760
- /* @__PURE__ */ jsx46(
836
+ /* @__PURE__ */ jsx52(
761
837
  "path",
762
838
  {
763
839
  fill: stroke || color || "currentColor",
@@ -766,7 +842,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
766
842
  clipRule: "evenodd"
767
843
  }
768
844
  ),
769
- /* @__PURE__ */ jsx46(
845
+ /* @__PURE__ */ jsx52(
770
846
  "path",
771
847
  {
772
848
  fill: stroke || color || "currentColor",
@@ -775,7 +851,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
775
851
  clipRule: "evenodd"
776
852
  }
777
853
  ),
778
- /* @__PURE__ */ jsx46(
854
+ /* @__PURE__ */ jsx52(
779
855
  "path",
780
856
  {
781
857
  fill: stroke || color || "currentColor",
@@ -787,8 +863,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
787
863
  ] }), Game_default = IconGame;
788
864
 
789
865
  // src/components/GamebackupFilled.tsx
790
- import { jsx as jsx47 } from "react/jsx-runtime";
791
- var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
866
+ import { jsx as jsx53 } from "react/jsx-runtime";
867
+ var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx53(
792
868
  "path",
793
869
  {
794
870
  fill: fill || color || "currentColor",
@@ -799,8 +875,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
799
875
  ) }), GamebackupFilled_default = IconGamebackupFilled;
800
876
 
801
877
  // src/components/Gamebackup.tsx
802
- import { jsx as jsx48 } from "react/jsx-runtime";
803
- var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx48(
878
+ import { jsx as jsx54 } from "react/jsx-runtime";
879
+ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
804
880
  "path",
805
881
  {
806
882
  fill: stroke || color || "currentColor",
@@ -811,8 +887,8 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
811
887
  ) }), Gamebackup_default = IconGamebackup;
812
888
 
813
889
  // src/components/GamecontrolChoice.tsx
814
- import { jsx as jsx49 } from "react/jsx-runtime";
815
- var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx49(
890
+ import { jsx as jsx55 } from "react/jsx-runtime";
891
+ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
816
892
  "path",
817
893
  {
818
894
  fill: stroke || color || "currentColor",
@@ -823,8 +899,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
823
899
  ) }), GamecontrolChoice_default = IconGamecontrolChoice;
824
900
 
825
901
  // src/components/GamecontrolGameplay.tsx
826
- import { jsx as jsx50 } from "react/jsx-runtime";
827
- var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx50(
902
+ import { jsx as jsx56 } from "react/jsx-runtime";
903
+ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx56(
828
904
  "path",
829
905
  {
830
906
  fill: stroke || color || "currentColor",
@@ -835,8 +911,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
835
911
  ) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
836
912
 
837
913
  // src/components/GamecontrolLinear.tsx
838
- import { jsx as jsx51 } from "react/jsx-runtime";
839
- var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx51(
914
+ import { jsx as jsx57 } from "react/jsx-runtime";
915
+ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx57(
840
916
  "path",
841
917
  {
842
918
  fill: stroke || color || "currentColor",
@@ -847,16 +923,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
847
923
  ) }), GamecontrolLinear_default = IconGamecontrolLinear;
848
924
 
849
925
  // src/components/GamecontrolNone.tsx
850
- import { jsx as jsx52, jsxs as jsxs25 } from "react/jsx-runtime";
851
- var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
852
- /* @__PURE__ */ jsx52(
926
+ import { jsx as jsx58, jsxs as jsxs27 } from "react/jsx-runtime";
927
+ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
928
+ /* @__PURE__ */ jsx58(
853
929
  "path",
854
930
  {
855
931
  fill: stroke || color || "currentColor",
856
932
  d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
857
933
  }
858
934
  ),
859
- /* @__PURE__ */ jsx52(
935
+ /* @__PURE__ */ jsx58(
860
936
  "path",
861
937
  {
862
938
  fill: stroke || color || "currentColor",
@@ -865,7 +941,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
865
941
  clipRule: "evenodd"
866
942
  }
867
943
  ),
868
- /* @__PURE__ */ jsx52(
944
+ /* @__PURE__ */ jsx58(
869
945
  "path",
870
946
  {
871
947
  fill: stroke || color || "currentColor",
@@ -877,8 +953,8 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
877
953
  ] }), GamecontrolNone_default = IconGamecontrolNone;
878
954
 
879
955
  // src/components/Gamelanguage.tsx
880
- import { jsx as jsx53 } from "react/jsx-runtime";
881
- var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx53(
956
+ import { jsx as jsx59 } from "react/jsx-runtime";
957
+ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx59(
882
958
  "path",
883
959
  {
884
960
  fill: stroke || color || "currentColor",
@@ -889,9 +965,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
889
965
  ) }), Gamelanguage_default = IconGamelanguage;
890
966
 
891
967
  // src/components/Gamepreview.tsx
892
- import { jsx as jsx54, jsxs as jsxs26 } from "react/jsx-runtime";
893
- var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
894
- /* @__PURE__ */ jsx54(
968
+ import { jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
969
+ var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
970
+ /* @__PURE__ */ jsx60(
895
971
  "path",
896
972
  {
897
973
  fill: stroke || color || "currentColor",
@@ -900,7 +976,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
900
976
  clipRule: "evenodd"
901
977
  }
902
978
  ),
903
- /* @__PURE__ */ jsx54(
979
+ /* @__PURE__ */ jsx60(
904
980
  "path",
905
981
  {
906
982
  fill: stroke || color || "currentColor",
@@ -912,8 +988,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
912
988
  ] }), Gamepreview_default = IconGamepreview;
913
989
 
914
990
  // src/components/Gameui.tsx
915
- import { jsx as jsx55 } from "react/jsx-runtime";
916
- var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
991
+ import { jsx as jsx61 } from "react/jsx-runtime";
992
+ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx61(
917
993
  "path",
918
994
  {
919
995
  fill: stroke || color || "currentColor",
@@ -924,16 +1000,16 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
924
1000
  ) }), Gameui_default = IconGameui;
925
1001
 
926
1002
  // src/components/GenerateMultimage.tsx
927
- import { jsx as jsx56, jsxs as jsxs27 } from "react/jsx-runtime";
928
- var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
929
- /* @__PURE__ */ jsx56(
1003
+ import { jsx as jsx62, jsxs as jsxs29 } from "react/jsx-runtime";
1004
+ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1005
+ /* @__PURE__ */ jsx62(
930
1006
  "path",
931
1007
  {
932
1008
  fill: stroke || color || "currentColor",
933
1009
  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"
934
1010
  }
935
1011
  ),
936
- /* @__PURE__ */ jsx56(
1012
+ /* @__PURE__ */ jsx62(
937
1013
  "path",
938
1014
  {
939
1015
  fill: stroke || color || "currentColor",
@@ -942,12 +1018,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
942
1018
  clipRule: "evenodd"
943
1019
  }
944
1020
  ),
945
- /* @__PURE__ */ jsx56("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
1021
+ /* @__PURE__ */ jsx62("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
946
1022
  ] }), GenerateMultimage_default = IconGenerateMultimage;
947
1023
 
948
1024
  // src/components/GenerateFilled.tsx
949
- import { jsx as jsx57 } from "react/jsx-runtime";
950
- var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx57(
1025
+ import { jsx as jsx63 } from "react/jsx-runtime";
1026
+ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx63(
951
1027
  "path",
952
1028
  {
953
1029
  fill: fill || color || "currentColor",
@@ -958,16 +1034,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
958
1034
  ) }), GenerateFilled_default = IconGenerateFilled;
959
1035
 
960
1036
  // src/components/GenerateFrameStart.tsx
961
- import { jsx as jsx58, jsxs as jsxs28 } from "react/jsx-runtime";
962
- var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
963
- /* @__PURE__ */ jsx58(
1037
+ import { jsx as jsx64, jsxs as jsxs30 } from "react/jsx-runtime";
1038
+ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1039
+ /* @__PURE__ */ jsx64(
964
1040
  "path",
965
1041
  {
966
1042
  fill: stroke || color || "currentColor",
967
1043
  d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
968
1044
  }
969
1045
  ),
970
- /* @__PURE__ */ jsx58(
1046
+ /* @__PURE__ */ jsx64(
971
1047
  "path",
972
1048
  {
973
1049
  fill: stroke || color || "currentColor",
@@ -979,9 +1055,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
979
1055
  ] }), GenerateFrameStart_default = IconGenerateFrameStart;
980
1056
 
981
1057
  // src/components/GenerateFrameStart2End.tsx
982
- import { jsx as jsx59, jsxs as jsxs29 } from "react/jsx-runtime";
983
- var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
984
- /* @__PURE__ */ jsx59(
1058
+ import { jsx as jsx65, jsxs as jsxs31 } from "react/jsx-runtime";
1059
+ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1060
+ /* @__PURE__ */ jsx65(
985
1061
  "path",
986
1062
  {
987
1063
  fill: stroke || color || "currentColor",
@@ -990,14 +1066,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
990
1066
  clipRule: "evenodd"
991
1067
  }
992
1068
  ),
993
- /* @__PURE__ */ jsx59(
1069
+ /* @__PURE__ */ jsx65(
994
1070
  "path",
995
1071
  {
996
1072
  fill: stroke || color || "currentColor",
997
1073
  d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
998
1074
  }
999
1075
  ),
1000
- /* @__PURE__ */ jsx59(
1076
+ /* @__PURE__ */ jsx65(
1001
1077
  "path",
1002
1078
  {
1003
1079
  fill: stroke || color || "currentColor",
@@ -1009,9 +1085,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
1009
1085
  ] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
1010
1086
 
1011
1087
  // src/components/GenerateSwitchframe.tsx
1012
- import { jsx as jsx60, jsxs as jsxs30 } from "react/jsx-runtime";
1013
- var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1014
- /* @__PURE__ */ jsx60(
1088
+ import { jsx as jsx66, jsxs as jsxs32 } from "react/jsx-runtime";
1089
+ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1090
+ /* @__PURE__ */ jsx66(
1015
1091
  "path",
1016
1092
  {
1017
1093
  fill: stroke || color || "currentColor",
@@ -1020,7 +1096,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
1020
1096
  clipRule: "evenodd"
1021
1097
  }
1022
1098
  ),
1023
- /* @__PURE__ */ jsx60(
1099
+ /* @__PURE__ */ jsx66(
1024
1100
  "path",
1025
1101
  {
1026
1102
  fill: stroke || color || "currentColor",
@@ -1032,16 +1108,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
1032
1108
  ] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
1033
1109
 
1034
1110
  // src/components/GenerateT2V.tsx
1035
- import { jsx as jsx61, jsxs as jsxs31 } from "react/jsx-runtime";
1036
- var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1037
- /* @__PURE__ */ jsx61(
1111
+ import { jsx as jsx67, jsxs as jsxs33 } from "react/jsx-runtime";
1112
+ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1113
+ /* @__PURE__ */ jsx67(
1038
1114
  "path",
1039
1115
  {
1040
1116
  fill: stroke || color || "currentColor",
1041
1117
  d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
1042
1118
  }
1043
1119
  ),
1044
- /* @__PURE__ */ jsx61(
1120
+ /* @__PURE__ */ jsx67(
1045
1121
  "path",
1046
1122
  {
1047
1123
  fill: stroke || color || "currentColor",
@@ -1053,16 +1129,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
1053
1129
  ] }), GenerateT2V_default = IconGenerateT2V;
1054
1130
 
1055
1131
  // src/components/GenreAuto.tsx
1056
- import { jsx as jsx62, jsxs as jsxs32 } from "react/jsx-runtime";
1057
- var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1058
- /* @__PURE__ */ jsx62(
1132
+ import { jsx as jsx68, jsxs as jsxs34 } from "react/jsx-runtime";
1133
+ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1134
+ /* @__PURE__ */ jsx68(
1059
1135
  "path",
1060
1136
  {
1061
1137
  fill: stroke || color || "currentColor",
1062
1138
  d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
1063
1139
  }
1064
1140
  ),
1065
- /* @__PURE__ */ jsx62(
1141
+ /* @__PURE__ */ jsx68(
1066
1142
  "path",
1067
1143
  {
1068
1144
  fill: stroke || color || "currentColor",
@@ -1071,15 +1147,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
1071
1147
  clipRule: "evenodd"
1072
1148
  }
1073
1149
  ),
1074
- /* @__PURE__ */ jsx62("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
1075
- /* @__PURE__ */ jsx62(
1150
+ /* @__PURE__ */ jsx68("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
1151
+ /* @__PURE__ */ jsx68(
1076
1152
  "path",
1077
1153
  {
1078
1154
  fill: stroke || color || "currentColor",
1079
1155
  d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
1080
1156
  }
1081
1157
  ),
1082
- /* @__PURE__ */ jsx62(
1158
+ /* @__PURE__ */ jsx68(
1083
1159
  "path",
1084
1160
  {
1085
1161
  fill: stroke || color || "currentColor",
@@ -1089,23 +1165,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
1089
1165
  ] }), GenreAuto_default = IconGenreAuto;
1090
1166
 
1091
1167
  // src/components/GenreComedy.tsx
1092
- import { jsx as jsx63, jsxs as jsxs33 } from "react/jsx-runtime";
1093
- var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1094
- /* @__PURE__ */ jsx63(
1168
+ import { jsx as jsx69, jsxs as jsxs35 } from "react/jsx-runtime";
1169
+ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1170
+ /* @__PURE__ */ jsx69(
1095
1171
  "path",
1096
1172
  {
1097
1173
  fill: stroke || color || "currentColor",
1098
1174
  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"
1099
1175
  }
1100
1176
  ),
1101
- /* @__PURE__ */ jsx63(
1177
+ /* @__PURE__ */ jsx69(
1102
1178
  "path",
1103
1179
  {
1104
1180
  fill: stroke || color || "currentColor",
1105
1181
  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"
1106
1182
  }
1107
1183
  ),
1108
- /* @__PURE__ */ jsx63(
1184
+ /* @__PURE__ */ jsx69(
1109
1185
  "path",
1110
1186
  {
1111
1187
  fill: stroke || color || "currentColor",
@@ -1114,7 +1190,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
1114
1190
  clipRule: "evenodd"
1115
1191
  }
1116
1192
  ),
1117
- /* @__PURE__ */ jsx63(
1193
+ /* @__PURE__ */ jsx69(
1118
1194
  "path",
1119
1195
  {
1120
1196
  fill: stroke || color || "currentColor",
@@ -1126,8 +1202,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
1126
1202
  ] }), GenreComedy_default = IconGenreComedy;
1127
1203
 
1128
1204
  // src/components/GenreFantasy.tsx
1129
- import { jsx as jsx64 } from "react/jsx-runtime";
1130
- var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
1205
+ import { jsx as jsx70 } from "react/jsx-runtime";
1206
+ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx70(
1131
1207
  "path",
1132
1208
  {
1133
1209
  fill: stroke || color || "currentColor",
@@ -1138,23 +1214,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
1138
1214
  ) }), GenreFantasy_default = IconGenreFantasy;
1139
1215
 
1140
1216
  // src/components/GenreHorror.tsx
1141
- import { jsx as jsx65, jsxs as jsxs34 } from "react/jsx-runtime";
1142
- var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1143
- /* @__PURE__ */ jsx65(
1217
+ import { jsx as jsx71, jsxs as jsxs36 } from "react/jsx-runtime";
1218
+ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1219
+ /* @__PURE__ */ jsx71(
1144
1220
  "path",
1145
1221
  {
1146
1222
  fill: stroke || color || "currentColor",
1147
1223
  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"
1148
1224
  }
1149
1225
  ),
1150
- /* @__PURE__ */ jsx65(
1226
+ /* @__PURE__ */ jsx71(
1151
1227
  "path",
1152
1228
  {
1153
1229
  fill: stroke || color || "currentColor",
1154
1230
  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"
1155
1231
  }
1156
1232
  ),
1157
- /* @__PURE__ */ jsx65(
1233
+ /* @__PURE__ */ jsx71(
1158
1234
  "path",
1159
1235
  {
1160
1236
  fill: stroke || color || "currentColor",
@@ -1166,8 +1242,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
1166
1242
  ] }), GenreHorror_default = IconGenreHorror;
1167
1243
 
1168
1244
  // src/components/GenreRomance.tsx
1169
- import { jsx as jsx66 } from "react/jsx-runtime";
1170
- var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx66(
1245
+ import { jsx as jsx72 } from "react/jsx-runtime";
1246
+ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx72(
1171
1247
  "path",
1172
1248
  {
1173
1249
  fill: stroke || color || "currentColor",
@@ -1178,16 +1254,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
1178
1254
  ) }), GenreRomance_default = IconGenreRomance;
1179
1255
 
1180
1256
  // src/components/GenreScifi.tsx
1181
- import { jsx as jsx67, jsxs as jsxs35 } from "react/jsx-runtime";
1182
- var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1183
- /* @__PURE__ */ jsx67(
1257
+ import { jsx as jsx73, jsxs as jsxs37 } from "react/jsx-runtime";
1258
+ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1259
+ /* @__PURE__ */ jsx73(
1184
1260
  "path",
1185
1261
  {
1186
1262
  fill: stroke || color || "currentColor",
1187
1263
  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"
1188
1264
  }
1189
1265
  ),
1190
- /* @__PURE__ */ jsx67(
1266
+ /* @__PURE__ */ jsx73(
1191
1267
  "path",
1192
1268
  {
1193
1269
  fill: stroke || color || "currentColor",
@@ -1196,7 +1272,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
1196
1272
  clipRule: "evenodd"
1197
1273
  }
1198
1274
  ),
1199
- /* @__PURE__ */ jsx67(
1275
+ /* @__PURE__ */ jsx73(
1200
1276
  "path",
1201
1277
  {
1202
1278
  fill: stroke || color || "currentColor",
@@ -1206,8 +1282,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
1206
1282
  ] }), GenreScifi_default = IconGenreScifi;
1207
1283
 
1208
1284
  // src/components/GenreSuspense.tsx
1209
- import { jsx as jsx68 } from "react/jsx-runtime";
1210
- var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx68(
1285
+ import { jsx as jsx74 } from "react/jsx-runtime";
1286
+ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx74(
1211
1287
  "path",
1212
1288
  {
1213
1289
  fill: stroke || color || "currentColor",
@@ -1218,8 +1294,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
1218
1294
  ) }), GenreSuspense_default = IconGenreSuspense;
1219
1295
 
1220
1296
  // src/components/Genre.tsx
1221
- import { jsx as jsx69 } from "react/jsx-runtime";
1222
- var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx69(
1297
+ import { jsx as jsx75 } from "react/jsx-runtime";
1298
+ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx75(
1223
1299
  "path",
1224
1300
  {
1225
1301
  fill: stroke || color || "currentColor",
@@ -1230,9 +1306,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
1230
1306
  ) }), Genre_default = IconGenre;
1231
1307
 
1232
1308
  // src/components/GoogleLogoFilled.tsx
1233
- import { jsx as jsx70, jsxs as jsxs36 } from "react/jsx-runtime";
1234
- var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1235
- /* @__PURE__ */ jsx70(
1309
+ import { jsx as jsx76, jsxs as jsxs38 } from "react/jsx-runtime";
1310
+ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1311
+ /* @__PURE__ */ jsx76(
1236
1312
  "mask",
1237
1313
  {
1238
1314
  id: "mask0_48_113",
@@ -1242,7 +1318,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1242
1318
  y: "0",
1243
1319
  maskUnits: "userSpaceOnUse",
1244
1320
  style: { maskType: "luminance" },
1245
- children: /* @__PURE__ */ jsx70(
1321
+ children: /* @__PURE__ */ jsx76(
1246
1322
  "path",
1247
1323
  {
1248
1324
  fill: stroke || color || "currentColor",
@@ -1251,64 +1327,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1251
1327
  )
1252
1328
  }
1253
1329
  ),
1254
- /* @__PURE__ */ jsxs36("g", { mask: "url(#mask0_48_113)", children: [
1255
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx70(
1330
+ /* @__PURE__ */ jsxs38("g", { mask: "url(#mask0_48_113)", children: [
1331
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx76(
1256
1332
  "path",
1257
1333
  {
1258
1334
  fill: "url(#paint0_radial_48_113)",
1259
1335
  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"
1260
1336
  }
1261
1337
  ) }),
1262
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx70(
1338
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx76(
1263
1339
  "path",
1264
1340
  {
1265
1341
  fill: "url(#paint1_radial_48_113)",
1266
1342
  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"
1267
1343
  }
1268
1344
  ) }),
1269
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx70(
1345
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx76(
1270
1346
  "path",
1271
1347
  {
1272
1348
  fill: "url(#paint2_radial_48_113)",
1273
1349
  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"
1274
1350
  }
1275
1351
  ) }),
1276
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx70(
1352
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx76(
1277
1353
  "path",
1278
1354
  {
1279
1355
  fill: "url(#paint3_radial_48_113)",
1280
1356
  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"
1281
1357
  }
1282
1358
  ) }),
1283
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx70(
1359
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx76(
1284
1360
  "path",
1285
1361
  {
1286
1362
  fill: "#3086FF",
1287
1363
  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"
1288
1364
  }
1289
1365
  ) }),
1290
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx70(
1366
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx76(
1291
1367
  "path",
1292
1368
  {
1293
1369
  fill: "url(#paint4_radial_48_113)",
1294
1370
  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"
1295
1371
  }
1296
1372
  ) }),
1297
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx70(
1373
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx76(
1298
1374
  "path",
1299
1375
  {
1300
1376
  fill: "url(#paint5_radial_48_113)",
1301
1377
  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"
1302
1378
  }
1303
1379
  ) }),
1304
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx70(
1380
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx76(
1305
1381
  "path",
1306
1382
  {
1307
1383
  fill: "url(#paint6_radial_48_113)",
1308
1384
  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"
1309
1385
  }
1310
1386
  ) }),
1311
- /* @__PURE__ */ jsx70("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx70(
1387
+ /* @__PURE__ */ jsx76("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx76(
1312
1388
  "path",
1313
1389
  {
1314
1390
  fill: "url(#paint7_linear_48_113)",
@@ -1316,8 +1392,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1316
1392
  }
1317
1393
  ) })
1318
1394
  ] }),
1319
- /* @__PURE__ */ jsxs36("defs", { children: [
1320
- /* @__PURE__ */ jsxs36(
1395
+ /* @__PURE__ */ jsxs38("defs", { children: [
1396
+ /* @__PURE__ */ jsxs38(
1321
1397
  "filter",
1322
1398
  {
1323
1399
  id: "filter0_f_48_113",
@@ -1328,13 +1404,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1328
1404
  filterUnits: "userSpaceOnUse",
1329
1405
  colorInterpolationFilters: "sRGB",
1330
1406
  children: [
1331
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1332
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1333
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1407
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1408
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1409
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1334
1410
  ]
1335
1411
  }
1336
1412
  ),
1337
- /* @__PURE__ */ jsxs36(
1413
+ /* @__PURE__ */ jsxs38(
1338
1414
  "filter",
1339
1415
  {
1340
1416
  id: "filter1_f_48_113",
@@ -1345,13 +1421,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1345
1421
  filterUnits: "userSpaceOnUse",
1346
1422
  colorInterpolationFilters: "sRGB",
1347
1423
  children: [
1348
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1349
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1350
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1424
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1425
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1426
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1351
1427
  ]
1352
1428
  }
1353
1429
  ),
1354
- /* @__PURE__ */ jsxs36(
1430
+ /* @__PURE__ */ jsxs38(
1355
1431
  "filter",
1356
1432
  {
1357
1433
  id: "filter2_f_48_113",
@@ -1362,13 +1438,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1362
1438
  filterUnits: "userSpaceOnUse",
1363
1439
  colorInterpolationFilters: "sRGB",
1364
1440
  children: [
1365
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1366
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1367
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1441
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1442
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1443
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1368
1444
  ]
1369
1445
  }
1370
1446
  ),
1371
- /* @__PURE__ */ jsxs36(
1447
+ /* @__PURE__ */ jsxs38(
1372
1448
  "filter",
1373
1449
  {
1374
1450
  id: "filter3_f_48_113",
@@ -1379,13 +1455,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1379
1455
  filterUnits: "userSpaceOnUse",
1380
1456
  colorInterpolationFilters: "sRGB",
1381
1457
  children: [
1382
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1383
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1384
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1458
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1459
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1460
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1385
1461
  ]
1386
1462
  }
1387
1463
  ),
1388
- /* @__PURE__ */ jsxs36(
1464
+ /* @__PURE__ */ jsxs38(
1389
1465
  "filter",
1390
1466
  {
1391
1467
  id: "filter4_f_48_113",
@@ -1396,13 +1472,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1396
1472
  filterUnits: "userSpaceOnUse",
1397
1473
  colorInterpolationFilters: "sRGB",
1398
1474
  children: [
1399
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1400
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1401
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1475
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1476
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1477
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1402
1478
  ]
1403
1479
  }
1404
1480
  ),
1405
- /* @__PURE__ */ jsxs36(
1481
+ /* @__PURE__ */ jsxs38(
1406
1482
  "filter",
1407
1483
  {
1408
1484
  id: "filter5_f_48_113",
@@ -1413,13 +1489,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1413
1489
  filterUnits: "userSpaceOnUse",
1414
1490
  colorInterpolationFilters: "sRGB",
1415
1491
  children: [
1416
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1417
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1418
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1492
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1493
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1494
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1419
1495
  ]
1420
1496
  }
1421
1497
  ),
1422
- /* @__PURE__ */ jsxs36(
1498
+ /* @__PURE__ */ jsxs38(
1423
1499
  "filter",
1424
1500
  {
1425
1501
  id: "filter6_f_48_113",
@@ -1430,13 +1506,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1430
1506
  filterUnits: "userSpaceOnUse",
1431
1507
  colorInterpolationFilters: "sRGB",
1432
1508
  children: [
1433
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1434
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1435
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1509
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1510
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1511
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
1436
1512
  ]
1437
1513
  }
1438
1514
  ),
1439
- /* @__PURE__ */ jsxs36(
1515
+ /* @__PURE__ */ jsxs38(
1440
1516
  "filter",
1441
1517
  {
1442
1518
  id: "filter7_f_48_113",
@@ -1447,13 +1523,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1447
1523
  filterUnits: "userSpaceOnUse",
1448
1524
  colorInterpolationFilters: "sRGB",
1449
1525
  children: [
1450
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1451
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1452
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1526
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1527
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1528
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1453
1529
  ]
1454
1530
  }
1455
1531
  ),
1456
- /* @__PURE__ */ jsxs36(
1532
+ /* @__PURE__ */ jsxs38(
1457
1533
  "filter",
1458
1534
  {
1459
1535
  id: "filter8_f_48_113",
@@ -1464,13 +1540,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1464
1540
  filterUnits: "userSpaceOnUse",
1465
1541
  colorInterpolationFilters: "sRGB",
1466
1542
  children: [
1467
- /* @__PURE__ */ jsx70("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1468
- /* @__PURE__ */ jsx70("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1469
- /* @__PURE__ */ jsx70("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1543
+ /* @__PURE__ */ jsx76("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
1544
+ /* @__PURE__ */ jsx76("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
1545
+ /* @__PURE__ */ jsx76("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
1470
1546
  ]
1471
1547
  }
1472
1548
  ),
1473
- /* @__PURE__ */ jsxs36(
1549
+ /* @__PURE__ */ jsxs38(
1474
1550
  "radialGradient",
1475
1551
  {
1476
1552
  id: "paint0_radial_48_113",
@@ -1480,20 +1556,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1480
1556
  gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
1481
1557
  gradientUnits: "userSpaceOnUse",
1482
1558
  children: [
1483
- /* @__PURE__ */ jsx70("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1484
- /* @__PURE__ */ jsx70("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1485
- /* @__PURE__ */ jsx70("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1486
- /* @__PURE__ */ jsx70("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1487
- /* @__PURE__ */ jsx70("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1488
- /* @__PURE__ */ jsx70("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1489
- /* @__PURE__ */ jsx70("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1490
- /* @__PURE__ */ jsx70("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1491
- /* @__PURE__ */ jsx70("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1492
- /* @__PURE__ */ jsx70("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1559
+ /* @__PURE__ */ jsx76("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
1560
+ /* @__PURE__ */ jsx76("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
1561
+ /* @__PURE__ */ jsx76("stop", { offset: "0.311547", stopColor: "#8AC502" }),
1562
+ /* @__PURE__ */ jsx76("stop", { offset: "0.366013", stopColor: "#A2C600" }),
1563
+ /* @__PURE__ */ jsx76("stop", { offset: "0.445673", stopColor: "#C8C903" }),
1564
+ /* @__PURE__ */ jsx76("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
1565
+ /* @__PURE__ */ jsx76("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
1566
+ /* @__PURE__ */ jsx76("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
1567
+ /* @__PURE__ */ jsx76("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
1568
+ /* @__PURE__ */ jsx76("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
1493
1569
  ]
1494
1570
  }
1495
1571
  ),
1496
- /* @__PURE__ */ jsxs36(
1572
+ /* @__PURE__ */ jsxs38(
1497
1573
  "radialGradient",
1498
1574
  {
1499
1575
  id: "paint1_radial_48_113",
@@ -1503,12 +1579,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1503
1579
  gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
1504
1580
  gradientUnits: "userSpaceOnUse",
1505
1581
  children: [
1506
- /* @__PURE__ */ jsx70("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1507
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#FF4540" })
1582
+ /* @__PURE__ */ jsx76("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
1583
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#FF4540" })
1508
1584
  ]
1509
1585
  }
1510
1586
  ),
1511
- /* @__PURE__ */ jsxs36(
1587
+ /* @__PURE__ */ jsxs38(
1512
1588
  "radialGradient",
1513
1589
  {
1514
1590
  id: "paint2_radial_48_113",
@@ -1518,18 +1594,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1518
1594
  gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
1519
1595
  gradientUnits: "userSpaceOnUse",
1520
1596
  children: [
1521
- /* @__PURE__ */ jsx70("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1522
- /* @__PURE__ */ jsx70("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1523
- /* @__PURE__ */ jsx70("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1524
- /* @__PURE__ */ jsx70("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1525
- /* @__PURE__ */ jsx70("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1526
- /* @__PURE__ */ jsx70("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1527
- /* @__PURE__ */ jsx70("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1528
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#FF8C18" })
1597
+ /* @__PURE__ */ jsx76("stop", { offset: "0.231273", stopColor: "#FF4541" }),
1598
+ /* @__PURE__ */ jsx76("stop", { offset: "0.311547", stopColor: "#FF4540" }),
1599
+ /* @__PURE__ */ jsx76("stop", { offset: "0.457516", stopColor: "#FF4640" }),
1600
+ /* @__PURE__ */ jsx76("stop", { offset: "0.540305", stopColor: "#FF473F" }),
1601
+ /* @__PURE__ */ jsx76("stop", { offset: "0.699346", stopColor: "#FF5138" }),
1602
+ /* @__PURE__ */ jsx76("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
1603
+ /* @__PURE__ */ jsx76("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
1604
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#FF8C18" })
1529
1605
  ]
1530
1606
  }
1531
1607
  ),
1532
- /* @__PURE__ */ jsxs36(
1608
+ /* @__PURE__ */ jsxs38(
1533
1609
  "radialGradient",
1534
1610
  {
1535
1611
  id: "paint3_radial_48_113",
@@ -1539,19 +1615,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1539
1615
  gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
1540
1616
  gradientUnits: "userSpaceOnUse",
1541
1617
  children: [
1542
- /* @__PURE__ */ jsx70("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1543
- /* @__PURE__ */ jsx70("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1544
- /* @__PURE__ */ jsx70("stop", { offset: "0.297297", stopColor: "#09B479" }),
1545
- /* @__PURE__ */ jsx70("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1546
- /* @__PURE__ */ jsx70("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1547
- /* @__PURE__ */ jsx70("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1548
- /* @__PURE__ */ jsx70("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1549
- /* @__PURE__ */ jsx70("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1550
- /* @__PURE__ */ jsx70("stop", { offset: "0.858506", stopColor: "#3086FF" })
1618
+ /* @__PURE__ */ jsx76("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
1619
+ /* @__PURE__ */ jsx76("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
1620
+ /* @__PURE__ */ jsx76("stop", { offset: "0.297297", stopColor: "#09B479" }),
1621
+ /* @__PURE__ */ jsx76("stop", { offset: "0.396257", stopColor: "#08AD93" }),
1622
+ /* @__PURE__ */ jsx76("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
1623
+ /* @__PURE__ */ jsx76("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
1624
+ /* @__PURE__ */ jsx76("stop", { offset: "0.667385", stopColor: "#1893DD" }),
1625
+ /* @__PURE__ */ jsx76("stop", { offset: "0.768727", stopColor: "#258BF1" }),
1626
+ /* @__PURE__ */ jsx76("stop", { offset: "0.858506", stopColor: "#3086FF" })
1551
1627
  ]
1552
1628
  }
1553
1629
  ),
1554
- /* @__PURE__ */ jsxs36(
1630
+ /* @__PURE__ */ jsxs38(
1555
1631
  "radialGradient",
1556
1632
  {
1557
1633
  id: "paint4_radial_48_113",
@@ -1561,18 +1637,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1561
1637
  gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
1562
1638
  gradientUnits: "userSpaceOnUse",
1563
1639
  children: [
1564
- /* @__PURE__ */ jsx70("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1565
- /* @__PURE__ */ jsx70("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1566
- /* @__PURE__ */ jsx70("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1567
- /* @__PURE__ */ jsx70("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1568
- /* @__PURE__ */ jsx70("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1569
- /* @__PURE__ */ jsx70("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1570
- /* @__PURE__ */ jsx70("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1571
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#FDCD01" })
1640
+ /* @__PURE__ */ jsx76("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
1641
+ /* @__PURE__ */ jsx76("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
1642
+ /* @__PURE__ */ jsx76("stop", { offset: "0.540305", stopColor: "#FFA312" }),
1643
+ /* @__PURE__ */ jsx76("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
1644
+ /* @__PURE__ */ jsx76("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
1645
+ /* @__PURE__ */ jsx76("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
1646
+ /* @__PURE__ */ jsx76("stop", { offset: "0.915033", stopColor: "#FECF08" }),
1647
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#FDCD01" })
1572
1648
  ]
1573
1649
  }
1574
1650
  ),
1575
- /* @__PURE__ */ jsxs36(
1651
+ /* @__PURE__ */ jsxs38(
1576
1652
  "radialGradient",
1577
1653
  {
1578
1654
  id: "paint5_radial_48_113",
@@ -1582,15 +1658,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1582
1658
  gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
1583
1659
  gradientUnits: "userSpaceOnUse",
1584
1660
  children: [
1585
- /* @__PURE__ */ jsx70("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1586
- /* @__PURE__ */ jsx70("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1587
- /* @__PURE__ */ jsx70("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1588
- /* @__PURE__ */ jsx70("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1589
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#FF9F13" })
1661
+ /* @__PURE__ */ jsx76("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
1662
+ /* @__PURE__ */ jsx76("stop", { offset: "0.603818", stopColor: "#FF692C" }),
1663
+ /* @__PURE__ */ jsx76("stop", { offset: "0.726837", stopColor: "#FF7825" }),
1664
+ /* @__PURE__ */ jsx76("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
1665
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#FF9F13" })
1590
1666
  ]
1591
1667
  }
1592
1668
  ),
1593
- /* @__PURE__ */ jsxs36(
1669
+ /* @__PURE__ */ jsxs38(
1594
1670
  "radialGradient",
1595
1671
  {
1596
1672
  id: "paint6_radial_48_113",
@@ -1600,20 +1676,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1600
1676
  gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
1601
1677
  gradientUnits: "userSpaceOnUse",
1602
1678
  children: [
1603
- /* @__PURE__ */ jsx70("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1604
- /* @__PURE__ */ jsx70("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1605
- /* @__PURE__ */ jsx70("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1606
- /* @__PURE__ */ jsx70("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1607
- /* @__PURE__ */ jsx70("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1608
- /* @__PURE__ */ jsx70("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1609
- /* @__PURE__ */ jsx70("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1610
- /* @__PURE__ */ jsx70("stop", { offset: "0.860566", stopColor: "#52C218" }),
1611
- /* @__PURE__ */ jsx70("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1612
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#86C504" })
1679
+ /* @__PURE__ */ jsx76("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
1680
+ /* @__PURE__ */ jsx76("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
1681
+ /* @__PURE__ */ jsx76("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
1682
+ /* @__PURE__ */ jsx76("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
1683
+ /* @__PURE__ */ jsx76("stop", { offset: "0.540305", stopColor: "#12BC58" }),
1684
+ /* @__PURE__ */ jsx76("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
1685
+ /* @__PURE__ */ jsx76("stop", { offset: "0.771242", stopColor: "#38C02B" }),
1686
+ /* @__PURE__ */ jsx76("stop", { offset: "0.860566", stopColor: "#52C218" }),
1687
+ /* @__PURE__ */ jsx76("stop", { offset: "0.915033", stopColor: "#67C30F" }),
1688
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#86C504" })
1613
1689
  ]
1614
1690
  }
1615
1691
  ),
1616
- /* @__PURE__ */ jsxs36(
1692
+ /* @__PURE__ */ jsxs38(
1617
1693
  "linearGradient",
1618
1694
  {
1619
1695
  id: "paint7_linear_48_113",
@@ -1623,8 +1699,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1623
1699
  y2: "21.5116",
1624
1700
  gradientUnits: "userSpaceOnUse",
1625
1701
  children: [
1626
- /* @__PURE__ */ jsx70("stop", { stopColor: "#0FBC5C" }),
1627
- /* @__PURE__ */ jsx70("stop", { offset: "1", stopColor: "#0CBA65" })
1702
+ /* @__PURE__ */ jsx76("stop", { stopColor: "#0FBC5C" }),
1703
+ /* @__PURE__ */ jsx76("stop", { offset: "1", stopColor: "#0CBA65" })
1628
1704
  ]
1629
1705
  }
1630
1706
  )
@@ -1632,8 +1708,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
1632
1708
  ] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
1633
1709
 
1634
1710
  // src/components/Handtool.tsx
1635
- import { jsx as jsx71 } from "react/jsx-runtime";
1636
- var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx71(
1711
+ import { jsx as jsx77 } from "react/jsx-runtime";
1712
+ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx77(
1637
1713
  "path",
1638
1714
  {
1639
1715
  fill: stroke || color || "currentColor",
@@ -1642,17 +1718,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
1642
1718
  ) }), Handtool_default = IconHandtool;
1643
1719
 
1644
1720
  // src/components/Help.tsx
1645
- import { jsx as jsx72, jsxs as jsxs37 } from "react/jsx-runtime";
1646
- var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1647
- /* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1648
- /* @__PURE__ */ jsx72(
1721
+ import { jsx as jsx78, jsxs as jsxs39 } from "react/jsx-runtime";
1722
+ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1723
+ /* @__PURE__ */ jsx78("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
1724
+ /* @__PURE__ */ jsx78(
1649
1725
  "path",
1650
1726
  {
1651
1727
  fill: stroke || color || "currentColor",
1652
1728
  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"
1653
1729
  }
1654
1730
  ),
1655
- /* @__PURE__ */ jsx72(
1731
+ /* @__PURE__ */ jsx78(
1656
1732
  "path",
1657
1733
  {
1658
1734
  fill: stroke || color || "currentColor",
@@ -1664,8 +1740,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
1664
1740
  ] }), Help_default = IconHelp;
1665
1741
 
1666
1742
  // src/components/HomepageFilled.tsx
1667
- import { jsx as jsx73 } from "react/jsx-runtime";
1668
- var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
1743
+ import { jsx as jsx79 } from "react/jsx-runtime";
1744
+ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
1669
1745
  "path",
1670
1746
  {
1671
1747
  fill: fill || color || "currentColor",
@@ -1676,8 +1752,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
1676
1752
  ) }), HomepageFilled_default = IconHomepageFilled;
1677
1753
 
1678
1754
  // src/components/Hotareacenter.tsx
1679
- import { jsx as jsx74 } from "react/jsx-runtime";
1680
- var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx74(
1755
+ import { jsx as jsx80 } from "react/jsx-runtime";
1756
+ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx80(
1681
1757
  "path",
1682
1758
  {
1683
1759
  fill: "#191919",
@@ -1687,28 +1763,35 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
1687
1763
  ) }), Hotareacenter_default = IconHotareacenter;
1688
1764
 
1689
1765
  // src/components/ImageGeneration.tsx
1690
- import { jsx as jsx75, jsxs as jsxs38 } from "react/jsx-runtime";
1691
- var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1692
- /* @__PURE__ */ jsx75(
1766
+ import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
1767
+ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1768
+ /* @__PURE__ */ jsx81(
1693
1769
  "path",
1694
1770
  {
1695
1771
  fill: stroke || color || "currentColor",
1696
- 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"
1772
+ 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.75Z"
1697
1773
  }
1698
1774
  ),
1699
- /* @__PURE__ */ jsx75(
1775
+ /* @__PURE__ */ jsx81(
1700
1776
  "path",
1701
1777
  {
1702
1778
  fill: stroke || color || "currentColor",
1703
- 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"
1779
+ d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
1780
+ }
1781
+ ),
1782
+ /* @__PURE__ */ jsx81(
1783
+ "path",
1784
+ {
1785
+ fill: stroke || color || "currentColor",
1786
+ d: "M8.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"
1704
1787
  }
1705
1788
  )
1706
1789
  ] }), ImageGeneration_default = IconImageGeneration;
1707
1790
 
1708
1791
  // src/components/ImageLoadFailedFilled.tsx
1709
- import { jsx as jsx76, jsxs as jsxs39 } from "react/jsx-runtime";
1710
- var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1711
- /* @__PURE__ */ jsx76(
1792
+ import { jsx as jsx82, jsxs as jsxs41 } from "react/jsx-runtime";
1793
+ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1794
+ /* @__PURE__ */ jsx82(
1712
1795
  "path",
1713
1796
  {
1714
1797
  fill: fill || color || "currentColor",
@@ -1717,7 +1800,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
1717
1800
  clipRule: "evenodd"
1718
1801
  }
1719
1802
  ),
1720
- /* @__PURE__ */ jsx76(
1803
+ /* @__PURE__ */ jsx82(
1721
1804
  "path",
1722
1805
  {
1723
1806
  fill: fill || color || "currentColor",
@@ -1727,11 +1810,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
1727
1810
  ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
1728
1811
 
1729
1812
  // src/components/Info.tsx
1730
- import { jsx as jsx77, jsxs as jsxs40 } from "react/jsx-runtime";
1731
- var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1732
- /* @__PURE__ */ jsx77("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1733
- /* @__PURE__ */ jsx77("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1734
- /* @__PURE__ */ jsx77(
1813
+ import { jsx as jsx83, jsxs as jsxs42 } from "react/jsx-runtime";
1814
+ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1815
+ /* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1816
+ /* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1817
+ /* @__PURE__ */ jsx83(
1735
1818
  "path",
1736
1819
  {
1737
1820
  fill: stroke || color || "currentColor",
@@ -1743,8 +1826,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
1743
1826
  ] }), Info_default = IconInfo;
1744
1827
 
1745
1828
  // src/components/Invitecode.tsx
1746
- import { jsx as jsx78 } from "react/jsx-runtime";
1747
- var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx78(
1829
+ import { jsx as jsx84 } from "react/jsx-runtime";
1830
+ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
1748
1831
  "path",
1749
1832
  {
1750
1833
  fill: fill || color || "currentColor",
@@ -1755,8 +1838,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
1755
1838
  ) }), Invitecode_default = IconInvitecode;
1756
1839
 
1757
1840
  // src/components/LeftFilled.tsx
1758
- import { jsx as jsx79 } from "react/jsx-runtime";
1759
- var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
1841
+ import { jsx as jsx85 } from "react/jsx-runtime";
1842
+ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
1760
1843
  "path",
1761
1844
  {
1762
1845
  fill: fill || color || "currentColor",
@@ -1767,16 +1850,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
1767
1850
  ) }), LeftFilled_default = IconLeftFilled;
1768
1851
 
1769
1852
  // src/components/Loading.tsx
1770
- import { jsx as jsx80, jsxs as jsxs41 } from "react/jsx-runtime";
1771
- var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1772
- /* @__PURE__ */ jsx80(
1853
+ import { jsx as jsx86, jsxs as jsxs43 } from "react/jsx-runtime";
1854
+ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1855
+ /* @__PURE__ */ jsx86(
1773
1856
  "path",
1774
1857
  {
1775
1858
  fill: stroke || color || "currentColor",
1776
1859
  d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
1777
1860
  }
1778
1861
  ),
1779
- /* @__PURE__ */ jsx80(
1862
+ /* @__PURE__ */ jsx86(
1780
1863
  "path",
1781
1864
  {
1782
1865
  fill: fill || color || "currentColor",
@@ -1786,16 +1869,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
1786
1869
  ] }), Loading_default = IconLoading;
1787
1870
 
1788
1871
  // src/components/Login.tsx
1789
- import { jsx as jsx81, jsxs as jsxs42 } from "react/jsx-runtime";
1790
- var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1791
- /* @__PURE__ */ jsx81(
1872
+ import { jsx as jsx87, jsxs as jsxs44 } from "react/jsx-runtime";
1873
+ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1874
+ /* @__PURE__ */ jsx87(
1792
1875
  "path",
1793
1876
  {
1794
1877
  fill: stroke || color || "currentColor",
1795
1878
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
1796
1879
  }
1797
1880
  ),
1798
- /* @__PURE__ */ jsx81(
1881
+ /* @__PURE__ */ jsx87(
1799
1882
  "path",
1800
1883
  {
1801
1884
  fill: stroke || color || "currentColor",
@@ -1807,9 +1890,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
1807
1890
  ] }), Login_default = IconLogin;
1808
1891
 
1809
1892
  // src/components/Logout.tsx
1810
- import { jsx as jsx82, jsxs as jsxs43 } from "react/jsx-runtime";
1811
- var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1812
- /* @__PURE__ */ jsx82(
1893
+ import { jsx as jsx88, jsxs as jsxs45 } from "react/jsx-runtime";
1894
+ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1895
+ /* @__PURE__ */ jsx88(
1813
1896
  "path",
1814
1897
  {
1815
1898
  fill: stroke || color || "currentColor",
@@ -1818,7 +1901,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
1818
1901
  clipRule: "evenodd"
1819
1902
  }
1820
1903
  ),
1821
- /* @__PURE__ */ jsx82(
1904
+ /* @__PURE__ */ jsx88(
1822
1905
  "path",
1823
1906
  {
1824
1907
  fill: stroke || color || "currentColor",
@@ -1828,8 +1911,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
1828
1911
  ] }), Logout_default = IconLogout;
1829
1912
 
1830
1913
  // src/components/ModelGeminiFilled.tsx
1831
- import { jsx as jsx83 } from "react/jsx-runtime";
1832
- var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx83(
1914
+ import { jsx as jsx89 } from "react/jsx-runtime";
1915
+ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx89(
1833
1916
  "path",
1834
1917
  {
1835
1918
  fill: fill || color || "currentColor",
@@ -1838,8 +1921,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
1838
1921
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
1839
1922
 
1840
1923
  // src/components/ModelOpenaiFilled.tsx
1841
- import { jsx as jsx84 } from "react/jsx-runtime";
1842
- var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
1924
+ import { jsx as jsx90 } from "react/jsx-runtime";
1925
+ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
1843
1926
  "path",
1844
1927
  {
1845
1928
  fill: fill || color || "currentColor",
@@ -1848,9 +1931,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
1848
1931
  ) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
1849
1932
 
1850
1933
  // src/components/ModelDeepmindFilled.tsx
1851
- import { jsx as jsx85, jsxs as jsxs44 } from "react/jsx-runtime";
1852
- var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1853
- /* @__PURE__ */ jsx85("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx85(
1934
+ import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
1935
+ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1936
+ /* @__PURE__ */ jsx91("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx91(
1854
1937
  "path",
1855
1938
  {
1856
1939
  fill: fill || color || "currentColor",
@@ -1859,28 +1942,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
1859
1942
  clipRule: "evenodd"
1860
1943
  }
1861
1944
  ) }),
1862
- /* @__PURE__ */ jsx85("defs", { children: /* @__PURE__ */ jsx85("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx85("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1945
+ /* @__PURE__ */ jsx91("defs", { children: /* @__PURE__ */ jsx91("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx91("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
1863
1946
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
1864
1947
 
1865
1948
  // src/components/ModelSeedFilled.tsx
1866
- import { jsx as jsx86, jsxs as jsxs45 } from "react/jsx-runtime";
1867
- var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1868
- /* @__PURE__ */ jsx86("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
1869
- /* @__PURE__ */ jsx86(
1949
+ import { jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
1950
+ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1951
+ /* @__PURE__ */ jsx92("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
1952
+ /* @__PURE__ */ jsx92(
1870
1953
  "path",
1871
1954
  {
1872
1955
  fill: fill || color || "currentColor",
1873
1956
  d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
1874
1957
  }
1875
1958
  ),
1876
- /* @__PURE__ */ jsx86(
1959
+ /* @__PURE__ */ jsx92(
1877
1960
  "path",
1878
1961
  {
1879
1962
  fill: fill || color || "currentColor",
1880
1963
  d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
1881
1964
  }
1882
1965
  ),
1883
- /* @__PURE__ */ jsx86(
1966
+ /* @__PURE__ */ jsx92(
1884
1967
  "path",
1885
1968
  {
1886
1969
  fill: fill || color || "currentColor",
@@ -1890,8 +1973,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
1890
1973
  ] }), ModelSeedFilled_default = IconModelSeedFilled;
1891
1974
 
1892
1975
  // src/components/ModelSoraFilled.tsx
1893
- import { jsx as jsx87 } from "react/jsx-runtime";
1894
- var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
1976
+ import { jsx as jsx93 } from "react/jsx-runtime";
1977
+ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx93("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx93(
1895
1978
  "path",
1896
1979
  {
1897
1980
  fill: fill || color || "currentColor",
@@ -1900,7 +1983,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
1900
1983
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
1901
1984
 
1902
1985
  // src/components/ModelNanobananaLogoNomoFilled.tsx
1903
- import { jsx as jsx88, jsxs as jsxs46 } from "react/jsx-runtime";
1986
+ import { jsx as jsx94, jsxs as jsxs48 } from "react/jsx-runtime";
1904
1987
  var IconModelNanobananaLogoNomoFilled = ({
1905
1988
  size,
1906
1989
  width,
@@ -1909,64 +1992,64 @@ var IconModelNanobananaLogoNomoFilled = ({
1909
1992
  className,
1910
1993
  fill,
1911
1994
  stroke
1912
- }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1913
- /* @__PURE__ */ jsx88(
1995
+ }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1996
+ /* @__PURE__ */ jsx94(
1914
1997
  "path",
1915
1998
  {
1916
1999
  fill: "#5A5C62",
1917
2000
  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"
1918
2001
  }
1919
2002
  ),
1920
- /* @__PURE__ */ jsx88(
2003
+ /* @__PURE__ */ jsx94(
1921
2004
  "path",
1922
2005
  {
1923
2006
  fill: "#D5D6D7",
1924
2007
  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"
1925
2008
  }
1926
2009
  ),
1927
- /* @__PURE__ */ jsx88(
2010
+ /* @__PURE__ */ jsx94(
1928
2011
  "path",
1929
2012
  {
1930
2013
  fill: "#C4C5C7",
1931
2014
  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"
1932
2015
  }
1933
2016
  ),
1934
- /* @__PURE__ */ jsx88(
2017
+ /* @__PURE__ */ jsx94(
1935
2018
  "path",
1936
2019
  {
1937
2020
  fill: "#7B7C81",
1938
2021
  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"
1939
2022
  }
1940
2023
  ),
1941
- /* @__PURE__ */ jsx88(
2024
+ /* @__PURE__ */ jsx94(
1942
2025
  "path",
1943
2026
  {
1944
2027
  fill: "#85878B",
1945
2028
  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"
1946
2029
  }
1947
2030
  ),
1948
- /* @__PURE__ */ jsx88(
2031
+ /* @__PURE__ */ jsx94(
1949
2032
  "path",
1950
2033
  {
1951
2034
  fill: "#1B1D24",
1952
2035
  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"
1953
2036
  }
1954
2037
  ),
1955
- /* @__PURE__ */ jsx88(
2038
+ /* @__PURE__ */ jsx94(
1956
2039
  "path",
1957
2040
  {
1958
2041
  fill: "#D5D6D7",
1959
2042
  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"
1960
2043
  }
1961
2044
  ),
1962
- /* @__PURE__ */ jsx88(
2045
+ /* @__PURE__ */ jsx94(
1963
2046
  "path",
1964
2047
  {
1965
2048
  fill: "#85878B",
1966
2049
  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"
1967
2050
  }
1968
2051
  ),
1969
- /* @__PURE__ */ jsx88(
2052
+ /* @__PURE__ */ jsx94(
1970
2053
  "path",
1971
2054
  {
1972
2055
  fill: "#D5D6D7",
@@ -1975,9 +2058,21 @@ var IconModelNanobananaLogoNomoFilled = ({
1975
2058
  )
1976
2059
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
1977
2060
 
2061
+ // src/components/ModelklingFilled.tsx
2062
+ import { jsx as jsx95 } from "react/jsx-runtime";
2063
+ var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
2064
+ "path",
2065
+ {
2066
+ fill: fill || color || "currentColor",
2067
+ d: "M20.5291 3.4438L20.6122 3.52495L20.6146 3.52263C22.2151 5.1053 21.7561 8.28532 19.4354 11.8904L24 16.388L23.8039 16.7643C23.0364 18.2384 21.9975 19.5591 20.7401 20.6592C19.0838 22.116 17.0844 23.1423 14.9233 23.6452L14.8449 23.6638L14.7327 23.6901L14.6518 23.7078L14.4737 23.7465L14.3263 23.7751L14.2156 23.7959C14.0979 23.8191 13.9748 23.8408 13.8547 23.8608L13.7543 23.8755L13.6782 23.8848C13.5699 23.8992 13.4622 23.9126 13.355 23.925C11.5558 24.1243 9.73409 23.9252 8.02307 23.3421C6.31204 22.759 4.7549 21.8067 3.46545 20.5549L3.39013 20.483C1.78647 18.9003 2.24073 15.718 4.56463 12.1106L0 7.61299L0.196143 7.23664C0.961493 5.76157 2.00159 4.44138 3.26224 3.34489C4.55042 2.21676 6.04609 1.34218 7.66839 0.768412C8.04498 0.63472 8.43884 0.518029 8.82563 0.419112C9.1444 0.334967 9.46662 0.264065 9.79143 0.206596C9.90127 0.184958 10.0252 0.162547 10.1453 0.142454C12.0176 -0.145008 13.9323 0.00390571 15.7356 0.577243C17.5389 1.15058 19.1807 2.13237 20.5291 3.4438ZM18.9858 3.637H18.9811L18.9858 3.63932C17.4347 3.16637 14.9735 3.93066 12.3719 5.6192C14.3514 5.07593 16.2657 5.35722 17.503 6.57668C18.6751 7.73355 18.996 9.48932 18.5519 11.334C18.531 11.4324 18.5049 11.5321 18.4735 11.633C20.5973 8.46847 21.2768 5.50792 19.932 4.18568C19.9099 4.16184 19.8863 4.13938 19.8614 4.11845L19.8512 4.10917L19.8363 4.09604L19.7916 4.06203C19.7722 4.04658 19.7521 4.03164 19.7312 4.01721L19.6982 3.99403C19.4831 3.83588 19.2422 3.71513 18.9858 3.637ZM17.9212 10.7505C17.6473 12.3595 16.7443 13.9854 15.3752 15.3324C14.0101 16.6801 12.3562 17.5704 10.7204 17.8424C9.18967 18.0974 7.86924 17.7651 7.00386 16.915C6.14083 16.0642 5.80347 14.7682 6.06237 13.2528C6.33619 11.6454 7.23688 10.0187 8.59967 8.67326C8.59967 8.67326 8.60203 8.67326 8.60752 8.66553L8.61223 8.6578C9.97973 7.31933 11.6273 6.4314 13.2592 6.16247C14.7899 5.90745 16.1072 6.2382 16.9757 7.08981C17.8388 7.93988 18.1761 9.23816 17.9172 10.7513L17.9212 10.7505ZM4.04995 4.21273C3.00775 5.12054 2.13032 6.19674 1.45538 7.39507L1.44753 7.39738L5.40804 11.2891C5.73076 10.8414 6.07597 10.3989 6.44367 9.96149C6.57234 9.81003 6.70467 9.65598 6.84067 9.49937L6.89245 9.44141L7.08074 9.2343C7.08624 9.22966 7.09173 9.21962 7.09173 9.21962L7.12625 9.18098L7.1443 9.16011L7.17176 9.13075L7.24237 9.05347C7.29153 8.99783 7.34253 8.94296 7.39536 8.88886C7.39536 8.88345 7.4032 8.87573 7.4032 8.87573L7.48794 8.78454L7.54835 8.72271C7.55096 8.71859 7.55306 8.71808 7.55306 8.71808C7.55776 8.71396 7.55855 8.71035 7.55855 8.71035L7.56953 8.69644L7.58052 8.6833C7.59008 8.67607 7.59877 8.66777 7.60641 8.65857L7.62131 8.64312C7.65348 8.61143 7.69193 8.57434 7.72645 8.53724C7.74475 8.51509 7.76568 8.49294 7.78921 8.47079L7.82138 8.43833C7.82687 8.4306 7.84178 8.41592 7.84178 8.41592L7.90219 8.35719L8.01988 8.24281L8.0591 8.20186L8.10304 8.15626C8.95111 7.31805 9.85739 6.539 10.8153 5.82476L10.9408 5.73434H10.9416V5.73357L10.9432 5.7328L11.0687 5.64161C11.2089 5.53806 11.3501 5.43682 11.4924 5.3379C11.6441 5.2359 11.7957 5.13543 11.9474 5.03652C14.0046 3.68568 16.0194 2.87503 17.6638 2.71429C15.4638 1.40687 12.867 0.903505 10.3281 1.29236C10.2182 1.30936 10.1131 1.32714 10.0001 1.34955C9.92873 1.36191 9.86675 1.37428 9.80399 1.38664L9.76633 1.39437C9.18966 1.5113 8.62206 1.66805 8.06773 1.86345C6.58802 2.38524 5.22339 3.18285 4.04995 4.21273ZM4.26885 19.9838C4.48853 20.1486 4.7388 20.2738 5.01968 20.3593H5.0134C6.5747 20.8292 9.02648 20.0626 11.6187 18.3787C9.64158 18.9196 7.73115 18.6384 6.49389 17.4189C5.32723 16.2674 5.00634 14.5063 5.44805 12.6616C5.47002 12.5632 5.49591 12.4635 5.52573 12.3625C3.40268 15.5279 2.72481 18.4877 4.068 19.8107C4.09833 19.84 4.13076 19.8697 4.16528 19.8995C4.19771 19.9284 4.23276 19.9565 4.26885 19.9838ZM22.5423 16.6067V16.6082C21.8663 17.8048 20.9896 18.88 19.9493 19.7883C18.3924 21.15 16.5104 22.1008 14.4792 22.5517L14.4541 22.5579L14.3867 22.5734C14.3104 22.5937 14.2332 22.6102 14.1552 22.6228C14.1045 22.6337 14.0527 22.6432 13.9999 22.6514C13.8905 22.6723 13.7807 22.6904 13.6703 22.7055L13.5786 22.721L13.4742 22.7341C13.3905 22.7455 13.3047 22.7558 13.2169 22.765C10.8214 23.0307 8.40389 22.5111 6.33854 21.2867C7.9218 21.1329 9.84949 20.3717 11.8266 19.1128L11.9396 19.0402L12.0526 18.9668L12.2063 18.8648H12.2071L12.5045 18.6654C12.6483 18.5665 12.7895 18.4652 12.9281 18.3617C13.015 18.3004 13.1002 18.2393 13.1839 18.1785C14.1406 17.4622 15.047 16.683 15.897 15.8463C15.9174 15.8257 15.9364 15.8056 15.9542 15.786L15.9778 15.7597C16.0196 15.7211 16.0588 15.6832 16.0955 15.6461L16.1551 15.5874C16.1551 15.5874 16.1708 15.5719 16.1731 15.5642C16.181 15.5575 16.1886 15.5503 16.1959 15.5426L16.2053 15.5325L16.2736 15.4661L16.3261 15.412C16.3439 15.3955 16.3614 15.378 16.3787 15.3594L16.3928 15.344C16.4005 15.335 16.4092 15.327 16.4187 15.32L16.4305 15.3061L16.4415 15.293C16.4415 15.293 16.4493 15.2852 16.454 15.2829L16.4752 15.2605L16.4964 15.2381L16.5168 15.2188C16.4948 15.2414 16.4739 15.2651 16.454 15.2899L16.5026 15.2396L16.5034 15.2381C16.5374 15.202 16.5712 15.1675 16.6046 15.1345C16.6046 15.1345 16.6046 15.1268 16.6125 15.1268C16.6585 15.0784 16.7032 15.0294 16.7466 14.98L16.8353 14.8826C16.847 14.8751 16.8565 14.8647 16.8628 14.8525L16.913 14.793L16.9255 14.7783C16.9867 14.7139 17.0466 14.6487 17.1052 14.5828L17.1664 14.5132C17.2647 14.4004 17.3625 14.2868 17.4598 14.1724L17.5775 14.0341L17.6144 13.9893C17.6615 13.931 17.708 13.8744 17.754 13.8192C17.7933 13.7729 17.8317 13.7255 17.8694 13.6771C17.8929 13.6461 17.9172 13.616 17.9423 13.5866C18.1699 13.2976 18.3888 13.0132 18.5998 12.7211L22.5423 16.6067ZM22.5423 16.6067C22.5423 16.6041 22.5438 16.6021 22.547 16.6005V16.6129L22.5423 16.6082H22.5438L22.5423 16.6067Z",
2068
+ fillRule: "evenodd",
2069
+ clipRule: "evenodd"
2070
+ }
2071
+ ) }), ModelklingFilled_default = IconModelklingFilled;
2072
+
1978
2073
  // src/components/Models.tsx
1979
- import { jsx as jsx89 } from "react/jsx-runtime";
1980
- var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx89(
2074
+ import { jsx as jsx96 } from "react/jsx-runtime";
2075
+ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
1981
2076
  "path",
1982
2077
  {
1983
2078
  fill: stroke || color || "currentColor",
@@ -1988,33 +2083,33 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
1988
2083
  ) }), Models_default = IconModels;
1989
2084
 
1990
2085
  // src/components/MoreCollapse.tsx
1991
- import { jsx as jsx90 } from "react/jsx-runtime";
1992
- var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
2086
+ import { jsx as jsx97 } from "react/jsx-runtime";
2087
+ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
1993
2088
  "path",
1994
2089
  {
1995
2090
  fill: stroke || color || "currentColor",
1996
- d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
2091
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37259 18.6274 3.8147e-06 12 3.8147e-06C5.37258 3.8147e-06 0 5.37259 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61523 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61523 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
1997
2092
  }
1998
2093
  ) }), MoreCollapse_default = IconMoreCollapse;
1999
2094
 
2000
2095
  // src/components/MoreHorizontal.tsx
2001
- import { jsx as jsx91, jsxs as jsxs47 } from "react/jsx-runtime";
2002
- var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2003
- /* @__PURE__ */ jsx91(
2096
+ import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
2097
+ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2098
+ /* @__PURE__ */ jsx98(
2004
2099
  "path",
2005
2100
  {
2006
2101
  fill: stroke || color || "currentColor",
2007
2102
  d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
2008
2103
  }
2009
2104
  ),
2010
- /* @__PURE__ */ jsx91(
2105
+ /* @__PURE__ */ jsx98(
2011
2106
  "path",
2012
2107
  {
2013
2108
  fill: stroke || color || "currentColor",
2014
2109
  d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
2015
2110
  }
2016
2111
  ),
2017
- /* @__PURE__ */ jsx91(
2112
+ /* @__PURE__ */ jsx98(
2018
2113
  "path",
2019
2114
  {
2020
2115
  fill: stroke || color || "currentColor",
@@ -2024,8 +2119,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
2024
2119
  ] }), MoreHorizontal_default = IconMoreHorizontal;
2025
2120
 
2026
2121
  // src/components/MoreShowed.tsx
2027
- import { jsx as jsx92 } from "react/jsx-runtime";
2028
- var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
2122
+ import { jsx as jsx99 } from "react/jsx-runtime";
2123
+ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx99(
2029
2124
  "path",
2030
2125
  {
2031
2126
  fill: stroke || color || "currentColor",
@@ -2034,23 +2129,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
2034
2129
  ) }), MoreShowed_default = IconMoreShowed;
2035
2130
 
2036
2131
  // src/components/More.tsx
2037
- import { jsx as jsx93, jsxs as jsxs48 } from "react/jsx-runtime";
2038
- var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2039
- /* @__PURE__ */ jsx93(
2132
+ import { jsx as jsx100, jsxs as jsxs50 } from "react/jsx-runtime";
2133
+ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2134
+ /* @__PURE__ */ jsx100(
2040
2135
  "path",
2041
2136
  {
2042
2137
  fill: stroke || color || "currentColor",
2043
2138
  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"
2044
2139
  }
2045
2140
  ),
2046
- /* @__PURE__ */ jsx93(
2141
+ /* @__PURE__ */ jsx100(
2047
2142
  "path",
2048
2143
  {
2049
2144
  fill: stroke || color || "currentColor",
2050
2145
  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"
2051
2146
  }
2052
2147
  ),
2053
- /* @__PURE__ */ jsx93(
2148
+ /* @__PURE__ */ jsx100(
2054
2149
  "path",
2055
2150
  {
2056
2151
  fill: stroke || color || "currentColor",
@@ -2060,30 +2155,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
2060
2155
  ] }), More_default = IconMore;
2061
2156
 
2062
2157
  // src/components/Moresettings.tsx
2063
- import { jsx as jsx94, jsxs as jsxs49 } from "react/jsx-runtime";
2064
- var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2065
- /* @__PURE__ */ jsx94(
2158
+ import { jsx as jsx101, jsxs as jsxs51 } from "react/jsx-runtime";
2159
+ var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2160
+ /* @__PURE__ */ jsx101(
2066
2161
  "path",
2067
2162
  {
2068
2163
  fill: stroke || color || "currentColor",
2069
2164
  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"
2070
2165
  }
2071
2166
  ),
2072
- /* @__PURE__ */ jsx94(
2167
+ /* @__PURE__ */ jsx101(
2073
2168
  "path",
2074
2169
  {
2075
2170
  fill: stroke || color || "currentColor",
2076
2171
  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"
2077
2172
  }
2078
2173
  ),
2079
- /* @__PURE__ */ jsx94(
2174
+ /* @__PURE__ */ jsx101(
2080
2175
  "path",
2081
2176
  {
2082
2177
  fill: stroke || color || "currentColor",
2083
2178
  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"
2084
2179
  }
2085
2180
  ),
2086
- /* @__PURE__ */ jsx94(
2181
+ /* @__PURE__ */ jsx101(
2087
2182
  "path",
2088
2183
  {
2089
2184
  fill: stroke || color || "currentColor",
@@ -2095,9 +2190,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
2095
2190
  ] }), Moresettings_default = IconMoresettings;
2096
2191
 
2097
2192
  // src/components/MouseDrag.tsx
2098
- import { jsx as jsx95, jsxs as jsxs50 } from "react/jsx-runtime";
2099
- var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2100
- /* @__PURE__ */ jsx95(
2193
+ import { jsx as jsx102, jsxs as jsxs52 } from "react/jsx-runtime";
2194
+ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2195
+ /* @__PURE__ */ jsx102(
2101
2196
  "path",
2102
2197
  {
2103
2198
  fill: fill || color || "currentColor",
@@ -2105,7 +2200,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2105
2200
  d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
2106
2201
  }
2107
2202
  ),
2108
- /* @__PURE__ */ jsx95(
2203
+ /* @__PURE__ */ jsx102(
2109
2204
  "path",
2110
2205
  {
2111
2206
  fill: fill || color || "currentColor",
@@ -2113,7 +2208,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2113
2208
  d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
2114
2209
  }
2115
2210
  ),
2116
- /* @__PURE__ */ jsx95(
2211
+ /* @__PURE__ */ jsx102(
2117
2212
  "path",
2118
2213
  {
2119
2214
  fill: fill || color || "currentColor",
@@ -2124,9 +2219,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2124
2219
  ] }), MouseDrag_default = IconMouseDrag;
2125
2220
 
2126
2221
  // src/components/MouseMove.tsx
2127
- import { jsx as jsx96, jsxs as jsxs51 } from "react/jsx-runtime";
2128
- var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2129
- /* @__PURE__ */ jsx96("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx96(
2222
+ import { jsx as jsx103, jsxs as jsxs53 } from "react/jsx-runtime";
2223
+ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2224
+ /* @__PURE__ */ jsx103("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx103(
2130
2225
  "path",
2131
2226
  {
2132
2227
  fill: fill || color || "currentColor",
@@ -2134,13 +2229,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
2134
2229
  d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
2135
2230
  }
2136
2231
  ) }),
2137
- /* @__PURE__ */ jsx96("defs", { children: /* @__PURE__ */ jsx96("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx96("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2232
+ /* @__PURE__ */ jsx103("defs", { children: /* @__PURE__ */ jsx103("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx103("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2138
2233
  ] }), MouseMove_default = IconMouseMove;
2139
2234
 
2140
2235
  // src/components/MouseNumberchange.tsx
2141
- import { jsx as jsx97, jsxs as jsxs52 } from "react/jsx-runtime";
2142
- var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2143
- /* @__PURE__ */ jsx97(
2236
+ import { jsx as jsx104, jsxs as jsxs54 } from "react/jsx-runtime";
2237
+ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2238
+ /* @__PURE__ */ jsx104(
2144
2239
  "path",
2145
2240
  {
2146
2241
  fill: fill || color || "currentColor",
@@ -2148,7 +2243,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
2148
2243
  d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
2149
2244
  }
2150
2245
  ),
2151
- /* @__PURE__ */ jsx97(
2246
+ /* @__PURE__ */ jsx104(
2152
2247
  "path",
2153
2248
  {
2154
2249
  fill: fill || color || "currentColor",
@@ -2159,8 +2254,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
2159
2254
  ] }), MouseNumberchange_default = IconMouseNumberchange;
2160
2255
 
2161
2256
  // src/components/Musicassets.tsx
2162
- import { jsx as jsx98 } from "react/jsx-runtime";
2163
- var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx98("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx98(
2257
+ import { jsx as jsx105 } from "react/jsx-runtime";
2258
+ var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
2164
2259
  "path",
2165
2260
  {
2166
2261
  fill: stroke || color || "currentColor",
@@ -2171,9 +2266,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
2171
2266
  ) }), Musicassets_default = IconMusicassets;
2172
2267
 
2173
2268
  // src/components/Mute.tsx
2174
- import { jsx as jsx99, jsxs as jsxs53 } from "react/jsx-runtime";
2175
- var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2176
- /* @__PURE__ */ jsx99(
2269
+ import { jsx as jsx106, jsxs as jsxs55 } from "react/jsx-runtime";
2270
+ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2271
+ /* @__PURE__ */ jsx106(
2177
2272
  "path",
2178
2273
  {
2179
2274
  fill: stroke || color || "currentColor",
@@ -2182,7 +2277,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
2182
2277
  clipRule: "evenodd"
2183
2278
  }
2184
2279
  ),
2185
- /* @__PURE__ */ jsx99(
2280
+ /* @__PURE__ */ jsx106(
2186
2281
  "path",
2187
2282
  {
2188
2283
  fill: stroke || color || "currentColor",
@@ -2192,8 +2287,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
2192
2287
  ] }), Mute_default = IconMute;
2193
2288
 
2194
2289
  // src/components/Next.tsx
2195
- import { jsx as jsx100 } from "react/jsx-runtime";
2196
- var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx100(
2290
+ import { jsx as jsx107 } from "react/jsx-runtime";
2291
+ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
2197
2292
  "path",
2198
2293
  {
2199
2294
  fill: stroke || color || "currentColor",
@@ -2204,16 +2299,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
2204
2299
  ) }), Next_default = IconNext;
2205
2300
 
2206
2301
  // src/components/Nextscene.tsx
2207
- import { jsx as jsx101, jsxs as jsxs54 } from "react/jsx-runtime";
2208
- var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2209
- /* @__PURE__ */ jsx101(
2302
+ import { jsx as jsx108, jsxs as jsxs56 } from "react/jsx-runtime";
2303
+ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2304
+ /* @__PURE__ */ jsx108(
2210
2305
  "path",
2211
2306
  {
2212
2307
  fill: stroke || color || "currentColor",
2213
2308
  d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
2214
2309
  }
2215
2310
  ),
2216
- /* @__PURE__ */ jsx101(
2311
+ /* @__PURE__ */ jsx108(
2217
2312
  "path",
2218
2313
  {
2219
2314
  fill: stroke || color || "currentColor",
@@ -2224,19 +2319,31 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
2224
2319
  )
2225
2320
  ] }), Nextscene_default = IconNextscene;
2226
2321
 
2322
+ // src/components/Niceofficial.tsx
2323
+ import { jsx as jsx109 } from "react/jsx-runtime";
2324
+ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx109("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx109(
2325
+ "path",
2326
+ {
2327
+ fill: fill || color || "currentColor",
2328
+ d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM8.25 10.5C9.49264 10.5 10.5 9.49264 10.5 8.25C10.5 7.00736 9.49264 6 8.25 6C7.00736 6 6 7.00736 6 8.25C6 9.49264 7.00736 10.5 8.25 10.5ZM18 8.25C18 9.49264 16.9926 10.5 15.75 10.5C14.5074 10.5 13.5 9.49264 13.5 8.25C13.5 7.00736 14.5074 6 15.75 6C16.9926 6 18 7.00736 18 8.25ZM12 16.5C10.3431 16.5 9 15.1569 9 13.5H6C6 16.8137 8.68629 19.5 12 19.5C15.3137 19.5 18 16.8137 18 13.5H15C15 15.1569 13.6569 16.5 12 16.5Z",
2329
+ fillRule: "evenodd",
2330
+ clipRule: "evenodd"
2331
+ }
2332
+ ) }), Niceofficial_default = IconNiceofficial;
2333
+
2227
2334
  // src/components/Oneclickgenerate.tsx
2228
- import { jsx as jsx102, jsxs as jsxs55 } from "react/jsx-runtime";
2229
- var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2230
- /* @__PURE__ */ jsx102("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
2231
- /* @__PURE__ */ jsx102("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
2232
- /* @__PURE__ */ jsx102(
2335
+ import { jsx as jsx110, jsxs as jsxs57 } from "react/jsx-runtime";
2336
+ var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2337
+ /* @__PURE__ */ jsx110("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
2338
+ /* @__PURE__ */ jsx110("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
2339
+ /* @__PURE__ */ jsx110(
2233
2340
  "path",
2234
2341
  {
2235
2342
  fill: stroke || color || "currentColor",
2236
2343
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
2237
2344
  }
2238
2345
  ),
2239
- /* @__PURE__ */ jsx102(
2346
+ /* @__PURE__ */ jsx110(
2240
2347
  "path",
2241
2348
  {
2242
2349
  fill: stroke || color || "currentColor",
@@ -2248,9 +2355,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
2248
2355
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
2249
2356
 
2250
2357
  // src/components/Opendemo.tsx
2251
- import { jsx as jsx103, jsxs as jsxs56 } from "react/jsx-runtime";
2252
- var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2253
- /* @__PURE__ */ jsx103(
2358
+ import { jsx as jsx111, jsxs as jsxs58 } from "react/jsx-runtime";
2359
+ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2360
+ /* @__PURE__ */ jsx111(
2254
2361
  "path",
2255
2362
  {
2256
2363
  fill: stroke || color || "currentColor",
@@ -2259,12 +2366,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
2259
2366
  clipRule: "evenodd"
2260
2367
  }
2261
2368
  ),
2262
- /* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2369
+ /* @__PURE__ */ jsx111("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2263
2370
  ] }), Opendemo_default = IconOpendemo;
2264
2371
 
2265
2372
  // src/components/OppsFilled.tsx
2266
- import { jsx as jsx104 } from "react/jsx-runtime";
2267
- var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx104(
2373
+ import { jsx as jsx112 } from "react/jsx-runtime";
2374
+ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx112("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx112(
2268
2375
  "path",
2269
2376
  {
2270
2377
  fill: fill || color || "currentColor",
@@ -2275,8 +2382,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
2275
2382
  ) }), OppsFilled_default = IconOppsFilled;
2276
2383
 
2277
2384
  // src/components/OptionalcheckedFilled.tsx
2278
- import { jsx as jsx105 } from "react/jsx-runtime";
2279
- var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
2385
+ import { jsx as jsx113 } from "react/jsx-runtime";
2386
+ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx113("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx113(
2280
2387
  "path",
2281
2388
  {
2282
2389
  fill: fill || color || "currentColor",
@@ -2287,8 +2394,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
2287
2394
  ) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
2288
2395
 
2289
2396
  // src/components/Optionaluncheck.tsx
2290
- import { jsx as jsx106 } from "react/jsx-runtime";
2291
- var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx106(
2397
+ import { jsx as jsx114 } from "react/jsx-runtime";
2398
+ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
2292
2399
  "path",
2293
2400
  {
2294
2401
  fill: stroke || color || "currentColor",
@@ -2299,8 +2406,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
2299
2406
  ) }), Optionaluncheck_default = IconOptionaluncheck;
2300
2407
 
2301
2408
  // src/components/Packagegame.tsx
2302
- import { jsx as jsx107 } from "react/jsx-runtime";
2303
- var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
2409
+ import { jsx as jsx115 } from "react/jsx-runtime";
2410
+ var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx115("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx115(
2304
2411
  "path",
2305
2412
  {
2306
2413
  fill: stroke || color || "currentColor",
@@ -2311,13 +2418,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
2311
2418
  ) }), Packagegame_default = IconPackagegame;
2312
2419
 
2313
2420
  // src/components/PageError.tsx
2314
- import { jsx as jsx108 } from "react/jsx-runtime";
2315
- var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx108("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
2421
+ import { jsx as jsx116 } from "react/jsx-runtime";
2422
+ var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx116("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx116("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
2316
2423
 
2317
2424
  // src/components/Parameters.tsx
2318
- import { jsx as jsx109, jsxs as jsxs57 } from "react/jsx-runtime";
2319
- var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2320
- /* @__PURE__ */ jsx109(
2425
+ import { jsx as jsx117, jsxs as jsxs59 } from "react/jsx-runtime";
2426
+ var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2427
+ /* @__PURE__ */ jsx117(
2321
2428
  "path",
2322
2429
  {
2323
2430
  fill: stroke || color || "currentColor",
@@ -2326,7 +2433,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
2326
2433
  clipRule: "evenodd"
2327
2434
  }
2328
2435
  ),
2329
- /* @__PURE__ */ jsx109(
2436
+ /* @__PURE__ */ jsx117(
2330
2437
  "path",
2331
2438
  {
2332
2439
  fill: stroke || color || "currentColor",
@@ -2338,9 +2445,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
2338
2445
  ] }), Parameters_default = IconParameters;
2339
2446
 
2340
2447
  // src/components/Pause.tsx
2341
- import { jsx as jsx110, jsxs as jsxs58 } from "react/jsx-runtime";
2342
- var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2343
- /* @__PURE__ */ jsx110(
2448
+ import { jsx as jsx118, jsxs as jsxs60 } from "react/jsx-runtime";
2449
+ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2450
+ /* @__PURE__ */ jsx118(
2344
2451
  "path",
2345
2452
  {
2346
2453
  fill: stroke || color || "currentColor",
@@ -2349,7 +2456,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
2349
2456
  clipRule: "evenodd"
2350
2457
  }
2351
2458
  ),
2352
- /* @__PURE__ */ jsx110(
2459
+ /* @__PURE__ */ jsx118(
2353
2460
  "path",
2354
2461
  {
2355
2462
  fill: stroke || color || "currentColor",
@@ -2361,8 +2468,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
2361
2468
  ] }), Pause_default = IconPause;
2362
2469
 
2363
2470
  // src/components/Pencil.tsx
2364
- import { jsx as jsx111 } from "react/jsx-runtime";
2365
- var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
2471
+ import { jsx as jsx119 } from "react/jsx-runtime";
2472
+ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
2366
2473
  "path",
2367
2474
  {
2368
2475
  fill: stroke || color || "currentColor",
@@ -2373,8 +2480,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
2373
2480
  ) }), Pencil_default = IconPencil;
2374
2481
 
2375
2482
  // src/components/Pick.tsx
2376
- import { jsx as jsx112 } from "react/jsx-runtime";
2377
- var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx112("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx112(
2483
+ import { jsx as jsx120 } from "react/jsx-runtime";
2484
+ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx120("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx120(
2378
2485
  "path",
2379
2486
  {
2380
2487
  fill: stroke || color || "currentColor",
@@ -2385,25 +2492,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
2385
2492
  ) }), Pick_default = IconPick;
2386
2493
 
2387
2494
  // src/components/PickedFilled.tsx
2388
- import { jsx as jsx113 } from "react/jsx-runtime";
2389
- var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx113("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx113("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
2495
+ import { jsx as jsx121 } from "react/jsx-runtime";
2496
+ var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
2390
2497
 
2391
2498
  // src/components/PlanFilled.tsx
2392
- import { jsx as jsx114, jsxs as jsxs59 } from "react/jsx-runtime";
2393
- var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2394
- /* @__PURE__ */ jsx114("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx114(
2499
+ import { jsx as jsx122, jsxs as jsxs61 } from "react/jsx-runtime";
2500
+ var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2501
+ /* @__PURE__ */ jsx122("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx122(
2395
2502
  "path",
2396
2503
  {
2397
2504
  fill: fill || color || "currentColor",
2398
2505
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
2399
2506
  }
2400
2507
  ) }),
2401
- /* @__PURE__ */ jsx114("defs", { children: /* @__PURE__ */ jsx114("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx114("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2508
+ /* @__PURE__ */ jsx122("defs", { children: /* @__PURE__ */ jsx122("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx122("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2402
2509
  ] }), PlanFilled_default = IconPlanFilled;
2403
2510
 
2404
2511
  // src/components/PlayFilled.tsx
2405
- import { jsx as jsx115 } from "react/jsx-runtime";
2406
- var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx115("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx115(
2512
+ import { jsx as jsx123 } from "react/jsx-runtime";
2513
+ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx123("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx123(
2407
2514
  "path",
2408
2515
  {
2409
2516
  fill: fill || color || "currentColor",
@@ -2412,8 +2519,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
2412
2519
  ) }), PlayFilled_default = IconPlayFilled;
2413
2520
 
2414
2521
  // src/components/Play.tsx
2415
- import { jsx as jsx116 } from "react/jsx-runtime";
2416
- var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx116("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx116(
2522
+ import { jsx as jsx124 } from "react/jsx-runtime";
2523
+ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx124("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx124(
2417
2524
  "path",
2418
2525
  {
2419
2526
  fill: stroke || color || "currentColor",
@@ -2424,16 +2531,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
2424
2531
  ) }), Play_default = IconPlay;
2425
2532
 
2426
2533
  // src/components/Previouscene.tsx
2427
- import { jsx as jsx117, jsxs as jsxs60 } from "react/jsx-runtime";
2428
- var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2429
- /* @__PURE__ */ jsx117(
2534
+ import { jsx as jsx125, jsxs as jsxs62 } from "react/jsx-runtime";
2535
+ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2536
+ /* @__PURE__ */ jsx125(
2430
2537
  "path",
2431
2538
  {
2432
2539
  fill: stroke || color || "currentColor",
2433
2540
  d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
2434
2541
  }
2435
2542
  ),
2436
- /* @__PURE__ */ jsx117(
2543
+ /* @__PURE__ */ jsx125(
2437
2544
  "path",
2438
2545
  {
2439
2546
  fill: stroke || color || "currentColor",
@@ -2445,8 +2552,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
2445
2552
  ] }), Previouscene_default = IconPreviouscene;
2446
2553
 
2447
2554
  // src/components/ProblemNoticeFilled.tsx
2448
- import { jsx as jsx118 } from "react/jsx-runtime";
2449
- var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx118("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx118(
2555
+ import { jsx as jsx126 } from "react/jsx-runtime";
2556
+ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126(
2450
2557
  "path",
2451
2558
  {
2452
2559
  fill: fill || color || "currentColor",
@@ -2457,11 +2564,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
2457
2564
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
2458
2565
 
2459
2566
  // src/components/Problem.tsx
2460
- import { jsx as jsx119, jsxs as jsxs61 } from "react/jsx-runtime";
2461
- var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2462
- /* @__PURE__ */ jsx119("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
2463
- /* @__PURE__ */ jsx119("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
2464
- /* @__PURE__ */ jsx119(
2567
+ import { jsx as jsx127, jsxs as jsxs63 } from "react/jsx-runtime";
2568
+ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2569
+ /* @__PURE__ */ jsx127("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
2570
+ /* @__PURE__ */ jsx127("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
2571
+ /* @__PURE__ */ jsx127(
2465
2572
  "path",
2466
2573
  {
2467
2574
  fill: stroke || color || "currentColor",
@@ -2473,9 +2580,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
2473
2580
  ] }), Problem_default = IconProblem;
2474
2581
 
2475
2582
  // src/components/Publish.tsx
2476
- import { jsx as jsx120, jsxs as jsxs62 } from "react/jsx-runtime";
2477
- var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2478
- /* @__PURE__ */ jsx120(
2583
+ import { jsx as jsx128, jsxs as jsxs64 } from "react/jsx-runtime";
2584
+ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2585
+ /* @__PURE__ */ jsx128(
2479
2586
  "path",
2480
2587
  {
2481
2588
  fill: stroke || color || "currentColor",
@@ -2484,12 +2591,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
2484
2591
  clipRule: "evenodd"
2485
2592
  }
2486
2593
  ),
2487
- /* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2594
+ /* @__PURE__ */ jsx128("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2488
2595
  ] }), Publish_default = IconPublish;
2489
2596
 
2490
2597
  // src/components/Ratio169.tsx
2491
- import { jsx as jsx121 } from "react/jsx-runtime";
2492
- var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
2598
+ import { jsx as jsx129 } from "react/jsx-runtime";
2599
+ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx129("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx129(
2493
2600
  "path",
2494
2601
  {
2495
2602
  fill: stroke || color || "currentColor",
@@ -2498,16 +2605,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
2498
2605
  ) }), Ratio169_default = IconRatio169;
2499
2606
 
2500
2607
  // src/components/Ratio11.tsx
2501
- import { jsx as jsx122, jsxs as jsxs63 } from "react/jsx-runtime";
2502
- var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2503
- /* @__PURE__ */ jsx122("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx122(
2608
+ import { jsx as jsx130, jsxs as jsxs65 } from "react/jsx-runtime";
2609
+ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2610
+ /* @__PURE__ */ jsx130("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx130(
2504
2611
  "path",
2505
2612
  {
2506
2613
  fill: stroke || color || "currentColor",
2507
2614
  d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
2508
2615
  }
2509
2616
  ) }),
2510
- /* @__PURE__ */ jsx122("defs", { children: /* @__PURE__ */ jsx122("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx122(
2617
+ /* @__PURE__ */ jsx130("defs", { children: /* @__PURE__ */ jsx130("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx130(
2511
2618
  "rect",
2512
2619
  {
2513
2620
  width: "24",
@@ -2519,16 +2626,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
2519
2626
  ] }), Ratio11_default = IconRatio11;
2520
2627
 
2521
2628
  // src/components/Ratio916.tsx
2522
- import { jsx as jsx123, jsxs as jsxs64 } from "react/jsx-runtime";
2523
- var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2524
- /* @__PURE__ */ jsx123("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx123(
2629
+ import { jsx as jsx131, jsxs as jsxs66 } from "react/jsx-runtime";
2630
+ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2631
+ /* @__PURE__ */ jsx131("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx131(
2525
2632
  "path",
2526
2633
  {
2527
2634
  fill: stroke || color || "currentColor",
2528
2635
  d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
2529
2636
  }
2530
2637
  ) }),
2531
- /* @__PURE__ */ jsx123("defs", { children: /* @__PURE__ */ jsx123("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx123(
2638
+ /* @__PURE__ */ jsx131("defs", { children: /* @__PURE__ */ jsx131("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx131(
2532
2639
  "rect",
2533
2640
  {
2534
2641
  width: "24",
@@ -2539,17 +2646,50 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
2539
2646
  ) }) })
2540
2647
  ] }), Ratio916_default = IconRatio916;
2541
2648
 
2649
+ // src/components/RatioAuto.tsx
2650
+ import { jsx as jsx132, jsxs as jsxs67 } from "react/jsx-runtime";
2651
+ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2652
+ /* @__PURE__ */ jsxs67("g", { clipPath: "url(#clip0_468_23)", children: [
2653
+ /* @__PURE__ */ jsx132(
2654
+ "path",
2655
+ {
2656
+ fill: stroke || color || "currentColor",
2657
+ d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
2658
+ }
2659
+ ),
2660
+ /* @__PURE__ */ jsx132("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
2661
+ /* @__PURE__ */ jsx132(
2662
+ "path",
2663
+ {
2664
+ fill: stroke || color || "currentColor",
2665
+ d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
2666
+ fillRule: "evenodd",
2667
+ clipRule: "evenodd"
2668
+ }
2669
+ )
2670
+ ] }),
2671
+ /* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsx132("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx132(
2672
+ "rect",
2673
+ {
2674
+ width: "24",
2675
+ height: "24",
2676
+ fill: stroke || color || "currentColor",
2677
+ transform: "translate(24) rotate(90)"
2678
+ }
2679
+ ) }) })
2680
+ ] }), RatioAuto_default = IconRatioAuto;
2681
+
2542
2682
  // src/components/Ratio.tsx
2543
- import { jsx as jsx124, jsxs as jsxs65 } from "react/jsx-runtime";
2544
- var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2545
- /* @__PURE__ */ jsx124(
2683
+ import { jsx as jsx133, jsxs as jsxs68 } from "react/jsx-runtime";
2684
+ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2685
+ /* @__PURE__ */ jsx133(
2546
2686
  "path",
2547
2687
  {
2548
2688
  fill: stroke || color || "currentColor",
2549
2689
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
2550
2690
  }
2551
2691
  ),
2552
- /* @__PURE__ */ jsx124(
2692
+ /* @__PURE__ */ jsx133(
2553
2693
  "path",
2554
2694
  {
2555
2695
  fill: stroke || color || "currentColor",
@@ -2559,8 +2699,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
2559
2699
  ] }), Ratio_default = IconRatio;
2560
2700
 
2561
2701
  // src/components/ReEdit.tsx
2562
- import { jsx as jsx125 } from "react/jsx-runtime";
2563
- var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx125("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx125(
2702
+ import { jsx as jsx134 } from "react/jsx-runtime";
2703
+ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx134("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx134(
2564
2704
  "path",
2565
2705
  {
2566
2706
  fill: stroke || color || "currentColor",
@@ -2571,8 +2711,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
2571
2711
  ) }), ReEdit_default = IconReEdit;
2572
2712
 
2573
2713
  // src/components/Regenerate.tsx
2574
- import { jsx as jsx126 } from "react/jsx-runtime";
2575
- var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126(
2714
+ import { jsx as jsx135 } from "react/jsx-runtime";
2715
+ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx135("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx135(
2576
2716
  "path",
2577
2717
  {
2578
2718
  fill: stroke || color || "currentColor",
@@ -2582,9 +2722,32 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
2582
2722
  }
2583
2723
  ) }), Regenerate_default = IconRegenerate;
2584
2724
 
2725
+ // src/components/Resultsetting.tsx
2726
+ import { jsx as jsx136, jsxs as jsxs69 } from "react/jsx-runtime";
2727
+ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2728
+ /* @__PURE__ */ jsx136("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx136(
2729
+ "path",
2730
+ {
2731
+ fill: stroke || color || "currentColor",
2732
+ d: "M18.75 3V0H5.25V3H0V6C0 9.46739 2.35298 12.3852 5.5493 13.2438C6.2923 15.6504 8.34504 17.4822 10.875 17.9067V21.75H6V24H18V21.75H13.125V17.9067C15.655 17.4822 17.7077 15.6504 18.4507 13.2438C21.647 12.3852 24 9.46739 24 6V3H18.75ZM16.5 2.25H7.5V11.25C7.5 13.7353 9.51472 15.75 12 15.75C14.4853 15.75 16.5 13.7353 16.5 11.25V2.25ZM18.75 5.25V10.7448C20.5237 9.90218 21.75 8.0943 21.75 6V5.25H18.75ZM2.25 5.25H5.25V10.7448C3.47629 9.90218 2.25 8.0943 2.25 6V5.25Z",
2733
+ fillRule: "evenodd",
2734
+ clipRule: "evenodd"
2735
+ }
2736
+ ) }),
2737
+ /* @__PURE__ */ jsx136("defs", { children: /* @__PURE__ */ jsx136("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx136(
2738
+ "rect",
2739
+ {
2740
+ width: "24",
2741
+ height: "24",
2742
+ fill: stroke || color || "currentColor",
2743
+ transform: "translate(24) rotate(90)"
2744
+ }
2745
+ ) }) })
2746
+ ] }), Resultsetting_default = IconResultsetting;
2747
+
2585
2748
  // src/components/RightFilled.tsx
2586
- import { jsx as jsx127 } from "react/jsx-runtime";
2587
- var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx127("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx127(
2749
+ import { jsx as jsx137 } from "react/jsx-runtime";
2750
+ var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx137("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx137(
2588
2751
  "path",
2589
2752
  {
2590
2753
  fill: fill || color || "currentColor",
@@ -2595,8 +2758,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
2595
2758
  ) }), RightFilled_default = IconRightFilled;
2596
2759
 
2597
2760
  // src/components/SceneNext.tsx
2598
- import { jsx as jsx128 } from "react/jsx-runtime";
2599
- var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx128("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx128(
2761
+ import { jsx as jsx138 } from "react/jsx-runtime";
2762
+ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx138("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx138(
2600
2763
  "path",
2601
2764
  {
2602
2765
  fill: stroke || color || "currentColor",
@@ -2605,21 +2768,33 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
2605
2768
  ) }), SceneNext_default = IconSceneNext;
2606
2769
 
2607
2770
  // src/components/Scriptmode.tsx
2608
- import { jsx as jsx129, jsxs as jsxs66 } from "react/jsx-runtime";
2609
- var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2610
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
2611
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
2612
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
2613
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
2614
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
2615
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
2616
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
2617
- /* @__PURE__ */ jsx129("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
2771
+ import { jsx as jsx139, jsxs as jsxs70 } from "react/jsx-runtime";
2772
+ var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2773
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
2774
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
2775
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
2776
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
2777
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
2778
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
2779
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
2780
+ /* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
2618
2781
  ] }), Scriptmode_default = IconScriptmode;
2619
2782
 
2783
+ // src/components/Sendrequest.tsx
2784
+ import { jsx as jsx140 } from "react/jsx-runtime";
2785
+ var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140(
2786
+ "path",
2787
+ {
2788
+ fill: fill || color || "currentColor",
2789
+ d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
2790
+ fillRule: "evenodd",
2791
+ clipRule: "evenodd"
2792
+ }
2793
+ ) }), Sendrequest_default = IconSendrequest;
2794
+
2620
2795
  // src/components/ShareFilled.tsx
2621
- import { jsx as jsx130 } from "react/jsx-runtime";
2622
- var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx130("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx130(
2796
+ import { jsx as jsx141 } from "react/jsx-runtime";
2797
+ var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx141("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx141(
2623
2798
  "path",
2624
2799
  {
2625
2800
  fill: fill || color || "currentColor",
@@ -2628,8 +2803,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
2628
2803
  ) }), ShareFilled_default = IconShareFilled;
2629
2804
 
2630
2805
  // src/components/Share.tsx
2631
- import { jsx as jsx131 } from "react/jsx-runtime";
2632
- var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx131("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx131(
2806
+ import { jsx as jsx142 } from "react/jsx-runtime";
2807
+ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx142("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx142(
2633
2808
  "path",
2634
2809
  {
2635
2810
  fill: stroke || color || "currentColor",
@@ -2640,8 +2815,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
2640
2815
  ) }), Share_default = IconShare;
2641
2816
 
2642
2817
  // src/components/SocialX.tsx
2643
- import { jsx as jsx132 } from "react/jsx-runtime";
2644
- var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx132("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx132(
2818
+ import { jsx as jsx143 } from "react/jsx-runtime";
2819
+ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
2645
2820
  "path",
2646
2821
  {
2647
2822
  fill: fill || color || "currentColor",
@@ -2650,8 +2825,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
2650
2825
  ) }), SocialX_default = IconSocialX;
2651
2826
 
2652
2827
  // src/components/SocialDiscord.tsx
2653
- import { jsx as jsx133 } from "react/jsx-runtime";
2654
- var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx133("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx133(
2828
+ import { jsx as jsx144 } from "react/jsx-runtime";
2829
+ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx144("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx144(
2655
2830
  "path",
2656
2831
  {
2657
2832
  fill: fill || color || "currentColor",
@@ -2660,9 +2835,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
2660
2835
  ) }), SocialDiscord_default = IconSocialDiscord;
2661
2836
 
2662
2837
  // src/components/SoundOff.tsx
2663
- import { jsx as jsx134, jsxs as jsxs67 } from "react/jsx-runtime";
2664
- var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2665
- /* @__PURE__ */ jsx134(
2838
+ import { jsx as jsx145, jsxs as jsxs71 } from "react/jsx-runtime";
2839
+ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2840
+ /* @__PURE__ */ jsx145(
2666
2841
  "path",
2667
2842
  {
2668
2843
  fill: stroke || color || "currentColor",
@@ -2671,7 +2846,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
2671
2846
  clipRule: "evenodd"
2672
2847
  }
2673
2848
  ),
2674
- /* @__PURE__ */ jsx134(
2849
+ /* @__PURE__ */ jsx145(
2675
2850
  "path",
2676
2851
  {
2677
2852
  fill: stroke || color || "currentColor",
@@ -2681,9 +2856,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
2681
2856
  ] }), SoundOff_default = IconSoundOff;
2682
2857
 
2683
2858
  // src/components/SoundOn.tsx
2684
- import { jsx as jsx135, jsxs as jsxs68 } from "react/jsx-runtime";
2685
- var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2686
- /* @__PURE__ */ jsx135(
2859
+ import { jsx as jsx146, jsxs as jsxs72 } from "react/jsx-runtime";
2860
+ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2861
+ /* @__PURE__ */ jsx146(
2687
2862
  "path",
2688
2863
  {
2689
2864
  fill: stroke || color || "currentColor",
@@ -2692,14 +2867,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
2692
2867
  clipRule: "evenodd"
2693
2868
  }
2694
2869
  ),
2695
- /* @__PURE__ */ jsx135(
2870
+ /* @__PURE__ */ jsx146(
2696
2871
  "path",
2697
2872
  {
2698
2873
  fill: stroke || color || "currentColor",
2699
2874
  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"
2700
2875
  }
2701
2876
  ),
2702
- /* @__PURE__ */ jsx135(
2877
+ /* @__PURE__ */ jsx146(
2703
2878
  "path",
2704
2879
  {
2705
2880
  fill: stroke || color || "currentColor",
@@ -2709,8 +2884,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
2709
2884
  ] }), SoundOn_default = IconSoundOn;
2710
2885
 
2711
2886
  // src/components/Storyboard.tsx
2712
- import { jsx as jsx136 } from "react/jsx-runtime";
2713
- var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx136("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx136(
2887
+ import { jsx as jsx147 } from "react/jsx-runtime";
2888
+ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx147("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx147(
2714
2889
  "path",
2715
2890
  {
2716
2891
  fill: stroke || color || "currentColor",
@@ -2721,25 +2896,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
2721
2896
  ) }), Storyboard_default = IconStoryboard;
2722
2897
 
2723
2898
  // src/components/StyleAutoFilled.tsx
2724
- import { jsx as jsx137, jsxs as jsxs69 } from "react/jsx-runtime";
2725
- var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2726
- /* @__PURE__ */ jsx137(
2899
+ import { jsx as jsx148, jsxs as jsxs73 } from "react/jsx-runtime";
2900
+ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2901
+ /* @__PURE__ */ jsx148(
2727
2902
  "path",
2728
2903
  {
2729
2904
  fill: fill || color || "currentColor",
2730
2905
  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"
2731
2906
  }
2732
2907
  ),
2733
- /* @__PURE__ */ jsx137(
2908
+ /* @__PURE__ */ jsx148(
2734
2909
  "path",
2735
2910
  {
2736
2911
  fill: fill || color || "currentColor",
2737
2912
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
2738
2913
  }
2739
2914
  ),
2740
- /* @__PURE__ */ jsx137("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2741
- /* @__PURE__ */ jsx137("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2742
- /* @__PURE__ */ jsx137(
2915
+ /* @__PURE__ */ jsx148("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2916
+ /* @__PURE__ */ jsx148("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2917
+ /* @__PURE__ */ jsx148(
2743
2918
  "path",
2744
2919
  {
2745
2920
  fill: fill || color || "currentColor",
@@ -2749,44 +2924,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
2749
2924
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
2750
2925
 
2751
2926
  // src/components/Style.tsx
2752
- import { jsx as jsx138, jsxs as jsxs70 } from "react/jsx-runtime";
2753
- var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2754
- /* @__PURE__ */ jsx138(
2927
+ import { jsx as jsx149, jsxs as jsxs74 } from "react/jsx-runtime";
2928
+ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2929
+ /* @__PURE__ */ jsx149(
2755
2930
  "path",
2756
2931
  {
2757
2932
  fill: stroke || color || "currentColor",
2758
2933
  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"
2759
2934
  }
2760
2935
  ),
2761
- /* @__PURE__ */ jsx138(
2936
+ /* @__PURE__ */ jsx149(
2762
2937
  "path",
2763
2938
  {
2764
2939
  fill: stroke || color || "currentColor",
2765
2940
  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"
2766
2941
  }
2767
2942
  ),
2768
- /* @__PURE__ */ jsx138(
2943
+ /* @__PURE__ */ jsx149(
2769
2944
  "path",
2770
2945
  {
2771
2946
  fill: stroke || color || "currentColor",
2772
2947
  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"
2773
2948
  }
2774
2949
  ),
2775
- /* @__PURE__ */ jsx138(
2950
+ /* @__PURE__ */ jsx149(
2776
2951
  "path",
2777
2952
  {
2778
2953
  fill: stroke || color || "currentColor",
2779
2954
  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"
2780
2955
  }
2781
2956
  ),
2782
- /* @__PURE__ */ jsx138(
2957
+ /* @__PURE__ */ jsx149(
2783
2958
  "path",
2784
2959
  {
2785
2960
  fill: stroke || color || "currentColor",
2786
2961
  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"
2787
2962
  }
2788
2963
  ),
2789
- /* @__PURE__ */ jsx138(
2964
+ /* @__PURE__ */ jsx149(
2790
2965
  "path",
2791
2966
  {
2792
2967
  fill: stroke || color || "currentColor",
@@ -2797,9 +2972,50 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
2797
2972
  )
2798
2973
  ] }), Style_default = IconStyle;
2799
2974
 
2975
+ // src/components/Styleoverall.tsx
2976
+ import { jsx as jsx150, jsxs as jsxs75 } from "react/jsx-runtime";
2977
+ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2978
+ /* @__PURE__ */ jsx150(
2979
+ "path",
2980
+ {
2981
+ fill: stroke || color || "currentColor",
2982
+ d: "M11 18C11 20.7614 8.76142 23 6 23C3.23858 23 1 20.7614 1 18C1 15.2386 3.23858 13 6 13H11V18ZM6 15.2002C4.4536 15.2002 3.2002 16.4536 3.2002 18C3.2002 19.5464 4.4536 20.7998 6 20.7998C7.5464 20.7998 8.7998 19.5464 8.7998 18V15.2002H6Z",
2983
+ fillRule: "evenodd",
2984
+ clipRule: "evenodd"
2985
+ }
2986
+ ),
2987
+ /* @__PURE__ */ jsx150(
2988
+ "path",
2989
+ {
2990
+ fill: stroke || color || "currentColor",
2991
+ d: "M18 13C20.7614 13 23 15.2386 23 18C23 20.7614 20.7614 23 18 23C15.2386 23 13 20.7614 13 18V13H18ZM15.2002 18C15.2002 19.5464 16.4536 20.7998 18 20.7998C19.5464 20.7998 20.7998 19.5464 20.7998 18C20.7998 16.4536 19.5464 15.2002 18 15.2002H15.2002V18Z",
2992
+ fillRule: "evenodd",
2993
+ clipRule: "evenodd"
2994
+ }
2995
+ ),
2996
+ /* @__PURE__ */ jsx150(
2997
+ "path",
2998
+ {
2999
+ fill: stroke || color || "currentColor",
3000
+ d: "M6 1C8.76142 1 11 3.23858 11 6V11H6C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1ZM6 3.2002C4.4536 3.2002 3.2002 4.4536 3.2002 6C3.2002 7.5464 4.4536 8.7998 6 8.7998H8.7998V6C8.7998 4.4536 7.5464 3.2002 6 3.2002Z",
3001
+ fillRule: "evenodd",
3002
+ clipRule: "evenodd"
3003
+ }
3004
+ ),
3005
+ /* @__PURE__ */ jsx150(
3006
+ "path",
3007
+ {
3008
+ fill: stroke || color || "currentColor",
3009
+ d: "M18 1C20.7614 1 23 3.23858 23 6C23 8.76142 20.7614 11 18 11H13V6C13 3.23858 15.2386 1 18 1ZM18 3.2002C16.4536 3.2002 15.2002 4.4536 15.2002 6V8.7998H18C19.5464 8.7998 20.7998 7.5464 20.7998 6C20.7998 4.4536 19.5464 3.2002 18 3.2002Z",
3010
+ fillRule: "evenodd",
3011
+ clipRule: "evenodd"
3012
+ }
3013
+ )
3014
+ ] }), Styleoverall_default = IconStyleoverall;
3015
+
2800
3016
  // src/components/SwitchOffFilled.tsx
2801
- import { jsx as jsx139 } from "react/jsx-runtime";
2802
- var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx139("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx139(
3017
+ import { jsx as jsx151 } from "react/jsx-runtime";
3018
+ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
2803
3019
  "path",
2804
3020
  {
2805
3021
  fill: fill || color || "currentColor",
@@ -2810,8 +3026,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
2810
3026
  ) }), SwitchOffFilled_default = IconSwitchOffFilled;
2811
3027
 
2812
3028
  // src/components/SwitchOnFilled.tsx
2813
- import { jsx as jsx140 } from "react/jsx-runtime";
2814
- var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140(
3029
+ import { jsx as jsx152 } from "react/jsx-runtime";
3030
+ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx152("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx152(
2815
3031
  "path",
2816
3032
  {
2817
3033
  fill: fill || color || "currentColor",
@@ -2822,9 +3038,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
2822
3038
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
2823
3039
 
2824
3040
  // src/components/Target.tsx
2825
- import { jsx as jsx141, jsxs as jsxs71 } from "react/jsx-runtime";
2826
- var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2827
- /* @__PURE__ */ jsx141(
3041
+ import { jsx as jsx153, jsxs as jsxs76 } from "react/jsx-runtime";
3042
+ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3043
+ /* @__PURE__ */ jsx153(
2828
3044
  "path",
2829
3045
  {
2830
3046
  fill: stroke || color || "currentColor",
@@ -2833,7 +3049,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
2833
3049
  clipRule: "evenodd"
2834
3050
  }
2835
3051
  ),
2836
- /* @__PURE__ */ jsx141(
3052
+ /* @__PURE__ */ jsx153(
2837
3053
  "path",
2838
3054
  {
2839
3055
  fill: stroke || color || "currentColor",
@@ -2845,44 +3061,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
2845
3061
  ] }), Target_default = IconTarget;
2846
3062
 
2847
3063
  // src/components/TextLogo.tsx
2848
- import { jsx as jsx142, jsxs as jsxs72 } from "react/jsx-runtime";
2849
- var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
2850
- /* @__PURE__ */ jsx142(
3064
+ import { jsx as jsx154, jsxs as jsxs77 } from "react/jsx-runtime";
3065
+ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
3066
+ /* @__PURE__ */ jsx154(
2851
3067
  "path",
2852
3068
  {
2853
3069
  fill: fill || color || "currentColor",
2854
3070
  d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
2855
3071
  }
2856
3072
  ),
2857
- /* @__PURE__ */ jsx142(
3073
+ /* @__PURE__ */ jsx154(
2858
3074
  "path",
2859
3075
  {
2860
3076
  fill: fill || color || "currentColor",
2861
3077
  d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
2862
3078
  }
2863
3079
  ),
2864
- /* @__PURE__ */ jsx142(
3080
+ /* @__PURE__ */ jsx154(
2865
3081
  "path",
2866
3082
  {
2867
3083
  fill: fill || color || "currentColor",
2868
3084
  d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
2869
3085
  }
2870
3086
  ),
2871
- /* @__PURE__ */ jsx142(
3087
+ /* @__PURE__ */ jsx154(
2872
3088
  "path",
2873
3089
  {
2874
3090
  fill: fill || color || "currentColor",
2875
3091
  d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
2876
3092
  }
2877
3093
  ),
2878
- /* @__PURE__ */ jsx142(
3094
+ /* @__PURE__ */ jsx154(
2879
3095
  "path",
2880
3096
  {
2881
3097
  fill: fill || color || "currentColor",
2882
3098
  d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
2883
3099
  }
2884
3100
  ),
2885
- /* @__PURE__ */ jsx142(
3101
+ /* @__PURE__ */ jsx154(
2886
3102
  "path",
2887
3103
  {
2888
3104
  fill: fill || color || "currentColor",
@@ -2892,8 +3108,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
2892
3108
  ] }), TextLogo_default = IconTextLogo;
2893
3109
 
2894
3110
  // src/components/Tips.tsx
2895
- import { jsx as jsx143 } from "react/jsx-runtime";
2896
- var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
3111
+ import { jsx as jsx155 } from "react/jsx-runtime";
3112
+ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx155("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx155(
2897
3113
  "path",
2898
3114
  {
2899
3115
  fill: stroke || color || "currentColor",
@@ -2904,16 +3120,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
2904
3120
  ) }), Tips_default = IconTips;
2905
3121
 
2906
3122
  // src/components/ToolsFilled.tsx
2907
- import { jsx as jsx144, jsxs as jsxs73 } from "react/jsx-runtime";
2908
- var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2909
- /* @__PURE__ */ jsx144(
3123
+ import { jsx as jsx156, jsxs as jsxs78 } from "react/jsx-runtime";
3124
+ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3125
+ /* @__PURE__ */ jsx156(
2910
3126
  "path",
2911
3127
  {
2912
3128
  fill: fill || color || "currentColor",
2913
3129
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
2914
3130
  }
2915
3131
  ),
2916
- /* @__PURE__ */ jsx144(
3132
+ /* @__PURE__ */ jsx156(
2917
3133
  "path",
2918
3134
  {
2919
3135
  fill: fill || color || "currentColor",
@@ -2923,8 +3139,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
2923
3139
  ] }), ToolsFilled_default = IconToolsFilled;
2924
3140
 
2925
3141
  // src/components/Tools.tsx
2926
- import { jsx as jsx145 } from "react/jsx-runtime";
2927
- var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx145("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx145(
3142
+ import { jsx as jsx157 } from "react/jsx-runtime";
3143
+ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx157("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx157(
2928
3144
  "path",
2929
3145
  {
2930
3146
  stroke: stroke || color || "currentColor",
@@ -2933,9 +3149,21 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
2933
3149
  }
2934
3150
  ) }), Tools_default = IconTools;
2935
3151
 
3152
+ // src/components/Undo.tsx
3153
+ import { jsx as jsx158 } from "react/jsx-runtime";
3154
+ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx158("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx158(
3155
+ "path",
3156
+ {
3157
+ fill: stroke || color || "currentColor",
3158
+ d: "M8.25 1.5H6L0 7.5L6 13.5H8.25V8.625H16.6875C19.4834 8.625 21.75 10.8916 21.75 13.6875C21.75 16.4834 19.4834 18.75 16.6875 18.75H6V21H16.6875C20.7261 21 24 17.7261 24 13.6875C24 9.64892 20.7261 6.375 16.6875 6.375H8.25V1.5ZM6 10.318L3.18198 7.5L6 4.68198V10.318Z",
3159
+ fillRule: "evenodd",
3160
+ clipRule: "evenodd"
3161
+ }
3162
+ ) }), Undo_default = IconUndo;
3163
+
2936
3164
  // src/components/UpFilled.tsx
2937
- import { jsx as jsx146 } from "react/jsx-runtime";
2938
- var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx146("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx146(
3165
+ import { jsx as jsx159 } from "react/jsx-runtime";
3166
+ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx159("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx159(
2939
3167
  "path",
2940
3168
  {
2941
3169
  fill: fill || color || "currentColor",
@@ -2946,8 +3174,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
2946
3174
  ) }), UpFilled_default = IconUpFilled;
2947
3175
 
2948
3176
  // src/components/UpleftFilled.tsx
2949
- import { jsx as jsx147 } from "react/jsx-runtime";
2950
- var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx147("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx147(
3177
+ import { jsx as jsx160 } from "react/jsx-runtime";
3178
+ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx160("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx160(
2951
3179
  "path",
2952
3180
  {
2953
3181
  fill: fill || color || "currentColor",
@@ -2957,9 +3185,21 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
2957
3185
  }
2958
3186
  ) }), UpleftFilled_default = IconUpleftFilled;
2959
3187
 
3188
+ // src/components/Uploadedvideo.tsx
3189
+ import { jsx as jsx161 } from "react/jsx-runtime";
3190
+ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
3191
+ "path",
3192
+ {
3193
+ fill: fill || color || "currentColor",
3194
+ d: "M24 3H0V21H24V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
3195
+ fillRule: "evenodd",
3196
+ clipRule: "evenodd"
3197
+ }
3198
+ ) }), Uploadedvideo_default = IconUploadedvideo;
3199
+
2960
3200
  // src/components/Uploadfiles.tsx
2961
- import { jsx as jsx148 } from "react/jsx-runtime";
2962
- var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx148("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx148(
3201
+ import { jsx as jsx162 } from "react/jsx-runtime";
3202
+ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx162("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx162(
2963
3203
  "path",
2964
3204
  {
2965
3205
  fill: stroke || color || "currentColor",
@@ -2967,9 +3207,21 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
2967
3207
  }
2968
3208
  ) }), Uploadfiles_default = IconUploadfiles;
2969
3209
 
3210
+ // src/components/Uploadstory.tsx
3211
+ import { jsx as jsx163 } from "react/jsx-runtime";
3212
+ var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx163("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx163(
3213
+ "path",
3214
+ {
3215
+ fill: stroke || color || "currentColor",
3216
+ d: "M0 3V19.5H7.40901L10.409 22.5H13.591L16.591 19.5H24V3H16.125C14.4518 3 12.9614 3.78275 12 5.00206C11.0386 3.78275 9.54823 3 7.875 3H0ZM10.875 8.25C10.875 6.59315 9.53185 5.25 7.875 5.25H2.25V17.25H8.34099L11.341 20.25H12.659L15.659 17.25H21.75V5.25H16.125C14.4681 5.25 13.125 6.59315 13.125 8.25V15H10.875V8.25Z",
3217
+ fillRule: "evenodd",
3218
+ clipRule: "evenodd"
3219
+ }
3220
+ ) }), Uploadstory_default = IconUploadstory;
3221
+
2970
3222
  // src/components/UprightFilled.tsx
2971
- import { jsx as jsx149 } from "react/jsx-runtime";
2972
- var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx149("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx149(
3223
+ import { jsx as jsx164 } from "react/jsx-runtime";
3224
+ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx164("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx164(
2973
3225
  "path",
2974
3226
  {
2975
3227
  fill: fill || color || "currentColor",
@@ -2980,8 +3232,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
2980
3232
  ) }), UprightFilled_default = IconUprightFilled;
2981
3233
 
2982
3234
  // src/components/Userfeedback.tsx
2983
- import { jsx as jsx150 } from "react/jsx-runtime";
2984
- var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx150("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx150(
3235
+ import { jsx as jsx165 } from "react/jsx-runtime";
3236
+ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
2985
3237
  "path",
2986
3238
  {
2987
3239
  fill: stroke || color || "currentColor",
@@ -2992,38 +3244,38 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
2992
3244
  ) }), Userfeedback_default = IconUserfeedback;
2993
3245
 
2994
3246
  // src/components/VideoGeneration.tsx
2995
- import { jsx as jsx151, jsxs as jsxs74 } from "react/jsx-runtime";
2996
- var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
2997
- /* @__PURE__ */ jsx151(
3247
+ import { jsx as jsx166, jsxs as jsxs79 } from "react/jsx-runtime";
3248
+ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3249
+ /* @__PURE__ */ jsx166(
2998
3250
  "path",
2999
3251
  {
3000
3252
  fill: stroke || color || "currentColor",
3001
- 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"
3253
+ 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.25Z"
3002
3254
  }
3003
3255
  ),
3004
- /* @__PURE__ */ jsx151(
3256
+ /* @__PURE__ */ jsx166(
3005
3257
  "path",
3006
3258
  {
3007
3259
  fill: stroke || color || "currentColor",
3008
- 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"
3260
+ d: "M17.25 12L11.25 18H9V6H11.25L17.25 12ZM11.25 14.8184L14.0684 12L11.25 9.18164V14.8184Z",
3261
+ fillRule: "evenodd",
3262
+ clipRule: "evenodd"
3009
3263
  }
3010
3264
  ),
3011
- /* @__PURE__ */ jsx151(
3265
+ /* @__PURE__ */ jsx166(
3012
3266
  "path",
3013
3267
  {
3014
3268
  fill: stroke || color || "currentColor",
3015
- d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
3016
- fillRule: "evenodd",
3017
- clipRule: "evenodd"
3269
+ d: "M20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5L17.25 3.75L18 0H19.5L20.25 3.75Z"
3018
3270
  }
3019
3271
  )
3020
3272
  ] }), VideoGeneration_default = IconVideoGeneration;
3021
3273
 
3022
3274
  // src/components/VideoLength.tsx
3023
- import { jsx as jsx152, jsxs as jsxs75 } from "react/jsx-runtime";
3024
- var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3025
- /* @__PURE__ */ jsx152("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3026
- /* @__PURE__ */ jsx152(
3275
+ import { jsx as jsx167, jsxs as jsxs80 } from "react/jsx-runtime";
3276
+ var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3277
+ /* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3278
+ /* @__PURE__ */ jsx167(
3027
3279
  "path",
3028
3280
  {
3029
3281
  fill: stroke || color || "currentColor",
@@ -3035,9 +3287,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
3035
3287
  ] }), VideoLength_default = IconVideoLength;
3036
3288
 
3037
3289
  // src/components/Videogenerate.tsx
3038
- import { jsx as jsx153, jsxs as jsxs76 } from "react/jsx-runtime";
3039
- var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3040
- /* @__PURE__ */ jsx153(
3290
+ import { jsx as jsx168, jsxs as jsxs81 } from "react/jsx-runtime";
3291
+ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3292
+ /* @__PURE__ */ jsx168(
3041
3293
  "path",
3042
3294
  {
3043
3295
  fill: stroke || color || "currentColor",
@@ -3046,7 +3298,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
3046
3298
  clipRule: "evenodd"
3047
3299
  }
3048
3300
  ),
3049
- /* @__PURE__ */ jsx153(
3301
+ /* @__PURE__ */ jsx168(
3050
3302
  "path",
3051
3303
  {
3052
3304
  fill: stroke || color || "currentColor",
@@ -3058,8 +3310,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
3058
3310
  ] }), Videogenerate_default = IconVideogenerate;
3059
3311
 
3060
3312
  // src/components/Visualstyles.tsx
3061
- import { jsx as jsx154 } from "react/jsx-runtime";
3062
- var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx154("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx154(
3313
+ import { jsx as jsx169 } from "react/jsx-runtime";
3314
+ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx169("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx169(
3063
3315
  "path",
3064
3316
  {
3065
3317
  fill: stroke || color || "currentColor",
@@ -3070,9 +3322,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
3070
3322
  ) }), Visualstyles_default = IconVisualstyles;
3071
3323
 
3072
3324
  // src/components/Volume.tsx
3073
- import { jsx as jsx155, jsxs as jsxs77 } from "react/jsx-runtime";
3074
- var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3075
- /* @__PURE__ */ jsx155(
3325
+ import { jsx as jsx170, jsxs as jsxs82 } from "react/jsx-runtime";
3326
+ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3327
+ /* @__PURE__ */ jsx170(
3076
3328
  "path",
3077
3329
  {
3078
3330
  fill: stroke || color || "currentColor",
@@ -3081,14 +3333,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
3081
3333
  clipRule: "evenodd"
3082
3334
  }
3083
3335
  ),
3084
- /* @__PURE__ */ jsx155(
3336
+ /* @__PURE__ */ jsx170(
3085
3337
  "path",
3086
3338
  {
3087
3339
  fill: stroke || color || "currentColor",
3088
3340
  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"
3089
3341
  }
3090
3342
  ),
3091
- /* @__PURE__ */ jsx155(
3343
+ /* @__PURE__ */ jsx170(
3092
3344
  "path",
3093
3345
  {
3094
3346
  fill: stroke || color || "currentColor",
@@ -3098,8 +3350,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
3098
3350
  ] }), Volume_default = IconVolume;
3099
3351
 
3100
3352
  // src/components/Withdrawgame.tsx
3101
- import { jsx as jsx156 } from "react/jsx-runtime";
3102
- var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx156("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx156(
3353
+ import { jsx as jsx171 } from "react/jsx-runtime";
3354
+ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
3103
3355
  "path",
3104
3356
  {
3105
3357
  fill: stroke || color || "currentColor",
@@ -3109,17 +3361,36 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
3109
3361
  }
3110
3362
  ) }), Withdrawgame_default = IconWithdrawgame;
3111
3363
 
3364
+ // src/components/Zoomhandle.tsx
3365
+ import { jsx as jsx172, jsxs as jsxs83 } from "react/jsx-runtime";
3366
+ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3367
+ /* @__PURE__ */ jsx172(
3368
+ "path",
3369
+ {
3370
+ fill: fill || color || "currentColor",
3371
+ d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
3372
+ }
3373
+ ),
3374
+ /* @__PURE__ */ jsx172(
3375
+ "path",
3376
+ {
3377
+ fill: stroke || color || "currentColor",
3378
+ d: "M8.25 18H6L6 6L8.25 6L8.25 18ZM12 21.75C14.0711 21.75 15.75 20.0711 15.75 18L15.75 6C15.75 3.92893 14.0711 2.25 12 2.25C9.92893 2.25 8.25 3.92893 8.25 6L6 6L6.00732 5.69092C6.16298 2.6232 8.6232 0.162978 11.6909 0.00732421L12 0C15.2101 1.40316e-07 17.8318 2.52084 17.9927 5.69092L18 6L18 18C18 21.3137 15.3137 24 12 24L11.6909 23.9927C8.6232 23.837 6.16298 21.3768 6.00732 18.3091L6 18H8.25C8.25 20.0711 9.92893 21.75 12 21.75Z"
3379
+ }
3380
+ )
3381
+ ] }), Zoomhandle_default = IconZoomhandle;
3382
+
3112
3383
  // src/components/Zoomin.tsx
3113
- import { jsx as jsx157, jsxs as jsxs78 } from "react/jsx-runtime";
3114
- var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3115
- /* @__PURE__ */ jsx157(
3384
+ import { jsx as jsx173, jsxs as jsxs84 } from "react/jsx-runtime";
3385
+ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3386
+ /* @__PURE__ */ jsx173(
3116
3387
  "path",
3117
3388
  {
3118
3389
  fill: stroke || color || "currentColor",
3119
3390
  d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
3120
3391
  }
3121
3392
  ),
3122
- /* @__PURE__ */ jsx157(
3393
+ /* @__PURE__ */ jsx173(
3123
3394
  "path",
3124
3395
  {
3125
3396
  fill: stroke || color || "currentColor",
@@ -3131,10 +3402,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
3131
3402
  ] }), Zoomin_default = IconZoomin;
3132
3403
 
3133
3404
  // src/components/Zoomout.tsx
3134
- import { jsx as jsx158, jsxs as jsxs79 } from "react/jsx-runtime";
3135
- var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3136
- /* @__PURE__ */ jsx158("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
3137
- /* @__PURE__ */ jsx158(
3405
+ import { jsx as jsx174, jsxs as jsxs85 } from "react/jsx-runtime";
3406
+ var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
3407
+ /* @__PURE__ */ jsx174("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
3408
+ /* @__PURE__ */ jsx174(
3138
3409
  "path",
3139
3410
  {
3140
3411
  fill: stroke || color || "currentColor",
@@ -3151,6 +3422,7 @@ export {
3151
3422
  Agreements_default as IconAgreements,
3152
3423
  Aiwriting_default as IconAiwriting,
3153
3424
  AngleDown_default as IconAngleDown,
3425
+ Angleright_default as IconAngleright,
3154
3426
  Announcement_default as IconAnnouncement,
3155
3427
  Artboard_default as IconArtboard,
3156
3428
  Assets_default as IconAssets,
@@ -3166,6 +3438,7 @@ export {
3166
3438
  CheckedFilled_default as IconCheckedFilled,
3167
3439
  Close_default as IconClose,
3168
3440
  Copy_default as IconCopy,
3441
+ Copylink_default as IconCopylink,
3169
3442
  CreditFilled_default as IconCreditFilled,
3170
3443
  Cursor_default as IconCursor,
3171
3444
  Delete_default as IconDelete,
@@ -3175,6 +3448,8 @@ export {
3175
3448
  Download_default as IconDownload,
3176
3449
  DownrightFilled_default as IconDownrightFilled,
3177
3450
  DraghandleFilled_default as IconDraghandleFilled,
3451
+ Favorite_default as IconFavorite,
3452
+ FavoriteFilled_default as IconFavoriteFilled,
3178
3453
  FeedbackFailFilled_default as IconFeedbackFailFilled,
3179
3454
  FeedbackPendingFilled_default as IconFeedbackPendingFilled,
3180
3455
  FeedbackProblem_default as IconFeedbackProblem,
@@ -3186,7 +3461,9 @@ export {
3186
3461
  FiletypeTxtLumiFilled_default as IconFiletypeTxtLumiFilled,
3187
3462
  FiletypeWordFilled_default as IconFiletypeWordFilled,
3188
3463
  FiletypeWordLumiFilled_default as IconFiletypeWordLumiFilled,
3464
+ Fillin_default as IconFillin,
3189
3465
  FoldedMenu_default as IconFoldedMenu,
3466
+ FullScreen_default as IconFullScreen,
3190
3467
  Game_default as IconGame,
3191
3468
  GameFilled_default as IconGameFilled,
3192
3469
  Gamebackup_default as IconGamebackup,
@@ -3232,6 +3509,7 @@ export {
3232
3509
  ModelOpenaiFilled_default as IconModelOpenaiFilled,
3233
3510
  ModelSeedFilled_default as IconModelSeedFilled,
3234
3511
  ModelSoraFilled_default as IconModelSoraFilled,
3512
+ ModelklingFilled_default as IconModelklingFilled,
3235
3513
  Models_default as IconModels,
3236
3514
  More_default as IconMore,
3237
3515
  MoreCollapse_default as IconMoreCollapse,
@@ -3245,6 +3523,7 @@ export {
3245
3523
  Mute_default as IconMute,
3246
3524
  Next_default as IconNext,
3247
3525
  Nextscene_default as IconNextscene,
3526
+ Niceofficial_default as IconNiceofficial,
3248
3527
  Oneclickgenerate_default as IconOneclickgenerate,
3249
3528
  Opendemo_default as IconOpendemo,
3250
3529
  OppsFilled_default as IconOppsFilled,
@@ -3268,11 +3547,14 @@ export {
3268
3547
  Ratio11_default as IconRatio11,
3269
3548
  Ratio169_default as IconRatio169,
3270
3549
  Ratio916_default as IconRatio916,
3550
+ RatioAuto_default as IconRatioAuto,
3271
3551
  ReEdit_default as IconReEdit,
3272
3552
  Regenerate_default as IconRegenerate,
3553
+ Resultsetting_default as IconResultsetting,
3273
3554
  RightFilled_default as IconRightFilled,
3274
3555
  SceneNext_default as IconSceneNext,
3275
3556
  Scriptmode_default as IconScriptmode,
3557
+ Sendrequest_default as IconSendrequest,
3276
3558
  Share_default as IconShare,
3277
3559
  ShareFilled_default as IconShareFilled,
3278
3560
  SocialDiscord_default as IconSocialDiscord,
@@ -3282,6 +3564,7 @@ export {
3282
3564
  Storyboard_default as IconStoryboard,
3283
3565
  Style_default as IconStyle,
3284
3566
  StyleAutoFilled_default as IconStyleAutoFilled,
3567
+ Styleoverall_default as IconStyleoverall,
3285
3568
  SwitchOffFilled_default as IconSwitchOffFilled,
3286
3569
  SwitchOnFilled_default as IconSwitchOnFilled,
3287
3570
  Target_default as IconTarget,
@@ -3289,10 +3572,13 @@ export {
3289
3572
  Tips_default as IconTips,
3290
3573
  Tools_default as IconTools,
3291
3574
  ToolsFilled_default as IconToolsFilled,
3575
+ Undo_default as IconUndo,
3292
3576
  UpFilled_default as IconUpFilled,
3293
3577
  UpleftFilled_default as IconUpleftFilled,
3578
+ Uploadedvideo_default as IconUploadedvideo,
3294
3579
  Uploadfiles_default as IconUploadfiles,
3295
3580
  Uploadimage_default as IconUploadimage,
3581
+ Uploadstory_default as IconUploadstory,
3296
3582
  UprightFilled_default as IconUprightFilled,
3297
3583
  Userfeedback_default as IconUserfeedback,
3298
3584
  VideoGeneration_default as IconVideoGeneration,
@@ -3301,6 +3587,7 @@ export {
3301
3587
  Visualstyles_default as IconVisualstyles,
3302
3588
  Volume_default as IconVolume,
3303
3589
  Withdrawgame_default as IconWithdrawgame,
3590
+ Zoomhandle_default as IconZoomhandle,
3304
3591
  Zoomin_default as IconZoomin,
3305
3592
  Zoomout_default as IconZoomout
3306
3593
  };