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