@yoroll/react-icon 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +665 -381
- package/dist/index.iife.js +648 -380
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +783 -483
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Backtoprojects.d.ts +4 -0
- package/dist/types/components/FoldedMenu.d.ts +4 -0
- package/dist/types/components/Game.d.ts +4 -0
- package/dist/types/components/GameFilled.d.ts +4 -0
- package/dist/types/components/Gamebackup.d.ts +4 -0
- package/dist/types/components/GamebackupFilled.d.ts +4 -0
- package/dist/types/components/ModelOpenaiFilled.d.ts +4 -0
- package/dist/types/components/MoreCollapse.d.ts +4 -0
- package/dist/types/components/MoreShowed.d.ts +4 -0
- package/dist/types/components/Parameters.d.ts +4 -0
- package/dist/types/components/Pause.d.ts +4 -0
- package/dist/types/components/Play.d.ts +4 -0
- package/dist/types/components/Tips.d.ts +4 -0
- package/dist/types/components/Uncheck.d.ts +4 -0
- package/dist/types/components/Zoomin.d.ts +4 -0
- package/dist/types/components/Zoomout.d.ts +4 -0
- package/dist/types/components/index.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.12 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -27,6 +27,7 @@ __export(index_exports, {
|
|
|
27
27
|
IconArtboard: () => Artboard_default,
|
|
28
28
|
IconAssets: () => Assets_default,
|
|
29
29
|
IconAssetsFilled: () => AssetsFilled_default,
|
|
30
|
+
IconBacktoprojects: () => Backtoprojects_default,
|
|
30
31
|
IconBackward: () => Backward_default,
|
|
31
32
|
IconBatchShots: () => BatchShots_default,
|
|
32
33
|
IconCanvasmode: () => Canvasmode_default,
|
|
@@ -48,6 +49,11 @@ __export(index_exports, {
|
|
|
48
49
|
IconFeedbackProblemFilled: () => FeedbackProblemFilled_default,
|
|
49
50
|
IconFiletypePdfFilled: () => FiletypePdfFilled_default,
|
|
50
51
|
IconFiletypePdfLumiFilled: () => FiletypePdfLumiFilled_default,
|
|
52
|
+
IconFoldedMenu: () => FoldedMenu_default,
|
|
53
|
+
IconGame: () => Game_default,
|
|
54
|
+
IconGameFilled: () => GameFilled_default,
|
|
55
|
+
IconGamebackup: () => Gamebackup_default,
|
|
56
|
+
IconGamebackupFilled: () => GamebackupFilled_default,
|
|
51
57
|
IconGamecontrolChoice: () => GamecontrolChoice_default,
|
|
52
58
|
IconGamecontrolGameplay: () => GamecontrolGameplay_default,
|
|
53
59
|
IconGamecontrolLinear: () => GamecontrolLinear_default,
|
|
@@ -82,10 +88,13 @@ __export(index_exports, {
|
|
|
82
88
|
IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
|
|
83
89
|
IconModelGeminiFilled: () => ModelGeminiFilled_default,
|
|
84
90
|
IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
|
|
91
|
+
IconModelOpenaiFilled: () => ModelOpenaiFilled_default,
|
|
85
92
|
IconModelSeedFilled: () => ModelSeedFilled_default,
|
|
86
93
|
IconModelSoraFilled: () => ModelSoraFilled_default,
|
|
87
94
|
IconModels: () => Models_default,
|
|
88
95
|
IconMore: () => More_default,
|
|
96
|
+
IconMoreCollapse: () => MoreCollapse_default,
|
|
97
|
+
IconMoreShowed: () => MoreShowed_default,
|
|
89
98
|
IconMoresettings: () => Moresettings_default,
|
|
90
99
|
IconMusicassets: () => Musicassets_default,
|
|
91
100
|
IconMute: () => Mute_default,
|
|
@@ -94,10 +103,13 @@ __export(index_exports, {
|
|
|
94
103
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
95
104
|
IconOpendemo: () => Opendemo_default,
|
|
96
105
|
IconPageError: () => PageError_default,
|
|
106
|
+
IconParameters: () => Parameters_default,
|
|
107
|
+
IconPause: () => Pause_default,
|
|
97
108
|
IconPencil: () => Pencil_default,
|
|
98
109
|
IconPick: () => Pick_default,
|
|
99
110
|
IconPickedFilled: () => PickedFilled_default,
|
|
100
111
|
IconPlanFilled: () => PlanFilled_default,
|
|
112
|
+
IconPlay: () => Play_default,
|
|
101
113
|
IconPlayFilled: () => PlayFilled_default,
|
|
102
114
|
IconPreviouscene: () => Previouscene_default,
|
|
103
115
|
IconProblem: () => Problem_default,
|
|
@@ -122,8 +134,10 @@ __export(index_exports, {
|
|
|
122
134
|
IconSwitchOnFilled: () => SwitchOnFilled_default,
|
|
123
135
|
IconTarget: () => Target_default,
|
|
124
136
|
IconTextLogo: () => TextLogo_default,
|
|
137
|
+
IconTips: () => Tips_default,
|
|
125
138
|
IconTools: () => Tools_default,
|
|
126
139
|
IconToolsFilled: () => ToolsFilled_default,
|
|
140
|
+
IconUncheck: () => Uncheck_default,
|
|
127
141
|
IconUploadfiles: () => Uploadfiles_default,
|
|
128
142
|
IconUploadimage: () => Uploadimage_default,
|
|
129
143
|
IconUserfeedback: () => Userfeedback_default,
|
|
@@ -131,7 +145,9 @@ __export(index_exports, {
|
|
|
131
145
|
IconVideoLength: () => VideoLength_default,
|
|
132
146
|
IconVideogenerate: () => Videogenerate_default,
|
|
133
147
|
IconVisualstyles: () => Visualstyles_default,
|
|
134
|
-
IconVolume: () => Volume_default
|
|
148
|
+
IconVolume: () => Volume_default,
|
|
149
|
+
IconZoomin: () => Zoomin_default,
|
|
150
|
+
IconZoomout: () => Zoomout_default
|
|
135
151
|
});
|
|
136
152
|
module.exports = __toCommonJS(index_exports);
|
|
137
153
|
|
|
@@ -260,8 +276,48 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
260
276
|
)
|
|
261
277
|
] }), Assets_default = IconAssets;
|
|
262
278
|
|
|
279
|
+
// src/components/Backtoprojects.tsx
|
|
280
|
+
var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
281
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
282
|
+
"path",
|
|
283
|
+
{
|
|
284
|
+
fill: stroke || color || "currentColor",
|
|
285
|
+
d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
|
|
286
|
+
fillRule: "evenodd",
|
|
287
|
+
clipRule: "evenodd"
|
|
288
|
+
}
|
|
289
|
+
),
|
|
290
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
fill: stroke || color || "currentColor",
|
|
294
|
+
d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
|
|
295
|
+
fillRule: "evenodd",
|
|
296
|
+
clipRule: "evenodd"
|
|
297
|
+
}
|
|
298
|
+
),
|
|
299
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
300
|
+
"path",
|
|
301
|
+
{
|
|
302
|
+
fill: stroke || color || "currentColor",
|
|
303
|
+
d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
|
|
304
|
+
fillRule: "evenodd",
|
|
305
|
+
clipRule: "evenodd"
|
|
306
|
+
}
|
|
307
|
+
),
|
|
308
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
309
|
+
"path",
|
|
310
|
+
{
|
|
311
|
+
fill: stroke || color || "currentColor",
|
|
312
|
+
d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
|
|
313
|
+
fillRule: "evenodd",
|
|
314
|
+
clipRule: "evenodd"
|
|
315
|
+
}
|
|
316
|
+
)
|
|
317
|
+
] }), Backtoprojects_default = IconBacktoprojects;
|
|
318
|
+
|
|
263
319
|
// src/components/Backward.tsx
|
|
264
|
-
var
|
|
320
|
+
var import_jsx_runtime12 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
265
321
|
"path",
|
|
266
322
|
{
|
|
267
323
|
fill: stroke || color || "currentColor",
|
|
@@ -270,7 +326,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
270
326
|
) }), Backward_default = IconBackward;
|
|
271
327
|
|
|
272
328
|
// src/components/BatchShots.tsx
|
|
273
|
-
var
|
|
329
|
+
var import_jsx_runtime13 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
274
330
|
"path",
|
|
275
331
|
{
|
|
276
332
|
fill: stroke || color || "currentColor",
|
|
@@ -281,7 +337,7 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
281
337
|
) }), BatchShots_default = IconBatchShots;
|
|
282
338
|
|
|
283
339
|
// src/components/Canvasmode.tsx
|
|
284
|
-
var
|
|
340
|
+
var import_jsx_runtime14 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
285
341
|
"path",
|
|
286
342
|
{
|
|
287
343
|
fill: stroke || color || "currentColor",
|
|
@@ -292,7 +348,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
292
348
|
) }), Canvasmode_default = IconCanvasmode;
|
|
293
349
|
|
|
294
350
|
// src/components/Chaptercollapse.tsx
|
|
295
|
-
var
|
|
351
|
+
var import_jsx_runtime15 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
296
352
|
"path",
|
|
297
353
|
{
|
|
298
354
|
fill: stroke || color || "currentColor",
|
|
@@ -303,7 +359,7 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
303
359
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
304
360
|
|
|
305
361
|
// src/components/Chapterexpand.tsx
|
|
306
|
-
var
|
|
362
|
+
var import_jsx_runtime16 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
307
363
|
"path",
|
|
308
364
|
{
|
|
309
365
|
fill: stroke || color || "currentColor",
|
|
@@ -314,7 +370,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
314
370
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
315
371
|
|
|
316
372
|
// src/components/Check.tsx
|
|
317
|
-
var
|
|
373
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
318
374
|
"path",
|
|
319
375
|
{
|
|
320
376
|
fill: stroke || color || "currentColor",
|
|
@@ -323,18 +379,18 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
323
379
|
) }), Check_default = IconCheck;
|
|
324
380
|
|
|
325
381
|
// src/components/CheckedFilled.tsx
|
|
326
|
-
var
|
|
382
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
327
383
|
"path",
|
|
328
384
|
{
|
|
329
385
|
fill: fill || color || "currentColor",
|
|
330
|
-
d: "
|
|
386
|
+
d: "M22.5 1.5H1.5V22.5H22.5V1.5ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
331
387
|
fillRule: "evenodd",
|
|
332
388
|
clipRule: "evenodd"
|
|
333
389
|
}
|
|
334
390
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
335
391
|
|
|
336
392
|
// src/components/Close.tsx
|
|
337
|
-
var
|
|
393
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
338
394
|
"path",
|
|
339
395
|
{
|
|
340
396
|
fill: stroke || color || "currentColor",
|
|
@@ -343,9 +399,9 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
343
399
|
) }), Close_default = IconClose;
|
|
344
400
|
|
|
345
401
|
// src/components/Copy.tsx
|
|
346
|
-
var
|
|
347
|
-
/* @__PURE__ */ (0,
|
|
348
|
-
/* @__PURE__ */ (0,
|
|
402
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
403
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
404
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
349
405
|
"path",
|
|
350
406
|
{
|
|
351
407
|
fill: stroke || color || "currentColor",
|
|
@@ -357,8 +413,8 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
357
413
|
] }), Copy_default = IconCopy;
|
|
358
414
|
|
|
359
415
|
// src/components/CreditFilled.tsx
|
|
360
|
-
var
|
|
361
|
-
/* @__PURE__ */ (0,
|
|
416
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
417
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
362
418
|
"path",
|
|
363
419
|
{
|
|
364
420
|
fill: fill || color || "currentColor",
|
|
@@ -367,11 +423,11 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
367
423
|
clipRule: "evenodd"
|
|
368
424
|
}
|
|
369
425
|
) }),
|
|
370
|
-
/* @__PURE__ */ (0,
|
|
426
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
371
427
|
] }), CreditFilled_default = IconCreditFilled;
|
|
372
428
|
|
|
373
429
|
// src/components/Cursor.tsx
|
|
374
|
-
var
|
|
430
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
375
431
|
"path",
|
|
376
432
|
{
|
|
377
433
|
fill: stroke || color || "currentColor",
|
|
@@ -382,9 +438,9 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
382
438
|
) }), Cursor_default = IconCursor;
|
|
383
439
|
|
|
384
440
|
// src/components/DeleteSceneChoice.tsx
|
|
385
|
-
var
|
|
386
|
-
/* @__PURE__ */ (0,
|
|
387
|
-
/* @__PURE__ */ (0,
|
|
441
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
442
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
443
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
388
444
|
"path",
|
|
389
445
|
{
|
|
390
446
|
fill: stroke || color || "currentColor",
|
|
@@ -396,9 +452,9 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
396
452
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
397
453
|
|
|
398
454
|
// src/components/Delete.tsx
|
|
399
|
-
var
|
|
400
|
-
/* @__PURE__ */ (0,
|
|
401
|
-
/* @__PURE__ */ (0,
|
|
455
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
456
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
457
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
402
458
|
"path",
|
|
403
459
|
{
|
|
404
460
|
fill: stroke || color || "currentColor",
|
|
@@ -410,15 +466,15 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
410
466
|
] }), Delete_default = IconDelete;
|
|
411
467
|
|
|
412
468
|
// src/components/Download.tsx
|
|
413
|
-
var
|
|
414
|
-
/* @__PURE__ */ (0,
|
|
469
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
470
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
415
471
|
"path",
|
|
416
472
|
{
|
|
417
473
|
fill: stroke || color || "currentColor",
|
|
418
474
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
419
475
|
}
|
|
420
476
|
),
|
|
421
|
-
/* @__PURE__ */ (0,
|
|
477
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
422
478
|
"path",
|
|
423
479
|
{
|
|
424
480
|
fill: stroke || color || "currentColor",
|
|
@@ -430,17 +486,17 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
430
486
|
] }), Download_default = IconDownload;
|
|
431
487
|
|
|
432
488
|
// src/components/DraghandleFilled.tsx
|
|
433
|
-
var
|
|
434
|
-
/* @__PURE__ */ (0,
|
|
435
|
-
/* @__PURE__ */ (0,
|
|
436
|
-
/* @__PURE__ */ (0,
|
|
437
|
-
/* @__PURE__ */ (0,
|
|
438
|
-
/* @__PURE__ */ (0,
|
|
439
|
-
/* @__PURE__ */ (0,
|
|
489
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
490
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
491
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
492
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
440
496
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
441
497
|
|
|
442
498
|
// src/components/FeedbackFailFilled.tsx
|
|
443
|
-
var
|
|
499
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
444
500
|
"path",
|
|
445
501
|
{
|
|
446
502
|
fill: fill || color || "currentColor",
|
|
@@ -451,7 +507,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
451
507
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
452
508
|
|
|
453
509
|
// src/components/FeedbackPendingFilled.tsx
|
|
454
|
-
var
|
|
510
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
455
511
|
"path",
|
|
456
512
|
{
|
|
457
513
|
fill: fill || color || "currentColor",
|
|
@@ -462,7 +518,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
462
518
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
463
519
|
|
|
464
520
|
// src/components/FeedbackProblemFilled.tsx
|
|
465
|
-
var
|
|
521
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
466
522
|
"path",
|
|
467
523
|
{
|
|
468
524
|
fill: fill || color || "currentColor",
|
|
@@ -473,29 +529,29 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
473
529
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
474
530
|
|
|
475
531
|
// src/components/FeedbackProblem.tsx
|
|
476
|
-
var
|
|
477
|
-
/* @__PURE__ */ (0,
|
|
532
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
533
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
478
534
|
"path",
|
|
479
535
|
{
|
|
480
536
|
fill: stroke || color || "currentColor",
|
|
481
537
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
482
538
|
}
|
|
483
539
|
),
|
|
484
|
-
/* @__PURE__ */ (0,
|
|
540
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
485
541
|
"path",
|
|
486
542
|
{
|
|
487
543
|
fill: stroke || color || "currentColor",
|
|
488
544
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
489
545
|
}
|
|
490
546
|
),
|
|
491
|
-
/* @__PURE__ */ (0,
|
|
547
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
492
548
|
"path",
|
|
493
549
|
{
|
|
494
550
|
fill: stroke || color || "currentColor",
|
|
495
551
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
496
552
|
}
|
|
497
553
|
),
|
|
498
|
-
/* @__PURE__ */ (0,
|
|
554
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
499
555
|
"path",
|
|
500
556
|
{
|
|
501
557
|
fill: stroke || color || "currentColor",
|
|
@@ -507,8 +563,8 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
507
563
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
508
564
|
|
|
509
565
|
// src/components/FiletypePdfFilled.tsx
|
|
510
|
-
var
|
|
511
|
-
/* @__PURE__ */ (0,
|
|
566
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
567
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
512
568
|
"path",
|
|
513
569
|
{
|
|
514
570
|
fill: "#FF3E4C",
|
|
@@ -516,14 +572,14 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
516
572
|
style: { opacity: 0.3 }
|
|
517
573
|
}
|
|
518
574
|
) }),
|
|
519
|
-
/* @__PURE__ */ (0,
|
|
575
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
520
576
|
"path",
|
|
521
577
|
{
|
|
522
578
|
fill: "#FF3E4C",
|
|
523
579
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
524
580
|
}
|
|
525
581
|
),
|
|
526
|
-
/* @__PURE__ */ (0,
|
|
582
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
527
583
|
"path",
|
|
528
584
|
{
|
|
529
585
|
fill: "#FF3E4C",
|
|
@@ -533,8 +589,8 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
533
589
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
534
590
|
|
|
535
591
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
536
|
-
var
|
|
537
|
-
/* @__PURE__ */ (0,
|
|
592
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
593
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
538
594
|
"path",
|
|
539
595
|
{
|
|
540
596
|
fill: "#2E2E2E",
|
|
@@ -542,14 +598,14 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
542
598
|
style: { opacity: 0.3 }
|
|
543
599
|
}
|
|
544
600
|
) }),
|
|
545
|
-
/* @__PURE__ */ (0,
|
|
601
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
546
602
|
"path",
|
|
547
603
|
{
|
|
548
604
|
fill: "#2E2E2E",
|
|
549
605
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
550
606
|
}
|
|
551
607
|
),
|
|
552
|
-
/* @__PURE__ */ (0,
|
|
608
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
553
609
|
"path",
|
|
554
610
|
{
|
|
555
611
|
fill: "#2E2E2E",
|
|
@@ -558,8 +614,98 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
558
614
|
)
|
|
559
615
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
560
616
|
|
|
617
|
+
// src/components/FoldedMenu.tsx
|
|
618
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
619
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
620
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
621
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
622
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
623
|
+
] }), FoldedMenu_default = IconFoldedMenu;
|
|
624
|
+
|
|
625
|
+
// src/components/GameFilled.tsx
|
|
626
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
627
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
630
|
+
"path",
|
|
631
|
+
{
|
|
632
|
+
fill: fill || color || "currentColor",
|
|
633
|
+
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
634
|
+
}
|
|
635
|
+
),
|
|
636
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
637
|
+
"path",
|
|
638
|
+
{
|
|
639
|
+
fill: fill || color || "currentColor",
|
|
640
|
+
d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
|
|
641
|
+
}
|
|
642
|
+
)
|
|
643
|
+
] }), GameFilled_default = IconGameFilled;
|
|
644
|
+
|
|
645
|
+
// src/components/Game.tsx
|
|
646
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
647
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
648
|
+
"path",
|
|
649
|
+
{
|
|
650
|
+
fill: stroke || color || "currentColor",
|
|
651
|
+
d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
|
|
652
|
+
fillRule: "evenodd",
|
|
653
|
+
clipRule: "evenodd"
|
|
654
|
+
}
|
|
655
|
+
),
|
|
656
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
657
|
+
"path",
|
|
658
|
+
{
|
|
659
|
+
fill: stroke || color || "currentColor",
|
|
660
|
+
d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
|
|
661
|
+
fillRule: "evenodd",
|
|
662
|
+
clipRule: "evenodd"
|
|
663
|
+
}
|
|
664
|
+
),
|
|
665
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
666
|
+
"path",
|
|
667
|
+
{
|
|
668
|
+
fill: stroke || color || "currentColor",
|
|
669
|
+
d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
|
|
670
|
+
fillRule: "evenodd",
|
|
671
|
+
clipRule: "evenodd"
|
|
672
|
+
}
|
|
673
|
+
),
|
|
674
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
675
|
+
"path",
|
|
676
|
+
{
|
|
677
|
+
fill: stroke || color || "currentColor",
|
|
678
|
+
d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
|
|
679
|
+
fillRule: "evenodd",
|
|
680
|
+
clipRule: "evenodd"
|
|
681
|
+
}
|
|
682
|
+
)
|
|
683
|
+
] }), Game_default = IconGame;
|
|
684
|
+
|
|
685
|
+
// src/components/GamebackupFilled.tsx
|
|
686
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
687
|
+
"path",
|
|
688
|
+
{
|
|
689
|
+
fill: fill || color || "currentColor",
|
|
690
|
+
d: "M12 4.44507L8.63888 0.523773L6.36111 2.47615L9.38156 6H1.5V22.5H22.5V6H14.6184L17.6389 2.47615L15.3611 0.523773L12 4.44507ZM16.5 9H19.5V19.5H16.5V9Z",
|
|
691
|
+
fillRule: "evenodd",
|
|
692
|
+
clipRule: "evenodd"
|
|
693
|
+
}
|
|
694
|
+
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
695
|
+
|
|
696
|
+
// src/components/Gamebackup.tsx
|
|
697
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
698
|
+
"path",
|
|
699
|
+
{
|
|
700
|
+
fill: stroke || color || "currentColor",
|
|
701
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H22.5V22.5H1.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM3.75 8.25V20.25H15.75V8.25H3.75ZM18 8.25V20.25H20.25V8.25H18Z",
|
|
702
|
+
fillRule: "evenodd",
|
|
703
|
+
clipRule: "evenodd"
|
|
704
|
+
}
|
|
705
|
+
) }), Gamebackup_default = IconGamebackup;
|
|
706
|
+
|
|
561
707
|
// src/components/GamecontrolChoice.tsx
|
|
562
|
-
var
|
|
708
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
563
709
|
"path",
|
|
564
710
|
{
|
|
565
711
|
fill: stroke || color || "currentColor",
|
|
@@ -570,7 +716,7 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGamecontrolChoice =
|
|
|
570
716
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
571
717
|
|
|
572
718
|
// src/components/GamecontrolGameplay.tsx
|
|
573
|
-
var
|
|
719
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
574
720
|
"path",
|
|
575
721
|
{
|
|
576
722
|
fill: stroke || color || "currentColor",
|
|
@@ -581,7 +727,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
581
727
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
582
728
|
|
|
583
729
|
// src/components/GamecontrolLinear.tsx
|
|
584
|
-
var
|
|
730
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
585
731
|
"path",
|
|
586
732
|
{
|
|
587
733
|
fill: stroke || color || "currentColor",
|
|
@@ -592,7 +738,7 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
592
738
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
593
739
|
|
|
594
740
|
// src/components/Gamelanguage.tsx
|
|
595
|
-
var
|
|
741
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
596
742
|
"path",
|
|
597
743
|
{
|
|
598
744
|
fill: stroke || color || "currentColor",
|
|
@@ -603,8 +749,8 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
603
749
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
604
750
|
|
|
605
751
|
// src/components/Gamepreview.tsx
|
|
606
|
-
var
|
|
607
|
-
/* @__PURE__ */ (0,
|
|
752
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
753
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
608
754
|
"path",
|
|
609
755
|
{
|
|
610
756
|
fill: stroke || color || "currentColor",
|
|
@@ -613,7 +759,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
613
759
|
clipRule: "evenodd"
|
|
614
760
|
}
|
|
615
761
|
),
|
|
616
|
-
/* @__PURE__ */ (0,
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
617
763
|
"path",
|
|
618
764
|
{
|
|
619
765
|
fill: stroke || color || "currentColor",
|
|
@@ -625,15 +771,15 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
625
771
|
] }), Gamepreview_default = IconGamepreview;
|
|
626
772
|
|
|
627
773
|
// src/components/GenerateMultimage.tsx
|
|
628
|
-
var
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
774
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
775
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
630
776
|
"path",
|
|
631
777
|
{
|
|
632
778
|
fill: stroke || color || "currentColor",
|
|
633
779
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
634
780
|
}
|
|
635
781
|
),
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
782
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
637
783
|
"path",
|
|
638
784
|
{
|
|
639
785
|
fill: stroke || color || "currentColor",
|
|
@@ -642,11 +788,11 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
642
788
|
clipRule: "evenodd"
|
|
643
789
|
}
|
|
644
790
|
),
|
|
645
|
-
/* @__PURE__ */ (0,
|
|
791
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
646
792
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
647
793
|
|
|
648
794
|
// src/components/GenerateFilled.tsx
|
|
649
|
-
var
|
|
795
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
650
796
|
"path",
|
|
651
797
|
{
|
|
652
798
|
fill: fill || color || "currentColor",
|
|
@@ -657,15 +803,15 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
657
803
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
658
804
|
|
|
659
805
|
// src/components/GenerateFrameStart.tsx
|
|
660
|
-
var
|
|
661
|
-
/* @__PURE__ */ (0,
|
|
806
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
807
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
662
808
|
"path",
|
|
663
809
|
{
|
|
664
810
|
fill: stroke || color || "currentColor",
|
|
665
811
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
666
812
|
}
|
|
667
813
|
),
|
|
668
|
-
/* @__PURE__ */ (0,
|
|
814
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
669
815
|
"path",
|
|
670
816
|
{
|
|
671
817
|
fill: stroke || color || "currentColor",
|
|
@@ -677,8 +823,8 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
677
823
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
678
824
|
|
|
679
825
|
// src/components/GenerateFrameStart2End.tsx
|
|
680
|
-
var
|
|
681
|
-
/* @__PURE__ */ (0,
|
|
826
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
827
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
682
828
|
"path",
|
|
683
829
|
{
|
|
684
830
|
fill: stroke || color || "currentColor",
|
|
@@ -687,14 +833,14 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
687
833
|
clipRule: "evenodd"
|
|
688
834
|
}
|
|
689
835
|
),
|
|
690
|
-
/* @__PURE__ */ (0,
|
|
836
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
691
837
|
"path",
|
|
692
838
|
{
|
|
693
839
|
fill: stroke || color || "currentColor",
|
|
694
840
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
695
841
|
}
|
|
696
842
|
),
|
|
697
|
-
/* @__PURE__ */ (0,
|
|
843
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
698
844
|
"path",
|
|
699
845
|
{
|
|
700
846
|
fill: stroke || color || "currentColor",
|
|
@@ -706,8 +852,8 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
706
852
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
707
853
|
|
|
708
854
|
// src/components/GenerateSwitchframe.tsx
|
|
709
|
-
var
|
|
710
|
-
/* @__PURE__ */ (0,
|
|
855
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
711
857
|
"path",
|
|
712
858
|
{
|
|
713
859
|
fill: stroke || color || "currentColor",
|
|
@@ -716,7 +862,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
716
862
|
clipRule: "evenodd"
|
|
717
863
|
}
|
|
718
864
|
),
|
|
719
|
-
/* @__PURE__ */ (0,
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
720
866
|
"path",
|
|
721
867
|
{
|
|
722
868
|
fill: stroke || color || "currentColor",
|
|
@@ -728,15 +874,15 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
728
874
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
729
875
|
|
|
730
876
|
// src/components/GenerateT2V.tsx
|
|
731
|
-
var
|
|
732
|
-
/* @__PURE__ */ (0,
|
|
877
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
733
879
|
"path",
|
|
734
880
|
{
|
|
735
881
|
fill: stroke || color || "currentColor",
|
|
736
882
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
737
883
|
}
|
|
738
884
|
),
|
|
739
|
-
/* @__PURE__ */ (0,
|
|
885
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
740
886
|
"path",
|
|
741
887
|
{
|
|
742
888
|
fill: stroke || color || "currentColor",
|
|
@@ -748,15 +894,15 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
748
894
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
749
895
|
|
|
750
896
|
// src/components/GenreAuto.tsx
|
|
751
|
-
var
|
|
752
|
-
/* @__PURE__ */ (0,
|
|
897
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
898
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
753
899
|
"path",
|
|
754
900
|
{
|
|
755
901
|
fill: stroke || color || "currentColor",
|
|
756
902
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
757
903
|
}
|
|
758
904
|
),
|
|
759
|
-
/* @__PURE__ */ (0,
|
|
905
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
760
906
|
"path",
|
|
761
907
|
{
|
|
762
908
|
fill: stroke || color || "currentColor",
|
|
@@ -765,15 +911,15 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
765
911
|
clipRule: "evenodd"
|
|
766
912
|
}
|
|
767
913
|
),
|
|
768
|
-
/* @__PURE__ */ (0,
|
|
769
|
-
/* @__PURE__ */ (0,
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
770
916
|
"path",
|
|
771
917
|
{
|
|
772
918
|
fill: stroke || color || "currentColor",
|
|
773
919
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
774
920
|
}
|
|
775
921
|
),
|
|
776
|
-
/* @__PURE__ */ (0,
|
|
922
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
777
923
|
"path",
|
|
778
924
|
{
|
|
779
925
|
fill: stroke || color || "currentColor",
|
|
@@ -783,22 +929,22 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
783
929
|
] }), GenreAuto_default = IconGenreAuto;
|
|
784
930
|
|
|
785
931
|
// src/components/GenreComedy.tsx
|
|
786
|
-
var
|
|
787
|
-
/* @__PURE__ */ (0,
|
|
932
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
933
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
788
934
|
"path",
|
|
789
935
|
{
|
|
790
936
|
fill: stroke || color || "currentColor",
|
|
791
937
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
792
938
|
}
|
|
793
939
|
),
|
|
794
|
-
/* @__PURE__ */ (0,
|
|
940
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
795
941
|
"path",
|
|
796
942
|
{
|
|
797
943
|
fill: stroke || color || "currentColor",
|
|
798
944
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
799
945
|
}
|
|
800
946
|
),
|
|
801
|
-
/* @__PURE__ */ (0,
|
|
947
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
802
948
|
"path",
|
|
803
949
|
{
|
|
804
950
|
fill: stroke || color || "currentColor",
|
|
@@ -807,7 +953,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
807
953
|
clipRule: "evenodd"
|
|
808
954
|
}
|
|
809
955
|
),
|
|
810
|
-
/* @__PURE__ */ (0,
|
|
956
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
811
957
|
"path",
|
|
812
958
|
{
|
|
813
959
|
fill: stroke || color || "currentColor",
|
|
@@ -819,7 +965,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
819
965
|
] }), GenreComedy_default = IconGenreComedy;
|
|
820
966
|
|
|
821
967
|
// src/components/GenreFantasy.tsx
|
|
822
|
-
var
|
|
968
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
823
969
|
"path",
|
|
824
970
|
{
|
|
825
971
|
fill: stroke || color || "currentColor",
|
|
@@ -830,22 +976,22 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
830
976
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
831
977
|
|
|
832
978
|
// src/components/GenreHorror.tsx
|
|
833
|
-
var
|
|
834
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
835
981
|
"path",
|
|
836
982
|
{
|
|
837
983
|
fill: stroke || color || "currentColor",
|
|
838
984
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
839
985
|
}
|
|
840
986
|
),
|
|
841
|
-
/* @__PURE__ */ (0,
|
|
987
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
842
988
|
"path",
|
|
843
989
|
{
|
|
844
990
|
fill: stroke || color || "currentColor",
|
|
845
991
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
846
992
|
}
|
|
847
993
|
),
|
|
848
|
-
/* @__PURE__ */ (0,
|
|
994
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
849
995
|
"path",
|
|
850
996
|
{
|
|
851
997
|
fill: stroke || color || "currentColor",
|
|
@@ -857,7 +1003,7 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
857
1003
|
] }), GenreHorror_default = IconGenreHorror;
|
|
858
1004
|
|
|
859
1005
|
// src/components/GenreRomance.tsx
|
|
860
|
-
var
|
|
1006
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
861
1007
|
"path",
|
|
862
1008
|
{
|
|
863
1009
|
fill: stroke || color || "currentColor",
|
|
@@ -868,15 +1014,15 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
868
1014
|
) }), GenreRomance_default = IconGenreRomance;
|
|
869
1015
|
|
|
870
1016
|
// src/components/GenreScifi.tsx
|
|
871
|
-
var
|
|
872
|
-
/* @__PURE__ */ (0,
|
|
1017
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
873
1019
|
"path",
|
|
874
1020
|
{
|
|
875
1021
|
fill: stroke || color || "currentColor",
|
|
876
1022
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
877
1023
|
}
|
|
878
1024
|
),
|
|
879
|
-
/* @__PURE__ */ (0,
|
|
1025
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
880
1026
|
"path",
|
|
881
1027
|
{
|
|
882
1028
|
fill: stroke || color || "currentColor",
|
|
@@ -885,7 +1031,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
885
1031
|
clipRule: "evenodd"
|
|
886
1032
|
}
|
|
887
1033
|
),
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
1034
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
889
1035
|
"path",
|
|
890
1036
|
{
|
|
891
1037
|
fill: stroke || color || "currentColor",
|
|
@@ -895,7 +1041,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
895
1041
|
] }), GenreScifi_default = IconGenreScifi;
|
|
896
1042
|
|
|
897
1043
|
// src/components/GenreSuspense.tsx
|
|
898
|
-
var
|
|
1044
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
899
1045
|
"path",
|
|
900
1046
|
{
|
|
901
1047
|
fill: stroke || color || "currentColor",
|
|
@@ -906,7 +1052,7 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
906
1052
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
907
1053
|
|
|
908
1054
|
// src/components/Genre.tsx
|
|
909
|
-
var
|
|
1055
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
910
1056
|
"path",
|
|
911
1057
|
{
|
|
912
1058
|
fill: stroke || color || "currentColor",
|
|
@@ -917,8 +1063,8 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
917
1063
|
) }), Genre_default = IconGenre;
|
|
918
1064
|
|
|
919
1065
|
// src/components/GoogleLogoFilled.tsx
|
|
920
|
-
var
|
|
921
|
-
/* @__PURE__ */ (0,
|
|
1066
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1067
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
922
1068
|
"mask",
|
|
923
1069
|
{
|
|
924
1070
|
id: "mask0_48_113",
|
|
@@ -928,7 +1074,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
928
1074
|
y: "0",
|
|
929
1075
|
maskUnits: "userSpaceOnUse",
|
|
930
1076
|
style: { maskType: "luminance" },
|
|
931
|
-
children: /* @__PURE__ */ (0,
|
|
1077
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
932
1078
|
"path",
|
|
933
1079
|
{
|
|
934
1080
|
fill: stroke || color || "currentColor",
|
|
@@ -937,64 +1083,64 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
937
1083
|
)
|
|
938
1084
|
}
|
|
939
1085
|
),
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
1086
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1087
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
942
1088
|
"path",
|
|
943
1089
|
{
|
|
944
1090
|
fill: "url(#paint0_radial_48_113)",
|
|
945
1091
|
d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
|
|
946
1092
|
}
|
|
947
1093
|
) }),
|
|
948
|
-
/* @__PURE__ */ (0,
|
|
1094
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
949
1095
|
"path",
|
|
950
1096
|
{
|
|
951
1097
|
fill: "url(#paint1_radial_48_113)",
|
|
952
1098
|
d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
|
|
953
1099
|
}
|
|
954
1100
|
) }),
|
|
955
|
-
/* @__PURE__ */ (0,
|
|
1101
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
956
1102
|
"path",
|
|
957
1103
|
{
|
|
958
1104
|
fill: "url(#paint2_radial_48_113)",
|
|
959
1105
|
d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
|
|
960
1106
|
}
|
|
961
1107
|
) }),
|
|
962
|
-
/* @__PURE__ */ (0,
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
963
1109
|
"path",
|
|
964
1110
|
{
|
|
965
1111
|
fill: "url(#paint3_radial_48_113)",
|
|
966
1112
|
d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
|
|
967
1113
|
}
|
|
968
1114
|
) }),
|
|
969
|
-
/* @__PURE__ */ (0,
|
|
1115
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
970
1116
|
"path",
|
|
971
1117
|
{
|
|
972
1118
|
fill: "#3086FF",
|
|
973
1119
|
d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
|
|
974
1120
|
}
|
|
975
1121
|
) }),
|
|
976
|
-
/* @__PURE__ */ (0,
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
977
1123
|
"path",
|
|
978
1124
|
{
|
|
979
1125
|
fill: "url(#paint4_radial_48_113)",
|
|
980
1126
|
d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
|
|
981
1127
|
}
|
|
982
1128
|
) }),
|
|
983
|
-
/* @__PURE__ */ (0,
|
|
1129
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
984
1130
|
"path",
|
|
985
1131
|
{
|
|
986
1132
|
fill: "url(#paint5_radial_48_113)",
|
|
987
1133
|
d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
|
|
988
1134
|
}
|
|
989
1135
|
) }),
|
|
990
|
-
/* @__PURE__ */ (0,
|
|
1136
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
991
1137
|
"path",
|
|
992
1138
|
{
|
|
993
1139
|
fill: "url(#paint6_radial_48_113)",
|
|
994
1140
|
d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
|
|
995
1141
|
}
|
|
996
1142
|
) }),
|
|
997
|
-
/* @__PURE__ */ (0,
|
|
1143
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
998
1144
|
"path",
|
|
999
1145
|
{
|
|
1000
1146
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1002,8 +1148,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1002
1148
|
}
|
|
1003
1149
|
) })
|
|
1004
1150
|
] }),
|
|
1005
|
-
/* @__PURE__ */ (0,
|
|
1006
|
-
/* @__PURE__ */ (0,
|
|
1151
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("defs", { children: [
|
|
1152
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1007
1153
|
"filter",
|
|
1008
1154
|
{
|
|
1009
1155
|
id: "filter0_f_48_113",
|
|
@@ -1014,13 +1160,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1014
1160
|
filterUnits: "userSpaceOnUse",
|
|
1015
1161
|
colorInterpolationFilters: "sRGB",
|
|
1016
1162
|
children: [
|
|
1017
|
-
/* @__PURE__ */ (0,
|
|
1018
|
-
/* @__PURE__ */ (0,
|
|
1019
|
-
/* @__PURE__ */ (0,
|
|
1163
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1164
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1165
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1020
1166
|
]
|
|
1021
1167
|
}
|
|
1022
1168
|
),
|
|
1023
|
-
/* @__PURE__ */ (0,
|
|
1169
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1024
1170
|
"filter",
|
|
1025
1171
|
{
|
|
1026
1172
|
id: "filter1_f_48_113",
|
|
@@ -1031,13 +1177,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1031
1177
|
filterUnits: "userSpaceOnUse",
|
|
1032
1178
|
colorInterpolationFilters: "sRGB",
|
|
1033
1179
|
children: [
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1035
|
-
/* @__PURE__ */ (0,
|
|
1036
|
-
/* @__PURE__ */ (0,
|
|
1180
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1181
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1182
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1037
1183
|
]
|
|
1038
1184
|
}
|
|
1039
1185
|
),
|
|
1040
|
-
/* @__PURE__ */ (0,
|
|
1186
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1041
1187
|
"filter",
|
|
1042
1188
|
{
|
|
1043
1189
|
id: "filter2_f_48_113",
|
|
@@ -1048,13 +1194,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1048
1194
|
filterUnits: "userSpaceOnUse",
|
|
1049
1195
|
colorInterpolationFilters: "sRGB",
|
|
1050
1196
|
children: [
|
|
1051
|
-
/* @__PURE__ */ (0,
|
|
1052
|
-
/* @__PURE__ */ (0,
|
|
1053
|
-
/* @__PURE__ */ (0,
|
|
1197
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1198
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1199
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1054
1200
|
]
|
|
1055
1201
|
}
|
|
1056
1202
|
),
|
|
1057
|
-
/* @__PURE__ */ (0,
|
|
1203
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1058
1204
|
"filter",
|
|
1059
1205
|
{
|
|
1060
1206
|
id: "filter3_f_48_113",
|
|
@@ -1065,13 +1211,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1065
1211
|
filterUnits: "userSpaceOnUse",
|
|
1066
1212
|
colorInterpolationFilters: "sRGB",
|
|
1067
1213
|
children: [
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1069
|
-
/* @__PURE__ */ (0,
|
|
1070
|
-
/* @__PURE__ */ (0,
|
|
1214
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1215
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1071
1217
|
]
|
|
1072
1218
|
}
|
|
1073
1219
|
),
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1220
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1075
1221
|
"filter",
|
|
1076
1222
|
{
|
|
1077
1223
|
id: "filter4_f_48_113",
|
|
@@ -1082,13 +1228,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1082
1228
|
filterUnits: "userSpaceOnUse",
|
|
1083
1229
|
colorInterpolationFilters: "sRGB",
|
|
1084
1230
|
children: [
|
|
1085
|
-
/* @__PURE__ */ (0,
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1087
|
-
/* @__PURE__ */ (0,
|
|
1231
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1232
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1233
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1088
1234
|
]
|
|
1089
1235
|
}
|
|
1090
1236
|
),
|
|
1091
|
-
/* @__PURE__ */ (0,
|
|
1237
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1092
1238
|
"filter",
|
|
1093
1239
|
{
|
|
1094
1240
|
id: "filter5_f_48_113",
|
|
@@ -1099,13 +1245,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1099
1245
|
filterUnits: "userSpaceOnUse",
|
|
1100
1246
|
colorInterpolationFilters: "sRGB",
|
|
1101
1247
|
children: [
|
|
1102
|
-
/* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1104
|
-
/* @__PURE__ */ (0,
|
|
1248
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1249
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1250
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1105
1251
|
]
|
|
1106
1252
|
}
|
|
1107
1253
|
),
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1254
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1109
1255
|
"filter",
|
|
1110
1256
|
{
|
|
1111
1257
|
id: "filter6_f_48_113",
|
|
@@ -1116,13 +1262,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1116
1262
|
filterUnits: "userSpaceOnUse",
|
|
1117
1263
|
colorInterpolationFilters: "sRGB",
|
|
1118
1264
|
children: [
|
|
1119
|
-
/* @__PURE__ */ (0,
|
|
1120
|
-
/* @__PURE__ */ (0,
|
|
1121
|
-
/* @__PURE__ */ (0,
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1266
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1267
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1122
1268
|
]
|
|
1123
1269
|
}
|
|
1124
1270
|
),
|
|
1125
|
-
/* @__PURE__ */ (0,
|
|
1271
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1126
1272
|
"filter",
|
|
1127
1273
|
{
|
|
1128
1274
|
id: "filter7_f_48_113",
|
|
@@ -1133,13 +1279,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1133
1279
|
filterUnits: "userSpaceOnUse",
|
|
1134
1280
|
colorInterpolationFilters: "sRGB",
|
|
1135
1281
|
children: [
|
|
1136
|
-
/* @__PURE__ */ (0,
|
|
1137
|
-
/* @__PURE__ */ (0,
|
|
1138
|
-
/* @__PURE__ */ (0,
|
|
1282
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1283
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1284
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1139
1285
|
]
|
|
1140
1286
|
}
|
|
1141
1287
|
),
|
|
1142
|
-
/* @__PURE__ */ (0,
|
|
1288
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1143
1289
|
"filter",
|
|
1144
1290
|
{
|
|
1145
1291
|
id: "filter8_f_48_113",
|
|
@@ -1150,13 +1296,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1150
1296
|
filterUnits: "userSpaceOnUse",
|
|
1151
1297
|
colorInterpolationFilters: "sRGB",
|
|
1152
1298
|
children: [
|
|
1153
|
-
/* @__PURE__ */ (0,
|
|
1154
|
-
/* @__PURE__ */ (0,
|
|
1155
|
-
/* @__PURE__ */ (0,
|
|
1299
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1300
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1301
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1156
1302
|
]
|
|
1157
1303
|
}
|
|
1158
1304
|
),
|
|
1159
|
-
/* @__PURE__ */ (0,
|
|
1305
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1160
1306
|
"radialGradient",
|
|
1161
1307
|
{
|
|
1162
1308
|
id: "paint0_radial_48_113",
|
|
@@ -1166,20 +1312,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1166
1312
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1167
1313
|
gradientUnits: "userSpaceOnUse",
|
|
1168
1314
|
children: [
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1170
|
-
/* @__PURE__ */ (0,
|
|
1171
|
-
/* @__PURE__ */ (0,
|
|
1172
|
-
/* @__PURE__ */ (0,
|
|
1173
|
-
/* @__PURE__ */ (0,
|
|
1174
|
-
/* @__PURE__ */ (0,
|
|
1175
|
-
/* @__PURE__ */ (0,
|
|
1176
|
-
/* @__PURE__ */ (0,
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1315
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1316
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1317
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1318
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1319
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1320
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1321
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1322
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1323
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1324
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1179
1325
|
]
|
|
1180
1326
|
}
|
|
1181
1327
|
),
|
|
1182
|
-
/* @__PURE__ */ (0,
|
|
1328
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1183
1329
|
"radialGradient",
|
|
1184
1330
|
{
|
|
1185
1331
|
id: "paint1_radial_48_113",
|
|
@@ -1189,12 +1335,12 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1189
1335
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1190
1336
|
gradientUnits: "userSpaceOnUse",
|
|
1191
1337
|
children: [
|
|
1192
|
-
/* @__PURE__ */ (0,
|
|
1193
|
-
/* @__PURE__ */ (0,
|
|
1338
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1339
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1194
1340
|
]
|
|
1195
1341
|
}
|
|
1196
1342
|
),
|
|
1197
|
-
/* @__PURE__ */ (0,
|
|
1343
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1198
1344
|
"radialGradient",
|
|
1199
1345
|
{
|
|
1200
1346
|
id: "paint2_radial_48_113",
|
|
@@ -1204,18 +1350,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1204
1350
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1205
1351
|
gradientUnits: "userSpaceOnUse",
|
|
1206
1352
|
children: [
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1208
|
-
/* @__PURE__ */ (0,
|
|
1209
|
-
/* @__PURE__ */ (0,
|
|
1210
|
-
/* @__PURE__ */ (0,
|
|
1211
|
-
/* @__PURE__ */ (0,
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1213
|
-
/* @__PURE__ */ (0,
|
|
1214
|
-
/* @__PURE__ */ (0,
|
|
1353
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1354
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1355
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1357
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1358
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1359
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1360
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1215
1361
|
]
|
|
1216
1362
|
}
|
|
1217
1363
|
),
|
|
1218
|
-
/* @__PURE__ */ (0,
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1219
1365
|
"radialGradient",
|
|
1220
1366
|
{
|
|
1221
1367
|
id: "paint3_radial_48_113",
|
|
@@ -1225,19 +1371,19 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1225
1371
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1226
1372
|
gradientUnits: "userSpaceOnUse",
|
|
1227
1373
|
children: [
|
|
1228
|
-
/* @__PURE__ */ (0,
|
|
1229
|
-
/* @__PURE__ */ (0,
|
|
1230
|
-
/* @__PURE__ */ (0,
|
|
1231
|
-
/* @__PURE__ */ (0,
|
|
1232
|
-
/* @__PURE__ */ (0,
|
|
1233
|
-
/* @__PURE__ */ (0,
|
|
1234
|
-
/* @__PURE__ */ (0,
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1374
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1376
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1377
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1378
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1379
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1380
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1381
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1382
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1237
1383
|
]
|
|
1238
1384
|
}
|
|
1239
1385
|
),
|
|
1240
|
-
/* @__PURE__ */ (0,
|
|
1386
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1241
1387
|
"radialGradient",
|
|
1242
1388
|
{
|
|
1243
1389
|
id: "paint4_radial_48_113",
|
|
@@ -1247,18 +1393,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1247
1393
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1248
1394
|
gradientUnits: "userSpaceOnUse",
|
|
1249
1395
|
children: [
|
|
1250
|
-
/* @__PURE__ */ (0,
|
|
1251
|
-
/* @__PURE__ */ (0,
|
|
1252
|
-
/* @__PURE__ */ (0,
|
|
1253
|
-
/* @__PURE__ */ (0,
|
|
1254
|
-
/* @__PURE__ */ (0,
|
|
1255
|
-
/* @__PURE__ */ (0,
|
|
1256
|
-
/* @__PURE__ */ (0,
|
|
1257
|
-
/* @__PURE__ */ (0,
|
|
1396
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1397
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1398
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1399
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1400
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1401
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1402
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1403
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1258
1404
|
]
|
|
1259
1405
|
}
|
|
1260
1406
|
),
|
|
1261
|
-
/* @__PURE__ */ (0,
|
|
1407
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1262
1408
|
"radialGradient",
|
|
1263
1409
|
{
|
|
1264
1410
|
id: "paint5_radial_48_113",
|
|
@@ -1268,15 +1414,15 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1268
1414
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1269
1415
|
gradientUnits: "userSpaceOnUse",
|
|
1270
1416
|
children: [
|
|
1271
|
-
/* @__PURE__ */ (0,
|
|
1272
|
-
/* @__PURE__ */ (0,
|
|
1273
|
-
/* @__PURE__ */ (0,
|
|
1274
|
-
/* @__PURE__ */ (0,
|
|
1275
|
-
/* @__PURE__ */ (0,
|
|
1417
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1418
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1419
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1421
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1276
1422
|
]
|
|
1277
1423
|
}
|
|
1278
1424
|
),
|
|
1279
|
-
/* @__PURE__ */ (0,
|
|
1425
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1280
1426
|
"radialGradient",
|
|
1281
1427
|
{
|
|
1282
1428
|
id: "paint6_radial_48_113",
|
|
@@ -1286,20 +1432,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1286
1432
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1287
1433
|
gradientUnits: "userSpaceOnUse",
|
|
1288
1434
|
children: [
|
|
1289
|
-
/* @__PURE__ */ (0,
|
|
1290
|
-
/* @__PURE__ */ (0,
|
|
1291
|
-
/* @__PURE__ */ (0,
|
|
1292
|
-
/* @__PURE__ */ (0,
|
|
1293
|
-
/* @__PURE__ */ (0,
|
|
1294
|
-
/* @__PURE__ */ (0,
|
|
1295
|
-
/* @__PURE__ */ (0,
|
|
1296
|
-
/* @__PURE__ */ (0,
|
|
1297
|
-
/* @__PURE__ */ (0,
|
|
1298
|
-
/* @__PURE__ */ (0,
|
|
1435
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1436
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1438
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1440
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1442
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1443
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1444
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
1299
1445
|
]
|
|
1300
1446
|
}
|
|
1301
1447
|
),
|
|
1302
|
-
/* @__PURE__ */ (0,
|
|
1448
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1303
1449
|
"linearGradient",
|
|
1304
1450
|
{
|
|
1305
1451
|
id: "paint7_linear_48_113",
|
|
@@ -1309,8 +1455,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1309
1455
|
y2: "21.5116",
|
|
1310
1456
|
gradientUnits: "userSpaceOnUse",
|
|
1311
1457
|
children: [
|
|
1312
|
-
/* @__PURE__ */ (0,
|
|
1313
|
-
/* @__PURE__ */ (0,
|
|
1458
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1314
1460
|
]
|
|
1315
1461
|
}
|
|
1316
1462
|
)
|
|
@@ -1318,7 +1464,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1318
1464
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1319
1465
|
|
|
1320
1466
|
// src/components/Handtool.tsx
|
|
1321
|
-
var
|
|
1467
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1322
1468
|
"path",
|
|
1323
1469
|
{
|
|
1324
1470
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,16 +1473,16 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
1327
1473
|
) }), Handtool_default = IconHandtool;
|
|
1328
1474
|
|
|
1329
1475
|
// src/components/Help.tsx
|
|
1330
|
-
var
|
|
1331
|
-
/* @__PURE__ */ (0,
|
|
1332
|
-
/* @__PURE__ */ (0,
|
|
1476
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1477
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1478
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1333
1479
|
"path",
|
|
1334
1480
|
{
|
|
1335
1481
|
fill: stroke || color || "currentColor",
|
|
1336
1482
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
1337
1483
|
}
|
|
1338
1484
|
),
|
|
1339
|
-
/* @__PURE__ */ (0,
|
|
1485
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1340
1486
|
"path",
|
|
1341
1487
|
{
|
|
1342
1488
|
fill: stroke || color || "currentColor",
|
|
@@ -1348,7 +1494,7 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
1348
1494
|
] }), Help_default = IconHelp;
|
|
1349
1495
|
|
|
1350
1496
|
// src/components/HomepageFilled.tsx
|
|
1351
|
-
var
|
|
1497
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1352
1498
|
"path",
|
|
1353
1499
|
{
|
|
1354
1500
|
fill: fill || color || "currentColor",
|
|
@@ -1359,15 +1505,15 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
1359
1505
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1360
1506
|
|
|
1361
1507
|
// src/components/ImageGeneration.tsx
|
|
1362
|
-
var
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1508
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1364
1510
|
"path",
|
|
1365
1511
|
{
|
|
1366
1512
|
fill: stroke || color || "currentColor",
|
|
1367
1513
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
1368
1514
|
}
|
|
1369
1515
|
),
|
|
1370
|
-
/* @__PURE__ */ (0,
|
|
1516
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1371
1517
|
"path",
|
|
1372
1518
|
{
|
|
1373
1519
|
fill: stroke || color || "currentColor",
|
|
@@ -1377,8 +1523,8 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
1377
1523
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1378
1524
|
|
|
1379
1525
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1380
|
-
var
|
|
1381
|
-
/* @__PURE__ */ (0,
|
|
1526
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1527
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1382
1528
|
"path",
|
|
1383
1529
|
{
|
|
1384
1530
|
fill: fill || color || "currentColor",
|
|
@@ -1387,7 +1533,7 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1387
1533
|
clipRule: "evenodd"
|
|
1388
1534
|
}
|
|
1389
1535
|
),
|
|
1390
|
-
/* @__PURE__ */ (0,
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1391
1537
|
"path",
|
|
1392
1538
|
{
|
|
1393
1539
|
fill: fill || color || "currentColor",
|
|
@@ -1397,10 +1543,10 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1397
1543
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1398
1544
|
|
|
1399
1545
|
// src/components/Info.tsx
|
|
1400
|
-
var
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1546
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1547
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1548
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1549
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1404
1550
|
"path",
|
|
1405
1551
|
{
|
|
1406
1552
|
fill: stroke || color || "currentColor",
|
|
@@ -1412,7 +1558,7 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
1412
1558
|
] }), Info_default = IconInfo;
|
|
1413
1559
|
|
|
1414
1560
|
// src/components/Invitecode.tsx
|
|
1415
|
-
var
|
|
1561
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1416
1562
|
"path",
|
|
1417
1563
|
{
|
|
1418
1564
|
fill: fill || color || "currentColor",
|
|
@@ -1423,7 +1569,7 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconInvitecode = ({ siz
|
|
|
1423
1569
|
) }), Invitecode_default = IconInvitecode;
|
|
1424
1570
|
|
|
1425
1571
|
// src/components/Loading.tsx
|
|
1426
|
-
var
|
|
1572
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
1427
1573
|
"svg",
|
|
1428
1574
|
{
|
|
1429
1575
|
fill: "none",
|
|
@@ -1433,10 +1579,10 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconLoading = ({ size,
|
|
|
1433
1579
|
height: height || size,
|
|
1434
1580
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1435
1581
|
children: [
|
|
1436
|
-
/* @__PURE__ */ (0,
|
|
1437
|
-
/* @__PURE__ */ (0,
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1582
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
1583
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("defs", { children: [
|
|
1584
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
1585
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1440
1586
|
"image",
|
|
1441
1587
|
{
|
|
1442
1588
|
id: "image0_78_19",
|
|
@@ -1452,15 +1598,15 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconLoading = ({ size,
|
|
|
1452
1598
|
), Loading_default = IconLoading;
|
|
1453
1599
|
|
|
1454
1600
|
// src/components/Login.tsx
|
|
1455
|
-
var
|
|
1456
|
-
/* @__PURE__ */ (0,
|
|
1601
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1602
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1457
1603
|
"path",
|
|
1458
1604
|
{
|
|
1459
1605
|
fill: stroke || color || "currentColor",
|
|
1460
1606
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1461
1607
|
}
|
|
1462
1608
|
),
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1609
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1464
1610
|
"path",
|
|
1465
1611
|
{
|
|
1466
1612
|
fill: stroke || color || "currentColor",
|
|
@@ -1472,8 +1618,8 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconLogin = ({ size, wi
|
|
|
1472
1618
|
] }), Login_default = IconLogin;
|
|
1473
1619
|
|
|
1474
1620
|
// src/components/Logout.tsx
|
|
1475
|
-
var
|
|
1476
|
-
/* @__PURE__ */ (0,
|
|
1621
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1622
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1477
1623
|
"path",
|
|
1478
1624
|
{
|
|
1479
1625
|
fill: stroke || color || "currentColor",
|
|
@@ -1482,7 +1628,7 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1482
1628
|
clipRule: "evenodd"
|
|
1483
1629
|
}
|
|
1484
1630
|
),
|
|
1485
|
-
/* @__PURE__ */ (0,
|
|
1631
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1486
1632
|
"path",
|
|
1487
1633
|
{
|
|
1488
1634
|
fill: stroke || color || "currentColor",
|
|
@@ -1492,17 +1638,26 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1492
1638
|
] }), Logout_default = IconLogout;
|
|
1493
1639
|
|
|
1494
1640
|
// src/components/ModelGeminiFilled.tsx
|
|
1495
|
-
var
|
|
1641
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1496
1642
|
"path",
|
|
1497
1643
|
{
|
|
1498
1644
|
fill: fill || color || "currentColor",
|
|
1499
|
-
d: "
|
|
1645
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
1500
1646
|
}
|
|
1501
1647
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1502
1648
|
|
|
1649
|
+
// src/components/ModelOpenaiFilled.tsx
|
|
1650
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1651
|
+
"path",
|
|
1652
|
+
{
|
|
1653
|
+
fill: fill || color || "currentColor",
|
|
1654
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
1655
|
+
}
|
|
1656
|
+
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1657
|
+
|
|
1503
1658
|
// src/components/ModelDeepmindFilled.tsx
|
|
1504
|
-
var
|
|
1505
|
-
/* @__PURE__ */ (0,
|
|
1659
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1660
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1506
1661
|
"path",
|
|
1507
1662
|
{
|
|
1508
1663
|
fill: fill || color || "currentColor",
|
|
@@ -1511,27 +1666,27 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconModelDeepmindFilled
|
|
|
1511
1666
|
clipRule: "evenodd"
|
|
1512
1667
|
}
|
|
1513
1668
|
) }),
|
|
1514
|
-
/* @__PURE__ */ (0,
|
|
1669
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1515
1670
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1516
1671
|
|
|
1517
1672
|
// src/components/ModelSeedFilled.tsx
|
|
1518
|
-
var
|
|
1519
|
-
/* @__PURE__ */ (0,
|
|
1520
|
-
/* @__PURE__ */ (0,
|
|
1673
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1674
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1521
1676
|
"path",
|
|
1522
1677
|
{
|
|
1523
1678
|
fill: fill || color || "currentColor",
|
|
1524
1679
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1525
1680
|
}
|
|
1526
1681
|
),
|
|
1527
|
-
/* @__PURE__ */ (0,
|
|
1682
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1528
1683
|
"path",
|
|
1529
1684
|
{
|
|
1530
1685
|
fill: fill || color || "currentColor",
|
|
1531
1686
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1532
1687
|
}
|
|
1533
1688
|
),
|
|
1534
|
-
/* @__PURE__ */ (0,
|
|
1689
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1535
1690
|
"path",
|
|
1536
1691
|
{
|
|
1537
1692
|
fill: fill || color || "currentColor",
|
|
@@ -1541,7 +1696,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelSeedFilled = (
|
|
|
1541
1696
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1542
1697
|
|
|
1543
1698
|
// src/components/ModelSoraFilled.tsx
|
|
1544
|
-
var
|
|
1699
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1545
1700
|
"path",
|
|
1546
1701
|
{
|
|
1547
1702
|
fill: fill || color || "currentColor",
|
|
@@ -1550,7 +1705,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelSoraFilled = (
|
|
|
1550
1705
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1551
1706
|
|
|
1552
1707
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1553
|
-
var
|
|
1708
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
1554
1709
|
size,
|
|
1555
1710
|
width,
|
|
1556
1711
|
height,
|
|
@@ -1558,64 +1713,64 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1558
1713
|
className,
|
|
1559
1714
|
fill,
|
|
1560
1715
|
stroke
|
|
1561
|
-
}) => /* @__PURE__ */ (0,
|
|
1562
|
-
/* @__PURE__ */ (0,
|
|
1716
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1563
1718
|
"path",
|
|
1564
1719
|
{
|
|
1565
1720
|
fill: "#5A5C62",
|
|
1566
1721
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
1567
1722
|
}
|
|
1568
1723
|
),
|
|
1569
|
-
/* @__PURE__ */ (0,
|
|
1724
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1570
1725
|
"path",
|
|
1571
1726
|
{
|
|
1572
1727
|
fill: "#D5D6D7",
|
|
1573
1728
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
1574
1729
|
}
|
|
1575
1730
|
),
|
|
1576
|
-
/* @__PURE__ */ (0,
|
|
1731
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1577
1732
|
"path",
|
|
1578
1733
|
{
|
|
1579
1734
|
fill: "#C4C5C7",
|
|
1580
1735
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
1581
1736
|
}
|
|
1582
1737
|
),
|
|
1583
|
-
/* @__PURE__ */ (0,
|
|
1738
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1584
1739
|
"path",
|
|
1585
1740
|
{
|
|
1586
1741
|
fill: "#7B7C81",
|
|
1587
1742
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
1588
1743
|
}
|
|
1589
1744
|
),
|
|
1590
|
-
/* @__PURE__ */ (0,
|
|
1745
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1591
1746
|
"path",
|
|
1592
1747
|
{
|
|
1593
1748
|
fill: "#85878B",
|
|
1594
1749
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
1595
1750
|
}
|
|
1596
1751
|
),
|
|
1597
|
-
/* @__PURE__ */ (0,
|
|
1752
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1598
1753
|
"path",
|
|
1599
1754
|
{
|
|
1600
1755
|
fill: "#1B1D24",
|
|
1601
1756
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
1602
1757
|
}
|
|
1603
1758
|
),
|
|
1604
|
-
/* @__PURE__ */ (0,
|
|
1759
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1605
1760
|
"path",
|
|
1606
1761
|
{
|
|
1607
1762
|
fill: "#D5D6D7",
|
|
1608
1763
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
1609
1764
|
}
|
|
1610
1765
|
),
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
1766
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1612
1767
|
"path",
|
|
1613
1768
|
{
|
|
1614
1769
|
fill: "#85878B",
|
|
1615
1770
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
1616
1771
|
}
|
|
1617
1772
|
),
|
|
1618
|
-
/* @__PURE__ */ (0,
|
|
1773
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1619
1774
|
"path",
|
|
1620
1775
|
{
|
|
1621
1776
|
fill: "#D5D6D7",
|
|
@@ -1625,7 +1780,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1625
1780
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1626
1781
|
|
|
1627
1782
|
// src/components/Models.tsx
|
|
1628
|
-
var
|
|
1783
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1629
1784
|
"path",
|
|
1630
1785
|
{
|
|
1631
1786
|
fill: stroke || color || "currentColor",
|
|
@@ -1635,23 +1790,41 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconModels = ({ size, w
|
|
|
1635
1790
|
}
|
|
1636
1791
|
) }), Models_default = IconModels;
|
|
1637
1792
|
|
|
1793
|
+
// src/components/MoreCollapse.tsx
|
|
1794
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1795
|
+
"path",
|
|
1796
|
+
{
|
|
1797
|
+
fill: stroke || color || "currentColor",
|
|
1798
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
1799
|
+
}
|
|
1800
|
+
) }), MoreCollapse_default = IconMoreCollapse;
|
|
1801
|
+
|
|
1802
|
+
// src/components/MoreShowed.tsx
|
|
1803
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1804
|
+
"path",
|
|
1805
|
+
{
|
|
1806
|
+
fill: stroke || color || "currentColor",
|
|
1807
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM17.2959 13.4551L15.7051 15.0459L12 11.3408L8.2959 15.0459L6.70508 13.4551L12 8.15918L17.2959 13.4551Z"
|
|
1808
|
+
}
|
|
1809
|
+
) }), MoreShowed_default = IconMoreShowed;
|
|
1810
|
+
|
|
1638
1811
|
// src/components/More.tsx
|
|
1639
|
-
var
|
|
1640
|
-
/* @__PURE__ */ (0,
|
|
1812
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1813
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1641
1814
|
"path",
|
|
1642
1815
|
{
|
|
1643
1816
|
fill: stroke || color || "currentColor",
|
|
1644
1817
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
1645
1818
|
}
|
|
1646
1819
|
),
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
1820
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1648
1821
|
"path",
|
|
1649
1822
|
{
|
|
1650
1823
|
fill: stroke || color || "currentColor",
|
|
1651
1824
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
1652
1825
|
}
|
|
1653
1826
|
),
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
1827
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1655
1828
|
"path",
|
|
1656
1829
|
{
|
|
1657
1830
|
fill: stroke || color || "currentColor",
|
|
@@ -1661,29 +1834,29 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconMore = ({ size, wid
|
|
|
1661
1834
|
] }), More_default = IconMore;
|
|
1662
1835
|
|
|
1663
1836
|
// src/components/Moresettings.tsx
|
|
1664
|
-
var
|
|
1665
|
-
/* @__PURE__ */ (0,
|
|
1837
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1838
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1666
1839
|
"path",
|
|
1667
1840
|
{
|
|
1668
1841
|
fill: stroke || color || "currentColor",
|
|
1669
1842
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
1670
1843
|
}
|
|
1671
1844
|
),
|
|
1672
|
-
/* @__PURE__ */ (0,
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1673
1846
|
"path",
|
|
1674
1847
|
{
|
|
1675
1848
|
fill: stroke || color || "currentColor",
|
|
1676
1849
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
1677
1850
|
}
|
|
1678
1851
|
),
|
|
1679
|
-
/* @__PURE__ */ (0,
|
|
1852
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1680
1853
|
"path",
|
|
1681
1854
|
{
|
|
1682
1855
|
fill: stroke || color || "currentColor",
|
|
1683
1856
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
1684
1857
|
}
|
|
1685
1858
|
),
|
|
1686
|
-
/* @__PURE__ */ (0,
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1687
1860
|
"path",
|
|
1688
1861
|
{
|
|
1689
1862
|
fill: stroke || color || "currentColor",
|
|
@@ -1695,7 +1868,7 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconMoresettings = ({ s
|
|
|
1695
1868
|
] }), Moresettings_default = IconMoresettings;
|
|
1696
1869
|
|
|
1697
1870
|
// src/components/Musicassets.tsx
|
|
1698
|
-
var
|
|
1871
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1699
1872
|
"path",
|
|
1700
1873
|
{
|
|
1701
1874
|
fill: stroke || color || "currentColor",
|
|
@@ -1706,8 +1879,8 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconMusicassets = ({ si
|
|
|
1706
1879
|
) }), Musicassets_default = IconMusicassets;
|
|
1707
1880
|
|
|
1708
1881
|
// src/components/Mute.tsx
|
|
1709
|
-
var
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1882
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1883
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1711
1884
|
"path",
|
|
1712
1885
|
{
|
|
1713
1886
|
fill: stroke || color || "currentColor",
|
|
@@ -1716,7 +1889,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1716
1889
|
clipRule: "evenodd"
|
|
1717
1890
|
}
|
|
1718
1891
|
),
|
|
1719
|
-
/* @__PURE__ */ (0,
|
|
1892
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1720
1893
|
"path",
|
|
1721
1894
|
{
|
|
1722
1895
|
fill: stroke || color || "currentColor",
|
|
@@ -1726,7 +1899,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1726
1899
|
] }), Mute_default = IconMute;
|
|
1727
1900
|
|
|
1728
1901
|
// src/components/Next.tsx
|
|
1729
|
-
var
|
|
1902
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1730
1903
|
"path",
|
|
1731
1904
|
{
|
|
1732
1905
|
fill: stroke || color || "currentColor",
|
|
@@ -1737,8 +1910,8 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconNext = ({ size, wid
|
|
|
1737
1910
|
) }), Next_default = IconNext;
|
|
1738
1911
|
|
|
1739
1912
|
// src/components/Nextscene.tsx
|
|
1740
|
-
var
|
|
1741
|
-
/* @__PURE__ */ (0,
|
|
1913
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1742
1915
|
"rect",
|
|
1743
1916
|
{
|
|
1744
1917
|
width: "22.5",
|
|
@@ -1751,7 +1924,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconNextscene = ({ size
|
|
|
1751
1924
|
strokeWidth: "1.5"
|
|
1752
1925
|
}
|
|
1753
1926
|
),
|
|
1754
|
-
/* @__PURE__ */ (0,
|
|
1927
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1755
1928
|
"path",
|
|
1756
1929
|
{
|
|
1757
1930
|
fill: stroke || color || "currentColor",
|
|
@@ -1761,17 +1934,17 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconNextscene = ({ size
|
|
|
1761
1934
|
] }), Nextscene_default = IconNextscene;
|
|
1762
1935
|
|
|
1763
1936
|
// src/components/Oneclickgenerate.tsx
|
|
1764
|
-
var
|
|
1765
|
-
/* @__PURE__ */ (0,
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
1767
|
-
/* @__PURE__ */ (0,
|
|
1937
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1938
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
1939
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
1940
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1768
1941
|
"path",
|
|
1769
1942
|
{
|
|
1770
1943
|
fill: stroke || color || "currentColor",
|
|
1771
1944
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1772
1945
|
}
|
|
1773
1946
|
),
|
|
1774
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1775
1948
|
"path",
|
|
1776
1949
|
{
|
|
1777
1950
|
fill: stroke || color || "currentColor",
|
|
@@ -1783,8 +1956,8 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
1783
1956
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1784
1957
|
|
|
1785
1958
|
// src/components/Opendemo.tsx
|
|
1786
|
-
var
|
|
1787
|
-
/* @__PURE__ */ (0,
|
|
1959
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1960
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1788
1961
|
"path",
|
|
1789
1962
|
{
|
|
1790
1963
|
fill: stroke || color || "currentColor",
|
|
@@ -1793,14 +1966,58 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconOpendemo = ({ size,
|
|
|
1793
1966
|
clipRule: "evenodd"
|
|
1794
1967
|
}
|
|
1795
1968
|
),
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1797
1970
|
] }), Opendemo_default = IconOpendemo;
|
|
1798
1971
|
|
|
1799
1972
|
// src/components/PageError.tsx
|
|
1800
|
-
var
|
|
1973
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
1974
|
+
|
|
1975
|
+
// src/components/Parameters.tsx
|
|
1976
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1978
|
+
"path",
|
|
1979
|
+
{
|
|
1980
|
+
fill: stroke || color || "currentColor",
|
|
1981
|
+
d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
|
|
1982
|
+
fillRule: "evenodd",
|
|
1983
|
+
clipRule: "evenodd"
|
|
1984
|
+
}
|
|
1985
|
+
),
|
|
1986
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1987
|
+
"path",
|
|
1988
|
+
{
|
|
1989
|
+
fill: stroke || color || "currentColor",
|
|
1990
|
+
d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
|
|
1991
|
+
fillRule: "evenodd",
|
|
1992
|
+
clipRule: "evenodd"
|
|
1993
|
+
}
|
|
1994
|
+
)
|
|
1995
|
+
] }), Parameters_default = IconParameters;
|
|
1996
|
+
|
|
1997
|
+
// src/components/Pause.tsx
|
|
1998
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1999
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2000
|
+
"path",
|
|
2001
|
+
{
|
|
2002
|
+
fill: stroke || color || "currentColor",
|
|
2003
|
+
d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
|
|
2004
|
+
fillRule: "evenodd",
|
|
2005
|
+
clipRule: "evenodd"
|
|
2006
|
+
}
|
|
2007
|
+
),
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
2009
|
+
"path",
|
|
2010
|
+
{
|
|
2011
|
+
fill: stroke || color || "currentColor",
|
|
2012
|
+
d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
|
|
2013
|
+
fillRule: "evenodd",
|
|
2014
|
+
clipRule: "evenodd"
|
|
2015
|
+
}
|
|
2016
|
+
)
|
|
2017
|
+
] }), Pause_default = IconPause;
|
|
1801
2018
|
|
|
1802
2019
|
// src/components/Pencil.tsx
|
|
1803
|
-
var
|
|
2020
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1804
2021
|
"path",
|
|
1805
2022
|
{
|
|
1806
2023
|
fill: stroke || color || "currentColor",
|
|
@@ -1811,7 +2028,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconPencil = ({ size, w
|
|
|
1811
2028
|
) }), Pencil_default = IconPencil;
|
|
1812
2029
|
|
|
1813
2030
|
// src/components/Pick.tsx
|
|
1814
|
-
var
|
|
2031
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1815
2032
|
"path",
|
|
1816
2033
|
{
|
|
1817
2034
|
fill: stroke || color || "currentColor",
|
|
@@ -1822,22 +2039,22 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconPick = ({ size, wid
|
|
|
1822
2039
|
) }), Pick_default = IconPick;
|
|
1823
2040
|
|
|
1824
2041
|
// src/components/PickedFilled.tsx
|
|
1825
|
-
var
|
|
2042
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
1826
2043
|
|
|
1827
2044
|
// src/components/PlanFilled.tsx
|
|
1828
|
-
var
|
|
1829
|
-
/* @__PURE__ */ (0,
|
|
2045
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2046
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1830
2047
|
"path",
|
|
1831
2048
|
{
|
|
1832
2049
|
fill: fill || color || "currentColor",
|
|
1833
2050
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1834
2051
|
}
|
|
1835
2052
|
) }),
|
|
1836
|
-
/* @__PURE__ */ (0,
|
|
2053
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1837
2054
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1838
2055
|
|
|
1839
2056
|
// src/components/PlayFilled.tsx
|
|
1840
|
-
var
|
|
2057
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1841
2058
|
"path",
|
|
1842
2059
|
{
|
|
1843
2060
|
fill: fill || color || "currentColor",
|
|
@@ -1845,9 +2062,20 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconPlayFilled = ({ siz
|
|
|
1845
2062
|
}
|
|
1846
2063
|
) }), PlayFilled_default = IconPlayFilled;
|
|
1847
2064
|
|
|
2065
|
+
// src/components/Play.tsx
|
|
2066
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2067
|
+
"path",
|
|
2068
|
+
{
|
|
2069
|
+
fill: stroke || color || "currentColor",
|
|
2070
|
+
d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
|
|
2071
|
+
fillRule: "evenodd",
|
|
2072
|
+
clipRule: "evenodd"
|
|
2073
|
+
}
|
|
2074
|
+
) }), Play_default = IconPlay;
|
|
2075
|
+
|
|
1848
2076
|
// src/components/Previouscene.tsx
|
|
1849
|
-
var
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
2077
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2078
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1851
2079
|
"rect",
|
|
1852
2080
|
{
|
|
1853
2081
|
width: "22.5",
|
|
@@ -1859,7 +2087,7 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1859
2087
|
strokeWidth: "1.5"
|
|
1860
2088
|
}
|
|
1861
2089
|
),
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1863
2091
|
"path",
|
|
1864
2092
|
{
|
|
1865
2093
|
fill: stroke || color || "currentColor",
|
|
@@ -1869,7 +2097,7 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconPreviouscene = ({ s
|
|
|
1869
2097
|
] }), Previouscene_default = IconPreviouscene;
|
|
1870
2098
|
|
|
1871
2099
|
// src/components/ProblemNoticeFilled.tsx
|
|
1872
|
-
var
|
|
2100
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1873
2101
|
"path",
|
|
1874
2102
|
{
|
|
1875
2103
|
fill: fill || color || "currentColor",
|
|
@@ -1880,10 +2108,10 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconProblemNoticeFilled
|
|
|
1880
2108
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1881
2109
|
|
|
1882
2110
|
// src/components/Problem.tsx
|
|
1883
|
-
var
|
|
1884
|
-
/* @__PURE__ */ (0,
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
2111
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2113
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2114
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1887
2115
|
"path",
|
|
1888
2116
|
{
|
|
1889
2117
|
fill: stroke || color || "currentColor",
|
|
@@ -1895,7 +2123,7 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
1895
2123
|
] }), Problem_default = IconProblem;
|
|
1896
2124
|
|
|
1897
2125
|
// src/components/Ratio169.tsx
|
|
1898
|
-
var
|
|
2126
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
1899
2127
|
"path",
|
|
1900
2128
|
{
|
|
1901
2129
|
fill: stroke || color || "currentColor",
|
|
@@ -1904,15 +2132,15 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconRatio169 = ({ size,
|
|
|
1904
2132
|
) }), Ratio169_default = IconRatio169;
|
|
1905
2133
|
|
|
1906
2134
|
// src/components/Ratio11.tsx
|
|
1907
|
-
var
|
|
1908
|
-
/* @__PURE__ */ (0,
|
|
2135
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
1909
2137
|
"path",
|
|
1910
2138
|
{
|
|
1911
2139
|
fill: stroke || color || "currentColor",
|
|
1912
2140
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
1913
2141
|
}
|
|
1914
2142
|
) }),
|
|
1915
|
-
/* @__PURE__ */ (0,
|
|
2143
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
1916
2144
|
"rect",
|
|
1917
2145
|
{
|
|
1918
2146
|
width: "24",
|
|
@@ -1924,15 +2152,15 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
1924
2152
|
] }), Ratio11_default = IconRatio11;
|
|
1925
2153
|
|
|
1926
2154
|
// src/components/Ratio916.tsx
|
|
1927
|
-
var
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
2155
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2156
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1929
2157
|
"path",
|
|
1930
2158
|
{
|
|
1931
2159
|
fill: stroke || color || "currentColor",
|
|
1932
2160
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
1933
2161
|
}
|
|
1934
2162
|
) }),
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
2163
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1936
2164
|
"rect",
|
|
1937
2165
|
{
|
|
1938
2166
|
width: "24",
|
|
@@ -1944,15 +2172,15 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio916 = ({ size,
|
|
|
1944
2172
|
] }), Ratio916_default = IconRatio916;
|
|
1945
2173
|
|
|
1946
2174
|
// src/components/Ratio.tsx
|
|
1947
|
-
var
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
2175
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2176
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1949
2177
|
"path",
|
|
1950
2178
|
{
|
|
1951
2179
|
fill: stroke || color || "currentColor",
|
|
1952
2180
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1953
2181
|
}
|
|
1954
2182
|
),
|
|
1955
|
-
/* @__PURE__ */ (0,
|
|
2183
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1956
2184
|
"path",
|
|
1957
2185
|
{
|
|
1958
2186
|
fill: stroke || color || "currentColor",
|
|
@@ -1962,7 +2190,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconRatio = ({ size, wi
|
|
|
1962
2190
|
] }), Ratio_default = IconRatio;
|
|
1963
2191
|
|
|
1964
2192
|
// src/components/ReEdit.tsx
|
|
1965
|
-
var
|
|
2193
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
1966
2194
|
"path",
|
|
1967
2195
|
{
|
|
1968
2196
|
fill: stroke || color || "currentColor",
|
|
@@ -1973,7 +2201,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconReEdit = ({ size, w
|
|
|
1973
2201
|
) }), ReEdit_default = IconReEdit;
|
|
1974
2202
|
|
|
1975
2203
|
// src/components/Regenerate.tsx
|
|
1976
|
-
var
|
|
2204
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1977
2205
|
"path",
|
|
1978
2206
|
{
|
|
1979
2207
|
fill: stroke || color || "currentColor",
|
|
@@ -1984,7 +2212,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconRegenerate = ({ siz
|
|
|
1984
2212
|
) }), Regenerate_default = IconRegenerate;
|
|
1985
2213
|
|
|
1986
2214
|
// src/components/SceneNext.tsx
|
|
1987
|
-
var
|
|
2215
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
1988
2216
|
"path",
|
|
1989
2217
|
{
|
|
1990
2218
|
fill: stroke || color || "currentColor",
|
|
@@ -1993,19 +2221,19 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconSceneNext = ({ size
|
|
|
1993
2221
|
) }), SceneNext_default = IconSceneNext;
|
|
1994
2222
|
|
|
1995
2223
|
// src/components/Scriptmode.tsx
|
|
1996
|
-
var
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
1999
|
-
/* @__PURE__ */ (0,
|
|
2000
|
-
/* @__PURE__ */ (0,
|
|
2001
|
-
/* @__PURE__ */ (0,
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2003
|
-
/* @__PURE__ */ (0,
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2224
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2227
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2228
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2229
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2230
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2231
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2232
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2005
2233
|
] }), Scriptmode_default = IconScriptmode;
|
|
2006
2234
|
|
|
2007
2235
|
// src/components/ShareFilled.tsx
|
|
2008
|
-
var
|
|
2236
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2009
2237
|
"path",
|
|
2010
2238
|
{
|
|
2011
2239
|
fill: fill || color || "currentColor",
|
|
@@ -2014,7 +2242,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconShareFilled = ({ si
|
|
|
2014
2242
|
) }), ShareFilled_default = IconShareFilled;
|
|
2015
2243
|
|
|
2016
2244
|
// src/components/Share.tsx
|
|
2017
|
-
var
|
|
2245
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2018
2246
|
"path",
|
|
2019
2247
|
{
|
|
2020
2248
|
fill: stroke || color || "currentColor",
|
|
@@ -2025,7 +2253,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconShare = ({ size, wi
|
|
|
2025
2253
|
) }), Share_default = IconShare;
|
|
2026
2254
|
|
|
2027
2255
|
// src/components/SocialX.tsx
|
|
2028
|
-
var
|
|
2256
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2029
2257
|
"path",
|
|
2030
2258
|
{
|
|
2031
2259
|
fill: fill || color || "currentColor",
|
|
@@ -2034,7 +2262,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
2034
2262
|
) }), SocialX_default = IconSocialX;
|
|
2035
2263
|
|
|
2036
2264
|
// src/components/SocialDiscord.tsx
|
|
2037
|
-
var
|
|
2265
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2038
2266
|
"path",
|
|
2039
2267
|
{
|
|
2040
2268
|
fill: fill || color || "currentColor",
|
|
@@ -2043,8 +2271,8 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
2043
2271
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2044
2272
|
|
|
2045
2273
|
// src/components/SoundOff.tsx
|
|
2046
|
-
var
|
|
2047
|
-
/* @__PURE__ */ (0,
|
|
2274
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2275
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2048
2276
|
"path",
|
|
2049
2277
|
{
|
|
2050
2278
|
fill: stroke || color || "currentColor",
|
|
@@ -2053,7 +2281,7 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2053
2281
|
clipRule: "evenodd"
|
|
2054
2282
|
}
|
|
2055
2283
|
),
|
|
2056
|
-
/* @__PURE__ */ (0,
|
|
2284
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2057
2285
|
"path",
|
|
2058
2286
|
{
|
|
2059
2287
|
fill: stroke || color || "currentColor",
|
|
@@ -2063,8 +2291,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2063
2291
|
] }), SoundOff_default = IconSoundOff;
|
|
2064
2292
|
|
|
2065
2293
|
// src/components/SoundOn.tsx
|
|
2066
|
-
var
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2294
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2295
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2068
2296
|
"path",
|
|
2069
2297
|
{
|
|
2070
2298
|
fill: stroke || color || "currentColor",
|
|
@@ -2073,14 +2301,14 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2073
2301
|
clipRule: "evenodd"
|
|
2074
2302
|
}
|
|
2075
2303
|
),
|
|
2076
|
-
/* @__PURE__ */ (0,
|
|
2304
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2077
2305
|
"path",
|
|
2078
2306
|
{
|
|
2079
2307
|
fill: stroke || color || "currentColor",
|
|
2080
2308
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
2081
2309
|
}
|
|
2082
2310
|
),
|
|
2083
|
-
/* @__PURE__ */ (0,
|
|
2311
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2084
2312
|
"path",
|
|
2085
2313
|
{
|
|
2086
2314
|
fill: stroke || color || "currentColor",
|
|
@@ -2090,7 +2318,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2090
2318
|
] }), SoundOn_default = IconSoundOn;
|
|
2091
2319
|
|
|
2092
2320
|
// src/components/Storyboard.tsx
|
|
2093
|
-
var
|
|
2321
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2094
2322
|
"path",
|
|
2095
2323
|
{
|
|
2096
2324
|
fill: stroke || color || "currentColor",
|
|
@@ -2101,24 +2329,24 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconStoryboard = ({ siz
|
|
|
2101
2329
|
) }), Storyboard_default = IconStoryboard;
|
|
2102
2330
|
|
|
2103
2331
|
// src/components/StyleAutoFilled.tsx
|
|
2104
|
-
var
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2332
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2333
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2106
2334
|
"path",
|
|
2107
2335
|
{
|
|
2108
2336
|
fill: fill || color || "currentColor",
|
|
2109
2337
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
2110
2338
|
}
|
|
2111
2339
|
),
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2340
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2113
2341
|
"path",
|
|
2114
2342
|
{
|
|
2115
2343
|
fill: fill || color || "currentColor",
|
|
2116
2344
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2117
2345
|
}
|
|
2118
2346
|
),
|
|
2119
|
-
/* @__PURE__ */ (0,
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2121
|
-
/* @__PURE__ */ (0,
|
|
2347
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2348
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2349
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2122
2350
|
"path",
|
|
2123
2351
|
{
|
|
2124
2352
|
fill: fill || color || "currentColor",
|
|
@@ -2128,43 +2356,43 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
2128
2356
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2129
2357
|
|
|
2130
2358
|
// src/components/Style.tsx
|
|
2131
|
-
var
|
|
2132
|
-
/* @__PURE__ */ (0,
|
|
2359
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2133
2361
|
"path",
|
|
2134
2362
|
{
|
|
2135
2363
|
fill: stroke || color || "currentColor",
|
|
2136
2364
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
2137
2365
|
}
|
|
2138
2366
|
),
|
|
2139
|
-
/* @__PURE__ */ (0,
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2140
2368
|
"path",
|
|
2141
2369
|
{
|
|
2142
2370
|
fill: stroke || color || "currentColor",
|
|
2143
2371
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
2144
2372
|
}
|
|
2145
2373
|
),
|
|
2146
|
-
/* @__PURE__ */ (0,
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2147
2375
|
"path",
|
|
2148
2376
|
{
|
|
2149
2377
|
fill: stroke || color || "currentColor",
|
|
2150
2378
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
2151
2379
|
}
|
|
2152
2380
|
),
|
|
2153
|
-
/* @__PURE__ */ (0,
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2154
2382
|
"path",
|
|
2155
2383
|
{
|
|
2156
2384
|
fill: stroke || color || "currentColor",
|
|
2157
2385
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
2158
2386
|
}
|
|
2159
2387
|
),
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2161
2389
|
"path",
|
|
2162
2390
|
{
|
|
2163
2391
|
fill: stroke || color || "currentColor",
|
|
2164
2392
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
2165
2393
|
}
|
|
2166
2394
|
),
|
|
2167
|
-
/* @__PURE__ */ (0,
|
|
2395
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2168
2396
|
"path",
|
|
2169
2397
|
{
|
|
2170
2398
|
fill: stroke || color || "currentColor",
|
|
@@ -2176,7 +2404,7 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
2176
2404
|
] }), Style_default = IconStyle;
|
|
2177
2405
|
|
|
2178
2406
|
// src/components/SwitchOnFilled.tsx
|
|
2179
|
-
var
|
|
2407
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2180
2408
|
"path",
|
|
2181
2409
|
{
|
|
2182
2410
|
fill: fill || color || "currentColor",
|
|
@@ -2187,8 +2415,8 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
2187
2415
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2188
2416
|
|
|
2189
2417
|
// src/components/Target.tsx
|
|
2190
|
-
var
|
|
2191
|
-
/* @__PURE__ */ (0,
|
|
2418
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2419
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2192
2420
|
"path",
|
|
2193
2421
|
{
|
|
2194
2422
|
fill: stroke || color || "currentColor",
|
|
@@ -2197,7 +2425,7 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2197
2425
|
clipRule: "evenodd"
|
|
2198
2426
|
}
|
|
2199
2427
|
),
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2428
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2201
2429
|
"path",
|
|
2202
2430
|
{
|
|
2203
2431
|
fill: stroke || color || "currentColor",
|
|
@@ -2209,43 +2437,43 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2209
2437
|
] }), Target_default = IconTarget;
|
|
2210
2438
|
|
|
2211
2439
|
// src/components/TextLogo.tsx
|
|
2212
|
-
var
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2440
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2441
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2214
2442
|
"path",
|
|
2215
2443
|
{
|
|
2216
2444
|
fill: fill || color || "currentColor",
|
|
2217
2445
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
2218
2446
|
}
|
|
2219
2447
|
),
|
|
2220
|
-
/* @__PURE__ */ (0,
|
|
2448
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2221
2449
|
"path",
|
|
2222
2450
|
{
|
|
2223
2451
|
fill: fill || color || "currentColor",
|
|
2224
2452
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
2225
2453
|
}
|
|
2226
2454
|
),
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2455
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2228
2456
|
"path",
|
|
2229
2457
|
{
|
|
2230
2458
|
fill: fill || color || "currentColor",
|
|
2231
2459
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
2232
2460
|
}
|
|
2233
2461
|
),
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2462
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2235
2463
|
"path",
|
|
2236
2464
|
{
|
|
2237
2465
|
fill: fill || color || "currentColor",
|
|
2238
2466
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
2239
2467
|
}
|
|
2240
2468
|
),
|
|
2241
|
-
/* @__PURE__ */ (0,
|
|
2469
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2242
2470
|
"path",
|
|
2243
2471
|
{
|
|
2244
2472
|
fill: fill || color || "currentColor",
|
|
2245
2473
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
2246
2474
|
}
|
|
2247
2475
|
),
|
|
2248
|
-
/* @__PURE__ */ (0,
|
|
2476
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2249
2477
|
"path",
|
|
2250
2478
|
{
|
|
2251
2479
|
fill: fill || color || "currentColor",
|
|
@@ -2254,16 +2482,27 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
2254
2482
|
)
|
|
2255
2483
|
] }), TextLogo_default = IconTextLogo;
|
|
2256
2484
|
|
|
2485
|
+
// src/components/Tips.tsx
|
|
2486
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2487
|
+
"path",
|
|
2488
|
+
{
|
|
2489
|
+
fill: stroke || color || "currentColor",
|
|
2490
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM14.25 20.818V18H9.75V20.818L10.682 21.75H13.318L14.25 20.818ZM14.818 15.75H13.125V9H10.875V15.75H9.18198L7.2316 13.7996C5.96366 12.5317 5.25 10.8066 5.25 9.01103C5.25 5.27952 8.27567 2.25 12 2.25C15.7243 2.25 18.75 5.27952 18.75 9.01103C18.75 10.8066 18.0363 12.5317 16.7684 13.7996L14.818 15.75Z",
|
|
2491
|
+
fillRule: "evenodd",
|
|
2492
|
+
clipRule: "evenodd"
|
|
2493
|
+
}
|
|
2494
|
+
) }), Tips_default = IconTips;
|
|
2495
|
+
|
|
2257
2496
|
// src/components/ToolsFilled.tsx
|
|
2258
|
-
var
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2497
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2498
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2260
2499
|
"path",
|
|
2261
2500
|
{
|
|
2262
2501
|
fill: fill || color || "currentColor",
|
|
2263
2502
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2264
2503
|
}
|
|
2265
2504
|
),
|
|
2266
|
-
/* @__PURE__ */ (0,
|
|
2505
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2267
2506
|
"path",
|
|
2268
2507
|
{
|
|
2269
2508
|
fill: fill || color || "currentColor",
|
|
@@ -2273,7 +2512,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
2273
2512
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2274
2513
|
|
|
2275
2514
|
// src/components/Tools.tsx
|
|
2276
|
-
var
|
|
2515
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2277
2516
|
"path",
|
|
2278
2517
|
{
|
|
2279
2518
|
stroke: stroke || color || "currentColor",
|
|
@@ -2282,8 +2521,19 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
2282
2521
|
}
|
|
2283
2522
|
) }), Tools_default = IconTools;
|
|
2284
2523
|
|
|
2524
|
+
// src/components/Uncheck.tsx
|
|
2525
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconUncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2526
|
+
"path",
|
|
2527
|
+
{
|
|
2528
|
+
fill: stroke || color || "currentColor",
|
|
2529
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
2530
|
+
fillRule: "evenodd",
|
|
2531
|
+
clipRule: "evenodd"
|
|
2532
|
+
}
|
|
2533
|
+
) }), Uncheck_default = IconUncheck;
|
|
2534
|
+
|
|
2285
2535
|
// src/components/Uploadfiles.tsx
|
|
2286
|
-
var
|
|
2536
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
2287
2537
|
"path",
|
|
2288
2538
|
{
|
|
2289
2539
|
fill: stroke || color || "currentColor",
|
|
@@ -2292,7 +2542,7 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
2292
2542
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2293
2543
|
|
|
2294
2544
|
// src/components/Userfeedback.tsx
|
|
2295
|
-
var
|
|
2545
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2296
2546
|
"path",
|
|
2297
2547
|
{
|
|
2298
2548
|
fill: stroke || color || "currentColor",
|
|
@@ -2303,22 +2553,22 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
2303
2553
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2304
2554
|
|
|
2305
2555
|
// src/components/VideoGeneration.tsx
|
|
2306
|
-
var
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
2556
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2308
2558
|
"path",
|
|
2309
2559
|
{
|
|
2310
2560
|
fill: stroke || color || "currentColor",
|
|
2311
2561
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
2312
2562
|
}
|
|
2313
2563
|
),
|
|
2314
|
-
/* @__PURE__ */ (0,
|
|
2564
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2315
2565
|
"path",
|
|
2316
2566
|
{
|
|
2317
2567
|
fill: stroke || color || "currentColor",
|
|
2318
2568
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
2319
2569
|
}
|
|
2320
2570
|
),
|
|
2321
|
-
/* @__PURE__ */ (0,
|
|
2571
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2322
2572
|
"path",
|
|
2323
2573
|
{
|
|
2324
2574
|
fill: stroke || color || "currentColor",
|
|
@@ -2330,9 +2580,9 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
2330
2580
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2331
2581
|
|
|
2332
2582
|
// src/components/VideoLength.tsx
|
|
2333
|
-
var
|
|
2334
|
-
/* @__PURE__ */ (0,
|
|
2335
|
-
/* @__PURE__ */ (0,
|
|
2583
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2336
2586
|
"path",
|
|
2337
2587
|
{
|
|
2338
2588
|
fill: stroke || color || "currentColor",
|
|
@@ -2344,8 +2594,8 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
2344
2594
|
] }), VideoLength_default = IconVideoLength;
|
|
2345
2595
|
|
|
2346
2596
|
// src/components/Videogenerate.tsx
|
|
2347
|
-
var
|
|
2348
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2349
2599
|
"path",
|
|
2350
2600
|
{
|
|
2351
2601
|
fill: stroke || color || "currentColor",
|
|
@@ -2354,7 +2604,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2354
2604
|
clipRule: "evenodd"
|
|
2355
2605
|
}
|
|
2356
2606
|
),
|
|
2357
|
-
/* @__PURE__ */ (0,
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2358
2608
|
"path",
|
|
2359
2609
|
{
|
|
2360
2610
|
fill: stroke || color || "currentColor",
|
|
@@ -2366,7 +2616,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2366
2616
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2367
2617
|
|
|
2368
2618
|
// src/components/Visualstyles.tsx
|
|
2369
|
-
var
|
|
2619
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2370
2620
|
"path",
|
|
2371
2621
|
{
|
|
2372
2622
|
fill: stroke || color || "currentColor",
|
|
@@ -2377,8 +2627,8 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
2377
2627
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2378
2628
|
|
|
2379
2629
|
// src/components/Volume.tsx
|
|
2380
|
-
var
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
2630
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2631
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2382
2632
|
"path",
|
|
2383
2633
|
{
|
|
2384
2634
|
fill: stroke || color || "currentColor",
|
|
@@ -2387,14 +2637,14 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2387
2637
|
clipRule: "evenodd"
|
|
2388
2638
|
}
|
|
2389
2639
|
),
|
|
2390
|
-
/* @__PURE__ */ (0,
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2391
2641
|
"path",
|
|
2392
2642
|
{
|
|
2393
2643
|
fill: stroke || color || "currentColor",
|
|
2394
2644
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
2395
2645
|
}
|
|
2396
2646
|
),
|
|
2397
|
-
/* @__PURE__ */ (0,
|
|
2647
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2398
2648
|
"path",
|
|
2399
2649
|
{
|
|
2400
2650
|
fill: stroke || color || "currentColor",
|
|
@@ -2402,3 +2652,37 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2402
2652
|
}
|
|
2403
2653
|
)
|
|
2404
2654
|
] }), Volume_default = IconVolume;
|
|
2655
|
+
|
|
2656
|
+
// src/components/Zoomin.tsx
|
|
2657
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2658
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2659
|
+
"path",
|
|
2660
|
+
{
|
|
2661
|
+
fill: stroke || color || "currentColor",
|
|
2662
|
+
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
2663
|
+
}
|
|
2664
|
+
),
|
|
2665
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2666
|
+
"path",
|
|
2667
|
+
{
|
|
2668
|
+
fill: stroke || color || "currentColor",
|
|
2669
|
+
d: "M21 10.5C21 12.9942 20.1303 15.2854 18.6776 17.0866L23.9705 22.3795L22.3795 23.9705L17.0866 18.6776C15.2854 20.1303 12.9942 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0C16.299 0 21 4.70101 21 10.5ZM18.75 10.5C18.75 15.0563 15.0563 18.75 10.5 18.75C5.94365 18.75 2.25 15.0563 2.25 10.5C2.25 5.94365 5.94365 2.25 10.5 2.25C15.0563 2.25 18.75 5.94365 18.75 10.5Z",
|
|
2670
|
+
fillRule: "evenodd",
|
|
2671
|
+
clipRule: "evenodd"
|
|
2672
|
+
}
|
|
2673
|
+
)
|
|
2674
|
+
] }), Zoomin_default = IconZoomin;
|
|
2675
|
+
|
|
2676
|
+
// src/components/Zoomout.tsx
|
|
2677
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2678
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2680
|
+
"path",
|
|
2681
|
+
{
|
|
2682
|
+
fill: stroke || color || "currentColor",
|
|
2683
|
+
d: "M18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
2684
|
+
fillRule: "evenodd",
|
|
2685
|
+
clipRule: "evenodd"
|
|
2686
|
+
}
|
|
2687
|
+
)
|
|
2688
|
+
] }), Zoomout_default = IconZoomout;
|