@yoroll/react-icon 0.0.17 → 0.0.19
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/README.md +59 -0
- package/dist/index.cjs +729 -583
- package/dist/index.iife.js +719 -582
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +907 -752
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Edit.d.ts +4 -0
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/Gameuivariable.d.ts +4 -0
- package/dist/types/components/Generate.d.ts +4 -0
- package/dist/types/components/Notification.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/Sendup.d.ts +4 -0
- package/dist/types/components/Sendup2.d.ts +4 -0
- package/dist/types/components/TipsFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +10 -1
- package/package.json +1 -1
- package/dist/types/components/Changeprofilephoto.d.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.18 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -39,7 +39,6 @@ __export(index_exports, {
|
|
|
39
39
|
IconCcgFilled: () => CcgFilled_default,
|
|
40
40
|
IconCcggame: () => Ccggame_default,
|
|
41
41
|
IconCcglanguage: () => Ccglanguage_default,
|
|
42
|
-
IconChangeprofilephoto: () => Changeprofilephoto_default,
|
|
43
42
|
IconChaptercollapse: () => Chaptercollapse_default,
|
|
44
43
|
IconChapterexpand: () => Chapterexpand_default,
|
|
45
44
|
IconCheck: () => Check_default,
|
|
@@ -57,6 +56,7 @@ __export(index_exports, {
|
|
|
57
56
|
IconDownload: () => Download_default,
|
|
58
57
|
IconDownrightFilled: () => DownrightFilled_default,
|
|
59
58
|
IconDraghandleFilled: () => DraghandleFilled_default,
|
|
59
|
+
IconEdit: () => Edit_default,
|
|
60
60
|
IconExpandwindow: () => Expandwindow_default,
|
|
61
61
|
IconFavorite: () => Favorite_default,
|
|
62
62
|
IconFavoriteFilled: () => FavoriteFilled_default,
|
|
@@ -72,6 +72,7 @@ __export(index_exports, {
|
|
|
72
72
|
IconFiletypeWordFilled: () => FiletypeWordFilled_default,
|
|
73
73
|
IconFiletypeWordLumiFilled: () => FiletypeWordLumiFilled_default,
|
|
74
74
|
IconFillin: () => Fillin_default,
|
|
75
|
+
IconFmVeditorstart: () => FmVeditorstart_default,
|
|
75
76
|
IconFoldedMenu: () => FoldedMenu_default,
|
|
76
77
|
IconFullScreen: () => FullScreen_default,
|
|
77
78
|
IconGame: () => Game_default,
|
|
@@ -82,9 +83,12 @@ __export(index_exports, {
|
|
|
82
83
|
IconGamecontrolGameplay: () => GamecontrolGameplay_default,
|
|
83
84
|
IconGamecontrolLinear: () => GamecontrolLinear_default,
|
|
84
85
|
IconGamecontrolNone: () => GamecontrolNone_default,
|
|
86
|
+
IconGamecontrolTerminal: () => GamecontrolTerminal_default,
|
|
85
87
|
IconGamelanguage: () => Gamelanguage_default,
|
|
86
88
|
IconGamepreview: () => Gamepreview_default,
|
|
87
89
|
IconGameui: () => Gameui_default,
|
|
90
|
+
IconGameuivariable: () => Gameuivariable_default,
|
|
91
|
+
IconGenerate: () => Generate_default,
|
|
88
92
|
IconGenerateFilled: () => GenerateFilled_default,
|
|
89
93
|
IconGenerateFrameStart: () => GenerateFrameStart_default,
|
|
90
94
|
IconGenerateFrameStart2End: () => GenerateFrameStart2End_default,
|
|
@@ -134,6 +138,7 @@ __export(index_exports, {
|
|
|
134
138
|
IconNext: () => Next_default,
|
|
135
139
|
IconNextscene: () => Nextscene_default,
|
|
136
140
|
IconNiceofficial: () => Niceofficial_default,
|
|
141
|
+
IconNotification: () => Notification_default,
|
|
137
142
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
138
143
|
IconOpendemo: () => Opendemo_default,
|
|
139
144
|
IconOppsFilled: () => OppsFilled_default,
|
|
@@ -154,6 +159,7 @@ __export(index_exports, {
|
|
|
154
159
|
IconProblemFilled: () => ProblemFilled_default,
|
|
155
160
|
IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
|
|
156
161
|
IconPublish: () => Publish_default,
|
|
162
|
+
IconQtEsave: () => QtEsave_default,
|
|
157
163
|
IconRatio: () => Ratio_default,
|
|
158
164
|
IconRatio11: () => Ratio11_default,
|
|
159
165
|
IconRatio169: () => Ratio169_default,
|
|
@@ -167,6 +173,8 @@ __export(index_exports, {
|
|
|
167
173
|
IconScriptmode: () => Scriptmode_default,
|
|
168
174
|
IconScrolldown: () => Scrolldown_default,
|
|
169
175
|
IconSendrequest: () => Sendrequest_default,
|
|
176
|
+
IconSendup: () => Sendup_default,
|
|
177
|
+
IconSendup2: () => Sendup2_default,
|
|
170
178
|
IconShare: () => Share_default,
|
|
171
179
|
IconShareFilled: () => ShareFilled_default,
|
|
172
180
|
IconSidebar: () => Sidebar_default,
|
|
@@ -183,6 +191,7 @@ __export(index_exports, {
|
|
|
183
191
|
IconTarget: () => Target_default,
|
|
184
192
|
IconTextLogo: () => TextLogo_default,
|
|
185
193
|
IconTips: () => Tips_default,
|
|
194
|
+
IconTipsFilled: () => TipsFilled_default,
|
|
186
195
|
IconTools: () => Tools_default,
|
|
187
196
|
IconToolsFilled: () => ToolsFilled_default,
|
|
188
197
|
IconUndo: () => Undo_default,
|
|
@@ -229,9 +238,31 @@ var import_jsx_runtime2 = require("react/jsx-runtime"), IconAiwriting = ({ size,
|
|
|
229
238
|
}
|
|
230
239
|
) }), Aiwriting_default = IconAiwriting;
|
|
231
240
|
|
|
241
|
+
// src/components/FmVeditorstart.tsx
|
|
242
|
+
var import_jsx_runtime3 = require("react/jsx-runtime"), IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
243
|
+
"path",
|
|
244
|
+
{
|
|
245
|
+
fill: fill || color || "currentColor",
|
|
246
|
+
d: "M55 13.9762C57.1117 14.5592 58.7741 16.2216 59.3571 18.3333H70V21.6667H59.3571C58.7741 23.7783 57.1116 25.4399 55 26.0229V35H15V26.0229C12.8884 25.4399 11.2259 23.7783 10.6429 21.6667H0V18.3333H10.6429C11.2259 16.2216 12.8883 14.5592 15 13.9762V5H55V13.9762ZM18.75 14.1064C21.1774 14.9645 22.9167 17.2788 22.9167 20C22.9167 22.7211 21.1772 25.0346 18.75 25.8927V31.25H51.25V25.8927C48.8228 25.0346 47.0833 22.7211 47.0833 20C47.0833 17.2788 48.8226 14.9645 51.25 14.1064V8.75H18.75V14.1064ZM16.6667 17.5C16.0289 17.5 15.4481 17.7401 15.0065 18.1331C14.936 18.1959 14.8701 18.2631 14.8071 18.3333C14.4102 18.7759 14.1667 19.3588 14.1667 20C14.1667 20.6412 14.4102 21.2241 14.8071 21.6667C14.8679 21.7345 14.9322 21.7987 15 21.8595C15.4425 22.2564 16.0254 22.5 16.6667 22.5C17.5369 22.5 18.3023 22.0547 18.75 21.3802C19.0126 20.9846 19.1667 20.5105 19.1667 20C19.1667 19.4893 19.0129 19.0147 18.75 18.619C18.3022 17.9448 17.5367 17.5 16.6667 17.5ZM53.3333 17.5C52.4633 17.5 51.6978 17.9448 51.25 18.619C50.9871 19.0147 50.8333 19.4893 50.8333 20C50.8333 20.5105 50.9874 20.9846 51.25 21.3802C51.6977 22.0547 52.4631 22.5 53.3333 22.5C53.9746 22.5 54.5575 22.2564 55 21.8595C55.0678 21.7987 55.1321 21.7345 55.1929 21.6667C55.5898 21.2241 55.8333 20.6412 55.8333 20C55.8333 19.3588 55.5898 18.7759 55.1929 18.3333C55.1297 18.263 55.0633 18.196 54.9927 18.1331C54.5511 17.7403 53.9708 17.5 53.3333 17.5Z",
|
|
247
|
+
fillRule: "evenodd",
|
|
248
|
+
clipRule: "evenodd"
|
|
249
|
+
}
|
|
250
|
+
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
251
|
+
|
|
252
|
+
// src/components/QtEsave.tsx
|
|
253
|
+
var import_jsx_runtime4 = require("react/jsx-runtime"), IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
254
|
+
"path",
|
|
255
|
+
{
|
|
256
|
+
fill: stroke || color || "currentColor",
|
|
257
|
+
d: "M1.5 22.5V1.5H16.5L22.5 7.5V22.5H1.5ZM3.75 3.75H15.568L20.25 8.43198V20.25H17.25L17.25 13.5L6.75 13.5L6.75 20.25H3.75V3.75ZM15 20.25H9L9 15.75H15V20.25Z",
|
|
258
|
+
fillRule: "evenodd",
|
|
259
|
+
clipRule: "evenodd"
|
|
260
|
+
}
|
|
261
|
+
) }), QtEsave_default = IconQtEsave;
|
|
262
|
+
|
|
232
263
|
// src/components/Uploadimage.tsx
|
|
233
|
-
var
|
|
234
|
-
/* @__PURE__ */ (0,
|
|
264
|
+
var import_jsx_runtime5 = require("react/jsx-runtime"), IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
265
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
235
266
|
"path",
|
|
236
267
|
{
|
|
237
268
|
fill: stroke || color || "currentColor",
|
|
@@ -240,7 +271,7 @@ var import_jsx_runtime3 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
240
271
|
clipRule: "evenodd"
|
|
241
272
|
}
|
|
242
273
|
),
|
|
243
|
-
/* @__PURE__ */ (0,
|
|
274
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
244
275
|
"path",
|
|
245
276
|
{
|
|
246
277
|
fill: stroke || color || "currentColor",
|
|
@@ -250,8 +281,8 @@ var import_jsx_runtime3 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
250
281
|
] }), Uploadimage_default = IconUploadimage;
|
|
251
282
|
|
|
252
283
|
// src/components/Aboutus.tsx
|
|
253
|
-
var
|
|
254
|
-
/* @__PURE__ */ (0,
|
|
284
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), IconAboutus = ({ 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: [
|
|
285
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
255
286
|
"path",
|
|
256
287
|
{
|
|
257
288
|
fill: stroke || color || "currentColor",
|
|
@@ -260,7 +291,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
260
291
|
clipRule: "evenodd"
|
|
261
292
|
}
|
|
262
293
|
),
|
|
263
|
-
/* @__PURE__ */ (0,
|
|
294
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
264
295
|
"path",
|
|
265
296
|
{
|
|
266
297
|
fill: stroke || color || "currentColor",
|
|
@@ -270,15 +301,15 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), IconAboutus = ({ size, w
|
|
|
270
301
|
] }), Aboutus_default = IconAboutus;
|
|
271
302
|
|
|
272
303
|
// src/components/AddSceneChoice.tsx
|
|
273
|
-
var
|
|
274
|
-
/* @__PURE__ */ (0,
|
|
304
|
+
var import_jsx_runtime7 = require("react/jsx-runtime"), IconAddSceneChoice = ({ 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: [
|
|
305
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
275
306
|
"path",
|
|
276
307
|
{
|
|
277
308
|
fill: stroke || color || "currentColor",
|
|
278
309
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
279
310
|
}
|
|
280
311
|
),
|
|
281
|
-
/* @__PURE__ */ (0,
|
|
312
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
282
313
|
"path",
|
|
283
314
|
{
|
|
284
315
|
fill: stroke || color || "currentColor",
|
|
@@ -290,7 +321,7 @@ var import_jsx_runtime5 = require("react/jsx-runtime"), IconAddSceneChoice = ({
|
|
|
290
321
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
291
322
|
|
|
292
323
|
// src/components/Add.tsx
|
|
293
|
-
var
|
|
324
|
+
var import_jsx_runtime8 = require("react/jsx-runtime"), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
294
325
|
"path",
|
|
295
326
|
{
|
|
296
327
|
fill: stroke || color || "currentColor",
|
|
@@ -299,8 +330,8 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconAdd = ({ size, width
|
|
|
299
330
|
) }), Add_default = IconAdd;
|
|
300
331
|
|
|
301
332
|
// src/components/Agreements.tsx
|
|
302
|
-
var
|
|
303
|
-
/* @__PURE__ */ (0,
|
|
333
|
+
var import_jsx_runtime9 = require("react/jsx-runtime"), IconAgreements = ({ 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: [
|
|
334
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
304
335
|
"path",
|
|
305
336
|
{
|
|
306
337
|
fill: stroke || color || "currentColor",
|
|
@@ -309,11 +340,11 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAgreements = ({ size
|
|
|
309
340
|
clipRule: "evenodd"
|
|
310
341
|
}
|
|
311
342
|
),
|
|
312
|
-
/* @__PURE__ */ (0,
|
|
343
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
313
344
|
] }), Agreements_default = IconAgreements;
|
|
314
345
|
|
|
315
346
|
// src/components/AngleDown.tsx
|
|
316
|
-
var
|
|
347
|
+
var import_jsx_runtime10 = require("react/jsx-runtime"), IconAngleDown = ({ 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)(
|
|
317
348
|
"path",
|
|
318
349
|
{
|
|
319
350
|
fill: stroke || color || "currentColor",
|
|
@@ -322,7 +353,7 @@ var import_jsx_runtime8 = require("react/jsx-runtime"), IconAngleDown = ({ size,
|
|
|
322
353
|
) }), AngleDown_default = IconAngleDown;
|
|
323
354
|
|
|
324
355
|
// src/components/Angleright.tsx
|
|
325
|
-
var
|
|
356
|
+
var import_jsx_runtime11 = require("react/jsx-runtime"), IconAngleright = ({ 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)(
|
|
326
357
|
"path",
|
|
327
358
|
{
|
|
328
359
|
fill: stroke || color || "currentColor",
|
|
@@ -331,7 +362,7 @@ var import_jsx_runtime9 = require("react/jsx-runtime"), IconAngleright = ({ size
|
|
|
331
362
|
) }), Angleright_default = IconAngleright;
|
|
332
363
|
|
|
333
364
|
// src/components/Announcement.tsx
|
|
334
|
-
var
|
|
365
|
+
var import_jsx_runtime12 = require("react/jsx-runtime"), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
335
366
|
"path",
|
|
336
367
|
{
|
|
337
368
|
fill: stroke || color || "currentColor",
|
|
@@ -342,7 +373,7 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAnnouncement = ({ s
|
|
|
342
373
|
) }), Announcement_default = IconAnnouncement;
|
|
343
374
|
|
|
344
375
|
// src/components/Artboard.tsx
|
|
345
|
-
var
|
|
376
|
+
var import_jsx_runtime13 = require("react/jsx-runtime"), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
346
377
|
"path",
|
|
347
378
|
{
|
|
348
379
|
fill: stroke || color || "currentColor",
|
|
@@ -353,17 +384,17 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconArtboard = ({ size,
|
|
|
353
384
|
) }), Artboard_default = IconArtboard;
|
|
354
385
|
|
|
355
386
|
// src/components/AssetsFilled.tsx
|
|
356
|
-
var
|
|
357
|
-
/* @__PURE__ */ (0,
|
|
358
|
-
/* @__PURE__ */ (0,
|
|
359
|
-
/* @__PURE__ */ (0,
|
|
387
|
+
var import_jsx_runtime14 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
388
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
389
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
390
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
360
391
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
361
392
|
|
|
362
393
|
// src/components/Assets.tsx
|
|
363
|
-
var
|
|
364
|
-
/* @__PURE__ */ (0,
|
|
365
|
-
/* @__PURE__ */ (0,
|
|
366
|
-
/* @__PURE__ */ (0,
|
|
394
|
+
var import_jsx_runtime15 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
395
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
396
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
397
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
367
398
|
"path",
|
|
368
399
|
{
|
|
369
400
|
fill: stroke || color || "currentColor",
|
|
@@ -375,7 +406,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
375
406
|
] }), Assets_default = IconAssets;
|
|
376
407
|
|
|
377
408
|
// src/components/Autolayout.tsx
|
|
378
|
-
var
|
|
409
|
+
var import_jsx_runtime16 = require("react/jsx-runtime"), IconAutolayout = ({ 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)(
|
|
379
410
|
"path",
|
|
380
411
|
{
|
|
381
412
|
fill: stroke || color || "currentColor",
|
|
@@ -384,8 +415,8 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconAutolayout = ({ siz
|
|
|
384
415
|
) }), Autolayout_default = IconAutolayout;
|
|
385
416
|
|
|
386
417
|
// src/components/Backtoprojects.tsx
|
|
387
|
-
var
|
|
388
|
-
/* @__PURE__ */ (0,
|
|
418
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
419
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
389
420
|
"path",
|
|
390
421
|
{
|
|
391
422
|
fill: stroke || color || "currentColor",
|
|
@@ -394,7 +425,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
394
425
|
clipRule: "evenodd"
|
|
395
426
|
}
|
|
396
427
|
),
|
|
397
|
-
/* @__PURE__ */ (0,
|
|
428
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
398
429
|
"path",
|
|
399
430
|
{
|
|
400
431
|
fill: stroke || color || "currentColor",
|
|
@@ -403,7 +434,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
403
434
|
clipRule: "evenodd"
|
|
404
435
|
}
|
|
405
436
|
),
|
|
406
|
-
/* @__PURE__ */ (0,
|
|
437
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
407
438
|
"path",
|
|
408
439
|
{
|
|
409
440
|
fill: stroke || color || "currentColor",
|
|
@@ -412,7 +443,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
412
443
|
clipRule: "evenodd"
|
|
413
444
|
}
|
|
414
445
|
),
|
|
415
|
-
/* @__PURE__ */ (0,
|
|
446
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
416
447
|
"path",
|
|
417
448
|
{
|
|
418
449
|
fill: stroke || color || "currentColor",
|
|
@@ -424,7 +455,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
424
455
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
425
456
|
|
|
426
457
|
// src/components/Backward.tsx
|
|
427
|
-
var
|
|
458
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
428
459
|
"path",
|
|
429
460
|
{
|
|
430
461
|
fill: stroke || color || "currentColor",
|
|
@@ -433,7 +464,7 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
433
464
|
) }), Backward_default = IconBackward;
|
|
434
465
|
|
|
435
466
|
// src/components/BatchShots.tsx
|
|
436
|
-
var
|
|
467
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
437
468
|
"path",
|
|
438
469
|
{
|
|
439
470
|
fill: stroke || color || "currentColor",
|
|
@@ -444,7 +475,7 @@ var import_jsx_runtime17 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
444
475
|
) }), BatchShots_default = IconBatchShots;
|
|
445
476
|
|
|
446
477
|
// src/components/Canvasmode.tsx
|
|
447
|
-
var
|
|
478
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconCanvasmode = ({ 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)(
|
|
448
479
|
"path",
|
|
449
480
|
{
|
|
450
481
|
fill: stroke || color || "currentColor",
|
|
@@ -455,7 +486,7 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
455
486
|
) }), Canvasmode_default = IconCanvasmode;
|
|
456
487
|
|
|
457
488
|
// src/components/CcgFilled.tsx
|
|
458
|
-
var
|
|
489
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
459
490
|
"path",
|
|
460
491
|
{
|
|
461
492
|
fill: fill || color || "currentColor",
|
|
@@ -466,7 +497,7 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconCcgFilled = ({ size
|
|
|
466
497
|
) }), CcgFilled_default = IconCcgFilled;
|
|
467
498
|
|
|
468
499
|
// src/components/Ccg.tsx
|
|
469
|
-
var
|
|
500
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconCcg = ({ 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)(
|
|
470
501
|
"path",
|
|
471
502
|
{
|
|
472
503
|
fill: stroke || color || "currentColor",
|
|
@@ -477,29 +508,29 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCcg = ({ size, widt
|
|
|
477
508
|
) }), Ccg_default = IconCcg;
|
|
478
509
|
|
|
479
510
|
// src/components/Ccggame.tsx
|
|
480
|
-
var
|
|
481
|
-
/* @__PURE__ */ (0,
|
|
511
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
512
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
482
513
|
"path",
|
|
483
514
|
{
|
|
484
515
|
fill: stroke || color || "currentColor",
|
|
485
516
|
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"
|
|
486
517
|
}
|
|
487
518
|
),
|
|
488
|
-
/* @__PURE__ */ (0,
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
489
520
|
"path",
|
|
490
521
|
{
|
|
491
522
|
fill: stroke || color || "currentColor",
|
|
492
523
|
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"
|
|
493
524
|
}
|
|
494
525
|
),
|
|
495
|
-
/* @__PURE__ */ (0,
|
|
526
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
496
527
|
"path",
|
|
497
528
|
{
|
|
498
529
|
fill: stroke || color || "currentColor",
|
|
499
530
|
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"
|
|
500
531
|
}
|
|
501
532
|
),
|
|
502
|
-
/* @__PURE__ */ (0,
|
|
533
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
503
534
|
"path",
|
|
504
535
|
{
|
|
505
536
|
fill: stroke || color || "currentColor",
|
|
@@ -511,7 +542,7 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCcggame = ({ size,
|
|
|
511
542
|
] }), Ccggame_default = IconCcggame;
|
|
512
543
|
|
|
513
544
|
// src/components/Ccglanguage.tsx
|
|
514
|
-
var
|
|
545
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
515
546
|
"path",
|
|
516
547
|
{
|
|
517
548
|
fill: stroke || color || "currentColor",
|
|
@@ -519,19 +550,8 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconCcglanguage = ({ si
|
|
|
519
550
|
}
|
|
520
551
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
521
552
|
|
|
522
|
-
// src/components/Changeprofilephoto.tsx
|
|
523
|
-
var import_jsx_runtime23 = require("react/jsx-runtime"), IconChangeprofilephoto = ({ 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)(
|
|
524
|
-
"path",
|
|
525
|
-
{
|
|
526
|
-
fill: stroke || color || "currentColor",
|
|
527
|
-
d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
|
|
528
|
-
fillRule: "evenodd",
|
|
529
|
-
clipRule: "evenodd"
|
|
530
|
-
}
|
|
531
|
-
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
532
|
-
|
|
533
553
|
// src/components/Chaptercollapse.tsx
|
|
534
|
-
var
|
|
554
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
535
555
|
"path",
|
|
536
556
|
{
|
|
537
557
|
fill: stroke || color || "currentColor",
|
|
@@ -542,7 +562,7 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
542
562
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
543
563
|
|
|
544
564
|
// src/components/Chapterexpand.tsx
|
|
545
|
-
var
|
|
565
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconChapterexpand = ({ 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)(
|
|
546
566
|
"path",
|
|
547
567
|
{
|
|
548
568
|
fill: stroke || color || "currentColor",
|
|
@@ -553,7 +573,7 @@ var import_jsx_runtime25 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
553
573
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
554
574
|
|
|
555
575
|
// src/components/Check.tsx
|
|
556
|
-
var
|
|
576
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconCheck = ({ 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)(
|
|
557
577
|
"path",
|
|
558
578
|
{
|
|
559
579
|
fill: stroke || color || "currentColor",
|
|
@@ -562,7 +582,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
562
582
|
) }), Check_default = IconCheck;
|
|
563
583
|
|
|
564
584
|
// src/components/CheckedFilled.tsx
|
|
565
|
-
var
|
|
585
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconCheckedFilled = ({ 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)(
|
|
566
586
|
"path",
|
|
567
587
|
{
|
|
568
588
|
fill: fill || color || "currentColor",
|
|
@@ -573,7 +593,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconCheckedFilled = ({
|
|
|
573
593
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
574
594
|
|
|
575
595
|
// src/components/Close.tsx
|
|
576
|
-
var
|
|
596
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
577
597
|
"path",
|
|
578
598
|
{
|
|
579
599
|
fill: stroke || color || "currentColor",
|
|
@@ -582,8 +602,8 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
582
602
|
) }), Close_default = IconClose;
|
|
583
603
|
|
|
584
604
|
// src/components/Collapsewindow.tsx
|
|
585
|
-
var
|
|
586
|
-
/* @__PURE__ */ (0,
|
|
605
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
606
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
587
607
|
"path",
|
|
588
608
|
{
|
|
589
609
|
fill: stroke || color || "currentColor",
|
|
@@ -592,7 +612,7 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
592
612
|
clipRule: "evenodd"
|
|
593
613
|
}
|
|
594
614
|
),
|
|
595
|
-
/* @__PURE__ */ (0,
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
596
616
|
"path",
|
|
597
617
|
{
|
|
598
618
|
fill: stroke || color || "currentColor",
|
|
@@ -604,9 +624,9 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
604
624
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
605
625
|
|
|
606
626
|
// src/components/Copy.tsx
|
|
607
|
-
var
|
|
608
|
-
/* @__PURE__ */ (0,
|
|
609
|
-
/* @__PURE__ */ (0,
|
|
627
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
610
630
|
"path",
|
|
611
631
|
{
|
|
612
632
|
fill: stroke || color || "currentColor",
|
|
@@ -618,7 +638,7 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
618
638
|
] }), Copy_default = IconCopy;
|
|
619
639
|
|
|
620
640
|
// src/components/Copylink.tsx
|
|
621
|
-
var
|
|
641
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconCopylink = ({ 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)(
|
|
622
642
|
"path",
|
|
623
643
|
{
|
|
624
644
|
fill: stroke || color || "currentColor",
|
|
@@ -629,8 +649,8 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconCopylink = ({ size,
|
|
|
629
649
|
) }), Copylink_default = IconCopylink;
|
|
630
650
|
|
|
631
651
|
// src/components/CreditFilled.tsx
|
|
632
|
-
var
|
|
633
|
-
/* @__PURE__ */ (0,
|
|
652
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconCreditFilled = ({ 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: [
|
|
653
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
634
654
|
"path",
|
|
635
655
|
{
|
|
636
656
|
fill: fill || color || "currentColor",
|
|
@@ -639,11 +659,11 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
639
659
|
clipRule: "evenodd"
|
|
640
660
|
}
|
|
641
661
|
) }),
|
|
642
|
-
/* @__PURE__ */ (0,
|
|
662
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
643
663
|
] }), CreditFilled_default = IconCreditFilled;
|
|
644
664
|
|
|
645
665
|
// src/components/Cursor.tsx
|
|
646
|
-
var
|
|
666
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconCursor = ({ 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)(
|
|
647
667
|
"path",
|
|
648
668
|
{
|
|
649
669
|
fill: stroke || color || "currentColor",
|
|
@@ -654,9 +674,9 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
654
674
|
) }), Cursor_default = IconCursor;
|
|
655
675
|
|
|
656
676
|
// src/components/DeleteSceneChoice.tsx
|
|
657
|
-
var
|
|
658
|
-
/* @__PURE__ */ (0,
|
|
659
|
-
/* @__PURE__ */ (0,
|
|
677
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
678
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
679
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
660
680
|
"path",
|
|
661
681
|
{
|
|
662
682
|
fill: stroke || color || "currentColor",
|
|
@@ -668,9 +688,9 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
668
688
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
669
689
|
|
|
670
690
|
// src/components/Delete.tsx
|
|
671
|
-
var
|
|
672
|
-
/* @__PURE__ */ (0,
|
|
673
|
-
/* @__PURE__ */ (0,
|
|
691
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
692
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
693
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
674
694
|
"path",
|
|
675
695
|
{
|
|
676
696
|
fill: stroke || color || "currentColor",
|
|
@@ -682,7 +702,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
682
702
|
] }), Delete_default = IconDelete;
|
|
683
703
|
|
|
684
704
|
// src/components/DownFilled.tsx
|
|
685
|
-
var
|
|
705
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
686
706
|
"path",
|
|
687
707
|
{
|
|
688
708
|
fill: fill || color || "currentColor",
|
|
@@ -693,7 +713,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconDownFilled = ({ siz
|
|
|
693
713
|
) }), DownFilled_default = IconDownFilled;
|
|
694
714
|
|
|
695
715
|
// src/components/DownleftFilled.tsx
|
|
696
|
-
var
|
|
716
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconDownleftFilled = ({ 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)(
|
|
697
717
|
"path",
|
|
698
718
|
{
|
|
699
719
|
fill: fill || color || "currentColor",
|
|
@@ -704,15 +724,15 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconDownleftFilled = ({
|
|
|
704
724
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
705
725
|
|
|
706
726
|
// src/components/Download.tsx
|
|
707
|
-
var
|
|
708
|
-
/* @__PURE__ */ (0,
|
|
727
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconDownload = ({ 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: [
|
|
728
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
709
729
|
"path",
|
|
710
730
|
{
|
|
711
731
|
fill: stroke || color || "currentColor",
|
|
712
732
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
713
733
|
}
|
|
714
734
|
),
|
|
715
|
-
/* @__PURE__ */ (0,
|
|
735
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
716
736
|
"path",
|
|
717
737
|
{
|
|
718
738
|
fill: stroke || color || "currentColor",
|
|
@@ -724,7 +744,7 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
724
744
|
] }), Download_default = IconDownload;
|
|
725
745
|
|
|
726
746
|
// src/components/DownrightFilled.tsx
|
|
727
|
-
var
|
|
747
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconDownrightFilled = ({ 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)(
|
|
728
748
|
"path",
|
|
729
749
|
{
|
|
730
750
|
fill: fill || color || "currentColor",
|
|
@@ -735,18 +755,38 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconDownrightFilled = (
|
|
|
735
755
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
736
756
|
|
|
737
757
|
// src/components/DraghandleFilled.tsx
|
|
738
|
-
var
|
|
739
|
-
/* @__PURE__ */ (0,
|
|
740
|
-
/* @__PURE__ */ (0,
|
|
741
|
-
/* @__PURE__ */ (0,
|
|
742
|
-
/* @__PURE__ */ (0,
|
|
743
|
-
/* @__PURE__ */ (0,
|
|
744
|
-
/* @__PURE__ */ (0,
|
|
758
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
759
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
760
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
761
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
745
765
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
746
766
|
|
|
767
|
+
// src/components/Edit.tsx
|
|
768
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconEdit = ({ 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: [
|
|
769
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
770
|
+
"path",
|
|
771
|
+
{
|
|
772
|
+
fill: stroke || color || "currentColor",
|
|
773
|
+
d: "M18.75 0L9 9.75V15H14.25L24 5.25L18.75 0ZM11.25 12.75V10.682L18.75 3.18198L20.818 5.25L13.318 12.75H11.25Z",
|
|
774
|
+
fillRule: "evenodd",
|
|
775
|
+
clipRule: "evenodd"
|
|
776
|
+
}
|
|
777
|
+
),
|
|
778
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
779
|
+
"path",
|
|
780
|
+
{
|
|
781
|
+
fill: stroke || color || "currentColor",
|
|
782
|
+
d: "M1.5 1.5V22.5H22.5V13.5H20.25V20.25H3.75V3.75H10.5V1.5H1.5Z"
|
|
783
|
+
}
|
|
784
|
+
)
|
|
785
|
+
] }), Edit_default = IconEdit;
|
|
786
|
+
|
|
747
787
|
// src/components/Expandwindow.tsx
|
|
748
|
-
var
|
|
749
|
-
/* @__PURE__ */ (0,
|
|
788
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
789
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
750
790
|
"path",
|
|
751
791
|
{
|
|
752
792
|
fill: stroke || color || "currentColor",
|
|
@@ -755,7 +795,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
755
795
|
clipRule: "evenodd"
|
|
756
796
|
}
|
|
757
797
|
),
|
|
758
|
-
/* @__PURE__ */ (0,
|
|
798
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
759
799
|
"path",
|
|
760
800
|
{
|
|
761
801
|
fill: stroke || color || "currentColor",
|
|
@@ -767,7 +807,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconExpandwindow = ({ s
|
|
|
767
807
|
] }), Expandwindow_default = IconExpandwindow;
|
|
768
808
|
|
|
769
809
|
// src/components/FavoriteFilled.tsx
|
|
770
|
-
var
|
|
810
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
771
811
|
"path",
|
|
772
812
|
{
|
|
773
813
|
fill: fill || color || "currentColor",
|
|
@@ -776,7 +816,7 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconFavoriteFilled = ({
|
|
|
776
816
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
777
817
|
|
|
778
818
|
// src/components/Favorite.tsx
|
|
779
|
-
var
|
|
819
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
780
820
|
"path",
|
|
781
821
|
{
|
|
782
822
|
fill: stroke || color || "currentColor",
|
|
@@ -787,7 +827,7 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconFavorite = ({ size,
|
|
|
787
827
|
) }), Favorite_default = IconFavorite;
|
|
788
828
|
|
|
789
829
|
// src/components/FeedbackFailFilled.tsx
|
|
790
|
-
var
|
|
830
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ 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)(
|
|
791
831
|
"path",
|
|
792
832
|
{
|
|
793
833
|
fill: fill || color || "currentColor",
|
|
@@ -798,7 +838,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
798
838
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
799
839
|
|
|
800
840
|
// src/components/FeedbackPendingFilled.tsx
|
|
801
|
-
var
|
|
841
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ 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)(
|
|
802
842
|
"path",
|
|
803
843
|
{
|
|
804
844
|
fill: fill || color || "currentColor",
|
|
@@ -809,7 +849,7 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
809
849
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
810
850
|
|
|
811
851
|
// src/components/FeedbackProblemFilled.tsx
|
|
812
|
-
var
|
|
852
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
813
853
|
"path",
|
|
814
854
|
{
|
|
815
855
|
fill: fill || color || "currentColor",
|
|
@@ -820,29 +860,29 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
820
860
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
821
861
|
|
|
822
862
|
// src/components/FeedbackProblem.tsx
|
|
823
|
-
var
|
|
824
|
-
/* @__PURE__ */ (0,
|
|
863
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
825
865
|
"path",
|
|
826
866
|
{
|
|
827
867
|
fill: stroke || color || "currentColor",
|
|
828
868
|
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"
|
|
829
869
|
}
|
|
830
870
|
),
|
|
831
|
-
/* @__PURE__ */ (0,
|
|
871
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
832
872
|
"path",
|
|
833
873
|
{
|
|
834
874
|
fill: stroke || color || "currentColor",
|
|
835
875
|
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"
|
|
836
876
|
}
|
|
837
877
|
),
|
|
838
|
-
/* @__PURE__ */ (0,
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
839
879
|
"path",
|
|
840
880
|
{
|
|
841
881
|
fill: stroke || color || "currentColor",
|
|
842
882
|
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"
|
|
843
883
|
}
|
|
844
884
|
),
|
|
845
|
-
/* @__PURE__ */ (0,
|
|
885
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
846
886
|
"path",
|
|
847
887
|
{
|
|
848
888
|
fill: stroke || color || "currentColor",
|
|
@@ -854,8 +894,8 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
854
894
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
855
895
|
|
|
856
896
|
// src/components/FiletypeImageFilled.tsx
|
|
857
|
-
var
|
|
858
|
-
/* @__PURE__ */ (0,
|
|
897
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconFiletypeImageFilled = ({ 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: [
|
|
898
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
859
899
|
"path",
|
|
860
900
|
{
|
|
861
901
|
fill: "#2E2E2E",
|
|
@@ -863,21 +903,21 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
863
903
|
style: { opacity: 0.3 }
|
|
864
904
|
}
|
|
865
905
|
) }),
|
|
866
|
-
/* @__PURE__ */ (0,
|
|
906
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
867
907
|
"path",
|
|
868
908
|
{
|
|
869
909
|
fill: "#2E2E2E",
|
|
870
910
|
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"
|
|
871
911
|
}
|
|
872
912
|
),
|
|
873
|
-
/* @__PURE__ */ (0,
|
|
913
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
874
914
|
"path",
|
|
875
915
|
{
|
|
876
916
|
fill: "#2E2E2E",
|
|
877
917
|
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"
|
|
878
918
|
}
|
|
879
919
|
),
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
920
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
881
921
|
"path",
|
|
882
922
|
{
|
|
883
923
|
fill: "#2E2E2E",
|
|
@@ -889,8 +929,8 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconFiletypeImageFilled
|
|
|
889
929
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
890
930
|
|
|
891
931
|
// src/components/FiletypePdfFilled.tsx
|
|
892
|
-
var
|
|
893
|
-
/* @__PURE__ */ (0,
|
|
932
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ 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: [
|
|
933
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
894
934
|
"path",
|
|
895
935
|
{
|
|
896
936
|
fill: "#FF3E4C",
|
|
@@ -898,14 +938,14 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
898
938
|
style: { opacity: 0.3 }
|
|
899
939
|
}
|
|
900
940
|
) }),
|
|
901
|
-
/* @__PURE__ */ (0,
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
902
942
|
"path",
|
|
903
943
|
{
|
|
904
944
|
fill: "#FF3E4C",
|
|
905
945
|
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"
|
|
906
946
|
}
|
|
907
947
|
),
|
|
908
|
-
/* @__PURE__ */ (0,
|
|
948
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
909
949
|
"path",
|
|
910
950
|
{
|
|
911
951
|
fill: "#FF3E4C",
|
|
@@ -915,8 +955,8 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
915
955
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
916
956
|
|
|
917
957
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
918
|
-
var
|
|
919
|
-
/* @__PURE__ */ (0,
|
|
958
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
959
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
920
960
|
"path",
|
|
921
961
|
{
|
|
922
962
|
fill: "#2E2E2E",
|
|
@@ -924,14 +964,14 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
924
964
|
style: { opacity: 0.3 }
|
|
925
965
|
}
|
|
926
966
|
) }),
|
|
927
|
-
/* @__PURE__ */ (0,
|
|
967
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
928
968
|
"path",
|
|
929
969
|
{
|
|
930
970
|
fill: "#2E2E2E",
|
|
931
971
|
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"
|
|
932
972
|
}
|
|
933
973
|
),
|
|
934
|
-
/* @__PURE__ */ (0,
|
|
974
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
935
975
|
"path",
|
|
936
976
|
{
|
|
937
977
|
fill: "#2E2E2E",
|
|
@@ -941,8 +981,8 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
941
981
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
942
982
|
|
|
943
983
|
// src/components/FiletypeTxtFilled.tsx
|
|
944
|
-
var
|
|
945
|
-
/* @__PURE__ */ (0,
|
|
984
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconFiletypeTxtFilled = ({ 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: [
|
|
985
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
946
986
|
"path",
|
|
947
987
|
{
|
|
948
988
|
fill: "#005FAD",
|
|
@@ -950,11 +990,11 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
950
990
|
style: { opacity: 0.3 }
|
|
951
991
|
}
|
|
952
992
|
) }),
|
|
953
|
-
/* @__PURE__ */ (0,
|
|
954
|
-
/* @__PURE__ */ (0,
|
|
955
|
-
/* @__PURE__ */ (0,
|
|
956
|
-
/* @__PURE__ */ (0,
|
|
957
|
-
/* @__PURE__ */ (0,
|
|
993
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
994
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
996
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
997
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
958
998
|
"path",
|
|
959
999
|
{
|
|
960
1000
|
fill: "#005FAD",
|
|
@@ -964,8 +1004,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconFiletypeTxtFilled =
|
|
|
964
1004
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
965
1005
|
|
|
966
1006
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
967
|
-
var
|
|
968
|
-
/* @__PURE__ */ (0,
|
|
1007
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1008
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
969
1009
|
"path",
|
|
970
1010
|
{
|
|
971
1011
|
fill: "#2E2E2E",
|
|
@@ -973,11 +1013,11 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
973
1013
|
style: { opacity: 0.3 }
|
|
974
1014
|
}
|
|
975
1015
|
) }),
|
|
976
|
-
/* @__PURE__ */ (0,
|
|
977
|
-
/* @__PURE__ */ (0,
|
|
978
|
-
/* @__PURE__ */ (0,
|
|
979
|
-
/* @__PURE__ */ (0,
|
|
980
|
-
/* @__PURE__ */ (0,
|
|
1016
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
1017
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
1018
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
1020
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
981
1021
|
"path",
|
|
982
1022
|
{
|
|
983
1023
|
fill: "#2E2E2E",
|
|
@@ -987,8 +1027,8 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconFiletypeTxtLumiFill
|
|
|
987
1027
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
988
1028
|
|
|
989
1029
|
// src/components/FiletypeWordFilled.tsx
|
|
990
|
-
var
|
|
991
|
-
/* @__PURE__ */ (0,
|
|
1030
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
992
1032
|
"path",
|
|
993
1033
|
{
|
|
994
1034
|
fill: "#0072FF",
|
|
@@ -996,14 +1036,14 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
996
1036
|
style: { opacity: 0.3 }
|
|
997
1037
|
}
|
|
998
1038
|
) }),
|
|
999
|
-
/* @__PURE__ */ (0,
|
|
1039
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1000
1040
|
"path",
|
|
1001
1041
|
{
|
|
1002
1042
|
fill: "#0072FF",
|
|
1003
1043
|
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"
|
|
1004
1044
|
}
|
|
1005
1045
|
),
|
|
1006
|
-
/* @__PURE__ */ (0,
|
|
1046
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1007
1047
|
"path",
|
|
1008
1048
|
{
|
|
1009
1049
|
fill: "#0072FF",
|
|
@@ -1013,8 +1053,8 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconFiletypeWordFilled
|
|
|
1013
1053
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
1014
1054
|
|
|
1015
1055
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
1016
|
-
var
|
|
1017
|
-
/* @__PURE__ */ (0,
|
|
1056
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1057
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1018
1058
|
"path",
|
|
1019
1059
|
{
|
|
1020
1060
|
fill: "#2E2E2E",
|
|
@@ -1022,14 +1062,14 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1022
1062
|
style: { opacity: 0.3 }
|
|
1023
1063
|
}
|
|
1024
1064
|
) }),
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1065
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1026
1066
|
"path",
|
|
1027
1067
|
{
|
|
1028
1068
|
fill: "#2E2E2E",
|
|
1029
1069
|
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"
|
|
1030
1070
|
}
|
|
1031
1071
|
),
|
|
1032
|
-
/* @__PURE__ */ (0,
|
|
1072
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1033
1073
|
"path",
|
|
1034
1074
|
{
|
|
1035
1075
|
fill: "#2E2E2E",
|
|
@@ -1039,8 +1079,8 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconFiletypeWordLumiFil
|
|
|
1039
1079
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
1040
1080
|
|
|
1041
1081
|
// src/components/Fillin.tsx
|
|
1042
|
-
var
|
|
1043
|
-
/* @__PURE__ */ (0,
|
|
1082
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1083
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1044
1084
|
"path",
|
|
1045
1085
|
{
|
|
1046
1086
|
fill: stroke || color || "currentColor",
|
|
@@ -1049,7 +1089,7 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1049
1089
|
clipRule: "evenodd"
|
|
1050
1090
|
}
|
|
1051
1091
|
) }),
|
|
1052
|
-
/* @__PURE__ */ (0,
|
|
1092
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1053
1093
|
"rect",
|
|
1054
1094
|
{
|
|
1055
1095
|
width: "24",
|
|
@@ -1061,33 +1101,33 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconFillin = ({ size, w
|
|
|
1061
1101
|
] }), Fillin_default = IconFillin;
|
|
1062
1102
|
|
|
1063
1103
|
// src/components/FoldedMenu.tsx
|
|
1064
|
-
var
|
|
1065
|
-
/* @__PURE__ */ (0,
|
|
1066
|
-
/* @__PURE__ */ (0,
|
|
1067
|
-
/* @__PURE__ */ (0,
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1104
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1105
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1106
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1107
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1069
1109
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1070
1110
|
|
|
1071
1111
|
// src/components/FullScreen.tsx
|
|
1072
|
-
var
|
|
1073
|
-
/* @__PURE__ */ (0,
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1075
|
-
/* @__PURE__ */ (0,
|
|
1076
|
-
/* @__PURE__ */ (0,
|
|
1112
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconFullScreen = ({ 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: [
|
|
1113
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1114
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1115
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1116
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1077
1117
|
] }), FullScreen_default = IconFullScreen;
|
|
1078
1118
|
|
|
1079
1119
|
// src/components/GameFilled.tsx
|
|
1080
|
-
var
|
|
1081
|
-
/* @__PURE__ */ (0,
|
|
1082
|
-
/* @__PURE__ */ (0,
|
|
1083
|
-
/* @__PURE__ */ (0,
|
|
1120
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconGameFilled = ({ 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: [
|
|
1121
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1122
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1123
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1084
1124
|
"path",
|
|
1085
1125
|
{
|
|
1086
1126
|
fill: fill || color || "currentColor",
|
|
1087
1127
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1088
1128
|
}
|
|
1089
1129
|
),
|
|
1090
|
-
/* @__PURE__ */ (0,
|
|
1130
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1091
1131
|
"path",
|
|
1092
1132
|
{
|
|
1093
1133
|
fill: fill || color || "currentColor",
|
|
@@ -1097,8 +1137,8 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconGameFilled = ({ siz
|
|
|
1097
1137
|
] }), GameFilled_default = IconGameFilled;
|
|
1098
1138
|
|
|
1099
1139
|
// src/components/Game.tsx
|
|
1100
|
-
var
|
|
1101
|
-
/* @__PURE__ */ (0,
|
|
1140
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconGame = ({ 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: [
|
|
1141
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1102
1142
|
"path",
|
|
1103
1143
|
{
|
|
1104
1144
|
fill: stroke || color || "currentColor",
|
|
@@ -1107,7 +1147,7 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1107
1147
|
clipRule: "evenodd"
|
|
1108
1148
|
}
|
|
1109
1149
|
),
|
|
1110
|
-
/* @__PURE__ */ (0,
|
|
1150
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1111
1151
|
"path",
|
|
1112
1152
|
{
|
|
1113
1153
|
fill: stroke || color || "currentColor",
|
|
@@ -1116,7 +1156,7 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1116
1156
|
clipRule: "evenodd"
|
|
1117
1157
|
}
|
|
1118
1158
|
),
|
|
1119
|
-
/* @__PURE__ */ (0,
|
|
1159
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1120
1160
|
"path",
|
|
1121
1161
|
{
|
|
1122
1162
|
fill: stroke || color || "currentColor",
|
|
@@ -1125,7 +1165,7 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1125
1165
|
clipRule: "evenodd"
|
|
1126
1166
|
}
|
|
1127
1167
|
),
|
|
1128
|
-
/* @__PURE__ */ (0,
|
|
1168
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1129
1169
|
"path",
|
|
1130
1170
|
{
|
|
1131
1171
|
fill: stroke || color || "currentColor",
|
|
@@ -1137,7 +1177,7 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
1137
1177
|
] }), Game_default = IconGame;
|
|
1138
1178
|
|
|
1139
1179
|
// src/components/GamebackupFilled.tsx
|
|
1140
|
-
var
|
|
1180
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
1141
1181
|
"path",
|
|
1142
1182
|
{
|
|
1143
1183
|
fill: fill || color || "currentColor",
|
|
@@ -1148,7 +1188,7 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconGamebackupFilled =
|
|
|
1148
1188
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1149
1189
|
|
|
1150
1190
|
// src/components/Gamebackup.tsx
|
|
1151
|
-
var
|
|
1191
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
1152
1192
|
"path",
|
|
1153
1193
|
{
|
|
1154
1194
|
fill: stroke || color || "currentColor",
|
|
@@ -1159,18 +1199,18 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconGamebackup = ({ siz
|
|
|
1159
1199
|
) }), Gamebackup_default = IconGamebackup;
|
|
1160
1200
|
|
|
1161
1201
|
// src/components/GamecontrolChoice.tsx
|
|
1162
|
-
var
|
|
1202
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
1163
1203
|
"path",
|
|
1164
1204
|
{
|
|
1165
1205
|
fill: stroke || color || "currentColor",
|
|
1166
|
-
d: "
|
|
1206
|
+
d: "M15.9053 6.75C16.395 8.48138 17.9868 9.75 19.875 9.75C22.1532 9.75 24 7.90318 24 5.625C24 3.34683 22.1532 1.5 19.875 1.5C17.9868 1.5 16.395 2.76862 15.9053 4.5L10.5 4.5L10.5 10.875L8.09472 10.875C7.60503 9.14362 6.01317 7.875 4.125 7.875C1.84682 7.875 -3.59387e-07 9.72182 -4.5897e-07 12C-5.58552e-07 14.2782 1.84682 16.125 4.125 16.125C6.01317 16.125 7.60503 14.8564 8.09472 13.125L10.5 13.125L10.5 19.5L15.9053 19.5C16.395 21.2314 17.9868 22.5 19.875 22.5C22.1532 22.5 24 20.6532 24 18.375C24 16.0968 22.1532 14.25 19.875 14.25C17.9868 14.25 16.395 15.5186 15.9053 17.25L12.75 17.25L12.75 6.75L15.9053 6.75ZM19.875 7.5C18.8395 7.5 18 6.66053 18 5.625C18 4.58947 18.8395 3.75 19.875 3.75C20.9105 3.75 21.75 4.58947 21.75 5.625C21.75 6.66053 20.9105 7.5 19.875 7.5ZM19.875 20.25C18.8395 20.25 18 19.4105 18 18.375C18 17.3395 18.8395 16.5 19.875 16.5C20.9105 16.5 21.75 17.3395 21.75 18.375C21.75 19.4105 20.9105 20.25 19.875 20.25ZM4.125 13.875C3.08947 13.875 2.25 13.0355 2.25 12C2.25 10.9645 3.08947 10.125 4.125 10.125C5.16053 10.125 6 10.9645 6 12C6 13.0355 5.16053 13.875 4.125 13.875Z",
|
|
1167
1207
|
fillRule: "evenodd",
|
|
1168
1208
|
clipRule: "evenodd"
|
|
1169
1209
|
}
|
|
1170
1210
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1171
1211
|
|
|
1172
1212
|
// src/components/GamecontrolGameplay.tsx
|
|
1173
|
-
var
|
|
1213
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
1174
1214
|
"path",
|
|
1175
1215
|
{
|
|
1176
1216
|
fill: stroke || color || "currentColor",
|
|
@@ -1181,7 +1221,7 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
1181
1221
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1182
1222
|
|
|
1183
1223
|
// src/components/GamecontrolLinear.tsx
|
|
1184
|
-
var
|
|
1224
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
1185
1225
|
"path",
|
|
1186
1226
|
{
|
|
1187
1227
|
fill: stroke || color || "currentColor",
|
|
@@ -1192,15 +1232,15 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
1192
1232
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1193
1233
|
|
|
1194
1234
|
// src/components/GamecontrolNone.tsx
|
|
1195
|
-
var
|
|
1196
|
-
/* @__PURE__ */ (0,
|
|
1235
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconGamecontrolNone = ({ 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: [
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1197
1237
|
"path",
|
|
1198
1238
|
{
|
|
1199
1239
|
fill: stroke || color || "currentColor",
|
|
1200
1240
|
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"
|
|
1201
1241
|
}
|
|
1202
1242
|
),
|
|
1203
|
-
/* @__PURE__ */ (0,
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1204
1244
|
"path",
|
|
1205
1245
|
{
|
|
1206
1246
|
fill: stroke || color || "currentColor",
|
|
@@ -1209,7 +1249,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1209
1249
|
clipRule: "evenodd"
|
|
1210
1250
|
}
|
|
1211
1251
|
),
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1252
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
1213
1253
|
"path",
|
|
1214
1254
|
{
|
|
1215
1255
|
fill: stroke || color || "currentColor",
|
|
@@ -1220,8 +1260,35 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconGamecontrolNone = (
|
|
|
1220
1260
|
)
|
|
1221
1261
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1222
1262
|
|
|
1263
|
+
// src/components/GamecontrolTerminal.tsx
|
|
1264
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconGamecontrolTerminal = ({ 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: [
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1266
|
+
"path",
|
|
1267
|
+
{
|
|
1268
|
+
fill: stroke || color || "currentColor",
|
|
1269
|
+
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"
|
|
1270
|
+
}
|
|
1271
|
+
),
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1273
|
+
"path",
|
|
1274
|
+
{
|
|
1275
|
+
fill: stroke || color || "currentColor",
|
|
1276
|
+
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"
|
|
1277
|
+
}
|
|
1278
|
+
),
|
|
1279
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
1280
|
+
"path",
|
|
1281
|
+
{
|
|
1282
|
+
fill: stroke || color || "currentColor",
|
|
1283
|
+
d: "M19.5 9.75H15.841L12.7955 12.7955L11.2045 11.2045L14.25 8.15901V4.5L18.75 0L20.25 3.75L24 5.25L19.5 9.75ZM18.5191 5.48095L17.9282 4.00379L16.5 5.43198V7.5H18.568L19.9962 6.07181L18.5191 5.48095Z",
|
|
1284
|
+
fillRule: "evenodd",
|
|
1285
|
+
clipRule: "evenodd"
|
|
1286
|
+
}
|
|
1287
|
+
)
|
|
1288
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1289
|
+
|
|
1223
1290
|
// src/components/Gamelanguage.tsx
|
|
1224
|
-
var
|
|
1291
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
1225
1292
|
"path",
|
|
1226
1293
|
{
|
|
1227
1294
|
fill: stroke || color || "currentColor",
|
|
@@ -1232,8 +1299,8 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
1232
1299
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1233
1300
|
|
|
1234
1301
|
// src/components/Gamepreview.tsx
|
|
1235
|
-
var
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1302
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconGamepreview = ({ 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: [
|
|
1303
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1237
1304
|
"path",
|
|
1238
1305
|
{
|
|
1239
1306
|
fill: stroke || color || "currentColor",
|
|
@@ -1242,7 +1309,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1242
1309
|
clipRule: "evenodd"
|
|
1243
1310
|
}
|
|
1244
1311
|
),
|
|
1245
|
-
/* @__PURE__ */ (0,
|
|
1312
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
1246
1313
|
"path",
|
|
1247
1314
|
{
|
|
1248
1315
|
fill: stroke || color || "currentColor",
|
|
@@ -1254,7 +1321,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
1254
1321
|
] }), Gamepreview_default = IconGamepreview;
|
|
1255
1322
|
|
|
1256
1323
|
// src/components/Gameui.tsx
|
|
1257
|
-
var
|
|
1324
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1258
1325
|
"path",
|
|
1259
1326
|
{
|
|
1260
1327
|
fill: stroke || color || "currentColor",
|
|
@@ -1264,16 +1331,36 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconGameui = ({ size, w
|
|
|
1264
1331
|
}
|
|
1265
1332
|
) }), Gameui_default = IconGameui;
|
|
1266
1333
|
|
|
1334
|
+
// src/components/Gameuivariable.tsx
|
|
1335
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1336
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1337
|
+
"path",
|
|
1338
|
+
{
|
|
1339
|
+
fill: fill || color || "currentColor",
|
|
1340
|
+
d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
1341
|
+
fillRule: "evenodd",
|
|
1342
|
+
clipRule: "evenodd"
|
|
1343
|
+
}
|
|
1344
|
+
),
|
|
1345
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1346
|
+
"path",
|
|
1347
|
+
{
|
|
1348
|
+
fill: stroke || color || "currentColor",
|
|
1349
|
+
d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
|
|
1350
|
+
}
|
|
1351
|
+
)
|
|
1352
|
+
] }), Gameuivariable_default = IconGameuivariable;
|
|
1353
|
+
|
|
1267
1354
|
// src/components/GenerateMultimage.tsx
|
|
1268
|
-
var
|
|
1269
|
-
/* @__PURE__ */ (0,
|
|
1355
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1270
1357
|
"path",
|
|
1271
1358
|
{
|
|
1272
1359
|
fill: stroke || color || "currentColor",
|
|
1273
1360
|
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"
|
|
1274
1361
|
}
|
|
1275
1362
|
),
|
|
1276
|
-
/* @__PURE__ */ (0,
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1277
1364
|
"path",
|
|
1278
1365
|
{
|
|
1279
1366
|
fill: stroke || color || "currentColor",
|
|
@@ -1282,11 +1369,11 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
1282
1369
|
clipRule: "evenodd"
|
|
1283
1370
|
}
|
|
1284
1371
|
),
|
|
1285
|
-
/* @__PURE__ */ (0,
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1286
1373
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1287
1374
|
|
|
1288
1375
|
// src/components/GenerateFilled.tsx
|
|
1289
|
-
var
|
|
1376
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconGenerateFilled = ({ 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)(
|
|
1290
1377
|
"path",
|
|
1291
1378
|
{
|
|
1292
1379
|
fill: fill || color || "currentColor",
|
|
@@ -1297,15 +1384,15 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
1297
1384
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1298
1385
|
|
|
1299
1386
|
// src/components/GenerateFrameStart.tsx
|
|
1300
|
-
var
|
|
1301
|
-
/* @__PURE__ */ (0,
|
|
1387
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1302
1389
|
"path",
|
|
1303
1390
|
{
|
|
1304
1391
|
fill: stroke || color || "currentColor",
|
|
1305
1392
|
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"
|
|
1306
1393
|
}
|
|
1307
1394
|
),
|
|
1308
|
-
/* @__PURE__ */ (0,
|
|
1395
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1309
1396
|
"path",
|
|
1310
1397
|
{
|
|
1311
1398
|
fill: stroke || color || "currentColor",
|
|
@@ -1317,8 +1404,8 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
1317
1404
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1318
1405
|
|
|
1319
1406
|
// src/components/GenerateFrameStart2End.tsx
|
|
1320
|
-
var
|
|
1321
|
-
/* @__PURE__ */ (0,
|
|
1407
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1408
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1322
1409
|
"path",
|
|
1323
1410
|
{
|
|
1324
1411
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,14 +1414,14 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1327
1414
|
clipRule: "evenodd"
|
|
1328
1415
|
}
|
|
1329
1416
|
),
|
|
1330
|
-
/* @__PURE__ */ (0,
|
|
1417
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1331
1418
|
"path",
|
|
1332
1419
|
{
|
|
1333
1420
|
fill: stroke || color || "currentColor",
|
|
1334
1421
|
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"
|
|
1335
1422
|
}
|
|
1336
1423
|
),
|
|
1337
|
-
/* @__PURE__ */ (0,
|
|
1424
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1338
1425
|
"path",
|
|
1339
1426
|
{
|
|
1340
1427
|
fill: stroke || color || "currentColor",
|
|
@@ -1346,8 +1433,8 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1346
1433
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1347
1434
|
|
|
1348
1435
|
// src/components/GenerateSwitchframe.tsx
|
|
1349
|
-
var
|
|
1350
|
-
/* @__PURE__ */ (0,
|
|
1436
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ 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: [
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1351
1438
|
"path",
|
|
1352
1439
|
{
|
|
1353
1440
|
fill: stroke || color || "currentColor",
|
|
@@ -1356,7 +1443,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1356
1443
|
clipRule: "evenodd"
|
|
1357
1444
|
}
|
|
1358
1445
|
),
|
|
1359
|
-
/* @__PURE__ */ (0,
|
|
1446
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1360
1447
|
"path",
|
|
1361
1448
|
{
|
|
1362
1449
|
fill: stroke || color || "currentColor",
|
|
@@ -1368,15 +1455,15 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1368
1455
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1369
1456
|
|
|
1370
1457
|
// src/components/GenerateT2V.tsx
|
|
1371
|
-
var
|
|
1372
|
-
/* @__PURE__ */ (0,
|
|
1458
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenerateT2V = ({ 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: [
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1373
1460
|
"path",
|
|
1374
1461
|
{
|
|
1375
1462
|
fill: stroke || color || "currentColor",
|
|
1376
1463
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1377
1464
|
}
|
|
1378
1465
|
),
|
|
1379
|
-
/* @__PURE__ */ (0,
|
|
1466
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1380
1467
|
"path",
|
|
1381
1468
|
{
|
|
1382
1469
|
fill: stroke || color || "currentColor",
|
|
@@ -1387,16 +1474,26 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
1387
1474
|
)
|
|
1388
1475
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1389
1476
|
|
|
1477
|
+
// src/components/Generate.tsx
|
|
1478
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenerate = ({ 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)(
|
|
1479
|
+
"path",
|
|
1480
|
+
{
|
|
1481
|
+
stroke: stroke || color || "currentColor",
|
|
1482
|
+
d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
|
|
1483
|
+
strokeWidth: "2.2"
|
|
1484
|
+
}
|
|
1485
|
+
) }), Generate_default = IconGenerate;
|
|
1486
|
+
|
|
1390
1487
|
// src/components/GenreAuto.tsx
|
|
1391
|
-
var
|
|
1392
|
-
/* @__PURE__ */ (0,
|
|
1488
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenreAuto = ({ 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: [
|
|
1489
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1393
1490
|
"path",
|
|
1394
1491
|
{
|
|
1395
1492
|
fill: stroke || color || "currentColor",
|
|
1396
1493
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1397
1494
|
}
|
|
1398
1495
|
),
|
|
1399
|
-
/* @__PURE__ */ (0,
|
|
1496
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1400
1497
|
"path",
|
|
1401
1498
|
{
|
|
1402
1499
|
fill: stroke || color || "currentColor",
|
|
@@ -1405,15 +1502,15 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1405
1502
|
clipRule: "evenodd"
|
|
1406
1503
|
}
|
|
1407
1504
|
),
|
|
1408
|
-
/* @__PURE__ */ (0,
|
|
1409
|
-
/* @__PURE__ */ (0,
|
|
1505
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1506
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1410
1507
|
"path",
|
|
1411
1508
|
{
|
|
1412
1509
|
fill: stroke || color || "currentColor",
|
|
1413
1510
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1414
1511
|
}
|
|
1415
1512
|
),
|
|
1416
|
-
/* @__PURE__ */ (0,
|
|
1513
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1417
1514
|
"path",
|
|
1418
1515
|
{
|
|
1419
1516
|
fill: stroke || color || "currentColor",
|
|
@@ -1423,22 +1520,22 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1423
1520
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1424
1521
|
|
|
1425
1522
|
// src/components/GenreComedy.tsx
|
|
1426
|
-
var
|
|
1427
|
-
/* @__PURE__ */ (0,
|
|
1523
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1428
1525
|
"path",
|
|
1429
1526
|
{
|
|
1430
1527
|
fill: stroke || color || "currentColor",
|
|
1431
1528
|
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"
|
|
1432
1529
|
}
|
|
1433
1530
|
),
|
|
1434
|
-
/* @__PURE__ */ (0,
|
|
1531
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1435
1532
|
"path",
|
|
1436
1533
|
{
|
|
1437
1534
|
fill: stroke || color || "currentColor",
|
|
1438
1535
|
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"
|
|
1439
1536
|
}
|
|
1440
1537
|
),
|
|
1441
|
-
/* @__PURE__ */ (0,
|
|
1538
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1442
1539
|
"path",
|
|
1443
1540
|
{
|
|
1444
1541
|
fill: stroke || color || "currentColor",
|
|
@@ -1447,7 +1544,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1447
1544
|
clipRule: "evenodd"
|
|
1448
1545
|
}
|
|
1449
1546
|
),
|
|
1450
|
-
/* @__PURE__ */ (0,
|
|
1547
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1451
1548
|
"path",
|
|
1452
1549
|
{
|
|
1453
1550
|
fill: stroke || color || "currentColor",
|
|
@@ -1459,7 +1556,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1459
1556
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1460
1557
|
|
|
1461
1558
|
// src/components/GenreFantasy.tsx
|
|
1462
|
-
var
|
|
1559
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1463
1560
|
"path",
|
|
1464
1561
|
{
|
|
1465
1562
|
fill: stroke || color || "currentColor",
|
|
@@ -1470,22 +1567,22 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
1470
1567
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1471
1568
|
|
|
1472
1569
|
// src/components/GenreHorror.tsx
|
|
1473
|
-
var
|
|
1474
|
-
/* @__PURE__ */ (0,
|
|
1570
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenreHorror = ({ 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: [
|
|
1571
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1475
1572
|
"path",
|
|
1476
1573
|
{
|
|
1477
1574
|
fill: stroke || color || "currentColor",
|
|
1478
1575
|
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"
|
|
1479
1576
|
}
|
|
1480
1577
|
),
|
|
1481
|
-
/* @__PURE__ */ (0,
|
|
1578
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1482
1579
|
"path",
|
|
1483
1580
|
{
|
|
1484
1581
|
fill: stroke || color || "currentColor",
|
|
1485
1582
|
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"
|
|
1486
1583
|
}
|
|
1487
1584
|
),
|
|
1488
|
-
/* @__PURE__ */ (0,
|
|
1585
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1489
1586
|
"path",
|
|
1490
1587
|
{
|
|
1491
1588
|
fill: stroke || color || "currentColor",
|
|
@@ -1497,7 +1594,7 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
1497
1594
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1498
1595
|
|
|
1499
1596
|
// src/components/GenreRomance.tsx
|
|
1500
|
-
var
|
|
1597
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1501
1598
|
"path",
|
|
1502
1599
|
{
|
|
1503
1600
|
fill: stroke || color || "currentColor",
|
|
@@ -1508,15 +1605,15 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
1508
1605
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1509
1606
|
|
|
1510
1607
|
// src/components/GenreScifi.tsx
|
|
1511
|
-
var
|
|
1512
|
-
/* @__PURE__ */ (0,
|
|
1608
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1609
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1513
1610
|
"path",
|
|
1514
1611
|
{
|
|
1515
1612
|
fill: stroke || color || "currentColor",
|
|
1516
1613
|
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"
|
|
1517
1614
|
}
|
|
1518
1615
|
),
|
|
1519
|
-
/* @__PURE__ */ (0,
|
|
1616
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1520
1617
|
"path",
|
|
1521
1618
|
{
|
|
1522
1619
|
fill: stroke || color || "currentColor",
|
|
@@ -1525,7 +1622,7 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1525
1622
|
clipRule: "evenodd"
|
|
1526
1623
|
}
|
|
1527
1624
|
),
|
|
1528
|
-
/* @__PURE__ */ (0,
|
|
1625
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1529
1626
|
"path",
|
|
1530
1627
|
{
|
|
1531
1628
|
fill: stroke || color || "currentColor",
|
|
@@ -1535,7 +1632,7 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1535
1632
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1536
1633
|
|
|
1537
1634
|
// src/components/GenreSuspense.tsx
|
|
1538
|
-
var
|
|
1635
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1539
1636
|
"path",
|
|
1540
1637
|
{
|
|
1541
1638
|
fill: stroke || color || "currentColor",
|
|
@@ -1546,7 +1643,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
1546
1643
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1547
1644
|
|
|
1548
1645
|
// src/components/Genre.tsx
|
|
1549
|
-
var
|
|
1646
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1550
1647
|
"path",
|
|
1551
1648
|
{
|
|
1552
1649
|
fill: stroke || color || "currentColor",
|
|
@@ -1557,8 +1654,8 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
1557
1654
|
) }), Genre_default = IconGenre;
|
|
1558
1655
|
|
|
1559
1656
|
// src/components/GoogleLogoFilled.tsx
|
|
1560
|
-
var
|
|
1561
|
-
/* @__PURE__ */ (0,
|
|
1657
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ 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: [
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1562
1659
|
"mask",
|
|
1563
1660
|
{
|
|
1564
1661
|
id: "mask0_48_113",
|
|
@@ -1568,7 +1665,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1568
1665
|
y: "0",
|
|
1569
1666
|
maskUnits: "userSpaceOnUse",
|
|
1570
1667
|
style: { maskType: "luminance" },
|
|
1571
|
-
children: /* @__PURE__ */ (0,
|
|
1668
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1572
1669
|
"path",
|
|
1573
1670
|
{
|
|
1574
1671
|
fill: stroke || color || "currentColor",
|
|
@@ -1577,64 +1674,64 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1577
1674
|
)
|
|
1578
1675
|
}
|
|
1579
1676
|
),
|
|
1580
|
-
/* @__PURE__ */ (0,
|
|
1581
|
-
/* @__PURE__ */ (0,
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1678
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1582
1679
|
"path",
|
|
1583
1680
|
{
|
|
1584
1681
|
fill: "url(#paint0_radial_48_113)",
|
|
1585
1682
|
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"
|
|
1586
1683
|
}
|
|
1587
1684
|
) }),
|
|
1588
|
-
/* @__PURE__ */ (0,
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1589
1686
|
"path",
|
|
1590
1687
|
{
|
|
1591
1688
|
fill: "url(#paint1_radial_48_113)",
|
|
1592
1689
|
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"
|
|
1593
1690
|
}
|
|
1594
1691
|
) }),
|
|
1595
|
-
/* @__PURE__ */ (0,
|
|
1692
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1596
1693
|
"path",
|
|
1597
1694
|
{
|
|
1598
1695
|
fill: "url(#paint2_radial_48_113)",
|
|
1599
1696
|
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"
|
|
1600
1697
|
}
|
|
1601
1698
|
) }),
|
|
1602
|
-
/* @__PURE__ */ (0,
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1603
1700
|
"path",
|
|
1604
1701
|
{
|
|
1605
1702
|
fill: "url(#paint3_radial_48_113)",
|
|
1606
1703
|
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"
|
|
1607
1704
|
}
|
|
1608
1705
|
) }),
|
|
1609
|
-
/* @__PURE__ */ (0,
|
|
1706
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1610
1707
|
"path",
|
|
1611
1708
|
{
|
|
1612
1709
|
fill: "#3086FF",
|
|
1613
1710
|
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"
|
|
1614
1711
|
}
|
|
1615
1712
|
) }),
|
|
1616
|
-
/* @__PURE__ */ (0,
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1617
1714
|
"path",
|
|
1618
1715
|
{
|
|
1619
1716
|
fill: "url(#paint4_radial_48_113)",
|
|
1620
1717
|
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"
|
|
1621
1718
|
}
|
|
1622
1719
|
) }),
|
|
1623
|
-
/* @__PURE__ */ (0,
|
|
1720
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1624
1721
|
"path",
|
|
1625
1722
|
{
|
|
1626
1723
|
fill: "url(#paint5_radial_48_113)",
|
|
1627
1724
|
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"
|
|
1628
1725
|
}
|
|
1629
1726
|
) }),
|
|
1630
|
-
/* @__PURE__ */ (0,
|
|
1727
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1631
1728
|
"path",
|
|
1632
1729
|
{
|
|
1633
1730
|
fill: "url(#paint6_radial_48_113)",
|
|
1634
1731
|
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"
|
|
1635
1732
|
}
|
|
1636
1733
|
) }),
|
|
1637
|
-
/* @__PURE__ */ (0,
|
|
1734
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1638
1735
|
"path",
|
|
1639
1736
|
{
|
|
1640
1737
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1642,8 +1739,8 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1642
1739
|
}
|
|
1643
1740
|
) })
|
|
1644
1741
|
] }),
|
|
1645
|
-
/* @__PURE__ */ (0,
|
|
1646
|
-
/* @__PURE__ */ (0,
|
|
1742
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
|
|
1743
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1647
1744
|
"filter",
|
|
1648
1745
|
{
|
|
1649
1746
|
id: "filter0_f_48_113",
|
|
@@ -1654,13 +1751,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1654
1751
|
filterUnits: "userSpaceOnUse",
|
|
1655
1752
|
colorInterpolationFilters: "sRGB",
|
|
1656
1753
|
children: [
|
|
1657
|
-
/* @__PURE__ */ (0,
|
|
1658
|
-
/* @__PURE__ */ (0,
|
|
1659
|
-
/* @__PURE__ */ (0,
|
|
1754
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1756
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1660
1757
|
]
|
|
1661
1758
|
}
|
|
1662
1759
|
),
|
|
1663
|
-
/* @__PURE__ */ (0,
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1664
1761
|
"filter",
|
|
1665
1762
|
{
|
|
1666
1763
|
id: "filter1_f_48_113",
|
|
@@ -1671,13 +1768,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1671
1768
|
filterUnits: "userSpaceOnUse",
|
|
1672
1769
|
colorInterpolationFilters: "sRGB",
|
|
1673
1770
|
children: [
|
|
1674
|
-
/* @__PURE__ */ (0,
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1771
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1772
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1773
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1677
1774
|
]
|
|
1678
1775
|
}
|
|
1679
1776
|
),
|
|
1680
|
-
/* @__PURE__ */ (0,
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1681
1778
|
"filter",
|
|
1682
1779
|
{
|
|
1683
1780
|
id: "filter2_f_48_113",
|
|
@@ -1688,13 +1785,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1688
1785
|
filterUnits: "userSpaceOnUse",
|
|
1689
1786
|
colorInterpolationFilters: "sRGB",
|
|
1690
1787
|
children: [
|
|
1691
|
-
/* @__PURE__ */ (0,
|
|
1692
|
-
/* @__PURE__ */ (0,
|
|
1693
|
-
/* @__PURE__ */ (0,
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1789
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1790
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1694
1791
|
]
|
|
1695
1792
|
}
|
|
1696
1793
|
),
|
|
1697
|
-
/* @__PURE__ */ (0,
|
|
1794
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1698
1795
|
"filter",
|
|
1699
1796
|
{
|
|
1700
1797
|
id: "filter3_f_48_113",
|
|
@@ -1705,13 +1802,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1705
1802
|
filterUnits: "userSpaceOnUse",
|
|
1706
1803
|
colorInterpolationFilters: "sRGB",
|
|
1707
1804
|
children: [
|
|
1708
|
-
/* @__PURE__ */ (0,
|
|
1709
|
-
/* @__PURE__ */ (0,
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1806
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1807
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1711
1808
|
]
|
|
1712
1809
|
}
|
|
1713
1810
|
),
|
|
1714
|
-
/* @__PURE__ */ (0,
|
|
1811
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1715
1812
|
"filter",
|
|
1716
1813
|
{
|
|
1717
1814
|
id: "filter4_f_48_113",
|
|
@@ -1722,13 +1819,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1722
1819
|
filterUnits: "userSpaceOnUse",
|
|
1723
1820
|
colorInterpolationFilters: "sRGB",
|
|
1724
1821
|
children: [
|
|
1725
|
-
/* @__PURE__ */ (0,
|
|
1726
|
-
/* @__PURE__ */ (0,
|
|
1727
|
-
/* @__PURE__ */ (0,
|
|
1822
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1824
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1728
1825
|
]
|
|
1729
1826
|
}
|
|
1730
1827
|
),
|
|
1731
|
-
/* @__PURE__ */ (0,
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1732
1829
|
"filter",
|
|
1733
1830
|
{
|
|
1734
1831
|
id: "filter5_f_48_113",
|
|
@@ -1739,13 +1836,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1739
1836
|
filterUnits: "userSpaceOnUse",
|
|
1740
1837
|
colorInterpolationFilters: "sRGB",
|
|
1741
1838
|
children: [
|
|
1742
|
-
/* @__PURE__ */ (0,
|
|
1743
|
-
/* @__PURE__ */ (0,
|
|
1744
|
-
/* @__PURE__ */ (0,
|
|
1839
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1840
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1841
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1745
1842
|
]
|
|
1746
1843
|
}
|
|
1747
1844
|
),
|
|
1748
|
-
/* @__PURE__ */ (0,
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1749
1846
|
"filter",
|
|
1750
1847
|
{
|
|
1751
1848
|
id: "filter6_f_48_113",
|
|
@@ -1756,13 +1853,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1756
1853
|
filterUnits: "userSpaceOnUse",
|
|
1757
1854
|
colorInterpolationFilters: "sRGB",
|
|
1758
1855
|
children: [
|
|
1759
|
-
/* @__PURE__ */ (0,
|
|
1760
|
-
/* @__PURE__ */ (0,
|
|
1761
|
-
/* @__PURE__ */ (0,
|
|
1856
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1858
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1762
1859
|
]
|
|
1763
1860
|
}
|
|
1764
1861
|
),
|
|
1765
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1766
1863
|
"filter",
|
|
1767
1864
|
{
|
|
1768
1865
|
id: "filter7_f_48_113",
|
|
@@ -1773,13 +1870,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1773
1870
|
filterUnits: "userSpaceOnUse",
|
|
1774
1871
|
colorInterpolationFilters: "sRGB",
|
|
1775
1872
|
children: [
|
|
1776
|
-
/* @__PURE__ */ (0,
|
|
1777
|
-
/* @__PURE__ */ (0,
|
|
1778
|
-
/* @__PURE__ */ (0,
|
|
1873
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1874
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1779
1876
|
]
|
|
1780
1877
|
}
|
|
1781
1878
|
),
|
|
1782
|
-
/* @__PURE__ */ (0,
|
|
1879
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1783
1880
|
"filter",
|
|
1784
1881
|
{
|
|
1785
1882
|
id: "filter8_f_48_113",
|
|
@@ -1790,13 +1887,13 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1790
1887
|
filterUnits: "userSpaceOnUse",
|
|
1791
1888
|
colorInterpolationFilters: "sRGB",
|
|
1792
1889
|
children: [
|
|
1793
|
-
/* @__PURE__ */ (0,
|
|
1794
|
-
/* @__PURE__ */ (0,
|
|
1795
|
-
/* @__PURE__ */ (0,
|
|
1890
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1891
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1892
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1796
1893
|
]
|
|
1797
1894
|
}
|
|
1798
1895
|
),
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1896
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1800
1897
|
"radialGradient",
|
|
1801
1898
|
{
|
|
1802
1899
|
id: "paint0_radial_48_113",
|
|
@@ -1806,20 +1903,20 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1806
1903
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1807
1904
|
gradientUnits: "userSpaceOnUse",
|
|
1808
1905
|
children: [
|
|
1809
|
-
/* @__PURE__ */ (0,
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1814
|
-
/* @__PURE__ */ (0,
|
|
1815
|
-
/* @__PURE__ */ (0,
|
|
1816
|
-
/* @__PURE__ */ (0,
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1818
|
-
/* @__PURE__ */ (0,
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1907
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1908
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1910
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1911
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1912
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1913
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1819
1916
|
]
|
|
1820
1917
|
}
|
|
1821
1918
|
),
|
|
1822
|
-
/* @__PURE__ */ (0,
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1823
1920
|
"radialGradient",
|
|
1824
1921
|
{
|
|
1825
1922
|
id: "paint1_radial_48_113",
|
|
@@ -1829,12 +1926,12 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1829
1926
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1830
1927
|
gradientUnits: "userSpaceOnUse",
|
|
1831
1928
|
children: [
|
|
1832
|
-
/* @__PURE__ */ (0,
|
|
1833
|
-
/* @__PURE__ */ (0,
|
|
1929
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1930
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1834
1931
|
]
|
|
1835
1932
|
}
|
|
1836
1933
|
),
|
|
1837
|
-
/* @__PURE__ */ (0,
|
|
1934
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1838
1935
|
"radialGradient",
|
|
1839
1936
|
{
|
|
1840
1937
|
id: "paint2_radial_48_113",
|
|
@@ -1844,18 +1941,18 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1844
1941
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1845
1942
|
gradientUnits: "userSpaceOnUse",
|
|
1846
1943
|
children: [
|
|
1847
|
-
/* @__PURE__ */ (0,
|
|
1848
|
-
/* @__PURE__ */ (0,
|
|
1849
|
-
/* @__PURE__ */ (0,
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
1851
|
-
/* @__PURE__ */ (0,
|
|
1852
|
-
/* @__PURE__ */ (0,
|
|
1853
|
-
/* @__PURE__ */ (0,
|
|
1854
|
-
/* @__PURE__ */ (0,
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1945
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1946
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1949
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1950
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1951
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1855
1952
|
]
|
|
1856
1953
|
}
|
|
1857
1954
|
),
|
|
1858
|
-
/* @__PURE__ */ (0,
|
|
1955
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1859
1956
|
"radialGradient",
|
|
1860
1957
|
{
|
|
1861
1958
|
id: "paint3_radial_48_113",
|
|
@@ -1865,19 +1962,19 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1865
1962
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1866
1963
|
gradientUnits: "userSpaceOnUse",
|
|
1867
1964
|
children: [
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1869
|
-
/* @__PURE__ */ (0,
|
|
1870
|
-
/* @__PURE__ */ (0,
|
|
1871
|
-
/* @__PURE__ */ (0,
|
|
1872
|
-
/* @__PURE__ */ (0,
|
|
1873
|
-
/* @__PURE__ */ (0,
|
|
1874
|
-
/* @__PURE__ */ (0,
|
|
1875
|
-
/* @__PURE__ */ (0,
|
|
1876
|
-
/* @__PURE__ */ (0,
|
|
1965
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1967
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1968
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1972
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1877
1974
|
]
|
|
1878
1975
|
}
|
|
1879
1976
|
),
|
|
1880
|
-
/* @__PURE__ */ (0,
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1881
1978
|
"radialGradient",
|
|
1882
1979
|
{
|
|
1883
1980
|
id: "paint4_radial_48_113",
|
|
@@ -1887,18 +1984,18 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1887
1984
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1888
1985
|
gradientUnits: "userSpaceOnUse",
|
|
1889
1986
|
children: [
|
|
1890
|
-
/* @__PURE__ */ (0,
|
|
1891
|
-
/* @__PURE__ */ (0,
|
|
1892
|
-
/* @__PURE__ */ (0,
|
|
1893
|
-
/* @__PURE__ */ (0,
|
|
1894
|
-
/* @__PURE__ */ (0,
|
|
1895
|
-
/* @__PURE__ */ (0,
|
|
1896
|
-
/* @__PURE__ */ (0,
|
|
1897
|
-
/* @__PURE__ */ (0,
|
|
1987
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1988
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1989
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1991
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1992
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1898
1995
|
]
|
|
1899
1996
|
}
|
|
1900
1997
|
),
|
|
1901
|
-
/* @__PURE__ */ (0,
|
|
1998
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1902
1999
|
"radialGradient",
|
|
1903
2000
|
{
|
|
1904
2001
|
id: "paint5_radial_48_113",
|
|
@@ -1908,15 +2005,15 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1908
2005
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1909
2006
|
gradientUnits: "userSpaceOnUse",
|
|
1910
2007
|
children: [
|
|
1911
|
-
/* @__PURE__ */ (0,
|
|
1912
|
-
/* @__PURE__ */ (0,
|
|
1913
|
-
/* @__PURE__ */ (0,
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
1915
|
-
/* @__PURE__ */ (0,
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2010
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2012
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1916
2013
|
]
|
|
1917
2014
|
}
|
|
1918
2015
|
),
|
|
1919
|
-
/* @__PURE__ */ (0,
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1920
2017
|
"radialGradient",
|
|
1921
2018
|
{
|
|
1922
2019
|
id: "paint6_radial_48_113",
|
|
@@ -1926,20 +2023,20 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1926
2023
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1927
2024
|
gradientUnits: "userSpaceOnUse",
|
|
1928
2025
|
children: [
|
|
1929
|
-
/* @__PURE__ */ (0,
|
|
1930
|
-
/* @__PURE__ */ (0,
|
|
1931
|
-
/* @__PURE__ */ (0,
|
|
1932
|
-
/* @__PURE__ */ (0,
|
|
1933
|
-
/* @__PURE__ */ (0,
|
|
1934
|
-
/* @__PURE__ */ (0,
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
1936
|
-
/* @__PURE__ */ (0,
|
|
1937
|
-
/* @__PURE__ */ (0,
|
|
1938
|
-
/* @__PURE__ */ (0,
|
|
2026
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2027
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2028
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2030
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
1939
2036
|
]
|
|
1940
2037
|
}
|
|
1941
2038
|
),
|
|
1942
|
-
/* @__PURE__ */ (0,
|
|
2039
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1943
2040
|
"linearGradient",
|
|
1944
2041
|
{
|
|
1945
2042
|
id: "paint7_linear_48_113",
|
|
@@ -1949,8 +2046,8 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1949
2046
|
y2: "21.5116",
|
|
1950
2047
|
gradientUnits: "userSpaceOnUse",
|
|
1951
2048
|
children: [
|
|
1952
|
-
/* @__PURE__ */ (0,
|
|
1953
|
-
/* @__PURE__ */ (0,
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2050
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1954
2051
|
]
|
|
1955
2052
|
}
|
|
1956
2053
|
)
|
|
@@ -1958,7 +2055,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1958
2055
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1959
2056
|
|
|
1960
2057
|
// src/components/Handtool.tsx
|
|
1961
|
-
var
|
|
2058
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1962
2059
|
"path",
|
|
1963
2060
|
{
|
|
1964
2061
|
fill: stroke || color || "currentColor",
|
|
@@ -1967,16 +2064,16 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
1967
2064
|
) }), Handtool_default = IconHandtool;
|
|
1968
2065
|
|
|
1969
2066
|
// src/components/Help.tsx
|
|
1970
|
-
var
|
|
1971
|
-
/* @__PURE__ */ (0,
|
|
1972
|
-
/* @__PURE__ */ (0,
|
|
2067
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2068
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1973
2070
|
"path",
|
|
1974
2071
|
{
|
|
1975
2072
|
fill: stroke || color || "currentColor",
|
|
1976
2073
|
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"
|
|
1977
2074
|
}
|
|
1978
2075
|
),
|
|
1979
|
-
/* @__PURE__ */ (0,
|
|
2076
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1980
2077
|
"path",
|
|
1981
2078
|
{
|
|
1982
2079
|
fill: stroke || color || "currentColor",
|
|
@@ -1988,7 +2085,7 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
1988
2085
|
] }), Help_default = IconHelp;
|
|
1989
2086
|
|
|
1990
2087
|
// src/components/HomepageFilled.tsx
|
|
1991
|
-
var
|
|
2088
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1992
2089
|
"path",
|
|
1993
2090
|
{
|
|
1994
2091
|
fill: fill || color || "currentColor",
|
|
@@ -1999,7 +2096,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
1999
2096
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2000
2097
|
|
|
2001
2098
|
// src/components/Hotareacenter.tsx
|
|
2002
|
-
var
|
|
2099
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2003
2100
|
"path",
|
|
2004
2101
|
{
|
|
2005
2102
|
fill: "#191919",
|
|
@@ -2009,22 +2106,22 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconHotareacenter = ({
|
|
|
2009
2106
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2010
2107
|
|
|
2011
2108
|
// src/components/ImageGeneration.tsx
|
|
2012
|
-
var
|
|
2013
|
-
/* @__PURE__ */ (0,
|
|
2109
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2110
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2014
2111
|
"path",
|
|
2015
2112
|
{
|
|
2016
2113
|
fill: stroke || color || "currentColor",
|
|
2017
2114
|
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"
|
|
2018
2115
|
}
|
|
2019
2116
|
),
|
|
2020
|
-
/* @__PURE__ */ (0,
|
|
2117
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2021
2118
|
"path",
|
|
2022
2119
|
{
|
|
2023
2120
|
fill: stroke || color || "currentColor",
|
|
2024
2121
|
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"
|
|
2025
2122
|
}
|
|
2026
2123
|
),
|
|
2027
|
-
/* @__PURE__ */ (0,
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2028
2125
|
"path",
|
|
2029
2126
|
{
|
|
2030
2127
|
fill: stroke || color || "currentColor",
|
|
@@ -2034,8 +2131,8 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
2034
2131
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2035
2132
|
|
|
2036
2133
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2037
|
-
var
|
|
2038
|
-
/* @__PURE__ */ (0,
|
|
2134
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ 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: [
|
|
2135
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2039
2136
|
"path",
|
|
2040
2137
|
{
|
|
2041
2138
|
fill: fill || color || "currentColor",
|
|
@@ -2044,7 +2141,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2044
2141
|
clipRule: "evenodd"
|
|
2045
2142
|
}
|
|
2046
2143
|
),
|
|
2047
|
-
/* @__PURE__ */ (0,
|
|
2144
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2048
2145
|
"path",
|
|
2049
2146
|
{
|
|
2050
2147
|
fill: fill || color || "currentColor",
|
|
@@ -2054,10 +2151,10 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2054
2151
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2055
2152
|
|
|
2056
2153
|
// src/components/Info.tsx
|
|
2057
|
-
var
|
|
2058
|
-
/* @__PURE__ */ (0,
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2060
|
-
/* @__PURE__ */ (0,
|
|
2154
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2155
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2156
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2061
2158
|
"path",
|
|
2062
2159
|
{
|
|
2063
2160
|
fill: stroke || color || "currentColor",
|
|
@@ -2069,7 +2166,7 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
2069
2166
|
] }), Info_default = IconInfo;
|
|
2070
2167
|
|
|
2071
2168
|
// src/components/Invitecode.tsx
|
|
2072
|
-
var
|
|
2169
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2073
2170
|
"path",
|
|
2074
2171
|
{
|
|
2075
2172
|
fill: fill || color || "currentColor",
|
|
@@ -2080,7 +2177,7 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconInvitecode = ({ siz
|
|
|
2080
2177
|
) }), Invitecode_default = IconInvitecode;
|
|
2081
2178
|
|
|
2082
2179
|
// src/components/LeftFilled.tsx
|
|
2083
|
-
var
|
|
2180
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconLeftFilled = ({ 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)(
|
|
2084
2181
|
"path",
|
|
2085
2182
|
{
|
|
2086
2183
|
fill: fill || color || "currentColor",
|
|
@@ -2091,33 +2188,33 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconLeftFilled = ({ siz
|
|
|
2091
2188
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2092
2189
|
|
|
2093
2190
|
// src/components/Loading.tsx
|
|
2094
|
-
var
|
|
2095
|
-
/* @__PURE__ */ (0,
|
|
2191
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2096
2193
|
"path",
|
|
2097
2194
|
{
|
|
2098
|
-
fill:
|
|
2099
|
-
d: "
|
|
2195
|
+
fill: fill || color || "currentColor",
|
|
2196
|
+
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"
|
|
2100
2197
|
}
|
|
2101
2198
|
),
|
|
2102
|
-
/* @__PURE__ */ (0,
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2103
2200
|
"path",
|
|
2104
2201
|
{
|
|
2105
|
-
fill:
|
|
2106
|
-
d: "
|
|
2202
|
+
fill: stroke || color || "currentColor",
|
|
2203
|
+
d: "M12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12H0C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05V2.50005Z"
|
|
2107
2204
|
}
|
|
2108
2205
|
)
|
|
2109
2206
|
] }), Loading_default = IconLoading;
|
|
2110
2207
|
|
|
2111
2208
|
// src/components/Login.tsx
|
|
2112
|
-
var
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2209
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconLogin = ({ 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: [
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2114
2211
|
"path",
|
|
2115
2212
|
{
|
|
2116
2213
|
fill: stroke || color || "currentColor",
|
|
2117
2214
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2118
2215
|
}
|
|
2119
2216
|
),
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2217
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2121
2218
|
"path",
|
|
2122
2219
|
{
|
|
2123
2220
|
fill: stroke || color || "currentColor",
|
|
@@ -2129,8 +2226,8 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconLogin = ({ size, wi
|
|
|
2129
2226
|
] }), Login_default = IconLogin;
|
|
2130
2227
|
|
|
2131
2228
|
// src/components/Logout.tsx
|
|
2132
|
-
var
|
|
2133
|
-
/* @__PURE__ */ (0,
|
|
2229
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2230
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2134
2231
|
"path",
|
|
2135
2232
|
{
|
|
2136
2233
|
fill: stroke || color || "currentColor",
|
|
@@ -2139,7 +2236,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
2139
2236
|
clipRule: "evenodd"
|
|
2140
2237
|
}
|
|
2141
2238
|
),
|
|
2142
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2143
2240
|
"path",
|
|
2144
2241
|
{
|
|
2145
2242
|
fill: stroke || color || "currentColor",
|
|
@@ -2149,7 +2246,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
2149
2246
|
] }), Logout_default = IconLogout;
|
|
2150
2247
|
|
|
2151
2248
|
// src/components/ModelGeminiFilled.tsx
|
|
2152
|
-
var
|
|
2249
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2153
2250
|
"path",
|
|
2154
2251
|
{
|
|
2155
2252
|
fill: fill || color || "currentColor",
|
|
@@ -2158,7 +2255,7 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconModelGeminiFilled =
|
|
|
2158
2255
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2159
2256
|
|
|
2160
2257
|
// src/components/ModelOpenaiFilled.tsx
|
|
2161
|
-
var
|
|
2258
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ 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)(
|
|
2162
2259
|
"path",
|
|
2163
2260
|
{
|
|
2164
2261
|
fill: fill || color || "currentColor",
|
|
@@ -2167,8 +2264,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconModelOpenaiFilled =
|
|
|
2167
2264
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2168
2265
|
|
|
2169
2266
|
// src/components/ModelDeepmindFilled.tsx
|
|
2170
|
-
var
|
|
2171
|
-
/* @__PURE__ */ (0,
|
|
2267
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2268
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2172
2269
|
"path",
|
|
2173
2270
|
{
|
|
2174
2271
|
fill: fill || color || "currentColor",
|
|
@@ -2177,27 +2274,27 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconModelDeepmindFilled
|
|
|
2177
2274
|
clipRule: "evenodd"
|
|
2178
2275
|
}
|
|
2179
2276
|
) }),
|
|
2180
|
-
/* @__PURE__ */ (0,
|
|
2277
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2181
2278
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2182
2279
|
|
|
2183
2280
|
// src/components/ModelSeedFilled.tsx
|
|
2184
|
-
var
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2281
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconModelSeedFilled = ({ 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: [
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2283
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2187
2284
|
"path",
|
|
2188
2285
|
{
|
|
2189
2286
|
fill: fill || color || "currentColor",
|
|
2190
2287
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2191
2288
|
}
|
|
2192
2289
|
),
|
|
2193
|
-
/* @__PURE__ */ (0,
|
|
2290
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2194
2291
|
"path",
|
|
2195
2292
|
{
|
|
2196
2293
|
fill: fill || color || "currentColor",
|
|
2197
2294
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2198
2295
|
}
|
|
2199
2296
|
),
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2297
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2201
2298
|
"path",
|
|
2202
2299
|
{
|
|
2203
2300
|
fill: fill || color || "currentColor",
|
|
@@ -2207,7 +2304,7 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconModelSeedFilled = (
|
|
|
2207
2304
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2208
2305
|
|
|
2209
2306
|
// src/components/ModelSoraFilled.tsx
|
|
2210
|
-
var
|
|
2307
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2211
2308
|
"path",
|
|
2212
2309
|
{
|
|
2213
2310
|
fill: fill || color || "currentColor",
|
|
@@ -2216,7 +2313,7 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconModelSoraFilled =
|
|
|
2216
2313
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2217
2314
|
|
|
2218
2315
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2219
|
-
var
|
|
2316
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
2220
2317
|
size,
|
|
2221
2318
|
width,
|
|
2222
2319
|
height,
|
|
@@ -2224,64 +2321,64 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2224
2321
|
className,
|
|
2225
2322
|
fill,
|
|
2226
2323
|
stroke
|
|
2227
|
-
}) => /* @__PURE__ */ (0,
|
|
2228
|
-
/* @__PURE__ */ (0,
|
|
2324
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2325
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2229
2326
|
"path",
|
|
2230
2327
|
{
|
|
2231
2328
|
fill: "#5A5C62",
|
|
2232
2329
|
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"
|
|
2233
2330
|
}
|
|
2234
2331
|
),
|
|
2235
|
-
/* @__PURE__ */ (0,
|
|
2332
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2236
2333
|
"path",
|
|
2237
2334
|
{
|
|
2238
2335
|
fill: "#D5D6D7",
|
|
2239
2336
|
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"
|
|
2240
2337
|
}
|
|
2241
2338
|
),
|
|
2242
|
-
/* @__PURE__ */ (0,
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2243
2340
|
"path",
|
|
2244
2341
|
{
|
|
2245
2342
|
fill: "#C4C5C7",
|
|
2246
2343
|
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"
|
|
2247
2344
|
}
|
|
2248
2345
|
),
|
|
2249
|
-
/* @__PURE__ */ (0,
|
|
2346
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2250
2347
|
"path",
|
|
2251
2348
|
{
|
|
2252
2349
|
fill: "#7B7C81",
|
|
2253
2350
|
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"
|
|
2254
2351
|
}
|
|
2255
2352
|
),
|
|
2256
|
-
/* @__PURE__ */ (0,
|
|
2353
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2257
2354
|
"path",
|
|
2258
2355
|
{
|
|
2259
2356
|
fill: "#85878B",
|
|
2260
2357
|
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"
|
|
2261
2358
|
}
|
|
2262
2359
|
),
|
|
2263
|
-
/* @__PURE__ */ (0,
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2264
2361
|
"path",
|
|
2265
2362
|
{
|
|
2266
2363
|
fill: "#1B1D24",
|
|
2267
2364
|
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"
|
|
2268
2365
|
}
|
|
2269
2366
|
),
|
|
2270
|
-
/* @__PURE__ */ (0,
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2271
2368
|
"path",
|
|
2272
2369
|
{
|
|
2273
2370
|
fill: "#D5D6D7",
|
|
2274
2371
|
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"
|
|
2275
2372
|
}
|
|
2276
2373
|
),
|
|
2277
|
-
/* @__PURE__ */ (0,
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2278
2375
|
"path",
|
|
2279
2376
|
{
|
|
2280
2377
|
fill: "#85878B",
|
|
2281
2378
|
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"
|
|
2282
2379
|
}
|
|
2283
2380
|
),
|
|
2284
|
-
/* @__PURE__ */ (0,
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2285
2382
|
"path",
|
|
2286
2383
|
{
|
|
2287
2384
|
fill: "#D5D6D7",
|
|
@@ -2291,7 +2388,7 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2291
2388
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2292
2389
|
|
|
2293
2390
|
// src/components/ModelklingFilled.tsx
|
|
2294
|
-
var
|
|
2391
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconModelklingFilled = ({ 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)(
|
|
2295
2392
|
"path",
|
|
2296
2393
|
{
|
|
2297
2394
|
fill: fill || color || "currentColor",
|
|
@@ -2302,7 +2399,7 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconModelklingFilled =
|
|
|
2302
2399
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2303
2400
|
|
|
2304
2401
|
// src/components/Models.tsx
|
|
2305
|
-
var
|
|
2402
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconModels = ({ 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)(
|
|
2306
2403
|
"path",
|
|
2307
2404
|
{
|
|
2308
2405
|
fill: stroke || color || "currentColor",
|
|
@@ -2313,7 +2410,7 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconModels = ({ size,
|
|
|
2313
2410
|
) }), Models_default = IconModels;
|
|
2314
2411
|
|
|
2315
2412
|
// src/components/MoreCollapse.tsx
|
|
2316
|
-
var
|
|
2413
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2317
2414
|
"path",
|
|
2318
2415
|
{
|
|
2319
2416
|
fill: stroke || color || "currentColor",
|
|
@@ -2322,22 +2419,22 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconMoreCollapse = ({
|
|
|
2322
2419
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2323
2420
|
|
|
2324
2421
|
// src/components/MoreHorizontal.tsx
|
|
2325
|
-
var
|
|
2326
|
-
/* @__PURE__ */ (0,
|
|
2422
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconMoreHorizontal = ({ 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: [
|
|
2423
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2327
2424
|
"path",
|
|
2328
2425
|
{
|
|
2329
2426
|
fill: stroke || color || "currentColor",
|
|
2330
2427
|
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"
|
|
2331
2428
|
}
|
|
2332
2429
|
),
|
|
2333
|
-
/* @__PURE__ */ (0,
|
|
2430
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2334
2431
|
"path",
|
|
2335
2432
|
{
|
|
2336
2433
|
fill: stroke || color || "currentColor",
|
|
2337
2434
|
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"
|
|
2338
2435
|
}
|
|
2339
2436
|
),
|
|
2340
|
-
/* @__PURE__ */ (0,
|
|
2437
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2341
2438
|
"path",
|
|
2342
2439
|
{
|
|
2343
2440
|
fill: stroke || color || "currentColor",
|
|
@@ -2347,7 +2444,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconMoreHorizontal = (
|
|
|
2347
2444
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2348
2445
|
|
|
2349
2446
|
// src/components/MoreShowed.tsx
|
|
2350
|
-
var
|
|
2447
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2351
2448
|
"path",
|
|
2352
2449
|
{
|
|
2353
2450
|
fill: stroke || color || "currentColor",
|
|
@@ -2356,22 +2453,22 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconMoreShowed = ({ si
|
|
|
2356
2453
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2357
2454
|
|
|
2358
2455
|
// src/components/More.tsx
|
|
2359
|
-
var
|
|
2360
|
-
/* @__PURE__ */ (0,
|
|
2456
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconMore = ({ 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: [
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2361
2458
|
"path",
|
|
2362
2459
|
{
|
|
2363
2460
|
fill: stroke || color || "currentColor",
|
|
2364
2461
|
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"
|
|
2365
2462
|
}
|
|
2366
2463
|
),
|
|
2367
|
-
/* @__PURE__ */ (0,
|
|
2464
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2368
2465
|
"path",
|
|
2369
2466
|
{
|
|
2370
2467
|
fill: stroke || color || "currentColor",
|
|
2371
2468
|
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"
|
|
2372
2469
|
}
|
|
2373
2470
|
),
|
|
2374
|
-
/* @__PURE__ */ (0,
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2375
2472
|
"path",
|
|
2376
2473
|
{
|
|
2377
2474
|
fill: stroke || color || "currentColor",
|
|
@@ -2381,29 +2478,29 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconMore = ({ size, wi
|
|
|
2381
2478
|
] }), More_default = IconMore;
|
|
2382
2479
|
|
|
2383
2480
|
// src/components/Moresettings.tsx
|
|
2384
|
-
var
|
|
2385
|
-
/* @__PURE__ */ (0,
|
|
2481
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2386
2483
|
"path",
|
|
2387
2484
|
{
|
|
2388
2485
|
fill: stroke || color || "currentColor",
|
|
2389
2486
|
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"
|
|
2390
2487
|
}
|
|
2391
2488
|
),
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2489
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2393
2490
|
"path",
|
|
2394
2491
|
{
|
|
2395
2492
|
fill: stroke || color || "currentColor",
|
|
2396
2493
|
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"
|
|
2397
2494
|
}
|
|
2398
2495
|
),
|
|
2399
|
-
/* @__PURE__ */ (0,
|
|
2496
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2400
2497
|
"path",
|
|
2401
2498
|
{
|
|
2402
2499
|
fill: stroke || color || "currentColor",
|
|
2403
2500
|
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"
|
|
2404
2501
|
}
|
|
2405
2502
|
),
|
|
2406
|
-
/* @__PURE__ */ (0,
|
|
2503
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2407
2504
|
"path",
|
|
2408
2505
|
{
|
|
2409
2506
|
fill: stroke || color || "currentColor",
|
|
@@ -2415,8 +2512,8 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconMoresettings = ({
|
|
|
2415
2512
|
] }), Moresettings_default = IconMoresettings;
|
|
2416
2513
|
|
|
2417
2514
|
// src/components/MouseDrag.tsx
|
|
2418
|
-
var
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2515
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2420
2517
|
"path",
|
|
2421
2518
|
{
|
|
2422
2519
|
fill: fill || color || "currentColor",
|
|
@@ -2424,7 +2521,7 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2424
2521
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2425
2522
|
}
|
|
2426
2523
|
),
|
|
2427
|
-
/* @__PURE__ */ (0,
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2428
2525
|
"path",
|
|
2429
2526
|
{
|
|
2430
2527
|
fill: fill || color || "currentColor",
|
|
@@ -2432,7 +2529,7 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2432
2529
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2433
2530
|
}
|
|
2434
2531
|
),
|
|
2435
|
-
/* @__PURE__ */ (0,
|
|
2532
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2436
2533
|
"path",
|
|
2437
2534
|
{
|
|
2438
2535
|
fill: fill || color || "currentColor",
|
|
@@ -2443,8 +2540,8 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2443
2540
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2444
2541
|
|
|
2445
2542
|
// src/components/MouseMove.tsx
|
|
2446
|
-
var
|
|
2447
|
-
/* @__PURE__ */ (0,
|
|
2543
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconMouseMove = ({ 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: [
|
|
2544
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2448
2545
|
"path",
|
|
2449
2546
|
{
|
|
2450
2547
|
fill: fill || color || "currentColor",
|
|
@@ -2452,12 +2549,12 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconMouseMove = ({ siz
|
|
|
2452
2549
|
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"
|
|
2453
2550
|
}
|
|
2454
2551
|
) }),
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
2552
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2456
2553
|
] }), MouseMove_default = IconMouseMove;
|
|
2457
2554
|
|
|
2458
2555
|
// src/components/MouseNumberchange.tsx
|
|
2459
|
-
var
|
|
2460
|
-
/* @__PURE__ */ (0,
|
|
2556
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconMouseNumberchange = ({ 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: [
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2461
2558
|
"path",
|
|
2462
2559
|
{
|
|
2463
2560
|
fill: fill || color || "currentColor",
|
|
@@ -2465,7 +2562,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2465
2562
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2466
2563
|
}
|
|
2467
2564
|
),
|
|
2468
|
-
/* @__PURE__ */ (0,
|
|
2565
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2469
2566
|
"path",
|
|
2470
2567
|
{
|
|
2471
2568
|
fill: fill || color || "currentColor",
|
|
@@ -2476,7 +2573,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2476
2573
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2477
2574
|
|
|
2478
2575
|
// src/components/Musicassets.tsx
|
|
2479
|
-
var
|
|
2576
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2480
2577
|
"path",
|
|
2481
2578
|
{
|
|
2482
2579
|
fill: stroke || color || "currentColor",
|
|
@@ -2487,8 +2584,8 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconMusicassets = ({ s
|
|
|
2487
2584
|
) }), Musicassets_default = IconMusicassets;
|
|
2488
2585
|
|
|
2489
2586
|
// src/components/Mute.tsx
|
|
2490
|
-
var
|
|
2491
|
-
/* @__PURE__ */ (0,
|
|
2587
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2588
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2492
2589
|
"path",
|
|
2493
2590
|
{
|
|
2494
2591
|
fill: stroke || color || "currentColor",
|
|
@@ -2497,7 +2594,7 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2497
2594
|
clipRule: "evenodd"
|
|
2498
2595
|
}
|
|
2499
2596
|
),
|
|
2500
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2501
2598
|
"path",
|
|
2502
2599
|
{
|
|
2503
2600
|
fill: stroke || color || "currentColor",
|
|
@@ -2507,7 +2604,7 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2507
2604
|
] }), Mute_default = IconMute;
|
|
2508
2605
|
|
|
2509
2606
|
// src/components/Next.tsx
|
|
2510
|
-
var
|
|
2607
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2511
2608
|
"path",
|
|
2512
2609
|
{
|
|
2513
2610
|
fill: stroke || color || "currentColor",
|
|
@@ -2518,15 +2615,15 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconNext = ({ size, wi
|
|
|
2518
2615
|
) }), Next_default = IconNext;
|
|
2519
2616
|
|
|
2520
2617
|
// src/components/Nextscene.tsx
|
|
2521
|
-
var
|
|
2522
|
-
/* @__PURE__ */ (0,
|
|
2618
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2619
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2523
2620
|
"path",
|
|
2524
2621
|
{
|
|
2525
2622
|
fill: stroke || color || "currentColor",
|
|
2526
2623
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2527
2624
|
}
|
|
2528
2625
|
),
|
|
2529
|
-
/* @__PURE__ */ (0,
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2530
2627
|
"path",
|
|
2531
2628
|
{
|
|
2532
2629
|
fill: stroke || color || "currentColor",
|
|
@@ -2538,7 +2635,7 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconNextscene = ({ siz
|
|
|
2538
2635
|
] }), Nextscene_default = IconNextscene;
|
|
2539
2636
|
|
|
2540
2637
|
// src/components/Niceofficial.tsx
|
|
2541
|
-
var
|
|
2638
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconNiceofficial = ({ 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)(
|
|
2542
2639
|
"path",
|
|
2543
2640
|
{
|
|
2544
2641
|
fill: fill || color || "currentColor",
|
|
@@ -2548,18 +2645,38 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconNiceofficial = ({
|
|
|
2548
2645
|
}
|
|
2549
2646
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2550
2647
|
|
|
2648
|
+
// src/components/Notification.tsx
|
|
2649
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2650
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2651
|
+
"path",
|
|
2652
|
+
{
|
|
2653
|
+
fill: stroke || color || "currentColor",
|
|
2654
|
+
d: "M22.5 15L19.5 12V7.5C19.5 3.35786 16.1421 0 12 0C7.85786 0 4.5 3.35786 4.5 7.5V12L1.5 15V18H22.5V15ZM6.75 12.932V7.5C6.75 4.6005 9.1005 2.25 12 2.25C14.8995 2.25 17.25 4.6005 17.25 7.5V12.932L20.068 15.75H3.93198L6.75 12.932Z",
|
|
2655
|
+
fillRule: "evenodd",
|
|
2656
|
+
clipRule: "evenodd"
|
|
2657
|
+
}
|
|
2658
|
+
),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2660
|
+
"path",
|
|
2661
|
+
{
|
|
2662
|
+
fill: stroke || color || "currentColor",
|
|
2663
|
+
d: "M12 24C10.0407 24 8.37385 22.7478 7.75609 21H10.323C10.7349 21.4603 11.3337 21.75 12 21.75C12.6664 21.75 13.2651 21.4603 13.6771 21H16.244C15.6262 22.7478 13.9594 24 12 24Z"
|
|
2664
|
+
}
|
|
2665
|
+
)
|
|
2666
|
+
] }), Notification_default = IconNotification;
|
|
2667
|
+
|
|
2551
2668
|
// src/components/Oneclickgenerate.tsx
|
|
2552
|
-
var
|
|
2553
|
-
/* @__PURE__ */ (0,
|
|
2554
|
-
/* @__PURE__ */ (0,
|
|
2555
|
-
/* @__PURE__ */ (0,
|
|
2669
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconOneclickgenerate = ({ 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: [
|
|
2670
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2671
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2672
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2556
2673
|
"path",
|
|
2557
2674
|
{
|
|
2558
2675
|
fill: stroke || color || "currentColor",
|
|
2559
2676
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2560
2677
|
}
|
|
2561
2678
|
),
|
|
2562
|
-
/* @__PURE__ */ (0,
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2563
2680
|
"path",
|
|
2564
2681
|
{
|
|
2565
2682
|
fill: stroke || color || "currentColor",
|
|
@@ -2571,8 +2688,8 @@ var import_jsx_runtime117 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
2571
2688
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2572
2689
|
|
|
2573
2690
|
// src/components/Opendemo.tsx
|
|
2574
|
-
var
|
|
2575
|
-
/* @__PURE__ */ (0,
|
|
2691
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2692
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2576
2693
|
"path",
|
|
2577
2694
|
{
|
|
2578
2695
|
fill: stroke || color || "currentColor",
|
|
@@ -2581,11 +2698,11 @@ var import_jsx_runtime118 = require("react/jsx-runtime"), IconOpendemo = ({ size
|
|
|
2581
2698
|
clipRule: "evenodd"
|
|
2582
2699
|
}
|
|
2583
2700
|
),
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2701
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2585
2702
|
] }), Opendemo_default = IconOpendemo;
|
|
2586
2703
|
|
|
2587
2704
|
// src/components/OppsFilled.tsx
|
|
2588
|
-
var
|
|
2705
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2589
2706
|
"path",
|
|
2590
2707
|
{
|
|
2591
2708
|
fill: fill || color || "currentColor",
|
|
@@ -2596,7 +2713,7 @@ var import_jsx_runtime119 = require("react/jsx-runtime"), IconOppsFilled = ({ si
|
|
|
2596
2713
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2597
2714
|
|
|
2598
2715
|
// src/components/OptionalcheckedFilled.tsx
|
|
2599
|
-
var
|
|
2716
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2600
2717
|
"path",
|
|
2601
2718
|
{
|
|
2602
2719
|
fill: fill || color || "currentColor",
|
|
@@ -2607,7 +2724,7 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconOptionalcheckedFil
|
|
|
2607
2724
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2608
2725
|
|
|
2609
2726
|
// src/components/Optionaluncheck.tsx
|
|
2610
|
-
var
|
|
2727
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2611
2728
|
"path",
|
|
2612
2729
|
{
|
|
2613
2730
|
fill: stroke || color || "currentColor",
|
|
@@ -2618,7 +2735,7 @@ var import_jsx_runtime121 = require("react/jsx-runtime"), IconOptionaluncheck =
|
|
|
2618
2735
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2619
2736
|
|
|
2620
2737
|
// src/components/Packagegame.tsx
|
|
2621
|
-
var
|
|
2738
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2622
2739
|
"path",
|
|
2623
2740
|
{
|
|
2624
2741
|
fill: stroke || color || "currentColor",
|
|
@@ -2629,11 +2746,11 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconPackagegame = ({ s
|
|
|
2629
2746
|
) }), Packagegame_default = IconPackagegame;
|
|
2630
2747
|
|
|
2631
2748
|
// src/components/PageError.tsx
|
|
2632
|
-
var
|
|
2749
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2633
2750
|
|
|
2634
2751
|
// src/components/Parameters.tsx
|
|
2635
|
-
var
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2752
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2753
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2637
2754
|
"path",
|
|
2638
2755
|
{
|
|
2639
2756
|
fill: stroke || color || "currentColor",
|
|
@@ -2642,7 +2759,7 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2642
2759
|
clipRule: "evenodd"
|
|
2643
2760
|
}
|
|
2644
2761
|
),
|
|
2645
|
-
/* @__PURE__ */ (0,
|
|
2762
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2646
2763
|
"path",
|
|
2647
2764
|
{
|
|
2648
2765
|
fill: stroke || color || "currentColor",
|
|
@@ -2654,8 +2771,8 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2654
2771
|
] }), Parameters_default = IconParameters;
|
|
2655
2772
|
|
|
2656
2773
|
// src/components/Pause.tsx
|
|
2657
|
-
var
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
2774
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconPause = ({ 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: [
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2659
2776
|
"path",
|
|
2660
2777
|
{
|
|
2661
2778
|
fill: stroke || color || "currentColor",
|
|
@@ -2664,7 +2781,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2664
2781
|
clipRule: "evenodd"
|
|
2665
2782
|
}
|
|
2666
2783
|
),
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2784
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2668
2785
|
"path",
|
|
2669
2786
|
{
|
|
2670
2787
|
fill: stroke || color || "currentColor",
|
|
@@ -2676,7 +2793,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2676
2793
|
] }), Pause_default = IconPause;
|
|
2677
2794
|
|
|
2678
2795
|
// src/components/Pencil.tsx
|
|
2679
|
-
var
|
|
2796
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
2680
2797
|
"path",
|
|
2681
2798
|
{
|
|
2682
2799
|
fill: stroke || color || "currentColor",
|
|
@@ -2687,7 +2804,7 @@ var import_jsx_runtime126 = require("react/jsx-runtime"), IconPencil = ({ size,
|
|
|
2687
2804
|
) }), Pencil_default = IconPencil;
|
|
2688
2805
|
|
|
2689
2806
|
// src/components/Pick.tsx
|
|
2690
|
-
var
|
|
2807
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconPick = ({ 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)(
|
|
2691
2808
|
"path",
|
|
2692
2809
|
{
|
|
2693
2810
|
fill: stroke || color || "currentColor",
|
|
@@ -2698,22 +2815,22 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconPick = ({ size, wi
|
|
|
2698
2815
|
) }), Pick_default = IconPick;
|
|
2699
2816
|
|
|
2700
2817
|
// src/components/PickedFilled.tsx
|
|
2701
|
-
var
|
|
2818
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2702
2819
|
|
|
2703
2820
|
// src/components/PlanFilled.tsx
|
|
2704
|
-
var
|
|
2705
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2706
2823
|
"path",
|
|
2707
2824
|
{
|
|
2708
2825
|
fill: fill || color || "currentColor",
|
|
2709
2826
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2710
2827
|
}
|
|
2711
2828
|
) }),
|
|
2712
|
-
/* @__PURE__ */ (0,
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2713
2830
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2714
2831
|
|
|
2715
2832
|
// src/components/PlayFilled.tsx
|
|
2716
|
-
var
|
|
2833
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2717
2834
|
"path",
|
|
2718
2835
|
{
|
|
2719
2836
|
fill: fill || color || "currentColor",
|
|
@@ -2722,7 +2839,7 @@ var import_jsx_runtime130 = require("react/jsx-runtime"), IconPlayFilled = ({ si
|
|
|
2722
2839
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2723
2840
|
|
|
2724
2841
|
// src/components/Play.tsx
|
|
2725
|
-
var
|
|
2842
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2726
2843
|
"path",
|
|
2727
2844
|
{
|
|
2728
2845
|
fill: stroke || color || "currentColor",
|
|
@@ -2733,15 +2850,15 @@ var import_jsx_runtime131 = require("react/jsx-runtime"), IconPlay = ({ size, wi
|
|
|
2733
2850
|
) }), Play_default = IconPlay;
|
|
2734
2851
|
|
|
2735
2852
|
// src/components/Previouscene.tsx
|
|
2736
|
-
var
|
|
2737
|
-
/* @__PURE__ */ (0,
|
|
2853
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconPreviouscene = ({ 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: [
|
|
2854
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2738
2855
|
"path",
|
|
2739
2856
|
{
|
|
2740
2857
|
fill: stroke || color || "currentColor",
|
|
2741
2858
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2742
2859
|
}
|
|
2743
2860
|
),
|
|
2744
|
-
/* @__PURE__ */ (0,
|
|
2861
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2745
2862
|
"path",
|
|
2746
2863
|
{
|
|
2747
2864
|
fill: stroke || color || "currentColor",
|
|
@@ -2753,7 +2870,7 @@ var import_jsx_runtime132 = require("react/jsx-runtime"), IconPreviouscene = ({
|
|
|
2753
2870
|
] }), Previouscene_default = IconPreviouscene;
|
|
2754
2871
|
|
|
2755
2872
|
// src/components/ProblemFilled.tsx
|
|
2756
|
-
var
|
|
2873
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconProblemFilled = ({ 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)(
|
|
2757
2874
|
"path",
|
|
2758
2875
|
{
|
|
2759
2876
|
fill: fill || color || "currentColor",
|
|
@@ -2764,7 +2881,7 @@ var import_jsx_runtime133 = require("react/jsx-runtime"), IconProblemFilled = ({
|
|
|
2764
2881
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2765
2882
|
|
|
2766
2883
|
// src/components/ProblemNoticeFilled.tsx
|
|
2767
|
-
var
|
|
2884
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
|
|
2768
2885
|
"path",
|
|
2769
2886
|
{
|
|
2770
2887
|
fill: fill || color || "currentColor",
|
|
@@ -2775,10 +2892,10 @@ var import_jsx_runtime134 = require("react/jsx-runtime"), IconProblemNoticeFille
|
|
|
2775
2892
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2776
2893
|
|
|
2777
2894
|
// src/components/Problem.tsx
|
|
2778
|
-
var
|
|
2779
|
-
/* @__PURE__ */ (0,
|
|
2780
|
-
/* @__PURE__ */ (0,
|
|
2781
|
-
/* @__PURE__ */ (0,
|
|
2895
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2896
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2897
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2898
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
2782
2899
|
"path",
|
|
2783
2900
|
{
|
|
2784
2901
|
fill: stroke || color || "currentColor",
|
|
@@ -2790,8 +2907,8 @@ var import_jsx_runtime135 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
2790
2907
|
] }), Problem_default = IconProblem;
|
|
2791
2908
|
|
|
2792
2909
|
// src/components/Publish.tsx
|
|
2793
|
-
var
|
|
2794
|
-
/* @__PURE__ */ (0,
|
|
2910
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2795
2912
|
"path",
|
|
2796
2913
|
{
|
|
2797
2914
|
fill: stroke || color || "currentColor",
|
|
@@ -2800,11 +2917,11 @@ var import_jsx_runtime136 = require("react/jsx-runtime"), IconPublish = ({ size,
|
|
|
2800
2917
|
clipRule: "evenodd"
|
|
2801
2918
|
}
|
|
2802
2919
|
),
|
|
2803
|
-
/* @__PURE__ */ (0,
|
|
2920
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2804
2921
|
] }), Publish_default = IconPublish;
|
|
2805
2922
|
|
|
2806
2923
|
// src/components/Ratio169.tsx
|
|
2807
|
-
var
|
|
2924
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
|
|
2808
2925
|
"path",
|
|
2809
2926
|
{
|
|
2810
2927
|
fill: stroke || color || "currentColor",
|
|
@@ -2813,15 +2930,15 @@ var import_jsx_runtime137 = require("react/jsx-runtime"), IconRatio169 = ({ size
|
|
|
2813
2930
|
) }), Ratio169_default = IconRatio169;
|
|
2814
2931
|
|
|
2815
2932
|
// src/components/Ratio11.tsx
|
|
2816
|
-
var
|
|
2817
|
-
/* @__PURE__ */ (0,
|
|
2933
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconRatio11 = ({ 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: [
|
|
2934
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2818
2935
|
"path",
|
|
2819
2936
|
{
|
|
2820
2937
|
fill: stroke || color || "currentColor",
|
|
2821
2938
|
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"
|
|
2822
2939
|
}
|
|
2823
2940
|
) }),
|
|
2824
|
-
/* @__PURE__ */ (0,
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2825
2942
|
"rect",
|
|
2826
2943
|
{
|
|
2827
2944
|
width: "24",
|
|
@@ -2833,15 +2950,15 @@ var import_jsx_runtime138 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
2833
2950
|
] }), Ratio11_default = IconRatio11;
|
|
2834
2951
|
|
|
2835
2952
|
// src/components/Ratio916.tsx
|
|
2836
|
-
var
|
|
2837
|
-
/* @__PURE__ */ (0,
|
|
2953
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
|
|
2954
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2838
2955
|
"path",
|
|
2839
2956
|
{
|
|
2840
2957
|
fill: stroke || color || "currentColor",
|
|
2841
2958
|
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"
|
|
2842
2959
|
}
|
|
2843
2960
|
) }),
|
|
2844
|
-
/* @__PURE__ */ (0,
|
|
2961
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2845
2962
|
"rect",
|
|
2846
2963
|
{
|
|
2847
2964
|
width: "24",
|
|
@@ -2853,17 +2970,17 @@ var import_jsx_runtime139 = require("react/jsx-runtime"), IconRatio916 = ({ size
|
|
|
2853
2970
|
] }), Ratio916_default = IconRatio916;
|
|
2854
2971
|
|
|
2855
2972
|
// src/components/RatioAuto.tsx
|
|
2856
|
-
var
|
|
2857
|
-
/* @__PURE__ */ (0,
|
|
2858
|
-
/* @__PURE__ */ (0,
|
|
2973
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconRatioAuto = ({ 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: [
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2975
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2859
2976
|
"path",
|
|
2860
2977
|
{
|
|
2861
2978
|
fill: stroke || color || "currentColor",
|
|
2862
2979
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2863
2980
|
}
|
|
2864
2981
|
),
|
|
2865
|
-
/* @__PURE__ */ (0,
|
|
2866
|
-
/* @__PURE__ */ (0,
|
|
2982
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2983
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2867
2984
|
"path",
|
|
2868
2985
|
{
|
|
2869
2986
|
fill: stroke || color || "currentColor",
|
|
@@ -2873,7 +2990,7 @@ var import_jsx_runtime140 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
2873
2990
|
}
|
|
2874
2991
|
)
|
|
2875
2992
|
] }),
|
|
2876
|
-
/* @__PURE__ */ (0,
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2877
2994
|
"rect",
|
|
2878
2995
|
{
|
|
2879
2996
|
width: "24",
|
|
@@ -2885,15 +3002,15 @@ var import_jsx_runtime140 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
2885
3002
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2886
3003
|
|
|
2887
3004
|
// src/components/Ratio.tsx
|
|
2888
|
-
var
|
|
2889
|
-
/* @__PURE__ */ (0,
|
|
3005
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3006
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
2890
3007
|
"path",
|
|
2891
3008
|
{
|
|
2892
3009
|
fill: stroke || color || "currentColor",
|
|
2893
3010
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2894
3011
|
}
|
|
2895
3012
|
),
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
3013
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
2897
3014
|
"path",
|
|
2898
3015
|
{
|
|
2899
3016
|
fill: stroke || color || "currentColor",
|
|
@@ -2903,7 +3020,7 @@ var import_jsx_runtime141 = require("react/jsx-runtime"), IconRatio = ({ size, w
|
|
|
2903
3020
|
] }), Ratio_default = IconRatio;
|
|
2904
3021
|
|
|
2905
3022
|
// src/components/ReEdit.tsx
|
|
2906
|
-
var
|
|
3023
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconReEdit = ({ 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)(
|
|
2907
3024
|
"path",
|
|
2908
3025
|
{
|
|
2909
3026
|
fill: stroke || color || "currentColor",
|
|
@@ -2914,7 +3031,7 @@ var import_jsx_runtime142 = require("react/jsx-runtime"), IconReEdit = ({ size,
|
|
|
2914
3031
|
) }), ReEdit_default = IconReEdit;
|
|
2915
3032
|
|
|
2916
3033
|
// src/components/Regenerate.tsx
|
|
2917
|
-
var
|
|
3034
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconRegenerate = ({ 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)(
|
|
2918
3035
|
"path",
|
|
2919
3036
|
{
|
|
2920
3037
|
fill: stroke || color || "currentColor",
|
|
@@ -2925,8 +3042,8 @@ var import_jsx_runtime143 = require("react/jsx-runtime"), IconRegenerate = ({ si
|
|
|
2925
3042
|
) }), Regenerate_default = IconRegenerate;
|
|
2926
3043
|
|
|
2927
3044
|
// src/components/Resultsetting.tsx
|
|
2928
|
-
var
|
|
2929
|
-
/* @__PURE__ */ (0,
|
|
3045
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconResultsetting = ({ 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: [
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2930
3047
|
"path",
|
|
2931
3048
|
{
|
|
2932
3049
|
fill: stroke || color || "currentColor",
|
|
@@ -2935,7 +3052,7 @@ var import_jsx_runtime144 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
2935
3052
|
clipRule: "evenodd"
|
|
2936
3053
|
}
|
|
2937
3054
|
) }),
|
|
2938
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2939
3056
|
"rect",
|
|
2940
3057
|
{
|
|
2941
3058
|
width: "24",
|
|
@@ -2947,7 +3064,7 @@ var import_jsx_runtime144 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
2947
3064
|
] }), Resultsetting_default = IconResultsetting;
|
|
2948
3065
|
|
|
2949
3066
|
// src/components/RightFilled.tsx
|
|
2950
|
-
var
|
|
3067
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconRightFilled = ({ 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)(
|
|
2951
3068
|
"path",
|
|
2952
3069
|
{
|
|
2953
3070
|
fill: fill || color || "currentColor",
|
|
@@ -2958,7 +3075,7 @@ var import_jsx_runtime145 = require("react/jsx-runtime"), IconRightFilled = ({ s
|
|
|
2958
3075
|
) }), RightFilled_default = IconRightFilled;
|
|
2959
3076
|
|
|
2960
3077
|
// src/components/SceneNext.tsx
|
|
2961
|
-
var
|
|
3078
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconSceneNext = ({ 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)(
|
|
2962
3079
|
"path",
|
|
2963
3080
|
{
|
|
2964
3081
|
fill: stroke || color || "currentColor",
|
|
@@ -2967,27 +3084,27 @@ var import_jsx_runtime146 = require("react/jsx-runtime"), IconSceneNext = ({ siz
|
|
|
2967
3084
|
) }), SceneNext_default = IconSceneNext;
|
|
2968
3085
|
|
|
2969
3086
|
// src/components/Scriptmode.tsx
|
|
2970
|
-
var
|
|
2971
|
-
/* @__PURE__ */ (0,
|
|
2972
|
-
/* @__PURE__ */ (0,
|
|
2973
|
-
/* @__PURE__ */ (0,
|
|
2974
|
-
/* @__PURE__ */ (0,
|
|
2975
|
-
/* @__PURE__ */ (0,
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
2977
|
-
/* @__PURE__ */ (0,
|
|
2978
|
-
/* @__PURE__ */ (0,
|
|
3087
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3088
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3089
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3092
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3095
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2979
3096
|
] }), Scriptmode_default = IconScriptmode;
|
|
2980
3097
|
|
|
2981
3098
|
// src/components/Scrolldown.tsx
|
|
2982
|
-
var
|
|
2983
|
-
/* @__PURE__ */ (0,
|
|
3099
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconScrolldown = ({ 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: [
|
|
3100
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2984
3101
|
"path",
|
|
2985
3102
|
{
|
|
2986
3103
|
fill: stroke || color || "currentColor",
|
|
2987
3104
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
2988
3105
|
}
|
|
2989
3106
|
),
|
|
2990
|
-
/* @__PURE__ */ (0,
|
|
3107
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2991
3108
|
"path",
|
|
2992
3109
|
{
|
|
2993
3110
|
fill: stroke || color || "currentColor",
|
|
@@ -2997,7 +3114,7 @@ var import_jsx_runtime148 = require("react/jsx-runtime"), IconScrolldown = ({ si
|
|
|
2997
3114
|
] }), Scrolldown_default = IconScrolldown;
|
|
2998
3115
|
|
|
2999
3116
|
// src/components/Sendrequest.tsx
|
|
3000
|
-
var
|
|
3117
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconSendrequest = ({ 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)(
|
|
3001
3118
|
"path",
|
|
3002
3119
|
{
|
|
3003
3120
|
fill: fill || color || "currentColor",
|
|
@@ -3007,8 +3124,26 @@ var import_jsx_runtime149 = require("react/jsx-runtime"), IconSendrequest = ({ s
|
|
|
3007
3124
|
}
|
|
3008
3125
|
) }), Sendrequest_default = IconSendrequest;
|
|
3009
3126
|
|
|
3127
|
+
// src/components/Sendup.tsx
|
|
3128
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconSendup = ({ 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)(
|
|
3129
|
+
"path",
|
|
3130
|
+
{
|
|
3131
|
+
fill: stroke || color || "currentColor",
|
|
3132
|
+
d: "M19.1208 5.32254V19.176L16.8703 19.1753V9.16398L6.56135 19.473L4.97036 17.882L15.2793 7.57299H5.26798L5.26729 5.32254H19.1208Z"
|
|
3133
|
+
}
|
|
3134
|
+
) }), Sendup_default = IconSendup;
|
|
3135
|
+
|
|
3136
|
+
// src/components/Sendup2.tsx
|
|
3137
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3138
|
+
"path",
|
|
3139
|
+
{
|
|
3140
|
+
fill: stroke || color || "currentColor",
|
|
3141
|
+
d: "M5.19922 10.7949L6.79102 12.3867L11.875 7.30273V18H3V20.25H14.125V7.31055L19.1992 12.3867L20.791 10.7949L12.9961 3L5.19922 10.7949Z"
|
|
3142
|
+
}
|
|
3143
|
+
) }), Sendup2_default = IconSendup2;
|
|
3144
|
+
|
|
3010
3145
|
// src/components/ShareFilled.tsx
|
|
3011
|
-
var
|
|
3146
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
3012
3147
|
"path",
|
|
3013
3148
|
{
|
|
3014
3149
|
fill: fill || color || "currentColor",
|
|
@@ -3017,7 +3152,7 @@ var import_jsx_runtime150 = require("react/jsx-runtime"), IconShareFilled = ({ s
|
|
|
3017
3152
|
) }), ShareFilled_default = IconShareFilled;
|
|
3018
3153
|
|
|
3019
3154
|
// src/components/Share.tsx
|
|
3020
|
-
var
|
|
3155
|
+
var import_jsx_runtime159 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
3021
3156
|
"path",
|
|
3022
3157
|
{
|
|
3023
3158
|
fill: stroke || color || "currentColor",
|
|
@@ -3028,7 +3163,7 @@ var import_jsx_runtime151 = require("react/jsx-runtime"), IconShare = ({ size, w
|
|
|
3028
3163
|
) }), Share_default = IconShare;
|
|
3029
3164
|
|
|
3030
3165
|
// src/components/Sidebar.tsx
|
|
3031
|
-
var
|
|
3166
|
+
var import_jsx_runtime160 = require("react/jsx-runtime"), IconSidebar = ({ 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)(
|
|
3032
3167
|
"path",
|
|
3033
3168
|
{
|
|
3034
3169
|
fill: stroke || color || "currentColor",
|
|
@@ -3039,7 +3174,7 @@ var import_jsx_runtime152 = require("react/jsx-runtime"), IconSidebar = ({ size,
|
|
|
3039
3174
|
) }), Sidebar_default = IconSidebar;
|
|
3040
3175
|
|
|
3041
3176
|
// src/components/SocialX.tsx
|
|
3042
|
-
var
|
|
3177
|
+
var import_jsx_runtime161 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
3043
3178
|
"path",
|
|
3044
3179
|
{
|
|
3045
3180
|
fill: fill || color || "currentColor",
|
|
@@ -3048,7 +3183,7 @@ var import_jsx_runtime153 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
3048
3183
|
) }), SocialX_default = IconSocialX;
|
|
3049
3184
|
|
|
3050
3185
|
// src/components/SocialDiscord.tsx
|
|
3051
|
-
var
|
|
3186
|
+
var import_jsx_runtime162 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3052
3187
|
"path",
|
|
3053
3188
|
{
|
|
3054
3189
|
fill: fill || color || "currentColor",
|
|
@@ -3057,8 +3192,8 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
3057
3192
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3058
3193
|
|
|
3059
3194
|
// src/components/SoundOff.tsx
|
|
3060
|
-
var
|
|
3061
|
-
/* @__PURE__ */ (0,
|
|
3195
|
+
var import_jsx_runtime163 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
|
|
3196
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3062
3197
|
"path",
|
|
3063
3198
|
{
|
|
3064
3199
|
fill: stroke || color || "currentColor",
|
|
@@ -3067,7 +3202,7 @@ var import_jsx_runtime155 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3067
3202
|
clipRule: "evenodd"
|
|
3068
3203
|
}
|
|
3069
3204
|
),
|
|
3070
|
-
/* @__PURE__ */ (0,
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3071
3206
|
"path",
|
|
3072
3207
|
{
|
|
3073
3208
|
fill: stroke || color || "currentColor",
|
|
@@ -3077,8 +3212,8 @@ var import_jsx_runtime155 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3077
3212
|
] }), SoundOff_default = IconSoundOff;
|
|
3078
3213
|
|
|
3079
3214
|
// src/components/SoundOn.tsx
|
|
3080
|
-
var
|
|
3081
|
-
/* @__PURE__ */ (0,
|
|
3215
|
+
var import_jsx_runtime164 = require("react/jsx-runtime"), IconSoundOn = ({ 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: [
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3082
3217
|
"path",
|
|
3083
3218
|
{
|
|
3084
3219
|
fill: stroke || color || "currentColor",
|
|
@@ -3087,14 +3222,14 @@ var import_jsx_runtime156 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3087
3222
|
clipRule: "evenodd"
|
|
3088
3223
|
}
|
|
3089
3224
|
),
|
|
3090
|
-
/* @__PURE__ */ (0,
|
|
3225
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3091
3226
|
"path",
|
|
3092
3227
|
{
|
|
3093
3228
|
fill: stroke || color || "currentColor",
|
|
3094
3229
|
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"
|
|
3095
3230
|
}
|
|
3096
3231
|
),
|
|
3097
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3098
3233
|
"path",
|
|
3099
3234
|
{
|
|
3100
3235
|
fill: stroke || color || "currentColor",
|
|
@@ -3104,7 +3239,7 @@ var import_jsx_runtime156 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3104
3239
|
] }), SoundOn_default = IconSoundOn;
|
|
3105
3240
|
|
|
3106
3241
|
// src/components/Storyboard.tsx
|
|
3107
|
-
var
|
|
3242
|
+
var import_jsx_runtime165 = require("react/jsx-runtime"), IconStoryboard = ({ 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)(
|
|
3108
3243
|
"path",
|
|
3109
3244
|
{
|
|
3110
3245
|
fill: stroke || color || "currentColor",
|
|
@@ -3115,24 +3250,24 @@ var import_jsx_runtime157 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
3115
3250
|
) }), Storyboard_default = IconStoryboard;
|
|
3116
3251
|
|
|
3117
3252
|
// src/components/StyleAutoFilled.tsx
|
|
3118
|
-
var
|
|
3119
|
-
/* @__PURE__ */ (0,
|
|
3253
|
+
var import_jsx_runtime166 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3120
3255
|
"path",
|
|
3121
3256
|
{
|
|
3122
3257
|
fill: fill || color || "currentColor",
|
|
3123
3258
|
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"
|
|
3124
3259
|
}
|
|
3125
3260
|
),
|
|
3126
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3127
3262
|
"path",
|
|
3128
3263
|
{
|
|
3129
3264
|
fill: fill || color || "currentColor",
|
|
3130
3265
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3131
3266
|
}
|
|
3132
3267
|
),
|
|
3133
|
-
/* @__PURE__ */ (0,
|
|
3134
|
-
/* @__PURE__ */ (0,
|
|
3135
|
-
/* @__PURE__ */ (0,
|
|
3268
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3270
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3136
3271
|
"path",
|
|
3137
3272
|
{
|
|
3138
3273
|
fill: fill || color || "currentColor",
|
|
@@ -3142,43 +3277,43 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
3142
3277
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3143
3278
|
|
|
3144
3279
|
// src/components/Style.tsx
|
|
3145
|
-
var
|
|
3146
|
-
/* @__PURE__ */ (0,
|
|
3280
|
+
var import_jsx_runtime167 = require("react/jsx-runtime"), IconStyle = ({ 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: [
|
|
3281
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3147
3282
|
"path",
|
|
3148
3283
|
{
|
|
3149
3284
|
fill: stroke || color || "currentColor",
|
|
3150
3285
|
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"
|
|
3151
3286
|
}
|
|
3152
3287
|
),
|
|
3153
|
-
/* @__PURE__ */ (0,
|
|
3288
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3154
3289
|
"path",
|
|
3155
3290
|
{
|
|
3156
3291
|
fill: stroke || color || "currentColor",
|
|
3157
3292
|
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"
|
|
3158
3293
|
}
|
|
3159
3294
|
),
|
|
3160
|
-
/* @__PURE__ */ (0,
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3161
3296
|
"path",
|
|
3162
3297
|
{
|
|
3163
3298
|
fill: stroke || color || "currentColor",
|
|
3164
3299
|
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"
|
|
3165
3300
|
}
|
|
3166
3301
|
),
|
|
3167
|
-
/* @__PURE__ */ (0,
|
|
3302
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3168
3303
|
"path",
|
|
3169
3304
|
{
|
|
3170
3305
|
fill: stroke || color || "currentColor",
|
|
3171
3306
|
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"
|
|
3172
3307
|
}
|
|
3173
3308
|
),
|
|
3174
|
-
/* @__PURE__ */ (0,
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3175
3310
|
"path",
|
|
3176
3311
|
{
|
|
3177
3312
|
fill: stroke || color || "currentColor",
|
|
3178
3313
|
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"
|
|
3179
3314
|
}
|
|
3180
3315
|
),
|
|
3181
|
-
/* @__PURE__ */ (0,
|
|
3316
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3182
3317
|
"path",
|
|
3183
3318
|
{
|
|
3184
3319
|
fill: stroke || color || "currentColor",
|
|
@@ -3190,8 +3325,8 @@ var import_jsx_runtime159 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
3190
3325
|
] }), Style_default = IconStyle;
|
|
3191
3326
|
|
|
3192
3327
|
// src/components/Styleoverall.tsx
|
|
3193
|
-
var
|
|
3194
|
-
/* @__PURE__ */ (0,
|
|
3328
|
+
var import_jsx_runtime168 = require("react/jsx-runtime"), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3195
3330
|
"path",
|
|
3196
3331
|
{
|
|
3197
3332
|
fill: stroke || color || "currentColor",
|
|
@@ -3200,7 +3335,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3200
3335
|
clipRule: "evenodd"
|
|
3201
3336
|
}
|
|
3202
3337
|
),
|
|
3203
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3204
3339
|
"path",
|
|
3205
3340
|
{
|
|
3206
3341
|
fill: stroke || color || "currentColor",
|
|
@@ -3209,7 +3344,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3209
3344
|
clipRule: "evenodd"
|
|
3210
3345
|
}
|
|
3211
3346
|
),
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3213
3348
|
"path",
|
|
3214
3349
|
{
|
|
3215
3350
|
fill: stroke || color || "currentColor",
|
|
@@ -3218,7 +3353,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3218
3353
|
clipRule: "evenodd"
|
|
3219
3354
|
}
|
|
3220
3355
|
),
|
|
3221
|
-
/* @__PURE__ */ (0,
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3222
3357
|
"path",
|
|
3223
3358
|
{
|
|
3224
3359
|
fill: stroke || color || "currentColor",
|
|
@@ -3230,7 +3365,7 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3230
3365
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3231
3366
|
|
|
3232
3367
|
// src/components/SwitchOffFilled.tsx
|
|
3233
|
-
var
|
|
3368
|
+
var import_jsx_runtime169 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
3234
3369
|
"path",
|
|
3235
3370
|
{
|
|
3236
3371
|
fill: fill || color || "currentColor",
|
|
@@ -3241,7 +3376,7 @@ var import_jsx_runtime161 = require("react/jsx-runtime"), IconSwitchOffFilled =
|
|
|
3241
3376
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3242
3377
|
|
|
3243
3378
|
// src/components/SwitchOnFilled.tsx
|
|
3244
|
-
var
|
|
3379
|
+
var import_jsx_runtime170 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ 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)(
|
|
3245
3380
|
"path",
|
|
3246
3381
|
{
|
|
3247
3382
|
fill: fill || color || "currentColor",
|
|
@@ -3252,8 +3387,8 @@ var import_jsx_runtime162 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
3252
3387
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3253
3388
|
|
|
3254
3389
|
// src/components/Target.tsx
|
|
3255
|
-
var
|
|
3256
|
-
/* @__PURE__ */ (0,
|
|
3390
|
+
var import_jsx_runtime171 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3257
3392
|
"path",
|
|
3258
3393
|
{
|
|
3259
3394
|
fill: stroke || color || "currentColor",
|
|
@@ -3262,7 +3397,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3262
3397
|
clipRule: "evenodd"
|
|
3263
3398
|
}
|
|
3264
3399
|
),
|
|
3265
|
-
/* @__PURE__ */ (0,
|
|
3400
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3266
3401
|
"path",
|
|
3267
3402
|
{
|
|
3268
3403
|
fill: stroke || color || "currentColor",
|
|
@@ -3274,43 +3409,43 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3274
3409
|
] }), Target_default = IconTarget;
|
|
3275
3410
|
|
|
3276
3411
|
// src/components/TextLogo.tsx
|
|
3277
|
-
var
|
|
3278
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
var import_jsx_runtime172 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3413
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3279
3414
|
"path",
|
|
3280
3415
|
{
|
|
3281
3416
|
fill: fill || color || "currentColor",
|
|
3282
3417
|
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"
|
|
3283
3418
|
}
|
|
3284
3419
|
),
|
|
3285
|
-
/* @__PURE__ */ (0,
|
|
3420
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3286
3421
|
"path",
|
|
3287
3422
|
{
|
|
3288
3423
|
fill: fill || color || "currentColor",
|
|
3289
3424
|
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"
|
|
3290
3425
|
}
|
|
3291
3426
|
),
|
|
3292
|
-
/* @__PURE__ */ (0,
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3293
3428
|
"path",
|
|
3294
3429
|
{
|
|
3295
3430
|
fill: fill || color || "currentColor",
|
|
3296
3431
|
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"
|
|
3297
3432
|
}
|
|
3298
3433
|
),
|
|
3299
|
-
/* @__PURE__ */ (0,
|
|
3434
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3300
3435
|
"path",
|
|
3301
3436
|
{
|
|
3302
3437
|
fill: fill || color || "currentColor",
|
|
3303
3438
|
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"
|
|
3304
3439
|
}
|
|
3305
3440
|
),
|
|
3306
|
-
/* @__PURE__ */ (0,
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3307
3442
|
"path",
|
|
3308
3443
|
{
|
|
3309
3444
|
fill: fill || color || "currentColor",
|
|
3310
3445
|
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"
|
|
3311
3446
|
}
|
|
3312
3447
|
),
|
|
3313
|
-
/* @__PURE__ */ (0,
|
|
3448
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3314
3449
|
"path",
|
|
3315
3450
|
{
|
|
3316
3451
|
fill: fill || color || "currentColor",
|
|
@@ -3319,8 +3454,19 @@ var import_jsx_runtime164 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
3319
3454
|
)
|
|
3320
3455
|
] }), TextLogo_default = IconTextLogo;
|
|
3321
3456
|
|
|
3457
|
+
// src/components/TipsFilled.tsx
|
|
3458
|
+
var import_jsx_runtime173 = require("react/jsx-runtime"), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
3459
|
+
"path",
|
|
3460
|
+
{
|
|
3461
|
+
fill: fill || color || "currentColor",
|
|
3462
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM10.5 14.811V9H13.5V14.811C16.0878 14.1449 18 11.7958 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 11.7958 7.91216 14.1449 10.5 14.811Z",
|
|
3463
|
+
fillRule: "evenodd",
|
|
3464
|
+
clipRule: "evenodd"
|
|
3465
|
+
}
|
|
3466
|
+
) }), TipsFilled_default = IconTipsFilled;
|
|
3467
|
+
|
|
3322
3468
|
// src/components/Tips.tsx
|
|
3323
|
-
var
|
|
3469
|
+
var import_jsx_runtime174 = require("react/jsx-runtime"), IconTips = ({ 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)(
|
|
3324
3470
|
"path",
|
|
3325
3471
|
{
|
|
3326
3472
|
fill: stroke || color || "currentColor",
|
|
@@ -3331,15 +3477,15 @@ var import_jsx_runtime165 = require("react/jsx-runtime"), IconTips = ({ size, wi
|
|
|
3331
3477
|
) }), Tips_default = IconTips;
|
|
3332
3478
|
|
|
3333
3479
|
// src/components/ToolsFilled.tsx
|
|
3334
|
-
var
|
|
3335
|
-
/* @__PURE__ */ (0,
|
|
3480
|
+
var import_jsx_runtime175 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3481
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3336
3482
|
"path",
|
|
3337
3483
|
{
|
|
3338
3484
|
fill: fill || color || "currentColor",
|
|
3339
3485
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3340
3486
|
}
|
|
3341
3487
|
),
|
|
3342
|
-
/* @__PURE__ */ (0,
|
|
3488
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3343
3489
|
"path",
|
|
3344
3490
|
{
|
|
3345
3491
|
fill: fill || color || "currentColor",
|
|
@@ -3349,7 +3495,7 @@ var import_jsx_runtime166 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
3349
3495
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3350
3496
|
|
|
3351
3497
|
// src/components/Tools.tsx
|
|
3352
|
-
var
|
|
3498
|
+
var import_jsx_runtime176 = require("react/jsx-runtime"), IconTools = ({ 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)(
|
|
3353
3499
|
"path",
|
|
3354
3500
|
{
|
|
3355
3501
|
stroke: stroke || color || "currentColor",
|
|
@@ -3359,7 +3505,7 @@ var import_jsx_runtime167 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
3359
3505
|
) }), Tools_default = IconTools;
|
|
3360
3506
|
|
|
3361
3507
|
// src/components/Undo.tsx
|
|
3362
|
-
var
|
|
3508
|
+
var import_jsx_runtime177 = require("react/jsx-runtime"), IconUndo = ({ 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)(
|
|
3363
3509
|
"path",
|
|
3364
3510
|
{
|
|
3365
3511
|
fill: stroke || color || "currentColor",
|
|
@@ -3370,7 +3516,7 @@ var import_jsx_runtime168 = require("react/jsx-runtime"), IconUndo = ({ size, wi
|
|
|
3370
3516
|
) }), Undo_default = IconUndo;
|
|
3371
3517
|
|
|
3372
3518
|
// src/components/UpFilled.tsx
|
|
3373
|
-
var
|
|
3519
|
+
var import_jsx_runtime178 = require("react/jsx-runtime"), IconUpFilled = ({ 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)(
|
|
3374
3520
|
"path",
|
|
3375
3521
|
{
|
|
3376
3522
|
fill: fill || color || "currentColor",
|
|
@@ -3381,7 +3527,7 @@ var import_jsx_runtime169 = require("react/jsx-runtime"), IconUpFilled = ({ size
|
|
|
3381
3527
|
) }), UpFilled_default = IconUpFilled;
|
|
3382
3528
|
|
|
3383
3529
|
// src/components/UpleftFilled.tsx
|
|
3384
|
-
var
|
|
3530
|
+
var import_jsx_runtime179 = require("react/jsx-runtime"), IconUpleftFilled = ({ 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)(
|
|
3385
3531
|
"path",
|
|
3386
3532
|
{
|
|
3387
3533
|
fill: fill || color || "currentColor",
|
|
@@ -3392,7 +3538,7 @@ var import_jsx_runtime170 = require("react/jsx-runtime"), IconUpleftFilled = ({
|
|
|
3392
3538
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3393
3539
|
|
|
3394
3540
|
// src/components/Uploadedvideo.tsx
|
|
3395
|
-
var
|
|
3541
|
+
var import_jsx_runtime180 = require("react/jsx-runtime"), IconUploadedvideo = ({ 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)(
|
|
3396
3542
|
"path",
|
|
3397
3543
|
{
|
|
3398
3544
|
fill: fill || color || "currentColor",
|
|
@@ -3403,7 +3549,7 @@ var import_jsx_runtime171 = require("react/jsx-runtime"), IconUploadedvideo = ({
|
|
|
3403
3549
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3404
3550
|
|
|
3405
3551
|
// src/components/Uploadfiles.tsx
|
|
3406
|
-
var
|
|
3552
|
+
var import_jsx_runtime181 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
|
|
3407
3553
|
"path",
|
|
3408
3554
|
{
|
|
3409
3555
|
fill: stroke || color || "currentColor",
|
|
@@ -3412,18 +3558,18 @@ var import_jsx_runtime172 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
3412
3558
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3413
3559
|
|
|
3414
3560
|
// src/components/Uploadstory.tsx
|
|
3415
|
-
var
|
|
3561
|
+
var import_jsx_runtime182 = require("react/jsx-runtime"), IconUploadstory = ({ 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)(
|
|
3416
3562
|
"path",
|
|
3417
3563
|
{
|
|
3418
3564
|
fill: stroke || color || "currentColor",
|
|
3419
|
-
d: "
|
|
3565
|
+
d: "M0 3V19.5H7.40901L10.409 22.5H13.591L16.591 19.5H24V3H16.125C14.4518 3 12.9614 3.78275 12 5.00206C11.0386 3.78275 9.54823 3 7.875 3H0ZM10.875 8.25C10.875 6.59315 9.53185 5.25 7.875 5.25H2.25V17.25H8.34099L11.341 20.25H12.659L15.659 17.25H21.75V5.25H16.125C14.4681 5.25 13.125 6.59315 13.125 8.25V15H10.875V8.25Z",
|
|
3420
3566
|
fillRule: "evenodd",
|
|
3421
3567
|
clipRule: "evenodd"
|
|
3422
3568
|
}
|
|
3423
3569
|
) }), Uploadstory_default = IconUploadstory;
|
|
3424
3570
|
|
|
3425
3571
|
// src/components/UprightFilled.tsx
|
|
3426
|
-
var
|
|
3572
|
+
var import_jsx_runtime183 = require("react/jsx-runtime"), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
3427
3573
|
"path",
|
|
3428
3574
|
{
|
|
3429
3575
|
fill: fill || color || "currentColor",
|
|
@@ -3434,7 +3580,7 @@ var import_jsx_runtime174 = require("react/jsx-runtime"), IconUprightFilled = ({
|
|
|
3434
3580
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3435
3581
|
|
|
3436
3582
|
// src/components/Userfeedback.tsx
|
|
3437
|
-
var
|
|
3583
|
+
var import_jsx_runtime184 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3438
3584
|
"path",
|
|
3439
3585
|
{
|
|
3440
3586
|
fill: stroke || color || "currentColor",
|
|
@@ -3445,16 +3591,16 @@ var import_jsx_runtime175 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
3445
3591
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3446
3592
|
|
|
3447
3593
|
// src/components/Userfollow.tsx
|
|
3448
|
-
var
|
|
3449
|
-
/* @__PURE__ */ (0,
|
|
3594
|
+
var import_jsx_runtime185 = require("react/jsx-runtime"), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3595
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
3450
3596
|
"path",
|
|
3451
3597
|
{
|
|
3452
3598
|
fill: stroke || color || "currentColor",
|
|
3453
3599
|
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"
|
|
3454
3600
|
}
|
|
3455
3601
|
),
|
|
3456
|
-
/* @__PURE__ */ (0,
|
|
3457
|
-
/* @__PURE__ */ (0,
|
|
3602
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3603
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
3458
3604
|
"path",
|
|
3459
3605
|
{
|
|
3460
3606
|
fill: stroke || color || "currentColor",
|
|
@@ -3466,7 +3612,7 @@ var import_jsx_runtime176 = require("react/jsx-runtime"), IconUserfollow = ({ si
|
|
|
3466
3612
|
] }), Userfollow_default = IconUserfollow;
|
|
3467
3613
|
|
|
3468
3614
|
// src/components/Userfollowback.tsx
|
|
3469
|
-
var
|
|
3615
|
+
var import_jsx_runtime186 = require("react/jsx-runtime"), IconUserfollowback = ({ 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)(
|
|
3470
3616
|
"path",
|
|
3471
3617
|
{
|
|
3472
3618
|
fill: stroke || color || "currentColor",
|
|
@@ -3475,7 +3621,7 @@ var import_jsx_runtime177 = require("react/jsx-runtime"), IconUserfollowback = (
|
|
|
3475
3621
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3476
3622
|
|
|
3477
3623
|
// src/components/Userfollowed.tsx
|
|
3478
|
-
var
|
|
3624
|
+
var import_jsx_runtime187 = require("react/jsx-runtime"), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3479
3625
|
"path",
|
|
3480
3626
|
{
|
|
3481
3627
|
fill: stroke || color || "currentColor",
|
|
@@ -3484,15 +3630,15 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconUserfollowed = ({
|
|
|
3484
3630
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3485
3631
|
|
|
3486
3632
|
// src/components/VideoGeneration.tsx
|
|
3487
|
-
var
|
|
3488
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
var import_jsx_runtime188 = require("react/jsx-runtime"), IconVideoGeneration = ({ 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: [
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3489
3635
|
"path",
|
|
3490
3636
|
{
|
|
3491
3637
|
fill: stroke || color || "currentColor",
|
|
3492
3638
|
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"
|
|
3493
3639
|
}
|
|
3494
3640
|
),
|
|
3495
|
-
/* @__PURE__ */ (0,
|
|
3641
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3496
3642
|
"path",
|
|
3497
3643
|
{
|
|
3498
3644
|
fill: stroke || color || "currentColor",
|
|
@@ -3501,7 +3647,7 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3501
3647
|
clipRule: "evenodd"
|
|
3502
3648
|
}
|
|
3503
3649
|
),
|
|
3504
|
-
/* @__PURE__ */ (0,
|
|
3650
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3505
3651
|
"path",
|
|
3506
3652
|
{
|
|
3507
3653
|
fill: stroke || color || "currentColor",
|
|
@@ -3511,9 +3657,9 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3511
3657
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3512
3658
|
|
|
3513
3659
|
// src/components/VideoLength.tsx
|
|
3514
|
-
var
|
|
3515
|
-
/* @__PURE__ */ (0,
|
|
3516
|
-
/* @__PURE__ */ (0,
|
|
3660
|
+
var import_jsx_runtime189 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
|
|
3661
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3662
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3517
3663
|
"path",
|
|
3518
3664
|
{
|
|
3519
3665
|
fill: stroke || color || "currentColor",
|
|
@@ -3525,8 +3671,8 @@ var import_jsx_runtime180 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
3525
3671
|
] }), VideoLength_default = IconVideoLength;
|
|
3526
3672
|
|
|
3527
3673
|
// src/components/Videogenerate.tsx
|
|
3528
|
-
var
|
|
3529
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
var import_jsx_runtime190 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
3530
3676
|
"path",
|
|
3531
3677
|
{
|
|
3532
3678
|
fill: stroke || color || "currentColor",
|
|
@@ -3535,7 +3681,7 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3535
3681
|
clipRule: "evenodd"
|
|
3536
3682
|
}
|
|
3537
3683
|
),
|
|
3538
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
3539
3685
|
"path",
|
|
3540
3686
|
{
|
|
3541
3687
|
fill: stroke || color || "currentColor",
|
|
@@ -3547,7 +3693,7 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3547
3693
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3548
3694
|
|
|
3549
3695
|
// src/components/Visualstyles.tsx
|
|
3550
|
-
var
|
|
3696
|
+
var import_jsx_runtime191 = require("react/jsx-runtime"), IconVisualstyles = ({ 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)(
|
|
3551
3697
|
"path",
|
|
3552
3698
|
{
|
|
3553
3699
|
fill: stroke || color || "currentColor",
|
|
@@ -3558,8 +3704,8 @@ var import_jsx_runtime182 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
3558
3704
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3559
3705
|
|
|
3560
3706
|
// src/components/Volume.tsx
|
|
3561
|
-
var
|
|
3562
|
-
/* @__PURE__ */ (0,
|
|
3707
|
+
var import_jsx_runtime192 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3708
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3563
3709
|
"path",
|
|
3564
3710
|
{
|
|
3565
3711
|
fill: stroke || color || "currentColor",
|
|
@@ -3568,14 +3714,14 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3568
3714
|
clipRule: "evenodd"
|
|
3569
3715
|
}
|
|
3570
3716
|
),
|
|
3571
|
-
/* @__PURE__ */ (0,
|
|
3717
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3572
3718
|
"path",
|
|
3573
3719
|
{
|
|
3574
3720
|
fill: stroke || color || "currentColor",
|
|
3575
3721
|
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"
|
|
3576
3722
|
}
|
|
3577
3723
|
),
|
|
3578
|
-
/* @__PURE__ */ (0,
|
|
3724
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3579
3725
|
"path",
|
|
3580
3726
|
{
|
|
3581
3727
|
fill: stroke || color || "currentColor",
|
|
@@ -3585,7 +3731,7 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3585
3731
|
] }), Volume_default = IconVolume;
|
|
3586
3732
|
|
|
3587
3733
|
// src/components/Withdrawgame.tsx
|
|
3588
|
-
var
|
|
3734
|
+
var import_jsx_runtime193 = require("react/jsx-runtime"), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3589
3735
|
"path",
|
|
3590
3736
|
{
|
|
3591
3737
|
fill: stroke || color || "currentColor",
|
|
@@ -3596,15 +3742,15 @@ var import_jsx_runtime184 = require("react/jsx-runtime"), IconWithdrawgame = ({
|
|
|
3596
3742
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3597
3743
|
|
|
3598
3744
|
// src/components/Zoomhandle.tsx
|
|
3599
|
-
var
|
|
3600
|
-
/* @__PURE__ */ (0,
|
|
3745
|
+
var import_jsx_runtime194 = require("react/jsx-runtime"), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3746
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3601
3747
|
"path",
|
|
3602
3748
|
{
|
|
3603
3749
|
fill: fill || color || "currentColor",
|
|
3604
3750
|
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"
|
|
3605
3751
|
}
|
|
3606
3752
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
3753
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3608
3754
|
"path",
|
|
3609
3755
|
{
|
|
3610
3756
|
fill: stroke || color || "currentColor",
|
|
@@ -3614,15 +3760,15 @@ var import_jsx_runtime185 = require("react/jsx-runtime"), IconZoomhandle = ({ si
|
|
|
3614
3760
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3615
3761
|
|
|
3616
3762
|
// src/components/Zoomin.tsx
|
|
3617
|
-
var
|
|
3618
|
-
/* @__PURE__ */ (0,
|
|
3763
|
+
var import_jsx_runtime195 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3764
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
3619
3765
|
"path",
|
|
3620
3766
|
{
|
|
3621
3767
|
fill: stroke || color || "currentColor",
|
|
3622
3768
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3623
3769
|
}
|
|
3624
3770
|
),
|
|
3625
|
-
/* @__PURE__ */ (0,
|
|
3771
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
3626
3772
|
"path",
|
|
3627
3773
|
{
|
|
3628
3774
|
fill: stroke || color || "currentColor",
|
|
@@ -3634,9 +3780,9 @@ var import_jsx_runtime186 = require("react/jsx-runtime"), IconZoomin = ({ size,
|
|
|
3634
3780
|
] }), Zoomin_default = IconZoomin;
|
|
3635
3781
|
|
|
3636
3782
|
// src/components/Zoomout.tsx
|
|
3637
|
-
var
|
|
3638
|
-
/* @__PURE__ */ (0,
|
|
3639
|
-
/* @__PURE__ */ (0,
|
|
3783
|
+
var import_jsx_runtime196 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3784
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3785
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3640
3786
|
"path",
|
|
3641
3787
|
{
|
|
3642
3788
|
fill: stroke || color || "currentColor",
|