@yoroll/react-icon 0.0.21 → 0.0.23
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 +804 -611
- package/dist/index.iife.js +791 -611
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +1017 -811
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Agent.d.ts +4 -0
- package/dist/types/components/AgentFilled.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/Createplan.d.ts +4 -0
- package/dist/types/components/Element.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/SatisfiedFilled.d.ts +4 -0
- package/dist/types/components/StopFilled.d.ts +4 -0
- package/dist/types/components/Table.d.ts +4 -0
- package/dist/types/components/UnsatisfiedFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +13 -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.23 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -22,6 +22,8 @@ __export(index_exports, {
|
|
|
22
22
|
IconAboutus: () => Aboutus_default,
|
|
23
23
|
IconAdd: () => Add_default,
|
|
24
24
|
IconAddSceneChoice: () => AddSceneChoice_default,
|
|
25
|
+
IconAgent: () => Agent_default,
|
|
26
|
+
IconAgentFilled: () => AgentFilled_default,
|
|
25
27
|
IconAgreements: () => Agreements_default,
|
|
26
28
|
IconAiwriting: () => Aiwriting_default,
|
|
27
29
|
IconAngleDown: () => AngleDown_default,
|
|
@@ -35,6 +37,7 @@ __export(index_exports, {
|
|
|
35
37
|
IconBackward: () => Backward_default,
|
|
36
38
|
IconBatchShots: () => BatchShots_default,
|
|
37
39
|
IconCanvaposition: () => Canvaposition_default,
|
|
40
|
+
IconCanvasframe: () => Canvasframe_default,
|
|
38
41
|
IconCanvasmode: () => Canvasmode_default,
|
|
39
42
|
IconCcg: () => Ccg_default,
|
|
40
43
|
IconCcgFilled: () => CcgFilled_default,
|
|
@@ -47,8 +50,10 @@ __export(index_exports, {
|
|
|
47
50
|
IconCheckedFilled: () => CheckedFilled_default,
|
|
48
51
|
IconClose: () => Close_default,
|
|
49
52
|
IconCollapsewindow: () => Collapsewindow_default,
|
|
53
|
+
IconCommand: () => Command_default,
|
|
50
54
|
IconCopy: () => Copy_default,
|
|
51
55
|
IconCopylink: () => Copylink_default,
|
|
56
|
+
IconCreateplan: () => Createplan_default,
|
|
52
57
|
IconCreditFilled: () => CreditFilled_default,
|
|
53
58
|
IconCursor: () => Cursor_default,
|
|
54
59
|
IconDelete: () => Delete_default,
|
|
@@ -60,6 +65,7 @@ __export(index_exports, {
|
|
|
60
65
|
IconDownrightFilled: () => DownrightFilled_default,
|
|
61
66
|
IconDraghandleFilled: () => DraghandleFilled_default,
|
|
62
67
|
IconEdit: () => Edit_default,
|
|
68
|
+
IconElement: () => Element_default,
|
|
63
69
|
IconExpandwindow: () => Expandwindow_default,
|
|
64
70
|
IconFavorite: () => Favorite_default,
|
|
65
71
|
IconFavoriteFilled: () => FavoriteFilled_default,
|
|
@@ -155,18 +161,21 @@ __export(index_exports, {
|
|
|
155
161
|
IconPageError: () => PageError_default,
|
|
156
162
|
IconParameters: () => Parameters_default,
|
|
157
163
|
IconPause: () => Pause_default,
|
|
164
|
+
IconPauseFilled: () => PauseFilled_default,
|
|
158
165
|
IconPencil: () => Pencil_default,
|
|
159
166
|
IconPick: () => Pick_default,
|
|
160
167
|
IconPickedFilled: () => PickedFilled_default,
|
|
161
168
|
IconPlanFilled: () => PlanFilled_default,
|
|
162
169
|
IconPlay: () => Play_default,
|
|
163
170
|
IconPlayFilled: () => PlayFilled_default,
|
|
171
|
+
IconPremiumcontent: () => Premiumcontent_default,
|
|
164
172
|
IconPreviouscene: () => Previouscene_default,
|
|
165
173
|
IconProblem: () => Problem_default,
|
|
166
174
|
IconProblemFilled: () => ProblemFilled_default,
|
|
167
175
|
IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
|
|
168
176
|
IconPublish: () => Publish_default,
|
|
169
177
|
IconQtEsave: () => QtEsave_default,
|
|
178
|
+
IconQtEsaved: () => QtEsaved_default,
|
|
170
179
|
IconQuote: () => Quote_default,
|
|
171
180
|
IconRatio: () => Ratio_default,
|
|
172
181
|
IconRatio11: () => Ratio11_default,
|
|
@@ -178,6 +187,7 @@ __export(index_exports, {
|
|
|
178
187
|
IconResultsetting: () => Resultsetting_default,
|
|
179
188
|
IconRightFilled: () => RightFilled_default,
|
|
180
189
|
IconSatisfied: () => Satisfied_default,
|
|
190
|
+
IconSatisfiedFilled: () => SatisfiedFilled_default,
|
|
181
191
|
IconSceneNext: () => SceneNext_default,
|
|
182
192
|
IconScriptmode: () => Scriptmode_default,
|
|
183
193
|
IconScrolldown: () => Scrolldown_default,
|
|
@@ -192,12 +202,14 @@ __export(index_exports, {
|
|
|
192
202
|
IconSocialX: () => SocialX_default,
|
|
193
203
|
IconSoundOff: () => SoundOff_default,
|
|
194
204
|
IconSoundOn: () => SoundOn_default,
|
|
205
|
+
IconStopFilled: () => StopFilled_default,
|
|
195
206
|
IconStoryboard: () => Storyboard_default,
|
|
196
207
|
IconStyle: () => Style_default,
|
|
197
208
|
IconStyleAutoFilled: () => StyleAutoFilled_default,
|
|
198
209
|
IconStyleoverall: () => Styleoverall_default,
|
|
199
210
|
IconSwitchOffFilled: () => SwitchOffFilled_default,
|
|
200
211
|
IconSwitchOnFilled: () => SwitchOnFilled_default,
|
|
212
|
+
IconTable: () => Table_default,
|
|
201
213
|
IconTarget: () => Target_default,
|
|
202
214
|
IconTextLogo: () => TextLogo_default,
|
|
203
215
|
IconTips: () => Tips_default,
|
|
@@ -206,6 +218,7 @@ __export(index_exports, {
|
|
|
206
218
|
IconToolsFilled: () => ToolsFilled_default,
|
|
207
219
|
IconUndo: () => Undo_default,
|
|
208
220
|
IconUnsatisfied: () => Unsatisfied_default,
|
|
221
|
+
IconUnsatisfiedFilled: () => UnsatisfiedFilled_default,
|
|
209
222
|
IconUpFilled: () => UpFilled_default,
|
|
210
223
|
IconUpleftFilled: () => UpleftFilled_default,
|
|
211
224
|
IconUploadedvideo: () => Uploadedvideo_default,
|
|
@@ -282,9 +295,27 @@ var import_jsx_runtime5 = require("react/jsx-runtime"), IconQtEsave = ({ size, w
|
|
|
282
295
|
}
|
|
283
296
|
) }), QtEsave_default = IconQtEsave;
|
|
284
297
|
|
|
285
|
-
// src/components/
|
|
286
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"),
|
|
298
|
+
// src/components/QtEsaved.tsx
|
|
299
|
+
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: [
|
|
300
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
301
|
+
"path",
|
|
302
|
+
{
|
|
303
|
+
fill: fill || color || "currentColor",
|
|
304
|
+
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"
|
|
305
|
+
}
|
|
306
|
+
),
|
|
287
307
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
308
|
+
"path",
|
|
309
|
+
{
|
|
310
|
+
fill: stroke || color || "currentColor",
|
|
311
|
+
d: "M23 4.49999L16.5 11.3L12 7.09999L13.6 5.49999L16.5 8.2L21.4 3L23 4.49999Z"
|
|
312
|
+
}
|
|
313
|
+
)
|
|
314
|
+
] }), QtEsaved_default = IconQtEsaved;
|
|
315
|
+
|
|
316
|
+
// src/components/Uploadimage.tsx
|
|
317
|
+
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: [
|
|
318
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
288
319
|
"path",
|
|
289
320
|
{
|
|
290
321
|
fill: stroke || color || "currentColor",
|
|
@@ -293,7 +324,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
293
324
|
clipRule: "evenodd"
|
|
294
325
|
}
|
|
295
326
|
),
|
|
296
|
-
/* @__PURE__ */ (0,
|
|
327
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
297
328
|
"path",
|
|
298
329
|
{
|
|
299
330
|
fill: stroke || color || "currentColor",
|
|
@@ -303,8 +334,8 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
303
334
|
] }), Uploadimage_default = IconUploadimage;
|
|
304
335
|
|
|
305
336
|
// src/components/Aboutus.tsx
|
|
306
|
-
var
|
|
307
|
-
/* @__PURE__ */ (0,
|
|
337
|
+
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: [
|
|
338
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
308
339
|
"path",
|
|
309
340
|
{
|
|
310
341
|
fill: stroke || color || "currentColor",
|
|
@@ -313,7 +344,7 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
313
344
|
clipRule: "evenodd"
|
|
314
345
|
}
|
|
315
346
|
),
|
|
316
|
-
/* @__PURE__ */ (0,
|
|
347
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
317
348
|
"path",
|
|
318
349
|
{
|
|
319
350
|
fill: stroke || color || "currentColor",
|
|
@@ -323,15 +354,15 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
323
354
|
] }), Aboutus_default = IconAboutus;
|
|
324
355
|
|
|
325
356
|
// src/components/AddSceneChoice.tsx
|
|
326
|
-
var
|
|
327
|
-
/* @__PURE__ */ (0,
|
|
357
|
+
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: [
|
|
358
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
328
359
|
"path",
|
|
329
360
|
{
|
|
330
361
|
fill: stroke || color || "currentColor",
|
|
331
362
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
332
363
|
}
|
|
333
364
|
),
|
|
334
|
-
/* @__PURE__ */ (0,
|
|
365
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
335
366
|
"path",
|
|
336
367
|
{
|
|
337
368
|
fill: stroke || color || "currentColor",
|
|
@@ -343,7 +374,7 @@ var import_jsx_runtime8 = require("react/jsx-runtime"), IconAddSceneChoice = ({
|
|
|
343
374
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
344
375
|
|
|
345
376
|
// src/components/Add.tsx
|
|
346
|
-
var
|
|
377
|
+
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)(
|
|
347
378
|
"path",
|
|
348
379
|
{
|
|
349
380
|
fill: stroke || color || "currentColor",
|
|
@@ -351,9 +382,45 @@ var import_jsx_runtime9 = require("react/jsx-runtime"), IconAdd = ({ size, width
|
|
|
351
382
|
}
|
|
352
383
|
) }), Add_default = IconAdd;
|
|
353
384
|
|
|
385
|
+
// src/components/AgentFilled.tsx
|
|
386
|
+
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)(
|
|
387
|
+
"path",
|
|
388
|
+
{
|
|
389
|
+
fill: fill || color || "currentColor",
|
|
390
|
+
d: "M17.6387 2.47656L14.6182 6H23.5V23.5H0.5V6H9.38184L6.36133 2.47656L8.63867 0.523438L12 4.44531L15.3613 0.523438L17.6387 2.47656ZM17.5 9V20.5H20.5V9H17.5ZM7 11C6.17157 11 5.5 11.6716 5.5 12.5C5.5 13.3284 6.17157 14 7 14C7.82843 14 8.5 13.3284 8.5 12.5C8.5 11.6716 7.82843 11 7 11ZM13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11Z"
|
|
391
|
+
}
|
|
392
|
+
) }), AgentFilled_default = IconAgentFilled;
|
|
393
|
+
|
|
394
|
+
// src/components/Agent.tsx
|
|
395
|
+
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: [
|
|
396
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
397
|
+
"path",
|
|
398
|
+
{
|
|
399
|
+
fill: stroke || color || "currentColor",
|
|
400
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H23.5V23.5H0.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM2.75 8.25V21.25H16.75V8.25H2.75ZM19 8.25V21.25H21.25V8.25H19Z",
|
|
401
|
+
fillRule: "evenodd",
|
|
402
|
+
clipRule: "evenodd"
|
|
403
|
+
}
|
|
404
|
+
),
|
|
405
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
406
|
+
"path",
|
|
407
|
+
{
|
|
408
|
+
fill: stroke || color || "currentColor",
|
|
409
|
+
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"
|
|
410
|
+
}
|
|
411
|
+
),
|
|
412
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
413
|
+
"path",
|
|
414
|
+
{
|
|
415
|
+
fill: stroke || color || "currentColor",
|
|
416
|
+
d: "M13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14Z"
|
|
417
|
+
}
|
|
418
|
+
)
|
|
419
|
+
] }), Agent_default = IconAgent;
|
|
420
|
+
|
|
354
421
|
// src/components/Agreements.tsx
|
|
355
|
-
var
|
|
356
|
-
/* @__PURE__ */ (0,
|
|
422
|
+
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: [
|
|
423
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
357
424
|
"path",
|
|
358
425
|
{
|
|
359
426
|
fill: stroke || color || "currentColor",
|
|
@@ -362,11 +429,11 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAgreements = ({ siz
|
|
|
362
429
|
clipRule: "evenodd"
|
|
363
430
|
}
|
|
364
431
|
),
|
|
365
|
-
/* @__PURE__ */ (0,
|
|
432
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
366
433
|
] }), Agreements_default = IconAgreements;
|
|
367
434
|
|
|
368
435
|
// src/components/AngleDown.tsx
|
|
369
|
-
var
|
|
436
|
+
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)(
|
|
370
437
|
"path",
|
|
371
438
|
{
|
|
372
439
|
fill: stroke || color || "currentColor",
|
|
@@ -375,7 +442,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconAngleDown = ({ size
|
|
|
375
442
|
) }), AngleDown_default = IconAngleDown;
|
|
376
443
|
|
|
377
444
|
// src/components/Angleright.tsx
|
|
378
|
-
var
|
|
445
|
+
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)(
|
|
379
446
|
"path",
|
|
380
447
|
{
|
|
381
448
|
fill: stroke || color || "currentColor",
|
|
@@ -384,7 +451,7 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconAngleright = ({ siz
|
|
|
384
451
|
) }), Angleright_default = IconAngleright;
|
|
385
452
|
|
|
386
453
|
// src/components/Announcement.tsx
|
|
387
|
-
var
|
|
454
|
+
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)(
|
|
388
455
|
"path",
|
|
389
456
|
{
|
|
390
457
|
fill: stroke || color || "currentColor",
|
|
@@ -395,7 +462,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconAnnouncement = ({ s
|
|
|
395
462
|
) }), Announcement_default = IconAnnouncement;
|
|
396
463
|
|
|
397
464
|
// src/components/Artboard.tsx
|
|
398
|
-
var
|
|
465
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconArtboard = ({ 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)(
|
|
399
466
|
"path",
|
|
400
467
|
{
|
|
401
468
|
fill: stroke || color || "currentColor",
|
|
@@ -406,17 +473,17 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconArtboard = ({ size,
|
|
|
406
473
|
) }), Artboard_default = IconArtboard;
|
|
407
474
|
|
|
408
475
|
// src/components/AssetsFilled.tsx
|
|
409
|
-
var
|
|
410
|
-
/* @__PURE__ */ (0,
|
|
411
|
-
/* @__PURE__ */ (0,
|
|
412
|
-
/* @__PURE__ */ (0,
|
|
476
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconAssetsFilled = ({ 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: [
|
|
477
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
478
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
479
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
413
480
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
414
481
|
|
|
415
482
|
// src/components/Assets.tsx
|
|
416
|
-
var
|
|
417
|
-
/* @__PURE__ */ (0,
|
|
418
|
-
/* @__PURE__ */ (0,
|
|
419
|
-
/* @__PURE__ */ (0,
|
|
483
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
484
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
485
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
486
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
420
487
|
"path",
|
|
421
488
|
{
|
|
422
489
|
fill: stroke || color || "currentColor",
|
|
@@ -428,7 +495,7 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
428
495
|
] }), Assets_default = IconAssets;
|
|
429
496
|
|
|
430
497
|
// src/components/Autolayout.tsx
|
|
431
|
-
var
|
|
498
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
432
499
|
"path",
|
|
433
500
|
{
|
|
434
501
|
fill: stroke || color || "currentColor",
|
|
@@ -437,8 +504,8 @@ var import_jsx_runtime17 = require("react/jsx-runtime"), IconAutolayout = ({ siz
|
|
|
437
504
|
) }), Autolayout_default = IconAutolayout;
|
|
438
505
|
|
|
439
506
|
// src/components/Backtoprojects.tsx
|
|
440
|
-
var
|
|
441
|
-
/* @__PURE__ */ (0,
|
|
507
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconBacktoprojects = ({ 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: [
|
|
508
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
442
509
|
"path",
|
|
443
510
|
{
|
|
444
511
|
fill: stroke || color || "currentColor",
|
|
@@ -447,7 +514,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
447
514
|
clipRule: "evenodd"
|
|
448
515
|
}
|
|
449
516
|
),
|
|
450
|
-
/* @__PURE__ */ (0,
|
|
517
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
451
518
|
"path",
|
|
452
519
|
{
|
|
453
520
|
fill: stroke || color || "currentColor",
|
|
@@ -456,7 +523,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
456
523
|
clipRule: "evenodd"
|
|
457
524
|
}
|
|
458
525
|
),
|
|
459
|
-
/* @__PURE__ */ (0,
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
460
527
|
"path",
|
|
461
528
|
{
|
|
462
529
|
fill: stroke || color || "currentColor",
|
|
@@ -465,7 +532,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
465
532
|
clipRule: "evenodd"
|
|
466
533
|
}
|
|
467
534
|
),
|
|
468
|
-
/* @__PURE__ */ (0,
|
|
535
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
469
536
|
"path",
|
|
470
537
|
{
|
|
471
538
|
fill: stroke || color || "currentColor",
|
|
@@ -477,7 +544,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
477
544
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
478
545
|
|
|
479
546
|
// src/components/Backward.tsx
|
|
480
|
-
var
|
|
547
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconBackward = ({ 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)(
|
|
481
548
|
"path",
|
|
482
549
|
{
|
|
483
550
|
fill: stroke || color || "currentColor",
|
|
@@ -486,7 +553,7 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
486
553
|
) }), Backward_default = IconBackward;
|
|
487
554
|
|
|
488
555
|
// src/components/BatchShots.tsx
|
|
489
|
-
var
|
|
556
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
490
557
|
"path",
|
|
491
558
|
{
|
|
492
559
|
fill: stroke || color || "currentColor",
|
|
@@ -497,15 +564,15 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
497
564
|
) }), BatchShots_default = IconBatchShots;
|
|
498
565
|
|
|
499
566
|
// src/components/Canvaposition.tsx
|
|
500
|
-
var
|
|
501
|
-
/* @__PURE__ */ (0,
|
|
567
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
568
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
502
569
|
"path",
|
|
503
570
|
{
|
|
504
571
|
fill: stroke || color || "currentColor",
|
|
505
572
|
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"
|
|
506
573
|
}
|
|
507
574
|
),
|
|
508
|
-
/* @__PURE__ */ (0,
|
|
575
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
509
576
|
"path",
|
|
510
577
|
{
|
|
511
578
|
fill: stroke || color || "currentColor",
|
|
@@ -516,8 +583,48 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCanvaposition = ({
|
|
|
516
583
|
)
|
|
517
584
|
] }), Canvaposition_default = IconCanvaposition;
|
|
518
585
|
|
|
586
|
+
// src/components/Canvasframe.tsx
|
|
587
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconCanvasframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
588
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
589
|
+
"path",
|
|
590
|
+
{
|
|
591
|
+
fill: stroke || color || "currentColor",
|
|
592
|
+
d: "M1.5 1.5H10.5V8.25H1.5V1.5ZM3.75 3.75H8.25V6H3.75V3.75Z",
|
|
593
|
+
fillRule: "evenodd",
|
|
594
|
+
clipRule: "evenodd"
|
|
595
|
+
}
|
|
596
|
+
),
|
|
597
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
598
|
+
"path",
|
|
599
|
+
{
|
|
600
|
+
fill: stroke || color || "currentColor",
|
|
601
|
+
d: "M1.5 11.25H10.5V22.5H1.5V11.25ZM3.75 13.5H8.25V20.25H3.75V13.5Z",
|
|
602
|
+
fillRule: "evenodd",
|
|
603
|
+
clipRule: "evenodd"
|
|
604
|
+
}
|
|
605
|
+
),
|
|
606
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
607
|
+
"path",
|
|
608
|
+
{
|
|
609
|
+
fill: stroke || color || "currentColor",
|
|
610
|
+
d: "M13.5 1.5V12.75H22.5V1.5H13.5ZM20.25 3.75H15.75V10.5H20.25V3.75Z",
|
|
611
|
+
fillRule: "evenodd",
|
|
612
|
+
clipRule: "evenodd"
|
|
613
|
+
}
|
|
614
|
+
),
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
616
|
+
"path",
|
|
617
|
+
{
|
|
618
|
+
fill: stroke || color || "currentColor",
|
|
619
|
+
d: "M13.5 15.75H22.5V22.5H13.5V15.75ZM15.75 18H20.25V20.25H15.75V18Z",
|
|
620
|
+
fillRule: "evenodd",
|
|
621
|
+
clipRule: "evenodd"
|
|
622
|
+
}
|
|
623
|
+
)
|
|
624
|
+
] }), Canvasframe_default = IconCanvasframe;
|
|
625
|
+
|
|
519
626
|
// src/components/Canvasmode.tsx
|
|
520
|
-
var
|
|
627
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
521
628
|
"path",
|
|
522
629
|
{
|
|
523
630
|
fill: stroke || color || "currentColor",
|
|
@@ -528,7 +635,7 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
528
635
|
) }), Canvasmode_default = IconCanvasmode;
|
|
529
636
|
|
|
530
637
|
// src/components/CcgFilled.tsx
|
|
531
|
-
var
|
|
638
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
532
639
|
"path",
|
|
533
640
|
{
|
|
534
641
|
fill: fill || color || "currentColor",
|
|
@@ -539,7 +646,7 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconCcgFilled = ({ size
|
|
|
539
646
|
) }), CcgFilled_default = IconCcgFilled;
|
|
540
647
|
|
|
541
648
|
// src/components/Ccg.tsx
|
|
542
|
-
var
|
|
649
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconCcg = ({ 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)(
|
|
543
650
|
"path",
|
|
544
651
|
{
|
|
545
652
|
fill: stroke || color || "currentColor",
|
|
@@ -550,29 +657,29 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconCcg = ({ size, widt
|
|
|
550
657
|
) }), Ccg_default = IconCcg;
|
|
551
658
|
|
|
552
659
|
// src/components/Ccggame.tsx
|
|
553
|
-
var
|
|
554
|
-
/* @__PURE__ */ (0,
|
|
660
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
661
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
555
662
|
"path",
|
|
556
663
|
{
|
|
557
664
|
fill: stroke || color || "currentColor",
|
|
558
665
|
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"
|
|
559
666
|
}
|
|
560
667
|
),
|
|
561
|
-
/* @__PURE__ */ (0,
|
|
668
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
562
669
|
"path",
|
|
563
670
|
{
|
|
564
671
|
fill: stroke || color || "currentColor",
|
|
565
672
|
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"
|
|
566
673
|
}
|
|
567
674
|
),
|
|
568
|
-
/* @__PURE__ */ (0,
|
|
675
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
569
676
|
"path",
|
|
570
677
|
{
|
|
571
678
|
fill: stroke || color || "currentColor",
|
|
572
679
|
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"
|
|
573
680
|
}
|
|
574
681
|
),
|
|
575
|
-
/* @__PURE__ */ (0,
|
|
682
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
576
683
|
"path",
|
|
577
684
|
{
|
|
578
685
|
fill: stroke || color || "currentColor",
|
|
@@ -584,7 +691,7 @@ var import_jsx_runtime25 = require("react/jsx-runtime"), IconCcggame = ({ size,
|
|
|
584
691
|
] }), Ccggame_default = IconCcggame;
|
|
585
692
|
|
|
586
693
|
// src/components/Ccglanguage.tsx
|
|
587
|
-
var
|
|
694
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconCcglanguage = ({ 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)(
|
|
588
695
|
"path",
|
|
589
696
|
{
|
|
590
697
|
fill: stroke || color || "currentColor",
|
|
@@ -593,7 +700,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconCcglanguage = ({ si
|
|
|
593
700
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
594
701
|
|
|
595
702
|
// src/components/Chaptercollapse.tsx
|
|
596
|
-
var
|
|
703
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
597
704
|
"path",
|
|
598
705
|
{
|
|
599
706
|
fill: stroke || color || "currentColor",
|
|
@@ -604,7 +711,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
604
711
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
605
712
|
|
|
606
713
|
// src/components/Chapterexpand.tsx
|
|
607
|
-
var
|
|
714
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconChapterexpand = ({ 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)(
|
|
608
715
|
"path",
|
|
609
716
|
{
|
|
610
717
|
fill: stroke || color || "currentColor",
|
|
@@ -615,15 +722,15 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
615
722
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
616
723
|
|
|
617
724
|
// src/components/Chathistory.tsx
|
|
618
|
-
var
|
|
619
|
-
/* @__PURE__ */ (0,
|
|
725
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
726
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
620
727
|
"path",
|
|
621
728
|
{
|
|
622
729
|
fill: stroke || color || "currentColor",
|
|
623
730
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
624
731
|
}
|
|
625
732
|
),
|
|
626
|
-
/* @__PURE__ */ (0,
|
|
733
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
627
734
|
"path",
|
|
628
735
|
{
|
|
629
736
|
fill: stroke || color || "currentColor",
|
|
@@ -635,7 +742,7 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconChathistory = ({ si
|
|
|
635
742
|
] }), Chathistory_default = IconChathistory;
|
|
636
743
|
|
|
637
744
|
// src/components/Check.tsx
|
|
638
|
-
var
|
|
745
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconCheck = ({ 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)(
|
|
639
746
|
"path",
|
|
640
747
|
{
|
|
641
748
|
fill: stroke || color || "currentColor",
|
|
@@ -644,7 +751,7 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
644
751
|
) }), Check_default = IconCheck;
|
|
645
752
|
|
|
646
753
|
// src/components/CheckedFilled.tsx
|
|
647
|
-
var
|
|
754
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
648
755
|
"path",
|
|
649
756
|
{
|
|
650
757
|
fill: fill || color || "currentColor",
|
|
@@ -655,7 +762,7 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconCheckedFilled = ({
|
|
|
655
762
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
656
763
|
|
|
657
764
|
// src/components/Close.tsx
|
|
658
|
-
var
|
|
765
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconClose = ({ 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)(
|
|
659
766
|
"path",
|
|
660
767
|
{
|
|
661
768
|
fill: stroke || color || "currentColor",
|
|
@@ -664,8 +771,8 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
664
771
|
) }), Close_default = IconClose;
|
|
665
772
|
|
|
666
773
|
// src/components/Collapsewindow.tsx
|
|
667
|
-
var
|
|
668
|
-
/* @__PURE__ */ (0,
|
|
774
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
775
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
669
776
|
"path",
|
|
670
777
|
{
|
|
671
778
|
fill: stroke || color || "currentColor",
|
|
@@ -674,7 +781,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
674
781
|
clipRule: "evenodd"
|
|
675
782
|
}
|
|
676
783
|
),
|
|
677
|
-
/* @__PURE__ */ (0,
|
|
784
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
678
785
|
"path",
|
|
679
786
|
{
|
|
680
787
|
fill: stroke || color || "currentColor",
|
|
@@ -685,10 +792,19 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
685
792
|
)
|
|
686
793
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
687
794
|
|
|
795
|
+
// src/components/Command.tsx
|
|
796
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconCommand = ({ 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)(
|
|
797
|
+
"path",
|
|
798
|
+
{
|
|
799
|
+
fill: stroke || color || "currentColor",
|
|
800
|
+
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"
|
|
801
|
+
}
|
|
802
|
+
) }), Command_default = IconCommand;
|
|
803
|
+
|
|
688
804
|
// src/components/Copy.tsx
|
|
689
|
-
var
|
|
690
|
-
/* @__PURE__ */ (0,
|
|
691
|
-
/* @__PURE__ */ (0,
|
|
805
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconCopy = ({ 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: [
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
807
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
692
808
|
"path",
|
|
693
809
|
{
|
|
694
810
|
fill: stroke || color || "currentColor",
|
|
@@ -700,7 +816,7 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
700
816
|
] }), Copy_default = IconCopy;
|
|
701
817
|
|
|
702
818
|
// src/components/Copylink.tsx
|
|
703
|
-
var
|
|
819
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconCopylink = ({ 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)(
|
|
704
820
|
"path",
|
|
705
821
|
{
|
|
706
822
|
fill: stroke || color || "currentColor",
|
|
@@ -710,9 +826,20 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconCopylink = ({ size,
|
|
|
710
826
|
}
|
|
711
827
|
) }), Copylink_default = IconCopylink;
|
|
712
828
|
|
|
829
|
+
// src/components/Createplan.tsx
|
|
830
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
831
|
+
"path",
|
|
832
|
+
{
|
|
833
|
+
fill: stroke || color || "currentColor",
|
|
834
|
+
d: "M7.5 0H16.5V3H21V24H3V3H7.5V0ZM9.75 2.25H14.25V5.25H9.75V2.25ZM7.5 5.25H5.25V21.75H18.75V5.25H16.5V7.5H7.5V5.25Z",
|
|
835
|
+
fillRule: "evenodd",
|
|
836
|
+
clipRule: "evenodd"
|
|
837
|
+
}
|
|
838
|
+
) }), Createplan_default = IconCreateplan;
|
|
839
|
+
|
|
713
840
|
// src/components/CreditFilled.tsx
|
|
714
|
-
var
|
|
715
|
-
/* @__PURE__ */ (0,
|
|
841
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconCreditFilled = ({ 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: [
|
|
842
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
716
843
|
"path",
|
|
717
844
|
{
|
|
718
845
|
fill: fill || color || "currentColor",
|
|
@@ -721,11 +848,11 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
721
848
|
clipRule: "evenodd"
|
|
722
849
|
}
|
|
723
850
|
) }),
|
|
724
|
-
/* @__PURE__ */ (0,
|
|
851
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
725
852
|
] }), CreditFilled_default = IconCreditFilled;
|
|
726
853
|
|
|
727
854
|
// src/components/Cursor.tsx
|
|
728
|
-
var
|
|
855
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconCursor = ({ 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)(
|
|
729
856
|
"path",
|
|
730
857
|
{
|
|
731
858
|
fill: stroke || color || "currentColor",
|
|
@@ -736,9 +863,9 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
736
863
|
) }), Cursor_default = IconCursor;
|
|
737
864
|
|
|
738
865
|
// src/components/DeleteSceneChoice.tsx
|
|
739
|
-
var
|
|
740
|
-
/* @__PURE__ */ (0,
|
|
741
|
-
/* @__PURE__ */ (0,
|
|
866
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
867
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
868
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
742
869
|
"path",
|
|
743
870
|
{
|
|
744
871
|
fill: stroke || color || "currentColor",
|
|
@@ -750,9 +877,9 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
750
877
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
751
878
|
|
|
752
879
|
// src/components/Delete.tsx
|
|
753
|
-
var
|
|
754
|
-
/* @__PURE__ */ (0,
|
|
755
|
-
/* @__PURE__ */ (0,
|
|
880
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconDelete = ({ 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: [
|
|
881
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
882
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
756
883
|
"path",
|
|
757
884
|
{
|
|
758
885
|
fill: stroke || color || "currentColor",
|
|
@@ -764,7 +891,7 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
764
891
|
] }), Delete_default = IconDelete;
|
|
765
892
|
|
|
766
893
|
// src/components/DownFilled.tsx
|
|
767
|
-
var
|
|
894
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconDownFilled = ({ 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)(
|
|
768
895
|
"path",
|
|
769
896
|
{
|
|
770
897
|
fill: fill || color || "currentColor",
|
|
@@ -775,7 +902,7 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconDownFilled = ({ siz
|
|
|
775
902
|
) }), DownFilled_default = IconDownFilled;
|
|
776
903
|
|
|
777
904
|
// src/components/DownleftFilled.tsx
|
|
778
|
-
var
|
|
905
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
779
906
|
"path",
|
|
780
907
|
{
|
|
781
908
|
fill: fill || color || "currentColor",
|
|
@@ -786,15 +913,15 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconDownleftFilled = ({
|
|
|
786
913
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
787
914
|
|
|
788
915
|
// src/components/Download.tsx
|
|
789
|
-
var
|
|
790
|
-
/* @__PURE__ */ (0,
|
|
916
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconDownload = ({ 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: [
|
|
917
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
791
918
|
"path",
|
|
792
919
|
{
|
|
793
920
|
fill: stroke || color || "currentColor",
|
|
794
921
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
795
922
|
}
|
|
796
923
|
),
|
|
797
|
-
/* @__PURE__ */ (0,
|
|
924
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
798
925
|
"path",
|
|
799
926
|
{
|
|
800
927
|
fill: stroke || color || "currentColor",
|
|
@@ -806,7 +933,7 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
806
933
|
] }), Download_default = IconDownload;
|
|
807
934
|
|
|
808
935
|
// src/components/DownrightFilled.tsx
|
|
809
|
-
var
|
|
936
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconDownrightFilled = ({ 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)(
|
|
810
937
|
"path",
|
|
811
938
|
{
|
|
812
939
|
fill: fill || color || "currentColor",
|
|
@@ -817,18 +944,18 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconDownrightFilled = (
|
|
|
817
944
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
818
945
|
|
|
819
946
|
// src/components/DraghandleFilled.tsx
|
|
820
|
-
var
|
|
821
|
-
/* @__PURE__ */ (0,
|
|
822
|
-
/* @__PURE__ */ (0,
|
|
823
|
-
/* @__PURE__ */ (0,
|
|
824
|
-
/* @__PURE__ */ (0,
|
|
825
|
-
/* @__PURE__ */ (0,
|
|
826
|
-
/* @__PURE__ */ (0,
|
|
947
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
948
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
949
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
950
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
951
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
952
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
953
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
827
954
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
828
955
|
|
|
829
956
|
// src/components/Edit.tsx
|
|
830
|
-
var
|
|
831
|
-
/* @__PURE__ */ (0,
|
|
957
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconEdit = ({ 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: [
|
|
958
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
832
959
|
"path",
|
|
833
960
|
{
|
|
834
961
|
fill: stroke || color || "currentColor",
|
|
@@ -837,7 +964,7 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconEdit = ({ size, wid
|
|
|
837
964
|
clipRule: "evenodd"
|
|
838
965
|
}
|
|
839
966
|
),
|
|
840
|
-
/* @__PURE__ */ (0,
|
|
967
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
841
968
|
"path",
|
|
842
969
|
{
|
|
843
970
|
fill: stroke || color || "currentColor",
|
|
@@ -846,9 +973,20 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconEdit = ({ size, wid
|
|
|
846
973
|
)
|
|
847
974
|
] }), Edit_default = IconEdit;
|
|
848
975
|
|
|
976
|
+
// src/components/Element.tsx
|
|
977
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconElement = ({ 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)(
|
|
978
|
+
"path",
|
|
979
|
+
{
|
|
980
|
+
fill: stroke || color || "currentColor",
|
|
981
|
+
d: "M8.76736 2.40203C5.77582 3.40922 3.40924 5.77581 2.40207 8.76735C1.0124 9.18502 0 10.4743 0 12C0 13.5257 1.0124 14.815 2.40206 15.2326C3.40924 18.2242 5.77582 20.5908 8.76736 21.598C9.18504 22.9876 10.4743 24 12 24C13.5257 24 14.8149 22.9876 15.2326 21.598C18.2242 20.5908 20.5909 18.2242 21.598 15.2326C22.9877 14.8149 24 13.5257 24 12C24 10.4743 22.9877 9.18508 21.598 8.76738C20.5909 5.77579 18.2242 3.40917 15.2326 2.40199C14.8149 1.01237 13.5257 0 12 0C10.4743 0 9.18504 1.01238 8.76736 2.40203ZM10.875 3.375C10.875 3.99632 11.3787 4.5 12 4.5C12.6213 4.5 13.125 3.99632 13.125 3.375C13.125 2.75368 12.6213 2.25 12 2.25C11.3787 2.25 10.875 2.75368 10.875 3.375ZM15.0826 4.75118C14.5559 5.92916 13.3738 6.75 12 6.75C10.6262 6.75 9.44412 5.92918 8.91742 4.75121C7.04694 5.54767 5.54767 7.04694 4.75123 8.91743C5.92919 9.44413 6.75 10.6262 6.75 12C6.75 13.3738 5.92919 14.5559 4.75123 15.0826C5.54767 16.9531 7.04694 18.4523 8.91742 19.2488C9.44412 18.0708 10.6262 17.25 12 17.25C13.3738 17.25 14.5559 18.0708 15.0826 19.2488C16.9531 18.4524 18.4524 16.9531 19.2488 15.0826C18.0708 14.5559 17.25 13.3738 17.25 12C17.25 10.6262 18.0708 9.44408 19.2488 8.91739C18.4524 7.04689 16.9531 5.54762 15.0826 4.75118ZM2.25 12C2.25 12.6213 2.75368 13.125 3.375 13.125C3.99632 13.125 4.5 12.6213 4.5 12C4.5 11.3787 3.99632 10.875 3.375 10.875C2.75368 10.875 2.25 11.3787 2.25 12ZM12 21.75C11.3787 21.75 10.875 21.2463 10.875 20.625C10.875 20.0037 11.3787 19.5 12 19.5C12.6213 19.5 13.125 20.0037 13.125 20.625C13.125 21.2463 12.6213 21.75 12 21.75ZM19.5 12C19.5 12.6213 20.0037 13.125 20.625 13.125C21.2463 13.125 21.75 12.6213 21.75 12C21.75 11.3787 21.2463 10.875 20.625 10.875C20.0037 10.875 19.5 11.3787 19.5 12Z",
|
|
982
|
+
fillRule: "evenodd",
|
|
983
|
+
clipRule: "evenodd"
|
|
984
|
+
}
|
|
985
|
+
) }), Element_default = IconElement;
|
|
986
|
+
|
|
849
987
|
// src/components/Expandwindow.tsx
|
|
850
|
-
var
|
|
851
|
-
/* @__PURE__ */ (0,
|
|
988
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconExpandwindow = ({ 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: [
|
|
989
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
852
990
|
"path",
|
|
853
991
|
{
|
|
854
992
|
fill: stroke || color || "currentColor",
|
|
@@ -857,7 +995,7 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
857
995
|
clipRule: "evenodd"
|
|
858
996
|
}
|
|
859
997
|
),
|
|
860
|
-
/* @__PURE__ */ (0,
|
|
998
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
861
999
|
"path",
|
|
862
1000
|
{
|
|
863
1001
|
fill: stroke || color || "currentColor",
|
|
@@ -869,7 +1007,7 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
869
1007
|
] }), Expandwindow_default = IconExpandwindow;
|
|
870
1008
|
|
|
871
1009
|
// src/components/FavoriteFilled.tsx
|
|
872
|
-
var
|
|
1010
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
873
1011
|
"path",
|
|
874
1012
|
{
|
|
875
1013
|
fill: fill || color || "currentColor",
|
|
@@ -878,7 +1016,7 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconFavoriteFilled = ({
|
|
|
878
1016
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
879
1017
|
|
|
880
1018
|
// src/components/Favorite.tsx
|
|
881
|
-
var
|
|
1019
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconFavorite = ({ 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)(
|
|
882
1020
|
"path",
|
|
883
1021
|
{
|
|
884
1022
|
fill: stroke || color || "currentColor",
|
|
@@ -889,7 +1027,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconFavorite = ({ size,
|
|
|
889
1027
|
) }), Favorite_default = IconFavorite;
|
|
890
1028
|
|
|
891
1029
|
// src/components/FeedbackFailFilled.tsx
|
|
892
|
-
var
|
|
1030
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
893
1031
|
"path",
|
|
894
1032
|
{
|
|
895
1033
|
fill: fill || color || "currentColor",
|
|
@@ -900,7 +1038,7 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
900
1038
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
901
1039
|
|
|
902
1040
|
// src/components/FeedbackPendingFilled.tsx
|
|
903
|
-
var
|
|
1041
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ 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)(
|
|
904
1042
|
"path",
|
|
905
1043
|
{
|
|
906
1044
|
fill: fill || color || "currentColor",
|
|
@@ -911,7 +1049,7 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
911
1049
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
912
1050
|
|
|
913
1051
|
// src/components/FeedbackProblemFilled.tsx
|
|
914
|
-
var
|
|
1052
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ 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)(
|
|
915
1053
|
"path",
|
|
916
1054
|
{
|
|
917
1055
|
fill: fill || color || "currentColor",
|
|
@@ -922,29 +1060,29 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
922
1060
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
923
1061
|
|
|
924
1062
|
// src/components/FeedbackProblem.tsx
|
|
925
|
-
var
|
|
926
|
-
/* @__PURE__ */ (0,
|
|
1063
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1064
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
927
1065
|
"path",
|
|
928
1066
|
{
|
|
929
1067
|
fill: stroke || color || "currentColor",
|
|
930
1068
|
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"
|
|
931
1069
|
}
|
|
932
1070
|
),
|
|
933
|
-
/* @__PURE__ */ (0,
|
|
1071
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
934
1072
|
"path",
|
|
935
1073
|
{
|
|
936
1074
|
fill: stroke || color || "currentColor",
|
|
937
1075
|
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"
|
|
938
1076
|
}
|
|
939
1077
|
),
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
1078
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
941
1079
|
"path",
|
|
942
1080
|
{
|
|
943
1081
|
fill: stroke || color || "currentColor",
|
|
944
1082
|
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"
|
|
945
1083
|
}
|
|
946
1084
|
),
|
|
947
|
-
/* @__PURE__ */ (0,
|
|
1085
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
948
1086
|
"path",
|
|
949
1087
|
{
|
|
950
1088
|
fill: stroke || color || "currentColor",
|
|
@@ -956,8 +1094,8 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
956
1094
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
957
1095
|
|
|
958
1096
|
// src/components/FiletypeImageFilled.tsx
|
|
959
|
-
var
|
|
960
|
-
/* @__PURE__ */ (0,
|
|
1097
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1098
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
961
1099
|
"path",
|
|
962
1100
|
{
|
|
963
1101
|
fill: "#2E2E2E",
|
|
@@ -965,21 +1103,21 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
965
1103
|
style: { opacity: 0.3 }
|
|
966
1104
|
}
|
|
967
1105
|
) }),
|
|
968
|
-
/* @__PURE__ */ (0,
|
|
1106
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
969
1107
|
"path",
|
|
970
1108
|
{
|
|
971
1109
|
fill: "#2E2E2E",
|
|
972
1110
|
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"
|
|
973
1111
|
}
|
|
974
1112
|
),
|
|
975
|
-
/* @__PURE__ */ (0,
|
|
1113
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
976
1114
|
"path",
|
|
977
1115
|
{
|
|
978
1116
|
fill: "#2E2E2E",
|
|
979
1117
|
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"
|
|
980
1118
|
}
|
|
981
1119
|
),
|
|
982
|
-
/* @__PURE__ */ (0,
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
983
1121
|
"path",
|
|
984
1122
|
{
|
|
985
1123
|
fill: "#2E2E2E",
|
|
@@ -991,8 +1129,8 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
991
1129
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
992
1130
|
|
|
993
1131
|
// src/components/FiletypePdfFilled.tsx
|
|
994
|
-
var
|
|
995
|
-
/* @__PURE__ */ (0,
|
|
1132
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1133
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
996
1134
|
"path",
|
|
997
1135
|
{
|
|
998
1136
|
fill: "#FF3E4C",
|
|
@@ -1000,14 +1138,14 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
1000
1138
|
style: { opacity: 0.3 }
|
|
1001
1139
|
}
|
|
1002
1140
|
) }),
|
|
1003
|
-
/* @__PURE__ */ (0,
|
|
1141
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1004
1142
|
"path",
|
|
1005
1143
|
{
|
|
1006
1144
|
fill: "#FF3E4C",
|
|
1007
1145
|
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"
|
|
1008
1146
|
}
|
|
1009
1147
|
),
|
|
1010
|
-
/* @__PURE__ */ (0,
|
|
1148
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1011
1149
|
"path",
|
|
1012
1150
|
{
|
|
1013
1151
|
fill: "#FF3E4C",
|
|
@@ -1017,8 +1155,8 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
1017
1155
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
1018
1156
|
|
|
1019
1157
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
1020
|
-
var
|
|
1021
|
-
/* @__PURE__ */ (0,
|
|
1158
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ 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: [
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1022
1160
|
"path",
|
|
1023
1161
|
{
|
|
1024
1162
|
fill: "#2E2E2E",
|
|
@@ -1026,14 +1164,14 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
1026
1164
|
style: { opacity: 0.3 }
|
|
1027
1165
|
}
|
|
1028
1166
|
) }),
|
|
1029
|
-
/* @__PURE__ */ (0,
|
|
1167
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1030
1168
|
"path",
|
|
1031
1169
|
{
|
|
1032
1170
|
fill: "#2E2E2E",
|
|
1033
1171
|
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"
|
|
1034
1172
|
}
|
|
1035
1173
|
),
|
|
1036
|
-
/* @__PURE__ */ (0,
|
|
1174
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1037
1175
|
"path",
|
|
1038
1176
|
{
|
|
1039
1177
|
fill: "#2E2E2E",
|
|
@@ -1043,8 +1181,8 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
1043
1181
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
1044
1182
|
|
|
1045
1183
|
// src/components/FiletypeTxtFilled.tsx
|
|
1046
|
-
var
|
|
1047
|
-
/* @__PURE__ */ (0,
|
|
1184
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconFiletypeTxtFilled = ({ 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: [
|
|
1185
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1048
1186
|
"path",
|
|
1049
1187
|
{
|
|
1050
1188
|
fill: "#005FAD",
|
|
@@ -1052,11 +1190,11 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
1052
1190
|
style: { opacity: 0.3 }
|
|
1053
1191
|
}
|
|
1054
1192
|
) }),
|
|
1055
|
-
/* @__PURE__ */ (0,
|
|
1056
|
-
/* @__PURE__ */ (0,
|
|
1057
|
-
/* @__PURE__ */ (0,
|
|
1058
|
-
/* @__PURE__ */ (0,
|
|
1059
|
-
/* @__PURE__ */ (0,
|
|
1193
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1194
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1195
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1196
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1197
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1060
1198
|
"path",
|
|
1061
1199
|
{
|
|
1062
1200
|
fill: "#005FAD",
|
|
@@ -1066,8 +1204,8 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
1066
1204
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
1067
1205
|
|
|
1068
1206
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
1069
|
-
var
|
|
1070
|
-
/* @__PURE__ */ (0,
|
|
1207
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
1208
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1071
1209
|
"path",
|
|
1072
1210
|
{
|
|
1073
1211
|
fill: "#2E2E2E",
|
|
@@ -1075,11 +1213,11 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
1075
1213
|
style: { opacity: 0.3 }
|
|
1076
1214
|
}
|
|
1077
1215
|
) }),
|
|
1078
|
-
/* @__PURE__ */ (0,
|
|
1079
|
-
/* @__PURE__ */ (0,
|
|
1080
|
-
/* @__PURE__ */ (0,
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1082
|
-
/* @__PURE__ */ (0,
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1218
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1219
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1220
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1083
1221
|
"path",
|
|
1084
1222
|
{
|
|
1085
1223
|
fill: "#2E2E2E",
|
|
@@ -1089,8 +1227,8 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
1089
1227
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
1090
1228
|
|
|
1091
1229
|
// src/components/FiletypeWordFilled.tsx
|
|
1092
|
-
var
|
|
1093
|
-
/* @__PURE__ */ (0,
|
|
1230
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconFiletypeWordFilled = ({ 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: [
|
|
1231
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1094
1232
|
"path",
|
|
1095
1233
|
{
|
|
1096
1234
|
fill: "#0072FF",
|
|
@@ -1098,14 +1236,14 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
1098
1236
|
style: { opacity: 0.3 }
|
|
1099
1237
|
}
|
|
1100
1238
|
) }),
|
|
1101
|
-
/* @__PURE__ */ (0,
|
|
1239
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1102
1240
|
"path",
|
|
1103
1241
|
{
|
|
1104
1242
|
fill: "#0072FF",
|
|
1105
1243
|
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"
|
|
1106
1244
|
}
|
|
1107
1245
|
),
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1246
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1109
1247
|
"path",
|
|
1110
1248
|
{
|
|
1111
1249
|
fill: "#0072FF",
|
|
@@ -1115,8 +1253,8 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
1115
1253
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
1116
1254
|
|
|
1117
1255
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
1118
|
-
var
|
|
1119
|
-
/* @__PURE__ */ (0,
|
|
1256
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconFiletypeWordLumiFilled = ({ 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: [
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1120
1258
|
"path",
|
|
1121
1259
|
{
|
|
1122
1260
|
fill: "#2E2E2E",
|
|
@@ -1124,14 +1262,14 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1124
1262
|
style: { opacity: 0.3 }
|
|
1125
1263
|
}
|
|
1126
1264
|
) }),
|
|
1127
|
-
/* @__PURE__ */ (0,
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1128
1266
|
"path",
|
|
1129
1267
|
{
|
|
1130
1268
|
fill: "#2E2E2E",
|
|
1131
1269
|
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"
|
|
1132
1270
|
}
|
|
1133
1271
|
),
|
|
1134
|
-
/* @__PURE__ */ (0,
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1135
1273
|
"path",
|
|
1136
1274
|
{
|
|
1137
1275
|
fill: "#2E2E2E",
|
|
@@ -1141,8 +1279,8 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1141
1279
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
1142
1280
|
|
|
1143
1281
|
// src/components/Fillin.tsx
|
|
1144
|
-
var
|
|
1145
|
-
/* @__PURE__ */ (0,
|
|
1282
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconFillin = ({ 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: [
|
|
1283
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1146
1284
|
"path",
|
|
1147
1285
|
{
|
|
1148
1286
|
fill: stroke || color || "currentColor",
|
|
@@ -1151,7 +1289,7 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1151
1289
|
clipRule: "evenodd"
|
|
1152
1290
|
}
|
|
1153
1291
|
) }),
|
|
1154
|
-
/* @__PURE__ */ (0,
|
|
1292
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1155
1293
|
"rect",
|
|
1156
1294
|
{
|
|
1157
1295
|
width: "24",
|
|
@@ -1163,33 +1301,33 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1163
1301
|
] }), Fillin_default = IconFillin;
|
|
1164
1302
|
|
|
1165
1303
|
// src/components/FoldedMenu.tsx
|
|
1166
|
-
var
|
|
1167
|
-
/* @__PURE__ */ (0,
|
|
1168
|
-
/* @__PURE__ */ (0,
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1170
|
-
/* @__PURE__ */ (0,
|
|
1304
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconFoldedMenu = ({ 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: [
|
|
1305
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1306
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1307
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1308
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1171
1309
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1172
1310
|
|
|
1173
1311
|
// src/components/FullScreen.tsx
|
|
1174
|
-
var
|
|
1175
|
-
/* @__PURE__ */ (0,
|
|
1176
|
-
/* @__PURE__ */ (0,
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1312
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconFullScreen = ({ 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: [
|
|
1313
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1314
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1315
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1316
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1179
1317
|
] }), FullScreen_default = IconFullScreen;
|
|
1180
1318
|
|
|
1181
1319
|
// src/components/GameFilled.tsx
|
|
1182
|
-
var
|
|
1183
|
-
/* @__PURE__ */ (0,
|
|
1184
|
-
/* @__PURE__ */ (0,
|
|
1185
|
-
/* @__PURE__ */ (0,
|
|
1320
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconGameFilled = ({ 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: [
|
|
1321
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1322
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1323
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1186
1324
|
"path",
|
|
1187
1325
|
{
|
|
1188
1326
|
fill: fill || color || "currentColor",
|
|
1189
1327
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1190
1328
|
}
|
|
1191
1329
|
),
|
|
1192
|
-
/* @__PURE__ */ (0,
|
|
1330
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1193
1331
|
"path",
|
|
1194
1332
|
{
|
|
1195
1333
|
fill: fill || color || "currentColor",
|
|
@@ -1199,8 +1337,8 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconGameFilled = ({ siz
|
|
|
1199
1337
|
] }), GameFilled_default = IconGameFilled;
|
|
1200
1338
|
|
|
1201
1339
|
// src/components/Game.tsx
|
|
1202
|
-
var
|
|
1203
|
-
/* @__PURE__ */ (0,
|
|
1340
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconGame = ({ 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: [
|
|
1341
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1204
1342
|
"path",
|
|
1205
1343
|
{
|
|
1206
1344
|
fill: stroke || color || "currentColor",
|
|
@@ -1209,7 +1347,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1209
1347
|
clipRule: "evenodd"
|
|
1210
1348
|
}
|
|
1211
1349
|
),
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1350
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1213
1351
|
"path",
|
|
1214
1352
|
{
|
|
1215
1353
|
fill: stroke || color || "currentColor",
|
|
@@ -1218,7 +1356,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1218
1356
|
clipRule: "evenodd"
|
|
1219
1357
|
}
|
|
1220
1358
|
),
|
|
1221
|
-
/* @__PURE__ */ (0,
|
|
1359
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1222
1360
|
"path",
|
|
1223
1361
|
{
|
|
1224
1362
|
fill: stroke || color || "currentColor",
|
|
@@ -1227,7 +1365,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1227
1365
|
clipRule: "evenodd"
|
|
1228
1366
|
}
|
|
1229
1367
|
),
|
|
1230
|
-
/* @__PURE__ */ (0,
|
|
1368
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1231
1369
|
"path",
|
|
1232
1370
|
{
|
|
1233
1371
|
fill: stroke || color || "currentColor",
|
|
@@ -1239,7 +1377,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1239
1377
|
] }), Game_default = IconGame;
|
|
1240
1378
|
|
|
1241
1379
|
// src/components/GamebackupFilled.tsx
|
|
1242
|
-
var
|
|
1380
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1243
1381
|
"path",
|
|
1244
1382
|
{
|
|
1245
1383
|
fill: fill || color || "currentColor",
|
|
@@ -1250,7 +1388,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconGamebackupFilled =
|
|
|
1250
1388
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1251
1389
|
|
|
1252
1390
|
// src/components/Gamebackup.tsx
|
|
1253
|
-
var
|
|
1391
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1254
1392
|
"path",
|
|
1255
1393
|
{
|
|
1256
1394
|
fill: stroke || color || "currentColor",
|
|
@@ -1261,7 +1399,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconGamebackup = ({ siz
|
|
|
1261
1399
|
) }), Gamebackup_default = IconGamebackup;
|
|
1262
1400
|
|
|
1263
1401
|
// src/components/GamecontrolChoice.tsx
|
|
1264
|
-
var
|
|
1402
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1265
1403
|
"path",
|
|
1266
1404
|
{
|
|
1267
1405
|
fill: stroke || color || "currentColor",
|
|
@@ -1272,7 +1410,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconGamecontrolChoice =
|
|
|
1272
1410
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1273
1411
|
|
|
1274
1412
|
// src/components/GamecontrolGameplay.tsx
|
|
1275
|
-
var
|
|
1413
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ 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)(
|
|
1276
1414
|
"path",
|
|
1277
1415
|
{
|
|
1278
1416
|
fill: stroke || color || "currentColor",
|
|
@@ -1283,7 +1421,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
1283
1421
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1284
1422
|
|
|
1285
1423
|
// src/components/GamecontrolLinear.tsx
|
|
1286
|
-
var
|
|
1424
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ 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)(
|
|
1287
1425
|
"path",
|
|
1288
1426
|
{
|
|
1289
1427
|
fill: stroke || color || "currentColor",
|
|
@@ -1294,15 +1432,15 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
1294
1432
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1295
1433
|
|
|
1296
1434
|
// src/components/GamecontrolNone.tsx
|
|
1297
|
-
var
|
|
1298
|
-
/* @__PURE__ */ (0,
|
|
1435
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1436
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1299
1437
|
"path",
|
|
1300
1438
|
{
|
|
1301
1439
|
fill: stroke || color || "currentColor",
|
|
1302
1440
|
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"
|
|
1303
1441
|
}
|
|
1304
1442
|
),
|
|
1305
|
-
/* @__PURE__ */ (0,
|
|
1443
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1306
1444
|
"path",
|
|
1307
1445
|
{
|
|
1308
1446
|
fill: stroke || color || "currentColor",
|
|
@@ -1311,7 +1449,7 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1311
1449
|
clipRule: "evenodd"
|
|
1312
1450
|
}
|
|
1313
1451
|
),
|
|
1314
|
-
/* @__PURE__ */ (0,
|
|
1452
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1315
1453
|
"path",
|
|
1316
1454
|
{
|
|
1317
1455
|
fill: stroke || color || "currentColor",
|
|
@@ -1323,22 +1461,22 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1323
1461
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1324
1462
|
|
|
1325
1463
|
// src/components/GamecontrolTerminal.tsx
|
|
1326
|
-
var
|
|
1327
|
-
/* @__PURE__ */ (0,
|
|
1464
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1465
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1328
1466
|
"path",
|
|
1329
1467
|
{
|
|
1330
1468
|
fill: stroke || color || "currentColor",
|
|
1331
1469
|
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"
|
|
1332
1470
|
}
|
|
1333
1471
|
),
|
|
1334
|
-
/* @__PURE__ */ (0,
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1335
1473
|
"path",
|
|
1336
1474
|
{
|
|
1337
1475
|
fill: stroke || color || "currentColor",
|
|
1338
1476
|
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"
|
|
1339
1477
|
}
|
|
1340
1478
|
),
|
|
1341
|
-
/* @__PURE__ */ (0,
|
|
1479
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1342
1480
|
"path",
|
|
1343
1481
|
{
|
|
1344
1482
|
fill: stroke || color || "currentColor",
|
|
@@ -1350,7 +1488,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconGamecontrolTerminal
|
|
|
1350
1488
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1351
1489
|
|
|
1352
1490
|
// src/components/Gamelanguage.tsx
|
|
1353
|
-
var
|
|
1491
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconGamelanguage = ({ 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)(
|
|
1354
1492
|
"path",
|
|
1355
1493
|
{
|
|
1356
1494
|
fill: stroke || color || "currentColor",
|
|
@@ -1361,8 +1499,8 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
1361
1499
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1362
1500
|
|
|
1363
1501
|
// src/components/Gamepreview.tsx
|
|
1364
|
-
var
|
|
1365
|
-
/* @__PURE__ */ (0,
|
|
1502
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconGamepreview = ({ 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: [
|
|
1503
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1366
1504
|
"path",
|
|
1367
1505
|
{
|
|
1368
1506
|
fill: stroke || color || "currentColor",
|
|
@@ -1371,7 +1509,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1371
1509
|
clipRule: "evenodd"
|
|
1372
1510
|
}
|
|
1373
1511
|
),
|
|
1374
|
-
/* @__PURE__ */ (0,
|
|
1512
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1375
1513
|
"path",
|
|
1376
1514
|
{
|
|
1377
1515
|
fill: stroke || color || "currentColor",
|
|
@@ -1383,7 +1521,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1383
1521
|
] }), Gamepreview_default = IconGamepreview;
|
|
1384
1522
|
|
|
1385
1523
|
// src/components/Gameui.tsx
|
|
1386
|
-
var
|
|
1524
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1387
1525
|
"path",
|
|
1388
1526
|
{
|
|
1389
1527
|
fill: stroke || color || "currentColor",
|
|
@@ -1394,8 +1532,8 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconGameui = ({ size, w
|
|
|
1394
1532
|
) }), Gameui_default = IconGameui;
|
|
1395
1533
|
|
|
1396
1534
|
// src/components/Gameuivariable.tsx
|
|
1397
|
-
var
|
|
1398
|
-
/* @__PURE__ */ (0,
|
|
1535
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1399
1537
|
"path",
|
|
1400
1538
|
{
|
|
1401
1539
|
fill: fill || color || "currentColor",
|
|
@@ -1404,7 +1542,7 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGameuivariable = ({
|
|
|
1404
1542
|
clipRule: "evenodd"
|
|
1405
1543
|
}
|
|
1406
1544
|
),
|
|
1407
|
-
/* @__PURE__ */ (0,
|
|
1545
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1408
1546
|
"path",
|
|
1409
1547
|
{
|
|
1410
1548
|
fill: stroke || color || "currentColor",
|
|
@@ -1414,15 +1552,15 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGameuivariable = ({
|
|
|
1414
1552
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1415
1553
|
|
|
1416
1554
|
// src/components/Gameuivariable2.tsx
|
|
1417
|
-
var
|
|
1418
|
-
/* @__PURE__ */ (0,
|
|
1555
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconGameuivariable2 = ({ 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: [
|
|
1556
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1419
1557
|
"path",
|
|
1420
1558
|
{
|
|
1421
1559
|
fill: fill || color || "currentColor",
|
|
1422
1560
|
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"
|
|
1423
1561
|
}
|
|
1424
1562
|
),
|
|
1425
|
-
/* @__PURE__ */ (0,
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1426
1564
|
"path",
|
|
1427
1565
|
{
|
|
1428
1566
|
fill: stroke || color || "currentColor",
|
|
@@ -1432,15 +1570,15 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGameuivariable2 = (
|
|
|
1432
1570
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1433
1571
|
|
|
1434
1572
|
// src/components/GenerateMultimage.tsx
|
|
1435
|
-
var
|
|
1436
|
-
/* @__PURE__ */ (0,
|
|
1573
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1574
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1437
1575
|
"path",
|
|
1438
1576
|
{
|
|
1439
1577
|
fill: stroke || color || "currentColor",
|
|
1440
1578
|
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"
|
|
1441
1579
|
}
|
|
1442
1580
|
),
|
|
1443
|
-
/* @__PURE__ */ (0,
|
|
1581
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1444
1582
|
"path",
|
|
1445
1583
|
{
|
|
1446
1584
|
fill: stroke || color || "currentColor",
|
|
@@ -1449,11 +1587,11 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
1449
1587
|
clipRule: "evenodd"
|
|
1450
1588
|
}
|
|
1451
1589
|
),
|
|
1452
|
-
/* @__PURE__ */ (0,
|
|
1590
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1453
1591
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1454
1592
|
|
|
1455
1593
|
// src/components/GenerateFilled.tsx
|
|
1456
|
-
var
|
|
1594
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1457
1595
|
"path",
|
|
1458
1596
|
{
|
|
1459
1597
|
fill: fill || color || "currentColor",
|
|
@@ -1464,15 +1602,15 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
1464
1602
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1465
1603
|
|
|
1466
1604
|
// src/components/GenerateFrameStart.tsx
|
|
1467
|
-
var
|
|
1468
|
-
/* @__PURE__ */ (0,
|
|
1605
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ 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: [
|
|
1606
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1469
1607
|
"path",
|
|
1470
1608
|
{
|
|
1471
1609
|
fill: stroke || color || "currentColor",
|
|
1472
1610
|
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"
|
|
1473
1611
|
}
|
|
1474
1612
|
),
|
|
1475
|
-
/* @__PURE__ */ (0,
|
|
1613
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1476
1614
|
"path",
|
|
1477
1615
|
{
|
|
1478
1616
|
fill: stroke || color || "currentColor",
|
|
@@ -1484,8 +1622,8 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
1484
1622
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1485
1623
|
|
|
1486
1624
|
// src/components/GenerateFrameStart2End.tsx
|
|
1487
|
-
var
|
|
1488
|
-
/* @__PURE__ */ (0,
|
|
1625
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ 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: [
|
|
1626
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1489
1627
|
"path",
|
|
1490
1628
|
{
|
|
1491
1629
|
fill: stroke || color || "currentColor",
|
|
@@ -1494,14 +1632,14 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1494
1632
|
clipRule: "evenodd"
|
|
1495
1633
|
}
|
|
1496
1634
|
),
|
|
1497
|
-
/* @__PURE__ */ (0,
|
|
1635
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1498
1636
|
"path",
|
|
1499
1637
|
{
|
|
1500
1638
|
fill: stroke || color || "currentColor",
|
|
1501
1639
|
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"
|
|
1502
1640
|
}
|
|
1503
1641
|
),
|
|
1504
|
-
/* @__PURE__ */ (0,
|
|
1642
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1505
1643
|
"path",
|
|
1506
1644
|
{
|
|
1507
1645
|
fill: stroke || color || "currentColor",
|
|
@@ -1513,8 +1651,8 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1513
1651
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1514
1652
|
|
|
1515
1653
|
// src/components/GenerateSwitchframe.tsx
|
|
1516
|
-
var
|
|
1517
|
-
/* @__PURE__ */ (0,
|
|
1654
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1655
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1518
1656
|
"path",
|
|
1519
1657
|
{
|
|
1520
1658
|
fill: stroke || color || "currentColor",
|
|
@@ -1523,7 +1661,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1523
1661
|
clipRule: "evenodd"
|
|
1524
1662
|
}
|
|
1525
1663
|
),
|
|
1526
|
-
/* @__PURE__ */ (0,
|
|
1664
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1527
1665
|
"path",
|
|
1528
1666
|
{
|
|
1529
1667
|
fill: stroke || color || "currentColor",
|
|
@@ -1535,15 +1673,15 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1535
1673
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1536
1674
|
|
|
1537
1675
|
// src/components/GenerateT2V.tsx
|
|
1538
|
-
var
|
|
1539
|
-
/* @__PURE__ */ (0,
|
|
1676
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenerateT2V = ({ 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: [
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1540
1678
|
"path",
|
|
1541
1679
|
{
|
|
1542
1680
|
fill: stroke || color || "currentColor",
|
|
1543
1681
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1544
1682
|
}
|
|
1545
1683
|
),
|
|
1546
|
-
/* @__PURE__ */ (0,
|
|
1684
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1547
1685
|
"path",
|
|
1548
1686
|
{
|
|
1549
1687
|
fill: stroke || color || "currentColor",
|
|
@@ -1555,7 +1693,7 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
1555
1693
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1556
1694
|
|
|
1557
1695
|
// src/components/Generate.tsx
|
|
1558
|
-
var
|
|
1696
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1559
1697
|
"path",
|
|
1560
1698
|
{
|
|
1561
1699
|
fill: stroke || color || "currentColor",
|
|
@@ -1564,15 +1702,15 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenerate = ({ size,
|
|
|
1564
1702
|
) }), Generate_default = IconGenerate;
|
|
1565
1703
|
|
|
1566
1704
|
// src/components/GenreAuto.tsx
|
|
1567
|
-
var
|
|
1568
|
-
/* @__PURE__ */ (0,
|
|
1705
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconGenreAuto = ({ 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: [
|
|
1706
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1569
1707
|
"path",
|
|
1570
1708
|
{
|
|
1571
1709
|
fill: stroke || color || "currentColor",
|
|
1572
1710
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1573
1711
|
}
|
|
1574
1712
|
),
|
|
1575
|
-
/* @__PURE__ */ (0,
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1576
1714
|
"path",
|
|
1577
1715
|
{
|
|
1578
1716
|
fill: stroke || color || "currentColor",
|
|
@@ -1581,15 +1719,15 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1581
1719
|
clipRule: "evenodd"
|
|
1582
1720
|
}
|
|
1583
1721
|
),
|
|
1584
|
-
/* @__PURE__ */ (0,
|
|
1585
|
-
/* @__PURE__ */ (0,
|
|
1722
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1586
1724
|
"path",
|
|
1587
1725
|
{
|
|
1588
1726
|
fill: stroke || color || "currentColor",
|
|
1589
1727
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1590
1728
|
}
|
|
1591
1729
|
),
|
|
1592
|
-
/* @__PURE__ */ (0,
|
|
1730
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1593
1731
|
"path",
|
|
1594
1732
|
{
|
|
1595
1733
|
fill: stroke || color || "currentColor",
|
|
@@ -1599,22 +1737,22 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1599
1737
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1600
1738
|
|
|
1601
1739
|
// src/components/GenreComedy.tsx
|
|
1602
|
-
var
|
|
1603
|
-
/* @__PURE__ */ (0,
|
|
1740
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconGenreComedy = ({ 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: [
|
|
1741
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1604
1742
|
"path",
|
|
1605
1743
|
{
|
|
1606
1744
|
fill: stroke || color || "currentColor",
|
|
1607
1745
|
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"
|
|
1608
1746
|
}
|
|
1609
1747
|
),
|
|
1610
|
-
/* @__PURE__ */ (0,
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1611
1749
|
"path",
|
|
1612
1750
|
{
|
|
1613
1751
|
fill: stroke || color || "currentColor",
|
|
1614
1752
|
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"
|
|
1615
1753
|
}
|
|
1616
1754
|
),
|
|
1617
|
-
/* @__PURE__ */ (0,
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1618
1756
|
"path",
|
|
1619
1757
|
{
|
|
1620
1758
|
fill: stroke || color || "currentColor",
|
|
@@ -1623,7 +1761,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1623
1761
|
clipRule: "evenodd"
|
|
1624
1762
|
}
|
|
1625
1763
|
),
|
|
1626
|
-
/* @__PURE__ */ (0,
|
|
1764
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1627
1765
|
"path",
|
|
1628
1766
|
{
|
|
1629
1767
|
fill: stroke || color || "currentColor",
|
|
@@ -1635,7 +1773,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1635
1773
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1636
1774
|
|
|
1637
1775
|
// src/components/GenreFantasy.tsx
|
|
1638
|
-
var
|
|
1776
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconGenreFantasy = ({ 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)(
|
|
1639
1777
|
"path",
|
|
1640
1778
|
{
|
|
1641
1779
|
fill: stroke || color || "currentColor",
|
|
@@ -1646,22 +1784,22 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
1646
1784
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1647
1785
|
|
|
1648
1786
|
// src/components/GenreHorror.tsx
|
|
1649
|
-
var
|
|
1650
|
-
/* @__PURE__ */ (0,
|
|
1787
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconGenreHorror = ({ 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: [
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1651
1789
|
"path",
|
|
1652
1790
|
{
|
|
1653
1791
|
fill: stroke || color || "currentColor",
|
|
1654
1792
|
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"
|
|
1655
1793
|
}
|
|
1656
1794
|
),
|
|
1657
|
-
/* @__PURE__ */ (0,
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1658
1796
|
"path",
|
|
1659
1797
|
{
|
|
1660
1798
|
fill: stroke || color || "currentColor",
|
|
1661
1799
|
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"
|
|
1662
1800
|
}
|
|
1663
1801
|
),
|
|
1664
|
-
/* @__PURE__ */ (0,
|
|
1802
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1665
1803
|
"path",
|
|
1666
1804
|
{
|
|
1667
1805
|
fill: stroke || color || "currentColor",
|
|
@@ -1673,7 +1811,7 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
1673
1811
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1674
1812
|
|
|
1675
1813
|
// src/components/GenreRomance.tsx
|
|
1676
|
-
var
|
|
1814
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1677
1815
|
"path",
|
|
1678
1816
|
{
|
|
1679
1817
|
fill: stroke || color || "currentColor",
|
|
@@ -1684,15 +1822,15 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
1684
1822
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1685
1823
|
|
|
1686
1824
|
// src/components/GenreScifi.tsx
|
|
1687
|
-
var
|
|
1688
|
-
/* @__PURE__ */ (0,
|
|
1825
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1826
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1689
1827
|
"path",
|
|
1690
1828
|
{
|
|
1691
1829
|
fill: stroke || color || "currentColor",
|
|
1692
1830
|
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"
|
|
1693
1831
|
}
|
|
1694
1832
|
),
|
|
1695
|
-
/* @__PURE__ */ (0,
|
|
1833
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1696
1834
|
"path",
|
|
1697
1835
|
{
|
|
1698
1836
|
fill: stroke || color || "currentColor",
|
|
@@ -1701,7 +1839,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1701
1839
|
clipRule: "evenodd"
|
|
1702
1840
|
}
|
|
1703
1841
|
),
|
|
1704
|
-
/* @__PURE__ */ (0,
|
|
1842
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
1705
1843
|
"path",
|
|
1706
1844
|
{
|
|
1707
1845
|
fill: stroke || color || "currentColor",
|
|
@@ -1711,7 +1849,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1711
1849
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1712
1850
|
|
|
1713
1851
|
// src/components/GenreSuspense.tsx
|
|
1714
|
-
var
|
|
1852
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
1715
1853
|
"path",
|
|
1716
1854
|
{
|
|
1717
1855
|
fill: stroke || color || "currentColor",
|
|
@@ -1722,7 +1860,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
1722
1860
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1723
1861
|
|
|
1724
1862
|
// src/components/Genre.tsx
|
|
1725
|
-
var
|
|
1863
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconGenre = ({ 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)(
|
|
1726
1864
|
"path",
|
|
1727
1865
|
{
|
|
1728
1866
|
fill: stroke || color || "currentColor",
|
|
@@ -1733,8 +1871,8 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
1733
1871
|
) }), Genre_default = IconGenre;
|
|
1734
1872
|
|
|
1735
1873
|
// src/components/GoogleLogoFilled.tsx
|
|
1736
|
-
var
|
|
1737
|
-
/* @__PURE__ */ (0,
|
|
1874
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1738
1876
|
"mask",
|
|
1739
1877
|
{
|
|
1740
1878
|
id: "mask0_48_113",
|
|
@@ -1744,7 +1882,7 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1744
1882
|
y: "0",
|
|
1745
1883
|
maskUnits: "userSpaceOnUse",
|
|
1746
1884
|
style: { maskType: "luminance" },
|
|
1747
|
-
children: /* @__PURE__ */ (0,
|
|
1885
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1748
1886
|
"path",
|
|
1749
1887
|
{
|
|
1750
1888
|
fill: stroke || color || "currentColor",
|
|
@@ -1753,64 +1891,64 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1753
1891
|
)
|
|
1754
1892
|
}
|
|
1755
1893
|
),
|
|
1756
|
-
/* @__PURE__ */ (0,
|
|
1757
|
-
/* @__PURE__ */ (0,
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1895
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1758
1896
|
"path",
|
|
1759
1897
|
{
|
|
1760
1898
|
fill: "url(#paint0_radial_48_113)",
|
|
1761
1899
|
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"
|
|
1762
1900
|
}
|
|
1763
1901
|
) }),
|
|
1764
|
-
/* @__PURE__ */ (0,
|
|
1902
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1765
1903
|
"path",
|
|
1766
1904
|
{
|
|
1767
1905
|
fill: "url(#paint1_radial_48_113)",
|
|
1768
1906
|
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"
|
|
1769
1907
|
}
|
|
1770
1908
|
) }),
|
|
1771
|
-
/* @__PURE__ */ (0,
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1772
1910
|
"path",
|
|
1773
1911
|
{
|
|
1774
1912
|
fill: "url(#paint2_radial_48_113)",
|
|
1775
1913
|
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"
|
|
1776
1914
|
}
|
|
1777
1915
|
) }),
|
|
1778
|
-
/* @__PURE__ */ (0,
|
|
1916
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1779
1917
|
"path",
|
|
1780
1918
|
{
|
|
1781
1919
|
fill: "url(#paint3_radial_48_113)",
|
|
1782
1920
|
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"
|
|
1783
1921
|
}
|
|
1784
1922
|
) }),
|
|
1785
|
-
/* @__PURE__ */ (0,
|
|
1923
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1786
1924
|
"path",
|
|
1787
1925
|
{
|
|
1788
1926
|
fill: "#3086FF",
|
|
1789
1927
|
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"
|
|
1790
1928
|
}
|
|
1791
1929
|
) }),
|
|
1792
|
-
/* @__PURE__ */ (0,
|
|
1930
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1793
1931
|
"path",
|
|
1794
1932
|
{
|
|
1795
1933
|
fill: "url(#paint4_radial_48_113)",
|
|
1796
1934
|
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"
|
|
1797
1935
|
}
|
|
1798
1936
|
) }),
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1937
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1800
1938
|
"path",
|
|
1801
1939
|
{
|
|
1802
1940
|
fill: "url(#paint5_radial_48_113)",
|
|
1803
1941
|
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"
|
|
1804
1942
|
}
|
|
1805
1943
|
) }),
|
|
1806
|
-
/* @__PURE__ */ (0,
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1807
1945
|
"path",
|
|
1808
1946
|
{
|
|
1809
1947
|
fill: "url(#paint6_radial_48_113)",
|
|
1810
1948
|
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"
|
|
1811
1949
|
}
|
|
1812
1950
|
) }),
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1951
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1814
1952
|
"path",
|
|
1815
1953
|
{
|
|
1816
1954
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1818,8 +1956,8 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1818
1956
|
}
|
|
1819
1957
|
) })
|
|
1820
1958
|
] }),
|
|
1821
|
-
/* @__PURE__ */ (0,
|
|
1822
|
-
/* @__PURE__ */ (0,
|
|
1959
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("defs", { children: [
|
|
1960
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1823
1961
|
"filter",
|
|
1824
1962
|
{
|
|
1825
1963
|
id: "filter0_f_48_113",
|
|
@@ -1830,13 +1968,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1830
1968
|
filterUnits: "userSpaceOnUse",
|
|
1831
1969
|
colorInterpolationFilters: "sRGB",
|
|
1832
1970
|
children: [
|
|
1833
|
-
/* @__PURE__ */ (0,
|
|
1834
|
-
/* @__PURE__ */ (0,
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1972
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1836
1974
|
]
|
|
1837
1975
|
}
|
|
1838
1976
|
),
|
|
1839
|
-
/* @__PURE__ */ (0,
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1840
1978
|
"filter",
|
|
1841
1979
|
{
|
|
1842
1980
|
id: "filter1_f_48_113",
|
|
@@ -1847,13 +1985,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1847
1985
|
filterUnits: "userSpaceOnUse",
|
|
1848
1986
|
colorInterpolationFilters: "sRGB",
|
|
1849
1987
|
children: [
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
1851
|
-
/* @__PURE__ */ (0,
|
|
1852
|
-
/* @__PURE__ */ (0,
|
|
1988
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1989
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1853
1991
|
]
|
|
1854
1992
|
}
|
|
1855
1993
|
),
|
|
1856
|
-
/* @__PURE__ */ (0,
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1857
1995
|
"filter",
|
|
1858
1996
|
{
|
|
1859
1997
|
id: "filter2_f_48_113",
|
|
@@ -1864,13 +2002,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1864
2002
|
filterUnits: "userSpaceOnUse",
|
|
1865
2003
|
colorInterpolationFilters: "sRGB",
|
|
1866
2004
|
children: [
|
|
1867
|
-
/* @__PURE__ */ (0,
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1869
|
-
/* @__PURE__ */ (0,
|
|
2005
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2006
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1870
2008
|
]
|
|
1871
2009
|
}
|
|
1872
2010
|
),
|
|
1873
|
-
/* @__PURE__ */ (0,
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1874
2012
|
"filter",
|
|
1875
2013
|
{
|
|
1876
2014
|
id: "filter3_f_48_113",
|
|
@@ -1881,13 +2019,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1881
2019
|
filterUnits: "userSpaceOnUse",
|
|
1882
2020
|
colorInterpolationFilters: "sRGB",
|
|
1883
2021
|
children: [
|
|
1884
|
-
/* @__PURE__ */ (0,
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
2022
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2023
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2024
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1887
2025
|
]
|
|
1888
2026
|
}
|
|
1889
2027
|
),
|
|
1890
|
-
/* @__PURE__ */ (0,
|
|
2028
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1891
2029
|
"filter",
|
|
1892
2030
|
{
|
|
1893
2031
|
id: "filter4_f_48_113",
|
|
@@ -1898,13 +2036,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1898
2036
|
filterUnits: "userSpaceOnUse",
|
|
1899
2037
|
colorInterpolationFilters: "sRGB",
|
|
1900
2038
|
children: [
|
|
1901
|
-
/* @__PURE__ */ (0,
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
1903
|
-
/* @__PURE__ */ (0,
|
|
2039
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2040
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1904
2042
|
]
|
|
1905
2043
|
}
|
|
1906
2044
|
),
|
|
1907
|
-
/* @__PURE__ */ (0,
|
|
2045
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1908
2046
|
"filter",
|
|
1909
2047
|
{
|
|
1910
2048
|
id: "filter5_f_48_113",
|
|
@@ -1915,13 +2053,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1915
2053
|
filterUnits: "userSpaceOnUse",
|
|
1916
2054
|
colorInterpolationFilters: "sRGB",
|
|
1917
2055
|
children: [
|
|
1918
|
-
/* @__PURE__ */ (0,
|
|
1919
|
-
/* @__PURE__ */ (0,
|
|
1920
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2058
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1921
2059
|
]
|
|
1922
2060
|
}
|
|
1923
2061
|
),
|
|
1924
|
-
/* @__PURE__ */ (0,
|
|
2062
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1925
2063
|
"filter",
|
|
1926
2064
|
{
|
|
1927
2065
|
id: "filter6_f_48_113",
|
|
@@ -1932,13 +2070,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1932
2070
|
filterUnits: "userSpaceOnUse",
|
|
1933
2071
|
colorInterpolationFilters: "sRGB",
|
|
1934
2072
|
children: [
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
1936
|
-
/* @__PURE__ */ (0,
|
|
1937
|
-
/* @__PURE__ */ (0,
|
|
2073
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2074
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2075
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1938
2076
|
]
|
|
1939
2077
|
}
|
|
1940
2078
|
),
|
|
1941
|
-
/* @__PURE__ */ (0,
|
|
2079
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1942
2080
|
"filter",
|
|
1943
2081
|
{
|
|
1944
2082
|
id: "filter7_f_48_113",
|
|
@@ -1949,13 +2087,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1949
2087
|
filterUnits: "userSpaceOnUse",
|
|
1950
2088
|
colorInterpolationFilters: "sRGB",
|
|
1951
2089
|
children: [
|
|
1952
|
-
/* @__PURE__ */ (0,
|
|
1953
|
-
/* @__PURE__ */ (0,
|
|
1954
|
-
/* @__PURE__ */ (0,
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2092
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1955
2093
|
]
|
|
1956
2094
|
}
|
|
1957
2095
|
),
|
|
1958
|
-
/* @__PURE__ */ (0,
|
|
2096
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1959
2097
|
"filter",
|
|
1960
2098
|
{
|
|
1961
2099
|
id: "filter8_f_48_113",
|
|
@@ -1966,13 +2104,13 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1966
2104
|
filterUnits: "userSpaceOnUse",
|
|
1967
2105
|
colorInterpolationFilters: "sRGB",
|
|
1968
2106
|
children: [
|
|
1969
|
-
/* @__PURE__ */ (0,
|
|
1970
|
-
/* @__PURE__ */ (0,
|
|
1971
|
-
/* @__PURE__ */ (0,
|
|
2107
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
2108
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
2109
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1972
2110
|
]
|
|
1973
2111
|
}
|
|
1974
2112
|
),
|
|
1975
|
-
/* @__PURE__ */ (0,
|
|
2113
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1976
2114
|
"radialGradient",
|
|
1977
2115
|
{
|
|
1978
2116
|
id: "paint0_radial_48_113",
|
|
@@ -1982,20 +2120,20 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1982
2120
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1983
2121
|
gradientUnits: "userSpaceOnUse",
|
|
1984
2122
|
children: [
|
|
1985
|
-
/* @__PURE__ */ (0,
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
1987
|
-
/* @__PURE__ */ (0,
|
|
1988
|
-
/* @__PURE__ */ (0,
|
|
1989
|
-
/* @__PURE__ */ (0,
|
|
1990
|
-
/* @__PURE__ */ (0,
|
|
1991
|
-
/* @__PURE__ */ (0,
|
|
1992
|
-
/* @__PURE__ */ (0,
|
|
1993
|
-
/* @__PURE__ */ (0,
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
2123
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
2127
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
2128
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
2129
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
2130
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
2132
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1995
2133
|
]
|
|
1996
2134
|
}
|
|
1997
2135
|
),
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
1999
2137
|
"radialGradient",
|
|
2000
2138
|
{
|
|
2001
2139
|
id: "paint1_radial_48_113",
|
|
@@ -2005,12 +2143,12 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2005
2143
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
2006
2144
|
gradientUnits: "userSpaceOnUse",
|
|
2007
2145
|
children: [
|
|
2008
|
-
/* @__PURE__ */ (0,
|
|
2009
|
-
/* @__PURE__ */ (0,
|
|
2146
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
2147
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
2010
2148
|
]
|
|
2011
2149
|
}
|
|
2012
2150
|
),
|
|
2013
|
-
/* @__PURE__ */ (0,
|
|
2151
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2014
2152
|
"radialGradient",
|
|
2015
2153
|
{
|
|
2016
2154
|
id: "paint2_radial_48_113",
|
|
@@ -2020,18 +2158,18 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2020
2158
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
2021
2159
|
gradientUnits: "userSpaceOnUse",
|
|
2022
2160
|
children: [
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
2024
|
-
/* @__PURE__ */ (0,
|
|
2025
|
-
/* @__PURE__ */ (0,
|
|
2026
|
-
/* @__PURE__ */ (0,
|
|
2027
|
-
/* @__PURE__ */ (0,
|
|
2028
|
-
/* @__PURE__ */ (0,
|
|
2029
|
-
/* @__PURE__ */ (0,
|
|
2030
|
-
/* @__PURE__ */ (0,
|
|
2161
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
2162
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
2163
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
2164
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
2165
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
2166
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
2167
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
2168
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
2031
2169
|
]
|
|
2032
2170
|
}
|
|
2033
2171
|
),
|
|
2034
|
-
/* @__PURE__ */ (0,
|
|
2172
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2035
2173
|
"radialGradient",
|
|
2036
2174
|
{
|
|
2037
2175
|
id: "paint3_radial_48_113",
|
|
@@ -2041,19 +2179,19 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2041
2179
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
2042
2180
|
gradientUnits: "userSpaceOnUse",
|
|
2043
2181
|
children: [
|
|
2044
|
-
/* @__PURE__ */ (0,
|
|
2045
|
-
/* @__PURE__ */ (0,
|
|
2046
|
-
/* @__PURE__ */ (0,
|
|
2047
|
-
/* @__PURE__ */ (0,
|
|
2048
|
-
/* @__PURE__ */ (0,
|
|
2049
|
-
/* @__PURE__ */ (0,
|
|
2050
|
-
/* @__PURE__ */ (0,
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
2183
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
2185
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
2186
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
2187
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
2188
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
2190
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
2053
2191
|
]
|
|
2054
2192
|
}
|
|
2055
2193
|
),
|
|
2056
|
-
/* @__PURE__ */ (0,
|
|
2194
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2057
2195
|
"radialGradient",
|
|
2058
2196
|
{
|
|
2059
2197
|
id: "paint4_radial_48_113",
|
|
@@ -2063,18 +2201,18 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2063
2201
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
2064
2202
|
gradientUnits: "userSpaceOnUse",
|
|
2065
2203
|
children: [
|
|
2066
|
-
/* @__PURE__ */ (0,
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2068
|
-
/* @__PURE__ */ (0,
|
|
2069
|
-
/* @__PURE__ */ (0,
|
|
2070
|
-
/* @__PURE__ */ (0,
|
|
2071
|
-
/* @__PURE__ */ (0,
|
|
2072
|
-
/* @__PURE__ */ (0,
|
|
2073
|
-
/* @__PURE__ */ (0,
|
|
2204
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
2205
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
2206
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
2207
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
2208
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
2209
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
2211
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
2074
2212
|
]
|
|
2075
2213
|
}
|
|
2076
2214
|
),
|
|
2077
|
-
/* @__PURE__ */ (0,
|
|
2215
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2078
2216
|
"radialGradient",
|
|
2079
2217
|
{
|
|
2080
2218
|
id: "paint5_radial_48_113",
|
|
@@ -2084,15 +2222,15 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2084
2222
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
2085
2223
|
gradientUnits: "userSpaceOnUse",
|
|
2086
2224
|
children: [
|
|
2087
|
-
/* @__PURE__ */ (0,
|
|
2088
|
-
/* @__PURE__ */ (0,
|
|
2089
|
-
/* @__PURE__ */ (0,
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2227
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2228
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2229
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
2092
2230
|
]
|
|
2093
2231
|
}
|
|
2094
2232
|
),
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2233
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2096
2234
|
"radialGradient",
|
|
2097
2235
|
{
|
|
2098
2236
|
id: "paint6_radial_48_113",
|
|
@@ -2102,20 +2240,20 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2102
2240
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
2103
2241
|
gradientUnits: "userSpaceOnUse",
|
|
2104
2242
|
children: [
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2106
|
-
/* @__PURE__ */ (0,
|
|
2107
|
-
/* @__PURE__ */ (0,
|
|
2108
|
-
/* @__PURE__ */ (0,
|
|
2109
|
-
/* @__PURE__ */ (0,
|
|
2110
|
-
/* @__PURE__ */ (0,
|
|
2111
|
-
/* @__PURE__ */ (0,
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2243
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2245
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2246
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2247
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2248
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2249
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2250
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2251
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2252
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
2115
2253
|
]
|
|
2116
2254
|
}
|
|
2117
2255
|
),
|
|
2118
|
-
/* @__PURE__ */ (0,
|
|
2256
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
2119
2257
|
"linearGradient",
|
|
2120
2258
|
{
|
|
2121
2259
|
id: "paint7_linear_48_113",
|
|
@@ -2125,8 +2263,8 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2125
2263
|
y2: "21.5116",
|
|
2126
2264
|
gradientUnits: "userSpaceOnUse",
|
|
2127
2265
|
children: [
|
|
2128
|
-
/* @__PURE__ */ (0,
|
|
2129
|
-
/* @__PURE__ */ (0,
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2267
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2130
2268
|
]
|
|
2131
2269
|
}
|
|
2132
2270
|
)
|
|
@@ -2134,7 +2272,7 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2134
2272
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2135
2273
|
|
|
2136
2274
|
// src/components/Handtool.tsx
|
|
2137
|
-
var
|
|
2275
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconHandtool = ({ 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)(
|
|
2138
2276
|
"path",
|
|
2139
2277
|
{
|
|
2140
2278
|
fill: stroke || color || "currentColor",
|
|
@@ -2143,16 +2281,16 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
2143
2281
|
) }), Handtool_default = IconHandtool;
|
|
2144
2282
|
|
|
2145
2283
|
// src/components/Help.tsx
|
|
2146
|
-
var
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2148
|
-
/* @__PURE__ */ (0,
|
|
2284
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2285
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2286
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2149
2287
|
"path",
|
|
2150
2288
|
{
|
|
2151
2289
|
fill: stroke || color || "currentColor",
|
|
2152
2290
|
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"
|
|
2153
2291
|
}
|
|
2154
2292
|
),
|
|
2155
|
-
/* @__PURE__ */ (0,
|
|
2293
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2156
2294
|
"path",
|
|
2157
2295
|
{
|
|
2158
2296
|
fill: stroke || color || "currentColor",
|
|
@@ -2164,7 +2302,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
2164
2302
|
] }), Help_default = IconHelp;
|
|
2165
2303
|
|
|
2166
2304
|
// src/components/HomepageFilled.tsx
|
|
2167
|
-
var
|
|
2305
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2168
2306
|
"path",
|
|
2169
2307
|
{
|
|
2170
2308
|
fill: fill || color || "currentColor",
|
|
@@ -2175,7 +2313,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
2175
2313
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2176
2314
|
|
|
2177
2315
|
// src/components/Hotareacenter.tsx
|
|
2178
|
-
var
|
|
2316
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconHotareacenter = ({ 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)(
|
|
2179
2317
|
"path",
|
|
2180
2318
|
{
|
|
2181
2319
|
fill: "#191919",
|
|
@@ -2185,22 +2323,22 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconHotareacenter = ({
|
|
|
2185
2323
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2186
2324
|
|
|
2187
2325
|
// src/components/ImageGeneration.tsx
|
|
2188
|
-
var
|
|
2189
|
-
/* @__PURE__ */ (0,
|
|
2326
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconImageGeneration = ({ 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: [
|
|
2327
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2190
2328
|
"path",
|
|
2191
2329
|
{
|
|
2192
2330
|
fill: stroke || color || "currentColor",
|
|
2193
2331
|
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"
|
|
2194
2332
|
}
|
|
2195
2333
|
),
|
|
2196
|
-
/* @__PURE__ */ (0,
|
|
2334
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2197
2335
|
"path",
|
|
2198
2336
|
{
|
|
2199
2337
|
fill: stroke || color || "currentColor",
|
|
2200
2338
|
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"
|
|
2201
2339
|
}
|
|
2202
2340
|
),
|
|
2203
|
-
/* @__PURE__ */ (0,
|
|
2341
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2204
2342
|
"path",
|
|
2205
2343
|
{
|
|
2206
2344
|
fill: stroke || color || "currentColor",
|
|
@@ -2210,8 +2348,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
2210
2348
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2211
2349
|
|
|
2212
2350
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2213
|
-
var
|
|
2214
|
-
/* @__PURE__ */ (0,
|
|
2351
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2352
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2215
2353
|
"path",
|
|
2216
2354
|
{
|
|
2217
2355
|
fill: fill || color || "currentColor",
|
|
@@ -2220,7 +2358,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2220
2358
|
clipRule: "evenodd"
|
|
2221
2359
|
}
|
|
2222
2360
|
),
|
|
2223
|
-
/* @__PURE__ */ (0,
|
|
2361
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2224
2362
|
"path",
|
|
2225
2363
|
{
|
|
2226
2364
|
fill: fill || color || "currentColor",
|
|
@@ -2230,10 +2368,10 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2230
2368
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2231
2369
|
|
|
2232
2370
|
// src/components/Info.tsx
|
|
2233
|
-
var
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2236
|
-
/* @__PURE__ */ (0,
|
|
2371
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2372
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2373
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2237
2375
|
"path",
|
|
2238
2376
|
{
|
|
2239
2377
|
fill: stroke || color || "currentColor",
|
|
@@ -2245,7 +2383,7 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
2245
2383
|
] }), Info_default = IconInfo;
|
|
2246
2384
|
|
|
2247
2385
|
// src/components/Invitecode.tsx
|
|
2248
|
-
var
|
|
2386
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2249
2387
|
"path",
|
|
2250
2388
|
{
|
|
2251
2389
|
fill: fill || color || "currentColor",
|
|
@@ -2256,7 +2394,7 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconInvitecode = ({ si
|
|
|
2256
2394
|
) }), Invitecode_default = IconInvitecode;
|
|
2257
2395
|
|
|
2258
2396
|
// src/components/LeftFilled.tsx
|
|
2259
|
-
var
|
|
2397
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2260
2398
|
"path",
|
|
2261
2399
|
{
|
|
2262
2400
|
fill: fill || color || "currentColor",
|
|
@@ -2267,15 +2405,15 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconLeftFilled = ({ si
|
|
|
2267
2405
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2268
2406
|
|
|
2269
2407
|
// src/components/Loading.tsx
|
|
2270
|
-
var
|
|
2271
|
-
/* @__PURE__ */ (0,
|
|
2408
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconLoading = ({ 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: [
|
|
2409
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2272
2410
|
"path",
|
|
2273
2411
|
{
|
|
2274
2412
|
fill: fill || color || "currentColor",
|
|
2275
2413
|
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"
|
|
2276
2414
|
}
|
|
2277
2415
|
),
|
|
2278
|
-
/* @__PURE__ */ (0,
|
|
2416
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2279
2417
|
"path",
|
|
2280
2418
|
{
|
|
2281
2419
|
fill: stroke || color || "currentColor",
|
|
@@ -2285,15 +2423,15 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconLoading = ({ size,
|
|
|
2285
2423
|
] }), Loading_default = IconLoading;
|
|
2286
2424
|
|
|
2287
2425
|
// src/components/Login.tsx
|
|
2288
|
-
var
|
|
2289
|
-
/* @__PURE__ */ (0,
|
|
2426
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2427
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2290
2428
|
"path",
|
|
2291
2429
|
{
|
|
2292
2430
|
fill: stroke || color || "currentColor",
|
|
2293
2431
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2294
2432
|
}
|
|
2295
2433
|
),
|
|
2296
|
-
/* @__PURE__ */ (0,
|
|
2434
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2297
2435
|
"path",
|
|
2298
2436
|
{
|
|
2299
2437
|
fill: stroke || color || "currentColor",
|
|
@@ -2305,8 +2443,8 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconLogin = ({ size, w
|
|
|
2305
2443
|
] }), Login_default = IconLogin;
|
|
2306
2444
|
|
|
2307
2445
|
// src/components/Logout.tsx
|
|
2308
|
-
var
|
|
2309
|
-
/* @__PURE__ */ (0,
|
|
2446
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2447
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2310
2448
|
"path",
|
|
2311
2449
|
{
|
|
2312
2450
|
fill: stroke || color || "currentColor",
|
|
@@ -2315,7 +2453,7 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconLogout = ({ size,
|
|
|
2315
2453
|
clipRule: "evenodd"
|
|
2316
2454
|
}
|
|
2317
2455
|
),
|
|
2318
|
-
/* @__PURE__ */ (0,
|
|
2456
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2319
2457
|
"path",
|
|
2320
2458
|
{
|
|
2321
2459
|
fill: stroke || color || "currentColor",
|
|
@@ -2325,8 +2463,8 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconLogout = ({ size,
|
|
|
2325
2463
|
] }), Logout_default = IconLogout;
|
|
2326
2464
|
|
|
2327
2465
|
// src/components/Magic.tsx
|
|
2328
|
-
var
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2466
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2467
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2330
2468
|
"path",
|
|
2331
2469
|
{
|
|
2332
2470
|
fill: stroke || color || "currentColor",
|
|
@@ -2335,15 +2473,15 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconMagic = ({ size, w
|
|
|
2335
2473
|
clipRule: "evenodd"
|
|
2336
2474
|
}
|
|
2337
2475
|
),
|
|
2338
|
-
/* @__PURE__ */ (0,
|
|
2339
|
-
/* @__PURE__ */ (0,
|
|
2476
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2340
2478
|
"path",
|
|
2341
2479
|
{
|
|
2342
2480
|
fill: stroke || color || "currentColor",
|
|
2343
2481
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2344
2482
|
}
|
|
2345
2483
|
),
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2484
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2347
2485
|
"path",
|
|
2348
2486
|
{
|
|
2349
2487
|
fill: stroke || color || "currentColor",
|
|
@@ -2353,7 +2491,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconMagic = ({ size, w
|
|
|
2353
2491
|
] }), Magic_default = IconMagic;
|
|
2354
2492
|
|
|
2355
2493
|
// src/components/ModelGeminiFilled.tsx
|
|
2356
|
-
var
|
|
2494
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ 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)(
|
|
2357
2495
|
"path",
|
|
2358
2496
|
{
|
|
2359
2497
|
fill: fill || color || "currentColor",
|
|
@@ -2362,7 +2500,7 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconModelGeminiFilled
|
|
|
2362
2500
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2363
2501
|
|
|
2364
2502
|
// src/components/ModelOpenaiFilled.tsx
|
|
2365
|
-
var
|
|
2503
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2366
2504
|
"path",
|
|
2367
2505
|
{
|
|
2368
2506
|
fill: fill || color || "currentColor",
|
|
@@ -2371,8 +2509,8 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconModelOpenaiFilled
|
|
|
2371
2509
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2372
2510
|
|
|
2373
2511
|
// src/components/ModelDeepmindFilled.tsx
|
|
2374
|
-
var
|
|
2375
|
-
/* @__PURE__ */ (0,
|
|
2512
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ 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: [
|
|
2513
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2376
2514
|
"path",
|
|
2377
2515
|
{
|
|
2378
2516
|
fill: fill || color || "currentColor",
|
|
@@ -2381,27 +2519,27 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconModelDeepmindFille
|
|
|
2381
2519
|
clipRule: "evenodd"
|
|
2382
2520
|
}
|
|
2383
2521
|
) }),
|
|
2384
|
-
/* @__PURE__ */ (0,
|
|
2522
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2385
2523
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2386
2524
|
|
|
2387
2525
|
// src/components/ModelSeedFilled.tsx
|
|
2388
|
-
var
|
|
2389
|
-
/* @__PURE__ */ (0,
|
|
2390
|
-
/* @__PURE__ */ (0,
|
|
2526
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconModelSeedFilled = ({ 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: [
|
|
2527
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2528
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2391
2529
|
"path",
|
|
2392
2530
|
{
|
|
2393
2531
|
fill: fill || color || "currentColor",
|
|
2394
2532
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2395
2533
|
}
|
|
2396
2534
|
),
|
|
2397
|
-
/* @__PURE__ */ (0,
|
|
2535
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2398
2536
|
"path",
|
|
2399
2537
|
{
|
|
2400
2538
|
fill: fill || color || "currentColor",
|
|
2401
2539
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2402
2540
|
}
|
|
2403
2541
|
),
|
|
2404
|
-
/* @__PURE__ */ (0,
|
|
2542
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2405
2543
|
"path",
|
|
2406
2544
|
{
|
|
2407
2545
|
fill: fill || color || "currentColor",
|
|
@@ -2411,7 +2549,7 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconModelSeedFilled =
|
|
|
2411
2549
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2412
2550
|
|
|
2413
2551
|
// src/components/ModelSoraFilled.tsx
|
|
2414
|
-
var
|
|
2552
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2415
2553
|
"path",
|
|
2416
2554
|
{
|
|
2417
2555
|
fill: fill || color || "currentColor",
|
|
@@ -2420,7 +2558,7 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconModelSoraFilled =
|
|
|
2420
2558
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2421
2559
|
|
|
2422
2560
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2423
|
-
var
|
|
2561
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
2424
2562
|
size,
|
|
2425
2563
|
width,
|
|
2426
2564
|
height,
|
|
@@ -2428,64 +2566,64 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2428
2566
|
className,
|
|
2429
2567
|
fill,
|
|
2430
2568
|
stroke
|
|
2431
|
-
}) => /* @__PURE__ */ (0,
|
|
2432
|
-
/* @__PURE__ */ (0,
|
|
2569
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2570
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2433
2571
|
"path",
|
|
2434
2572
|
{
|
|
2435
2573
|
fill: "#5A5C62",
|
|
2436
2574
|
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"
|
|
2437
2575
|
}
|
|
2438
2576
|
),
|
|
2439
|
-
/* @__PURE__ */ (0,
|
|
2577
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2440
2578
|
"path",
|
|
2441
2579
|
{
|
|
2442
2580
|
fill: "#D5D6D7",
|
|
2443
2581
|
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"
|
|
2444
2582
|
}
|
|
2445
2583
|
),
|
|
2446
|
-
/* @__PURE__ */ (0,
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2447
2585
|
"path",
|
|
2448
2586
|
{
|
|
2449
2587
|
fill: "#C4C5C7",
|
|
2450
2588
|
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"
|
|
2451
2589
|
}
|
|
2452
2590
|
),
|
|
2453
|
-
/* @__PURE__ */ (0,
|
|
2591
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2454
2592
|
"path",
|
|
2455
2593
|
{
|
|
2456
2594
|
fill: "#7B7C81",
|
|
2457
2595
|
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"
|
|
2458
2596
|
}
|
|
2459
2597
|
),
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2598
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2461
2599
|
"path",
|
|
2462
2600
|
{
|
|
2463
2601
|
fill: "#85878B",
|
|
2464
2602
|
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"
|
|
2465
2603
|
}
|
|
2466
2604
|
),
|
|
2467
|
-
/* @__PURE__ */ (0,
|
|
2605
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2468
2606
|
"path",
|
|
2469
2607
|
{
|
|
2470
2608
|
fill: "#1B1D24",
|
|
2471
2609
|
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"
|
|
2472
2610
|
}
|
|
2473
2611
|
),
|
|
2474
|
-
/* @__PURE__ */ (0,
|
|
2612
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2475
2613
|
"path",
|
|
2476
2614
|
{
|
|
2477
2615
|
fill: "#D5D6D7",
|
|
2478
2616
|
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"
|
|
2479
2617
|
}
|
|
2480
2618
|
),
|
|
2481
|
-
/* @__PURE__ */ (0,
|
|
2619
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2482
2620
|
"path",
|
|
2483
2621
|
{
|
|
2484
2622
|
fill: "#85878B",
|
|
2485
2623
|
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"
|
|
2486
2624
|
}
|
|
2487
2625
|
),
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2489
2627
|
"path",
|
|
2490
2628
|
{
|
|
2491
2629
|
fill: "#D5D6D7",
|
|
@@ -2495,9 +2633,9 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2495
2633
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2496
2634
|
|
|
2497
2635
|
// src/components/ModelhappyhorseFilled.tsx
|
|
2498
|
-
var
|
|
2499
|
-
/* @__PURE__ */ (0,
|
|
2500
|
-
/* @__PURE__ */ (0,
|
|
2636
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconModelhappyhorseFilled = ({ 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: [
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2638
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2501
2639
|
"mask",
|
|
2502
2640
|
{
|
|
2503
2641
|
id: "mask0_786_80",
|
|
@@ -2507,10 +2645,10 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconModelhappyhorseFil
|
|
|
2507
2645
|
y: "-8",
|
|
2508
2646
|
maskUnits: "userSpaceOnUse",
|
|
2509
2647
|
style: { maskType: "luminance" },
|
|
2510
|
-
children: /* @__PURE__ */ (0,
|
|
2648
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2511
2649
|
}
|
|
2512
2650
|
),
|
|
2513
|
-
/* @__PURE__ */ (0,
|
|
2651
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2514
2652
|
"path",
|
|
2515
2653
|
{
|
|
2516
2654
|
fill: fill || color || "currentColor",
|
|
@@ -2518,11 +2656,11 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconModelhappyhorseFil
|
|
|
2518
2656
|
}
|
|
2519
2657
|
) })
|
|
2520
2658
|
] }),
|
|
2521
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2522
2660
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2523
2661
|
|
|
2524
2662
|
// src/components/ModelklingFilled.tsx
|
|
2525
|
-
var
|
|
2663
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2526
2664
|
"path",
|
|
2527
2665
|
{
|
|
2528
2666
|
fill: fill || color || "currentColor",
|
|
@@ -2533,7 +2671,7 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconModelklingFilled =
|
|
|
2533
2671
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2534
2672
|
|
|
2535
2673
|
// src/components/Models.tsx
|
|
2536
|
-
var
|
|
2674
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconModels = ({ 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)(
|
|
2537
2675
|
"path",
|
|
2538
2676
|
{
|
|
2539
2677
|
fill: stroke || color || "currentColor",
|
|
@@ -2544,7 +2682,7 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconModels = ({ size,
|
|
|
2544
2682
|
) }), Models_default = IconModels;
|
|
2545
2683
|
|
|
2546
2684
|
// src/components/MoreCollapse.tsx
|
|
2547
|
-
var
|
|
2685
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconMoreCollapse = ({ 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)(
|
|
2548
2686
|
"path",
|
|
2549
2687
|
{
|
|
2550
2688
|
fill: stroke || color || "currentColor",
|
|
@@ -2553,22 +2691,22 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconMoreCollapse = ({
|
|
|
2553
2691
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2554
2692
|
|
|
2555
2693
|
// src/components/MoreHorizontal.tsx
|
|
2556
|
-
var
|
|
2557
|
-
/* @__PURE__ */ (0,
|
|
2694
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconMoreHorizontal = ({ 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: [
|
|
2695
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2558
2696
|
"path",
|
|
2559
2697
|
{
|
|
2560
2698
|
fill: stroke || color || "currentColor",
|
|
2561
2699
|
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"
|
|
2562
2700
|
}
|
|
2563
2701
|
),
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
2702
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2565
2703
|
"path",
|
|
2566
2704
|
{
|
|
2567
2705
|
fill: stroke || color || "currentColor",
|
|
2568
2706
|
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"
|
|
2569
2707
|
}
|
|
2570
2708
|
),
|
|
2571
|
-
/* @__PURE__ */ (0,
|
|
2709
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2572
2710
|
"path",
|
|
2573
2711
|
{
|
|
2574
2712
|
fill: stroke || color || "currentColor",
|
|
@@ -2578,7 +2716,7 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconMoreHorizontal = (
|
|
|
2578
2716
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2579
2717
|
|
|
2580
2718
|
// src/components/MoreShowed.tsx
|
|
2581
|
-
var
|
|
2719
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2582
2720
|
"path",
|
|
2583
2721
|
{
|
|
2584
2722
|
fill: stroke || color || "currentColor",
|
|
@@ -2587,22 +2725,22 @@ var import_jsx_runtime117 = require("react/jsx-runtime"), IconMoreShowed = ({ si
|
|
|
2587
2725
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2588
2726
|
|
|
2589
2727
|
// src/components/More.tsx
|
|
2590
|
-
var
|
|
2591
|
-
/* @__PURE__ */ (0,
|
|
2728
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2729
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2592
2730
|
"path",
|
|
2593
2731
|
{
|
|
2594
2732
|
fill: stroke || color || "currentColor",
|
|
2595
2733
|
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"
|
|
2596
2734
|
}
|
|
2597
2735
|
),
|
|
2598
|
-
/* @__PURE__ */ (0,
|
|
2736
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2599
2737
|
"path",
|
|
2600
2738
|
{
|
|
2601
2739
|
fill: stroke || color || "currentColor",
|
|
2602
2740
|
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"
|
|
2603
2741
|
}
|
|
2604
2742
|
),
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2743
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2606
2744
|
"path",
|
|
2607
2745
|
{
|
|
2608
2746
|
fill: stroke || color || "currentColor",
|
|
@@ -2612,29 +2750,29 @@ var import_jsx_runtime118 = require("react/jsx-runtime"), IconMore = ({ size, wi
|
|
|
2612
2750
|
] }), More_default = IconMore;
|
|
2613
2751
|
|
|
2614
2752
|
// src/components/Moresettings.tsx
|
|
2615
|
-
var
|
|
2616
|
-
/* @__PURE__ */ (0,
|
|
2753
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2754
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2617
2755
|
"path",
|
|
2618
2756
|
{
|
|
2619
2757
|
fill: stroke || color || "currentColor",
|
|
2620
2758
|
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"
|
|
2621
2759
|
}
|
|
2622
2760
|
),
|
|
2623
|
-
/* @__PURE__ */ (0,
|
|
2761
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2624
2762
|
"path",
|
|
2625
2763
|
{
|
|
2626
2764
|
fill: stroke || color || "currentColor",
|
|
2627
2765
|
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"
|
|
2628
2766
|
}
|
|
2629
2767
|
),
|
|
2630
|
-
/* @__PURE__ */ (0,
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2631
2769
|
"path",
|
|
2632
2770
|
{
|
|
2633
2771
|
fill: stroke || color || "currentColor",
|
|
2634
2772
|
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"
|
|
2635
2773
|
}
|
|
2636
2774
|
),
|
|
2637
|
-
/* @__PURE__ */ (0,
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2638
2776
|
"path",
|
|
2639
2777
|
{
|
|
2640
2778
|
fill: stroke || color || "currentColor",
|
|
@@ -2646,8 +2784,8 @@ var import_jsx_runtime119 = require("react/jsx-runtime"), IconMoresettings = ({
|
|
|
2646
2784
|
] }), Moresettings_default = IconMoresettings;
|
|
2647
2785
|
|
|
2648
2786
|
// src/components/MouseDrag.tsx
|
|
2649
|
-
var
|
|
2650
|
-
/* @__PURE__ */ (0,
|
|
2787
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconMouseDrag = ({ 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: [
|
|
2788
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2651
2789
|
"path",
|
|
2652
2790
|
{
|
|
2653
2791
|
fill: fill || color || "currentColor",
|
|
@@ -2655,7 +2793,7 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2655
2793
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2656
2794
|
}
|
|
2657
2795
|
),
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2796
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2659
2797
|
"path",
|
|
2660
2798
|
{
|
|
2661
2799
|
fill: fill || color || "currentColor",
|
|
@@ -2663,7 +2801,7 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2663
2801
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2664
2802
|
}
|
|
2665
2803
|
),
|
|
2666
|
-
/* @__PURE__ */ (0,
|
|
2804
|
+
/* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2667
2805
|
"path",
|
|
2668
2806
|
{
|
|
2669
2807
|
fill: fill || color || "currentColor",
|
|
@@ -2674,8 +2812,8 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2674
2812
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2675
2813
|
|
|
2676
2814
|
// src/components/MouseMove.tsx
|
|
2677
|
-
var
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2815
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2816
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2679
2817
|
"path",
|
|
2680
2818
|
{
|
|
2681
2819
|
fill: fill || color || "currentColor",
|
|
@@ -2683,12 +2821,12 @@ var import_jsx_runtime121 = require("react/jsx-runtime"), IconMouseMove = ({ siz
|
|
|
2683
2821
|
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"
|
|
2684
2822
|
}
|
|
2685
2823
|
) }),
|
|
2686
|
-
/* @__PURE__ */ (0,
|
|
2824
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2687
2825
|
] }), MouseMove_default = IconMouseMove;
|
|
2688
2826
|
|
|
2689
2827
|
// src/components/MouseNumberchange.tsx
|
|
2690
|
-
var
|
|
2691
|
-
/* @__PURE__ */ (0,
|
|
2828
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2692
2830
|
"path",
|
|
2693
2831
|
{
|
|
2694
2832
|
fill: fill || color || "currentColor",
|
|
@@ -2696,7 +2834,7 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2696
2834
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2697
2835
|
}
|
|
2698
2836
|
),
|
|
2699
|
-
/* @__PURE__ */ (0,
|
|
2837
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2700
2838
|
"path",
|
|
2701
2839
|
{
|
|
2702
2840
|
fill: fill || color || "currentColor",
|
|
@@ -2707,7 +2845,7 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2707
2845
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2708
2846
|
|
|
2709
2847
|
// src/components/Musicassets.tsx
|
|
2710
|
-
var
|
|
2848
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconMusicassets = ({ 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)(
|
|
2711
2849
|
"path",
|
|
2712
2850
|
{
|
|
2713
2851
|
fill: stroke || color || "currentColor",
|
|
@@ -2718,8 +2856,8 @@ var import_jsx_runtime123 = require("react/jsx-runtime"), IconMusicassets = ({ s
|
|
|
2718
2856
|
) }), Musicassets_default = IconMusicassets;
|
|
2719
2857
|
|
|
2720
2858
|
// src/components/Mute.tsx
|
|
2721
|
-
var
|
|
2722
|
-
/* @__PURE__ */ (0,
|
|
2859
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconMute = ({ 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: [
|
|
2860
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2723
2861
|
"path",
|
|
2724
2862
|
{
|
|
2725
2863
|
fill: stroke || color || "currentColor",
|
|
@@ -2728,7 +2866,7 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2728
2866
|
clipRule: "evenodd"
|
|
2729
2867
|
}
|
|
2730
2868
|
),
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
2869
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2732
2870
|
"path",
|
|
2733
2871
|
{
|
|
2734
2872
|
fill: stroke || color || "currentColor",
|
|
@@ -2738,8 +2876,8 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2738
2876
|
] }), Mute_default = IconMute;
|
|
2739
2877
|
|
|
2740
2878
|
// src/components/Newchat.tsx
|
|
2741
|
-
var
|
|
2742
|
-
/* @__PURE__ */ (0,
|
|
2879
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2880
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
2743
2881
|
"path",
|
|
2744
2882
|
{
|
|
2745
2883
|
fill: stroke || color || "currentColor",
|
|
@@ -2748,7 +2886,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconNewchat = ({ size,
|
|
|
2748
2886
|
clipRule: "evenodd"
|
|
2749
2887
|
}
|
|
2750
2888
|
),
|
|
2751
|
-
/* @__PURE__ */ (0,
|
|
2889
|
+
/* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
2752
2890
|
"path",
|
|
2753
2891
|
{
|
|
2754
2892
|
fill: stroke || color || "currentColor",
|
|
@@ -2758,7 +2896,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconNewchat = ({ size,
|
|
|
2758
2896
|
] }), Newchat_default = IconNewchat;
|
|
2759
2897
|
|
|
2760
2898
|
// src/components/Next.tsx
|
|
2761
|
-
var
|
|
2899
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
2762
2900
|
"path",
|
|
2763
2901
|
{
|
|
2764
2902
|
fill: stroke || color || "currentColor",
|
|
@@ -2769,15 +2907,15 @@ var import_jsx_runtime126 = require("react/jsx-runtime"), IconNext = ({ size, wi
|
|
|
2769
2907
|
) }), Next_default = IconNext;
|
|
2770
2908
|
|
|
2771
2909
|
// src/components/Nextscene.tsx
|
|
2772
|
-
var
|
|
2773
|
-
/* @__PURE__ */ (0,
|
|
2910
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconNextscene = ({ 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: [
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2774
2912
|
"path",
|
|
2775
2913
|
{
|
|
2776
2914
|
fill: stroke || color || "currentColor",
|
|
2777
2915
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2778
2916
|
}
|
|
2779
2917
|
),
|
|
2780
|
-
/* @__PURE__ */ (0,
|
|
2918
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2781
2919
|
"path",
|
|
2782
2920
|
{
|
|
2783
2921
|
fill: stroke || color || "currentColor",
|
|
@@ -2789,7 +2927,7 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconNextscene = ({ siz
|
|
|
2789
2927
|
] }), Nextscene_default = IconNextscene;
|
|
2790
2928
|
|
|
2791
2929
|
// src/components/Niceofficial.tsx
|
|
2792
|
-
var
|
|
2930
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2793
2931
|
"path",
|
|
2794
2932
|
{
|
|
2795
2933
|
fill: fill || color || "currentColor",
|
|
@@ -2800,8 +2938,8 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconNiceofficial = ({
|
|
|
2800
2938
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2801
2939
|
|
|
2802
2940
|
// src/components/Notification.tsx
|
|
2803
|
-
var
|
|
2804
|
-
/* @__PURE__ */ (0,
|
|
2941
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconNotification = ({ 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: [
|
|
2942
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2805
2943
|
"path",
|
|
2806
2944
|
{
|
|
2807
2945
|
fill: stroke || color || "currentColor",
|
|
@@ -2810,7 +2948,7 @@ var import_jsx_runtime129 = require("react/jsx-runtime"), IconNotification = ({
|
|
|
2810
2948
|
clipRule: "evenodd"
|
|
2811
2949
|
}
|
|
2812
2950
|
),
|
|
2813
|
-
/* @__PURE__ */ (0,
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2814
2952
|
"path",
|
|
2815
2953
|
{
|
|
2816
2954
|
fill: stroke || color || "currentColor",
|
|
@@ -2820,17 +2958,17 @@ var import_jsx_runtime129 = require("react/jsx-runtime"), IconNotification = ({
|
|
|
2820
2958
|
] }), Notification_default = IconNotification;
|
|
2821
2959
|
|
|
2822
2960
|
// src/components/Oneclickgenerate.tsx
|
|
2823
|
-
var
|
|
2824
|
-
/* @__PURE__ */ (0,
|
|
2825
|
-
/* @__PURE__ */ (0,
|
|
2826
|
-
/* @__PURE__ */ (0,
|
|
2961
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconOneclickgenerate = ({ 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: [
|
|
2962
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2963
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2964
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2827
2965
|
"path",
|
|
2828
2966
|
{
|
|
2829
2967
|
fill: stroke || color || "currentColor",
|
|
2830
2968
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2831
2969
|
}
|
|
2832
2970
|
),
|
|
2833
|
-
/* @__PURE__ */ (0,
|
|
2971
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2834
2972
|
"path",
|
|
2835
2973
|
{
|
|
2836
2974
|
fill: stroke || color || "currentColor",
|
|
@@ -2842,8 +2980,8 @@ var import_jsx_runtime130 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
2842
2980
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2843
2981
|
|
|
2844
2982
|
// src/components/Opendemo.tsx
|
|
2845
|
-
var
|
|
2846
|
-
/* @__PURE__ */ (0,
|
|
2983
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2984
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2847
2985
|
"path",
|
|
2848
2986
|
{
|
|
2849
2987
|
fill: stroke || color || "currentColor",
|
|
@@ -2852,11 +2990,11 @@ var import_jsx_runtime131 = require("react/jsx-runtime"), IconOpendemo = ({ size
|
|
|
2852
2990
|
clipRule: "evenodd"
|
|
2853
2991
|
}
|
|
2854
2992
|
),
|
|
2855
|
-
/* @__PURE__ */ (0,
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2856
2994
|
] }), Opendemo_default = IconOpendemo;
|
|
2857
2995
|
|
|
2858
2996
|
// src/components/OppsFilled.tsx
|
|
2859
|
-
var
|
|
2997
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
2860
2998
|
"path",
|
|
2861
2999
|
{
|
|
2862
3000
|
fill: fill || color || "currentColor",
|
|
@@ -2867,7 +3005,7 @@ var import_jsx_runtime132 = require("react/jsx-runtime"), IconOppsFilled = ({ si
|
|
|
2867
3005
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2868
3006
|
|
|
2869
3007
|
// src/components/OptionalcheckedFilled.tsx
|
|
2870
|
-
var
|
|
3008
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
2871
3009
|
"path",
|
|
2872
3010
|
{
|
|
2873
3011
|
fill: fill || color || "currentColor",
|
|
@@ -2878,7 +3016,7 @@ var import_jsx_runtime133 = require("react/jsx-runtime"), IconOptionalcheckedFil
|
|
|
2878
3016
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2879
3017
|
|
|
2880
3018
|
// src/components/Optionaluncheck.tsx
|
|
2881
|
-
var
|
|
3019
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconOptionaluncheck = ({ 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)(
|
|
2882
3020
|
"path",
|
|
2883
3021
|
{
|
|
2884
3022
|
fill: stroke || color || "currentColor",
|
|
@@ -2889,7 +3027,7 @@ var import_jsx_runtime134 = require("react/jsx-runtime"), IconOptionaluncheck =
|
|
|
2889
3027
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2890
3028
|
|
|
2891
3029
|
// src/components/Packagegame.tsx
|
|
2892
|
-
var
|
|
3030
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2893
3031
|
"path",
|
|
2894
3032
|
{
|
|
2895
3033
|
fill: stroke || color || "currentColor",
|
|
@@ -2900,11 +3038,11 @@ var import_jsx_runtime135 = require("react/jsx-runtime"), IconPackagegame = ({ s
|
|
|
2900
3038
|
) }), Packagegame_default = IconPackagegame;
|
|
2901
3039
|
|
|
2902
3040
|
// src/components/PageError.tsx
|
|
2903
|
-
var
|
|
3041
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconPageError = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2904
3042
|
|
|
2905
3043
|
// src/components/Parameters.tsx
|
|
2906
|
-
var
|
|
2907
|
-
/* @__PURE__ */ (0,
|
|
3044
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconParameters = ({ 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: [
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2908
3046
|
"path",
|
|
2909
3047
|
{
|
|
2910
3048
|
fill: stroke || color || "currentColor",
|
|
@@ -2913,7 +3051,7 @@ var import_jsx_runtime137 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2913
3051
|
clipRule: "evenodd"
|
|
2914
3052
|
}
|
|
2915
3053
|
),
|
|
2916
|
-
/* @__PURE__ */ (0,
|
|
3054
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2917
3055
|
"path",
|
|
2918
3056
|
{
|
|
2919
3057
|
fill: stroke || color || "currentColor",
|
|
@@ -2924,9 +3062,15 @@ var import_jsx_runtime137 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2924
3062
|
)
|
|
2925
3063
|
] }), Parameters_default = IconParameters;
|
|
2926
3064
|
|
|
3065
|
+
// src/components/PauseFilled.tsx
|
|
3066
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconPauseFilled = ({ 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: [
|
|
3067
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M10.5 1.5H3V22.5H10.5V1.5Z" }),
|
|
3068
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M21 1.5H13.5V22.5H21V1.5Z" })
|
|
3069
|
+
] }), PauseFilled_default = IconPauseFilled;
|
|
3070
|
+
|
|
2927
3071
|
// src/components/Pause.tsx
|
|
2928
|
-
var
|
|
2929
|
-
/* @__PURE__ */ (0,
|
|
3072
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconPause = ({ 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: [
|
|
3073
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2930
3074
|
"path",
|
|
2931
3075
|
{
|
|
2932
3076
|
fill: stroke || color || "currentColor",
|
|
@@ -2935,7 +3079,7 @@ var import_jsx_runtime138 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2935
3079
|
clipRule: "evenodd"
|
|
2936
3080
|
}
|
|
2937
3081
|
),
|
|
2938
|
-
/* @__PURE__ */ (0,
|
|
3082
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2939
3083
|
"path",
|
|
2940
3084
|
{
|
|
2941
3085
|
fill: stroke || color || "currentColor",
|
|
@@ -2947,7 +3091,7 @@ var import_jsx_runtime138 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2947
3091
|
] }), Pause_default = IconPause;
|
|
2948
3092
|
|
|
2949
3093
|
// src/components/Pencil.tsx
|
|
2950
|
-
var
|
|
3094
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconPencil = ({ 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)(
|
|
2951
3095
|
"path",
|
|
2952
3096
|
{
|
|
2953
3097
|
fill: stroke || color || "currentColor",
|
|
@@ -2958,7 +3102,7 @@ var import_jsx_runtime139 = require("react/jsx-runtime"), IconPencil = ({ size,
|
|
|
2958
3102
|
) }), Pencil_default = IconPencil;
|
|
2959
3103
|
|
|
2960
3104
|
// src/components/Pick.tsx
|
|
2961
|
-
var
|
|
3105
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconPick = ({ 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)(
|
|
2962
3106
|
"path",
|
|
2963
3107
|
{
|
|
2964
3108
|
fill: stroke || color || "currentColor",
|
|
@@ -2969,22 +3113,22 @@ var import_jsx_runtime140 = require("react/jsx-runtime"), IconPick = ({ size, wi
|
|
|
2969
3113
|
) }), Pick_default = IconPick;
|
|
2970
3114
|
|
|
2971
3115
|
// src/components/PickedFilled.tsx
|
|
2972
|
-
var
|
|
3116
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2973
3117
|
|
|
2974
3118
|
// src/components/PlanFilled.tsx
|
|
2975
|
-
var
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
3119
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3120
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2977
3121
|
"path",
|
|
2978
3122
|
{
|
|
2979
3123
|
fill: fill || color || "currentColor",
|
|
2980
3124
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2981
3125
|
}
|
|
2982
3126
|
) }),
|
|
2983
|
-
/* @__PURE__ */ (0,
|
|
3127
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2984
3128
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2985
3129
|
|
|
2986
3130
|
// src/components/PlayFilled.tsx
|
|
2987
|
-
var
|
|
3131
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconPlayFilled = ({ 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)(
|
|
2988
3132
|
"path",
|
|
2989
3133
|
{
|
|
2990
3134
|
fill: fill || color || "currentColor",
|
|
@@ -2993,7 +3137,7 @@ var import_jsx_runtime143 = require("react/jsx-runtime"), IconPlayFilled = ({ si
|
|
|
2993
3137
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2994
3138
|
|
|
2995
3139
|
// src/components/Play.tsx
|
|
2996
|
-
var
|
|
3140
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2997
3141
|
"path",
|
|
2998
3142
|
{
|
|
2999
3143
|
fill: stroke || color || "currentColor",
|
|
@@ -3003,16 +3147,27 @@ var import_jsx_runtime144 = require("react/jsx-runtime"), IconPlay = ({ size, wi
|
|
|
3003
3147
|
}
|
|
3004
3148
|
) }), Play_default = IconPlay;
|
|
3005
3149
|
|
|
3150
|
+
// src/components/Premiumcontent.tsx
|
|
3151
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconPremiumcontent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
3152
|
+
"path",
|
|
3153
|
+
{
|
|
3154
|
+
fill: stroke || color || "currentColor",
|
|
3155
|
+
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",
|
|
3156
|
+
fillRule: "evenodd",
|
|
3157
|
+
clipRule: "evenodd"
|
|
3158
|
+
}
|
|
3159
|
+
) }), Premiumcontent_default = IconPremiumcontent;
|
|
3160
|
+
|
|
3006
3161
|
// src/components/Previouscene.tsx
|
|
3007
|
-
var
|
|
3008
|
-
/* @__PURE__ */ (0,
|
|
3162
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconPreviouscene = ({ 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: [
|
|
3163
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3009
3164
|
"path",
|
|
3010
3165
|
{
|
|
3011
3166
|
fill: stroke || color || "currentColor",
|
|
3012
3167
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
3013
3168
|
}
|
|
3014
3169
|
),
|
|
3015
|
-
/* @__PURE__ */ (0,
|
|
3170
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3016
3171
|
"path",
|
|
3017
3172
|
{
|
|
3018
3173
|
fill: stroke || color || "currentColor",
|
|
@@ -3024,7 +3179,7 @@ var import_jsx_runtime145 = require("react/jsx-runtime"), IconPreviouscene = ({
|
|
|
3024
3179
|
] }), Previouscene_default = IconPreviouscene;
|
|
3025
3180
|
|
|
3026
3181
|
// src/components/ProblemFilled.tsx
|
|
3027
|
-
var
|
|
3182
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconProblemFilled = ({ 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)(
|
|
3028
3183
|
"path",
|
|
3029
3184
|
{
|
|
3030
3185
|
fill: fill || color || "currentColor",
|
|
@@ -3035,7 +3190,7 @@ var import_jsx_runtime146 = require("react/jsx-runtime"), IconProblemFilled = ({
|
|
|
3035
3190
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
3036
3191
|
|
|
3037
3192
|
// src/components/ProblemNoticeFilled.tsx
|
|
3038
|
-
var
|
|
3193
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
|
|
3039
3194
|
"path",
|
|
3040
3195
|
{
|
|
3041
3196
|
fill: fill || color || "currentColor",
|
|
@@ -3046,10 +3201,10 @@ var import_jsx_runtime147 = require("react/jsx-runtime"), IconProblemNoticeFille
|
|
|
3046
3201
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
3047
3202
|
|
|
3048
3203
|
// src/components/Problem.tsx
|
|
3049
|
-
var
|
|
3050
|
-
/* @__PURE__ */ (0,
|
|
3051
|
-
/* @__PURE__ */ (0,
|
|
3052
|
-
/* @__PURE__ */ (0,
|
|
3204
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3206
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3207
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3053
3208
|
"path",
|
|
3054
3209
|
{
|
|
3055
3210
|
fill: stroke || color || "currentColor",
|
|
@@ -3061,8 +3216,8 @@ var import_jsx_runtime148 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
3061
3216
|
] }), Problem_default = IconProblem;
|
|
3062
3217
|
|
|
3063
3218
|
// src/components/Publish.tsx
|
|
3064
|
-
var
|
|
3065
|
-
/* @__PURE__ */ (0,
|
|
3219
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconPublish = ({ 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: [
|
|
3220
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
3066
3221
|
"path",
|
|
3067
3222
|
{
|
|
3068
3223
|
fill: stroke || color || "currentColor",
|
|
@@ -3071,12 +3226,12 @@ var import_jsx_runtime149 = require("react/jsx-runtime"), IconPublish = ({ size,
|
|
|
3071
3226
|
clipRule: "evenodd"
|
|
3072
3227
|
}
|
|
3073
3228
|
),
|
|
3074
|
-
/* @__PURE__ */ (0,
|
|
3229
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
3075
3230
|
] }), Publish_default = IconPublish;
|
|
3076
3231
|
|
|
3077
3232
|
// src/components/Quote.tsx
|
|
3078
|
-
var
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3233
|
+
var import_jsx_runtime159 = require("react/jsx-runtime"), IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3234
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
3080
3235
|
"path",
|
|
3081
3236
|
{
|
|
3082
3237
|
fill: stroke || color || "currentColor",
|
|
@@ -3085,7 +3240,7 @@ var import_jsx_runtime150 = require("react/jsx-runtime"), IconQuote = ({ size, w
|
|
|
3085
3240
|
clipRule: "evenodd"
|
|
3086
3241
|
}
|
|
3087
3242
|
),
|
|
3088
|
-
/* @__PURE__ */ (0,
|
|
3243
|
+
/* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
3089
3244
|
"path",
|
|
3090
3245
|
{
|
|
3091
3246
|
fill: stroke || color || "currentColor",
|
|
@@ -3097,7 +3252,7 @@ var import_jsx_runtime150 = require("react/jsx-runtime"), IconQuote = ({ size, w
|
|
|
3097
3252
|
] }), Quote_default = IconQuote;
|
|
3098
3253
|
|
|
3099
3254
|
// src/components/Ratio169.tsx
|
|
3100
|
-
var
|
|
3255
|
+
var import_jsx_runtime160 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
|
|
3101
3256
|
"path",
|
|
3102
3257
|
{
|
|
3103
3258
|
fill: stroke || color || "currentColor",
|
|
@@ -3106,15 +3261,15 @@ var import_jsx_runtime151 = require("react/jsx-runtime"), IconRatio169 = ({ size
|
|
|
3106
3261
|
) }), Ratio169_default = IconRatio169;
|
|
3107
3262
|
|
|
3108
3263
|
// src/components/Ratio11.tsx
|
|
3109
|
-
var
|
|
3110
|
-
/* @__PURE__ */ (0,
|
|
3264
|
+
var import_jsx_runtime161 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3265
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
3111
3266
|
"path",
|
|
3112
3267
|
{
|
|
3113
3268
|
fill: stroke || color || "currentColor",
|
|
3114
3269
|
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"
|
|
3115
3270
|
}
|
|
3116
3271
|
) }),
|
|
3117
|
-
/* @__PURE__ */ (0,
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
3118
3273
|
"rect",
|
|
3119
3274
|
{
|
|
3120
3275
|
width: "24",
|
|
@@ -3126,15 +3281,15 @@ var import_jsx_runtime152 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
3126
3281
|
] }), Ratio11_default = IconRatio11;
|
|
3127
3282
|
|
|
3128
3283
|
// src/components/Ratio916.tsx
|
|
3129
|
-
var
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3284
|
+
var import_jsx_runtime162 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
|
|
3285
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3131
3286
|
"path",
|
|
3132
3287
|
{
|
|
3133
3288
|
fill: stroke || color || "currentColor",
|
|
3134
3289
|
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"
|
|
3135
3290
|
}
|
|
3136
3291
|
) }),
|
|
3137
|
-
/* @__PURE__ */ (0,
|
|
3292
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3138
3293
|
"rect",
|
|
3139
3294
|
{
|
|
3140
3295
|
width: "24",
|
|
@@ -3146,17 +3301,17 @@ var import_jsx_runtime153 = require("react/jsx-runtime"), IconRatio916 = ({ size
|
|
|
3146
3301
|
] }), Ratio916_default = IconRatio916;
|
|
3147
3302
|
|
|
3148
3303
|
// src/components/RatioAuto.tsx
|
|
3149
|
-
var
|
|
3150
|
-
/* @__PURE__ */ (0,
|
|
3151
|
-
/* @__PURE__ */ (0,
|
|
3304
|
+
var import_jsx_runtime163 = require("react/jsx-runtime"), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3305
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3306
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3152
3307
|
"path",
|
|
3153
3308
|
{
|
|
3154
3309
|
fill: stroke || color || "currentColor",
|
|
3155
3310
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
3156
3311
|
}
|
|
3157
3312
|
),
|
|
3158
|
-
/* @__PURE__ */ (0,
|
|
3159
|
-
/* @__PURE__ */ (0,
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3314
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3160
3315
|
"path",
|
|
3161
3316
|
{
|
|
3162
3317
|
fill: stroke || color || "currentColor",
|
|
@@ -3166,7 +3321,7 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
3166
3321
|
}
|
|
3167
3322
|
)
|
|
3168
3323
|
] }),
|
|
3169
|
-
/* @__PURE__ */ (0,
|
|
3324
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3170
3325
|
"rect",
|
|
3171
3326
|
{
|
|
3172
3327
|
width: "24",
|
|
@@ -3178,15 +3333,15 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
3178
3333
|
] }), RatioAuto_default = IconRatioAuto;
|
|
3179
3334
|
|
|
3180
3335
|
// src/components/Ratio.tsx
|
|
3181
|
-
var
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3336
|
+
var import_jsx_runtime164 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3337
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3183
3338
|
"path",
|
|
3184
3339
|
{
|
|
3185
3340
|
fill: stroke || color || "currentColor",
|
|
3186
3341
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3187
3342
|
}
|
|
3188
3343
|
),
|
|
3189
|
-
/* @__PURE__ */ (0,
|
|
3344
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3190
3345
|
"path",
|
|
3191
3346
|
{
|
|
3192
3347
|
fill: stroke || color || "currentColor",
|
|
@@ -3196,7 +3351,7 @@ var import_jsx_runtime155 = require("react/jsx-runtime"), IconRatio = ({ size, w
|
|
|
3196
3351
|
] }), Ratio_default = IconRatio;
|
|
3197
3352
|
|
|
3198
3353
|
// src/components/ReEdit.tsx
|
|
3199
|
-
var
|
|
3354
|
+
var import_jsx_runtime165 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
3200
3355
|
"path",
|
|
3201
3356
|
{
|
|
3202
3357
|
fill: stroke || color || "currentColor",
|
|
@@ -3207,7 +3362,7 @@ var import_jsx_runtime156 = require("react/jsx-runtime"), IconReEdit = ({ size,
|
|
|
3207
3362
|
) }), ReEdit_default = IconReEdit;
|
|
3208
3363
|
|
|
3209
3364
|
// src/components/Regenerate.tsx
|
|
3210
|
-
var
|
|
3365
|
+
var import_jsx_runtime166 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3211
3366
|
"path",
|
|
3212
3367
|
{
|
|
3213
3368
|
fill: stroke || color || "currentColor",
|
|
@@ -3218,8 +3373,8 @@ var import_jsx_runtime157 = require("react/jsx-runtime"), IconRegenerate = ({ si
|
|
|
3218
3373
|
) }), Regenerate_default = IconRegenerate;
|
|
3219
3374
|
|
|
3220
3375
|
// src/components/Resultsetting.tsx
|
|
3221
|
-
var
|
|
3222
|
-
/* @__PURE__ */ (0,
|
|
3376
|
+
var import_jsx_runtime167 = require("react/jsx-runtime"), IconResultsetting = ({ 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: [
|
|
3377
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3223
3378
|
"path",
|
|
3224
3379
|
{
|
|
3225
3380
|
fill: stroke || color || "currentColor",
|
|
@@ -3228,7 +3383,7 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
3228
3383
|
clipRule: "evenodd"
|
|
3229
3384
|
}
|
|
3230
3385
|
) }),
|
|
3231
|
-
/* @__PURE__ */ (0,
|
|
3386
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3232
3387
|
"rect",
|
|
3233
3388
|
{
|
|
3234
3389
|
width: "24",
|
|
@@ -3240,7 +3395,7 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
3240
3395
|
] }), Resultsetting_default = IconResultsetting;
|
|
3241
3396
|
|
|
3242
3397
|
// src/components/RightFilled.tsx
|
|
3243
|
-
var
|
|
3398
|
+
var import_jsx_runtime168 = require("react/jsx-runtime"), IconRightFilled = ({ 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)(
|
|
3244
3399
|
"path",
|
|
3245
3400
|
{
|
|
3246
3401
|
fill: fill || color || "currentColor",
|
|
@@ -3250,8 +3405,20 @@ var import_jsx_runtime159 = require("react/jsx-runtime"), IconRightFilled = ({ s
|
|
|
3250
3405
|
}
|
|
3251
3406
|
) }), RightFilled_default = IconRightFilled;
|
|
3252
3407
|
|
|
3408
|
+
// src/components/SatisfiedFilled.tsx
|
|
3409
|
+
var import_jsx_runtime169 = require("react/jsx-runtime"), IconSatisfiedFilled = ({ 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: [
|
|
3410
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
3411
|
+
"path",
|
|
3412
|
+
{
|
|
3413
|
+
fill: fill || color || "currentColor",
|
|
3414
|
+
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3415
|
+
}
|
|
3416
|
+
),
|
|
3417
|
+
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3418
|
+
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3419
|
+
|
|
3253
3420
|
// src/components/Satisfied.tsx
|
|
3254
|
-
var
|
|
3421
|
+
var import_jsx_runtime170 = require("react/jsx-runtime"), IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
3255
3422
|
"path",
|
|
3256
3423
|
{
|
|
3257
3424
|
fill: stroke || color || "currentColor",
|
|
@@ -3262,7 +3429,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconSatisfied = ({ siz
|
|
|
3262
3429
|
) }), Satisfied_default = IconSatisfied;
|
|
3263
3430
|
|
|
3264
3431
|
// src/components/SceneNext.tsx
|
|
3265
|
-
var
|
|
3432
|
+
var import_jsx_runtime171 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3266
3433
|
"path",
|
|
3267
3434
|
{
|
|
3268
3435
|
fill: stroke || color || "currentColor",
|
|
@@ -3271,27 +3438,27 @@ var import_jsx_runtime161 = require("react/jsx-runtime"), IconSceneNext = ({ siz
|
|
|
3271
3438
|
) }), SceneNext_default = IconSceneNext;
|
|
3272
3439
|
|
|
3273
3440
|
// src/components/Scriptmode.tsx
|
|
3274
|
-
var
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3276
|
-
/* @__PURE__ */ (0,
|
|
3277
|
-
/* @__PURE__ */ (0,
|
|
3278
|
-
/* @__PURE__ */ (0,
|
|
3279
|
-
/* @__PURE__ */ (0,
|
|
3280
|
-
/* @__PURE__ */ (0,
|
|
3281
|
-
/* @__PURE__ */ (0,
|
|
3282
|
-
/* @__PURE__ */ (0,
|
|
3441
|
+
var import_jsx_runtime172 = require("react/jsx-runtime"), IconScriptmode = ({ 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: [
|
|
3442
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3443
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3444
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3445
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3446
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3447
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3448
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3449
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3283
3450
|
] }), Scriptmode_default = IconScriptmode;
|
|
3284
3451
|
|
|
3285
3452
|
// src/components/Scrolldown.tsx
|
|
3286
|
-
var
|
|
3287
|
-
/* @__PURE__ */ (0,
|
|
3453
|
+
var import_jsx_runtime173 = require("react/jsx-runtime"), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3454
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
3288
3455
|
"path",
|
|
3289
3456
|
{
|
|
3290
3457
|
fill: stroke || color || "currentColor",
|
|
3291
3458
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3292
3459
|
}
|
|
3293
3460
|
),
|
|
3294
|
-
/* @__PURE__ */ (0,
|
|
3461
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
3295
3462
|
"path",
|
|
3296
3463
|
{
|
|
3297
3464
|
fill: stroke || color || "currentColor",
|
|
@@ -3301,7 +3468,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconScrolldown = ({ si
|
|
|
3301
3468
|
] }), Scrolldown_default = IconScrolldown;
|
|
3302
3469
|
|
|
3303
3470
|
// src/components/Sendrequest.tsx
|
|
3304
|
-
var
|
|
3471
|
+
var import_jsx_runtime174 = require("react/jsx-runtime"), IconSendrequest = ({ 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)(
|
|
3305
3472
|
"path",
|
|
3306
3473
|
{
|
|
3307
3474
|
fill: fill || color || "currentColor",
|
|
@@ -3312,7 +3479,7 @@ var import_jsx_runtime164 = require("react/jsx-runtime"), IconSendrequest = ({ s
|
|
|
3312
3479
|
) }), Sendrequest_default = IconSendrequest;
|
|
3313
3480
|
|
|
3314
3481
|
// src/components/Sendup.tsx
|
|
3315
|
-
var
|
|
3482
|
+
var import_jsx_runtime175 = require("react/jsx-runtime"), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3316
3483
|
"path",
|
|
3317
3484
|
{
|
|
3318
3485
|
fill: stroke || color || "currentColor",
|
|
@@ -3321,7 +3488,7 @@ var import_jsx_runtime165 = require("react/jsx-runtime"), IconSendup = ({ size,
|
|
|
3321
3488
|
) }), Sendup_default = IconSendup;
|
|
3322
3489
|
|
|
3323
3490
|
// src/components/Sendup2.tsx
|
|
3324
|
-
var
|
|
3491
|
+
var import_jsx_runtime176 = require("react/jsx-runtime"), IconSendup2 = ({ 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)(
|
|
3325
3492
|
"path",
|
|
3326
3493
|
{
|
|
3327
3494
|
fill: stroke || color || "currentColor",
|
|
@@ -3330,7 +3497,7 @@ var import_jsx_runtime166 = require("react/jsx-runtime"), IconSendup2 = ({ size,
|
|
|
3330
3497
|
) }), Sendup2_default = IconSendup2;
|
|
3331
3498
|
|
|
3332
3499
|
// src/components/ShareFilled.tsx
|
|
3333
|
-
var
|
|
3500
|
+
var import_jsx_runtime177 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
3334
3501
|
"path",
|
|
3335
3502
|
{
|
|
3336
3503
|
fill: fill || color || "currentColor",
|
|
@@ -3339,7 +3506,7 @@ var import_jsx_runtime167 = require("react/jsx-runtime"), IconShareFilled = ({ s
|
|
|
3339
3506
|
) }), ShareFilled_default = IconShareFilled;
|
|
3340
3507
|
|
|
3341
3508
|
// src/components/Share.tsx
|
|
3342
|
-
var
|
|
3509
|
+
var import_jsx_runtime178 = require("react/jsx-runtime"), IconShare = ({ 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)(
|
|
3343
3510
|
"path",
|
|
3344
3511
|
{
|
|
3345
3512
|
fill: stroke || color || "currentColor",
|
|
@@ -3350,7 +3517,7 @@ var import_jsx_runtime168 = require("react/jsx-runtime"), IconShare = ({ size, w
|
|
|
3350
3517
|
) }), Share_default = IconShare;
|
|
3351
3518
|
|
|
3352
3519
|
// src/components/Sidebar.tsx
|
|
3353
|
-
var
|
|
3520
|
+
var import_jsx_runtime179 = require("react/jsx-runtime"), IconSidebar = ({ 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)(
|
|
3354
3521
|
"path",
|
|
3355
3522
|
{
|
|
3356
3523
|
fill: stroke || color || "currentColor",
|
|
@@ -3361,7 +3528,7 @@ var import_jsx_runtime169 = require("react/jsx-runtime"), IconSidebar = ({ size,
|
|
|
3361
3528
|
) }), Sidebar_default = IconSidebar;
|
|
3362
3529
|
|
|
3363
3530
|
// src/components/Singleunchecked.tsx
|
|
3364
|
-
var
|
|
3531
|
+
var import_jsx_runtime180 = require("react/jsx-runtime"), IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
3365
3532
|
"path",
|
|
3366
3533
|
{
|
|
3367
3534
|
fill: stroke || color || "currentColor",
|
|
@@ -3372,7 +3539,7 @@ var import_jsx_runtime170 = require("react/jsx-runtime"), IconSingleunchecked =
|
|
|
3372
3539
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3373
3540
|
|
|
3374
3541
|
// src/components/SocialX.tsx
|
|
3375
|
-
var
|
|
3542
|
+
var import_jsx_runtime181 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
3376
3543
|
"path",
|
|
3377
3544
|
{
|
|
3378
3545
|
fill: fill || color || "currentColor",
|
|
@@ -3381,7 +3548,7 @@ var import_jsx_runtime171 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
3381
3548
|
) }), SocialX_default = IconSocialX;
|
|
3382
3549
|
|
|
3383
3550
|
// src/components/SocialDiscord.tsx
|
|
3384
|
-
var
|
|
3551
|
+
var import_jsx_runtime182 = require("react/jsx-runtime"), IconSocialDiscord = ({ 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)(
|
|
3385
3552
|
"path",
|
|
3386
3553
|
{
|
|
3387
3554
|
fill: fill || color || "currentColor",
|
|
@@ -3390,8 +3557,8 @@ var import_jsx_runtime172 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
3390
3557
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3391
3558
|
|
|
3392
3559
|
// src/components/SoundOff.tsx
|
|
3393
|
-
var
|
|
3394
|
-
/* @__PURE__ */ (0,
|
|
3560
|
+
var import_jsx_runtime183 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3561
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
3395
3562
|
"path",
|
|
3396
3563
|
{
|
|
3397
3564
|
fill: stroke || color || "currentColor",
|
|
@@ -3400,7 +3567,7 @@ var import_jsx_runtime173 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3400
3567
|
clipRule: "evenodd"
|
|
3401
3568
|
}
|
|
3402
3569
|
),
|
|
3403
|
-
/* @__PURE__ */ (0,
|
|
3570
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
3404
3571
|
"path",
|
|
3405
3572
|
{
|
|
3406
3573
|
fill: stroke || color || "currentColor",
|
|
@@ -3410,8 +3577,8 @@ var import_jsx_runtime173 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3410
3577
|
] }), SoundOff_default = IconSoundOff;
|
|
3411
3578
|
|
|
3412
3579
|
// src/components/SoundOn.tsx
|
|
3413
|
-
var
|
|
3414
|
-
/* @__PURE__ */ (0,
|
|
3580
|
+
var import_jsx_runtime184 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3581
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3415
3582
|
"path",
|
|
3416
3583
|
{
|
|
3417
3584
|
fill: stroke || color || "currentColor",
|
|
@@ -3420,14 +3587,14 @@ var import_jsx_runtime174 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3420
3587
|
clipRule: "evenodd"
|
|
3421
3588
|
}
|
|
3422
3589
|
),
|
|
3423
|
-
/* @__PURE__ */ (0,
|
|
3590
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3424
3591
|
"path",
|
|
3425
3592
|
{
|
|
3426
3593
|
fill: stroke || color || "currentColor",
|
|
3427
3594
|
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"
|
|
3428
3595
|
}
|
|
3429
3596
|
),
|
|
3430
|
-
/* @__PURE__ */ (0,
|
|
3597
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3431
3598
|
"path",
|
|
3432
3599
|
{
|
|
3433
3600
|
fill: stroke || color || "currentColor",
|
|
@@ -3436,8 +3603,11 @@ var import_jsx_runtime174 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3436
3603
|
)
|
|
3437
3604
|
] }), SoundOn_default = IconSoundOn;
|
|
3438
3605
|
|
|
3606
|
+
// src/components/StopFilled.tsx
|
|
3607
|
+
var import_jsx_runtime185 = require("react/jsx-runtime"), IconStopFilled = ({ 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)("rect", { width: "21", height: "21", x: "1.5", y: "1.5", fill: fill || color || "currentColor" }) }), StopFilled_default = IconStopFilled;
|
|
3608
|
+
|
|
3439
3609
|
// src/components/Storyboard.tsx
|
|
3440
|
-
var
|
|
3610
|
+
var import_jsx_runtime186 = require("react/jsx-runtime"), IconStoryboard = ({ 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)(
|
|
3441
3611
|
"path",
|
|
3442
3612
|
{
|
|
3443
3613
|
fill: stroke || color || "currentColor",
|
|
@@ -3448,24 +3618,24 @@ var import_jsx_runtime175 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
3448
3618
|
) }), Storyboard_default = IconStoryboard;
|
|
3449
3619
|
|
|
3450
3620
|
// src/components/StyleAutoFilled.tsx
|
|
3451
|
-
var
|
|
3452
|
-
/* @__PURE__ */ (0,
|
|
3621
|
+
var import_jsx_runtime187 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3622
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3453
3623
|
"path",
|
|
3454
3624
|
{
|
|
3455
3625
|
fill: fill || color || "currentColor",
|
|
3456
3626
|
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"
|
|
3457
3627
|
}
|
|
3458
3628
|
),
|
|
3459
|
-
/* @__PURE__ */ (0,
|
|
3629
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3460
3630
|
"path",
|
|
3461
3631
|
{
|
|
3462
3632
|
fill: fill || color || "currentColor",
|
|
3463
3633
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3464
3634
|
}
|
|
3465
3635
|
),
|
|
3466
|
-
/* @__PURE__ */ (0,
|
|
3467
|
-
/* @__PURE__ */ (0,
|
|
3468
|
-
/* @__PURE__ */ (0,
|
|
3636
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3637
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3638
|
+
/* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3469
3639
|
"path",
|
|
3470
3640
|
{
|
|
3471
3641
|
fill: fill || color || "currentColor",
|
|
@@ -3475,43 +3645,43 @@ var import_jsx_runtime176 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
3475
3645
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3476
3646
|
|
|
3477
3647
|
// src/components/Style.tsx
|
|
3478
|
-
var
|
|
3479
|
-
/* @__PURE__ */ (0,
|
|
3648
|
+
var import_jsx_runtime188 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3649
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3480
3650
|
"path",
|
|
3481
3651
|
{
|
|
3482
3652
|
fill: stroke || color || "currentColor",
|
|
3483
3653
|
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"
|
|
3484
3654
|
}
|
|
3485
3655
|
),
|
|
3486
|
-
/* @__PURE__ */ (0,
|
|
3656
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3487
3657
|
"path",
|
|
3488
3658
|
{
|
|
3489
3659
|
fill: stroke || color || "currentColor",
|
|
3490
3660
|
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"
|
|
3491
3661
|
}
|
|
3492
3662
|
),
|
|
3493
|
-
/* @__PURE__ */ (0,
|
|
3663
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3494
3664
|
"path",
|
|
3495
3665
|
{
|
|
3496
3666
|
fill: stroke || color || "currentColor",
|
|
3497
3667
|
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"
|
|
3498
3668
|
}
|
|
3499
3669
|
),
|
|
3500
|
-
/* @__PURE__ */ (0,
|
|
3670
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3501
3671
|
"path",
|
|
3502
3672
|
{
|
|
3503
3673
|
fill: stroke || color || "currentColor",
|
|
3504
3674
|
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"
|
|
3505
3675
|
}
|
|
3506
3676
|
),
|
|
3507
|
-
/* @__PURE__ */ (0,
|
|
3677
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3508
3678
|
"path",
|
|
3509
3679
|
{
|
|
3510
3680
|
fill: stroke || color || "currentColor",
|
|
3511
3681
|
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"
|
|
3512
3682
|
}
|
|
3513
3683
|
),
|
|
3514
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3515
3685
|
"path",
|
|
3516
3686
|
{
|
|
3517
3687
|
fill: stroke || color || "currentColor",
|
|
@@ -3523,8 +3693,8 @@ var import_jsx_runtime177 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
3523
3693
|
] }), Style_default = IconStyle;
|
|
3524
3694
|
|
|
3525
3695
|
// src/components/Styleoverall.tsx
|
|
3526
|
-
var
|
|
3527
|
-
/* @__PURE__ */ (0,
|
|
3696
|
+
var import_jsx_runtime189 = require("react/jsx-runtime"), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3697
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3528
3698
|
"path",
|
|
3529
3699
|
{
|
|
3530
3700
|
fill: stroke || color || "currentColor",
|
|
@@ -3533,7 +3703,7 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3533
3703
|
clipRule: "evenodd"
|
|
3534
3704
|
}
|
|
3535
3705
|
),
|
|
3536
|
-
/* @__PURE__ */ (0,
|
|
3706
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3537
3707
|
"path",
|
|
3538
3708
|
{
|
|
3539
3709
|
fill: stroke || color || "currentColor",
|
|
@@ -3542,7 +3712,7 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3542
3712
|
clipRule: "evenodd"
|
|
3543
3713
|
}
|
|
3544
3714
|
),
|
|
3545
|
-
/* @__PURE__ */ (0,
|
|
3715
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3546
3716
|
"path",
|
|
3547
3717
|
{
|
|
3548
3718
|
fill: stroke || color || "currentColor",
|
|
@@ -3551,7 +3721,7 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3551
3721
|
clipRule: "evenodd"
|
|
3552
3722
|
}
|
|
3553
3723
|
),
|
|
3554
|
-
/* @__PURE__ */ (0,
|
|
3724
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3555
3725
|
"path",
|
|
3556
3726
|
{
|
|
3557
3727
|
fill: stroke || color || "currentColor",
|
|
@@ -3563,7 +3733,7 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3563
3733
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3564
3734
|
|
|
3565
3735
|
// src/components/SwitchOffFilled.tsx
|
|
3566
|
-
var
|
|
3736
|
+
var import_jsx_runtime190 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ 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)(
|
|
3567
3737
|
"path",
|
|
3568
3738
|
{
|
|
3569
3739
|
fill: fill || color || "currentColor",
|
|
@@ -3574,7 +3744,7 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconSwitchOffFilled =
|
|
|
3574
3744
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3575
3745
|
|
|
3576
3746
|
// src/components/SwitchOnFilled.tsx
|
|
3577
|
-
var
|
|
3747
|
+
var import_jsx_runtime191 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ 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)(
|
|
3578
3748
|
"path",
|
|
3579
3749
|
{
|
|
3580
3750
|
fill: fill || color || "currentColor",
|
|
@@ -3584,9 +3754,20 @@ var import_jsx_runtime180 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
3584
3754
|
}
|
|
3585
3755
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3586
3756
|
|
|
3757
|
+
// src/components/Table.tsx
|
|
3758
|
+
var import_jsx_runtime192 = require("react/jsx-runtime"), IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3759
|
+
"path",
|
|
3760
|
+
{
|
|
3761
|
+
fill: stroke || color || "currentColor",
|
|
3762
|
+
d: "M24 21.875L24 3.125L0 3.125L0 21.875L24 21.875ZM21.75 5.46875L16.5 5.46875V11.3281L21.75 11.3281V5.46875ZM21.75 13.6719V19.5312L16.5 19.5312V13.6719L21.75 13.6719ZM14.25 11.3281L14.25 5.46875L8.25 5.46875L8.25 11.3281L14.25 11.3281ZM8.25 13.6719L14.25 13.6719V19.5312L8.25 19.5312V13.6719ZM6 19.5312L6 5.46875L2.25 5.46875L2.25 19.5312L6 19.5312Z",
|
|
3763
|
+
fillRule: "evenodd",
|
|
3764
|
+
clipRule: "evenodd"
|
|
3765
|
+
}
|
|
3766
|
+
) }), Table_default = IconTable;
|
|
3767
|
+
|
|
3587
3768
|
// src/components/Target.tsx
|
|
3588
|
-
var
|
|
3589
|
-
/* @__PURE__ */ (0,
|
|
3769
|
+
var import_jsx_runtime193 = require("react/jsx-runtime"), IconTarget = ({ 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: [
|
|
3770
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3590
3771
|
"path",
|
|
3591
3772
|
{
|
|
3592
3773
|
fill: stroke || color || "currentColor",
|
|
@@ -3595,7 +3776,7 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3595
3776
|
clipRule: "evenodd"
|
|
3596
3777
|
}
|
|
3597
3778
|
),
|
|
3598
|
-
/* @__PURE__ */ (0,
|
|
3779
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3599
3780
|
"path",
|
|
3600
3781
|
{
|
|
3601
3782
|
fill: stroke || color || "currentColor",
|
|
@@ -3607,43 +3788,43 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3607
3788
|
] }), Target_default = IconTarget;
|
|
3608
3789
|
|
|
3609
3790
|
// src/components/TextLogo.tsx
|
|
3610
|
-
var
|
|
3611
|
-
/* @__PURE__ */ (0,
|
|
3791
|
+
var import_jsx_runtime194 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3792
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3612
3793
|
"path",
|
|
3613
3794
|
{
|
|
3614
3795
|
fill: fill || color || "currentColor",
|
|
3615
3796
|
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"
|
|
3616
3797
|
}
|
|
3617
3798
|
),
|
|
3618
|
-
/* @__PURE__ */ (0,
|
|
3799
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3619
3800
|
"path",
|
|
3620
3801
|
{
|
|
3621
3802
|
fill: fill || color || "currentColor",
|
|
3622
3803
|
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"
|
|
3623
3804
|
}
|
|
3624
3805
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3806
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3626
3807
|
"path",
|
|
3627
3808
|
{
|
|
3628
3809
|
fill: fill || color || "currentColor",
|
|
3629
3810
|
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"
|
|
3630
3811
|
}
|
|
3631
3812
|
),
|
|
3632
|
-
/* @__PURE__ */ (0,
|
|
3813
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3633
3814
|
"path",
|
|
3634
3815
|
{
|
|
3635
3816
|
fill: fill || color || "currentColor",
|
|
3636
3817
|
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"
|
|
3637
3818
|
}
|
|
3638
3819
|
),
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3820
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3640
3821
|
"path",
|
|
3641
3822
|
{
|
|
3642
3823
|
fill: fill || color || "currentColor",
|
|
3643
3824
|
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"
|
|
3644
3825
|
}
|
|
3645
3826
|
),
|
|
3646
|
-
/* @__PURE__ */ (0,
|
|
3827
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3647
3828
|
"path",
|
|
3648
3829
|
{
|
|
3649
3830
|
fill: fill || color || "currentColor",
|
|
@@ -3653,7 +3834,7 @@ var import_jsx_runtime182 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
3653
3834
|
] }), TextLogo_default = IconTextLogo;
|
|
3654
3835
|
|
|
3655
3836
|
// src/components/TipsFilled.tsx
|
|
3656
|
-
var
|
|
3837
|
+
var import_jsx_runtime195 = require("react/jsx-runtime"), IconTipsFilled = ({ 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)(
|
|
3657
3838
|
"path",
|
|
3658
3839
|
{
|
|
3659
3840
|
fill: fill || color || "currentColor",
|
|
@@ -3664,7 +3845,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconTipsFilled = ({ si
|
|
|
3664
3845
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3665
3846
|
|
|
3666
3847
|
// src/components/Tips.tsx
|
|
3667
|
-
var
|
|
3848
|
+
var import_jsx_runtime196 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3668
3849
|
"path",
|
|
3669
3850
|
{
|
|
3670
3851
|
fill: stroke || color || "currentColor",
|
|
@@ -3675,15 +3856,15 @@ var import_jsx_runtime184 = require("react/jsx-runtime"), IconTips = ({ size, wi
|
|
|
3675
3856
|
) }), Tips_default = IconTips;
|
|
3676
3857
|
|
|
3677
3858
|
// src/components/ToolsFilled.tsx
|
|
3678
|
-
var
|
|
3679
|
-
/* @__PURE__ */ (0,
|
|
3859
|
+
var import_jsx_runtime197 = require("react/jsx-runtime"), IconToolsFilled = ({ 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: [
|
|
3860
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3680
3861
|
"path",
|
|
3681
3862
|
{
|
|
3682
3863
|
fill: fill || color || "currentColor",
|
|
3683
3864
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3684
3865
|
}
|
|
3685
3866
|
),
|
|
3686
|
-
/* @__PURE__ */ (0,
|
|
3867
|
+
/* @__PURE__ */ (0, import_jsx_runtime197.jsx)(
|
|
3687
3868
|
"path",
|
|
3688
3869
|
{
|
|
3689
3870
|
fill: fill || color || "currentColor",
|
|
@@ -3693,7 +3874,7 @@ var import_jsx_runtime185 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
3693
3874
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3694
3875
|
|
|
3695
3876
|
// src/components/Tools.tsx
|
|
3696
|
-
var
|
|
3877
|
+
var import_jsx_runtime198 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime198.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime198.jsx)(
|
|
3697
3878
|
"path",
|
|
3698
3879
|
{
|
|
3699
3880
|
stroke: stroke || color || "currentColor",
|
|
@@ -3703,7 +3884,7 @@ var import_jsx_runtime186 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
3703
3884
|
) }), Tools_default = IconTools;
|
|
3704
3885
|
|
|
3705
3886
|
// src/components/Undo.tsx
|
|
3706
|
-
var
|
|
3887
|
+
var import_jsx_runtime199 = require("react/jsx-runtime"), IconUndo = ({ 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)(
|
|
3707
3888
|
"path",
|
|
3708
3889
|
{
|
|
3709
3890
|
fill: stroke || color || "currentColor",
|
|
@@ -3713,8 +3894,20 @@ var import_jsx_runtime187 = require("react/jsx-runtime"), IconUndo = ({ size, wi
|
|
|
3713
3894
|
}
|
|
3714
3895
|
) }), Undo_default = IconUndo;
|
|
3715
3896
|
|
|
3897
|
+
// src/components/UnsatisfiedFilled.tsx
|
|
3898
|
+
var import_jsx_runtime200 = require("react/jsx-runtime"), IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime200.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3899
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)(
|
|
3900
|
+
"path",
|
|
3901
|
+
{
|
|
3902
|
+
fill: fill || color || "currentColor",
|
|
3903
|
+
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3904
|
+
}
|
|
3905
|
+
),
|
|
3906
|
+
/* @__PURE__ */ (0, import_jsx_runtime200.jsx)("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3907
|
+
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3908
|
+
|
|
3716
3909
|
// src/components/Unsatisfied.tsx
|
|
3717
|
-
var
|
|
3910
|
+
var import_jsx_runtime201 = require("react/jsx-runtime"), IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime201.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime201.jsx)(
|
|
3718
3911
|
"path",
|
|
3719
3912
|
{
|
|
3720
3913
|
fill: stroke || color || "currentColor",
|
|
@@ -3725,7 +3918,7 @@ var import_jsx_runtime188 = require("react/jsx-runtime"), IconUnsatisfied = ({ s
|
|
|
3725
3918
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3726
3919
|
|
|
3727
3920
|
// src/components/UpFilled.tsx
|
|
3728
|
-
var
|
|
3921
|
+
var import_jsx_runtime202 = require("react/jsx-runtime"), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime202.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime202.jsx)(
|
|
3729
3922
|
"path",
|
|
3730
3923
|
{
|
|
3731
3924
|
fill: fill || color || "currentColor",
|
|
@@ -3736,7 +3929,7 @@ var import_jsx_runtime189 = require("react/jsx-runtime"), IconUpFilled = ({ size
|
|
|
3736
3929
|
) }), UpFilled_default = IconUpFilled;
|
|
3737
3930
|
|
|
3738
3931
|
// src/components/UpleftFilled.tsx
|
|
3739
|
-
var
|
|
3932
|
+
var import_jsx_runtime203 = require("react/jsx-runtime"), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime203.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime203.jsx)(
|
|
3740
3933
|
"path",
|
|
3741
3934
|
{
|
|
3742
3935
|
fill: fill || color || "currentColor",
|
|
@@ -3747,7 +3940,7 @@ var import_jsx_runtime190 = require("react/jsx-runtime"), IconUpleftFilled = ({
|
|
|
3747
3940
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3748
3941
|
|
|
3749
3942
|
// src/components/Uploadedvideo.tsx
|
|
3750
|
-
var
|
|
3943
|
+
var import_jsx_runtime204 = require("react/jsx-runtime"), IconUploadedvideo = ({ 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)(
|
|
3751
3944
|
"path",
|
|
3752
3945
|
{
|
|
3753
3946
|
fill: fill || color || "currentColor",
|
|
@@ -3758,7 +3951,7 @@ var import_jsx_runtime191 = require("react/jsx-runtime"), IconUploadedvideo = ({
|
|
|
3758
3951
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3759
3952
|
|
|
3760
3953
|
// src/components/Uploadfiles.tsx
|
|
3761
|
-
var
|
|
3954
|
+
var import_jsx_runtime205 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
|
|
3762
3955
|
"path",
|
|
3763
3956
|
{
|
|
3764
3957
|
fill: stroke || color || "currentColor",
|
|
@@ -3767,7 +3960,7 @@ var import_jsx_runtime192 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
3767
3960
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3768
3961
|
|
|
3769
3962
|
// src/components/Uploadstory.tsx
|
|
3770
|
-
var
|
|
3963
|
+
var import_jsx_runtime206 = require("react/jsx-runtime"), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime206.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime206.jsx)(
|
|
3771
3964
|
"path",
|
|
3772
3965
|
{
|
|
3773
3966
|
fill: stroke || color || "currentColor",
|
|
@@ -3778,7 +3971,7 @@ var import_jsx_runtime193 = require("react/jsx-runtime"), IconUploadstory = ({ s
|
|
|
3778
3971
|
) }), Uploadstory_default = IconUploadstory;
|
|
3779
3972
|
|
|
3780
3973
|
// src/components/UprightFilled.tsx
|
|
3781
|
-
var
|
|
3974
|
+
var import_jsx_runtime207 = require("react/jsx-runtime"), IconUprightFilled = ({ 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)(
|
|
3782
3975
|
"path",
|
|
3783
3976
|
{
|
|
3784
3977
|
fill: fill || color || "currentColor",
|
|
@@ -3789,7 +3982,7 @@ var import_jsx_runtime194 = require("react/jsx-runtime"), IconUprightFilled = ({
|
|
|
3789
3982
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3790
3983
|
|
|
3791
3984
|
// src/components/Userfeedback.tsx
|
|
3792
|
-
var
|
|
3985
|
+
var import_jsx_runtime208 = require("react/jsx-runtime"), IconUserfeedback = ({ 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)(
|
|
3793
3986
|
"path",
|
|
3794
3987
|
{
|
|
3795
3988
|
fill: stroke || color || "currentColor",
|
|
@@ -3800,16 +3993,16 @@ var import_jsx_runtime195 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
3800
3993
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3801
3994
|
|
|
3802
3995
|
// src/components/Userfollow.tsx
|
|
3803
|
-
var
|
|
3804
|
-
/* @__PURE__ */ (0,
|
|
3996
|
+
var import_jsx_runtime209 = require("react/jsx-runtime"), IconUserfollow = ({ 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: [
|
|
3997
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
3805
3998
|
"path",
|
|
3806
3999
|
{
|
|
3807
4000
|
fill: stroke || color || "currentColor",
|
|
3808
4001
|
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"
|
|
3809
4002
|
}
|
|
3810
4003
|
),
|
|
3811
|
-
/* @__PURE__ */ (0,
|
|
3812
|
-
/* @__PURE__ */ (0,
|
|
4004
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
4005
|
+
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)(
|
|
3813
4006
|
"path",
|
|
3814
4007
|
{
|
|
3815
4008
|
fill: stroke || color || "currentColor",
|
|
@@ -3821,7 +4014,7 @@ var import_jsx_runtime196 = require("react/jsx-runtime"), IconUserfollow = ({ si
|
|
|
3821
4014
|
] }), Userfollow_default = IconUserfollow;
|
|
3822
4015
|
|
|
3823
4016
|
// src/components/Userfollowback.tsx
|
|
3824
|
-
var
|
|
4017
|
+
var import_jsx_runtime210 = require("react/jsx-runtime"), IconUserfollowback = ({ 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)(
|
|
3825
4018
|
"path",
|
|
3826
4019
|
{
|
|
3827
4020
|
fill: stroke || color || "currentColor",
|
|
@@ -3830,7 +4023,7 @@ var import_jsx_runtime197 = require("react/jsx-runtime"), IconUserfollowback = (
|
|
|
3830
4023
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3831
4024
|
|
|
3832
4025
|
// src/components/Userfollowed.tsx
|
|
3833
|
-
var
|
|
4026
|
+
var import_jsx_runtime211 = require("react/jsx-runtime"), IconUserfollowed = ({ 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)(
|
|
3834
4027
|
"path",
|
|
3835
4028
|
{
|
|
3836
4029
|
fill: stroke || color || "currentColor",
|
|
@@ -3839,15 +4032,15 @@ var import_jsx_runtime198 = require("react/jsx-runtime"), IconUserfollowed = ({
|
|
|
3839
4032
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3840
4033
|
|
|
3841
4034
|
// src/components/VideoGeneration.tsx
|
|
3842
|
-
var
|
|
3843
|
-
/* @__PURE__ */ (0,
|
|
4035
|
+
var import_jsx_runtime212 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime212.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4036
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
3844
4037
|
"path",
|
|
3845
4038
|
{
|
|
3846
4039
|
fill: stroke || color || "currentColor",
|
|
3847
4040
|
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"
|
|
3848
4041
|
}
|
|
3849
4042
|
),
|
|
3850
|
-
/* @__PURE__ */ (0,
|
|
4043
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
3851
4044
|
"path",
|
|
3852
4045
|
{
|
|
3853
4046
|
fill: stroke || color || "currentColor",
|
|
@@ -3856,7 +4049,7 @@ var import_jsx_runtime199 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3856
4049
|
clipRule: "evenodd"
|
|
3857
4050
|
}
|
|
3858
4051
|
),
|
|
3859
|
-
/* @__PURE__ */ (0,
|
|
4052
|
+
/* @__PURE__ */ (0, import_jsx_runtime212.jsx)(
|
|
3860
4053
|
"path",
|
|
3861
4054
|
{
|
|
3862
4055
|
fill: stroke || color || "currentColor",
|
|
@@ -3866,9 +4059,9 @@ var import_jsx_runtime199 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3866
4059
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3867
4060
|
|
|
3868
4061
|
// src/components/VideoLength.tsx
|
|
3869
|
-
var
|
|
3870
|
-
/* @__PURE__ */ (0,
|
|
3871
|
-
/* @__PURE__ */ (0,
|
|
4062
|
+
var import_jsx_runtime213 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4063
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
4064
|
+
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
3872
4065
|
"path",
|
|
3873
4066
|
{
|
|
3874
4067
|
fill: stroke || color || "currentColor",
|
|
@@ -3880,8 +4073,8 @@ var import_jsx_runtime200 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
3880
4073
|
] }), VideoLength_default = IconVideoLength;
|
|
3881
4074
|
|
|
3882
4075
|
// src/components/Videogenerate.tsx
|
|
3883
|
-
var
|
|
3884
|
-
/* @__PURE__ */ (0,
|
|
4076
|
+
var import_jsx_runtime214 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime214.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4077
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
3885
4078
|
"path",
|
|
3886
4079
|
{
|
|
3887
4080
|
fill: stroke || color || "currentColor",
|
|
@@ -3890,7 +4083,7 @@ var import_jsx_runtime201 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3890
4083
|
clipRule: "evenodd"
|
|
3891
4084
|
}
|
|
3892
4085
|
),
|
|
3893
|
-
/* @__PURE__ */ (0,
|
|
4086
|
+
/* @__PURE__ */ (0, import_jsx_runtime214.jsx)(
|
|
3894
4087
|
"path",
|
|
3895
4088
|
{
|
|
3896
4089
|
fill: stroke || color || "currentColor",
|
|
@@ -3902,7 +4095,7 @@ var import_jsx_runtime201 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3902
4095
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3903
4096
|
|
|
3904
4097
|
// src/components/Visualstyles.tsx
|
|
3905
|
-
var
|
|
4098
|
+
var import_jsx_runtime215 = require("react/jsx-runtime"), IconVisualstyles = ({ 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)(
|
|
3906
4099
|
"path",
|
|
3907
4100
|
{
|
|
3908
4101
|
fill: stroke || color || "currentColor",
|
|
@@ -3913,8 +4106,8 @@ var import_jsx_runtime202 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
3913
4106
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3914
4107
|
|
|
3915
4108
|
// src/components/Volume.tsx
|
|
3916
|
-
var
|
|
3917
|
-
/* @__PURE__ */ (0,
|
|
4109
|
+
var import_jsx_runtime216 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime216.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4110
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
3918
4111
|
"path",
|
|
3919
4112
|
{
|
|
3920
4113
|
fill: stroke || color || "currentColor",
|
|
@@ -3923,14 +4116,14 @@ var import_jsx_runtime203 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3923
4116
|
clipRule: "evenodd"
|
|
3924
4117
|
}
|
|
3925
4118
|
),
|
|
3926
|
-
/* @__PURE__ */ (0,
|
|
4119
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
3927
4120
|
"path",
|
|
3928
4121
|
{
|
|
3929
4122
|
fill: stroke || color || "currentColor",
|
|
3930
4123
|
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"
|
|
3931
4124
|
}
|
|
3932
4125
|
),
|
|
3933
|
-
/* @__PURE__ */ (0,
|
|
4126
|
+
/* @__PURE__ */ (0, import_jsx_runtime216.jsx)(
|
|
3934
4127
|
"path",
|
|
3935
4128
|
{
|
|
3936
4129
|
fill: stroke || color || "currentColor",
|
|
@@ -3940,7 +4133,7 @@ var import_jsx_runtime203 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3940
4133
|
] }), Volume_default = IconVolume;
|
|
3941
4134
|
|
|
3942
4135
|
// src/components/Withdrawgame.tsx
|
|
3943
|
-
var
|
|
4136
|
+
var import_jsx_runtime217 = require("react/jsx-runtime"), IconWithdrawgame = ({ 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)(
|
|
3944
4137
|
"path",
|
|
3945
4138
|
{
|
|
3946
4139
|
fill: stroke || color || "currentColor",
|
|
@@ -3951,15 +4144,15 @@ var import_jsx_runtime204 = require("react/jsx-runtime"), IconWithdrawgame = ({
|
|
|
3951
4144
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3952
4145
|
|
|
3953
4146
|
// src/components/Zoomhandle.tsx
|
|
3954
|
-
var
|
|
3955
|
-
/* @__PURE__ */ (0,
|
|
4147
|
+
var import_jsx_runtime218 = require("react/jsx-runtime"), IconZoomhandle = ({ 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: [
|
|
4148
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
3956
4149
|
"path",
|
|
3957
4150
|
{
|
|
3958
4151
|
fill: fill || color || "currentColor",
|
|
3959
4152
|
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"
|
|
3960
4153
|
}
|
|
3961
4154
|
),
|
|
3962
|
-
/* @__PURE__ */ (0,
|
|
4155
|
+
/* @__PURE__ */ (0, import_jsx_runtime218.jsx)(
|
|
3963
4156
|
"path",
|
|
3964
4157
|
{
|
|
3965
4158
|
fill: stroke || color || "currentColor",
|
|
@@ -3969,15 +4162,15 @@ var import_jsx_runtime205 = require("react/jsx-runtime"), IconZoomhandle = ({ si
|
|
|
3969
4162
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3970
4163
|
|
|
3971
4164
|
// src/components/Zoomin.tsx
|
|
3972
|
-
var
|
|
3973
|
-
/* @__PURE__ */ (0,
|
|
4165
|
+
var import_jsx_runtime219 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime219.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4166
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
3974
4167
|
"path",
|
|
3975
4168
|
{
|
|
3976
4169
|
fill: stroke || color || "currentColor",
|
|
3977
4170
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3978
4171
|
}
|
|
3979
4172
|
),
|
|
3980
|
-
/* @__PURE__ */ (0,
|
|
4173
|
+
/* @__PURE__ */ (0, import_jsx_runtime219.jsx)(
|
|
3981
4174
|
"path",
|
|
3982
4175
|
{
|
|
3983
4176
|
fill: stroke || color || "currentColor",
|
|
@@ -3989,9 +4182,9 @@ var import_jsx_runtime206 = require("react/jsx-runtime"), IconZoomin = ({ size,
|
|
|
3989
4182
|
] }), Zoomin_default = IconZoomin;
|
|
3990
4183
|
|
|
3991
4184
|
// src/components/Zoomout.tsx
|
|
3992
|
-
var
|
|
3993
|
-
/* @__PURE__ */ (0,
|
|
3994
|
-
/* @__PURE__ */ (0,
|
|
4185
|
+
var import_jsx_runtime220 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime220.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4186
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4187
|
+
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
3995
4188
|
"path",
|
|
3996
4189
|
{
|
|
3997
4190
|
fill: stroke || color || "currentColor",
|