@yoroll/react-icon 0.0.14 → 0.0.15

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.14 */
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,8 +291,8 @@ 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",
@@ -291,8 +301,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
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,16 +1763,16 @@ 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
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.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"
1697
1773
  }
1698
1774
  ),
1699
- /* @__PURE__ */ jsx75(
1775
+ /* @__PURE__ */ jsx81(
1700
1776
  "path",
1701
1777
  {
1702
1778
  fill: stroke || color || "currentColor",
@@ -1706,9 +1782,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
1706
1782
  ] }), ImageGeneration_default = IconImageGeneration;
1707
1783
 
1708
1784
  // 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(
1785
+ import { jsx as jsx82, jsxs as jsxs41 } from "react/jsx-runtime";
1786
+ 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: [
1787
+ /* @__PURE__ */ jsx82(
1712
1788
  "path",
1713
1789
  {
1714
1790
  fill: fill || color || "currentColor",
@@ -1717,7 +1793,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
1717
1793
  clipRule: "evenodd"
1718
1794
  }
1719
1795
  ),
1720
- /* @__PURE__ */ jsx76(
1796
+ /* @__PURE__ */ jsx82(
1721
1797
  "path",
1722
1798
  {
1723
1799
  fill: fill || color || "currentColor",
@@ -1727,11 +1803,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
1727
1803
  ] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
1728
1804
 
1729
1805
  // 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(
1806
+ import { jsx as jsx83, jsxs as jsxs42 } from "react/jsx-runtime";
1807
+ 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: [
1808
+ /* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
1809
+ /* @__PURE__ */ jsx83("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
1810
+ /* @__PURE__ */ jsx83(
1735
1811
  "path",
1736
1812
  {
1737
1813
  fill: stroke || color || "currentColor",
@@ -1743,8 +1819,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
1743
1819
  ] }), Info_default = IconInfo;
1744
1820
 
1745
1821
  // 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(
1822
+ import { jsx as jsx84 } from "react/jsx-runtime";
1823
+ 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
1824
  "path",
1749
1825
  {
1750
1826
  fill: fill || color || "currentColor",
@@ -1755,8 +1831,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
1755
1831
  ) }), Invitecode_default = IconInvitecode;
1756
1832
 
1757
1833
  // 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(
1834
+ import { jsx as jsx85 } from "react/jsx-runtime";
1835
+ 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
1836
  "path",
1761
1837
  {
1762
1838
  fill: fill || color || "currentColor",
@@ -1767,16 +1843,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
1767
1843
  ) }), LeftFilled_default = IconLeftFilled;
1768
1844
 
1769
1845
  // 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(
1846
+ import { jsx as jsx86, jsxs as jsxs43 } from "react/jsx-runtime";
1847
+ 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: [
1848
+ /* @__PURE__ */ jsx86(
1773
1849
  "path",
1774
1850
  {
1775
1851
  fill: stroke || color || "currentColor",
1776
1852
  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
1853
  }
1778
1854
  ),
1779
- /* @__PURE__ */ jsx80(
1855
+ /* @__PURE__ */ jsx86(
1780
1856
  "path",
1781
1857
  {
1782
1858
  fill: fill || color || "currentColor",
@@ -1786,16 +1862,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
1786
1862
  ] }), Loading_default = IconLoading;
1787
1863
 
1788
1864
  // 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(
1865
+ import { jsx as jsx87, jsxs as jsxs44 } from "react/jsx-runtime";
1866
+ 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: [
1867
+ /* @__PURE__ */ jsx87(
1792
1868
  "path",
1793
1869
  {
1794
1870
  fill: stroke || color || "currentColor",
1795
1871
  d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
1796
1872
  }
1797
1873
  ),
1798
- /* @__PURE__ */ jsx81(
1874
+ /* @__PURE__ */ jsx87(
1799
1875
  "path",
1800
1876
  {
1801
1877
  fill: stroke || color || "currentColor",
@@ -1807,9 +1883,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
1807
1883
  ] }), Login_default = IconLogin;
1808
1884
 
1809
1885
  // 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(
1886
+ import { jsx as jsx88, jsxs as jsxs45 } from "react/jsx-runtime";
1887
+ 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: [
1888
+ /* @__PURE__ */ jsx88(
1813
1889
  "path",
1814
1890
  {
1815
1891
  fill: stroke || color || "currentColor",
@@ -1818,7 +1894,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
1818
1894
  clipRule: "evenodd"
1819
1895
  }
1820
1896
  ),
1821
- /* @__PURE__ */ jsx82(
1897
+ /* @__PURE__ */ jsx88(
1822
1898
  "path",
1823
1899
  {
1824
1900
  fill: stroke || color || "currentColor",
@@ -1828,8 +1904,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
1828
1904
  ] }), Logout_default = IconLogout;
1829
1905
 
1830
1906
  // 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(
1907
+ import { jsx as jsx89 } from "react/jsx-runtime";
1908
+ 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
1909
  "path",
1834
1910
  {
1835
1911
  fill: fill || color || "currentColor",
@@ -1838,8 +1914,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
1838
1914
  ) }), ModelGeminiFilled_default = IconModelGeminiFilled;
1839
1915
 
1840
1916
  // 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(
1917
+ import { jsx as jsx90 } from "react/jsx-runtime";
1918
+ 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
1919
  "path",
1844
1920
  {
1845
1921
  fill: fill || color || "currentColor",
@@ -1848,9 +1924,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
1848
1924
  ) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
1849
1925
 
1850
1926
  // 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(
1927
+ import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
1928
+ 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: [
1929
+ /* @__PURE__ */ jsx91("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx91(
1854
1930
  "path",
1855
1931
  {
1856
1932
  fill: fill || color || "currentColor",
@@ -1859,28 +1935,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
1859
1935
  clipRule: "evenodd"
1860
1936
  }
1861
1937
  ) }),
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)" }) }) })
1938
+ /* @__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
1939
  ] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
1864
1940
 
1865
1941
  // 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(
1942
+ import { jsx as jsx92, jsxs as jsxs47 } from "react/jsx-runtime";
1943
+ 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: [
1944
+ /* @__PURE__ */ jsx92("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
1945
+ /* @__PURE__ */ jsx92(
1870
1946
  "path",
1871
1947
  {
1872
1948
  fill: fill || color || "currentColor",
1873
1949
  d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
1874
1950
  }
1875
1951
  ),
1876
- /* @__PURE__ */ jsx86(
1952
+ /* @__PURE__ */ jsx92(
1877
1953
  "path",
1878
1954
  {
1879
1955
  fill: fill || color || "currentColor",
1880
1956
  d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
1881
1957
  }
1882
1958
  ),
1883
- /* @__PURE__ */ jsx86(
1959
+ /* @__PURE__ */ jsx92(
1884
1960
  "path",
1885
1961
  {
1886
1962
  fill: fill || color || "currentColor",
@@ -1890,8 +1966,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
1890
1966
  ] }), ModelSeedFilled_default = IconModelSeedFilled;
1891
1967
 
1892
1968
  // 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(
1969
+ import { jsx as jsx93 } from "react/jsx-runtime";
1970
+ 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
1971
  "path",
1896
1972
  {
1897
1973
  fill: fill || color || "currentColor",
@@ -1900,7 +1976,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
1900
1976
  ) }), ModelSoraFilled_default = IconModelSoraFilled;
1901
1977
 
1902
1978
  // src/components/ModelNanobananaLogoNomoFilled.tsx
1903
- import { jsx as jsx88, jsxs as jsxs46 } from "react/jsx-runtime";
1979
+ import { jsx as jsx94, jsxs as jsxs48 } from "react/jsx-runtime";
1904
1980
  var IconModelNanobananaLogoNomoFilled = ({
1905
1981
  size,
1906
1982
  width,
@@ -1909,64 +1985,64 @@ var IconModelNanobananaLogoNomoFilled = ({
1909
1985
  className,
1910
1986
  fill,
1911
1987
  stroke
1912
- }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1913
- /* @__PURE__ */ jsx88(
1988
+ }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
1989
+ /* @__PURE__ */ jsx94(
1914
1990
  "path",
1915
1991
  {
1916
1992
  fill: "#5A5C62",
1917
1993
  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
1994
  }
1919
1995
  ),
1920
- /* @__PURE__ */ jsx88(
1996
+ /* @__PURE__ */ jsx94(
1921
1997
  "path",
1922
1998
  {
1923
1999
  fill: "#D5D6D7",
1924
2000
  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
2001
  }
1926
2002
  ),
1927
- /* @__PURE__ */ jsx88(
2003
+ /* @__PURE__ */ jsx94(
1928
2004
  "path",
1929
2005
  {
1930
2006
  fill: "#C4C5C7",
1931
2007
  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
2008
  }
1933
2009
  ),
1934
- /* @__PURE__ */ jsx88(
2010
+ /* @__PURE__ */ jsx94(
1935
2011
  "path",
1936
2012
  {
1937
2013
  fill: "#7B7C81",
1938
2014
  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
2015
  }
1940
2016
  ),
1941
- /* @__PURE__ */ jsx88(
2017
+ /* @__PURE__ */ jsx94(
1942
2018
  "path",
1943
2019
  {
1944
2020
  fill: "#85878B",
1945
2021
  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
2022
  }
1947
2023
  ),
1948
- /* @__PURE__ */ jsx88(
2024
+ /* @__PURE__ */ jsx94(
1949
2025
  "path",
1950
2026
  {
1951
2027
  fill: "#1B1D24",
1952
2028
  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
2029
  }
1954
2030
  ),
1955
- /* @__PURE__ */ jsx88(
2031
+ /* @__PURE__ */ jsx94(
1956
2032
  "path",
1957
2033
  {
1958
2034
  fill: "#D5D6D7",
1959
2035
  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
2036
  }
1961
2037
  ),
1962
- /* @__PURE__ */ jsx88(
2038
+ /* @__PURE__ */ jsx94(
1963
2039
  "path",
1964
2040
  {
1965
2041
  fill: "#85878B",
1966
2042
  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
2043
  }
1968
2044
  ),
1969
- /* @__PURE__ */ jsx88(
2045
+ /* @__PURE__ */ jsx94(
1970
2046
  "path",
1971
2047
  {
1972
2048
  fill: "#D5D6D7",
@@ -1976,8 +2052,8 @@ var IconModelNanobananaLogoNomoFilled = ({
1976
2052
  ] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
1977
2053
 
1978
2054
  // 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(
2055
+ import { jsx as jsx95 } from "react/jsx-runtime";
2056
+ var IconModels = ({ 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(
1981
2057
  "path",
1982
2058
  {
1983
2059
  fill: stroke || color || "currentColor",
@@ -1988,8 +2064,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
1988
2064
  ) }), Models_default = IconModels;
1989
2065
 
1990
2066
  // 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(
2067
+ import { jsx as jsx96 } from "react/jsx-runtime";
2068
+ var IconMoreCollapse = ({ 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(
1993
2069
  "path",
1994
2070
  {
1995
2071
  fill: stroke || color || "currentColor",
@@ -1998,23 +2074,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
1998
2074
  ) }), MoreCollapse_default = IconMoreCollapse;
1999
2075
 
2000
2076
  // 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(
2077
+ import { jsx as jsx97, jsxs as jsxs49 } from "react/jsx-runtime";
2078
+ 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: [
2079
+ /* @__PURE__ */ jsx97(
2004
2080
  "path",
2005
2081
  {
2006
2082
  fill: stroke || color || "currentColor",
2007
2083
  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
2084
  }
2009
2085
  ),
2010
- /* @__PURE__ */ jsx91(
2086
+ /* @__PURE__ */ jsx97(
2011
2087
  "path",
2012
2088
  {
2013
2089
  fill: stroke || color || "currentColor",
2014
2090
  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
2091
  }
2016
2092
  ),
2017
- /* @__PURE__ */ jsx91(
2093
+ /* @__PURE__ */ jsx97(
2018
2094
  "path",
2019
2095
  {
2020
2096
  fill: stroke || color || "currentColor",
@@ -2024,8 +2100,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
2024
2100
  ] }), MoreHorizontal_default = IconMoreHorizontal;
2025
2101
 
2026
2102
  // 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(
2103
+ import { jsx as jsx98 } from "react/jsx-runtime";
2104
+ var IconMoreShowed = ({ 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(
2029
2105
  "path",
2030
2106
  {
2031
2107
  fill: stroke || color || "currentColor",
@@ -2034,23 +2110,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
2034
2110
  ) }), MoreShowed_default = IconMoreShowed;
2035
2111
 
2036
2112
  // 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(
2113
+ import { jsx as jsx99, jsxs as jsxs50 } from "react/jsx-runtime";
2114
+ 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: [
2115
+ /* @__PURE__ */ jsx99(
2040
2116
  "path",
2041
2117
  {
2042
2118
  fill: stroke || color || "currentColor",
2043
2119
  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
2120
  }
2045
2121
  ),
2046
- /* @__PURE__ */ jsx93(
2122
+ /* @__PURE__ */ jsx99(
2047
2123
  "path",
2048
2124
  {
2049
2125
  fill: stroke || color || "currentColor",
2050
2126
  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
2127
  }
2052
2128
  ),
2053
- /* @__PURE__ */ jsx93(
2129
+ /* @__PURE__ */ jsx99(
2054
2130
  "path",
2055
2131
  {
2056
2132
  fill: stroke || color || "currentColor",
@@ -2060,30 +2136,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
2060
2136
  ] }), More_default = IconMore;
2061
2137
 
2062
2138
  // 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(
2139
+ import { jsx as jsx100, jsxs as jsxs51 } from "react/jsx-runtime";
2140
+ 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: [
2141
+ /* @__PURE__ */ jsx100(
2066
2142
  "path",
2067
2143
  {
2068
2144
  fill: stroke || color || "currentColor",
2069
2145
  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
2146
  }
2071
2147
  ),
2072
- /* @__PURE__ */ jsx94(
2148
+ /* @__PURE__ */ jsx100(
2073
2149
  "path",
2074
2150
  {
2075
2151
  fill: stroke || color || "currentColor",
2076
2152
  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
2153
  }
2078
2154
  ),
2079
- /* @__PURE__ */ jsx94(
2155
+ /* @__PURE__ */ jsx100(
2080
2156
  "path",
2081
2157
  {
2082
2158
  fill: stroke || color || "currentColor",
2083
2159
  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
2160
  }
2085
2161
  ),
2086
- /* @__PURE__ */ jsx94(
2162
+ /* @__PURE__ */ jsx100(
2087
2163
  "path",
2088
2164
  {
2089
2165
  fill: stroke || color || "currentColor",
@@ -2095,9 +2171,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
2095
2171
  ] }), Moresettings_default = IconMoresettings;
2096
2172
 
2097
2173
  // 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(
2174
+ import { jsx as jsx101, jsxs as jsxs52 } from "react/jsx-runtime";
2175
+ 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: [
2176
+ /* @__PURE__ */ jsx101(
2101
2177
  "path",
2102
2178
  {
2103
2179
  fill: fill || color || "currentColor",
@@ -2105,7 +2181,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2105
2181
  d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
2106
2182
  }
2107
2183
  ),
2108
- /* @__PURE__ */ jsx95(
2184
+ /* @__PURE__ */ jsx101(
2109
2185
  "path",
2110
2186
  {
2111
2187
  fill: fill || color || "currentColor",
@@ -2113,7 +2189,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2113
2189
  d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
2114
2190
  }
2115
2191
  ),
2116
- /* @__PURE__ */ jsx95(
2192
+ /* @__PURE__ */ jsx101(
2117
2193
  "path",
2118
2194
  {
2119
2195
  fill: fill || color || "currentColor",
@@ -2124,9 +2200,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
2124
2200
  ] }), MouseDrag_default = IconMouseDrag;
2125
2201
 
2126
2202
  // 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(
2203
+ import { jsx as jsx102, jsxs as jsxs53 } from "react/jsx-runtime";
2204
+ 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: [
2205
+ /* @__PURE__ */ jsx102("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx102(
2130
2206
  "path",
2131
2207
  {
2132
2208
  fill: fill || color || "currentColor",
@@ -2134,13 +2210,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
2134
2210
  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
2211
  }
2136
2212
  ) }),
2137
- /* @__PURE__ */ jsx96("defs", { children: /* @__PURE__ */ jsx96("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx96("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2213
+ /* @__PURE__ */ jsx102("defs", { children: /* @__PURE__ */ jsx102("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx102("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2138
2214
  ] }), MouseMove_default = IconMouseMove;
2139
2215
 
2140
2216
  // 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(
2217
+ import { jsx as jsx103, jsxs as jsxs54 } from "react/jsx-runtime";
2218
+ 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: [
2219
+ /* @__PURE__ */ jsx103(
2144
2220
  "path",
2145
2221
  {
2146
2222
  fill: fill || color || "currentColor",
@@ -2148,7 +2224,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
2148
2224
  d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
2149
2225
  }
2150
2226
  ),
2151
- /* @__PURE__ */ jsx97(
2227
+ /* @__PURE__ */ jsx103(
2152
2228
  "path",
2153
2229
  {
2154
2230
  fill: fill || color || "currentColor",
@@ -2159,8 +2235,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
2159
2235
  ] }), MouseNumberchange_default = IconMouseNumberchange;
2160
2236
 
2161
2237
  // 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(
2238
+ import { jsx as jsx104 } from "react/jsx-runtime";
2239
+ var IconMusicassets = ({ 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(
2164
2240
  "path",
2165
2241
  {
2166
2242
  fill: stroke || color || "currentColor",
@@ -2171,9 +2247,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
2171
2247
  ) }), Musicassets_default = IconMusicassets;
2172
2248
 
2173
2249
  // 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(
2250
+ import { jsx as jsx105, jsxs as jsxs55 } from "react/jsx-runtime";
2251
+ 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: [
2252
+ /* @__PURE__ */ jsx105(
2177
2253
  "path",
2178
2254
  {
2179
2255
  fill: stroke || color || "currentColor",
@@ -2182,7 +2258,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
2182
2258
  clipRule: "evenodd"
2183
2259
  }
2184
2260
  ),
2185
- /* @__PURE__ */ jsx99(
2261
+ /* @__PURE__ */ jsx105(
2186
2262
  "path",
2187
2263
  {
2188
2264
  fill: stroke || color || "currentColor",
@@ -2192,8 +2268,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
2192
2268
  ] }), Mute_default = IconMute;
2193
2269
 
2194
2270
  // 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(
2271
+ import { jsx as jsx106 } from "react/jsx-runtime";
2272
+ var IconNext = ({ 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(
2197
2273
  "path",
2198
2274
  {
2199
2275
  fill: stroke || color || "currentColor",
@@ -2204,16 +2280,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
2204
2280
  ) }), Next_default = IconNext;
2205
2281
 
2206
2282
  // 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(
2283
+ import { jsx as jsx107, jsxs as jsxs56 } from "react/jsx-runtime";
2284
+ 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: [
2285
+ /* @__PURE__ */ jsx107(
2210
2286
  "path",
2211
2287
  {
2212
2288
  fill: stroke || color || "currentColor",
2213
2289
  d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
2214
2290
  }
2215
2291
  ),
2216
- /* @__PURE__ */ jsx101(
2292
+ /* @__PURE__ */ jsx107(
2217
2293
  "path",
2218
2294
  {
2219
2295
  fill: stroke || color || "currentColor",
@@ -2225,18 +2301,18 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
2225
2301
  ] }), Nextscene_default = IconNextscene;
2226
2302
 
2227
2303
  // 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(
2304
+ import { jsx as jsx108, jsxs as jsxs57 } from "react/jsx-runtime";
2305
+ 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: [
2306
+ /* @__PURE__ */ jsx108("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
2307
+ /* @__PURE__ */ jsx108("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
2308
+ /* @__PURE__ */ jsx108(
2233
2309
  "path",
2234
2310
  {
2235
2311
  fill: stroke || color || "currentColor",
2236
2312
  d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
2237
2313
  }
2238
2314
  ),
2239
- /* @__PURE__ */ jsx102(
2315
+ /* @__PURE__ */ jsx108(
2240
2316
  "path",
2241
2317
  {
2242
2318
  fill: stroke || color || "currentColor",
@@ -2248,9 +2324,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
2248
2324
  ] }), Oneclickgenerate_default = IconOneclickgenerate;
2249
2325
 
2250
2326
  // 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(
2327
+ import { jsx as jsx109, jsxs as jsxs58 } from "react/jsx-runtime";
2328
+ 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: [
2329
+ /* @__PURE__ */ jsx109(
2254
2330
  "path",
2255
2331
  {
2256
2332
  fill: stroke || color || "currentColor",
@@ -2259,12 +2335,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
2259
2335
  clipRule: "evenodd"
2260
2336
  }
2261
2337
  ),
2262
- /* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2338
+ /* @__PURE__ */ jsx109("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2263
2339
  ] }), Opendemo_default = IconOpendemo;
2264
2340
 
2265
2341
  // 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(
2342
+ import { jsx as jsx110 } from "react/jsx-runtime";
2343
+ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx110("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx110(
2268
2344
  "path",
2269
2345
  {
2270
2346
  fill: fill || color || "currentColor",
@@ -2275,8 +2351,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
2275
2351
  ) }), OppsFilled_default = IconOppsFilled;
2276
2352
 
2277
2353
  // 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(
2354
+ import { jsx as jsx111 } from "react/jsx-runtime";
2355
+ var IconOptionalcheckedFilled = ({ 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(
2280
2356
  "path",
2281
2357
  {
2282
2358
  fill: fill || color || "currentColor",
@@ -2287,8 +2363,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
2287
2363
  ) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
2288
2364
 
2289
2365
  // 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(
2366
+ import { jsx as jsx112 } from "react/jsx-runtime";
2367
+ var IconOptionaluncheck = ({ 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(
2292
2368
  "path",
2293
2369
  {
2294
2370
  fill: stroke || color || "currentColor",
@@ -2299,8 +2375,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
2299
2375
  ) }), Optionaluncheck_default = IconOptionaluncheck;
2300
2376
 
2301
2377
  // 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(
2378
+ import { jsx as jsx113 } from "react/jsx-runtime";
2379
+ var IconPackagegame = ({ 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(
2304
2380
  "path",
2305
2381
  {
2306
2382
  fill: stroke || color || "currentColor",
@@ -2311,13 +2387,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
2311
2387
  ) }), Packagegame_default = IconPackagegame;
2312
2388
 
2313
2389
  // 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;
2390
+ import { jsx as jsx114 } from "react/jsx-runtime";
2391
+ var IconPageError = ({ 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("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
2316
2392
 
2317
2393
  // 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(
2394
+ import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
2395
+ 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: [
2396
+ /* @__PURE__ */ jsx115(
2321
2397
  "path",
2322
2398
  {
2323
2399
  fill: stroke || color || "currentColor",
@@ -2326,7 +2402,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
2326
2402
  clipRule: "evenodd"
2327
2403
  }
2328
2404
  ),
2329
- /* @__PURE__ */ jsx109(
2405
+ /* @__PURE__ */ jsx115(
2330
2406
  "path",
2331
2407
  {
2332
2408
  fill: stroke || color || "currentColor",
@@ -2338,9 +2414,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
2338
2414
  ] }), Parameters_default = IconParameters;
2339
2415
 
2340
2416
  // 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(
2417
+ import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
2418
+ 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: [
2419
+ /* @__PURE__ */ jsx116(
2344
2420
  "path",
2345
2421
  {
2346
2422
  fill: stroke || color || "currentColor",
@@ -2349,7 +2425,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
2349
2425
  clipRule: "evenodd"
2350
2426
  }
2351
2427
  ),
2352
- /* @__PURE__ */ jsx110(
2428
+ /* @__PURE__ */ jsx116(
2353
2429
  "path",
2354
2430
  {
2355
2431
  fill: stroke || color || "currentColor",
@@ -2361,8 +2437,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
2361
2437
  ] }), Pause_default = IconPause;
2362
2438
 
2363
2439
  // 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(
2440
+ import { jsx as jsx117 } from "react/jsx-runtime";
2441
+ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
2366
2442
  "path",
2367
2443
  {
2368
2444
  fill: stroke || color || "currentColor",
@@ -2373,8 +2449,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
2373
2449
  ) }), Pencil_default = IconPencil;
2374
2450
 
2375
2451
  // 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(
2452
+ import { jsx as jsx118 } from "react/jsx-runtime";
2453
+ var IconPick = ({ 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(
2378
2454
  "path",
2379
2455
  {
2380
2456
  fill: stroke || color || "currentColor",
@@ -2385,25 +2461,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
2385
2461
  ) }), Pick_default = IconPick;
2386
2462
 
2387
2463
  // 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;
2464
+ import { jsx as jsx119 } from "react/jsx-runtime";
2465
+ var IconPickedFilled = ({ 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("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
2390
2466
 
2391
2467
  // 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(
2468
+ import { jsx as jsx120, jsxs as jsxs61 } from "react/jsx-runtime";
2469
+ 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: [
2470
+ /* @__PURE__ */ jsx120("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx120(
2395
2471
  "path",
2396
2472
  {
2397
2473
  fill: fill || color || "currentColor",
2398
2474
  d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
2399
2475
  }
2400
2476
  ) }),
2401
- /* @__PURE__ */ jsx114("defs", { children: /* @__PURE__ */ jsx114("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx114("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2477
+ /* @__PURE__ */ jsx120("defs", { children: /* @__PURE__ */ jsx120("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx120("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
2402
2478
  ] }), PlanFilled_default = IconPlanFilled;
2403
2479
 
2404
2480
  // 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(
2481
+ import { jsx as jsx121 } from "react/jsx-runtime";
2482
+ var IconPlayFilled = ({ 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(
2407
2483
  "path",
2408
2484
  {
2409
2485
  fill: fill || color || "currentColor",
@@ -2412,8 +2488,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
2412
2488
  ) }), PlayFilled_default = IconPlayFilled;
2413
2489
 
2414
2490
  // 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(
2491
+ import { jsx as jsx122 } from "react/jsx-runtime";
2492
+ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx122("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx122(
2417
2493
  "path",
2418
2494
  {
2419
2495
  fill: stroke || color || "currentColor",
@@ -2424,16 +2500,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
2424
2500
  ) }), Play_default = IconPlay;
2425
2501
 
2426
2502
  // 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(
2503
+ import { jsx as jsx123, jsxs as jsxs62 } from "react/jsx-runtime";
2504
+ 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: [
2505
+ /* @__PURE__ */ jsx123(
2430
2506
  "path",
2431
2507
  {
2432
2508
  fill: stroke || color || "currentColor",
2433
2509
  d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
2434
2510
  }
2435
2511
  ),
2436
- /* @__PURE__ */ jsx117(
2512
+ /* @__PURE__ */ jsx123(
2437
2513
  "path",
2438
2514
  {
2439
2515
  fill: stroke || color || "currentColor",
@@ -2445,8 +2521,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
2445
2521
  ] }), Previouscene_default = IconPreviouscene;
2446
2522
 
2447
2523
  // 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(
2524
+ import { jsx as jsx124 } from "react/jsx-runtime";
2525
+ var IconProblemNoticeFilled = ({ 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(
2450
2526
  "path",
2451
2527
  {
2452
2528
  fill: fill || color || "currentColor",
@@ -2457,11 +2533,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
2457
2533
  ) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
2458
2534
 
2459
2535
  // 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(
2536
+ import { jsx as jsx125, jsxs as jsxs63 } from "react/jsx-runtime";
2537
+ 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: [
2538
+ /* @__PURE__ */ jsx125("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
2539
+ /* @__PURE__ */ jsx125("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
2540
+ /* @__PURE__ */ jsx125(
2465
2541
  "path",
2466
2542
  {
2467
2543
  fill: stroke || color || "currentColor",
@@ -2473,9 +2549,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
2473
2549
  ] }), Problem_default = IconProblem;
2474
2550
 
2475
2551
  // 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(
2552
+ import { jsx as jsx126, jsxs as jsxs64 } from "react/jsx-runtime";
2553
+ 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: [
2554
+ /* @__PURE__ */ jsx126(
2479
2555
  "path",
2480
2556
  {
2481
2557
  fill: stroke || color || "currentColor",
@@ -2484,12 +2560,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
2484
2560
  clipRule: "evenodd"
2485
2561
  }
2486
2562
  ),
2487
- /* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2563
+ /* @__PURE__ */ jsx126("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
2488
2564
  ] }), Publish_default = IconPublish;
2489
2565
 
2490
2566
  // 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(
2567
+ import { jsx as jsx127 } from "react/jsx-runtime";
2568
+ var IconRatio169 = ({ 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(
2493
2569
  "path",
2494
2570
  {
2495
2571
  fill: stroke || color || "currentColor",
@@ -2498,16 +2574,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
2498
2574
  ) }), Ratio169_default = IconRatio169;
2499
2575
 
2500
2576
  // 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(
2577
+ import { jsx as jsx128, jsxs as jsxs65 } from "react/jsx-runtime";
2578
+ 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: [
2579
+ /* @__PURE__ */ jsx128("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx128(
2504
2580
  "path",
2505
2581
  {
2506
2582
  fill: stroke || color || "currentColor",
2507
2583
  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
2584
  }
2509
2585
  ) }),
2510
- /* @__PURE__ */ jsx122("defs", { children: /* @__PURE__ */ jsx122("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx122(
2586
+ /* @__PURE__ */ jsx128("defs", { children: /* @__PURE__ */ jsx128("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx128(
2511
2587
  "rect",
2512
2588
  {
2513
2589
  width: "24",
@@ -2519,16 +2595,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
2519
2595
  ] }), Ratio11_default = IconRatio11;
2520
2596
 
2521
2597
  // 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(
2598
+ import { jsx as jsx129, jsxs as jsxs66 } from "react/jsx-runtime";
2599
+ 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: [
2600
+ /* @__PURE__ */ jsx129("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx129(
2525
2601
  "path",
2526
2602
  {
2527
2603
  fill: stroke || color || "currentColor",
2528
2604
  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
2605
  }
2530
2606
  ) }),
2531
- /* @__PURE__ */ jsx123("defs", { children: /* @__PURE__ */ jsx123("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx123(
2607
+ /* @__PURE__ */ jsx129("defs", { children: /* @__PURE__ */ jsx129("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx129(
2532
2608
  "rect",
2533
2609
  {
2534
2610
  width: "24",
@@ -2539,17 +2615,50 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
2539
2615
  ) }) })
2540
2616
  ] }), Ratio916_default = IconRatio916;
2541
2617
 
2618
+ // src/components/RatioAuto.tsx
2619
+ import { jsx as jsx130, jsxs as jsxs67 } from "react/jsx-runtime";
2620
+ 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: [
2621
+ /* @__PURE__ */ jsxs67("g", { clipPath: "url(#clip0_468_23)", children: [
2622
+ /* @__PURE__ */ jsx130(
2623
+ "path",
2624
+ {
2625
+ fill: stroke || color || "currentColor",
2626
+ d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
2627
+ }
2628
+ ),
2629
+ /* @__PURE__ */ jsx130("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
2630
+ /* @__PURE__ */ jsx130(
2631
+ "path",
2632
+ {
2633
+ fill: stroke || color || "currentColor",
2634
+ d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
2635
+ fillRule: "evenodd",
2636
+ clipRule: "evenodd"
2637
+ }
2638
+ )
2639
+ ] }),
2640
+ /* @__PURE__ */ jsx130("defs", { children: /* @__PURE__ */ jsx130("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx130(
2641
+ "rect",
2642
+ {
2643
+ width: "24",
2644
+ height: "24",
2645
+ fill: stroke || color || "currentColor",
2646
+ transform: "translate(24) rotate(90)"
2647
+ }
2648
+ ) }) })
2649
+ ] }), RatioAuto_default = IconRatioAuto;
2650
+
2542
2651
  // 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(
2652
+ import { jsx as jsx131, jsxs as jsxs68 } from "react/jsx-runtime";
2653
+ 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: [
2654
+ /* @__PURE__ */ jsx131(
2546
2655
  "path",
2547
2656
  {
2548
2657
  fill: stroke || color || "currentColor",
2549
2658
  d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
2550
2659
  }
2551
2660
  ),
2552
- /* @__PURE__ */ jsx124(
2661
+ /* @__PURE__ */ jsx131(
2553
2662
  "path",
2554
2663
  {
2555
2664
  fill: stroke || color || "currentColor",
@@ -2559,8 +2668,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
2559
2668
  ] }), Ratio_default = IconRatio;
2560
2669
 
2561
2670
  // 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(
2671
+ import { jsx as jsx132 } from "react/jsx-runtime";
2672
+ var IconReEdit = ({ 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(
2564
2673
  "path",
2565
2674
  {
2566
2675
  fill: stroke || color || "currentColor",
@@ -2571,8 +2680,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
2571
2680
  ) }), ReEdit_default = IconReEdit;
2572
2681
 
2573
2682
  // 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(
2683
+ import { jsx as jsx133 } from "react/jsx-runtime";
2684
+ var IconRegenerate = ({ 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(
2576
2685
  "path",
2577
2686
  {
2578
2687
  fill: stroke || color || "currentColor",
@@ -2583,8 +2692,8 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
2583
2692
  ) }), Regenerate_default = IconRegenerate;
2584
2693
 
2585
2694
  // 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(
2695
+ import { jsx as jsx134 } from "react/jsx-runtime";
2696
+ var IconRightFilled = ({ 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(
2588
2697
  "path",
2589
2698
  {
2590
2699
  fill: fill || color || "currentColor",
@@ -2595,8 +2704,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
2595
2704
  ) }), RightFilled_default = IconRightFilled;
2596
2705
 
2597
2706
  // 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(
2707
+ import { jsx as jsx135 } from "react/jsx-runtime";
2708
+ var IconSceneNext = ({ 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(
2600
2709
  "path",
2601
2710
  {
2602
2711
  fill: stroke || color || "currentColor",
@@ -2605,21 +2714,33 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
2605
2714
  ) }), SceneNext_default = IconSceneNext;
2606
2715
 
2607
2716
  // 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" })
2717
+ import { jsx as jsx136, jsxs as jsxs69 } from "react/jsx-runtime";
2718
+ var IconScriptmode = ({ 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: [
2719
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
2720
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
2721
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
2722
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
2723
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
2724
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
2725
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
2726
+ /* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
2618
2727
  ] }), Scriptmode_default = IconScriptmode;
2619
2728
 
2729
+ // src/components/Sendrequest.tsx
2730
+ import { jsx as jsx137 } from "react/jsx-runtime";
2731
+ var IconSendrequest = ({ 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(
2732
+ "path",
2733
+ {
2734
+ fill: fill || color || "currentColor",
2735
+ d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
2736
+ fillRule: "evenodd",
2737
+ clipRule: "evenodd"
2738
+ }
2739
+ ) }), Sendrequest_default = IconSendrequest;
2740
+
2620
2741
  // 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(
2742
+ import { jsx as jsx138 } from "react/jsx-runtime";
2743
+ var IconShareFilled = ({ 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(
2623
2744
  "path",
2624
2745
  {
2625
2746
  fill: fill || color || "currentColor",
@@ -2628,8 +2749,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
2628
2749
  ) }), ShareFilled_default = IconShareFilled;
2629
2750
 
2630
2751
  // 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(
2752
+ import { jsx as jsx139 } from "react/jsx-runtime";
2753
+ var IconShare = ({ 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(
2633
2754
  "path",
2634
2755
  {
2635
2756
  fill: stroke || color || "currentColor",
@@ -2640,8 +2761,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
2640
2761
  ) }), Share_default = IconShare;
2641
2762
 
2642
2763
  // 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(
2764
+ import { jsx as jsx140 } from "react/jsx-runtime";
2765
+ var IconSocialX = ({ 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(
2645
2766
  "path",
2646
2767
  {
2647
2768
  fill: fill || color || "currentColor",
@@ -2650,8 +2771,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
2650
2771
  ) }), SocialX_default = IconSocialX;
2651
2772
 
2652
2773
  // 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(
2774
+ import { jsx as jsx141 } from "react/jsx-runtime";
2775
+ var IconSocialDiscord = ({ 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(
2655
2776
  "path",
2656
2777
  {
2657
2778
  fill: fill || color || "currentColor",
@@ -2660,9 +2781,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
2660
2781
  ) }), SocialDiscord_default = IconSocialDiscord;
2661
2782
 
2662
2783
  // 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(
2784
+ import { jsx as jsx142, jsxs as jsxs70 } from "react/jsx-runtime";
2785
+ var IconSoundOff = ({ 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: [
2786
+ /* @__PURE__ */ jsx142(
2666
2787
  "path",
2667
2788
  {
2668
2789
  fill: stroke || color || "currentColor",
@@ -2671,7 +2792,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
2671
2792
  clipRule: "evenodd"
2672
2793
  }
2673
2794
  ),
2674
- /* @__PURE__ */ jsx134(
2795
+ /* @__PURE__ */ jsx142(
2675
2796
  "path",
2676
2797
  {
2677
2798
  fill: stroke || color || "currentColor",
@@ -2681,9 +2802,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
2681
2802
  ] }), SoundOff_default = IconSoundOff;
2682
2803
 
2683
2804
  // 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(
2805
+ import { jsx as jsx143, jsxs as jsxs71 } from "react/jsx-runtime";
2806
+ var IconSoundOn = ({ 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: [
2807
+ /* @__PURE__ */ jsx143(
2687
2808
  "path",
2688
2809
  {
2689
2810
  fill: stroke || color || "currentColor",
@@ -2692,14 +2813,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
2692
2813
  clipRule: "evenodd"
2693
2814
  }
2694
2815
  ),
2695
- /* @__PURE__ */ jsx135(
2816
+ /* @__PURE__ */ jsx143(
2696
2817
  "path",
2697
2818
  {
2698
2819
  fill: stroke || color || "currentColor",
2699
2820
  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
2821
  }
2701
2822
  ),
2702
- /* @__PURE__ */ jsx135(
2823
+ /* @__PURE__ */ jsx143(
2703
2824
  "path",
2704
2825
  {
2705
2826
  fill: stroke || color || "currentColor",
@@ -2709,8 +2830,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
2709
2830
  ] }), SoundOn_default = IconSoundOn;
2710
2831
 
2711
2832
  // 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(
2833
+ import { jsx as jsx144 } from "react/jsx-runtime";
2834
+ var IconStoryboard = ({ 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(
2714
2835
  "path",
2715
2836
  {
2716
2837
  fill: stroke || color || "currentColor",
@@ -2721,25 +2842,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
2721
2842
  ) }), Storyboard_default = IconStoryboard;
2722
2843
 
2723
2844
  // 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(
2845
+ import { jsx as jsx145, jsxs as jsxs72 } from "react/jsx-runtime";
2846
+ var IconStyleAutoFilled = ({ 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: [
2847
+ /* @__PURE__ */ jsx145(
2727
2848
  "path",
2728
2849
  {
2729
2850
  fill: fill || color || "currentColor",
2730
2851
  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
2852
  }
2732
2853
  ),
2733
- /* @__PURE__ */ jsx137(
2854
+ /* @__PURE__ */ jsx145(
2734
2855
  "path",
2735
2856
  {
2736
2857
  fill: fill || color || "currentColor",
2737
2858
  d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
2738
2859
  }
2739
2860
  ),
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(
2861
+ /* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
2862
+ /* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
2863
+ /* @__PURE__ */ jsx145(
2743
2864
  "path",
2744
2865
  {
2745
2866
  fill: fill || color || "currentColor",
@@ -2749,44 +2870,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
2749
2870
  ] }), StyleAutoFilled_default = IconStyleAutoFilled;
2750
2871
 
2751
2872
  // 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(
2873
+ import { jsx as jsx146, jsxs as jsxs73 } from "react/jsx-runtime";
2874
+ var IconStyle = ({ 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: [
2875
+ /* @__PURE__ */ jsx146(
2755
2876
  "path",
2756
2877
  {
2757
2878
  fill: stroke || color || "currentColor",
2758
2879
  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
2880
  }
2760
2881
  ),
2761
- /* @__PURE__ */ jsx138(
2882
+ /* @__PURE__ */ jsx146(
2762
2883
  "path",
2763
2884
  {
2764
2885
  fill: stroke || color || "currentColor",
2765
2886
  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
2887
  }
2767
2888
  ),
2768
- /* @__PURE__ */ jsx138(
2889
+ /* @__PURE__ */ jsx146(
2769
2890
  "path",
2770
2891
  {
2771
2892
  fill: stroke || color || "currentColor",
2772
2893
  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
2894
  }
2774
2895
  ),
2775
- /* @__PURE__ */ jsx138(
2896
+ /* @__PURE__ */ jsx146(
2776
2897
  "path",
2777
2898
  {
2778
2899
  fill: stroke || color || "currentColor",
2779
2900
  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
2901
  }
2781
2902
  ),
2782
- /* @__PURE__ */ jsx138(
2903
+ /* @__PURE__ */ jsx146(
2783
2904
  "path",
2784
2905
  {
2785
2906
  fill: stroke || color || "currentColor",
2786
2907
  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
2908
  }
2788
2909
  ),
2789
- /* @__PURE__ */ jsx138(
2910
+ /* @__PURE__ */ jsx146(
2790
2911
  "path",
2791
2912
  {
2792
2913
  fill: stroke || color || "currentColor",
@@ -2798,8 +2919,8 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
2798
2919
  ] }), Style_default = IconStyle;
2799
2920
 
2800
2921
  // 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(
2922
+ import { jsx as jsx147 } from "react/jsx-runtime";
2923
+ var IconSwitchOffFilled = ({ 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(
2803
2924
  "path",
2804
2925
  {
2805
2926
  fill: fill || color || "currentColor",
@@ -2810,8 +2931,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
2810
2931
  ) }), SwitchOffFilled_default = IconSwitchOffFilled;
2811
2932
 
2812
2933
  // 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(
2934
+ import { jsx as jsx148 } from "react/jsx-runtime";
2935
+ var IconSwitchOnFilled = ({ 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(
2815
2936
  "path",
2816
2937
  {
2817
2938
  fill: fill || color || "currentColor",
@@ -2822,9 +2943,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
2822
2943
  ) }), SwitchOnFilled_default = IconSwitchOnFilled;
2823
2944
 
2824
2945
  // 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(
2946
+ import { jsx as jsx149, jsxs as jsxs74 } from "react/jsx-runtime";
2947
+ var IconTarget = ({ 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: [
2948
+ /* @__PURE__ */ jsx149(
2828
2949
  "path",
2829
2950
  {
2830
2951
  fill: stroke || color || "currentColor",
@@ -2833,7 +2954,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
2833
2954
  clipRule: "evenodd"
2834
2955
  }
2835
2956
  ),
2836
- /* @__PURE__ */ jsx141(
2957
+ /* @__PURE__ */ jsx149(
2837
2958
  "path",
2838
2959
  {
2839
2960
  fill: stroke || color || "currentColor",
@@ -2845,44 +2966,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
2845
2966
  ] }), Target_default = IconTarget;
2846
2967
 
2847
2968
  // 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(
2969
+ import { jsx as jsx150, jsxs as jsxs75 } from "react/jsx-runtime";
2970
+ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
2971
+ /* @__PURE__ */ jsx150(
2851
2972
  "path",
2852
2973
  {
2853
2974
  fill: fill || color || "currentColor",
2854
2975
  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
2976
  }
2856
2977
  ),
2857
- /* @__PURE__ */ jsx142(
2978
+ /* @__PURE__ */ jsx150(
2858
2979
  "path",
2859
2980
  {
2860
2981
  fill: fill || color || "currentColor",
2861
2982
  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
2983
  }
2863
2984
  ),
2864
- /* @__PURE__ */ jsx142(
2985
+ /* @__PURE__ */ jsx150(
2865
2986
  "path",
2866
2987
  {
2867
2988
  fill: fill || color || "currentColor",
2868
2989
  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
2990
  }
2870
2991
  ),
2871
- /* @__PURE__ */ jsx142(
2992
+ /* @__PURE__ */ jsx150(
2872
2993
  "path",
2873
2994
  {
2874
2995
  fill: fill || color || "currentColor",
2875
2996
  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
2997
  }
2877
2998
  ),
2878
- /* @__PURE__ */ jsx142(
2999
+ /* @__PURE__ */ jsx150(
2879
3000
  "path",
2880
3001
  {
2881
3002
  fill: fill || color || "currentColor",
2882
3003
  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
3004
  }
2884
3005
  ),
2885
- /* @__PURE__ */ jsx142(
3006
+ /* @__PURE__ */ jsx150(
2886
3007
  "path",
2887
3008
  {
2888
3009
  fill: fill || color || "currentColor",
@@ -2892,8 +3013,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
2892
3013
  ] }), TextLogo_default = IconTextLogo;
2893
3014
 
2894
3015
  // 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(
3016
+ import { jsx as jsx151 } from "react/jsx-runtime";
3017
+ var IconTips = ({ 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(
2897
3018
  "path",
2898
3019
  {
2899
3020
  fill: stroke || color || "currentColor",
@@ -2904,16 +3025,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
2904
3025
  ) }), Tips_default = IconTips;
2905
3026
 
2906
3027
  // 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(
3028
+ import { jsx as jsx152, jsxs as jsxs76 } from "react/jsx-runtime";
3029
+ var IconToolsFilled = ({ 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: [
3030
+ /* @__PURE__ */ jsx152(
2910
3031
  "path",
2911
3032
  {
2912
3033
  fill: fill || color || "currentColor",
2913
3034
  d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
2914
3035
  }
2915
3036
  ),
2916
- /* @__PURE__ */ jsx144(
3037
+ /* @__PURE__ */ jsx152(
2917
3038
  "path",
2918
3039
  {
2919
3040
  fill: fill || color || "currentColor",
@@ -2923,8 +3044,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
2923
3044
  ] }), ToolsFilled_default = IconToolsFilled;
2924
3045
 
2925
3046
  // 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(
3047
+ import { jsx as jsx153 } from "react/jsx-runtime";
3048
+ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx153("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx153(
2928
3049
  "path",
2929
3050
  {
2930
3051
  stroke: stroke || color || "currentColor",
@@ -2933,9 +3054,21 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
2933
3054
  }
2934
3055
  ) }), Tools_default = IconTools;
2935
3056
 
3057
+ // src/components/Undo.tsx
3058
+ import { jsx as jsx154 } from "react/jsx-runtime";
3059
+ var IconUndo = ({ 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(
3060
+ "path",
3061
+ {
3062
+ fill: stroke || color || "currentColor",
3063
+ 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",
3064
+ fillRule: "evenodd",
3065
+ clipRule: "evenodd"
3066
+ }
3067
+ ) }), Undo_default = IconUndo;
3068
+
2936
3069
  // 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(
3070
+ import { jsx as jsx155 } from "react/jsx-runtime";
3071
+ var IconUpFilled = ({ 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(
2939
3072
  "path",
2940
3073
  {
2941
3074
  fill: fill || color || "currentColor",
@@ -2946,8 +3079,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
2946
3079
  ) }), UpFilled_default = IconUpFilled;
2947
3080
 
2948
3081
  // 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(
3082
+ import { jsx as jsx156 } from "react/jsx-runtime";
3083
+ var IconUpleftFilled = ({ 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(
2951
3084
  "path",
2952
3085
  {
2953
3086
  fill: fill || color || "currentColor",
@@ -2958,8 +3091,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
2958
3091
  ) }), UpleftFilled_default = IconUpleftFilled;
2959
3092
 
2960
3093
  // 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(
3094
+ import { jsx as jsx157 } from "react/jsx-runtime";
3095
+ var IconUploadfiles = ({ 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(
2963
3096
  "path",
2964
3097
  {
2965
3098
  fill: stroke || color || "currentColor",
@@ -2968,8 +3101,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
2968
3101
  ) }), Uploadfiles_default = IconUploadfiles;
2969
3102
 
2970
3103
  // 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(
3104
+ import { jsx as jsx158 } from "react/jsx-runtime";
3105
+ var IconUprightFilled = ({ 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(
2973
3106
  "path",
2974
3107
  {
2975
3108
  fill: fill || color || "currentColor",
@@ -2980,8 +3113,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
2980
3113
  ) }), UprightFilled_default = IconUprightFilled;
2981
3114
 
2982
3115
  // 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(
3116
+ import { jsx as jsx159 } from "react/jsx-runtime";
3117
+ var IconUserfeedback = ({ 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(
2985
3118
  "path",
2986
3119
  {
2987
3120
  fill: stroke || color || "currentColor",
@@ -2992,23 +3125,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
2992
3125
  ) }), Userfeedback_default = IconUserfeedback;
2993
3126
 
2994
3127
  // 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(
3128
+ import { jsx as jsx160, jsxs as jsxs77 } from "react/jsx-runtime";
3129
+ var IconVideoGeneration = ({ 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: [
3130
+ /* @__PURE__ */ jsx160(
2998
3131
  "path",
2999
3132
  {
3000
3133
  fill: stroke || color || "currentColor",
3001
3134
  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"
3002
3135
  }
3003
3136
  ),
3004
- /* @__PURE__ */ jsx151(
3137
+ /* @__PURE__ */ jsx160(
3005
3138
  "path",
3006
3139
  {
3007
3140
  fill: stroke || color || "currentColor",
3008
3141
  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"
3009
3142
  }
3010
3143
  ),
3011
- /* @__PURE__ */ jsx151(
3144
+ /* @__PURE__ */ jsx160(
3012
3145
  "path",
3013
3146
  {
3014
3147
  fill: stroke || color || "currentColor",
@@ -3020,10 +3153,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
3020
3153
  ] }), VideoGeneration_default = IconVideoGeneration;
3021
3154
 
3022
3155
  // 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(
3156
+ import { jsx as jsx161, jsxs as jsxs78 } from "react/jsx-runtime";
3157
+ var IconVideoLength = ({ 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: [
3158
+ /* @__PURE__ */ jsx161("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
3159
+ /* @__PURE__ */ jsx161(
3027
3160
  "path",
3028
3161
  {
3029
3162
  fill: stroke || color || "currentColor",
@@ -3035,9 +3168,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
3035
3168
  ] }), VideoLength_default = IconVideoLength;
3036
3169
 
3037
3170
  // 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(
3171
+ import { jsx as jsx162, jsxs as jsxs79 } from "react/jsx-runtime";
3172
+ var IconVideogenerate = ({ 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: [
3173
+ /* @__PURE__ */ jsx162(
3041
3174
  "path",
3042
3175
  {
3043
3176
  fill: stroke || color || "currentColor",
@@ -3046,7 +3179,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
3046
3179
  clipRule: "evenodd"
3047
3180
  }
3048
3181
  ),
3049
- /* @__PURE__ */ jsx153(
3182
+ /* @__PURE__ */ jsx162(
3050
3183
  "path",
3051
3184
  {
3052
3185
  fill: stroke || color || "currentColor",
@@ -3058,8 +3191,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
3058
3191
  ] }), Videogenerate_default = IconVideogenerate;
3059
3192
 
3060
3193
  // 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(
3194
+ import { jsx as jsx163 } from "react/jsx-runtime";
3195
+ var IconVisualstyles = ({ 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(
3063
3196
  "path",
3064
3197
  {
3065
3198
  fill: stroke || color || "currentColor",
@@ -3070,9 +3203,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
3070
3203
  ) }), Visualstyles_default = IconVisualstyles;
3071
3204
 
3072
3205
  // 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(
3206
+ import { jsx as jsx164, jsxs as jsxs80 } from "react/jsx-runtime";
3207
+ var IconVolume = ({ 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: [
3208
+ /* @__PURE__ */ jsx164(
3076
3209
  "path",
3077
3210
  {
3078
3211
  fill: stroke || color || "currentColor",
@@ -3081,14 +3214,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
3081
3214
  clipRule: "evenodd"
3082
3215
  }
3083
3216
  ),
3084
- /* @__PURE__ */ jsx155(
3217
+ /* @__PURE__ */ jsx164(
3085
3218
  "path",
3086
3219
  {
3087
3220
  fill: stroke || color || "currentColor",
3088
3221
  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
3222
  }
3090
3223
  ),
3091
- /* @__PURE__ */ jsx155(
3224
+ /* @__PURE__ */ jsx164(
3092
3225
  "path",
3093
3226
  {
3094
3227
  fill: stroke || color || "currentColor",
@@ -3098,8 +3231,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
3098
3231
  ] }), Volume_default = IconVolume;
3099
3232
 
3100
3233
  // 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(
3234
+ import { jsx as jsx165 } from "react/jsx-runtime";
3235
+ var IconWithdrawgame = ({ 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(
3103
3236
  "path",
3104
3237
  {
3105
3238
  fill: stroke || color || "currentColor",
@@ -3109,17 +3242,36 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
3109
3242
  }
3110
3243
  ) }), Withdrawgame_default = IconWithdrawgame;
3111
3244
 
3245
+ // src/components/Zoomhandle.tsx
3246
+ import { jsx as jsx166, jsxs as jsxs81 } from "react/jsx-runtime";
3247
+ var IconZoomhandle = ({ 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: [
3248
+ /* @__PURE__ */ jsx166(
3249
+ "path",
3250
+ {
3251
+ fill: fill || color || "currentColor",
3252
+ 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"
3253
+ }
3254
+ ),
3255
+ /* @__PURE__ */ jsx166(
3256
+ "path",
3257
+ {
3258
+ fill: stroke || color || "currentColor",
3259
+ 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"
3260
+ }
3261
+ )
3262
+ ] }), Zoomhandle_default = IconZoomhandle;
3263
+
3112
3264
  // 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(
3265
+ import { jsx as jsx167, jsxs as jsxs82 } from "react/jsx-runtime";
3266
+ var IconZoomin = ({ 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: [
3267
+ /* @__PURE__ */ jsx167(
3116
3268
  "path",
3117
3269
  {
3118
3270
  fill: stroke || color || "currentColor",
3119
3271
  d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
3120
3272
  }
3121
3273
  ),
3122
- /* @__PURE__ */ jsx157(
3274
+ /* @__PURE__ */ jsx167(
3123
3275
  "path",
3124
3276
  {
3125
3277
  fill: stroke || color || "currentColor",
@@ -3131,10 +3283,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
3131
3283
  ] }), Zoomin_default = IconZoomin;
3132
3284
 
3133
3285
  // 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(
3286
+ import { jsx as jsx168, jsxs as jsxs83 } from "react/jsx-runtime";
3287
+ var IconZoomout = ({ 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: [
3288
+ /* @__PURE__ */ jsx168("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
3289
+ /* @__PURE__ */ jsx168(
3138
3290
  "path",
3139
3291
  {
3140
3292
  fill: stroke || color || "currentColor",
@@ -3151,6 +3303,7 @@ export {
3151
3303
  Agreements_default as IconAgreements,
3152
3304
  Aiwriting_default as IconAiwriting,
3153
3305
  AngleDown_default as IconAngleDown,
3306
+ Angleright_default as IconAngleright,
3154
3307
  Announcement_default as IconAnnouncement,
3155
3308
  Artboard_default as IconArtboard,
3156
3309
  Assets_default as IconAssets,
@@ -3166,6 +3319,7 @@ export {
3166
3319
  CheckedFilled_default as IconCheckedFilled,
3167
3320
  Close_default as IconClose,
3168
3321
  Copy_default as IconCopy,
3322
+ Copylink_default as IconCopylink,
3169
3323
  CreditFilled_default as IconCreditFilled,
3170
3324
  Cursor_default as IconCursor,
3171
3325
  Delete_default as IconDelete,
@@ -3175,6 +3329,8 @@ export {
3175
3329
  Download_default as IconDownload,
3176
3330
  DownrightFilled_default as IconDownrightFilled,
3177
3331
  DraghandleFilled_default as IconDraghandleFilled,
3332
+ Favorite_default as IconFavorite,
3333
+ FavoriteFilled_default as IconFavoriteFilled,
3178
3334
  FeedbackFailFilled_default as IconFeedbackFailFilled,
3179
3335
  FeedbackPendingFilled_default as IconFeedbackPendingFilled,
3180
3336
  FeedbackProblem_default as IconFeedbackProblem,
@@ -3186,7 +3342,9 @@ export {
3186
3342
  FiletypeTxtLumiFilled_default as IconFiletypeTxtLumiFilled,
3187
3343
  FiletypeWordFilled_default as IconFiletypeWordFilled,
3188
3344
  FiletypeWordLumiFilled_default as IconFiletypeWordLumiFilled,
3345
+ Fillin_default as IconFillin,
3189
3346
  FoldedMenu_default as IconFoldedMenu,
3347
+ FullScreen_default as IconFullScreen,
3190
3348
  Game_default as IconGame,
3191
3349
  GameFilled_default as IconGameFilled,
3192
3350
  Gamebackup_default as IconGamebackup,
@@ -3268,11 +3426,13 @@ export {
3268
3426
  Ratio11_default as IconRatio11,
3269
3427
  Ratio169_default as IconRatio169,
3270
3428
  Ratio916_default as IconRatio916,
3429
+ RatioAuto_default as IconRatioAuto,
3271
3430
  ReEdit_default as IconReEdit,
3272
3431
  Regenerate_default as IconRegenerate,
3273
3432
  RightFilled_default as IconRightFilled,
3274
3433
  SceneNext_default as IconSceneNext,
3275
3434
  Scriptmode_default as IconScriptmode,
3435
+ Sendrequest_default as IconSendrequest,
3276
3436
  Share_default as IconShare,
3277
3437
  ShareFilled_default as IconShareFilled,
3278
3438
  SocialDiscord_default as IconSocialDiscord,
@@ -3289,6 +3449,7 @@ export {
3289
3449
  Tips_default as IconTips,
3290
3450
  Tools_default as IconTools,
3291
3451
  ToolsFilled_default as IconToolsFilled,
3452
+ Undo_default as IconUndo,
3292
3453
  UpFilled_default as IconUpFilled,
3293
3454
  UpleftFilled_default as IconUpleftFilled,
3294
3455
  Uploadfiles_default as IconUploadfiles,
@@ -3301,6 +3462,7 @@ export {
3301
3462
  Visualstyles_default as IconVisualstyles,
3302
3463
  Volume_default as IconVolume,
3303
3464
  Withdrawgame_default as IconWithdrawgame,
3465
+ Zoomhandle_default as IconZoomhandle,
3304
3466
  Zoomin_default as IconZoomin,
3305
3467
  Zoomout_default as IconZoomout
3306
3468
  };