@yoroll/react-icon 0.0.22 → 0.0.24
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 +856 -625
- package/dist/index.iife.js +841 -625
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +1078 -832
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Appfeed.d.ts +4 -0
- package/dist/types/components/AppfeedFilled.d.ts +4 -0
- package/dist/types/components/Canvasframe.d.ts +4 -0
- package/dist/types/components/Command.d.ts +4 -0
- package/dist/types/components/Comment.d.ts +4 -0
- package/dist/types/components/Invitefriends.d.ts +4 -0
- package/dist/types/components/LikeFilled.d.ts +4 -0
- package/dist/types/components/Me.d.ts +4 -0
- package/dist/types/components/MeFilled.d.ts +4 -0
- package/dist/types/components/ModelClaudeFilled.d.ts +4 -0
- package/dist/types/components/PauseFilled.d.ts +4 -0
- package/dist/types/components/Premiumcontent.d.ts +4 -0
- package/dist/types/components/QtEsaved.d.ts +4 -0
- package/dist/types/components/Search.d.ts +4 -0
- package/dist/types/components/StopFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +15 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.24 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -29,6 +29,8 @@ __export(index_exports, {
|
|
|
29
29
|
IconAngleDown: () => AngleDown_default,
|
|
30
30
|
IconAngleright: () => Angleright_default,
|
|
31
31
|
IconAnnouncement: () => Announcement_default,
|
|
32
|
+
IconAppfeed: () => Appfeed_default,
|
|
33
|
+
IconAppfeedFilled: () => AppfeedFilled_default,
|
|
32
34
|
IconArtboard: () => Artboard_default,
|
|
33
35
|
IconAssets: () => Assets_default,
|
|
34
36
|
IconAssetsFilled: () => AssetsFilled_default,
|
|
@@ -37,6 +39,7 @@ __export(index_exports, {
|
|
|
37
39
|
IconBackward: () => Backward_default,
|
|
38
40
|
IconBatchShots: () => BatchShots_default,
|
|
39
41
|
IconCanvaposition: () => Canvaposition_default,
|
|
42
|
+
IconCanvasframe: () => Canvasframe_default,
|
|
40
43
|
IconCanvasmode: () => Canvasmode_default,
|
|
41
44
|
IconCcg: () => Ccg_default,
|
|
42
45
|
IconCcgFilled: () => CcgFilled_default,
|
|
@@ -49,6 +52,8 @@ __export(index_exports, {
|
|
|
49
52
|
IconCheckedFilled: () => CheckedFilled_default,
|
|
50
53
|
IconClose: () => Close_default,
|
|
51
54
|
IconCollapsewindow: () => Collapsewindow_default,
|
|
55
|
+
IconCommand: () => Command_default,
|
|
56
|
+
IconComment: () => Comment_default,
|
|
52
57
|
IconCopy: () => Copy_default,
|
|
53
58
|
IconCopylink: () => Copylink_default,
|
|
54
59
|
IconCreateplan: () => Createplan_default,
|
|
@@ -121,11 +126,16 @@ __export(index_exports, {
|
|
|
121
126
|
IconImageLoadFailedFilled: () => ImageLoadFailedFilled_default,
|
|
122
127
|
IconInfo: () => Info_default,
|
|
123
128
|
IconInvitecode: () => Invitecode_default,
|
|
129
|
+
IconInvitefriends: () => Invitefriends_default,
|
|
124
130
|
IconLeftFilled: () => LeftFilled_default,
|
|
131
|
+
IconLikeFilled: () => LikeFilled_default,
|
|
125
132
|
IconLoading: () => Loading_default,
|
|
126
133
|
IconLogin: () => Login_default,
|
|
127
134
|
IconLogout: () => Logout_default,
|
|
128
135
|
IconMagic: () => Magic_default,
|
|
136
|
+
IconMe: () => Me_default,
|
|
137
|
+
IconMeFilled: () => MeFilled_default,
|
|
138
|
+
IconModelClaudeFilled: () => ModelClaudeFilled_default,
|
|
129
139
|
IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
|
|
130
140
|
IconModelGeminiFilled: () => ModelGeminiFilled_default,
|
|
131
141
|
IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
|
|
@@ -159,18 +169,21 @@ __export(index_exports, {
|
|
|
159
169
|
IconPageError: () => PageError_default,
|
|
160
170
|
IconParameters: () => Parameters_default,
|
|
161
171
|
IconPause: () => Pause_default,
|
|
172
|
+
IconPauseFilled: () => PauseFilled_default,
|
|
162
173
|
IconPencil: () => Pencil_default,
|
|
163
174
|
IconPick: () => Pick_default,
|
|
164
175
|
IconPickedFilled: () => PickedFilled_default,
|
|
165
176
|
IconPlanFilled: () => PlanFilled_default,
|
|
166
177
|
IconPlay: () => Play_default,
|
|
167
178
|
IconPlayFilled: () => PlayFilled_default,
|
|
179
|
+
IconPremiumcontent: () => Premiumcontent_default,
|
|
168
180
|
IconPreviouscene: () => Previouscene_default,
|
|
169
181
|
IconProblem: () => Problem_default,
|
|
170
182
|
IconProblemFilled: () => ProblemFilled_default,
|
|
171
183
|
IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
|
|
172
184
|
IconPublish: () => Publish_default,
|
|
173
185
|
IconQtEsave: () => QtEsave_default,
|
|
186
|
+
IconQtEsaved: () => QtEsaved_default,
|
|
174
187
|
IconQuote: () => Quote_default,
|
|
175
188
|
IconRatio: () => Ratio_default,
|
|
176
189
|
IconRatio11: () => Ratio11_default,
|
|
@@ -186,6 +199,7 @@ __export(index_exports, {
|
|
|
186
199
|
IconSceneNext: () => SceneNext_default,
|
|
187
200
|
IconScriptmode: () => Scriptmode_default,
|
|
188
201
|
IconScrolldown: () => Scrolldown_default,
|
|
202
|
+
IconSearch: () => Search_default,
|
|
189
203
|
IconSendrequest: () => Sendrequest_default,
|
|
190
204
|
IconSendup: () => Sendup_default,
|
|
191
205
|
IconSendup2: () => Sendup2_default,
|
|
@@ -197,6 +211,7 @@ __export(index_exports, {
|
|
|
197
211
|
IconSocialX: () => SocialX_default,
|
|
198
212
|
IconSoundOff: () => SoundOff_default,
|
|
199
213
|
IconSoundOn: () => SoundOn_default,
|
|
214
|
+
IconStopFilled: () => StopFilled_default,
|
|
200
215
|
IconStoryboard: () => Storyboard_default,
|
|
201
216
|
IconStyle: () => Style_default,
|
|
202
217
|
IconStyleAutoFilled: () => StyleAutoFilled_default,
|
|
@@ -289,9 +304,27 @@ var import_jsx_runtime5 = require("react/jsx-runtime"), IconQtEsave = ({ size, w
|
|
|
289
304
|
}
|
|
290
305
|
) }), QtEsave_default = IconQtEsave;
|
|
291
306
|
|
|
292
|
-
// src/components/
|
|
293
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"),
|
|
307
|
+
// src/components/QtEsaved.tsx
|
|
308
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), IconQtEsaved = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
294
309
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
310
|
+
"path",
|
|
311
|
+
{
|
|
312
|
+
fill: fill || color || "currentColor",
|
|
313
|
+
d: "M18.2451 3.24512L16.6953 4.87695L15.5684 3.75H3.75V20.25H6.75V13.5H17.25V20.25H20.25V10.5781L22.5 8.1875V22.5H1.5V1.5H16.5L18.2451 3.24512ZM9 20.25H15V15.75H9V20.25Z"
|
|
314
|
+
}
|
|
315
|
+
),
|
|
316
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
317
|
+
"path",
|
|
318
|
+
{
|
|
319
|
+
fill: stroke || color || "currentColor",
|
|
320
|
+
d: "M23 4.49999L16.5 11.3L12 7.09999L13.6 5.49999L16.5 8.2L21.4 3L23 4.49999Z"
|
|
321
|
+
}
|
|
322
|
+
)
|
|
323
|
+
] }), QtEsaved_default = IconQtEsaved;
|
|
324
|
+
|
|
325
|
+
// src/components/Uploadimage.tsx
|
|
326
|
+
var import_jsx_runtime7 = require("react/jsx-runtime"), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
327
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
295
328
|
"path",
|
|
296
329
|
{
|
|
297
330
|
fill: stroke || color || "currentColor",
|
|
@@ -300,7 +333,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
300
333
|
clipRule: "evenodd"
|
|
301
334
|
}
|
|
302
335
|
),
|
|
303
|
-
/* @__PURE__ */ (0,
|
|
336
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
304
337
|
"path",
|
|
305
338
|
{
|
|
306
339
|
fill: stroke || color || "currentColor",
|
|
@@ -310,8 +343,8 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
310
343
|
] }), Uploadimage_default = IconUploadimage;
|
|
311
344
|
|
|
312
345
|
// src/components/Aboutus.tsx
|
|
313
|
-
var
|
|
314
|
-
/* @__PURE__ */ (0,
|
|
346
|
+
var import_jsx_runtime8 = require("react/jsx-runtime"), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
347
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
315
348
|
"path",
|
|
316
349
|
{
|
|
317
350
|
fill: stroke || color || "currentColor",
|
|
@@ -320,7 +353,7 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
320
353
|
clipRule: "evenodd"
|
|
321
354
|
}
|
|
322
355
|
),
|
|
323
|
-
/* @__PURE__ */ (0,
|
|
356
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
324
357
|
"path",
|
|
325
358
|
{
|
|
326
359
|
fill: stroke || color || "currentColor",
|
|
@@ -330,15 +363,15 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
330
363
|
] }), Aboutus_default = IconAboutus;
|
|
331
364
|
|
|
332
365
|
// src/components/AddSceneChoice.tsx
|
|
333
|
-
var
|
|
334
|
-
/* @__PURE__ */ (0,
|
|
366
|
+
var import_jsx_runtime9 = require("react/jsx-runtime"), IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
367
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
335
368
|
"path",
|
|
336
369
|
{
|
|
337
370
|
fill: stroke || color || "currentColor",
|
|
338
371
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
339
372
|
}
|
|
340
373
|
),
|
|
341
|
-
/* @__PURE__ */ (0,
|
|
374
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
342
375
|
"path",
|
|
343
376
|
{
|
|
344
377
|
fill: stroke || color || "currentColor",
|
|
@@ -350,7 +383,7 @@ var import_jsx_runtime8 = require("react/jsx-runtime"), IconAddSceneChoice = ({
|
|
|
350
383
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
351
384
|
|
|
352
385
|
// src/components/Add.tsx
|
|
353
|
-
var
|
|
386
|
+
var import_jsx_runtime10 = require("react/jsx-runtime"), IconAdd = ({ 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)(
|
|
354
387
|
"path",
|
|
355
388
|
{
|
|
356
389
|
fill: stroke || color || "currentColor",
|
|
@@ -359,7 +392,7 @@ var import_jsx_runtime9 = require("react/jsx-runtime"), IconAdd = ({ size, width
|
|
|
359
392
|
) }), Add_default = IconAdd;
|
|
360
393
|
|
|
361
394
|
// src/components/AgentFilled.tsx
|
|
362
|
-
var
|
|
395
|
+
var import_jsx_runtime11 = require("react/jsx-runtime"), IconAgentFilled = ({ 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)(
|
|
363
396
|
"path",
|
|
364
397
|
{
|
|
365
398
|
fill: fill || color || "currentColor",
|
|
@@ -368,8 +401,8 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAgentFilled = ({ si
|
|
|
368
401
|
) }), AgentFilled_default = IconAgentFilled;
|
|
369
402
|
|
|
370
403
|
// src/components/Agent.tsx
|
|
371
|
-
var
|
|
372
|
-
/* @__PURE__ */ (0,
|
|
404
|
+
var import_jsx_runtime12 = require("react/jsx-runtime"), IconAgent = ({ 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: [
|
|
405
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
373
406
|
"path",
|
|
374
407
|
{
|
|
375
408
|
fill: stroke || color || "currentColor",
|
|
@@ -378,14 +411,14 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconAgent = ({ size, wi
|
|
|
378
411
|
clipRule: "evenodd"
|
|
379
412
|
}
|
|
380
413
|
),
|
|
381
|
-
/* @__PURE__ */ (0,
|
|
414
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
382
415
|
"path",
|
|
383
416
|
{
|
|
384
417
|
fill: stroke || color || "currentColor",
|
|
385
418
|
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
386
419
|
}
|
|
387
420
|
),
|
|
388
|
-
/* @__PURE__ */ (0,
|
|
421
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
389
422
|
"path",
|
|
390
423
|
{
|
|
391
424
|
fill: stroke || color || "currentColor",
|
|
@@ -395,8 +428,8 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconAgent = ({ size, wi
|
|
|
395
428
|
] }), Agent_default = IconAgent;
|
|
396
429
|
|
|
397
430
|
// src/components/Agreements.tsx
|
|
398
|
-
var
|
|
399
|
-
/* @__PURE__ */ (0,
|
|
431
|
+
var import_jsx_runtime13 = require("react/jsx-runtime"), IconAgreements = ({ 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: [
|
|
432
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
400
433
|
"path",
|
|
401
434
|
{
|
|
402
435
|
fill: stroke || color || "currentColor",
|
|
@@ -405,11 +438,11 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconAgreements = ({ siz
|
|
|
405
438
|
clipRule: "evenodd"
|
|
406
439
|
}
|
|
407
440
|
),
|
|
408
|
-
/* @__PURE__ */ (0,
|
|
441
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
409
442
|
] }), Agreements_default = IconAgreements;
|
|
410
443
|
|
|
411
444
|
// src/components/AngleDown.tsx
|
|
412
|
-
var
|
|
445
|
+
var import_jsx_runtime14 = require("react/jsx-runtime"), IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
413
446
|
"path",
|
|
414
447
|
{
|
|
415
448
|
fill: stroke || color || "currentColor",
|
|
@@ -418,7 +451,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconAngleDown = ({ size
|
|
|
418
451
|
) }), AngleDown_default = IconAngleDown;
|
|
419
452
|
|
|
420
453
|
// src/components/Angleright.tsx
|
|
421
|
-
var
|
|
454
|
+
var import_jsx_runtime15 = require("react/jsx-runtime"), IconAngleright = ({ 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)(
|
|
422
455
|
"path",
|
|
423
456
|
{
|
|
424
457
|
fill: stroke || color || "currentColor",
|
|
@@ -427,7 +460,7 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconAngleright = ({ siz
|
|
|
427
460
|
) }), Angleright_default = IconAngleright;
|
|
428
461
|
|
|
429
462
|
// src/components/Announcement.tsx
|
|
430
|
-
var
|
|
463
|
+
var import_jsx_runtime16 = require("react/jsx-runtime"), IconAnnouncement = ({ 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)(
|
|
431
464
|
"path",
|
|
432
465
|
{
|
|
433
466
|
fill: stroke || color || "currentColor",
|
|
@@ -437,8 +470,41 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconAnnouncement = ({ s
|
|
|
437
470
|
}
|
|
438
471
|
) }), Announcement_default = IconAnnouncement;
|
|
439
472
|
|
|
473
|
+
// src/components/AppfeedFilled.tsx
|
|
474
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconAppfeedFilled = ({ 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)(
|
|
475
|
+
"path",
|
|
476
|
+
{
|
|
477
|
+
fill: fill || color || "currentColor",
|
|
478
|
+
d: "M22 3H2V21H22V3ZM9.75 7.5V16.5H11.25L16.5 12L11.25 7.5H9.75Z",
|
|
479
|
+
fillRule: "evenodd",
|
|
480
|
+
clipRule: "evenodd"
|
|
481
|
+
}
|
|
482
|
+
) }), AppfeedFilled_default = IconAppfeedFilled;
|
|
483
|
+
|
|
484
|
+
// src/components/Appfeed.tsx
|
|
485
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconAppfeed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
486
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
487
|
+
"path",
|
|
488
|
+
{
|
|
489
|
+
fill: stroke || color || "currentColor",
|
|
490
|
+
d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
|
|
491
|
+
fillRule: "evenodd",
|
|
492
|
+
clipRule: "evenodd"
|
|
493
|
+
}
|
|
494
|
+
),
|
|
495
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
496
|
+
"path",
|
|
497
|
+
{
|
|
498
|
+
fill: stroke || color || "currentColor",
|
|
499
|
+
d: "M2 3H22V21H2V3ZM4.25 5.25H19.75V18.75H4.25V5.25Z",
|
|
500
|
+
fillRule: "evenodd",
|
|
501
|
+
clipRule: "evenodd"
|
|
502
|
+
}
|
|
503
|
+
)
|
|
504
|
+
] }), Appfeed_default = IconAppfeed;
|
|
505
|
+
|
|
440
506
|
// src/components/Artboard.tsx
|
|
441
|
-
var
|
|
507
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconArtboard = ({ 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)(
|
|
442
508
|
"path",
|
|
443
509
|
{
|
|
444
510
|
fill: stroke || color || "currentColor",
|
|
@@ -449,17 +515,17 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconArtboard = ({ size,
|
|
|
449
515
|
) }), Artboard_default = IconArtboard;
|
|
450
516
|
|
|
451
517
|
// src/components/AssetsFilled.tsx
|
|
452
|
-
var
|
|
453
|
-
/* @__PURE__ */ (0,
|
|
454
|
-
/* @__PURE__ */ (0,
|
|
455
|
-
/* @__PURE__ */ (0,
|
|
518
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
520
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
456
522
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
457
523
|
|
|
458
524
|
// src/components/Assets.tsx
|
|
459
|
-
var
|
|
460
|
-
/* @__PURE__ */ (0,
|
|
461
|
-
/* @__PURE__ */ (0,
|
|
462
|
-
/* @__PURE__ */ (0,
|
|
525
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
528
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
463
529
|
"path",
|
|
464
530
|
{
|
|
465
531
|
fill: stroke || color || "currentColor",
|
|
@@ -471,7 +537,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
471
537
|
] }), Assets_default = IconAssets;
|
|
472
538
|
|
|
473
539
|
// src/components/Autolayout.tsx
|
|
474
|
-
var
|
|
540
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconAutolayout = ({ 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)(
|
|
475
541
|
"path",
|
|
476
542
|
{
|
|
477
543
|
fill: stroke || color || "currentColor",
|
|
@@ -480,8 +546,8 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconAutolayout = ({ siz
|
|
|
480
546
|
) }), Autolayout_default = IconAutolayout;
|
|
481
547
|
|
|
482
548
|
// src/components/Backtoprojects.tsx
|
|
483
|
-
var
|
|
484
|
-
/* @__PURE__ */ (0,
|
|
549
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
550
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
485
551
|
"path",
|
|
486
552
|
{
|
|
487
553
|
fill: stroke || color || "currentColor",
|
|
@@ -490,7 +556,7 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
490
556
|
clipRule: "evenodd"
|
|
491
557
|
}
|
|
492
558
|
),
|
|
493
|
-
/* @__PURE__ */ (0,
|
|
559
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
494
560
|
"path",
|
|
495
561
|
{
|
|
496
562
|
fill: stroke || color || "currentColor",
|
|
@@ -499,7 +565,7 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
499
565
|
clipRule: "evenodd"
|
|
500
566
|
}
|
|
501
567
|
),
|
|
502
|
-
/* @__PURE__ */ (0,
|
|
568
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
503
569
|
"path",
|
|
504
570
|
{
|
|
505
571
|
fill: stroke || color || "currentColor",
|
|
@@ -508,7 +574,7 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
508
574
|
clipRule: "evenodd"
|
|
509
575
|
}
|
|
510
576
|
),
|
|
511
|
-
/* @__PURE__ */ (0,
|
|
577
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
512
578
|
"path",
|
|
513
579
|
{
|
|
514
580
|
fill: stroke || color || "currentColor",
|
|
@@ -520,7 +586,7 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
520
586
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
521
587
|
|
|
522
588
|
// src/components/Backward.tsx
|
|
523
|
-
var
|
|
589
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
524
590
|
"path",
|
|
525
591
|
{
|
|
526
592
|
fill: stroke || color || "currentColor",
|
|
@@ -529,7 +595,7 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
529
595
|
) }), Backward_default = IconBackward;
|
|
530
596
|
|
|
531
597
|
// src/components/BatchShots.tsx
|
|
532
|
-
var
|
|
598
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconBatchShots = ({ 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)(
|
|
533
599
|
"path",
|
|
534
600
|
{
|
|
535
601
|
fill: stroke || color || "currentColor",
|
|
@@ -540,15 +606,15 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
540
606
|
) }), BatchShots_default = IconBatchShots;
|
|
541
607
|
|
|
542
608
|
// src/components/Canvaposition.tsx
|
|
543
|
-
var
|
|
544
|
-
/* @__PURE__ */ (0,
|
|
609
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconCanvaposition = ({ 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: [
|
|
610
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
545
611
|
"path",
|
|
546
612
|
{
|
|
547
613
|
fill: stroke || color || "currentColor",
|
|
548
614
|
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"
|
|
549
615
|
}
|
|
550
616
|
),
|
|
551
|
-
/* @__PURE__ */ (0,
|
|
617
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
552
618
|
"path",
|
|
553
619
|
{
|
|
554
620
|
fill: stroke || color || "currentColor",
|
|
@@ -559,8 +625,48 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconCanvaposition = ({
|
|
|
559
625
|
)
|
|
560
626
|
] }), Canvaposition_default = IconCanvaposition;
|
|
561
627
|
|
|
628
|
+
// src/components/Canvasframe.tsx
|
|
629
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconCanvasframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
630
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
631
|
+
"path",
|
|
632
|
+
{
|
|
633
|
+
fill: stroke || color || "currentColor",
|
|
634
|
+
d: "M1.5 1.5H10.5V8.25H1.5V1.5ZM3.75 3.75H8.25V6H3.75V3.75Z",
|
|
635
|
+
fillRule: "evenodd",
|
|
636
|
+
clipRule: "evenodd"
|
|
637
|
+
}
|
|
638
|
+
),
|
|
639
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
640
|
+
"path",
|
|
641
|
+
{
|
|
642
|
+
fill: stroke || color || "currentColor",
|
|
643
|
+
d: "M1.5 11.25H10.5V22.5H1.5V11.25ZM3.75 13.5H8.25V20.25H3.75V13.5Z",
|
|
644
|
+
fillRule: "evenodd",
|
|
645
|
+
clipRule: "evenodd"
|
|
646
|
+
}
|
|
647
|
+
),
|
|
648
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
649
|
+
"path",
|
|
650
|
+
{
|
|
651
|
+
fill: stroke || color || "currentColor",
|
|
652
|
+
d: "M13.5 1.5V12.75H22.5V1.5H13.5ZM20.25 3.75H15.75V10.5H20.25V3.75Z",
|
|
653
|
+
fillRule: "evenodd",
|
|
654
|
+
clipRule: "evenodd"
|
|
655
|
+
}
|
|
656
|
+
),
|
|
657
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
658
|
+
"path",
|
|
659
|
+
{
|
|
660
|
+
fill: stroke || color || "currentColor",
|
|
661
|
+
d: "M13.5 15.75H22.5V22.5H13.5V15.75ZM15.75 18H20.25V20.25H15.75V18Z",
|
|
662
|
+
fillRule: "evenodd",
|
|
663
|
+
clipRule: "evenodd"
|
|
664
|
+
}
|
|
665
|
+
)
|
|
666
|
+
] }), Canvasframe_default = IconCanvasframe;
|
|
667
|
+
|
|
562
668
|
// src/components/Canvasmode.tsx
|
|
563
|
-
var
|
|
669
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
564
670
|
"path",
|
|
565
671
|
{
|
|
566
672
|
fill: stroke || color || "currentColor",
|
|
@@ -571,7 +677,7 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
571
677
|
) }), Canvasmode_default = IconCanvasmode;
|
|
572
678
|
|
|
573
679
|
// src/components/CcgFilled.tsx
|
|
574
|
-
var
|
|
680
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
575
681
|
"path",
|
|
576
682
|
{
|
|
577
683
|
fill: fill || color || "currentColor",
|
|
@@ -582,7 +688,7 @@ var import_jsx_runtime25 = require("react/jsx-runtime"), IconCcgFilled = ({ size
|
|
|
582
688
|
) }), CcgFilled_default = IconCcgFilled;
|
|
583
689
|
|
|
584
690
|
// src/components/Ccg.tsx
|
|
585
|
-
var
|
|
691
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconCcg = ({ 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)(
|
|
586
692
|
"path",
|
|
587
693
|
{
|
|
588
694
|
fill: stroke || color || "currentColor",
|
|
@@ -593,29 +699,29 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconCcg = ({ size, widt
|
|
|
593
699
|
) }), Ccg_default = IconCcg;
|
|
594
700
|
|
|
595
701
|
// src/components/Ccggame.tsx
|
|
596
|
-
var
|
|
597
|
-
/* @__PURE__ */ (0,
|
|
702
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
703
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
598
704
|
"path",
|
|
599
705
|
{
|
|
600
706
|
fill: stroke || color || "currentColor",
|
|
601
707
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
602
708
|
}
|
|
603
709
|
),
|
|
604
|
-
/* @__PURE__ */ (0,
|
|
710
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
605
711
|
"path",
|
|
606
712
|
{
|
|
607
713
|
fill: stroke || color || "currentColor",
|
|
608
714
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
609
715
|
}
|
|
610
716
|
),
|
|
611
|
-
/* @__PURE__ */ (0,
|
|
717
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
612
718
|
"path",
|
|
613
719
|
{
|
|
614
720
|
fill: stroke || color || "currentColor",
|
|
615
721
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
616
722
|
}
|
|
617
723
|
),
|
|
618
|
-
/* @__PURE__ */ (0,
|
|
724
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
619
725
|
"path",
|
|
620
726
|
{
|
|
621
727
|
fill: stroke || color || "currentColor",
|
|
@@ -627,7 +733,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconCcggame = ({ size,
|
|
|
627
733
|
] }), Ccggame_default = IconCcggame;
|
|
628
734
|
|
|
629
735
|
// src/components/Ccglanguage.tsx
|
|
630
|
-
var
|
|
736
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
631
737
|
"path",
|
|
632
738
|
{
|
|
633
739
|
fill: stroke || color || "currentColor",
|
|
@@ -636,7 +742,7 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconCcglanguage = ({ si
|
|
|
636
742
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
637
743
|
|
|
638
744
|
// src/components/Chaptercollapse.tsx
|
|
639
|
-
var
|
|
745
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconChaptercollapse = ({ 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)(
|
|
640
746
|
"path",
|
|
641
747
|
{
|
|
642
748
|
fill: stroke || color || "currentColor",
|
|
@@ -647,7 +753,7 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
647
753
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
648
754
|
|
|
649
755
|
// src/components/Chapterexpand.tsx
|
|
650
|
-
var
|
|
756
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
651
757
|
"path",
|
|
652
758
|
{
|
|
653
759
|
fill: stroke || color || "currentColor",
|
|
@@ -658,15 +764,15 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
658
764
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
659
765
|
|
|
660
766
|
// src/components/Chathistory.tsx
|
|
661
|
-
var
|
|
662
|
-
/* @__PURE__ */ (0,
|
|
767
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
663
769
|
"path",
|
|
664
770
|
{
|
|
665
771
|
fill: stroke || color || "currentColor",
|
|
666
772
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
667
773
|
}
|
|
668
774
|
),
|
|
669
|
-
/* @__PURE__ */ (0,
|
|
775
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
670
776
|
"path",
|
|
671
777
|
{
|
|
672
778
|
fill: stroke || color || "currentColor",
|
|
@@ -678,7 +784,7 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconChathistory = ({ si
|
|
|
678
784
|
] }), Chathistory_default = IconChathistory;
|
|
679
785
|
|
|
680
786
|
// src/components/Check.tsx
|
|
681
|
-
var
|
|
787
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconCheck = ({ 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)(
|
|
682
788
|
"path",
|
|
683
789
|
{
|
|
684
790
|
fill: stroke || color || "currentColor",
|
|
@@ -687,7 +793,7 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
687
793
|
) }), Check_default = IconCheck;
|
|
688
794
|
|
|
689
795
|
// src/components/CheckedFilled.tsx
|
|
690
|
-
var
|
|
796
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconCheckedFilled = ({ 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)(
|
|
691
797
|
"path",
|
|
692
798
|
{
|
|
693
799
|
fill: fill || color || "currentColor",
|
|
@@ -698,7 +804,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconCheckedFilled = ({
|
|
|
698
804
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
699
805
|
|
|
700
806
|
// src/components/Close.tsx
|
|
701
|
-
var
|
|
807
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconClose = ({ 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)(
|
|
702
808
|
"path",
|
|
703
809
|
{
|
|
704
810
|
fill: stroke || color || "currentColor",
|
|
@@ -707,8 +813,8 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
707
813
|
) }), Close_default = IconClose;
|
|
708
814
|
|
|
709
815
|
// src/components/Collapsewindow.tsx
|
|
710
|
-
var
|
|
711
|
-
/* @__PURE__ */ (0,
|
|
816
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
817
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
712
818
|
"path",
|
|
713
819
|
{
|
|
714
820
|
fill: stroke || color || "currentColor",
|
|
@@ -717,7 +823,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
717
823
|
clipRule: "evenodd"
|
|
718
824
|
}
|
|
719
825
|
),
|
|
720
|
-
/* @__PURE__ */ (0,
|
|
826
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
721
827
|
"path",
|
|
722
828
|
{
|
|
723
829
|
fill: stroke || color || "currentColor",
|
|
@@ -728,10 +834,35 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
728
834
|
)
|
|
729
835
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
730
836
|
|
|
837
|
+
// src/components/Command.tsx
|
|
838
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconCommand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
839
|
+
"path",
|
|
840
|
+
{
|
|
841
|
+
fill: stroke || color || "currentColor",
|
|
842
|
+
d: "M7.39517 9.52168V14.4783H5.28429C2.92324 14.4783 1 16.3234 1 18.7001C1 21.0768 2.92324 23 5.28429 23C7.64534 23 9.56859 21.0768 9.56859 18.7001V16.6048H14.4314V18.7001C14.4314 21.0768 16.3547 23 18.7157 23C21.0768 23 23 21.0768 23 18.7001C23 16.3234 21.0768 14.4783 18.7157 14.4783H16.5892V9.52168H18.7157C21.0768 9.52168 23 7.67662 23 5.29993C23 2.92324 21.0768 1 18.7157 1C16.3547 1 14.4314 2.92324 14.4314 5.29993V7.4108H9.56859V5.29993C9.56859 2.92324 7.64534 1 5.28429 1C2.92324 1 1 2.92324 1 5.29993C1 7.67662 2.92324 9.52168 5.28429 9.52168H7.39517ZM5.29993 7.42644C4.12722 7.42644 3.17342 6.47264 3.17342 5.29993C3.17342 4.12722 4.12722 3.17342 5.28429 3.17342C6.44136 3.17342 7.39517 4.12722 7.39517 5.31557V7.42644H5.29993ZM18.7001 7.42644H16.5892V5.31557C16.5892 4.12722 17.5586 3.17342 18.7157 3.17342C19.8728 3.17342 20.8266 4.12722 20.8266 5.29993C20.8266 6.47264 19.8728 7.42644 18.7001 7.42644ZM9.56859 14.494V9.50604H14.4314V14.494H9.56859ZM5.29993 16.5579H7.39517V18.6844C7.39517 19.8571 6.44136 20.8109 5.28429 20.8109C4.12722 20.8109 3.17342 19.8571 3.17342 18.6844C3.17342 17.5117 4.12722 16.5579 5.29993 16.5579ZM18.7001 16.5579C19.8728 16.5579 20.8266 17.5117 20.8266 18.6844C20.8266 19.8571 19.8728 20.8109 18.7157 20.8109C17.5586 20.8109 16.5892 19.8571 16.5892 18.6844V16.5579H18.7001Z"
|
|
843
|
+
}
|
|
844
|
+
) }), Command_default = IconCommand;
|
|
845
|
+
|
|
846
|
+
// src/components/Comment.tsx
|
|
847
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconComment = ({ 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: [
|
|
848
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 9.375H10.875V11.625H13.125V9.375Z" }),
|
|
849
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M15.75 9.375H18V11.625H15.75V9.375Z" }),
|
|
850
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: stroke || color || "currentColor", d: "M8.25 9.375H6V11.625H8.25V9.375Z" }),
|
|
851
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
852
|
+
"path",
|
|
853
|
+
{
|
|
854
|
+
fill: stroke || color || "currentColor",
|
|
855
|
+
d: "M16.5 19.5L12 24L7.5 19.5H0V1.5H24V19.5H16.5ZM12 20.818L8.43198 17.25H2.25V3.75H21.75V17.25H15.568L12 20.818Z",
|
|
856
|
+
fillRule: "evenodd",
|
|
857
|
+
clipRule: "evenodd"
|
|
858
|
+
}
|
|
859
|
+
)
|
|
860
|
+
] }), Comment_default = IconComment;
|
|
861
|
+
|
|
731
862
|
// src/components/Copy.tsx
|
|
732
|
-
var
|
|
733
|
-
/* @__PURE__ */ (0,
|
|
734
|
-
/* @__PURE__ */ (0,
|
|
863
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconCopy = ({ 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: [
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
735
866
|
"path",
|
|
736
867
|
{
|
|
737
868
|
fill: stroke || color || "currentColor",
|
|
@@ -743,7 +874,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
743
874
|
] }), Copy_default = IconCopy;
|
|
744
875
|
|
|
745
876
|
// src/components/Copylink.tsx
|
|
746
|
-
var
|
|
877
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
747
878
|
"path",
|
|
748
879
|
{
|
|
749
880
|
fill: stroke || color || "currentColor",
|
|
@@ -754,7 +885,7 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconCopylink = ({ size,
|
|
|
754
885
|
) }), Copylink_default = IconCopylink;
|
|
755
886
|
|
|
756
887
|
// src/components/Createplan.tsx
|
|
757
|
-
var
|
|
888
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
758
889
|
"path",
|
|
759
890
|
{
|
|
760
891
|
fill: stroke || color || "currentColor",
|
|
@@ -765,8 +896,8 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconCreateplan = ({ siz
|
|
|
765
896
|
) }), Createplan_default = IconCreateplan;
|
|
766
897
|
|
|
767
898
|
// src/components/CreditFilled.tsx
|
|
768
|
-
var
|
|
769
|
-
/* @__PURE__ */ (0,
|
|
899
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconCreditFilled = ({ 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: [
|
|
900
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
770
901
|
"path",
|
|
771
902
|
{
|
|
772
903
|
fill: fill || color || "currentColor",
|
|
@@ -775,11 +906,11 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
775
906
|
clipRule: "evenodd"
|
|
776
907
|
}
|
|
777
908
|
) }),
|
|
778
|
-
/* @__PURE__ */ (0,
|
|
909
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
779
910
|
] }), CreditFilled_default = IconCreditFilled;
|
|
780
911
|
|
|
781
912
|
// src/components/Cursor.tsx
|
|
782
|
-
var
|
|
913
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
783
914
|
"path",
|
|
784
915
|
{
|
|
785
916
|
fill: stroke || color || "currentColor",
|
|
@@ -790,9 +921,9 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
790
921
|
) }), Cursor_default = IconCursor;
|
|
791
922
|
|
|
792
923
|
// src/components/DeleteSceneChoice.tsx
|
|
793
|
-
var
|
|
794
|
-
/* @__PURE__ */ (0,
|
|
795
|
-
/* @__PURE__ */ (0,
|
|
924
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ 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: [
|
|
925
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
926
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
796
927
|
"path",
|
|
797
928
|
{
|
|
798
929
|
fill: stroke || color || "currentColor",
|
|
@@ -804,9 +935,9 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
804
935
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
805
936
|
|
|
806
937
|
// src/components/Delete.tsx
|
|
807
|
-
var
|
|
808
|
-
/* @__PURE__ */ (0,
|
|
809
|
-
/* @__PURE__ */ (0,
|
|
938
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconDelete = ({ 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: [
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
940
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
810
941
|
"path",
|
|
811
942
|
{
|
|
812
943
|
fill: stroke || color || "currentColor",
|
|
@@ -818,7 +949,7 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
818
949
|
] }), Delete_default = IconDelete;
|
|
819
950
|
|
|
820
951
|
// src/components/DownFilled.tsx
|
|
821
|
-
var
|
|
952
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
822
953
|
"path",
|
|
823
954
|
{
|
|
824
955
|
fill: fill || color || "currentColor",
|
|
@@ -829,7 +960,7 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconDownFilled = ({ siz
|
|
|
829
960
|
) }), DownFilled_default = IconDownFilled;
|
|
830
961
|
|
|
831
962
|
// src/components/DownleftFilled.tsx
|
|
832
|
-
var
|
|
963
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
833
964
|
"path",
|
|
834
965
|
{
|
|
835
966
|
fill: fill || color || "currentColor",
|
|
@@ -840,15 +971,15 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconDownleftFilled = ({
|
|
|
840
971
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
841
972
|
|
|
842
973
|
// src/components/Download.tsx
|
|
843
|
-
var
|
|
844
|
-
/* @__PURE__ */ (0,
|
|
974
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconDownload = ({ 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: [
|
|
975
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
845
976
|
"path",
|
|
846
977
|
{
|
|
847
978
|
fill: stroke || color || "currentColor",
|
|
848
979
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
849
980
|
}
|
|
850
981
|
),
|
|
851
|
-
/* @__PURE__ */ (0,
|
|
982
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
852
983
|
"path",
|
|
853
984
|
{
|
|
854
985
|
fill: stroke || color || "currentColor",
|
|
@@ -860,7 +991,7 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
860
991
|
] }), Download_default = IconDownload;
|
|
861
992
|
|
|
862
993
|
// src/components/DownrightFilled.tsx
|
|
863
|
-
var
|
|
994
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
864
995
|
"path",
|
|
865
996
|
{
|
|
866
997
|
fill: fill || color || "currentColor",
|
|
@@ -871,18 +1002,18 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconDownrightFilled = (
|
|
|
871
1002
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
872
1003
|
|
|
873
1004
|
// src/components/DraghandleFilled.tsx
|
|
874
|
-
var
|
|
875
|
-
/* @__PURE__ */ (0,
|
|
876
|
-
/* @__PURE__ */ (0,
|
|
877
|
-
/* @__PURE__ */ (0,
|
|
878
|
-
/* @__PURE__ */ (0,
|
|
879
|
-
/* @__PURE__ */ (0,
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
1005
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1006
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
1007
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
1008
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
1009
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
1010
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
1011
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
881
1012
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
882
1013
|
|
|
883
1014
|
// src/components/Edit.tsx
|
|
884
|
-
var
|
|
885
|
-
/* @__PURE__ */ (0,
|
|
1015
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1016
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
886
1017
|
"path",
|
|
887
1018
|
{
|
|
888
1019
|
fill: stroke || color || "currentColor",
|
|
@@ -891,7 +1022,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconEdit = ({ size, wid
|
|
|
891
1022
|
clipRule: "evenodd"
|
|
892
1023
|
}
|
|
893
1024
|
),
|
|
894
|
-
/* @__PURE__ */ (0,
|
|
1025
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
895
1026
|
"path",
|
|
896
1027
|
{
|
|
897
1028
|
fill: stroke || color || "currentColor",
|
|
@@ -901,7 +1032,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconEdit = ({ size, wid
|
|
|
901
1032
|
] }), Edit_default = IconEdit;
|
|
902
1033
|
|
|
903
1034
|
// src/components/Element.tsx
|
|
904
|
-
var
|
|
1035
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconElement = ({ 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)(
|
|
905
1036
|
"path",
|
|
906
1037
|
{
|
|
907
1038
|
fill: stroke || color || "currentColor",
|
|
@@ -912,8 +1043,8 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconElement = ({ size,
|
|
|
912
1043
|
) }), Element_default = IconElement;
|
|
913
1044
|
|
|
914
1045
|
// src/components/Expandwindow.tsx
|
|
915
|
-
var
|
|
916
|
-
/* @__PURE__ */ (0,
|
|
1046
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1047
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
917
1048
|
"path",
|
|
918
1049
|
{
|
|
919
1050
|
fill: stroke || color || "currentColor",
|
|
@@ -922,7 +1053,7 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
922
1053
|
clipRule: "evenodd"
|
|
923
1054
|
}
|
|
924
1055
|
),
|
|
925
|
-
/* @__PURE__ */ (0,
|
|
1056
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
926
1057
|
"path",
|
|
927
1058
|
{
|
|
928
1059
|
fill: stroke || color || "currentColor",
|
|
@@ -934,7 +1065,7 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
934
1065
|
] }), Expandwindow_default = IconExpandwindow;
|
|
935
1066
|
|
|
936
1067
|
// src/components/FavoriteFilled.tsx
|
|
937
|
-
var
|
|
1068
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconFavoriteFilled = ({ 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)(
|
|
938
1069
|
"path",
|
|
939
1070
|
{
|
|
940
1071
|
fill: fill || color || "currentColor",
|
|
@@ -943,7 +1074,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconFavoriteFilled = ({
|
|
|
943
1074
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
944
1075
|
|
|
945
1076
|
// src/components/Favorite.tsx
|
|
946
|
-
var
|
|
1077
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
947
1078
|
"path",
|
|
948
1079
|
{
|
|
949
1080
|
fill: stroke || color || "currentColor",
|
|
@@ -954,7 +1085,7 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconFavorite = ({ size,
|
|
|
954
1085
|
) }), Favorite_default = IconFavorite;
|
|
955
1086
|
|
|
956
1087
|
// src/components/FeedbackFailFilled.tsx
|
|
957
|
-
var
|
|
1088
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ 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)(
|
|
958
1089
|
"path",
|
|
959
1090
|
{
|
|
960
1091
|
fill: fill || color || "currentColor",
|
|
@@ -965,7 +1096,7 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
965
1096
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
966
1097
|
|
|
967
1098
|
// src/components/FeedbackPendingFilled.tsx
|
|
968
|
-
var
|
|
1099
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
969
1100
|
"path",
|
|
970
1101
|
{
|
|
971
1102
|
fill: fill || color || "currentColor",
|
|
@@ -976,7 +1107,7 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
976
1107
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
977
1108
|
|
|
978
1109
|
// src/components/FeedbackProblemFilled.tsx
|
|
979
|
-
var
|
|
1110
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ 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)(
|
|
980
1111
|
"path",
|
|
981
1112
|
{
|
|
982
1113
|
fill: fill || color || "currentColor",
|
|
@@ -987,29 +1118,29 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
987
1118
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
988
1119
|
|
|
989
1120
|
// src/components/FeedbackProblem.tsx
|
|
990
|
-
var
|
|
991
|
-
/* @__PURE__ */ (0,
|
|
1121
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconFeedbackProblem = ({ 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: [
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
992
1123
|
"path",
|
|
993
1124
|
{
|
|
994
1125
|
fill: stroke || color || "currentColor",
|
|
995
1126
|
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"
|
|
996
1127
|
}
|
|
997
1128
|
),
|
|
998
|
-
/* @__PURE__ */ (0,
|
|
1129
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
999
1130
|
"path",
|
|
1000
1131
|
{
|
|
1001
1132
|
fill: stroke || color || "currentColor",
|
|
1002
1133
|
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"
|
|
1003
1134
|
}
|
|
1004
1135
|
),
|
|
1005
|
-
/* @__PURE__ */ (0,
|
|
1136
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1006
1137
|
"path",
|
|
1007
1138
|
{
|
|
1008
1139
|
fill: stroke || color || "currentColor",
|
|
1009
1140
|
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"
|
|
1010
1141
|
}
|
|
1011
1142
|
),
|
|
1012
|
-
/* @__PURE__ */ (0,
|
|
1143
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1013
1144
|
"path",
|
|
1014
1145
|
{
|
|
1015
1146
|
fill: stroke || color || "currentColor",
|
|
@@ -1021,8 +1152,8 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
1021
1152
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
1022
1153
|
|
|
1023
1154
|
// src/components/FiletypeImageFilled.tsx
|
|
1024
|
-
var
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1155
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1156
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1026
1157
|
"path",
|
|
1027
1158
|
{
|
|
1028
1159
|
fill: "#2E2E2E",
|
|
@@ -1030,21 +1161,21 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
1030
1161
|
style: { opacity: 0.3 }
|
|
1031
1162
|
}
|
|
1032
1163
|
) }),
|
|
1033
|
-
/* @__PURE__ */ (0,
|
|
1164
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1034
1165
|
"path",
|
|
1035
1166
|
{
|
|
1036
1167
|
fill: "#2E2E2E",
|
|
1037
1168
|
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"
|
|
1038
1169
|
}
|
|
1039
1170
|
),
|
|
1040
|
-
/* @__PURE__ */ (0,
|
|
1171
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1041
1172
|
"path",
|
|
1042
1173
|
{
|
|
1043
1174
|
fill: "#2E2E2E",
|
|
1044
1175
|
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"
|
|
1045
1176
|
}
|
|
1046
1177
|
),
|
|
1047
|
-
/* @__PURE__ */ (0,
|
|
1178
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1048
1179
|
"path",
|
|
1049
1180
|
{
|
|
1050
1181
|
fill: "#2E2E2E",
|
|
@@ -1056,8 +1187,8 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
1056
1187
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
1057
1188
|
|
|
1058
1189
|
// src/components/FiletypePdfFilled.tsx
|
|
1059
|
-
var
|
|
1060
|
-
/* @__PURE__ */ (0,
|
|
1190
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ 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: [
|
|
1191
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1061
1192
|
"path",
|
|
1062
1193
|
{
|
|
1063
1194
|
fill: "#FF3E4C",
|
|
@@ -1065,14 +1196,14 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
1065
1196
|
style: { opacity: 0.3 }
|
|
1066
1197
|
}
|
|
1067
1198
|
) }),
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1199
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1069
1200
|
"path",
|
|
1070
1201
|
{
|
|
1071
1202
|
fill: "#FF3E4C",
|
|
1072
1203
|
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"
|
|
1073
1204
|
}
|
|
1074
1205
|
),
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1206
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1076
1207
|
"path",
|
|
1077
1208
|
{
|
|
1078
1209
|
fill: "#FF3E4C",
|
|
@@ -1082,8 +1213,8 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
1082
1213
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1083
1214
|
|
|
1084
1215
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
1085
|
-
var
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1216
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ 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: [
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1087
1218
|
"path",
|
|
1088
1219
|
{
|
|
1089
1220
|
fill: "#2E2E2E",
|
|
@@ -1091,14 +1222,14 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
1091
1222
|
style: { opacity: 0.3 }
|
|
1092
1223
|
}
|
|
1093
1224
|
) }),
|
|
1094
|
-
/* @__PURE__ */ (0,
|
|
1225
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1095
1226
|
"path",
|
|
1096
1227
|
{
|
|
1097
1228
|
fill: "#2E2E2E",
|
|
1098
1229
|
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"
|
|
1099
1230
|
}
|
|
1100
1231
|
),
|
|
1101
|
-
/* @__PURE__ */ (0,
|
|
1232
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1102
1233
|
"path",
|
|
1103
1234
|
{
|
|
1104
1235
|
fill: "#2E2E2E",
|
|
@@ -1108,8 +1239,8 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
1108
1239
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1109
1240
|
|
|
1110
1241
|
// src/components/FiletypeTxtFilled.tsx
|
|
1111
|
-
var
|
|
1112
|
-
/* @__PURE__ */ (0,
|
|
1242
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconFiletypeTxtFilled = ({ 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: [
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1113
1244
|
"path",
|
|
1114
1245
|
{
|
|
1115
1246
|
fill: "#005FAD",
|
|
@@ -1117,11 +1248,11 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
1117
1248
|
style: { opacity: 0.3 }
|
|
1118
1249
|
}
|
|
1119
1250
|
) }),
|
|
1120
|
-
/* @__PURE__ */ (0,
|
|
1121
|
-
/* @__PURE__ */ (0,
|
|
1122
|
-
/* @__PURE__ */ (0,
|
|
1123
|
-
/* @__PURE__ */ (0,
|
|
1124
|
-
/* @__PURE__ */ (0,
|
|
1251
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1252
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1253
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1254
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1255
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1125
1256
|
"path",
|
|
1126
1257
|
{
|
|
1127
1258
|
fill: "#005FAD",
|
|
@@ -1131,8 +1262,8 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
1131
1262
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
1132
1263
|
|
|
1133
1264
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
1134
|
-
var
|
|
1135
|
-
/* @__PURE__ */ (0,
|
|
1265
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
1266
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1136
1267
|
"path",
|
|
1137
1268
|
{
|
|
1138
1269
|
fill: "#2E2E2E",
|
|
@@ -1140,11 +1271,11 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
1140
1271
|
style: { opacity: 0.3 }
|
|
1141
1272
|
}
|
|
1142
1273
|
) }),
|
|
1143
|
-
/* @__PURE__ */ (0,
|
|
1144
|
-
/* @__PURE__ */ (0,
|
|
1145
|
-
/* @__PURE__ */ (0,
|
|
1146
|
-
/* @__PURE__ */ (0,
|
|
1147
|
-
/* @__PURE__ */ (0,
|
|
1274
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1275
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1276
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1277
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1278
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1148
1279
|
"path",
|
|
1149
1280
|
{
|
|
1150
1281
|
fill: "#2E2E2E",
|
|
@@ -1154,8 +1285,8 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
1154
1285
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
1155
1286
|
|
|
1156
1287
|
// src/components/FiletypeWordFilled.tsx
|
|
1157
|
-
var
|
|
1158
|
-
/* @__PURE__ */ (0,
|
|
1288
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconFiletypeWordFilled = ({ 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: [
|
|
1289
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1159
1290
|
"path",
|
|
1160
1291
|
{
|
|
1161
1292
|
fill: "#0072FF",
|
|
@@ -1163,14 +1294,14 @@ var import_jsx_runtime62 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
1163
1294
|
style: { opacity: 0.3 }
|
|
1164
1295
|
}
|
|
1165
1296
|
) }),
|
|
1166
|
-
/* @__PURE__ */ (0,
|
|
1297
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1167
1298
|
"path",
|
|
1168
1299
|
{
|
|
1169
1300
|
fill: "#0072FF",
|
|
1170
1301
|
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"
|
|
1171
1302
|
}
|
|
1172
1303
|
),
|
|
1173
|
-
/* @__PURE__ */ (0,
|
|
1304
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1174
1305
|
"path",
|
|
1175
1306
|
{
|
|
1176
1307
|
fill: "#0072FF",
|
|
@@ -1180,8 +1311,8 @@ var import_jsx_runtime62 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
1180
1311
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
1181
1312
|
|
|
1182
1313
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
1183
|
-
var
|
|
1184
|
-
/* @__PURE__ */ (0,
|
|
1314
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconFiletypeWordLumiFilled = ({ 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: [
|
|
1315
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1185
1316
|
"path",
|
|
1186
1317
|
{
|
|
1187
1318
|
fill: "#2E2E2E",
|
|
@@ -1189,14 +1320,14 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1189
1320
|
style: { opacity: 0.3 }
|
|
1190
1321
|
}
|
|
1191
1322
|
) }),
|
|
1192
|
-
/* @__PURE__ */ (0,
|
|
1323
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1193
1324
|
"path",
|
|
1194
1325
|
{
|
|
1195
1326
|
fill: "#2E2E2E",
|
|
1196
1327
|
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"
|
|
1197
1328
|
}
|
|
1198
1329
|
),
|
|
1199
|
-
/* @__PURE__ */ (0,
|
|
1330
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1200
1331
|
"path",
|
|
1201
1332
|
{
|
|
1202
1333
|
fill: "#2E2E2E",
|
|
@@ -1206,8 +1337,8 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1206
1337
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
1207
1338
|
|
|
1208
1339
|
// src/components/Fillin.tsx
|
|
1209
|
-
var
|
|
1210
|
-
/* @__PURE__ */ (0,
|
|
1340
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1341
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1211
1342
|
"path",
|
|
1212
1343
|
{
|
|
1213
1344
|
fill: stroke || color || "currentColor",
|
|
@@ -1216,7 +1347,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1216
1347
|
clipRule: "evenodd"
|
|
1217
1348
|
}
|
|
1218
1349
|
) }),
|
|
1219
|
-
/* @__PURE__ */ (0,
|
|
1350
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1220
1351
|
"rect",
|
|
1221
1352
|
{
|
|
1222
1353
|
width: "24",
|
|
@@ -1228,33 +1359,33 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1228
1359
|
] }), Fillin_default = IconFillin;
|
|
1229
1360
|
|
|
1230
1361
|
// src/components/FoldedMenu.tsx
|
|
1231
|
-
var
|
|
1232
|
-
/* @__PURE__ */ (0,
|
|
1233
|
-
/* @__PURE__ */ (0,
|
|
1234
|
-
/* @__PURE__ */ (0,
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1362
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconFoldedMenu = ({ 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: [
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1365
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1366
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1236
1367
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1237
1368
|
|
|
1238
1369
|
// src/components/FullScreen.tsx
|
|
1239
|
-
var
|
|
1240
|
-
/* @__PURE__ */ (0,
|
|
1241
|
-
/* @__PURE__ */ (0,
|
|
1242
|
-
/* @__PURE__ */ (0,
|
|
1243
|
-
/* @__PURE__ */ (0,
|
|
1370
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1373
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1374
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1244
1375
|
] }), FullScreen_default = IconFullScreen;
|
|
1245
1376
|
|
|
1246
1377
|
// src/components/GameFilled.tsx
|
|
1247
|
-
var
|
|
1248
|
-
/* @__PURE__ */ (0,
|
|
1249
|
-
/* @__PURE__ */ (0,
|
|
1250
|
-
/* @__PURE__ */ (0,
|
|
1378
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconGameFilled = ({ 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: [
|
|
1379
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1380
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1381
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1251
1382
|
"path",
|
|
1252
1383
|
{
|
|
1253
1384
|
fill: fill || color || "currentColor",
|
|
1254
1385
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1255
1386
|
}
|
|
1256
1387
|
),
|
|
1257
|
-
/* @__PURE__ */ (0,
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1258
1389
|
"path",
|
|
1259
1390
|
{
|
|
1260
1391
|
fill: fill || color || "currentColor",
|
|
@@ -1264,8 +1395,8 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconGameFilled = ({ siz
|
|
|
1264
1395
|
] }), GameFilled_default = IconGameFilled;
|
|
1265
1396
|
|
|
1266
1397
|
// src/components/Game.tsx
|
|
1267
|
-
var
|
|
1268
|
-
/* @__PURE__ */ (0,
|
|
1398
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1399
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1269
1400
|
"path",
|
|
1270
1401
|
{
|
|
1271
1402
|
fill: stroke || color || "currentColor",
|
|
@@ -1274,7 +1405,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1274
1405
|
clipRule: "evenodd"
|
|
1275
1406
|
}
|
|
1276
1407
|
),
|
|
1277
|
-
/* @__PURE__ */ (0,
|
|
1408
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1278
1409
|
"path",
|
|
1279
1410
|
{
|
|
1280
1411
|
fill: stroke || color || "currentColor",
|
|
@@ -1283,7 +1414,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1283
1414
|
clipRule: "evenodd"
|
|
1284
1415
|
}
|
|
1285
1416
|
),
|
|
1286
|
-
/* @__PURE__ */ (0,
|
|
1417
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1287
1418
|
"path",
|
|
1288
1419
|
{
|
|
1289
1420
|
fill: stroke || color || "currentColor",
|
|
@@ -1292,7 +1423,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1292
1423
|
clipRule: "evenodd"
|
|
1293
1424
|
}
|
|
1294
1425
|
),
|
|
1295
|
-
/* @__PURE__ */ (0,
|
|
1426
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1296
1427
|
"path",
|
|
1297
1428
|
{
|
|
1298
1429
|
fill: stroke || color || "currentColor",
|
|
@@ -1304,7 +1435,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1304
1435
|
] }), Game_default = IconGame;
|
|
1305
1436
|
|
|
1306
1437
|
// src/components/GamebackupFilled.tsx
|
|
1307
|
-
var
|
|
1438
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconGamebackupFilled = ({ 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)(
|
|
1308
1439
|
"path",
|
|
1309
1440
|
{
|
|
1310
1441
|
fill: fill || color || "currentColor",
|
|
@@ -1315,7 +1446,7 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconGamebackupFilled =
|
|
|
1315
1446
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1316
1447
|
|
|
1317
1448
|
// src/components/Gamebackup.tsx
|
|
1318
|
-
var
|
|
1449
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1319
1450
|
"path",
|
|
1320
1451
|
{
|
|
1321
1452
|
fill: stroke || color || "currentColor",
|
|
@@ -1326,7 +1457,7 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconGamebackup = ({ siz
|
|
|
1326
1457
|
) }), Gamebackup_default = IconGamebackup;
|
|
1327
1458
|
|
|
1328
1459
|
// src/components/GamecontrolChoice.tsx
|
|
1329
|
-
var
|
|
1460
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ 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)(
|
|
1330
1461
|
"path",
|
|
1331
1462
|
{
|
|
1332
1463
|
fill: stroke || color || "currentColor",
|
|
@@ -1337,7 +1468,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconGamecontrolChoice =
|
|
|
1337
1468
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1338
1469
|
|
|
1339
1470
|
// src/components/GamecontrolGameplay.tsx
|
|
1340
|
-
var
|
|
1471
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1341
1472
|
"path",
|
|
1342
1473
|
{
|
|
1343
1474
|
fill: stroke || color || "currentColor",
|
|
@@ -1348,7 +1479,7 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
1348
1479
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1349
1480
|
|
|
1350
1481
|
// src/components/GamecontrolLinear.tsx
|
|
1351
|
-
var
|
|
1482
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ 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)(
|
|
1352
1483
|
"path",
|
|
1353
1484
|
{
|
|
1354
1485
|
fill: stroke || color || "currentColor",
|
|
@@ -1359,15 +1490,15 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
1359
1490
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1360
1491
|
|
|
1361
1492
|
// src/components/GamecontrolNone.tsx
|
|
1362
|
-
var
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1493
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1494
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1364
1495
|
"path",
|
|
1365
1496
|
{
|
|
1366
1497
|
fill: stroke || color || "currentColor",
|
|
1367
1498
|
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"
|
|
1368
1499
|
}
|
|
1369
1500
|
),
|
|
1370
|
-
/* @__PURE__ */ (0,
|
|
1501
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1371
1502
|
"path",
|
|
1372
1503
|
{
|
|
1373
1504
|
fill: stroke || color || "currentColor",
|
|
@@ -1376,7 +1507,7 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1376
1507
|
clipRule: "evenodd"
|
|
1377
1508
|
}
|
|
1378
1509
|
),
|
|
1379
|
-
/* @__PURE__ */ (0,
|
|
1510
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1380
1511
|
"path",
|
|
1381
1512
|
{
|
|
1382
1513
|
fill: stroke || color || "currentColor",
|
|
@@ -1388,22 +1519,22 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1388
1519
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1389
1520
|
|
|
1390
1521
|
// src/components/GamecontrolTerminal.tsx
|
|
1391
|
-
var
|
|
1392
|
-
/* @__PURE__ */ (0,
|
|
1522
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconGamecontrolTerminal = ({ 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: [
|
|
1523
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1393
1524
|
"path",
|
|
1394
1525
|
{
|
|
1395
1526
|
fill: stroke || color || "currentColor",
|
|
1396
1527
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
1397
1528
|
}
|
|
1398
1529
|
),
|
|
1399
|
-
/* @__PURE__ */ (0,
|
|
1530
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1400
1531
|
"path",
|
|
1401
1532
|
{
|
|
1402
1533
|
fill: stroke || color || "currentColor",
|
|
1403
1534
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
1404
1535
|
}
|
|
1405
1536
|
),
|
|
1406
|
-
/* @__PURE__ */ (0,
|
|
1537
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1407
1538
|
"path",
|
|
1408
1539
|
{
|
|
1409
1540
|
fill: stroke || color || "currentColor",
|
|
@@ -1415,7 +1546,7 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGamecontrolTerminal
|
|
|
1415
1546
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1416
1547
|
|
|
1417
1548
|
// src/components/Gamelanguage.tsx
|
|
1418
|
-
var
|
|
1549
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1419
1550
|
"path",
|
|
1420
1551
|
{
|
|
1421
1552
|
fill: stroke || color || "currentColor",
|
|
@@ -1426,8 +1557,8 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
1426
1557
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1427
1558
|
|
|
1428
1559
|
// src/components/Gamepreview.tsx
|
|
1429
|
-
var
|
|
1430
|
-
/* @__PURE__ */ (0,
|
|
1560
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconGamepreview = ({ 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: [
|
|
1561
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1431
1562
|
"path",
|
|
1432
1563
|
{
|
|
1433
1564
|
fill: stroke || color || "currentColor",
|
|
@@ -1436,7 +1567,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1436
1567
|
clipRule: "evenodd"
|
|
1437
1568
|
}
|
|
1438
1569
|
),
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1570
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1440
1571
|
"path",
|
|
1441
1572
|
{
|
|
1442
1573
|
fill: stroke || color || "currentColor",
|
|
@@ -1448,7 +1579,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1448
1579
|
] }), Gamepreview_default = IconGamepreview;
|
|
1449
1580
|
|
|
1450
1581
|
// src/components/Gameui.tsx
|
|
1451
|
-
var
|
|
1582
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconGameui = ({ 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)(
|
|
1452
1583
|
"path",
|
|
1453
1584
|
{
|
|
1454
1585
|
fill: stroke || color || "currentColor",
|
|
@@ -1459,8 +1590,8 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconGameui = ({ size, w
|
|
|
1459
1590
|
) }), Gameui_default = IconGameui;
|
|
1460
1591
|
|
|
1461
1592
|
// src/components/Gameuivariable.tsx
|
|
1462
|
-
var
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1593
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1464
1595
|
"path",
|
|
1465
1596
|
{
|
|
1466
1597
|
fill: fill || color || "currentColor",
|
|
@@ -1469,7 +1600,7 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGameuivariable = ({
|
|
|
1469
1600
|
clipRule: "evenodd"
|
|
1470
1601
|
}
|
|
1471
1602
|
),
|
|
1472
|
-
/* @__PURE__ */ (0,
|
|
1603
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1473
1604
|
"path",
|
|
1474
1605
|
{
|
|
1475
1606
|
fill: stroke || color || "currentColor",
|
|
@@ -1479,15 +1610,15 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGameuivariable = ({
|
|
|
1479
1610
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1480
1611
|
|
|
1481
1612
|
// src/components/Gameuivariable2.tsx
|
|
1482
|
-
var
|
|
1483
|
-
/* @__PURE__ */ (0,
|
|
1613
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconGameuivariable2 = ({ 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: [
|
|
1614
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1484
1615
|
"path",
|
|
1485
1616
|
{
|
|
1486
1617
|
fill: fill || color || "currentColor",
|
|
1487
1618
|
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
1488
1619
|
}
|
|
1489
1620
|
),
|
|
1490
|
-
/* @__PURE__ */ (0,
|
|
1621
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1491
1622
|
"path",
|
|
1492
1623
|
{
|
|
1493
1624
|
fill: stroke || color || "currentColor",
|
|
@@ -1497,15 +1628,15 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGameuivariable2 = (
|
|
|
1497
1628
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1498
1629
|
|
|
1499
1630
|
// src/components/GenerateMultimage.tsx
|
|
1500
|
-
var
|
|
1501
|
-
/* @__PURE__ */ (0,
|
|
1631
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenerateMultimage = ({ 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: [
|
|
1632
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1502
1633
|
"path",
|
|
1503
1634
|
{
|
|
1504
1635
|
fill: stroke || color || "currentColor",
|
|
1505
1636
|
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"
|
|
1506
1637
|
}
|
|
1507
1638
|
),
|
|
1508
|
-
/* @__PURE__ */ (0,
|
|
1639
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1509
1640
|
"path",
|
|
1510
1641
|
{
|
|
1511
1642
|
fill: stroke || color || "currentColor",
|
|
@@ -1514,11 +1645,11 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
1514
1645
|
clipRule: "evenodd"
|
|
1515
1646
|
}
|
|
1516
1647
|
),
|
|
1517
|
-
/* @__PURE__ */ (0,
|
|
1648
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1518
1649
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1519
1650
|
|
|
1520
1651
|
// src/components/GenerateFilled.tsx
|
|
1521
|
-
var
|
|
1652
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1522
1653
|
"path",
|
|
1523
1654
|
{
|
|
1524
1655
|
fill: fill || color || "currentColor",
|
|
@@ -1529,15 +1660,15 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
1529
1660
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1530
1661
|
|
|
1531
1662
|
// src/components/GenerateFrameStart.tsx
|
|
1532
|
-
var
|
|
1533
|
-
/* @__PURE__ */ (0,
|
|
1663
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1664
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1534
1665
|
"path",
|
|
1535
1666
|
{
|
|
1536
1667
|
fill: stroke || color || "currentColor",
|
|
1537
1668
|
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"
|
|
1538
1669
|
}
|
|
1539
1670
|
),
|
|
1540
|
-
/* @__PURE__ */ (0,
|
|
1671
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1541
1672
|
"path",
|
|
1542
1673
|
{
|
|
1543
1674
|
fill: stroke || color || "currentColor",
|
|
@@ -1549,8 +1680,8 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
1549
1680
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1550
1681
|
|
|
1551
1682
|
// src/components/GenerateFrameStart2End.tsx
|
|
1552
|
-
var
|
|
1553
|
-
/* @__PURE__ */ (0,
|
|
1683
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1684
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1554
1685
|
"path",
|
|
1555
1686
|
{
|
|
1556
1687
|
fill: stroke || color || "currentColor",
|
|
@@ -1559,14 +1690,14 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1559
1690
|
clipRule: "evenodd"
|
|
1560
1691
|
}
|
|
1561
1692
|
),
|
|
1562
|
-
/* @__PURE__ */ (0,
|
|
1693
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1563
1694
|
"path",
|
|
1564
1695
|
{
|
|
1565
1696
|
fill: stroke || color || "currentColor",
|
|
1566
1697
|
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"
|
|
1567
1698
|
}
|
|
1568
1699
|
),
|
|
1569
|
-
/* @__PURE__ */ (0,
|
|
1700
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1570
1701
|
"path",
|
|
1571
1702
|
{
|
|
1572
1703
|
fill: stroke || color || "currentColor",
|
|
@@ -1578,8 +1709,8 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1578
1709
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1579
1710
|
|
|
1580
1711
|
// src/components/GenerateSwitchframe.tsx
|
|
1581
|
-
var
|
|
1582
|
-
/* @__PURE__ */ (0,
|
|
1712
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ 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: [
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1583
1714
|
"path",
|
|
1584
1715
|
{
|
|
1585
1716
|
fill: stroke || color || "currentColor",
|
|
@@ -1588,7 +1719,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1588
1719
|
clipRule: "evenodd"
|
|
1589
1720
|
}
|
|
1590
1721
|
),
|
|
1591
|
-
/* @__PURE__ */ (0,
|
|
1722
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1592
1723
|
"path",
|
|
1593
1724
|
{
|
|
1594
1725
|
fill: stroke || color || "currentColor",
|
|
@@ -1600,15 +1731,15 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1600
1731
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1601
1732
|
|
|
1602
1733
|
// src/components/GenerateT2V.tsx
|
|
1603
|
-
var
|
|
1604
|
-
/* @__PURE__ */ (0,
|
|
1734
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconGenerateT2V = ({ 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: [
|
|
1735
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1605
1736
|
"path",
|
|
1606
1737
|
{
|
|
1607
1738
|
fill: stroke || color || "currentColor",
|
|
1608
1739
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1609
1740
|
}
|
|
1610
1741
|
),
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
1742
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1612
1743
|
"path",
|
|
1613
1744
|
{
|
|
1614
1745
|
fill: stroke || color || "currentColor",
|
|
@@ -1620,7 +1751,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
1620
1751
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1621
1752
|
|
|
1622
1753
|
// src/components/Generate.tsx
|
|
1623
|
-
var
|
|
1754
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
1624
1755
|
"path",
|
|
1625
1756
|
{
|
|
1626
1757
|
fill: stroke || color || "currentColor",
|
|
@@ -1629,15 +1760,15 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenerate = ({ size,
|
|
|
1629
1760
|
) }), Generate_default = IconGenerate;
|
|
1630
1761
|
|
|
1631
1762
|
// src/components/GenreAuto.tsx
|
|
1632
|
-
var
|
|
1633
|
-
/* @__PURE__ */ (0,
|
|
1763
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1764
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1634
1765
|
"path",
|
|
1635
1766
|
{
|
|
1636
1767
|
fill: stroke || color || "currentColor",
|
|
1637
1768
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1638
1769
|
}
|
|
1639
1770
|
),
|
|
1640
|
-
/* @__PURE__ */ (0,
|
|
1771
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1641
1772
|
"path",
|
|
1642
1773
|
{
|
|
1643
1774
|
fill: stroke || color || "currentColor",
|
|
@@ -1646,15 +1777,15 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1646
1777
|
clipRule: "evenodd"
|
|
1647
1778
|
}
|
|
1648
1779
|
),
|
|
1649
|
-
/* @__PURE__ */ (0,
|
|
1650
|
-
/* @__PURE__ */ (0,
|
|
1780
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1781
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1651
1782
|
"path",
|
|
1652
1783
|
{
|
|
1653
1784
|
fill: stroke || color || "currentColor",
|
|
1654
1785
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1655
1786
|
}
|
|
1656
1787
|
),
|
|
1657
|
-
/* @__PURE__ */ (0,
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1658
1789
|
"path",
|
|
1659
1790
|
{
|
|
1660
1791
|
fill: stroke || color || "currentColor",
|
|
@@ -1664,22 +1795,22 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1664
1795
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1665
1796
|
|
|
1666
1797
|
// src/components/GenreComedy.tsx
|
|
1667
|
-
var
|
|
1668
|
-
/* @__PURE__ */ (0,
|
|
1798
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1799
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1669
1800
|
"path",
|
|
1670
1801
|
{
|
|
1671
1802
|
fill: stroke || color || "currentColor",
|
|
1672
1803
|
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"
|
|
1673
1804
|
}
|
|
1674
1805
|
),
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
1806
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1676
1807
|
"path",
|
|
1677
1808
|
{
|
|
1678
1809
|
fill: stroke || color || "currentColor",
|
|
1679
1810
|
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"
|
|
1680
1811
|
}
|
|
1681
1812
|
),
|
|
1682
|
-
/* @__PURE__ */ (0,
|
|
1813
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1683
1814
|
"path",
|
|
1684
1815
|
{
|
|
1685
1816
|
fill: stroke || color || "currentColor",
|
|
@@ -1688,7 +1819,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1688
1819
|
clipRule: "evenodd"
|
|
1689
1820
|
}
|
|
1690
1821
|
),
|
|
1691
|
-
/* @__PURE__ */ (0,
|
|
1822
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1692
1823
|
"path",
|
|
1693
1824
|
{
|
|
1694
1825
|
fill: stroke || color || "currentColor",
|
|
@@ -1700,7 +1831,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1700
1831
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1701
1832
|
|
|
1702
1833
|
// src/components/GenreFantasy.tsx
|
|
1703
|
-
var
|
|
1834
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconGenreFantasy = ({ 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)(
|
|
1704
1835
|
"path",
|
|
1705
1836
|
{
|
|
1706
1837
|
fill: stroke || color || "currentColor",
|
|
@@ -1711,22 +1842,22 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
1711
1842
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1712
1843
|
|
|
1713
1844
|
// src/components/GenreHorror.tsx
|
|
1714
|
-
var
|
|
1715
|
-
/* @__PURE__ */ (0,
|
|
1845
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1846
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
1716
1847
|
"path",
|
|
1717
1848
|
{
|
|
1718
1849
|
fill: stroke || color || "currentColor",
|
|
1719
1850
|
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"
|
|
1720
1851
|
}
|
|
1721
1852
|
),
|
|
1722
|
-
/* @__PURE__ */ (0,
|
|
1853
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
1723
1854
|
"path",
|
|
1724
1855
|
{
|
|
1725
1856
|
fill: stroke || color || "currentColor",
|
|
1726
1857
|
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"
|
|
1727
1858
|
}
|
|
1728
1859
|
),
|
|
1729
|
-
/* @__PURE__ */ (0,
|
|
1860
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
1730
1861
|
"path",
|
|
1731
1862
|
{
|
|
1732
1863
|
fill: stroke || color || "currentColor",
|
|
@@ -1738,7 +1869,7 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
1738
1869
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1739
1870
|
|
|
1740
1871
|
// src/components/GenreRomance.tsx
|
|
1741
|
-
var
|
|
1872
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
1742
1873
|
"path",
|
|
1743
1874
|
{
|
|
1744
1875
|
fill: stroke || color || "currentColor",
|
|
@@ -1749,15 +1880,15 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
1749
1880
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1750
1881
|
|
|
1751
1882
|
// src/components/GenreScifi.tsx
|
|
1752
|
-
var
|
|
1753
|
-
/* @__PURE__ */ (0,
|
|
1883
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1884
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1754
1885
|
"path",
|
|
1755
1886
|
{
|
|
1756
1887
|
fill: stroke || color || "currentColor",
|
|
1757
1888
|
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"
|
|
1758
1889
|
}
|
|
1759
1890
|
),
|
|
1760
|
-
/* @__PURE__ */ (0,
|
|
1891
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1761
1892
|
"path",
|
|
1762
1893
|
{
|
|
1763
1894
|
fill: stroke || color || "currentColor",
|
|
@@ -1766,7 +1897,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1766
1897
|
clipRule: "evenodd"
|
|
1767
1898
|
}
|
|
1768
1899
|
),
|
|
1769
|
-
/* @__PURE__ */ (0,
|
|
1900
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1770
1901
|
"path",
|
|
1771
1902
|
{
|
|
1772
1903
|
fill: stroke || color || "currentColor",
|
|
@@ -1776,7 +1907,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1776
1907
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1777
1908
|
|
|
1778
1909
|
// src/components/GenreSuspense.tsx
|
|
1779
|
-
var
|
|
1910
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1780
1911
|
"path",
|
|
1781
1912
|
{
|
|
1782
1913
|
fill: stroke || color || "currentColor",
|
|
@@ -1787,7 +1918,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
1787
1918
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1788
1919
|
|
|
1789
1920
|
// src/components/Genre.tsx
|
|
1790
|
-
var
|
|
1921
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
1791
1922
|
"path",
|
|
1792
1923
|
{
|
|
1793
1924
|
fill: stroke || color || "currentColor",
|
|
@@ -1798,8 +1929,8 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
1798
1929
|
) }), Genre_default = IconGenre;
|
|
1799
1930
|
|
|
1800
1931
|
// src/components/GoogleLogoFilled.tsx
|
|
1801
|
-
var
|
|
1802
|
-
/* @__PURE__ */ (0,
|
|
1932
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
|
|
1933
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1803
1934
|
"mask",
|
|
1804
1935
|
{
|
|
1805
1936
|
id: "mask0_48_113",
|
|
@@ -1809,7 +1940,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1809
1940
|
y: "0",
|
|
1810
1941
|
maskUnits: "userSpaceOnUse",
|
|
1811
1942
|
style: { maskType: "luminance" },
|
|
1812
|
-
children: /* @__PURE__ */ (0,
|
|
1943
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1813
1944
|
"path",
|
|
1814
1945
|
{
|
|
1815
1946
|
fill: stroke || color || "currentColor",
|
|
@@ -1818,64 +1949,64 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1818
1949
|
)
|
|
1819
1950
|
}
|
|
1820
1951
|
),
|
|
1821
|
-
/* @__PURE__ */ (0,
|
|
1822
|
-
/* @__PURE__ */ (0,
|
|
1952
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1953
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1823
1954
|
"path",
|
|
1824
1955
|
{
|
|
1825
1956
|
fill: "url(#paint0_radial_48_113)",
|
|
1826
1957
|
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"
|
|
1827
1958
|
}
|
|
1828
1959
|
) }),
|
|
1829
|
-
/* @__PURE__ */ (0,
|
|
1960
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1830
1961
|
"path",
|
|
1831
1962
|
{
|
|
1832
1963
|
fill: "url(#paint1_radial_48_113)",
|
|
1833
1964
|
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"
|
|
1834
1965
|
}
|
|
1835
1966
|
) }),
|
|
1836
|
-
/* @__PURE__ */ (0,
|
|
1967
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1837
1968
|
"path",
|
|
1838
1969
|
{
|
|
1839
1970
|
fill: "url(#paint2_radial_48_113)",
|
|
1840
1971
|
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"
|
|
1841
1972
|
}
|
|
1842
1973
|
) }),
|
|
1843
|
-
/* @__PURE__ */ (0,
|
|
1974
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1844
1975
|
"path",
|
|
1845
1976
|
{
|
|
1846
1977
|
fill: "url(#paint3_radial_48_113)",
|
|
1847
1978
|
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"
|
|
1848
1979
|
}
|
|
1849
1980
|
) }),
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1851
1982
|
"path",
|
|
1852
1983
|
{
|
|
1853
1984
|
fill: "#3086FF",
|
|
1854
1985
|
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"
|
|
1855
1986
|
}
|
|
1856
1987
|
) }),
|
|
1857
|
-
/* @__PURE__ */ (0,
|
|
1988
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1858
1989
|
"path",
|
|
1859
1990
|
{
|
|
1860
1991
|
fill: "url(#paint4_radial_48_113)",
|
|
1861
1992
|
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"
|
|
1862
1993
|
}
|
|
1863
1994
|
) }),
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1995
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1865
1996
|
"path",
|
|
1866
1997
|
{
|
|
1867
1998
|
fill: "url(#paint5_radial_48_113)",
|
|
1868
1999
|
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"
|
|
1869
2000
|
}
|
|
1870
2001
|
) }),
|
|
1871
|
-
/* @__PURE__ */ (0,
|
|
2002
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1872
2003
|
"path",
|
|
1873
2004
|
{
|
|
1874
2005
|
fill: "url(#paint6_radial_48_113)",
|
|
1875
2006
|
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"
|
|
1876
2007
|
}
|
|
1877
2008
|
) }),
|
|
1878
|
-
/* @__PURE__ */ (0,
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1879
2010
|
"path",
|
|
1880
2011
|
{
|
|
1881
2012
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1883,8 +2014,8 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1883
2014
|
}
|
|
1884
2015
|
) })
|
|
1885
2016
|
] }),
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
1887
|
-
/* @__PURE__ */ (0,
|
|
2017
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("defs", { children: [
|
|
2018
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1888
2019
|
"filter",
|
|
1889
2020
|
{
|
|
1890
2021
|
id: "filter0_f_48_113",
|
|
@@ -1895,13 +2026,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1895
2026
|
filterUnits: "userSpaceOnUse",
|
|
1896
2027
|
colorInterpolationFilters: "sRGB",
|
|
1897
2028
|
children: [
|
|
1898
|
-
/* @__PURE__ */ (0,
|
|
1899
|
-
/* @__PURE__ */ (0,
|
|
1900
|
-
/* @__PURE__ */ (0,
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2030
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1901
2032
|
]
|
|
1902
2033
|
}
|
|
1903
2034
|
),
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1905
2036
|
"filter",
|
|
1906
2037
|
{
|
|
1907
2038
|
id: "filter1_f_48_113",
|
|
@@ -1912,13 +2043,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1912
2043
|
filterUnits: "userSpaceOnUse",
|
|
1913
2044
|
colorInterpolationFilters: "sRGB",
|
|
1914
2045
|
children: [
|
|
1915
|
-
/* @__PURE__ */ (0,
|
|
1916
|
-
/* @__PURE__ */ (0,
|
|
1917
|
-
/* @__PURE__ */ (0,
|
|
2046
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2047
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2048
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1918
2049
|
]
|
|
1919
2050
|
}
|
|
1920
2051
|
),
|
|
1921
|
-
/* @__PURE__ */ (0,
|
|
2052
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1922
2053
|
"filter",
|
|
1923
2054
|
{
|
|
1924
2055
|
id: "filter2_f_48_113",
|
|
@@ -1929,13 +2060,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1929
2060
|
filterUnits: "userSpaceOnUse",
|
|
1930
2061
|
colorInterpolationFilters: "sRGB",
|
|
1931
2062
|
children: [
|
|
1932
|
-
/* @__PURE__ */ (0,
|
|
1933
|
-
/* @__PURE__ */ (0,
|
|
1934
|
-
/* @__PURE__ */ (0,
|
|
2063
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2064
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2065
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1935
2066
|
]
|
|
1936
2067
|
}
|
|
1937
2068
|
),
|
|
1938
|
-
/* @__PURE__ */ (0,
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1939
2070
|
"filter",
|
|
1940
2071
|
{
|
|
1941
2072
|
id: "filter3_f_48_113",
|
|
@@ -1946,13 +2077,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1946
2077
|
filterUnits: "userSpaceOnUse",
|
|
1947
2078
|
colorInterpolationFilters: "sRGB",
|
|
1948
2079
|
children: [
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
1950
|
-
/* @__PURE__ */ (0,
|
|
1951
|
-
/* @__PURE__ */ (0,
|
|
2080
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1952
2083
|
]
|
|
1953
2084
|
}
|
|
1954
2085
|
),
|
|
1955
|
-
/* @__PURE__ */ (0,
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1956
2087
|
"filter",
|
|
1957
2088
|
{
|
|
1958
2089
|
id: "filter4_f_48_113",
|
|
@@ -1963,13 +2094,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1963
2094
|
filterUnits: "userSpaceOnUse",
|
|
1964
2095
|
colorInterpolationFilters: "sRGB",
|
|
1965
2096
|
children: [
|
|
1966
|
-
/* @__PURE__ */ (0,
|
|
1967
|
-
/* @__PURE__ */ (0,
|
|
1968
|
-
/* @__PURE__ */ (0,
|
|
2097
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2098
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2099
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1969
2100
|
]
|
|
1970
2101
|
}
|
|
1971
2102
|
),
|
|
1972
|
-
/* @__PURE__ */ (0,
|
|
2103
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1973
2104
|
"filter",
|
|
1974
2105
|
{
|
|
1975
2106
|
id: "filter5_f_48_113",
|
|
@@ -1980,13 +2111,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1980
2111
|
filterUnits: "userSpaceOnUse",
|
|
1981
2112
|
colorInterpolationFilters: "sRGB",
|
|
1982
2113
|
children: [
|
|
1983
|
-
/* @__PURE__ */ (0,
|
|
1984
|
-
/* @__PURE__ */ (0,
|
|
1985
|
-
/* @__PURE__ */ (0,
|
|
2114
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2115
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2116
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1986
2117
|
]
|
|
1987
2118
|
}
|
|
1988
2119
|
),
|
|
1989
|
-
/* @__PURE__ */ (0,
|
|
2120
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
1990
2121
|
"filter",
|
|
1991
2122
|
{
|
|
1992
2123
|
id: "filter6_f_48_113",
|
|
@@ -1997,13 +2128,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1997
2128
|
filterUnits: "userSpaceOnUse",
|
|
1998
2129
|
colorInterpolationFilters: "sRGB",
|
|
1999
2130
|
children: [
|
|
2000
|
-
/* @__PURE__ */ (0,
|
|
2001
|
-
/* @__PURE__ */ (0,
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2132
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2133
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
2003
2134
|
]
|
|
2004
2135
|
}
|
|
2005
2136
|
),
|
|
2006
|
-
/* @__PURE__ */ (0,
|
|
2137
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2007
2138
|
"filter",
|
|
2008
2139
|
{
|
|
2009
2140
|
id: "filter7_f_48_113",
|
|
@@ -2014,13 +2145,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2014
2145
|
filterUnits: "userSpaceOnUse",
|
|
2015
2146
|
colorInterpolationFilters: "sRGB",
|
|
2016
2147
|
children: [
|
|
2017
|
-
/* @__PURE__ */ (0,
|
|
2018
|
-
/* @__PURE__ */ (0,
|
|
2019
|
-
/* @__PURE__ */ (0,
|
|
2148
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2149
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2150
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2020
2151
|
]
|
|
2021
2152
|
}
|
|
2022
2153
|
),
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
2154
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2024
2155
|
"filter",
|
|
2025
2156
|
{
|
|
2026
2157
|
id: "filter8_f_48_113",
|
|
@@ -2031,13 +2162,13 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2031
2162
|
filterUnits: "userSpaceOnUse",
|
|
2032
2163
|
colorInterpolationFilters: "sRGB",
|
|
2033
2164
|
children: [
|
|
2034
|
-
/* @__PURE__ */ (0,
|
|
2035
|
-
/* @__PURE__ */ (0,
|
|
2036
|
-
/* @__PURE__ */ (0,
|
|
2165
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2166
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
2037
2168
|
]
|
|
2038
2169
|
}
|
|
2039
2170
|
),
|
|
2040
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2041
2172
|
"radialGradient",
|
|
2042
2173
|
{
|
|
2043
2174
|
id: "paint0_radial_48_113",
|
|
@@ -2047,20 +2178,20 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2047
2178
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
2048
2179
|
gradientUnits: "userSpaceOnUse",
|
|
2049
2180
|
children: [
|
|
2050
|
-
/* @__PURE__ */ (0,
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2053
|
-
/* @__PURE__ */ (0,
|
|
2054
|
-
/* @__PURE__ */ (0,
|
|
2055
|
-
/* @__PURE__ */ (0,
|
|
2056
|
-
/* @__PURE__ */ (0,
|
|
2057
|
-
/* @__PURE__ */ (0,
|
|
2058
|
-
/* @__PURE__ */ (0,
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2181
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2183
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2185
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2187
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2188
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2190
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
2060
2191
|
]
|
|
2061
2192
|
}
|
|
2062
2193
|
),
|
|
2063
|
-
/* @__PURE__ */ (0,
|
|
2194
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2064
2195
|
"radialGradient",
|
|
2065
2196
|
{
|
|
2066
2197
|
id: "paint1_radial_48_113",
|
|
@@ -2070,12 +2201,12 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2070
2201
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2071
2202
|
gradientUnits: "userSpaceOnUse",
|
|
2072
2203
|
children: [
|
|
2073
|
-
/* @__PURE__ */ (0,
|
|
2074
|
-
/* @__PURE__ */ (0,
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2205
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2075
2206
|
]
|
|
2076
2207
|
}
|
|
2077
2208
|
),
|
|
2078
|
-
/* @__PURE__ */ (0,
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2079
2210
|
"radialGradient",
|
|
2080
2211
|
{
|
|
2081
2212
|
id: "paint2_radial_48_113",
|
|
@@ -2085,18 +2216,18 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2085
2216
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2086
2217
|
gradientUnits: "userSpaceOnUse",
|
|
2087
2218
|
children: [
|
|
2088
|
-
/* @__PURE__ */ (0,
|
|
2089
|
-
/* @__PURE__ */ (0,
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2092
|
-
/* @__PURE__ */ (0,
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2094
|
-
/* @__PURE__ */ (0,
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2219
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2220
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2221
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2222
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2223
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2096
2227
|
]
|
|
2097
2228
|
}
|
|
2098
2229
|
),
|
|
2099
|
-
/* @__PURE__ */ (0,
|
|
2230
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2100
2231
|
"radialGradient",
|
|
2101
2232
|
{
|
|
2102
2233
|
id: "paint3_radial_48_113",
|
|
@@ -2106,19 +2237,19 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2106
2237
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2107
2238
|
gradientUnits: "userSpaceOnUse",
|
|
2108
2239
|
children: [
|
|
2109
|
-
/* @__PURE__ */ (0,
|
|
2110
|
-
/* @__PURE__ */ (0,
|
|
2111
|
-
/* @__PURE__ */ (0,
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2115
|
-
/* @__PURE__ */ (0,
|
|
2116
|
-
/* @__PURE__ */ (0,
|
|
2117
|
-
/* @__PURE__ */ (0,
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2241
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2243
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2247
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2248
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2118
2249
|
]
|
|
2119
2250
|
}
|
|
2120
2251
|
),
|
|
2121
|
-
/* @__PURE__ */ (0,
|
|
2252
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2122
2253
|
"radialGradient",
|
|
2123
2254
|
{
|
|
2124
2255
|
id: "paint4_radial_48_113",
|
|
@@ -2128,18 +2259,18 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2128
2259
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2129
2260
|
gradientUnits: "userSpaceOnUse",
|
|
2130
2261
|
children: [
|
|
2131
|
-
/* @__PURE__ */ (0,
|
|
2132
|
-
/* @__PURE__ */ (0,
|
|
2133
|
-
/* @__PURE__ */ (0,
|
|
2134
|
-
/* @__PURE__ */ (0,
|
|
2135
|
-
/* @__PURE__ */ (0,
|
|
2136
|
-
/* @__PURE__ */ (0,
|
|
2137
|
-
/* @__PURE__ */ (0,
|
|
2138
|
-
/* @__PURE__ */ (0,
|
|
2262
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2263
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2264
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2267
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2268
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2269
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2139
2270
|
]
|
|
2140
2271
|
}
|
|
2141
2272
|
),
|
|
2142
|
-
/* @__PURE__ */ (0,
|
|
2273
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2143
2274
|
"radialGradient",
|
|
2144
2275
|
{
|
|
2145
2276
|
id: "paint5_radial_48_113",
|
|
@@ -2149,15 +2280,15 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2149
2280
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2150
2281
|
gradientUnits: "userSpaceOnUse",
|
|
2151
2282
|
children: [
|
|
2152
|
-
/* @__PURE__ */ (0,
|
|
2153
|
-
/* @__PURE__ */ (0,
|
|
2154
|
-
/* @__PURE__ */ (0,
|
|
2155
|
-
/* @__PURE__ */ (0,
|
|
2156
|
-
/* @__PURE__ */ (0,
|
|
2283
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2284
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2286
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2287
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2157
2288
|
]
|
|
2158
2289
|
}
|
|
2159
2290
|
),
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2291
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2161
2292
|
"radialGradient",
|
|
2162
2293
|
{
|
|
2163
2294
|
id: "paint6_radial_48_113",
|
|
@@ -2167,20 +2298,20 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2167
2298
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2168
2299
|
gradientUnits: "userSpaceOnUse",
|
|
2169
2300
|
children: [
|
|
2170
|
-
/* @__PURE__ */ (0,
|
|
2171
|
-
/* @__PURE__ */ (0,
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2173
|
-
/* @__PURE__ */ (0,
|
|
2174
|
-
/* @__PURE__ */ (0,
|
|
2175
|
-
/* @__PURE__ */ (0,
|
|
2176
|
-
/* @__PURE__ */ (0,
|
|
2177
|
-
/* @__PURE__ */ (0,
|
|
2178
|
-
/* @__PURE__ */ (0,
|
|
2179
|
-
/* @__PURE__ */ (0,
|
|
2301
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2302
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2303
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2304
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2305
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2306
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2309
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2310
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2180
2311
|
]
|
|
2181
2312
|
}
|
|
2182
2313
|
),
|
|
2183
|
-
/* @__PURE__ */ (0,
|
|
2314
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
2184
2315
|
"linearGradient",
|
|
2185
2316
|
{
|
|
2186
2317
|
id: "paint7_linear_48_113",
|
|
@@ -2190,8 +2321,8 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2190
2321
|
y2: "21.5116",
|
|
2191
2322
|
gradientUnits: "userSpaceOnUse",
|
|
2192
2323
|
children: [
|
|
2193
|
-
/* @__PURE__ */ (0,
|
|
2194
|
-
/* @__PURE__ */ (0,
|
|
2324
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2325
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2195
2326
|
]
|
|
2196
2327
|
}
|
|
2197
2328
|
)
|
|
@@ -2199,7 +2330,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2199
2330
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2200
2331
|
|
|
2201
2332
|
// src/components/Handtool.tsx
|
|
2202
|
-
var
|
|
2333
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2203
2334
|
"path",
|
|
2204
2335
|
{
|
|
2205
2336
|
fill: stroke || color || "currentColor",
|
|
@@ -2208,16 +2339,16 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
2208
2339
|
) }), Handtool_default = IconHandtool;
|
|
2209
2340
|
|
|
2210
2341
|
// src/components/Help.tsx
|
|
2211
|
-
var
|
|
2212
|
-
/* @__PURE__ */ (0,
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2342
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconHelp = ({ 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: [
|
|
2343
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2344
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2214
2345
|
"path",
|
|
2215
2346
|
{
|
|
2216
2347
|
fill: stroke || color || "currentColor",
|
|
2217
2348
|
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"
|
|
2218
2349
|
}
|
|
2219
2350
|
),
|
|
2220
|
-
/* @__PURE__ */ (0,
|
|
2351
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2221
2352
|
"path",
|
|
2222
2353
|
{
|
|
2223
2354
|
fill: stroke || color || "currentColor",
|
|
@@ -2229,7 +2360,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
2229
2360
|
] }), Help_default = IconHelp;
|
|
2230
2361
|
|
|
2231
2362
|
// src/components/HomepageFilled.tsx
|
|
2232
|
-
var
|
|
2363
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconHomepageFilled = ({ 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)(
|
|
2233
2364
|
"path",
|
|
2234
2365
|
{
|
|
2235
2366
|
fill: fill || color || "currentColor",
|
|
@@ -2240,7 +2371,7 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
2240
2371
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2241
2372
|
|
|
2242
2373
|
// src/components/Hotareacenter.tsx
|
|
2243
|
-
var
|
|
2374
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2244
2375
|
"path",
|
|
2245
2376
|
{
|
|
2246
2377
|
fill: "#191919",
|
|
@@ -2250,22 +2381,22 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconHotareacenter = ({
|
|
|
2250
2381
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2251
2382
|
|
|
2252
2383
|
// src/components/ImageGeneration.tsx
|
|
2253
|
-
var
|
|
2254
|
-
/* @__PURE__ */ (0,
|
|
2384
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2385
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2255
2386
|
"path",
|
|
2256
2387
|
{
|
|
2257
2388
|
fill: stroke || color || "currentColor",
|
|
2258
2389
|
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"
|
|
2259
2390
|
}
|
|
2260
2391
|
),
|
|
2261
|
-
/* @__PURE__ */ (0,
|
|
2392
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2262
2393
|
"path",
|
|
2263
2394
|
{
|
|
2264
2395
|
fill: stroke || color || "currentColor",
|
|
2265
2396
|
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"
|
|
2266
2397
|
}
|
|
2267
2398
|
),
|
|
2268
|
-
/* @__PURE__ */ (0,
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2269
2400
|
"path",
|
|
2270
2401
|
{
|
|
2271
2402
|
fill: stroke || color || "currentColor",
|
|
@@ -2275,8 +2406,8 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconImageGeneration =
|
|
|
2275
2406
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2276
2407
|
|
|
2277
2408
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2278
|
-
var
|
|
2279
|
-
/* @__PURE__ */ (0,
|
|
2409
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ 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: [
|
|
2410
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2280
2411
|
"path",
|
|
2281
2412
|
{
|
|
2282
2413
|
fill: fill || color || "currentColor",
|
|
@@ -2285,7 +2416,7 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconImageLoadFailedFil
|
|
|
2285
2416
|
clipRule: "evenodd"
|
|
2286
2417
|
}
|
|
2287
2418
|
),
|
|
2288
|
-
/* @__PURE__ */ (0,
|
|
2419
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2289
2420
|
"path",
|
|
2290
2421
|
{
|
|
2291
2422
|
fill: fill || color || "currentColor",
|
|
@@ -2295,10 +2426,10 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconImageLoadFailedFil
|
|
|
2295
2426
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2296
2427
|
|
|
2297
2428
|
// src/components/Info.tsx
|
|
2298
|
-
var
|
|
2299
|
-
/* @__PURE__ */ (0,
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2429
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2430
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2431
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2432
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2302
2433
|
"path",
|
|
2303
2434
|
{
|
|
2304
2435
|
fill: stroke || color || "currentColor",
|
|
@@ -2310,7 +2441,7 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconInfo = ({ size, wi
|
|
|
2310
2441
|
] }), Info_default = IconInfo;
|
|
2311
2442
|
|
|
2312
2443
|
// src/components/Invitecode.tsx
|
|
2313
|
-
var
|
|
2444
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2314
2445
|
"path",
|
|
2315
2446
|
{
|
|
2316
2447
|
fill: fill || color || "currentColor",
|
|
@@ -2320,8 +2451,19 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconInvitecode = ({ si
|
|
|
2320
2451
|
}
|
|
2321
2452
|
) }), Invitecode_default = IconInvitecode;
|
|
2322
2453
|
|
|
2454
|
+
// src/components/Invitefriends.tsx
|
|
2455
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconInvitefriends = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2456
|
+
"path",
|
|
2457
|
+
{
|
|
2458
|
+
fill: stroke || color || "currentColor",
|
|
2459
|
+
d: "M8.625 0C9.96903 0 11.1754 0.589225 12 1.52345C12.8246 0.589225 14.031 0 15.375 0H19.5V5.25H24V12.75H22.5V22.5H1.5V12.75H0V5.25H4.5V0H8.625ZM6.75 2.25V5.25H10.875V4.5C10.875 3.25736 9.86764 2.25 8.625 2.25H6.75ZM21.75 7.5V10.5H2.25V7.5H21.75ZM17.25 2.25V5.25H13.125V4.5C13.125 3.25736 14.1324 2.25 15.375 2.25H17.25ZM20.25 12.75V20.25H13.125V12.75H20.25ZM10.875 12.75V20.25H3.75V12.75H10.875Z",
|
|
2460
|
+
fillRule: "evenodd",
|
|
2461
|
+
clipRule: "evenodd"
|
|
2462
|
+
}
|
|
2463
|
+
) }), Invitefriends_default = IconInvitefriends;
|
|
2464
|
+
|
|
2323
2465
|
// src/components/LeftFilled.tsx
|
|
2324
|
-
var
|
|
2466
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconLeftFilled = ({ 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)(
|
|
2325
2467
|
"path",
|
|
2326
2468
|
{
|
|
2327
2469
|
fill: fill || color || "currentColor",
|
|
@@ -2331,16 +2473,25 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconLeftFilled = ({ si
|
|
|
2331
2473
|
}
|
|
2332
2474
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2333
2475
|
|
|
2476
|
+
// src/components/LikeFilled.tsx
|
|
2477
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconLikeFilled = ({ 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)(
|
|
2478
|
+
"path",
|
|
2479
|
+
{
|
|
2480
|
+
fill: fill || color || "currentColor",
|
|
2481
|
+
d: "M1.86396 12.364L12 22.5L22.136 12.364C23.3295 11.1705 24 9.55179 24 7.86396V7.57851C24 4.22144 21.2786 1.5 17.9215 1.5C16.0749 1.5 14.3285 2.33938 13.175 3.7813L12 5.25L10.825 3.7813C9.6715 2.33938 7.92507 1.5 6.07852 1.5C2.72144 1.5 0 4.22144 0 7.57851V7.86396C0 9.55179 0.670485 11.1705 1.86396 12.364Z"
|
|
2482
|
+
}
|
|
2483
|
+
) }), LikeFilled_default = IconLikeFilled;
|
|
2484
|
+
|
|
2334
2485
|
// src/components/Loading.tsx
|
|
2335
|
-
var
|
|
2336
|
-
/* @__PURE__ */ (0,
|
|
2486
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2487
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2337
2488
|
"path",
|
|
2338
2489
|
{
|
|
2339
2490
|
fill: fill || color || "currentColor",
|
|
2340
2491
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
2341
2492
|
}
|
|
2342
2493
|
),
|
|
2343
|
-
/* @__PURE__ */ (0,
|
|
2494
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2344
2495
|
"path",
|
|
2345
2496
|
{
|
|
2346
2497
|
fill: stroke || color || "currentColor",
|
|
@@ -2350,15 +2501,15 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconLoading = ({ size,
|
|
|
2350
2501
|
] }), Loading_default = IconLoading;
|
|
2351
2502
|
|
|
2352
2503
|
// src/components/Login.tsx
|
|
2353
|
-
var
|
|
2354
|
-
/* @__PURE__ */ (0,
|
|
2504
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2505
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2355
2506
|
"path",
|
|
2356
2507
|
{
|
|
2357
2508
|
fill: stroke || color || "currentColor",
|
|
2358
2509
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2359
2510
|
}
|
|
2360
2511
|
),
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2512
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2362
2513
|
"path",
|
|
2363
2514
|
{
|
|
2364
2515
|
fill: stroke || color || "currentColor",
|
|
@@ -2370,8 +2521,8 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconLogin = ({ size, w
|
|
|
2370
2521
|
] }), Login_default = IconLogin;
|
|
2371
2522
|
|
|
2372
2523
|
// src/components/Logout.tsx
|
|
2373
|
-
var
|
|
2374
|
-
/* @__PURE__ */ (0,
|
|
2524
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2525
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2375
2526
|
"path",
|
|
2376
2527
|
{
|
|
2377
2528
|
fill: stroke || color || "currentColor",
|
|
@@ -2380,7 +2531,7 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconLogout = ({ size,
|
|
|
2380
2531
|
clipRule: "evenodd"
|
|
2381
2532
|
}
|
|
2382
2533
|
),
|
|
2383
|
-
/* @__PURE__ */ (0,
|
|
2534
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2384
2535
|
"path",
|
|
2385
2536
|
{
|
|
2386
2537
|
fill: stroke || color || "currentColor",
|
|
@@ -2390,8 +2541,8 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconLogout = ({ size,
|
|
|
2390
2541
|
] }), Logout_default = IconLogout;
|
|
2391
2542
|
|
|
2392
2543
|
// src/components/Magic.tsx
|
|
2393
|
-
var
|
|
2394
|
-
/* @__PURE__ */ (0,
|
|
2544
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconMagic = ({ 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: [
|
|
2545
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2395
2546
|
"path",
|
|
2396
2547
|
{
|
|
2397
2548
|
fill: stroke || color || "currentColor",
|
|
@@ -2400,15 +2551,15 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMagic = ({ size, w
|
|
|
2400
2551
|
clipRule: "evenodd"
|
|
2401
2552
|
}
|
|
2402
2553
|
),
|
|
2403
|
-
/* @__PURE__ */ (0,
|
|
2404
|
-
/* @__PURE__ */ (0,
|
|
2554
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2555
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2405
2556
|
"path",
|
|
2406
2557
|
{
|
|
2407
2558
|
fill: stroke || color || "currentColor",
|
|
2408
2559
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2409
2560
|
}
|
|
2410
2561
|
),
|
|
2411
|
-
/* @__PURE__ */ (0,
|
|
2562
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2412
2563
|
"path",
|
|
2413
2564
|
{
|
|
2414
2565
|
fill: stroke || color || "currentColor",
|
|
@@ -2417,8 +2568,48 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMagic = ({ size, w
|
|
|
2417
2568
|
)
|
|
2418
2569
|
] }), Magic_default = IconMagic;
|
|
2419
2570
|
|
|
2571
|
+
// src/components/MeFilled.tsx
|
|
2572
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconMeFilled = ({ 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: [
|
|
2573
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2574
|
+
"path",
|
|
2575
|
+
{
|
|
2576
|
+
fill: fill || color || "currentColor",
|
|
2577
|
+
d: "M12 10.5C14.4853 10.5 16.5 8.48528 16.5 6C16.5 3.51472 14.4853 1.5 12 1.5C9.51472 1.5 7.5 3.51472 7.5 6C7.5 8.48528 9.51472 10.5 12 10.5Z"
|
|
2578
|
+
}
|
|
2579
|
+
),
|
|
2580
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2581
|
+
"path",
|
|
2582
|
+
{
|
|
2583
|
+
fill: fill || color || "currentColor",
|
|
2584
|
+
d: "M21 18C21 15.5147 18.9853 13.5 16.5 13.5H7.5C5.01472 13.5 3 15.5147 3 18V22.5H21V18Z"
|
|
2585
|
+
}
|
|
2586
|
+
)
|
|
2587
|
+
] }), MeFilled_default = IconMeFilled;
|
|
2588
|
+
|
|
2589
|
+
// src/components/Me.tsx
|
|
2590
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconMe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2592
|
+
"path",
|
|
2593
|
+
{
|
|
2594
|
+
fill: stroke || color || "currentColor",
|
|
2595
|
+
d: "M16.5 6C16.5 8.48528 14.4853 10.5 12 10.5C9.51472 10.5 7.5 8.48528 7.5 6C7.5 3.51472 9.51472 1.5 12 1.5C14.4853 1.5 16.5 3.51472 16.5 6ZM12 8.25C13.2426 8.25 14.25 7.24264 14.25 6C14.25 4.75736 13.2426 3.75 12 3.75C10.7574 3.75 9.75 4.75736 9.75 6C9.75 7.24264 10.7574 8.25 12 8.25Z",
|
|
2596
|
+
fillRule: "evenodd",
|
|
2597
|
+
clipRule: "evenodd"
|
|
2598
|
+
}
|
|
2599
|
+
),
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2601
|
+
"path",
|
|
2602
|
+
{
|
|
2603
|
+
fill: stroke || color || "currentColor",
|
|
2604
|
+
d: "M16.5 13.5C18.9853 13.5 21 15.5147 21 18V22.5H3V18C3 15.5147 5.01472 13.5 7.5 13.5H16.5ZM18.75 18C18.75 16.7574 17.7426 15.75 16.5 15.75H7.5C6.25736 15.75 5.25 16.7574 5.25 18V20.25H18.75V18Z",
|
|
2605
|
+
fillRule: "evenodd",
|
|
2606
|
+
clipRule: "evenodd"
|
|
2607
|
+
}
|
|
2608
|
+
)
|
|
2609
|
+
] }), Me_default = IconMe;
|
|
2610
|
+
|
|
2420
2611
|
// src/components/ModelGeminiFilled.tsx
|
|
2421
|
-
var
|
|
2612
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ 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)(
|
|
2422
2613
|
"path",
|
|
2423
2614
|
{
|
|
2424
2615
|
fill: fill || color || "currentColor",
|
|
@@ -2427,7 +2618,7 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconModelGeminiFilled
|
|
|
2427
2618
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2428
2619
|
|
|
2429
2620
|
// src/components/ModelOpenaiFilled.tsx
|
|
2430
|
-
var
|
|
2621
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ 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)(
|
|
2431
2622
|
"path",
|
|
2432
2623
|
{
|
|
2433
2624
|
fill: fill || color || "currentColor",
|
|
@@ -2435,9 +2626,18 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconModelOpenaiFilled
|
|
|
2435
2626
|
}
|
|
2436
2627
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2437
2628
|
|
|
2629
|
+
// src/components/ModelClaudeFilled.tsx
|
|
2630
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconModelClaudeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2631
|
+
"path",
|
|
2632
|
+
{
|
|
2633
|
+
fill: fill || color || "currentColor",
|
|
2634
|
+
d: "M10.7 20.05L10.98 18.872L11.3 17.352L11.56 16.136L11.8 14.635L11.94 14.141L11.92 14.103L11.82 14.122L10.62 15.68L8.8 18.017L7.36 19.461L7.02 19.594L6.42 19.309L6.48 18.777L6.82 18.321L8.8 15.908L10 14.407L10.78 13.552L10.76 13.438H10.72L5.44 16.706L4.5 16.82L4.08 16.459L4.14 15.87L4.34 15.68L5.92 14.635L9.86 12.545L9.92 12.355L9.86 12.26H9.66L9 12.222L6.76 12.165L4.82 12.089L2.92 11.994L2.44 11.899L2 11.329L2.04 11.044L2.44 10.797L3.02 10.835L4.28 10.93L6.18 11.044L7.56 11.12L9.6 11.329H9.92L9.96 11.196L9.86 11.12L9.78 11.044L7.8 9.79L5.68 8.46L4.56 7.681L3.96 7.282L3.66 6.921L3.54 6.123L4.08 5.553L4.82 5.61L5 5.648L5.74 6.199L7.32 7.358L9.4 8.821L9.7 9.049L9.84 8.973V8.916L9.7 8.707L8.58 6.769L7.38 4.793L6.84 3.976L6.7 3.482C6.64667 3.311 6.62 3.121 6.62 2.912L7.24 2.114L7.58 2L8.42 2.114L8.76 2.399L9.28 3.52L10.1 5.287L11.4 7.681L11.78 8.403L11.98 9.049L12.06 9.258H12.2V9.144L12.3 7.776L12.5 6.123L12.7 3.995L12.76 3.387L13.08 2.665L13.7 2.285L14.18 2.494L14.58 3.045L14.52 3.387L14.3 4.85L13.82 7.149L13.52 8.707H13.7L13.9 8.498L14.72 7.472L16.1 5.838L16.7 5.192L17.42 4.47L17.88 4.128H18.74L19.36 5.021L19.08 5.952L18.2 7.016L17.46 7.909L16.4 9.258L15.76 10.341L15.82 10.417H15.96L18.34 9.923L19.64 9.714L21.16 9.467L21.86 9.771L21.94 10.075L21.66 10.721L20.02 11.101L18.1 11.462L15.24 12.108L15.2 12.127L15.24 12.184L16.52 12.298L17.08 12.336H18.44L20.96 12.507L21.62 12.925L22 13.419L21.94 13.818L20.92 14.293L19.56 13.989L16.36 13.267L15.28 13.02H15.12V13.096L16.04 13.951L17.7 15.376L19.8 17.219L19.9 17.675L19.64 18.055L19.36 18.017L17.52 16.687L16.8 16.098L15.2 14.825H15.1V14.958L15.46 15.471L17.42 18.264L17.52 19.119L17.38 19.385L16.86 19.556L16.32 19.461L15.16 17.941L13.98 16.212L13.02 14.673L12.92 14.749L12.34 20.487L12.08 20.772L11.48 21L10.98 20.639L10.7 20.05Z"
|
|
2635
|
+
}
|
|
2636
|
+
) }), ModelClaudeFilled_default = IconModelClaudeFilled;
|
|
2637
|
+
|
|
2438
2638
|
// src/components/ModelDeepmindFilled.tsx
|
|
2439
|
-
var
|
|
2440
|
-
/* @__PURE__ */ (0,
|
|
2639
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2441
2641
|
"path",
|
|
2442
2642
|
{
|
|
2443
2643
|
fill: fill || color || "currentColor",
|
|
@@ -2446,27 +2646,27 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconModelDeepmindFille
|
|
|
2446
2646
|
clipRule: "evenodd"
|
|
2447
2647
|
}
|
|
2448
2648
|
) }),
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2649
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2450
2650
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2451
2651
|
|
|
2452
2652
|
// src/components/ModelSeedFilled.tsx
|
|
2453
|
-
var
|
|
2454
|
-
/* @__PURE__ */ (0,
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2653
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2654
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2655
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2456
2656
|
"path",
|
|
2457
2657
|
{
|
|
2458
2658
|
fill: fill || color || "currentColor",
|
|
2459
2659
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2460
2660
|
}
|
|
2461
2661
|
),
|
|
2462
|
-
/* @__PURE__ */ (0,
|
|
2662
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2463
2663
|
"path",
|
|
2464
2664
|
{
|
|
2465
2665
|
fill: fill || color || "currentColor",
|
|
2466
2666
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2467
2667
|
}
|
|
2468
2668
|
),
|
|
2469
|
-
/* @__PURE__ */ (0,
|
|
2669
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2470
2670
|
"path",
|
|
2471
2671
|
{
|
|
2472
2672
|
fill: fill || color || "currentColor",
|
|
@@ -2476,7 +2676,7 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconModelSeedFilled =
|
|
|
2476
2676
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2477
2677
|
|
|
2478
2678
|
// src/components/ModelSoraFilled.tsx
|
|
2479
|
-
var
|
|
2679
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2480
2680
|
"path",
|
|
2481
2681
|
{
|
|
2482
2682
|
fill: fill || color || "currentColor",
|
|
@@ -2485,7 +2685,7 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconModelSoraFilled =
|
|
|
2485
2685
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2486
2686
|
|
|
2487
2687
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2488
|
-
var
|
|
2688
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
2489
2689
|
size,
|
|
2490
2690
|
width,
|
|
2491
2691
|
height,
|
|
@@ -2493,64 +2693,64 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2493
2693
|
className,
|
|
2494
2694
|
fill,
|
|
2495
2695
|
stroke
|
|
2496
|
-
}) => /* @__PURE__ */ (0,
|
|
2497
|
-
/* @__PURE__ */ (0,
|
|
2696
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2697
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2498
2698
|
"path",
|
|
2499
2699
|
{
|
|
2500
2700
|
fill: "#5A5C62",
|
|
2501
2701
|
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"
|
|
2502
2702
|
}
|
|
2503
2703
|
),
|
|
2504
|
-
/* @__PURE__ */ (0,
|
|
2704
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2505
2705
|
"path",
|
|
2506
2706
|
{
|
|
2507
2707
|
fill: "#D5D6D7",
|
|
2508
2708
|
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"
|
|
2509
2709
|
}
|
|
2510
2710
|
),
|
|
2511
|
-
/* @__PURE__ */ (0,
|
|
2711
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2512
2712
|
"path",
|
|
2513
2713
|
{
|
|
2514
2714
|
fill: "#C4C5C7",
|
|
2515
2715
|
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"
|
|
2516
2716
|
}
|
|
2517
2717
|
),
|
|
2518
|
-
/* @__PURE__ */ (0,
|
|
2718
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2519
2719
|
"path",
|
|
2520
2720
|
{
|
|
2521
2721
|
fill: "#7B7C81",
|
|
2522
2722
|
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"
|
|
2523
2723
|
}
|
|
2524
2724
|
),
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2725
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2526
2726
|
"path",
|
|
2527
2727
|
{
|
|
2528
2728
|
fill: "#85878B",
|
|
2529
2729
|
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"
|
|
2530
2730
|
}
|
|
2531
2731
|
),
|
|
2532
|
-
/* @__PURE__ */ (0,
|
|
2732
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2533
2733
|
"path",
|
|
2534
2734
|
{
|
|
2535
2735
|
fill: "#1B1D24",
|
|
2536
2736
|
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"
|
|
2537
2737
|
}
|
|
2538
2738
|
),
|
|
2539
|
-
/* @__PURE__ */ (0,
|
|
2739
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2540
2740
|
"path",
|
|
2541
2741
|
{
|
|
2542
2742
|
fill: "#D5D6D7",
|
|
2543
2743
|
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"
|
|
2544
2744
|
}
|
|
2545
2745
|
),
|
|
2546
|
-
/* @__PURE__ */ (0,
|
|
2746
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2547
2747
|
"path",
|
|
2548
2748
|
{
|
|
2549
2749
|
fill: "#85878B",
|
|
2550
2750
|
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"
|
|
2551
2751
|
}
|
|
2552
2752
|
),
|
|
2553
|
-
/* @__PURE__ */ (0,
|
|
2753
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2554
2754
|
"path",
|
|
2555
2755
|
{
|
|
2556
2756
|
fill: "#D5D6D7",
|
|
@@ -2560,9 +2760,9 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2560
2760
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2561
2761
|
|
|
2562
2762
|
// src/components/ModelhappyhorseFilled.tsx
|
|
2563
|
-
var
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2565
|
-
/* @__PURE__ */ (0,
|
|
2763
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconModelhappyhorseFilled = ({ 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: [
|
|
2764
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2765
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2566
2766
|
"mask",
|
|
2567
2767
|
{
|
|
2568
2768
|
id: "mask0_786_80",
|
|
@@ -2572,10 +2772,10 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconModelhappyhorseFil
|
|
|
2572
2772
|
y: "-8",
|
|
2573
2773
|
maskUnits: "userSpaceOnUse",
|
|
2574
2774
|
style: { maskType: "luminance" },
|
|
2575
|
-
children: /* @__PURE__ */ (0,
|
|
2775
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2576
2776
|
}
|
|
2577
2777
|
),
|
|
2578
|
-
/* @__PURE__ */ (0,
|
|
2778
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2579
2779
|
"path",
|
|
2580
2780
|
{
|
|
2581
2781
|
fill: fill || color || "currentColor",
|
|
@@ -2583,11 +2783,11 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconModelhappyhorseFil
|
|
|
2583
2783
|
}
|
|
2584
2784
|
) })
|
|
2585
2785
|
] }),
|
|
2586
|
-
/* @__PURE__ */ (0,
|
|
2786
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2587
2787
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2588
2788
|
|
|
2589
2789
|
// src/components/ModelklingFilled.tsx
|
|
2590
|
-
var
|
|
2790
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2591
2791
|
"path",
|
|
2592
2792
|
{
|
|
2593
2793
|
fill: fill || color || "currentColor",
|
|
@@ -2598,7 +2798,7 @@ var import_jsx_runtime117 = require("react/jsx-runtime"), IconModelklingFilled =
|
|
|
2598
2798
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2599
2799
|
|
|
2600
2800
|
// src/components/Models.tsx
|
|
2601
|
-
var
|
|
2801
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconModels = ({ 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)(
|
|
2602
2802
|
"path",
|
|
2603
2803
|
{
|
|
2604
2804
|
fill: stroke || color || "currentColor",
|
|
@@ -2609,7 +2809,7 @@ var import_jsx_runtime118 = require("react/jsx-runtime"), IconModels = ({ size,
|
|
|
2609
2809
|
) }), Models_default = IconModels;
|
|
2610
2810
|
|
|
2611
2811
|
// src/components/MoreCollapse.tsx
|
|
2612
|
-
var
|
|
2812
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2613
2813
|
"path",
|
|
2614
2814
|
{
|
|
2615
2815
|
fill: stroke || color || "currentColor",
|
|
@@ -2618,22 +2818,22 @@ var import_jsx_runtime119 = require("react/jsx-runtime"), IconMoreCollapse = ({
|
|
|
2618
2818
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2619
2819
|
|
|
2620
2820
|
// src/components/MoreHorizontal.tsx
|
|
2621
|
-
var
|
|
2622
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconMoreHorizontal = ({ 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: [
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2623
2823
|
"path",
|
|
2624
2824
|
{
|
|
2625
2825
|
fill: stroke || color || "currentColor",
|
|
2626
2826
|
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"
|
|
2627
2827
|
}
|
|
2628
2828
|
),
|
|
2629
|
-
/* @__PURE__ */ (0,
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2630
2830
|
"path",
|
|
2631
2831
|
{
|
|
2632
2832
|
fill: stroke || color || "currentColor",
|
|
2633
2833
|
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"
|
|
2634
2834
|
}
|
|
2635
2835
|
),
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2836
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2637
2837
|
"path",
|
|
2638
2838
|
{
|
|
2639
2839
|
fill: stroke || color || "currentColor",
|
|
@@ -2643,7 +2843,7 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconMoreHorizontal = (
|
|
|
2643
2843
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2644
2844
|
|
|
2645
2845
|
// src/components/MoreShowed.tsx
|
|
2646
|
-
var
|
|
2846
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
2647
2847
|
"path",
|
|
2648
2848
|
{
|
|
2649
2849
|
fill: stroke || color || "currentColor",
|
|
@@ -2652,22 +2852,22 @@ var import_jsx_runtime121 = require("react/jsx-runtime"), IconMoreShowed = ({ si
|
|
|
2652
2852
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2653
2853
|
|
|
2654
2854
|
// src/components/More.tsx
|
|
2655
|
-
var
|
|
2656
|
-
/* @__PURE__ */ (0,
|
|
2855
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconMore = ({ 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: [
|
|
2856
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
2657
2857
|
"path",
|
|
2658
2858
|
{
|
|
2659
2859
|
fill: stroke || color || "currentColor",
|
|
2660
2860
|
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"
|
|
2661
2861
|
}
|
|
2662
2862
|
),
|
|
2663
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
2664
2864
|
"path",
|
|
2665
2865
|
{
|
|
2666
2866
|
fill: stroke || color || "currentColor",
|
|
2667
2867
|
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"
|
|
2668
2868
|
}
|
|
2669
2869
|
),
|
|
2670
|
-
/* @__PURE__ */ (0,
|
|
2870
|
+
/* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
2671
2871
|
"path",
|
|
2672
2872
|
{
|
|
2673
2873
|
fill: stroke || color || "currentColor",
|
|
@@ -2677,29 +2877,29 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconMore = ({ size, wi
|
|
|
2677
2877
|
] }), More_default = IconMore;
|
|
2678
2878
|
|
|
2679
2879
|
// src/components/Moresettings.tsx
|
|
2680
|
-
var
|
|
2681
|
-
/* @__PURE__ */ (0,
|
|
2880
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2881
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2682
2882
|
"path",
|
|
2683
2883
|
{
|
|
2684
2884
|
fill: stroke || color || "currentColor",
|
|
2685
2885
|
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"
|
|
2686
2886
|
}
|
|
2687
2887
|
),
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2888
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2689
2889
|
"path",
|
|
2690
2890
|
{
|
|
2691
2891
|
fill: stroke || color || "currentColor",
|
|
2692
2892
|
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"
|
|
2693
2893
|
}
|
|
2694
2894
|
),
|
|
2695
|
-
/* @__PURE__ */ (0,
|
|
2895
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2696
2896
|
"path",
|
|
2697
2897
|
{
|
|
2698
2898
|
fill: stroke || color || "currentColor",
|
|
2699
2899
|
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"
|
|
2700
2900
|
}
|
|
2701
2901
|
),
|
|
2702
|
-
/* @__PURE__ */ (0,
|
|
2902
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2703
2903
|
"path",
|
|
2704
2904
|
{
|
|
2705
2905
|
fill: stroke || color || "currentColor",
|
|
@@ -2711,8 +2911,8 @@ var import_jsx_runtime123 = require("react/jsx-runtime"), IconMoresettings = ({
|
|
|
2711
2911
|
] }), Moresettings_default = IconMoresettings;
|
|
2712
2912
|
|
|
2713
2913
|
// src/components/MouseDrag.tsx
|
|
2714
|
-
var
|
|
2715
|
-
/* @__PURE__ */ (0,
|
|
2914
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2915
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2716
2916
|
"path",
|
|
2717
2917
|
{
|
|
2718
2918
|
fill: fill || color || "currentColor",
|
|
@@ -2720,7 +2920,7 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2720
2920
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2721
2921
|
}
|
|
2722
2922
|
),
|
|
2723
|
-
/* @__PURE__ */ (0,
|
|
2923
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2724
2924
|
"path",
|
|
2725
2925
|
{
|
|
2726
2926
|
fill: fill || color || "currentColor",
|
|
@@ -2728,7 +2928,7 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2728
2928
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2729
2929
|
}
|
|
2730
2930
|
),
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
2931
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2732
2932
|
"path",
|
|
2733
2933
|
{
|
|
2734
2934
|
fill: fill || color || "currentColor",
|
|
@@ -2739,8 +2939,8 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2739
2939
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2740
2940
|
|
|
2741
2941
|
// src/components/MouseMove.tsx
|
|
2742
|
-
var
|
|
2743
|
-
/* @__PURE__ */ (0,
|
|
2942
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconMouseMove = ({ 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: [
|
|
2943
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2744
2944
|
"path",
|
|
2745
2945
|
{
|
|
2746
2946
|
fill: fill || color || "currentColor",
|
|
@@ -2748,12 +2948,12 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconMouseMove = ({ siz
|
|
|
2748
2948
|
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"
|
|
2749
2949
|
}
|
|
2750
2950
|
) }),
|
|
2751
|
-
/* @__PURE__ */ (0,
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2752
2952
|
] }), MouseMove_default = IconMouseMove;
|
|
2753
2953
|
|
|
2754
2954
|
// src/components/MouseNumberchange.tsx
|
|
2755
|
-
var
|
|
2756
|
-
/* @__PURE__ */ (0,
|
|
2955
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2956
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2757
2957
|
"path",
|
|
2758
2958
|
{
|
|
2759
2959
|
fill: fill || color || "currentColor",
|
|
@@ -2761,7 +2961,7 @@ var import_jsx_runtime126 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2761
2961
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2762
2962
|
}
|
|
2763
2963
|
),
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2765
2965
|
"path",
|
|
2766
2966
|
{
|
|
2767
2967
|
fill: fill || color || "currentColor",
|
|
@@ -2772,7 +2972,7 @@ var import_jsx_runtime126 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2772
2972
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2773
2973
|
|
|
2774
2974
|
// src/components/Musicassets.tsx
|
|
2775
|
-
var
|
|
2975
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconMusicassets = ({ 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)(
|
|
2776
2976
|
"path",
|
|
2777
2977
|
{
|
|
2778
2978
|
fill: stroke || color || "currentColor",
|
|
@@ -2783,8 +2983,8 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconMusicassets = ({ s
|
|
|
2783
2983
|
) }), Musicassets_default = IconMusicassets;
|
|
2784
2984
|
|
|
2785
2985
|
// src/components/Mute.tsx
|
|
2786
|
-
var
|
|
2787
|
-
/* @__PURE__ */ (0,
|
|
2986
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconMute = ({ 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: [
|
|
2987
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
2788
2988
|
"path",
|
|
2789
2989
|
{
|
|
2790
2990
|
fill: stroke || color || "currentColor",
|
|
@@ -2793,7 +2993,7 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2793
2993
|
clipRule: "evenodd"
|
|
2794
2994
|
}
|
|
2795
2995
|
),
|
|
2796
|
-
/* @__PURE__ */ (0,
|
|
2996
|
+
/* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
2797
2997
|
"path",
|
|
2798
2998
|
{
|
|
2799
2999
|
fill: stroke || color || "currentColor",
|
|
@@ -2803,8 +3003,8 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2803
3003
|
] }), Mute_default = IconMute;
|
|
2804
3004
|
|
|
2805
3005
|
// src/components/Newchat.tsx
|
|
2806
|
-
var
|
|
2807
|
-
/* @__PURE__ */ (0,
|
|
3006
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3007
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
2808
3008
|
"path",
|
|
2809
3009
|
{
|
|
2810
3010
|
fill: stroke || color || "currentColor",
|
|
@@ -2813,7 +3013,7 @@ var import_jsx_runtime129 = require("react/jsx-runtime"), IconNewchat = ({ size,
|
|
|
2813
3013
|
clipRule: "evenodd"
|
|
2814
3014
|
}
|
|
2815
3015
|
),
|
|
2816
|
-
/* @__PURE__ */ (0,
|
|
3016
|
+
/* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
2817
3017
|
"path",
|
|
2818
3018
|
{
|
|
2819
3019
|
fill: stroke || color || "currentColor",
|
|
@@ -2823,7 +3023,7 @@ var import_jsx_runtime129 = require("react/jsx-runtime"), IconNewchat = ({ size,
|
|
|
2823
3023
|
] }), Newchat_default = IconNewchat;
|
|
2824
3024
|
|
|
2825
3025
|
// src/components/Next.tsx
|
|
2826
|
-
var
|
|
3026
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconNext = ({ 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)(
|
|
2827
3027
|
"path",
|
|
2828
3028
|
{
|
|
2829
3029
|
fill: stroke || color || "currentColor",
|
|
@@ -2834,15 +3034,15 @@ var import_jsx_runtime130 = require("react/jsx-runtime"), IconNext = ({ size, wi
|
|
|
2834
3034
|
) }), Next_default = IconNext;
|
|
2835
3035
|
|
|
2836
3036
|
// src/components/Nextscene.tsx
|
|
2837
|
-
var
|
|
2838
|
-
/* @__PURE__ */ (0,
|
|
3037
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3038
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2839
3039
|
"path",
|
|
2840
3040
|
{
|
|
2841
3041
|
fill: stroke || color || "currentColor",
|
|
2842
3042
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2843
3043
|
}
|
|
2844
3044
|
),
|
|
2845
|
-
/* @__PURE__ */ (0,
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2846
3046
|
"path",
|
|
2847
3047
|
{
|
|
2848
3048
|
fill: stroke || color || "currentColor",
|
|
@@ -2854,7 +3054,7 @@ var import_jsx_runtime131 = require("react/jsx-runtime"), IconNextscene = ({ siz
|
|
|
2854
3054
|
] }), Nextscene_default = IconNextscene;
|
|
2855
3055
|
|
|
2856
3056
|
// src/components/Niceofficial.tsx
|
|
2857
|
-
var
|
|
3057
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconNiceofficial = ({ 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)(
|
|
2858
3058
|
"path",
|
|
2859
3059
|
{
|
|
2860
3060
|
fill: fill || color || "currentColor",
|
|
@@ -2865,8 +3065,8 @@ var import_jsx_runtime132 = require("react/jsx-runtime"), IconNiceofficial = ({
|
|
|
2865
3065
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2866
3066
|
|
|
2867
3067
|
// src/components/Notification.tsx
|
|
2868
|
-
var
|
|
2869
|
-
/* @__PURE__ */ (0,
|
|
3068
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2870
3070
|
"path",
|
|
2871
3071
|
{
|
|
2872
3072
|
fill: stroke || color || "currentColor",
|
|
@@ -2875,7 +3075,7 @@ var import_jsx_runtime133 = require("react/jsx-runtime"), IconNotification = ({
|
|
|
2875
3075
|
clipRule: "evenodd"
|
|
2876
3076
|
}
|
|
2877
3077
|
),
|
|
2878
|
-
/* @__PURE__ */ (0,
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2879
3079
|
"path",
|
|
2880
3080
|
{
|
|
2881
3081
|
fill: stroke || color || "currentColor",
|
|
@@ -2885,17 +3085,17 @@ var import_jsx_runtime133 = require("react/jsx-runtime"), IconNotification = ({
|
|
|
2885
3085
|
] }), Notification_default = IconNotification;
|
|
2886
3086
|
|
|
2887
3087
|
// src/components/Oneclickgenerate.tsx
|
|
2888
|
-
var
|
|
2889
|
-
/* @__PURE__ */ (0,
|
|
2890
|
-
/* @__PURE__ */ (0,
|
|
2891
|
-
/* @__PURE__ */ (0,
|
|
3088
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconOneclickgenerate = ({ 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: [
|
|
3089
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2892
3092
|
"path",
|
|
2893
3093
|
{
|
|
2894
3094
|
fill: stroke || color || "currentColor",
|
|
2895
3095
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2896
3096
|
}
|
|
2897
3097
|
),
|
|
2898
|
-
/* @__PURE__ */ (0,
|
|
3098
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2899
3099
|
"path",
|
|
2900
3100
|
{
|
|
2901
3101
|
fill: stroke || color || "currentColor",
|
|
@@ -2907,8 +3107,8 @@ var import_jsx_runtime134 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
2907
3107
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2908
3108
|
|
|
2909
3109
|
// src/components/Opendemo.tsx
|
|
2910
|
-
var
|
|
2911
|
-
/* @__PURE__ */ (0,
|
|
3110
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconOpendemo = ({ 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: [
|
|
3111
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2912
3112
|
"path",
|
|
2913
3113
|
{
|
|
2914
3114
|
fill: stroke || color || "currentColor",
|
|
@@ -2917,11 +3117,11 @@ var import_jsx_runtime135 = require("react/jsx-runtime"), IconOpendemo = ({ size
|
|
|
2917
3117
|
clipRule: "evenodd"
|
|
2918
3118
|
}
|
|
2919
3119
|
),
|
|
2920
|
-
/* @__PURE__ */ (0,
|
|
3120
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2921
3121
|
] }), Opendemo_default = IconOpendemo;
|
|
2922
3122
|
|
|
2923
3123
|
// src/components/OppsFilled.tsx
|
|
2924
|
-
var
|
|
3124
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconOppsFilled = ({ 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)(
|
|
2925
3125
|
"path",
|
|
2926
3126
|
{
|
|
2927
3127
|
fill: fill || color || "currentColor",
|
|
@@ -2932,7 +3132,7 @@ var import_jsx_runtime136 = require("react/jsx-runtime"), IconOppsFilled = ({ si
|
|
|
2932
3132
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2933
3133
|
|
|
2934
3134
|
// src/components/OptionalcheckedFilled.tsx
|
|
2935
|
-
var
|
|
3135
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
2936
3136
|
"path",
|
|
2937
3137
|
{
|
|
2938
3138
|
fill: fill || color || "currentColor",
|
|
@@ -2943,7 +3143,7 @@ var import_jsx_runtime137 = require("react/jsx-runtime"), IconOptionalcheckedFil
|
|
|
2943
3143
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2944
3144
|
|
|
2945
3145
|
// src/components/Optionaluncheck.tsx
|
|
2946
|
-
var
|
|
3146
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
2947
3147
|
"path",
|
|
2948
3148
|
{
|
|
2949
3149
|
fill: stroke || color || "currentColor",
|
|
@@ -2954,7 +3154,7 @@ var import_jsx_runtime138 = require("react/jsx-runtime"), IconOptionaluncheck =
|
|
|
2954
3154
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2955
3155
|
|
|
2956
3156
|
// src/components/Packagegame.tsx
|
|
2957
|
-
var
|
|
3157
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2958
3158
|
"path",
|
|
2959
3159
|
{
|
|
2960
3160
|
fill: stroke || color || "currentColor",
|
|
@@ -2965,11 +3165,11 @@ var import_jsx_runtime139 = require("react/jsx-runtime"), IconPackagegame = ({ s
|
|
|
2965
3165
|
) }), Packagegame_default = IconPackagegame;
|
|
2966
3166
|
|
|
2967
3167
|
// src/components/PageError.tsx
|
|
2968
|
-
var
|
|
3168
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2969
3169
|
|
|
2970
3170
|
// src/components/Parameters.tsx
|
|
2971
|
-
var
|
|
2972
|
-
/* @__PURE__ */ (0,
|
|
3171
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3172
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2973
3173
|
"path",
|
|
2974
3174
|
{
|
|
2975
3175
|
fill: stroke || color || "currentColor",
|
|
@@ -2978,7 +3178,7 @@ var import_jsx_runtime141 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2978
3178
|
clipRule: "evenodd"
|
|
2979
3179
|
}
|
|
2980
3180
|
),
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3181
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2982
3182
|
"path",
|
|
2983
3183
|
{
|
|
2984
3184
|
fill: stroke || color || "currentColor",
|
|
@@ -2989,9 +3189,15 @@ var import_jsx_runtime141 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2989
3189
|
)
|
|
2990
3190
|
] }), Parameters_default = IconParameters;
|
|
2991
3191
|
|
|
3192
|
+
// src/components/PauseFilled.tsx
|
|
3193
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconPauseFilled = ({ 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: [
|
|
3194
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
3195
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
3196
|
+
] }), PauseFilled_default = IconPauseFilled;
|
|
3197
|
+
|
|
2992
3198
|
// src/components/Pause.tsx
|
|
2993
|
-
var
|
|
2994
|
-
/* @__PURE__ */ (0,
|
|
3199
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2995
3201
|
"path",
|
|
2996
3202
|
{
|
|
2997
3203
|
fill: stroke || color || "currentColor",
|
|
@@ -3000,7 +3206,7 @@ var import_jsx_runtime142 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
3000
3206
|
clipRule: "evenodd"
|
|
3001
3207
|
}
|
|
3002
3208
|
),
|
|
3003
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3004
3210
|
"path",
|
|
3005
3211
|
{
|
|
3006
3212
|
fill: stroke || color || "currentColor",
|
|
@@ -3012,7 +3218,7 @@ var import_jsx_runtime142 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
3012
3218
|
] }), Pause_default = IconPause;
|
|
3013
3219
|
|
|
3014
3220
|
// src/components/Pencil.tsx
|
|
3015
|
-
var
|
|
3221
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconPencil = ({ 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)(
|
|
3016
3222
|
"path",
|
|
3017
3223
|
{
|
|
3018
3224
|
fill: stroke || color || "currentColor",
|
|
@@ -3023,7 +3229,7 @@ var import_jsx_runtime143 = require("react/jsx-runtime"), IconPencil = ({ size,
|
|
|
3023
3229
|
) }), Pencil_default = IconPencil;
|
|
3024
3230
|
|
|
3025
3231
|
// src/components/Pick.tsx
|
|
3026
|
-
var
|
|
3232
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
3027
3233
|
"path",
|
|
3028
3234
|
{
|
|
3029
3235
|
fill: stroke || color || "currentColor",
|
|
@@ -3034,22 +3240,22 @@ var import_jsx_runtime144 = require("react/jsx-runtime"), IconPick = ({ size, wi
|
|
|
3034
3240
|
) }), Pick_default = IconPick;
|
|
3035
3241
|
|
|
3036
3242
|
// src/components/PickedFilled.tsx
|
|
3037
|
-
var
|
|
3243
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
3038
3244
|
|
|
3039
3245
|
// src/components/PlanFilled.tsx
|
|
3040
|
-
var
|
|
3041
|
-
/* @__PURE__ */ (0,
|
|
3246
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
3042
3248
|
"path",
|
|
3043
3249
|
{
|
|
3044
3250
|
fill: fill || color || "currentColor",
|
|
3045
3251
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
3046
3252
|
}
|
|
3047
3253
|
) }),
|
|
3048
|
-
/* @__PURE__ */ (0,
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
3049
3255
|
] }), PlanFilled_default = IconPlanFilled;
|
|
3050
3256
|
|
|
3051
3257
|
// src/components/PlayFilled.tsx
|
|
3052
|
-
var
|
|
3258
|
+
var import_jsx_runtime159 = require("react/jsx-runtime"), IconPlayFilled = ({ 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)(
|
|
3053
3259
|
"path",
|
|
3054
3260
|
{
|
|
3055
3261
|
fill: fill || color || "currentColor",
|
|
@@ -3058,7 +3264,7 @@ var import_jsx_runtime147 = require("react/jsx-runtime"), IconPlayFilled = ({ si
|
|
|
3058
3264
|
) }), PlayFilled_default = IconPlayFilled;
|
|
3059
3265
|
|
|
3060
3266
|
// src/components/Play.tsx
|
|
3061
|
-
var
|
|
3267
|
+
var import_jsx_runtime160 = require("react/jsx-runtime"), IconPlay = ({ 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)(
|
|
3062
3268
|
"path",
|
|
3063
3269
|
{
|
|
3064
3270
|
fill: stroke || color || "currentColor",
|
|
@@ -3068,16 +3274,27 @@ var import_jsx_runtime148 = require("react/jsx-runtime"), IconPlay = ({ size, wi
|
|
|
3068
3274
|
}
|
|
3069
3275
|
) }), Play_default = IconPlay;
|
|
3070
3276
|
|
|
3277
|
+
// src/components/Premiumcontent.tsx
|
|
3278
|
+
var import_jsx_runtime161 = require("react/jsx-runtime"), IconPremiumcontent = ({ 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)(
|
|
3279
|
+
"path",
|
|
3280
|
+
{
|
|
3281
|
+
fill: stroke || color || "currentColor",
|
|
3282
|
+
d: "M9.78473 21.75L9.53473 24H11.7986L12.0486 21.75H16.1038C18.8079 21.75 21 19.5579 21 16.8538C21 14.5865 19.4434 12.6158 17.2378 12.0907L13.2279 11.1359L13.9652 4.5H19.5V2.25H14.2152L14.4652 0H12.2014L11.9514 2.25H7.89625C5.19212 2.25 3 4.44212 3 7.14625C3 9.41351 4.55657 11.3842 6.76218 11.9093L10.7721 12.8641L10.0347 19.5H4.5V21.75H9.78473ZM12.2986 19.5H16.1038C17.5652 19.5 18.75 18.3152 18.75 16.8538C18.75 15.6284 17.9087 14.5633 16.7167 14.2795L12.9776 13.3892L12.2986 19.5ZM11.0224 10.6108L11.7014 4.5H7.89625C6.43477 4.5 5.25 5.68477 5.25 7.14625C5.25 8.37162 6.09127 9.43671 7.28332 9.72053L11.0224 10.6108Z",
|
|
3283
|
+
fillRule: "evenodd",
|
|
3284
|
+
clipRule: "evenodd"
|
|
3285
|
+
}
|
|
3286
|
+
) }), Premiumcontent_default = IconPremiumcontent;
|
|
3287
|
+
|
|
3071
3288
|
// src/components/Previouscene.tsx
|
|
3072
|
-
var
|
|
3073
|
-
/* @__PURE__ */ (0,
|
|
3289
|
+
var import_jsx_runtime162 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3290
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3074
3291
|
"path",
|
|
3075
3292
|
{
|
|
3076
3293
|
fill: stroke || color || "currentColor",
|
|
3077
3294
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3078
3295
|
}
|
|
3079
3296
|
),
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3297
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3081
3298
|
"path",
|
|
3082
3299
|
{
|
|
3083
3300
|
fill: stroke || color || "currentColor",
|
|
@@ -3089,7 +3306,7 @@ var import_jsx_runtime149 = require("react/jsx-runtime"), IconPreviouscene = ({
|
|
|
3089
3306
|
] }), Previouscene_default = IconPreviouscene;
|
|
3090
3307
|
|
|
3091
3308
|
// src/components/ProblemFilled.tsx
|
|
3092
|
-
var
|
|
3309
|
+
var import_jsx_runtime163 = require("react/jsx-runtime"), IconProblemFilled = ({ 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)(
|
|
3093
3310
|
"path",
|
|
3094
3311
|
{
|
|
3095
3312
|
fill: fill || color || "currentColor",
|
|
@@ -3100,7 +3317,7 @@ var import_jsx_runtime150 = require("react/jsx-runtime"), IconProblemFilled = ({
|
|
|
3100
3317
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
3101
3318
|
|
|
3102
3319
|
// src/components/ProblemNoticeFilled.tsx
|
|
3103
|
-
var
|
|
3320
|
+
var import_jsx_runtime164 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
|
|
3104
3321
|
"path",
|
|
3105
3322
|
{
|
|
3106
3323
|
fill: fill || color || "currentColor",
|
|
@@ -3111,10 +3328,10 @@ var import_jsx_runtime151 = require("react/jsx-runtime"), IconProblemNoticeFille
|
|
|
3111
3328
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3112
3329
|
|
|
3113
3330
|
// src/components/Problem.tsx
|
|
3114
|
-
var
|
|
3115
|
-
/* @__PURE__ */ (0,
|
|
3116
|
-
/* @__PURE__ */ (0,
|
|
3117
|
-
/* @__PURE__ */ (0,
|
|
3331
|
+
var import_jsx_runtime165 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3334
|
+
/* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
3118
3335
|
"path",
|
|
3119
3336
|
{
|
|
3120
3337
|
fill: stroke || color || "currentColor",
|
|
@@ -3126,8 +3343,8 @@ var import_jsx_runtime152 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
3126
3343
|
] }), Problem_default = IconProblem;
|
|
3127
3344
|
|
|
3128
3345
|
// src/components/Publish.tsx
|
|
3129
|
-
var
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3346
|
+
var import_jsx_runtime166 = require("react/jsx-runtime"), IconPublish = ({ 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: [
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3131
3348
|
"path",
|
|
3132
3349
|
{
|
|
3133
3350
|
fill: stroke || color || "currentColor",
|
|
@@ -3136,12 +3353,12 @@ var import_jsx_runtime153 = require("react/jsx-runtime"), IconPublish = ({ size,
|
|
|
3136
3353
|
clipRule: "evenodd"
|
|
3137
3354
|
}
|
|
3138
3355
|
),
|
|
3139
|
-
/* @__PURE__ */ (0,
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3140
3357
|
] }), Publish_default = IconPublish;
|
|
3141
3358
|
|
|
3142
3359
|
// src/components/Quote.tsx
|
|
3143
|
-
var
|
|
3144
|
-
/* @__PURE__ */ (0,
|
|
3360
|
+
var import_jsx_runtime167 = require("react/jsx-runtime"), IconQuote = ({ 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: [
|
|
3361
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3145
3362
|
"path",
|
|
3146
3363
|
{
|
|
3147
3364
|
fill: stroke || color || "currentColor",
|
|
@@ -3150,7 +3367,7 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconQuote = ({ size, w
|
|
|
3150
3367
|
clipRule: "evenodd"
|
|
3151
3368
|
}
|
|
3152
3369
|
),
|
|
3153
|
-
/* @__PURE__ */ (0,
|
|
3370
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3154
3371
|
"path",
|
|
3155
3372
|
{
|
|
3156
3373
|
fill: stroke || color || "currentColor",
|
|
@@ -3162,7 +3379,7 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconQuote = ({ size, w
|
|
|
3162
3379
|
] }), Quote_default = IconQuote;
|
|
3163
3380
|
|
|
3164
3381
|
// src/components/Ratio169.tsx
|
|
3165
|
-
var
|
|
3382
|
+
var import_jsx_runtime168 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3166
3383
|
"path",
|
|
3167
3384
|
{
|
|
3168
3385
|
fill: stroke || color || "currentColor",
|
|
@@ -3171,15 +3388,15 @@ var import_jsx_runtime155 = require("react/jsx-runtime"), IconRatio169 = ({ size
|
|
|
3171
3388
|
) }), Ratio169_default = IconRatio169;
|
|
3172
3389
|
|
|
3173
3390
|
// src/components/Ratio11.tsx
|
|
3174
|
-
var
|
|
3175
|
-
/* @__PURE__ */ (0,
|
|
3391
|
+
var import_jsx_runtime169 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3392
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
3176
3393
|
"path",
|
|
3177
3394
|
{
|
|
3178
3395
|
fill: stroke || color || "currentColor",
|
|
3179
3396
|
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"
|
|
3180
3397
|
}
|
|
3181
3398
|
) }),
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3399
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
3183
3400
|
"rect",
|
|
3184
3401
|
{
|
|
3185
3402
|
width: "24",
|
|
@@ -3191,15 +3408,15 @@ var import_jsx_runtime156 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
3191
3408
|
] }), Ratio11_default = IconRatio11;
|
|
3192
3409
|
|
|
3193
3410
|
// src/components/Ratio916.tsx
|
|
3194
|
-
var
|
|
3195
|
-
/* @__PURE__ */ (0,
|
|
3411
|
+
var import_jsx_runtime170 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime170.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
3196
3413
|
"path",
|
|
3197
3414
|
{
|
|
3198
3415
|
fill: stroke || color || "currentColor",
|
|
3199
3416
|
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"
|
|
3200
3417
|
}
|
|
3201
3418
|
) }),
|
|
3202
|
-
/* @__PURE__ */ (0,
|
|
3419
|
+
/* @__PURE__ */ (0, import_jsx_runtime170.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
3203
3420
|
"rect",
|
|
3204
3421
|
{
|
|
3205
3422
|
width: "24",
|
|
@@ -3211,17 +3428,17 @@ var import_jsx_runtime157 = require("react/jsx-runtime"), IconRatio916 = ({ size
|
|
|
3211
3428
|
] }), Ratio916_default = IconRatio916;
|
|
3212
3429
|
|
|
3213
3430
|
// src/components/RatioAuto.tsx
|
|
3214
|
-
var
|
|
3215
|
-
/* @__PURE__ */ (0,
|
|
3216
|
-
/* @__PURE__ */ (0,
|
|
3431
|
+
var import_jsx_runtime171 = require("react/jsx-runtime"), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3432
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3433
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3217
3434
|
"path",
|
|
3218
3435
|
{
|
|
3219
3436
|
fill: stroke || color || "currentColor",
|
|
3220
3437
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
3221
3438
|
}
|
|
3222
3439
|
),
|
|
3223
|
-
/* @__PURE__ */ (0,
|
|
3224
|
-
/* @__PURE__ */ (0,
|
|
3440
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3225
3442
|
"path",
|
|
3226
3443
|
{
|
|
3227
3444
|
fill: stroke || color || "currentColor",
|
|
@@ -3231,7 +3448,7 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
3231
3448
|
}
|
|
3232
3449
|
)
|
|
3233
3450
|
] }),
|
|
3234
|
-
/* @__PURE__ */ (0,
|
|
3451
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3235
3452
|
"rect",
|
|
3236
3453
|
{
|
|
3237
3454
|
width: "24",
|
|
@@ -3243,15 +3460,15 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
3243
3460
|
] }), RatioAuto_default = IconRatioAuto;
|
|
3244
3461
|
|
|
3245
3462
|
// src/components/Ratio.tsx
|
|
3246
|
-
var
|
|
3247
|
-
/* @__PURE__ */ (0,
|
|
3463
|
+
var import_jsx_runtime172 = require("react/jsx-runtime"), IconRatio = ({ 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: [
|
|
3464
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3248
3465
|
"path",
|
|
3249
3466
|
{
|
|
3250
3467
|
fill: stroke || color || "currentColor",
|
|
3251
3468
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3252
3469
|
}
|
|
3253
3470
|
),
|
|
3254
|
-
/* @__PURE__ */ (0,
|
|
3471
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3255
3472
|
"path",
|
|
3256
3473
|
{
|
|
3257
3474
|
fill: stroke || color || "currentColor",
|
|
@@ -3261,7 +3478,7 @@ var import_jsx_runtime159 = require("react/jsx-runtime"), IconRatio = ({ size, w
|
|
|
3261
3478
|
] }), Ratio_default = IconRatio;
|
|
3262
3479
|
|
|
3263
3480
|
// src/components/ReEdit.tsx
|
|
3264
|
-
var
|
|
3481
|
+
var import_jsx_runtime173 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
3265
3482
|
"path",
|
|
3266
3483
|
{
|
|
3267
3484
|
fill: stroke || color || "currentColor",
|
|
@@ -3272,7 +3489,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconReEdit = ({ size,
|
|
|
3272
3489
|
) }), ReEdit_default = IconReEdit;
|
|
3273
3490
|
|
|
3274
3491
|
// src/components/Regenerate.tsx
|
|
3275
|
-
var
|
|
3492
|
+
var import_jsx_runtime174 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
3276
3493
|
"path",
|
|
3277
3494
|
{
|
|
3278
3495
|
fill: stroke || color || "currentColor",
|
|
@@ -3283,8 +3500,8 @@ var import_jsx_runtime161 = require("react/jsx-runtime"), IconRegenerate = ({ si
|
|
|
3283
3500
|
) }), Regenerate_default = IconRegenerate;
|
|
3284
3501
|
|
|
3285
3502
|
// src/components/Resultsetting.tsx
|
|
3286
|
-
var
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3503
|
+
var import_jsx_runtime175 = require("react/jsx-runtime"), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3504
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3288
3505
|
"path",
|
|
3289
3506
|
{
|
|
3290
3507
|
fill: stroke || color || "currentColor",
|
|
@@ -3293,7 +3510,7 @@ var import_jsx_runtime162 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
3293
3510
|
clipRule: "evenodd"
|
|
3294
3511
|
}
|
|
3295
3512
|
) }),
|
|
3296
|
-
/* @__PURE__ */ (0,
|
|
3513
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3297
3514
|
"rect",
|
|
3298
3515
|
{
|
|
3299
3516
|
width: "24",
|
|
@@ -3305,7 +3522,7 @@ var import_jsx_runtime162 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
3305
3522
|
] }), Resultsetting_default = IconResultsetting;
|
|
3306
3523
|
|
|
3307
3524
|
// src/components/RightFilled.tsx
|
|
3308
|
-
var
|
|
3525
|
+
var import_jsx_runtime176 = require("react/jsx-runtime"), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
3309
3526
|
"path",
|
|
3310
3527
|
{
|
|
3311
3528
|
fill: fill || color || "currentColor",
|
|
@@ -3316,19 +3533,19 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconRightFilled = ({ s
|
|
|
3316
3533
|
) }), RightFilled_default = IconRightFilled;
|
|
3317
3534
|
|
|
3318
3535
|
// src/components/SatisfiedFilled.tsx
|
|
3319
|
-
var
|
|
3320
|
-
/* @__PURE__ */ (0,
|
|
3536
|
+
var import_jsx_runtime177 = require("react/jsx-runtime"), IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3537
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
3321
3538
|
"path",
|
|
3322
3539
|
{
|
|
3323
3540
|
fill: fill || color || "currentColor",
|
|
3324
3541
|
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3325
3542
|
}
|
|
3326
3543
|
),
|
|
3327
|
-
/* @__PURE__ */ (0,
|
|
3544
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3328
3545
|
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3329
3546
|
|
|
3330
3547
|
// src/components/Satisfied.tsx
|
|
3331
|
-
var
|
|
3548
|
+
var import_jsx_runtime178 = require("react/jsx-runtime"), IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
3332
3549
|
"path",
|
|
3333
3550
|
{
|
|
3334
3551
|
fill: stroke || color || "currentColor",
|
|
@@ -3339,7 +3556,7 @@ var import_jsx_runtime165 = require("react/jsx-runtime"), IconSatisfied = ({ siz
|
|
|
3339
3556
|
) }), Satisfied_default = IconSatisfied;
|
|
3340
3557
|
|
|
3341
3558
|
// src/components/SceneNext.tsx
|
|
3342
|
-
var
|
|
3559
|
+
var import_jsx_runtime179 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
3343
3560
|
"path",
|
|
3344
3561
|
{
|
|
3345
3562
|
fill: stroke || color || "currentColor",
|
|
@@ -3348,27 +3565,27 @@ var import_jsx_runtime166 = require("react/jsx-runtime"), IconSceneNext = ({ siz
|
|
|
3348
3565
|
) }), SceneNext_default = IconSceneNext;
|
|
3349
3566
|
|
|
3350
3567
|
// src/components/Scriptmode.tsx
|
|
3351
|
-
var
|
|
3352
|
-
/* @__PURE__ */ (0,
|
|
3353
|
-
/* @__PURE__ */ (0,
|
|
3354
|
-
/* @__PURE__ */ (0,
|
|
3355
|
-
/* @__PURE__ */ (0,
|
|
3356
|
-
/* @__PURE__ */ (0,
|
|
3357
|
-
/* @__PURE__ */ (0,
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3359
|
-
/* @__PURE__ */ (0,
|
|
3568
|
+
var import_jsx_runtime180 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3569
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3570
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3571
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3572
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3573
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3574
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3575
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3576
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3360
3577
|
] }), Scriptmode_default = IconScriptmode;
|
|
3361
3578
|
|
|
3362
3579
|
// src/components/Scrolldown.tsx
|
|
3363
|
-
var
|
|
3364
|
-
/* @__PURE__ */ (0,
|
|
3580
|
+
var import_jsx_runtime181 = require("react/jsx-runtime"), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
3365
3582
|
"path",
|
|
3366
3583
|
{
|
|
3367
3584
|
fill: stroke || color || "currentColor",
|
|
3368
3585
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3369
3586
|
}
|
|
3370
3587
|
),
|
|
3371
|
-
/* @__PURE__ */ (0,
|
|
3588
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
3372
3589
|
"path",
|
|
3373
3590
|
{
|
|
3374
3591
|
fill: stroke || color || "currentColor",
|
|
@@ -3377,8 +3594,19 @@ var import_jsx_runtime168 = require("react/jsx-runtime"), IconScrolldown = ({ si
|
|
|
3377
3594
|
)
|
|
3378
3595
|
] }), Scrolldown_default = IconScrolldown;
|
|
3379
3596
|
|
|
3597
|
+
// src/components/Search.tsx
|
|
3598
|
+
var import_jsx_runtime182 = require("react/jsx-runtime"), IconSearch = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
3599
|
+
"path",
|
|
3600
|
+
{
|
|
3601
|
+
fill: stroke || color || "currentColor",
|
|
3602
|
+
d: "M10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
3603
|
+
fillRule: "evenodd",
|
|
3604
|
+
clipRule: "evenodd"
|
|
3605
|
+
}
|
|
3606
|
+
) }), Search_default = IconSearch;
|
|
3607
|
+
|
|
3380
3608
|
// src/components/Sendrequest.tsx
|
|
3381
|
-
var
|
|
3609
|
+
var import_jsx_runtime183 = require("react/jsx-runtime"), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
3382
3610
|
"path",
|
|
3383
3611
|
{
|
|
3384
3612
|
fill: fill || color || "currentColor",
|
|
@@ -3389,7 +3617,7 @@ var import_jsx_runtime169 = require("react/jsx-runtime"), IconSendrequest = ({ s
|
|
|
3389
3617
|
) }), Sendrequest_default = IconSendrequest;
|
|
3390
3618
|
|
|
3391
3619
|
// src/components/Sendup.tsx
|
|
3392
|
-
var
|
|
3620
|
+
var import_jsx_runtime184 = require("react/jsx-runtime"), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3393
3621
|
"path",
|
|
3394
3622
|
{
|
|
3395
3623
|
fill: stroke || color || "currentColor",
|
|
@@ -3398,7 +3626,7 @@ var import_jsx_runtime170 = require("react/jsx-runtime"), IconSendup = ({ size,
|
|
|
3398
3626
|
) }), Sendup_default = IconSendup;
|
|
3399
3627
|
|
|
3400
3628
|
// src/components/Sendup2.tsx
|
|
3401
|
-
var
|
|
3629
|
+
var import_jsx_runtime185 = require("react/jsx-runtime"), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
3402
3630
|
"path",
|
|
3403
3631
|
{
|
|
3404
3632
|
fill: stroke || color || "currentColor",
|
|
@@ -3407,7 +3635,7 @@ var import_jsx_runtime171 = require("react/jsx-runtime"), IconSendup2 = ({ size,
|
|
|
3407
3635
|
) }), Sendup2_default = IconSendup2;
|
|
3408
3636
|
|
|
3409
3637
|
// src/components/ShareFilled.tsx
|
|
3410
|
-
var
|
|
3638
|
+
var import_jsx_runtime186 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
3411
3639
|
"path",
|
|
3412
3640
|
{
|
|
3413
3641
|
fill: fill || color || "currentColor",
|
|
@@ -3416,7 +3644,7 @@ var import_jsx_runtime172 = require("react/jsx-runtime"), IconShareFilled = ({ s
|
|
|
3416
3644
|
) }), ShareFilled_default = IconShareFilled;
|
|
3417
3645
|
|
|
3418
3646
|
// src/components/Share.tsx
|
|
3419
|
-
var
|
|
3647
|
+
var import_jsx_runtime187 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3420
3648
|
"path",
|
|
3421
3649
|
{
|
|
3422
3650
|
fill: stroke || color || "currentColor",
|
|
@@ -3427,7 +3655,7 @@ var import_jsx_runtime173 = require("react/jsx-runtime"), IconShare = ({ size, w
|
|
|
3427
3655
|
) }), Share_default = IconShare;
|
|
3428
3656
|
|
|
3429
3657
|
// src/components/Sidebar.tsx
|
|
3430
|
-
var
|
|
3658
|
+
var import_jsx_runtime188 = require("react/jsx-runtime"), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3431
3659
|
"path",
|
|
3432
3660
|
{
|
|
3433
3661
|
fill: stroke || color || "currentColor",
|
|
@@ -3438,7 +3666,7 @@ var import_jsx_runtime174 = require("react/jsx-runtime"), IconSidebar = ({ size,
|
|
|
3438
3666
|
) }), Sidebar_default = IconSidebar;
|
|
3439
3667
|
|
|
3440
3668
|
// src/components/Singleunchecked.tsx
|
|
3441
|
-
var
|
|
3669
|
+
var import_jsx_runtime189 = require("react/jsx-runtime"), IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3442
3670
|
"path",
|
|
3443
3671
|
{
|
|
3444
3672
|
fill: stroke || color || "currentColor",
|
|
@@ -3449,7 +3677,7 @@ var import_jsx_runtime175 = require("react/jsx-runtime"), IconSingleunchecked =
|
|
|
3449
3677
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3450
3678
|
|
|
3451
3679
|
// src/components/SocialX.tsx
|
|
3452
|
-
var
|
|
3680
|
+
var import_jsx_runtime190 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
3453
3681
|
"path",
|
|
3454
3682
|
{
|
|
3455
3683
|
fill: fill || color || "currentColor",
|
|
@@ -3458,7 +3686,7 @@ var import_jsx_runtime176 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
3458
3686
|
) }), SocialX_default = IconSocialX;
|
|
3459
3687
|
|
|
3460
3688
|
// src/components/SocialDiscord.tsx
|
|
3461
|
-
var
|
|
3689
|
+
var import_jsx_runtime191 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
3462
3690
|
"path",
|
|
3463
3691
|
{
|
|
3464
3692
|
fill: fill || color || "currentColor",
|
|
@@ -3467,8 +3695,8 @@ var import_jsx_runtime177 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
3467
3695
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3468
3696
|
|
|
3469
3697
|
// src/components/SoundOff.tsx
|
|
3470
|
-
var
|
|
3471
|
-
/* @__PURE__ */ (0,
|
|
3698
|
+
var import_jsx_runtime192 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3699
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3472
3700
|
"path",
|
|
3473
3701
|
{
|
|
3474
3702
|
fill: stroke || color || "currentColor",
|
|
@@ -3477,7 +3705,7 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3477
3705
|
clipRule: "evenodd"
|
|
3478
3706
|
}
|
|
3479
3707
|
),
|
|
3480
|
-
/* @__PURE__ */ (0,
|
|
3708
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3481
3709
|
"path",
|
|
3482
3710
|
{
|
|
3483
3711
|
fill: stroke || color || "currentColor",
|
|
@@ -3487,8 +3715,8 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3487
3715
|
] }), SoundOff_default = IconSoundOff;
|
|
3488
3716
|
|
|
3489
3717
|
// src/components/SoundOn.tsx
|
|
3490
|
-
var
|
|
3491
|
-
/* @__PURE__ */ (0,
|
|
3718
|
+
var import_jsx_runtime193 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3719
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3492
3720
|
"path",
|
|
3493
3721
|
{
|
|
3494
3722
|
fill: stroke || color || "currentColor",
|
|
@@ -3497,14 +3725,14 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3497
3725
|
clipRule: "evenodd"
|
|
3498
3726
|
}
|
|
3499
3727
|
),
|
|
3500
|
-
/* @__PURE__ */ (0,
|
|
3728
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3501
3729
|
"path",
|
|
3502
3730
|
{
|
|
3503
3731
|
fill: stroke || color || "currentColor",
|
|
3504
3732
|
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"
|
|
3505
3733
|
}
|
|
3506
3734
|
),
|
|
3507
|
-
/* @__PURE__ */ (0,
|
|
3735
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3508
3736
|
"path",
|
|
3509
3737
|
{
|
|
3510
3738
|
fill: stroke || color || "currentColor",
|
|
@@ -3513,8 +3741,11 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3513
3741
|
)
|
|
3514
3742
|
] }), SoundOn_default = IconSoundOn;
|
|
3515
3743
|
|
|
3744
|
+
// src/components/StopFilled.tsx
|
|
3745
|
+
var import_jsx_runtime194 = require("react/jsx-runtime"), IconStopFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime194.jsx)("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
3746
|
+
|
|
3516
3747
|
// src/components/Storyboard.tsx
|
|
3517
|
-
var
|
|
3748
|
+
var import_jsx_runtime195 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
3518
3749
|
"path",
|
|
3519
3750
|
{
|
|
3520
3751
|
fill: stroke || color || "currentColor",
|
|
@@ -3525,24 +3756,24 @@ var import_jsx_runtime180 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
3525
3756
|
) }), Storyboard_default = IconStoryboard;
|
|
3526
3757
|
|
|
3527
3758
|
// src/components/StyleAutoFilled.tsx
|
|
3528
|
-
var
|
|
3529
|
-
/* @__PURE__ */ (0,
|
|
3759
|
+
var import_jsx_runtime196 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3760
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3530
3761
|
"path",
|
|
3531
3762
|
{
|
|
3532
3763
|
fill: fill || color || "currentColor",
|
|
3533
3764
|
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"
|
|
3534
3765
|
}
|
|
3535
3766
|
),
|
|
3536
|
-
/* @__PURE__ */ (0,
|
|
3767
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3537
3768
|
"path",
|
|
3538
3769
|
{
|
|
3539
3770
|
fill: fill || color || "currentColor",
|
|
3540
3771
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3541
3772
|
}
|
|
3542
3773
|
),
|
|
3543
|
-
/* @__PURE__ */ (0,
|
|
3544
|
-
/* @__PURE__ */ (0,
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
3774
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3775
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3776
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3546
3777
|
"path",
|
|
3547
3778
|
{
|
|
3548
3779
|
fill: fill || color || "currentColor",
|
|
@@ -3552,43 +3783,43 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
3552
3783
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3553
3784
|
|
|
3554
3785
|
// src/components/Style.tsx
|
|
3555
|
-
var
|
|
3556
|
-
/* @__PURE__ */ (0,
|
|
3786
|
+
var import_jsx_runtime197 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime197.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3787
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3557
3788
|
"path",
|
|
3558
3789
|
{
|
|
3559
3790
|
fill: stroke || color || "currentColor",
|
|
3560
3791
|
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"
|
|
3561
3792
|
}
|
|
3562
3793
|
),
|
|
3563
|
-
/* @__PURE__ */ (0,
|
|
3794
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3564
3795
|
"path",
|
|
3565
3796
|
{
|
|
3566
3797
|
fill: stroke || color || "currentColor",
|
|
3567
3798
|
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"
|
|
3568
3799
|
}
|
|
3569
3800
|
),
|
|
3570
|
-
/* @__PURE__ */ (0,
|
|
3801
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3571
3802
|
"path",
|
|
3572
3803
|
{
|
|
3573
3804
|
fill: stroke || color || "currentColor",
|
|
3574
3805
|
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"
|
|
3575
3806
|
}
|
|
3576
3807
|
),
|
|
3577
|
-
/* @__PURE__ */ (0,
|
|
3808
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3578
3809
|
"path",
|
|
3579
3810
|
{
|
|
3580
3811
|
fill: stroke || color || "currentColor",
|
|
3581
3812
|
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"
|
|
3582
3813
|
}
|
|
3583
3814
|
),
|
|
3584
|
-
/* @__PURE__ */ (0,
|
|
3815
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3585
3816
|
"path",
|
|
3586
3817
|
{
|
|
3587
3818
|
fill: stroke || color || "currentColor",
|
|
3588
3819
|
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"
|
|
3589
3820
|
}
|
|
3590
3821
|
),
|
|
3591
|
-
/* @__PURE__ */ (0,
|
|
3822
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3592
3823
|
"path",
|
|
3593
3824
|
{
|
|
3594
3825
|
fill: stroke || color || "currentColor",
|
|
@@ -3600,8 +3831,8 @@ var import_jsx_runtime182 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
3600
3831
|
] }), Style_default = IconStyle;
|
|
3601
3832
|
|
|
3602
3833
|
// src/components/Styleoverall.tsx
|
|
3603
|
-
var
|
|
3604
|
-
/* @__PURE__ */ (0,
|
|
3834
|
+
var import_jsx_runtime198 = require("react/jsx-runtime"), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3835
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
3605
3836
|
"path",
|
|
3606
3837
|
{
|
|
3607
3838
|
fill: stroke || color || "currentColor",
|
|
@@ -3610,7 +3841,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3610
3841
|
clipRule: "evenodd"
|
|
3611
3842
|
}
|
|
3612
3843
|
),
|
|
3613
|
-
/* @__PURE__ */ (0,
|
|
3844
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
3614
3845
|
"path",
|
|
3615
3846
|
{
|
|
3616
3847
|
fill: stroke || color || "currentColor",
|
|
@@ -3619,7 +3850,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3619
3850
|
clipRule: "evenodd"
|
|
3620
3851
|
}
|
|
3621
3852
|
),
|
|
3622
|
-
/* @__PURE__ */ (0,
|
|
3853
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
3623
3854
|
"path",
|
|
3624
3855
|
{
|
|
3625
3856
|
fill: stroke || color || "currentColor",
|
|
@@ -3628,7 +3859,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3628
3859
|
clipRule: "evenodd"
|
|
3629
3860
|
}
|
|
3630
3861
|
),
|
|
3631
|
-
/* @__PURE__ */ (0,
|
|
3862
|
+
/* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
3632
3863
|
"path",
|
|
3633
3864
|
{
|
|
3634
3865
|
fill: stroke || color || "currentColor",
|
|
@@ -3640,7 +3871,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3640
3871
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3641
3872
|
|
|
3642
3873
|
// src/components/SwitchOffFilled.tsx
|
|
3643
|
-
var
|
|
3874
|
+
var import_jsx_runtime199 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime199.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime199.jsx)(
|
|
3644
3875
|
"path",
|
|
3645
3876
|
{
|
|
3646
3877
|
fill: fill || color || "currentColor",
|
|
@@ -3651,7 +3882,7 @@ var import_jsx_runtime184 = require("react/jsx-runtime"), IconSwitchOffFilled =
|
|
|
3651
3882
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3652
3883
|
|
|
3653
3884
|
// src/components/SwitchOnFilled.tsx
|
|
3654
|
-
var
|
|
3885
|
+
var import_jsx_runtime200 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
3655
3886
|
"path",
|
|
3656
3887
|
{
|
|
3657
3888
|
fill: fill || color || "currentColor",
|
|
@@ -3662,7 +3893,7 @@ var import_jsx_runtime185 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
3662
3893
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3663
3894
|
|
|
3664
3895
|
// src/components/Table.tsx
|
|
3665
|
-
var
|
|
3896
|
+
var import_jsx_runtime201 = require("react/jsx-runtime"), IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
3666
3897
|
"path",
|
|
3667
3898
|
{
|
|
3668
3899
|
fill: stroke || color || "currentColor",
|
|
@@ -3673,8 +3904,8 @@ var import_jsx_runtime186 = require("react/jsx-runtime"), IconTable = ({ size, w
|
|
|
3673
3904
|
) }), Table_default = IconTable;
|
|
3674
3905
|
|
|
3675
3906
|
// src/components/Target.tsx
|
|
3676
|
-
var
|
|
3677
|
-
/* @__PURE__ */ (0,
|
|
3907
|
+
var import_jsx_runtime202 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3908
|
+
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
3678
3909
|
"path",
|
|
3679
3910
|
{
|
|
3680
3911
|
fill: stroke || color || "currentColor",
|
|
@@ -3683,7 +3914,7 @@ var import_jsx_runtime187 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3683
3914
|
clipRule: "evenodd"
|
|
3684
3915
|
}
|
|
3685
3916
|
),
|
|
3686
|
-
/* @__PURE__ */ (0,
|
|
3917
|
+
/* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
3687
3918
|
"path",
|
|
3688
3919
|
{
|
|
3689
3920
|
fill: stroke || color || "currentColor",
|
|
@@ -3695,43 +3926,43 @@ var import_jsx_runtime187 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3695
3926
|
] }), Target_default = IconTarget;
|
|
3696
3927
|
|
|
3697
3928
|
// src/components/TextLogo.tsx
|
|
3698
|
-
var
|
|
3699
|
-
/* @__PURE__ */ (0,
|
|
3929
|
+
var import_jsx_runtime203 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3930
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3700
3931
|
"path",
|
|
3701
3932
|
{
|
|
3702
3933
|
fill: fill || color || "currentColor",
|
|
3703
3934
|
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"
|
|
3704
3935
|
}
|
|
3705
3936
|
),
|
|
3706
|
-
/* @__PURE__ */ (0,
|
|
3937
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3707
3938
|
"path",
|
|
3708
3939
|
{
|
|
3709
3940
|
fill: fill || color || "currentColor",
|
|
3710
3941
|
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"
|
|
3711
3942
|
}
|
|
3712
3943
|
),
|
|
3713
|
-
/* @__PURE__ */ (0,
|
|
3944
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3714
3945
|
"path",
|
|
3715
3946
|
{
|
|
3716
3947
|
fill: fill || color || "currentColor",
|
|
3717
3948
|
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"
|
|
3718
3949
|
}
|
|
3719
3950
|
),
|
|
3720
|
-
/* @__PURE__ */ (0,
|
|
3951
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3721
3952
|
"path",
|
|
3722
3953
|
{
|
|
3723
3954
|
fill: fill || color || "currentColor",
|
|
3724
3955
|
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"
|
|
3725
3956
|
}
|
|
3726
3957
|
),
|
|
3727
|
-
/* @__PURE__ */ (0,
|
|
3958
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3728
3959
|
"path",
|
|
3729
3960
|
{
|
|
3730
3961
|
fill: fill || color || "currentColor",
|
|
3731
3962
|
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"
|
|
3732
3963
|
}
|
|
3733
3964
|
),
|
|
3734
|
-
/* @__PURE__ */ (0,
|
|
3965
|
+
/* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3735
3966
|
"path",
|
|
3736
3967
|
{
|
|
3737
3968
|
fill: fill || color || "currentColor",
|
|
@@ -3741,7 +3972,7 @@ var import_jsx_runtime188 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
3741
3972
|
] }), TextLogo_default = IconTextLogo;
|
|
3742
3973
|
|
|
3743
3974
|
// src/components/TipsFilled.tsx
|
|
3744
|
-
var
|
|
3975
|
+
var import_jsx_runtime204 = require("react/jsx-runtime"), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime204.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime204.jsx)(
|
|
3745
3976
|
"path",
|
|
3746
3977
|
{
|
|
3747
3978
|
fill: fill || color || "currentColor",
|
|
@@ -3752,7 +3983,7 @@ var import_jsx_runtime189 = require("react/jsx-runtime"), IconTipsFilled = ({ si
|
|
|
3752
3983
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3753
3984
|
|
|
3754
3985
|
// src/components/Tips.tsx
|
|
3755
|
-
var
|
|
3986
|
+
var import_jsx_runtime205 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
3756
3987
|
"path",
|
|
3757
3988
|
{
|
|
3758
3989
|
fill: stroke || color || "currentColor",
|
|
@@ -3763,15 +3994,15 @@ var import_jsx_runtime190 = require("react/jsx-runtime"), IconTips = ({ size, wi
|
|
|
3763
3994
|
) }), Tips_default = IconTips;
|
|
3764
3995
|
|
|
3765
3996
|
// src/components/ToolsFilled.tsx
|
|
3766
|
-
var
|
|
3767
|
-
/* @__PURE__ */ (0,
|
|
3997
|
+
var import_jsx_runtime206 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3998
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
3768
3999
|
"path",
|
|
3769
4000
|
{
|
|
3770
4001
|
fill: fill || color || "currentColor",
|
|
3771
4002
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3772
4003
|
}
|
|
3773
4004
|
),
|
|
3774
|
-
/* @__PURE__ */ (0,
|
|
4005
|
+
/* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
3775
4006
|
"path",
|
|
3776
4007
|
{
|
|
3777
4008
|
fill: fill || color || "currentColor",
|
|
@@ -3781,7 +4012,7 @@ var import_jsx_runtime191 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
3781
4012
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3782
4013
|
|
|
3783
4014
|
// src/components/Tools.tsx
|
|
3784
|
-
var
|
|
4015
|
+
var import_jsx_runtime207 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime207.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime207.jsx)(
|
|
3785
4016
|
"path",
|
|
3786
4017
|
{
|
|
3787
4018
|
stroke: stroke || color || "currentColor",
|
|
@@ -3791,7 +4022,7 @@ var import_jsx_runtime192 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
3791
4022
|
) }), Tools_default = IconTools;
|
|
3792
4023
|
|
|
3793
4024
|
// src/components/Undo.tsx
|
|
3794
|
-
var
|
|
4025
|
+
var import_jsx_runtime208 = require("react/jsx-runtime"), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime208.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime208.jsx)(
|
|
3795
4026
|
"path",
|
|
3796
4027
|
{
|
|
3797
4028
|
fill: stroke || color || "currentColor",
|
|
@@ -3802,19 +4033,19 @@ var import_jsx_runtime193 = require("react/jsx-runtime"), IconUndo = ({ size, wi
|
|
|
3802
4033
|
) }), Undo_default = IconUndo;
|
|
3803
4034
|
|
|
3804
4035
|
// src/components/UnsatisfiedFilled.tsx
|
|
3805
|
-
var
|
|
3806
|
-
/* @__PURE__ */ (0,
|
|
4036
|
+
var import_jsx_runtime209 = require("react/jsx-runtime"), IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime209.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4037
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
3807
4038
|
"path",
|
|
3808
4039
|
{
|
|
3809
4040
|
fill: fill || color || "currentColor",
|
|
3810
4041
|
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3811
4042
|
}
|
|
3812
4043
|
),
|
|
3813
|
-
/* @__PURE__ */ (0,
|
|
4044
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3814
4045
|
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3815
4046
|
|
|
3816
4047
|
// src/components/Unsatisfied.tsx
|
|
3817
|
-
var
|
|
4048
|
+
var import_jsx_runtime210 = require("react/jsx-runtime"), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime210.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
3818
4049
|
"path",
|
|
3819
4050
|
{
|
|
3820
4051
|
fill: stroke || color || "currentColor",
|
|
@@ -3825,7 +4056,7 @@ var import_jsx_runtime195 = require("react/jsx-runtime"), IconUnsatisfied = ({ s
|
|
|
3825
4056
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3826
4057
|
|
|
3827
4058
|
// src/components/UpFilled.tsx
|
|
3828
|
-
var
|
|
4059
|
+
var import_jsx_runtime211 = require("react/jsx-runtime"), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime211.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
3829
4060
|
"path",
|
|
3830
4061
|
{
|
|
3831
4062
|
fill: fill || color || "currentColor",
|
|
@@ -3836,7 +4067,7 @@ var import_jsx_runtime196 = require("react/jsx-runtime"), IconUpFilled = ({ size
|
|
|
3836
4067
|
) }), UpFilled_default = IconUpFilled;
|
|
3837
4068
|
|
|
3838
4069
|
// src/components/UpleftFilled.tsx
|
|
3839
|
-
var
|
|
4070
|
+
var import_jsx_runtime212 = require("react/jsx-runtime"), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime212.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
3840
4071
|
"path",
|
|
3841
4072
|
{
|
|
3842
4073
|
fill: fill || color || "currentColor",
|
|
@@ -3847,7 +4078,7 @@ var import_jsx_runtime197 = require("react/jsx-runtime"), IconUpleftFilled = ({
|
|
|
3847
4078
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3848
4079
|
|
|
3849
4080
|
// src/components/Uploadedvideo.tsx
|
|
3850
|
-
var
|
|
4081
|
+
var import_jsx_runtime213 = require("react/jsx-runtime"), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime213.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
3851
4082
|
"path",
|
|
3852
4083
|
{
|
|
3853
4084
|
fill: fill || color || "currentColor",
|
|
@@ -3858,7 +4089,7 @@ var import_jsx_runtime198 = require("react/jsx-runtime"), IconUploadedvideo = ({
|
|
|
3858
4089
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3859
4090
|
|
|
3860
4091
|
// src/components/Uploadfiles.tsx
|
|
3861
|
-
var
|
|
4092
|
+
var import_jsx_runtime214 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
3862
4093
|
"path",
|
|
3863
4094
|
{
|
|
3864
4095
|
fill: stroke || color || "currentColor",
|
|
@@ -3867,7 +4098,7 @@ var import_jsx_runtime199 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
3867
4098
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3868
4099
|
|
|
3869
4100
|
// src/components/Uploadstory.tsx
|
|
3870
|
-
var
|
|
4101
|
+
var import_jsx_runtime215 = require("react/jsx-runtime"), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime215.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime215.jsx)(
|
|
3871
4102
|
"path",
|
|
3872
4103
|
{
|
|
3873
4104
|
fill: stroke || color || "currentColor",
|
|
@@ -3878,7 +4109,7 @@ var import_jsx_runtime200 = require("react/jsx-runtime"), IconUploadstory = ({ s
|
|
|
3878
4109
|
) }), Uploadstory_default = IconUploadstory;
|
|
3879
4110
|
|
|
3880
4111
|
// src/components/UprightFilled.tsx
|
|
3881
|
-
var
|
|
4112
|
+
var import_jsx_runtime216 = require("react/jsx-runtime"), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime216.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
3882
4113
|
"path",
|
|
3883
4114
|
{
|
|
3884
4115
|
fill: fill || color || "currentColor",
|
|
@@ -3889,7 +4120,7 @@ var import_jsx_runtime201 = require("react/jsx-runtime"), IconUprightFilled = ({
|
|
|
3889
4120
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3890
4121
|
|
|
3891
4122
|
// src/components/Userfeedback.tsx
|
|
3892
|
-
var
|
|
4123
|
+
var import_jsx_runtime217 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime217.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime217.jsx)(
|
|
3893
4124
|
"path",
|
|
3894
4125
|
{
|
|
3895
4126
|
fill: stroke || color || "currentColor",
|
|
@@ -3900,16 +4131,16 @@ var import_jsx_runtime202 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
3900
4131
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3901
4132
|
|
|
3902
4133
|
// src/components/Userfollow.tsx
|
|
3903
|
-
var
|
|
3904
|
-
/* @__PURE__ */ (0,
|
|
4134
|
+
var import_jsx_runtime218 = require("react/jsx-runtime"), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime218.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4135
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
3905
4136
|
"path",
|
|
3906
4137
|
{
|
|
3907
4138
|
fill: stroke || color || "currentColor",
|
|
3908
4139
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3909
4140
|
}
|
|
3910
4141
|
),
|
|
3911
|
-
/* @__PURE__ */ (0,
|
|
3912
|
-
/* @__PURE__ */ (0,
|
|
4142
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4143
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
3913
4144
|
"path",
|
|
3914
4145
|
{
|
|
3915
4146
|
fill: stroke || color || "currentColor",
|
|
@@ -3921,7 +4152,7 @@ var import_jsx_runtime203 = require("react/jsx-runtime"), IconUserfollow = ({ si
|
|
|
3921
4152
|
] }), Userfollow_default = IconUserfollow;
|
|
3922
4153
|
|
|
3923
4154
|
// src/components/Userfollowback.tsx
|
|
3924
|
-
var
|
|
4155
|
+
var import_jsx_runtime219 = require("react/jsx-runtime"), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime219.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
3925
4156
|
"path",
|
|
3926
4157
|
{
|
|
3927
4158
|
fill: stroke || color || "currentColor",
|
|
@@ -3930,7 +4161,7 @@ var import_jsx_runtime204 = require("react/jsx-runtime"), IconUserfollowback = (
|
|
|
3930
4161
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3931
4162
|
|
|
3932
4163
|
// src/components/Userfollowed.tsx
|
|
3933
|
-
var
|
|
4164
|
+
var import_jsx_runtime220 = require("react/jsx-runtime"), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime220.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
3934
4165
|
"path",
|
|
3935
4166
|
{
|
|
3936
4167
|
fill: stroke || color || "currentColor",
|
|
@@ -3939,15 +4170,15 @@ var import_jsx_runtime205 = require("react/jsx-runtime"), IconUserfollowed = ({
|
|
|
3939
4170
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3940
4171
|
|
|
3941
4172
|
// src/components/VideoGeneration.tsx
|
|
3942
|
-
var
|
|
3943
|
-
/* @__PURE__ */ (0,
|
|
4173
|
+
var import_jsx_runtime221 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4174
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
3944
4175
|
"path",
|
|
3945
4176
|
{
|
|
3946
4177
|
fill: stroke || color || "currentColor",
|
|
3947
4178
|
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"
|
|
3948
4179
|
}
|
|
3949
4180
|
),
|
|
3950
|
-
/* @__PURE__ */ (0,
|
|
4181
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
3951
4182
|
"path",
|
|
3952
4183
|
{
|
|
3953
4184
|
fill: stroke || color || "currentColor",
|
|
@@ -3956,7 +4187,7 @@ var import_jsx_runtime206 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3956
4187
|
clipRule: "evenodd"
|
|
3957
4188
|
}
|
|
3958
4189
|
),
|
|
3959
|
-
/* @__PURE__ */ (0,
|
|
4190
|
+
/* @__PURE__ */ (0, import_jsx_runtime221.jsx)(
|
|
3960
4191
|
"path",
|
|
3961
4192
|
{
|
|
3962
4193
|
fill: stroke || color || "currentColor",
|
|
@@ -3966,9 +4197,9 @@ var import_jsx_runtime206 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3966
4197
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3967
4198
|
|
|
3968
4199
|
// src/components/VideoLength.tsx
|
|
3969
|
-
var
|
|
3970
|
-
/* @__PURE__ */ (0,
|
|
3971
|
-
/* @__PURE__ */ (0,
|
|
4200
|
+
var import_jsx_runtime222 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime222.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4201
|
+
/* @__PURE__ */ (0, import_jsx_runtime222.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4202
|
+
/* @__PURE__ */ (0, import_jsx_runtime222.jsx)(
|
|
3972
4203
|
"path",
|
|
3973
4204
|
{
|
|
3974
4205
|
fill: stroke || color || "currentColor",
|
|
@@ -3980,8 +4211,8 @@ var import_jsx_runtime207 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
3980
4211
|
] }), VideoLength_default = IconVideoLength;
|
|
3981
4212
|
|
|
3982
4213
|
// src/components/Videogenerate.tsx
|
|
3983
|
-
var
|
|
3984
|
-
/* @__PURE__ */ (0,
|
|
4214
|
+
var import_jsx_runtime223 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime223.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4215
|
+
/* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
3985
4216
|
"path",
|
|
3986
4217
|
{
|
|
3987
4218
|
fill: stroke || color || "currentColor",
|
|
@@ -3990,7 +4221,7 @@ var import_jsx_runtime208 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3990
4221
|
clipRule: "evenodd"
|
|
3991
4222
|
}
|
|
3992
4223
|
),
|
|
3993
|
-
/* @__PURE__ */ (0,
|
|
4224
|
+
/* @__PURE__ */ (0, import_jsx_runtime223.jsx)(
|
|
3994
4225
|
"path",
|
|
3995
4226
|
{
|
|
3996
4227
|
fill: stroke || color || "currentColor",
|
|
@@ -4002,7 +4233,7 @@ var import_jsx_runtime208 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
4002
4233
|
] }), Videogenerate_default = IconVideogenerate;
|
|
4003
4234
|
|
|
4004
4235
|
// src/components/Visualstyles.tsx
|
|
4005
|
-
var
|
|
4236
|
+
var import_jsx_runtime224 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime224.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime224.jsx)(
|
|
4006
4237
|
"path",
|
|
4007
4238
|
{
|
|
4008
4239
|
fill: stroke || color || "currentColor",
|
|
@@ -4013,8 +4244,8 @@ var import_jsx_runtime209 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
4013
4244
|
) }), Visualstyles_default = IconVisualstyles;
|
|
4014
4245
|
|
|
4015
4246
|
// src/components/Volume.tsx
|
|
4016
|
-
var
|
|
4017
|
-
/* @__PURE__ */ (0,
|
|
4247
|
+
var import_jsx_runtime225 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime225.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4248
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
4018
4249
|
"path",
|
|
4019
4250
|
{
|
|
4020
4251
|
fill: stroke || color || "currentColor",
|
|
@@ -4023,14 +4254,14 @@ var import_jsx_runtime210 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
4023
4254
|
clipRule: "evenodd"
|
|
4024
4255
|
}
|
|
4025
4256
|
),
|
|
4026
|
-
/* @__PURE__ */ (0,
|
|
4257
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
4027
4258
|
"path",
|
|
4028
4259
|
{
|
|
4029
4260
|
fill: stroke || color || "currentColor",
|
|
4030
4261
|
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"
|
|
4031
4262
|
}
|
|
4032
4263
|
),
|
|
4033
|
-
/* @__PURE__ */ (0,
|
|
4264
|
+
/* @__PURE__ */ (0, import_jsx_runtime225.jsx)(
|
|
4034
4265
|
"path",
|
|
4035
4266
|
{
|
|
4036
4267
|
fill: stroke || color || "currentColor",
|
|
@@ -4040,7 +4271,7 @@ var import_jsx_runtime210 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
4040
4271
|
] }), Volume_default = IconVolume;
|
|
4041
4272
|
|
|
4042
4273
|
// src/components/Withdrawgame.tsx
|
|
4043
|
-
var
|
|
4274
|
+
var import_jsx_runtime226 = require("react/jsx-runtime"), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime226.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime226.jsx)(
|
|
4044
4275
|
"path",
|
|
4045
4276
|
{
|
|
4046
4277
|
fill: stroke || color || "currentColor",
|
|
@@ -4051,15 +4282,15 @@ var import_jsx_runtime211 = require("react/jsx-runtime"), IconWithdrawgame = ({
|
|
|
4051
4282
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
4052
4283
|
|
|
4053
4284
|
// src/components/Zoomhandle.tsx
|
|
4054
|
-
var
|
|
4055
|
-
/* @__PURE__ */ (0,
|
|
4285
|
+
var import_jsx_runtime227 = require("react/jsx-runtime"), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime227.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4286
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
4056
4287
|
"path",
|
|
4057
4288
|
{
|
|
4058
4289
|
fill: fill || color || "currentColor",
|
|
4059
4290
|
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"
|
|
4060
4291
|
}
|
|
4061
4292
|
),
|
|
4062
|
-
/* @__PURE__ */ (0,
|
|
4293
|
+
/* @__PURE__ */ (0, import_jsx_runtime227.jsx)(
|
|
4063
4294
|
"path",
|
|
4064
4295
|
{
|
|
4065
4296
|
fill: stroke || color || "currentColor",
|
|
@@ -4069,15 +4300,15 @@ var import_jsx_runtime212 = require("react/jsx-runtime"), IconZoomhandle = ({ si
|
|
|
4069
4300
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
4070
4301
|
|
|
4071
4302
|
// src/components/Zoomin.tsx
|
|
4072
|
-
var
|
|
4073
|
-
/* @__PURE__ */ (0,
|
|
4303
|
+
var import_jsx_runtime228 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime228.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4304
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
4074
4305
|
"path",
|
|
4075
4306
|
{
|
|
4076
4307
|
fill: stroke || color || "currentColor",
|
|
4077
4308
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
4078
4309
|
}
|
|
4079
4310
|
),
|
|
4080
|
-
/* @__PURE__ */ (0,
|
|
4311
|
+
/* @__PURE__ */ (0, import_jsx_runtime228.jsx)(
|
|
4081
4312
|
"path",
|
|
4082
4313
|
{
|
|
4083
4314
|
fill: stroke || color || "currentColor",
|
|
@@ -4089,9 +4320,9 @@ var import_jsx_runtime213 = require("react/jsx-runtime"), IconZoomin = ({ size,
|
|
|
4089
4320
|
] }), Zoomin_default = IconZoomin;
|
|
4090
4321
|
|
|
4091
4322
|
// src/components/Zoomout.tsx
|
|
4092
|
-
var
|
|
4093
|
-
/* @__PURE__ */ (0,
|
|
4094
|
-
/* @__PURE__ */ (0,
|
|
4323
|
+
var import_jsx_runtime229 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime229.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4324
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4325
|
+
/* @__PURE__ */ (0, import_jsx_runtime229.jsx)(
|
|
4095
4326
|
"path",
|
|
4096
4327
|
{
|
|
4097
4328
|
fill: stroke || color || "currentColor",
|