@yoroll/react-icon 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1113 -482
- package/dist/index.iife.js +1072 -480
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +1276 -606
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Aboutus.d.ts +4 -0
- package/dist/types/components/Angleright.d.ts +4 -0
- package/dist/types/components/Announcement.d.ts +4 -0
- package/dist/types/components/Changeprofilephoto.d.ts +4 -0
- package/dist/types/components/Copylink.d.ts +4 -0
- package/dist/types/components/DownFilled.d.ts +4 -0
- package/dist/types/components/DownleftFilled.d.ts +4 -0
- package/dist/types/components/DownrightFilled.d.ts +4 -0
- package/dist/types/components/Favorite.d.ts +4 -0
- package/dist/types/components/FavoriteFilled.d.ts +4 -0
- package/dist/types/components/FiletypeImageFilled.d.ts +4 -0
- package/dist/types/components/FiletypeTxtFilled.d.ts +4 -0
- package/dist/types/components/FiletypeTxtLumiFilled.d.ts +4 -0
- package/dist/types/components/FiletypeWordFilled.d.ts +4 -0
- package/dist/types/components/FiletypeWordLumiFilled.d.ts +4 -0
- package/dist/types/components/Fillin.d.ts +4 -0
- package/dist/types/components/FullScreen.d.ts +4 -0
- package/dist/types/components/GamecontrolNone.d.ts +4 -0
- package/dist/types/components/Gameui.d.ts +4 -0
- package/dist/types/components/Hotareacenter.d.ts +4 -0
- package/dist/types/components/LeftFilled.d.ts +4 -0
- package/dist/types/components/MoreHorizontal.d.ts +4 -0
- package/dist/types/components/MouseDrag.d.ts +4 -0
- package/dist/types/components/MouseMove.d.ts +4 -0
- package/dist/types/components/MouseNumberchange.d.ts +4 -0
- package/dist/types/components/OppsFilled.d.ts +4 -0
- package/dist/types/components/OptionalcheckedFilled.d.ts +4 -0
- package/dist/types/components/Optionaluncheck.d.ts +4 -0
- package/dist/types/components/Packagegame.d.ts +4 -0
- package/dist/types/components/Publish.d.ts +4 -0
- package/dist/types/components/RatioAuto.d.ts +4 -0
- package/dist/types/components/RightFilled.d.ts +4 -0
- package/dist/types/components/Sendrequest.d.ts +4 -0
- package/dist/types/components/SwitchOffFilled.d.ts +4 -0
- package/dist/types/components/Undo.d.ts +4 -0
- package/dist/types/components/UpFilled.d.ts +4 -0
- package/dist/types/components/UpleftFilled.d.ts +4 -0
- package/dist/types/components/UprightFilled.d.ts +4 -0
- package/dist/types/components/Withdrawgame.d.ts +4 -0
- package/dist/types/components/Zoomhandle.d.ts +4 -0
- package/dist/types/components/index.d.ts +40 -1
- package/package.json +3 -4
- package/dist/types/components/Uncheck.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.14 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -19,11 +19,14 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0
|
|
|
19
19
|
// src/index.ts
|
|
20
20
|
var index_exports = {};
|
|
21
21
|
__export(index_exports, {
|
|
22
|
+
IconAboutus: () => Aboutus_default,
|
|
22
23
|
IconAdd: () => Add_default,
|
|
23
24
|
IconAddSceneChoice: () => AddSceneChoice_default,
|
|
24
25
|
IconAgreements: () => Agreements_default,
|
|
25
26
|
IconAiwriting: () => Aiwriting_default,
|
|
26
27
|
IconAngleDown: () => AngleDown_default,
|
|
28
|
+
IconAngleright: () => Angleright_default,
|
|
29
|
+
IconAnnouncement: () => Announcement_default,
|
|
27
30
|
IconArtboard: () => Artboard_default,
|
|
28
31
|
IconAssets: () => Assets_default,
|
|
29
32
|
IconAssetsFilled: () => AssetsFilled_default,
|
|
@@ -31,25 +34,39 @@ __export(index_exports, {
|
|
|
31
34
|
IconBackward: () => Backward_default,
|
|
32
35
|
IconBatchShots: () => BatchShots_default,
|
|
33
36
|
IconCanvasmode: () => Canvasmode_default,
|
|
37
|
+
IconChangeprofilephoto: () => Changeprofilephoto_default,
|
|
34
38
|
IconChaptercollapse: () => Chaptercollapse_default,
|
|
35
39
|
IconChapterexpand: () => Chapterexpand_default,
|
|
36
40
|
IconCheck: () => Check_default,
|
|
37
41
|
IconCheckedFilled: () => CheckedFilled_default,
|
|
38
42
|
IconClose: () => Close_default,
|
|
39
43
|
IconCopy: () => Copy_default,
|
|
44
|
+
IconCopylink: () => Copylink_default,
|
|
40
45
|
IconCreditFilled: () => CreditFilled_default,
|
|
41
46
|
IconCursor: () => Cursor_default,
|
|
42
47
|
IconDelete: () => Delete_default,
|
|
43
48
|
IconDeleteSceneChoice: () => DeleteSceneChoice_default,
|
|
49
|
+
IconDownFilled: () => DownFilled_default,
|
|
50
|
+
IconDownleftFilled: () => DownleftFilled_default,
|
|
44
51
|
IconDownload: () => Download_default,
|
|
52
|
+
IconDownrightFilled: () => DownrightFilled_default,
|
|
45
53
|
IconDraghandleFilled: () => DraghandleFilled_default,
|
|
54
|
+
IconFavorite: () => Favorite_default,
|
|
55
|
+
IconFavoriteFilled: () => FavoriteFilled_default,
|
|
46
56
|
IconFeedbackFailFilled: () => FeedbackFailFilled_default,
|
|
47
57
|
IconFeedbackPendingFilled: () => FeedbackPendingFilled_default,
|
|
48
58
|
IconFeedbackProblem: () => FeedbackProblem_default,
|
|
49
59
|
IconFeedbackProblemFilled: () => FeedbackProblemFilled_default,
|
|
60
|
+
IconFiletypeImageFilled: () => FiletypeImageFilled_default,
|
|
50
61
|
IconFiletypePdfFilled: () => FiletypePdfFilled_default,
|
|
51
62
|
IconFiletypePdfLumiFilled: () => FiletypePdfLumiFilled_default,
|
|
63
|
+
IconFiletypeTxtFilled: () => FiletypeTxtFilled_default,
|
|
64
|
+
IconFiletypeTxtLumiFilled: () => FiletypeTxtLumiFilled_default,
|
|
65
|
+
IconFiletypeWordFilled: () => FiletypeWordFilled_default,
|
|
66
|
+
IconFiletypeWordLumiFilled: () => FiletypeWordLumiFilled_default,
|
|
67
|
+
IconFillin: () => Fillin_default,
|
|
52
68
|
IconFoldedMenu: () => FoldedMenu_default,
|
|
69
|
+
IconFullScreen: () => FullScreen_default,
|
|
53
70
|
IconGame: () => Game_default,
|
|
54
71
|
IconGameFilled: () => GameFilled_default,
|
|
55
72
|
IconGamebackup: () => Gamebackup_default,
|
|
@@ -57,8 +74,10 @@ __export(index_exports, {
|
|
|
57
74
|
IconGamecontrolChoice: () => GamecontrolChoice_default,
|
|
58
75
|
IconGamecontrolGameplay: () => GamecontrolGameplay_default,
|
|
59
76
|
IconGamecontrolLinear: () => GamecontrolLinear_default,
|
|
77
|
+
IconGamecontrolNone: () => GamecontrolNone_default,
|
|
60
78
|
IconGamelanguage: () => Gamelanguage_default,
|
|
61
79
|
IconGamepreview: () => Gamepreview_default,
|
|
80
|
+
IconGameui: () => Gameui_default,
|
|
62
81
|
IconGenerateFilled: () => GenerateFilled_default,
|
|
63
82
|
IconGenerateFrameStart: () => GenerateFrameStart_default,
|
|
64
83
|
IconGenerateFrameStart2End: () => GenerateFrameStart2End_default,
|
|
@@ -78,10 +97,12 @@ __export(index_exports, {
|
|
|
78
97
|
IconHelp: () => Help_default,
|
|
79
98
|
IconHomepage: () => Homepage_default,
|
|
80
99
|
IconHomepageFilled: () => HomepageFilled_default,
|
|
100
|
+
IconHotareacenter: () => Hotareacenter_default,
|
|
81
101
|
IconImageGeneration: () => ImageGeneration_default,
|
|
82
102
|
IconImageLoadFailedFilled: () => ImageLoadFailedFilled_default,
|
|
83
103
|
IconInfo: () => Info_default,
|
|
84
104
|
IconInvitecode: () => Invitecode_default,
|
|
105
|
+
IconLeftFilled: () => LeftFilled_default,
|
|
85
106
|
IconLoading: () => Loading_default,
|
|
86
107
|
IconLogin: () => Login_default,
|
|
87
108
|
IconLogout: () => Logout_default,
|
|
@@ -94,14 +115,22 @@ __export(index_exports, {
|
|
|
94
115
|
IconModels: () => Models_default,
|
|
95
116
|
IconMore: () => More_default,
|
|
96
117
|
IconMoreCollapse: () => MoreCollapse_default,
|
|
118
|
+
IconMoreHorizontal: () => MoreHorizontal_default,
|
|
97
119
|
IconMoreShowed: () => MoreShowed_default,
|
|
98
120
|
IconMoresettings: () => Moresettings_default,
|
|
121
|
+
IconMouseDrag: () => MouseDrag_default,
|
|
122
|
+
IconMouseMove: () => MouseMove_default,
|
|
123
|
+
IconMouseNumberchange: () => MouseNumberchange_default,
|
|
99
124
|
IconMusicassets: () => Musicassets_default,
|
|
100
125
|
IconMute: () => Mute_default,
|
|
101
126
|
IconNext: () => Next_default,
|
|
102
127
|
IconNextscene: () => Nextscene_default,
|
|
103
128
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
104
129
|
IconOpendemo: () => Opendemo_default,
|
|
130
|
+
IconOppsFilled: () => OppsFilled_default,
|
|
131
|
+
IconOptionalcheckedFilled: () => OptionalcheckedFilled_default,
|
|
132
|
+
IconOptionaluncheck: () => Optionaluncheck_default,
|
|
133
|
+
IconPackagegame: () => Packagegame_default,
|
|
105
134
|
IconPageError: () => PageError_default,
|
|
106
135
|
IconParameters: () => Parameters_default,
|
|
107
136
|
IconPause: () => Pause_default,
|
|
@@ -114,14 +143,18 @@ __export(index_exports, {
|
|
|
114
143
|
IconPreviouscene: () => Previouscene_default,
|
|
115
144
|
IconProblem: () => Problem_default,
|
|
116
145
|
IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
|
|
146
|
+
IconPublish: () => Publish_default,
|
|
117
147
|
IconRatio: () => Ratio_default,
|
|
118
148
|
IconRatio11: () => Ratio11_default,
|
|
119
149
|
IconRatio169: () => Ratio169_default,
|
|
120
150
|
IconRatio916: () => Ratio916_default,
|
|
151
|
+
IconRatioAuto: () => RatioAuto_default,
|
|
121
152
|
IconReEdit: () => ReEdit_default,
|
|
122
153
|
IconRegenerate: () => Regenerate_default,
|
|
154
|
+
IconRightFilled: () => RightFilled_default,
|
|
123
155
|
IconSceneNext: () => SceneNext_default,
|
|
124
156
|
IconScriptmode: () => Scriptmode_default,
|
|
157
|
+
IconSendrequest: () => Sendrequest_default,
|
|
125
158
|
IconShare: () => Share_default,
|
|
126
159
|
IconShareFilled: () => ShareFilled_default,
|
|
127
160
|
IconSocialDiscord: () => SocialDiscord_default,
|
|
@@ -131,21 +164,27 @@ __export(index_exports, {
|
|
|
131
164
|
IconStoryboard: () => Storyboard_default,
|
|
132
165
|
IconStyle: () => Style_default,
|
|
133
166
|
IconStyleAutoFilled: () => StyleAutoFilled_default,
|
|
167
|
+
IconSwitchOffFilled: () => SwitchOffFilled_default,
|
|
134
168
|
IconSwitchOnFilled: () => SwitchOnFilled_default,
|
|
135
169
|
IconTarget: () => Target_default,
|
|
136
170
|
IconTextLogo: () => TextLogo_default,
|
|
137
171
|
IconTips: () => Tips_default,
|
|
138
172
|
IconTools: () => Tools_default,
|
|
139
173
|
IconToolsFilled: () => ToolsFilled_default,
|
|
140
|
-
|
|
174
|
+
IconUndo: () => Undo_default,
|
|
175
|
+
IconUpFilled: () => UpFilled_default,
|
|
176
|
+
IconUpleftFilled: () => UpleftFilled_default,
|
|
141
177
|
IconUploadfiles: () => Uploadfiles_default,
|
|
142
178
|
IconUploadimage: () => Uploadimage_default,
|
|
179
|
+
IconUprightFilled: () => UprightFilled_default,
|
|
143
180
|
IconUserfeedback: () => Userfeedback_default,
|
|
144
181
|
IconVideoGeneration: () => VideoGeneration_default,
|
|
145
182
|
IconVideoLength: () => VideoLength_default,
|
|
146
183
|
IconVideogenerate: () => Videogenerate_default,
|
|
147
184
|
IconVisualstyles: () => Visualstyles_default,
|
|
148
185
|
IconVolume: () => Volume_default,
|
|
186
|
+
IconWithdrawgame: () => Withdrawgame_default,
|
|
187
|
+
IconZoomhandle: () => Zoomhandle_default,
|
|
149
188
|
IconZoomin: () => Zoomin_default,
|
|
150
189
|
IconZoomout: () => Zoomout_default
|
|
151
190
|
});
|
|
@@ -191,16 +230,36 @@ var import_jsx_runtime3 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
191
230
|
)
|
|
192
231
|
] }), Uploadimage_default = IconUploadimage;
|
|
193
232
|
|
|
194
|
-
// src/components/
|
|
195
|
-
var import_jsx_runtime4 = require("react/jsx-runtime"),
|
|
233
|
+
// src/components/Aboutus.tsx
|
|
234
|
+
var import_jsx_runtime4 = require("react/jsx-runtime"), IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
196
235
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
197
236
|
"path",
|
|
198
237
|
{
|
|
199
238
|
fill: stroke || color || "currentColor",
|
|
200
|
-
d: "
|
|
239
|
+
d: "M8.25 3.75V0H15.75V3.75H20.25L24 9L20.25 14.25H1.5V3.75H8.25ZM10.5 2.25H13.5V3.75H10.5V2.25ZM3.75 6V12H19.0921L21.235 9L19.0921 6H3.75Z",
|
|
240
|
+
fillRule: "evenodd",
|
|
241
|
+
clipRule: "evenodd"
|
|
201
242
|
}
|
|
202
243
|
),
|
|
203
244
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
245
|
+
"path",
|
|
246
|
+
{
|
|
247
|
+
fill: stroke || color || "currentColor",
|
|
248
|
+
d: "M10.5 17.25V21.75H13.5V17.25H15.75V24H8.25V17.25H10.5Z"
|
|
249
|
+
}
|
|
250
|
+
)
|
|
251
|
+
] }), Aboutus_default = IconAboutus;
|
|
252
|
+
|
|
253
|
+
// src/components/AddSceneChoice.tsx
|
|
254
|
+
var import_jsx_runtime5 = require("react/jsx-runtime"), IconAddSceneChoice = ({ 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: [
|
|
255
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
256
|
+
"path",
|
|
257
|
+
{
|
|
258
|
+
fill: stroke || color || "currentColor",
|
|
259
|
+
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
260
|
+
}
|
|
261
|
+
),
|
|
262
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
204
263
|
"path",
|
|
205
264
|
{
|
|
206
265
|
fill: stroke || color || "currentColor",
|
|
@@ -212,7 +271,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), IconAddSceneChoice = ({
|
|
|
212
271
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
213
272
|
|
|
214
273
|
// src/components/Add.tsx
|
|
215
|
-
var
|
|
274
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
216
275
|
"path",
|
|
217
276
|
{
|
|
218
277
|
fill: stroke || color || "currentColor",
|
|
@@ -221,8 +280,8 @@ var import_jsx_runtime5 = require("react/jsx-runtime"), IconAdd = ({ size, width
|
|
|
221
280
|
) }), Add_default = IconAdd;
|
|
222
281
|
|
|
223
282
|
// src/components/Agreements.tsx
|
|
224
|
-
var
|
|
225
|
-
/* @__PURE__ */ (0,
|
|
283
|
+
var import_jsx_runtime7 = require("react/jsx-runtime"), IconAgreements = ({ 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: [
|
|
284
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
226
285
|
"path",
|
|
227
286
|
{
|
|
228
287
|
fill: stroke || color || "currentColor",
|
|
@@ -231,11 +290,11 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconAgreements = ({ size
|
|
|
231
290
|
clipRule: "evenodd"
|
|
232
291
|
}
|
|
233
292
|
),
|
|
234
|
-
/* @__PURE__ */ (0,
|
|
293
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
235
294
|
] }), Agreements_default = IconAgreements;
|
|
236
295
|
|
|
237
296
|
// src/components/AngleDown.tsx
|
|
238
|
-
var
|
|
297
|
+
var import_jsx_runtime8 = require("react/jsx-runtime"), IconAngleDown = ({ 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)(
|
|
239
298
|
"path",
|
|
240
299
|
{
|
|
241
300
|
fill: stroke || color || "currentColor",
|
|
@@ -243,8 +302,28 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAngleDown = ({ size,
|
|
|
243
302
|
}
|
|
244
303
|
) }), AngleDown_default = IconAngleDown;
|
|
245
304
|
|
|
305
|
+
// src/components/Angleright.tsx
|
|
306
|
+
var import_jsx_runtime9 = require("react/jsx-runtime"), IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
307
|
+
"path",
|
|
308
|
+
{
|
|
309
|
+
fill: stroke || color || "currentColor",
|
|
310
|
+
d: "M14.9091 12L6.70459 3.79553L8.29558 2.20454L18.0911 12L8.29558 21.7955L6.70459 20.2045L14.9091 12Z"
|
|
311
|
+
}
|
|
312
|
+
) }), Angleright_default = IconAngleright;
|
|
313
|
+
|
|
314
|
+
// src/components/Announcement.tsx
|
|
315
|
+
var import_jsx_runtime10 = require("react/jsx-runtime"), IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
316
|
+
"path",
|
|
317
|
+
{
|
|
318
|
+
fill: stroke || color || "currentColor",
|
|
319
|
+
d: "M19.5 20.25H22.5V1.5H19.5C19.5 3.98528 17.4853 6 15 6H1.5V15.75H6.92877L8.26664 23.4428L10.4834 23.0572L9.21254 15.75H15C17.4853 15.75 19.5 17.7647 19.5 20.25ZM12 13.5H15C17.1205 13.5 19.0125 14.4778 20.25 16.007V5.743C19.0125 7.27225 17.1205 8.25 15 8.25H12V13.5ZM9.75 13.5V8.25H3.75V13.5H9.75Z",
|
|
320
|
+
fillRule: "evenodd",
|
|
321
|
+
clipRule: "evenodd"
|
|
322
|
+
}
|
|
323
|
+
) }), Announcement_default = IconAnnouncement;
|
|
324
|
+
|
|
246
325
|
// src/components/Artboard.tsx
|
|
247
|
-
var
|
|
326
|
+
var import_jsx_runtime11 = require("react/jsx-runtime"), IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
248
327
|
"path",
|
|
249
328
|
{
|
|
250
329
|
fill: stroke || color || "currentColor",
|
|
@@ -255,17 +334,17 @@ var import_jsx_runtime8 = require("react/jsx-runtime"), IconArtboard = ({ size,
|
|
|
255
334
|
) }), Artboard_default = IconArtboard;
|
|
256
335
|
|
|
257
336
|
// src/components/AssetsFilled.tsx
|
|
258
|
-
var
|
|
259
|
-
/* @__PURE__ */ (0,
|
|
260
|
-
/* @__PURE__ */ (0,
|
|
261
|
-
/* @__PURE__ */ (0,
|
|
337
|
+
var import_jsx_runtime12 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
338
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
339
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
340
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
262
341
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
263
342
|
|
|
264
343
|
// src/components/Assets.tsx
|
|
265
|
-
var
|
|
266
|
-
/* @__PURE__ */ (0,
|
|
267
|
-
/* @__PURE__ */ (0,
|
|
268
|
-
/* @__PURE__ */ (0,
|
|
344
|
+
var import_jsx_runtime13 = require("react/jsx-runtime"), IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
345
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
346
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
347
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
269
348
|
"path",
|
|
270
349
|
{
|
|
271
350
|
fill: stroke || color || "currentColor",
|
|
@@ -277,8 +356,8 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
277
356
|
] }), Assets_default = IconAssets;
|
|
278
357
|
|
|
279
358
|
// src/components/Backtoprojects.tsx
|
|
280
|
-
var
|
|
281
|
-
/* @__PURE__ */ (0,
|
|
359
|
+
var import_jsx_runtime14 = require("react/jsx-runtime"), IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
360
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
282
361
|
"path",
|
|
283
362
|
{
|
|
284
363
|
fill: stroke || color || "currentColor",
|
|
@@ -287,7 +366,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
287
366
|
clipRule: "evenodd"
|
|
288
367
|
}
|
|
289
368
|
),
|
|
290
|
-
/* @__PURE__ */ (0,
|
|
369
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
291
370
|
"path",
|
|
292
371
|
{
|
|
293
372
|
fill: stroke || color || "currentColor",
|
|
@@ -296,7 +375,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
296
375
|
clipRule: "evenodd"
|
|
297
376
|
}
|
|
298
377
|
),
|
|
299
|
-
/* @__PURE__ */ (0,
|
|
378
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
300
379
|
"path",
|
|
301
380
|
{
|
|
302
381
|
fill: stroke || color || "currentColor",
|
|
@@ -305,7 +384,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
305
384
|
clipRule: "evenodd"
|
|
306
385
|
}
|
|
307
386
|
),
|
|
308
|
-
/* @__PURE__ */ (0,
|
|
387
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
309
388
|
"path",
|
|
310
389
|
{
|
|
311
390
|
fill: stroke || color || "currentColor",
|
|
@@ -317,7 +396,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBacktoprojects = ({
|
|
|
317
396
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
318
397
|
|
|
319
398
|
// src/components/Backward.tsx
|
|
320
|
-
var
|
|
399
|
+
var import_jsx_runtime15 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
321
400
|
"path",
|
|
322
401
|
{
|
|
323
402
|
fill: stroke || color || "currentColor",
|
|
@@ -326,7 +405,7 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
326
405
|
) }), Backward_default = IconBackward;
|
|
327
406
|
|
|
328
407
|
// src/components/BatchShots.tsx
|
|
329
|
-
var
|
|
408
|
+
var import_jsx_runtime16 = require("react/jsx-runtime"), IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
330
409
|
"path",
|
|
331
410
|
{
|
|
332
411
|
fill: stroke || color || "currentColor",
|
|
@@ -337,7 +416,7 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
337
416
|
) }), BatchShots_default = IconBatchShots;
|
|
338
417
|
|
|
339
418
|
// src/components/Canvasmode.tsx
|
|
340
|
-
var
|
|
419
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
341
420
|
"path",
|
|
342
421
|
{
|
|
343
422
|
fill: stroke || color || "currentColor",
|
|
@@ -347,8 +426,19 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
347
426
|
}
|
|
348
427
|
) }), Canvasmode_default = IconCanvasmode;
|
|
349
428
|
|
|
429
|
+
// src/components/Changeprofilephoto.tsx
|
|
430
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
431
|
+
"path",
|
|
432
|
+
{
|
|
433
|
+
fill: stroke || color || "currentColor",
|
|
434
|
+
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",
|
|
435
|
+
fillRule: "evenodd",
|
|
436
|
+
clipRule: "evenodd"
|
|
437
|
+
}
|
|
438
|
+
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
439
|
+
|
|
350
440
|
// src/components/Chaptercollapse.tsx
|
|
351
|
-
var
|
|
441
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
352
442
|
"path",
|
|
353
443
|
{
|
|
354
444
|
fill: stroke || color || "currentColor",
|
|
@@ -359,7 +449,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
359
449
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
360
450
|
|
|
361
451
|
// src/components/Chapterexpand.tsx
|
|
362
|
-
var
|
|
452
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
363
453
|
"path",
|
|
364
454
|
{
|
|
365
455
|
fill: stroke || color || "currentColor",
|
|
@@ -370,7 +460,7 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
370
460
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
371
461
|
|
|
372
462
|
// src/components/Check.tsx
|
|
373
|
-
var
|
|
463
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
374
464
|
"path",
|
|
375
465
|
{
|
|
376
466
|
fill: stroke || color || "currentColor",
|
|
@@ -379,18 +469,18 @@ var import_jsx_runtime17 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
379
469
|
) }), Check_default = IconCheck;
|
|
380
470
|
|
|
381
471
|
// src/components/CheckedFilled.tsx
|
|
382
|
-
var
|
|
472
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
383
473
|
"path",
|
|
384
474
|
{
|
|
385
475
|
fill: fill || color || "currentColor",
|
|
386
|
-
d: "
|
|
476
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
387
477
|
fillRule: "evenodd",
|
|
388
478
|
clipRule: "evenodd"
|
|
389
479
|
}
|
|
390
480
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
391
481
|
|
|
392
482
|
// src/components/Close.tsx
|
|
393
|
-
var
|
|
483
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
394
484
|
"path",
|
|
395
485
|
{
|
|
396
486
|
fill: stroke || color || "currentColor",
|
|
@@ -399,9 +489,9 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
399
489
|
) }), Close_default = IconClose;
|
|
400
490
|
|
|
401
491
|
// src/components/Copy.tsx
|
|
402
|
-
var
|
|
403
|
-
/* @__PURE__ */ (0,
|
|
404
|
-
/* @__PURE__ */ (0,
|
|
492
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
493
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
405
495
|
"path",
|
|
406
496
|
{
|
|
407
497
|
fill: stroke || color || "currentColor",
|
|
@@ -412,9 +502,20 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
412
502
|
)
|
|
413
503
|
] }), Copy_default = IconCopy;
|
|
414
504
|
|
|
505
|
+
// src/components/Copylink.tsx
|
|
506
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
507
|
+
"path",
|
|
508
|
+
{
|
|
509
|
+
fill: stroke || color || "currentColor",
|
|
510
|
+
d: "M16.5 9C18.9853 9 21 6.98528 21 4.5C21 2.01472 18.9853 0 16.5 0C14.0147 0 12 2.01472 12 4.5C12 4.97253 12.0728 5.42805 12.2079 5.85594L7.59859 8.73675C6.79167 7.9703 5.70076 7.5 4.5 7.5C2.01472 7.5 0 9.51472 0 12C0 14.4853 2.01472 16.5 4.5 16.5C5.70076 16.5 6.79167 16.0297 7.59859 15.2633L12.2079 18.1441C12.0728 18.572 12 19.0275 12 19.5C12 21.9853 14.0147 24 16.5 24C18.9853 24 21 21.9853 21 19.5C21 17.0147 18.9853 15 16.5 15C15.2993 15 14.2083 15.4703 13.4014 16.2367L8.79213 13.3559C8.92717 12.928 9 12.4725 9 12C9 11.5275 8.92717 11.072 8.79213 10.6441L13.4014 7.76328C14.2083 8.52971 15.2993 9 16.5 9ZM16.5 6.75C17.7426 6.75 18.75 5.74264 18.75 4.5C18.75 3.25736 17.7426 2.25 16.5 2.25C15.2574 2.25 14.25 3.25736 14.25 4.5C14.25 5.74264 15.2574 6.75 16.5 6.75ZM6.75 12C6.75 13.2426 5.74264 14.25 4.5 14.25C3.25736 14.25 2.25 13.2426 2.25 12C2.25 10.7574 3.25736 9.75 4.5 9.75C5.74264 9.75 6.75 10.7574 6.75 12ZM18.75 19.5C18.75 20.7426 17.7426 21.75 16.5 21.75C15.2574 21.75 14.25 20.7426 14.25 19.5C14.25 18.2574 15.2574 17.25 16.5 17.25C17.7426 17.25 18.75 18.2574 18.75 19.5Z",
|
|
511
|
+
fillRule: "evenodd",
|
|
512
|
+
clipRule: "evenodd"
|
|
513
|
+
}
|
|
514
|
+
) }), Copylink_default = IconCopylink;
|
|
515
|
+
|
|
415
516
|
// src/components/CreditFilled.tsx
|
|
416
|
-
var
|
|
417
|
-
/* @__PURE__ */ (0,
|
|
517
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
418
519
|
"path",
|
|
419
520
|
{
|
|
420
521
|
fill: fill || color || "currentColor",
|
|
@@ -423,11 +524,11 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
423
524
|
clipRule: "evenodd"
|
|
424
525
|
}
|
|
425
526
|
) }),
|
|
426
|
-
/* @__PURE__ */ (0,
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
427
528
|
] }), CreditFilled_default = IconCreditFilled;
|
|
428
529
|
|
|
429
530
|
// src/components/Cursor.tsx
|
|
430
|
-
var
|
|
531
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
431
532
|
"path",
|
|
432
533
|
{
|
|
433
534
|
fill: stroke || color || "currentColor",
|
|
@@ -438,9 +539,9 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
438
539
|
) }), Cursor_default = IconCursor;
|
|
439
540
|
|
|
440
541
|
// src/components/DeleteSceneChoice.tsx
|
|
441
|
-
var
|
|
442
|
-
/* @__PURE__ */ (0,
|
|
443
|
-
/* @__PURE__ */ (0,
|
|
542
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
543
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
544
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
444
545
|
"path",
|
|
445
546
|
{
|
|
446
547
|
fill: stroke || color || "currentColor",
|
|
@@ -452,9 +553,9 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
452
553
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
453
554
|
|
|
454
555
|
// src/components/Delete.tsx
|
|
455
|
-
var
|
|
456
|
-
/* @__PURE__ */ (0,
|
|
457
|
-
/* @__PURE__ */ (0,
|
|
556
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
557
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
558
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
458
559
|
"path",
|
|
459
560
|
{
|
|
460
561
|
fill: stroke || color || "currentColor",
|
|
@@ -465,16 +566,38 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
465
566
|
)
|
|
466
567
|
] }), Delete_default = IconDelete;
|
|
467
568
|
|
|
569
|
+
// src/components/DownFilled.tsx
|
|
570
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
571
|
+
"path",
|
|
572
|
+
{
|
|
573
|
+
fill: fill || color || "currentColor",
|
|
574
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM18 12H13.5V4.5H10.5V12H6V13.5L12 19.5L18 13.5V12Z",
|
|
575
|
+
fillRule: "evenodd",
|
|
576
|
+
clipRule: "evenodd"
|
|
577
|
+
}
|
|
578
|
+
) }), DownFilled_default = IconDownFilled;
|
|
579
|
+
|
|
580
|
+
// src/components/DownleftFilled.tsx
|
|
581
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
582
|
+
"path",
|
|
583
|
+
{
|
|
584
|
+
fill: fill || color || "currentColor",
|
|
585
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM18.3107 7.81068L13.0607 13.0607L16.125 16.125L15 17.25H6.75V9.00002L7.875 7.87502L10.9393 10.9394L16.1893 5.68936L18.3107 7.81068Z",
|
|
586
|
+
fillRule: "evenodd",
|
|
587
|
+
clipRule: "evenodd"
|
|
588
|
+
}
|
|
589
|
+
) }), DownleftFilled_default = IconDownleftFilled;
|
|
590
|
+
|
|
468
591
|
// src/components/Download.tsx
|
|
469
|
-
var
|
|
470
|
-
/* @__PURE__ */ (0,
|
|
592
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
593
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
471
594
|
"path",
|
|
472
595
|
{
|
|
473
596
|
fill: stroke || color || "currentColor",
|
|
474
597
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
475
598
|
}
|
|
476
599
|
),
|
|
477
|
-
/* @__PURE__ */ (0,
|
|
600
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
478
601
|
"path",
|
|
479
602
|
{
|
|
480
603
|
fill: stroke || color || "currentColor",
|
|
@@ -485,18 +608,49 @@ var import_jsx_runtime25 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
485
608
|
)
|
|
486
609
|
] }), Download_default = IconDownload;
|
|
487
610
|
|
|
611
|
+
// src/components/DownrightFilled.tsx
|
|
612
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
613
|
+
"path",
|
|
614
|
+
{
|
|
615
|
+
fill: fill || color || "currentColor",
|
|
616
|
+
d: "M24 12C24 5.37258 18.6274 -2.89694e-07 12 0C5.37258 2.89694e-07 -2.89694e-07 5.37258 0 12C2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12ZM7.81068 5.68934L13.0607 10.9393L16.125 7.875L17.25 9V17.25L9.00002 17.25L7.87502 16.125L10.9394 13.0607L5.68936 7.81066L7.81068 5.68934Z",
|
|
617
|
+
fillRule: "evenodd",
|
|
618
|
+
clipRule: "evenodd"
|
|
619
|
+
}
|
|
620
|
+
) }), DownrightFilled_default = IconDownrightFilled;
|
|
621
|
+
|
|
488
622
|
// src/components/DraghandleFilled.tsx
|
|
489
|
-
var
|
|
490
|
-
/* @__PURE__ */ (0,
|
|
491
|
-
/* @__PURE__ */ (0,
|
|
492
|
-
/* @__PURE__ */ (0,
|
|
493
|
-
/* @__PURE__ */ (0,
|
|
494
|
-
/* @__PURE__ */ (0,
|
|
495
|
-
/* @__PURE__ */ (0,
|
|
623
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
624
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
625
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
626
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
627
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
496
630
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
497
631
|
|
|
632
|
+
// src/components/FavoriteFilled.tsx
|
|
633
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
634
|
+
"path",
|
|
635
|
+
{
|
|
636
|
+
fill: fill || color || "currentColor",
|
|
637
|
+
d: "M13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0Z"
|
|
638
|
+
}
|
|
639
|
+
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
640
|
+
|
|
641
|
+
// src/components/Favorite.tsx
|
|
642
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
643
|
+
"path",
|
|
644
|
+
{
|
|
645
|
+
fill: stroke || color || "currentColor",
|
|
646
|
+
d: "M18.0363 13.9613L23.8762 9.71839L22.9492 6.86522L15.7307 6.86522L13.5 0H10.5L8.26938 6.86522L1.05083 6.86522L0.123779 9.71839L5.96372 13.9613L3.7331 20.8265L6.16015 22.5899L12 18.3469L17.8399 22.5898L20.267 20.8265L18.0363 13.9613ZM17.4872 19.5524L15.3913 13.1019L20.8785 9.11522L14.0959 9.11522L12 2.66463L9.9041 9.11522L3.12152 9.11522L8.60875 13.1019L6.51285 19.5525L12 15.5658L17.4872 19.5524Z",
|
|
647
|
+
fillRule: "evenodd",
|
|
648
|
+
clipRule: "evenodd"
|
|
649
|
+
}
|
|
650
|
+
) }), Favorite_default = IconFavorite;
|
|
651
|
+
|
|
498
652
|
// src/components/FeedbackFailFilled.tsx
|
|
499
|
-
var
|
|
653
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
500
654
|
"path",
|
|
501
655
|
{
|
|
502
656
|
fill: fill || color || "currentColor",
|
|
@@ -507,7 +661,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
507
661
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
508
662
|
|
|
509
663
|
// src/components/FeedbackPendingFilled.tsx
|
|
510
|
-
var
|
|
664
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
511
665
|
"path",
|
|
512
666
|
{
|
|
513
667
|
fill: fill || color || "currentColor",
|
|
@@ -518,7 +672,7 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
518
672
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
519
673
|
|
|
520
674
|
// src/components/FeedbackProblemFilled.tsx
|
|
521
|
-
var
|
|
675
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
522
676
|
"path",
|
|
523
677
|
{
|
|
524
678
|
fill: fill || color || "currentColor",
|
|
@@ -529,29 +683,29 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
529
683
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
530
684
|
|
|
531
685
|
// src/components/FeedbackProblem.tsx
|
|
532
|
-
var
|
|
533
|
-
/* @__PURE__ */ (0,
|
|
686
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
687
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
534
688
|
"path",
|
|
535
689
|
{
|
|
536
690
|
fill: stroke || color || "currentColor",
|
|
537
691
|
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"
|
|
538
692
|
}
|
|
539
693
|
),
|
|
540
|
-
/* @__PURE__ */ (0,
|
|
694
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
541
695
|
"path",
|
|
542
696
|
{
|
|
543
697
|
fill: stroke || color || "currentColor",
|
|
544
698
|
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"
|
|
545
699
|
}
|
|
546
700
|
),
|
|
547
|
-
/* @__PURE__ */ (0,
|
|
701
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
548
702
|
"path",
|
|
549
703
|
{
|
|
550
704
|
fill: stroke || color || "currentColor",
|
|
551
705
|
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"
|
|
552
706
|
}
|
|
553
707
|
),
|
|
554
|
-
/* @__PURE__ */ (0,
|
|
708
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
555
709
|
"path",
|
|
556
710
|
{
|
|
557
711
|
fill: stroke || color || "currentColor",
|
|
@@ -562,9 +716,44 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
562
716
|
)
|
|
563
717
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
564
718
|
|
|
719
|
+
// src/components/FiletypeImageFilled.tsx
|
|
720
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
721
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
722
|
+
"path",
|
|
723
|
+
{
|
|
724
|
+
fill: "#2E2E2E",
|
|
725
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
726
|
+
style: { opacity: 0.3 }
|
|
727
|
+
}
|
|
728
|
+
) }),
|
|
729
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
730
|
+
"path",
|
|
731
|
+
{
|
|
732
|
+
fill: "#2E2E2E",
|
|
733
|
+
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"
|
|
734
|
+
}
|
|
735
|
+
),
|
|
736
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
737
|
+
"path",
|
|
738
|
+
{
|
|
739
|
+
fill: "#2E2E2E",
|
|
740
|
+
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"
|
|
741
|
+
}
|
|
742
|
+
),
|
|
743
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
744
|
+
"path",
|
|
745
|
+
{
|
|
746
|
+
fill: "#2E2E2E",
|
|
747
|
+
d: "M9.625 7.625C8.52043 7.625 7.625 8.52043 7.625 9.625V14.375C7.625 15.4796 8.52043 16.375 9.625 16.375H14.375C15.4796 16.375 16.375 15.4796 16.375 14.375V9.625C16.375 8.52043 15.4796 7.625 14.375 7.625H9.625ZM15.4375 9.5625C15.4375 9.01022 14.9898 8.5625 14.4375 8.5625H9.5625C9.01022 8.5625 8.5625 9.01022 8.5625 9.5625V13.4837C8.5625 14.4334 9.76209 14.8483 10.3488 14.1015L11.3107 12.8773C11.6773 12.4107 12.3693 12.3693 12.7889 12.7889C13.1798 13.1798 13.8151 13.1748 14.1997 12.7777L15.1557 11.7908C15.3365 11.6043 15.4375 11.3548 15.4375 11.0951V9.5625Z",
|
|
748
|
+
fillRule: "evenodd",
|
|
749
|
+
clipRule: "evenodd"
|
|
750
|
+
}
|
|
751
|
+
)
|
|
752
|
+
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
753
|
+
|
|
565
754
|
// src/components/FiletypePdfFilled.tsx
|
|
566
|
-
var
|
|
567
|
-
/* @__PURE__ */ (0,
|
|
755
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
756
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
568
757
|
"path",
|
|
569
758
|
{
|
|
570
759
|
fill: "#FF3E4C",
|
|
@@ -572,14 +761,14 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
572
761
|
style: { opacity: 0.3 }
|
|
573
762
|
}
|
|
574
763
|
) }),
|
|
575
|
-
/* @__PURE__ */ (0,
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
576
765
|
"path",
|
|
577
766
|
{
|
|
578
767
|
fill: "#FF3E4C",
|
|
579
768
|
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"
|
|
580
769
|
}
|
|
581
770
|
),
|
|
582
|
-
/* @__PURE__ */ (0,
|
|
771
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
583
772
|
"path",
|
|
584
773
|
{
|
|
585
774
|
fill: "#FF3E4C",
|
|
@@ -589,8 +778,8 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
589
778
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
590
779
|
|
|
591
780
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
592
|
-
var
|
|
593
|
-
/* @__PURE__ */ (0,
|
|
781
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
782
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
594
783
|
"path",
|
|
595
784
|
{
|
|
596
785
|
fill: "#2E2E2E",
|
|
@@ -598,14 +787,14 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
598
787
|
style: { opacity: 0.3 }
|
|
599
788
|
}
|
|
600
789
|
) }),
|
|
601
|
-
/* @__PURE__ */ (0,
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
602
791
|
"path",
|
|
603
792
|
{
|
|
604
793
|
fill: "#2E2E2E",
|
|
605
794
|
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"
|
|
606
795
|
}
|
|
607
796
|
),
|
|
608
|
-
/* @__PURE__ */ (0,
|
|
797
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
609
798
|
"path",
|
|
610
799
|
{
|
|
611
800
|
fill: "#2E2E2E",
|
|
@@ -614,26 +803,154 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
614
803
|
)
|
|
615
804
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
616
805
|
|
|
806
|
+
// src/components/FiletypeTxtFilled.tsx
|
|
807
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
808
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
809
|
+
"path",
|
|
810
|
+
{
|
|
811
|
+
fill: "#005FAD",
|
|
812
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
813
|
+
style: { opacity: 0.3 }
|
|
814
|
+
}
|
|
815
|
+
) }),
|
|
816
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
817
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
818
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
819
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
820
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
821
|
+
"path",
|
|
822
|
+
{
|
|
823
|
+
fill: "#005FAD",
|
|
824
|
+
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"
|
|
825
|
+
}
|
|
826
|
+
)
|
|
827
|
+
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
828
|
+
|
|
829
|
+
// src/components/FiletypeTxtLumiFilled.tsx
|
|
830
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
831
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
832
|
+
"path",
|
|
833
|
+
{
|
|
834
|
+
fill: "#2E2E2E",
|
|
835
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
836
|
+
style: { opacity: 0.3 }
|
|
837
|
+
}
|
|
838
|
+
) }),
|
|
839
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
840
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
841
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
842
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
843
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
844
|
+
"path",
|
|
845
|
+
{
|
|
846
|
+
fill: "#2E2E2E",
|
|
847
|
+
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"
|
|
848
|
+
}
|
|
849
|
+
)
|
|
850
|
+
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
851
|
+
|
|
852
|
+
// src/components/FiletypeWordFilled.tsx
|
|
853
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
854
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
855
|
+
"path",
|
|
856
|
+
{
|
|
857
|
+
fill: "#0072FF",
|
|
858
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
859
|
+
style: { opacity: 0.3 }
|
|
860
|
+
}
|
|
861
|
+
) }),
|
|
862
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
863
|
+
"path",
|
|
864
|
+
{
|
|
865
|
+
fill: "#0072FF",
|
|
866
|
+
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"
|
|
867
|
+
}
|
|
868
|
+
),
|
|
869
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
870
|
+
"path",
|
|
871
|
+
{
|
|
872
|
+
fill: "#0072FF",
|
|
873
|
+
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"
|
|
874
|
+
}
|
|
875
|
+
)
|
|
876
|
+
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
877
|
+
|
|
878
|
+
// src/components/FiletypeWordLumiFilled.tsx
|
|
879
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
880
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
881
|
+
"path",
|
|
882
|
+
{
|
|
883
|
+
fill: "#2E2E2E",
|
|
884
|
+
d: "M17.5907 6.28819C17.0587 6.28768 16.5487 6.07629 16.1725 5.70045C15.7963 5.3246 15.5848 4.81499 15.5843 4.28346V1.5H6.6185C5.92403 1.5 5.25801 1.77565 4.76694 2.26629C4.27588 2.75693 4 3.42237 4 4.11624V19.8876C4.00103 20.5808 4.27736 21.2453 4.76831 21.7351C5.25927 22.2249 5.9247 22.5 6.6185 22.5H17.3815C18.0753 22.5 18.7407 22.2249 19.2317 21.7351C19.7226 21.2453 19.999 20.5808 20 19.8876V6.28819H17.5907Z",
|
|
885
|
+
style: { opacity: 0.3 }
|
|
886
|
+
}
|
|
887
|
+
) }),
|
|
888
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
889
|
+
"path",
|
|
890
|
+
{
|
|
891
|
+
fill: "#2E2E2E",
|
|
892
|
+
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"
|
|
893
|
+
}
|
|
894
|
+
),
|
|
895
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
896
|
+
"path",
|
|
897
|
+
{
|
|
898
|
+
fill: "#2E2E2E",
|
|
899
|
+
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"
|
|
900
|
+
}
|
|
901
|
+
)
|
|
902
|
+
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
903
|
+
|
|
904
|
+
// src/components/Fillin.tsx
|
|
905
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
906
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
907
|
+
"path",
|
|
908
|
+
{
|
|
909
|
+
fill: stroke || color || "currentColor",
|
|
910
|
+
d: "M24 9.75V7.5L16.5 0L9 7.5V9.75H15.375V18.75H1.5L1.5 21H17.625V9.75H24ZM12.182 7.5L16.5 3.18198L20.818 7.5H12.182Z",
|
|
911
|
+
fillRule: "evenodd",
|
|
912
|
+
clipRule: "evenodd"
|
|
913
|
+
}
|
|
914
|
+
) }),
|
|
915
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
916
|
+
"rect",
|
|
917
|
+
{
|
|
918
|
+
width: "24",
|
|
919
|
+
height: "24",
|
|
920
|
+
fill: stroke || color || "currentColor",
|
|
921
|
+
transform: "translate(24) rotate(90)"
|
|
922
|
+
}
|
|
923
|
+
) }) })
|
|
924
|
+
] }), Fillin_default = IconFillin;
|
|
925
|
+
|
|
617
926
|
// src/components/FoldedMenu.tsx
|
|
618
|
-
var
|
|
619
|
-
/* @__PURE__ */ (0,
|
|
620
|
-
/* @__PURE__ */ (0,
|
|
621
|
-
/* @__PURE__ */ (0,
|
|
622
|
-
/* @__PURE__ */ (0,
|
|
927
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
928
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
929
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
930
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
931
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
623
932
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
624
933
|
|
|
934
|
+
// src/components/FullScreen.tsx
|
|
935
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
936
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
937
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
938
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
939
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
940
|
+
] }), FullScreen_default = IconFullScreen;
|
|
941
|
+
|
|
625
942
|
// src/components/GameFilled.tsx
|
|
626
|
-
var
|
|
627
|
-
/* @__PURE__ */ (0,
|
|
628
|
-
/* @__PURE__ */ (0,
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
943
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
944
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
945
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
946
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
630
947
|
"path",
|
|
631
948
|
{
|
|
632
949
|
fill: fill || color || "currentColor",
|
|
633
950
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
634
951
|
}
|
|
635
952
|
),
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
953
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
637
954
|
"path",
|
|
638
955
|
{
|
|
639
956
|
fill: fill || color || "currentColor",
|
|
@@ -643,8 +960,8 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGameFilled = ({ siz
|
|
|
643
960
|
] }), GameFilled_default = IconGameFilled;
|
|
644
961
|
|
|
645
962
|
// src/components/Game.tsx
|
|
646
|
-
var
|
|
647
|
-
/* @__PURE__ */ (0,
|
|
963
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
648
965
|
"path",
|
|
649
966
|
{
|
|
650
967
|
fill: stroke || color || "currentColor",
|
|
@@ -653,7 +970,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
653
970
|
clipRule: "evenodd"
|
|
654
971
|
}
|
|
655
972
|
),
|
|
656
|
-
/* @__PURE__ */ (0,
|
|
973
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
657
974
|
"path",
|
|
658
975
|
{
|
|
659
976
|
fill: stroke || color || "currentColor",
|
|
@@ -662,7 +979,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
662
979
|
clipRule: "evenodd"
|
|
663
980
|
}
|
|
664
981
|
),
|
|
665
|
-
/* @__PURE__ */ (0,
|
|
982
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
666
983
|
"path",
|
|
667
984
|
{
|
|
668
985
|
fill: stroke || color || "currentColor",
|
|
@@ -671,7 +988,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
671
988
|
clipRule: "evenodd"
|
|
672
989
|
}
|
|
673
990
|
),
|
|
674
|
-
/* @__PURE__ */ (0,
|
|
991
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
675
992
|
"path",
|
|
676
993
|
{
|
|
677
994
|
fill: stroke || color || "currentColor",
|
|
@@ -683,7 +1000,7 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGame = ({ size, wid
|
|
|
683
1000
|
] }), Game_default = IconGame;
|
|
684
1001
|
|
|
685
1002
|
// src/components/GamebackupFilled.tsx
|
|
686
|
-
var
|
|
1003
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
687
1004
|
"path",
|
|
688
1005
|
{
|
|
689
1006
|
fill: fill || color || "currentColor",
|
|
@@ -694,7 +1011,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamebackupFilled =
|
|
|
694
1011
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
695
1012
|
|
|
696
1013
|
// src/components/Gamebackup.tsx
|
|
697
|
-
var
|
|
1014
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
698
1015
|
"path",
|
|
699
1016
|
{
|
|
700
1017
|
fill: stroke || color || "currentColor",
|
|
@@ -705,7 +1022,7 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGamebackup = ({ siz
|
|
|
705
1022
|
) }), Gamebackup_default = IconGamebackup;
|
|
706
1023
|
|
|
707
1024
|
// src/components/GamecontrolChoice.tsx
|
|
708
|
-
var
|
|
1025
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
709
1026
|
"path",
|
|
710
1027
|
{
|
|
711
1028
|
fill: stroke || color || "currentColor",
|
|
@@ -716,7 +1033,7 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGamecontrolChoice =
|
|
|
716
1033
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
717
1034
|
|
|
718
1035
|
// src/components/GamecontrolGameplay.tsx
|
|
719
|
-
var
|
|
1036
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
720
1037
|
"path",
|
|
721
1038
|
{
|
|
722
1039
|
fill: stroke || color || "currentColor",
|
|
@@ -727,7 +1044,7 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
727
1044
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
728
1045
|
|
|
729
1046
|
// src/components/GamecontrolLinear.tsx
|
|
730
|
-
var
|
|
1047
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
731
1048
|
"path",
|
|
732
1049
|
{
|
|
733
1050
|
fill: stroke || color || "currentColor",
|
|
@@ -737,8 +1054,37 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
737
1054
|
}
|
|
738
1055
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
739
1056
|
|
|
1057
|
+
// src/components/GamecontrolNone.tsx
|
|
1058
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1059
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1060
|
+
"path",
|
|
1061
|
+
{
|
|
1062
|
+
fill: stroke || color || "currentColor",
|
|
1063
|
+
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"
|
|
1064
|
+
}
|
|
1065
|
+
),
|
|
1066
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1067
|
+
"path",
|
|
1068
|
+
{
|
|
1069
|
+
fill: stroke || color || "currentColor",
|
|
1070
|
+
d: "M18.75 12C18.75 15.7279 15.7279 18.75 12 18.75C8.27208 18.75 5.25 15.7279 5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C15.7279 5.25 18.75 8.27208 18.75 12ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z",
|
|
1071
|
+
fillRule: "evenodd",
|
|
1072
|
+
clipRule: "evenodd"
|
|
1073
|
+
}
|
|
1074
|
+
),
|
|
1075
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1076
|
+
"path",
|
|
1077
|
+
{
|
|
1078
|
+
fill: stroke || color || "currentColor",
|
|
1079
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
|
|
1080
|
+
fillRule: "evenodd",
|
|
1081
|
+
clipRule: "evenodd"
|
|
1082
|
+
}
|
|
1083
|
+
)
|
|
1084
|
+
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1085
|
+
|
|
740
1086
|
// src/components/Gamelanguage.tsx
|
|
741
|
-
var
|
|
1087
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
742
1088
|
"path",
|
|
743
1089
|
{
|
|
744
1090
|
fill: stroke || color || "currentColor",
|
|
@@ -749,8 +1095,8 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
749
1095
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
750
1096
|
|
|
751
1097
|
// src/components/Gamepreview.tsx
|
|
752
|
-
var
|
|
753
|
-
/* @__PURE__ */ (0,
|
|
1098
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1099
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
754
1100
|
"path",
|
|
755
1101
|
{
|
|
756
1102
|
fill: stroke || color || "currentColor",
|
|
@@ -759,7 +1105,7 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
759
1105
|
clipRule: "evenodd"
|
|
760
1106
|
}
|
|
761
1107
|
),
|
|
762
|
-
/* @__PURE__ */ (0,
|
|
1108
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
763
1109
|
"path",
|
|
764
1110
|
{
|
|
765
1111
|
fill: stroke || color || "currentColor",
|
|
@@ -770,16 +1116,27 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
770
1116
|
)
|
|
771
1117
|
] }), Gamepreview_default = IconGamepreview;
|
|
772
1118
|
|
|
1119
|
+
// src/components/Gameui.tsx
|
|
1120
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1121
|
+
"path",
|
|
1122
|
+
{
|
|
1123
|
+
fill: stroke || color || "currentColor",
|
|
1124
|
+
d: "M12 24L24 12L12 0L0 12L12 24ZM8.38649 17.2045L12 20.818L15.6135 17.2045L12 13.591L8.38649 17.2045ZM6.7955 15.6135L10.409 12L6.7955 8.38649L3.18198 12L6.7955 15.6135ZM8.38649 6.7955L12 10.409L15.6135 6.7955L12 3.18198L8.38649 6.7955ZM17.2045 8.38649L13.591 12L17.2045 15.6135L20.818 12L17.2045 8.38649Z",
|
|
1125
|
+
fillRule: "evenodd",
|
|
1126
|
+
clipRule: "evenodd"
|
|
1127
|
+
}
|
|
1128
|
+
) }), Gameui_default = IconGameui;
|
|
1129
|
+
|
|
773
1130
|
// src/components/GenerateMultimage.tsx
|
|
774
|
-
var
|
|
775
|
-
/* @__PURE__ */ (0,
|
|
1131
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1132
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
776
1133
|
"path",
|
|
777
1134
|
{
|
|
778
1135
|
fill: stroke || color || "currentColor",
|
|
779
1136
|
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"
|
|
780
1137
|
}
|
|
781
1138
|
),
|
|
782
|
-
/* @__PURE__ */ (0,
|
|
1139
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
783
1140
|
"path",
|
|
784
1141
|
{
|
|
785
1142
|
fill: stroke || color || "currentColor",
|
|
@@ -788,11 +1145,11 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
788
1145
|
clipRule: "evenodd"
|
|
789
1146
|
}
|
|
790
1147
|
),
|
|
791
|
-
/* @__PURE__ */ (0,
|
|
1148
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
792
1149
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
793
1150
|
|
|
794
1151
|
// src/components/GenerateFilled.tsx
|
|
795
|
-
var
|
|
1152
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
796
1153
|
"path",
|
|
797
1154
|
{
|
|
798
1155
|
fill: fill || color || "currentColor",
|
|
@@ -803,15 +1160,15 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
803
1160
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
804
1161
|
|
|
805
1162
|
// src/components/GenerateFrameStart.tsx
|
|
806
|
-
var
|
|
807
|
-
/* @__PURE__ */ (0,
|
|
1163
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1164
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
808
1165
|
"path",
|
|
809
1166
|
{
|
|
810
1167
|
fill: stroke || color || "currentColor",
|
|
811
1168
|
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"
|
|
812
1169
|
}
|
|
813
1170
|
),
|
|
814
|
-
/* @__PURE__ */ (0,
|
|
1171
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
815
1172
|
"path",
|
|
816
1173
|
{
|
|
817
1174
|
fill: stroke || color || "currentColor",
|
|
@@ -823,8 +1180,8 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
823
1180
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
824
1181
|
|
|
825
1182
|
// src/components/GenerateFrameStart2End.tsx
|
|
826
|
-
var
|
|
827
|
-
/* @__PURE__ */ (0,
|
|
1183
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1184
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
828
1185
|
"path",
|
|
829
1186
|
{
|
|
830
1187
|
fill: stroke || color || "currentColor",
|
|
@@ -833,14 +1190,14 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
833
1190
|
clipRule: "evenodd"
|
|
834
1191
|
}
|
|
835
1192
|
),
|
|
836
|
-
/* @__PURE__ */ (0,
|
|
1193
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
837
1194
|
"path",
|
|
838
1195
|
{
|
|
839
1196
|
fill: stroke || color || "currentColor",
|
|
840
1197
|
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"
|
|
841
1198
|
}
|
|
842
1199
|
),
|
|
843
|
-
/* @__PURE__ */ (0,
|
|
1200
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
844
1201
|
"path",
|
|
845
1202
|
{
|
|
846
1203
|
fill: stroke || color || "currentColor",
|
|
@@ -852,8 +1209,8 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
852
1209
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
853
1210
|
|
|
854
1211
|
// src/components/GenerateSwitchframe.tsx
|
|
855
|
-
var
|
|
856
|
-
/* @__PURE__ */ (0,
|
|
1212
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1213
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
857
1214
|
"path",
|
|
858
1215
|
{
|
|
859
1216
|
fill: stroke || color || "currentColor",
|
|
@@ -862,7 +1219,7 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
862
1219
|
clipRule: "evenodd"
|
|
863
1220
|
}
|
|
864
1221
|
),
|
|
865
|
-
/* @__PURE__ */ (0,
|
|
1222
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
866
1223
|
"path",
|
|
867
1224
|
{
|
|
868
1225
|
fill: stroke || color || "currentColor",
|
|
@@ -874,15 +1231,15 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
874
1231
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
875
1232
|
|
|
876
1233
|
// src/components/GenerateT2V.tsx
|
|
877
|
-
var
|
|
878
|
-
/* @__PURE__ */ (0,
|
|
1234
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1235
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
879
1236
|
"path",
|
|
880
1237
|
{
|
|
881
1238
|
fill: stroke || color || "currentColor",
|
|
882
1239
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
883
1240
|
}
|
|
884
1241
|
),
|
|
885
|
-
/* @__PURE__ */ (0,
|
|
1242
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
886
1243
|
"path",
|
|
887
1244
|
{
|
|
888
1245
|
fill: stroke || color || "currentColor",
|
|
@@ -894,15 +1251,15 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
894
1251
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
895
1252
|
|
|
896
1253
|
// src/components/GenreAuto.tsx
|
|
897
|
-
var
|
|
898
|
-
/* @__PURE__ */ (0,
|
|
1254
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1255
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
899
1256
|
"path",
|
|
900
1257
|
{
|
|
901
1258
|
fill: stroke || color || "currentColor",
|
|
902
1259
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
903
1260
|
}
|
|
904
1261
|
),
|
|
905
|
-
/* @__PURE__ */ (0,
|
|
1262
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
906
1263
|
"path",
|
|
907
1264
|
{
|
|
908
1265
|
fill: stroke || color || "currentColor",
|
|
@@ -911,15 +1268,15 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
911
1268
|
clipRule: "evenodd"
|
|
912
1269
|
}
|
|
913
1270
|
),
|
|
914
|
-
/* @__PURE__ */ (0,
|
|
915
|
-
/* @__PURE__ */ (0,
|
|
1271
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1272
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
916
1273
|
"path",
|
|
917
1274
|
{
|
|
918
1275
|
fill: stroke || color || "currentColor",
|
|
919
1276
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
920
1277
|
}
|
|
921
1278
|
),
|
|
922
|
-
/* @__PURE__ */ (0,
|
|
1279
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
923
1280
|
"path",
|
|
924
1281
|
{
|
|
925
1282
|
fill: stroke || color || "currentColor",
|
|
@@ -929,22 +1286,22 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
929
1286
|
] }), GenreAuto_default = IconGenreAuto;
|
|
930
1287
|
|
|
931
1288
|
// src/components/GenreComedy.tsx
|
|
932
|
-
var
|
|
933
|
-
/* @__PURE__ */ (0,
|
|
1289
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1290
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
934
1291
|
"path",
|
|
935
1292
|
{
|
|
936
1293
|
fill: stroke || color || "currentColor",
|
|
937
1294
|
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"
|
|
938
1295
|
}
|
|
939
1296
|
),
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
1297
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
941
1298
|
"path",
|
|
942
1299
|
{
|
|
943
1300
|
fill: stroke || color || "currentColor",
|
|
944
1301
|
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"
|
|
945
1302
|
}
|
|
946
1303
|
),
|
|
947
|
-
/* @__PURE__ */ (0,
|
|
1304
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
948
1305
|
"path",
|
|
949
1306
|
{
|
|
950
1307
|
fill: stroke || color || "currentColor",
|
|
@@ -953,7 +1310,7 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
953
1310
|
clipRule: "evenodd"
|
|
954
1311
|
}
|
|
955
1312
|
),
|
|
956
|
-
/* @__PURE__ */ (0,
|
|
1313
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
957
1314
|
"path",
|
|
958
1315
|
{
|
|
959
1316
|
fill: stroke || color || "currentColor",
|
|
@@ -965,7 +1322,7 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
965
1322
|
] }), GenreComedy_default = IconGenreComedy;
|
|
966
1323
|
|
|
967
1324
|
// src/components/GenreFantasy.tsx
|
|
968
|
-
var
|
|
1325
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
969
1326
|
"path",
|
|
970
1327
|
{
|
|
971
1328
|
fill: stroke || color || "currentColor",
|
|
@@ -976,22 +1333,22 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
976
1333
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
977
1334
|
|
|
978
1335
|
// src/components/GenreHorror.tsx
|
|
979
|
-
var
|
|
980
|
-
/* @__PURE__ */ (0,
|
|
1336
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1337
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
981
1338
|
"path",
|
|
982
1339
|
{
|
|
983
1340
|
fill: stroke || color || "currentColor",
|
|
984
1341
|
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"
|
|
985
1342
|
}
|
|
986
1343
|
),
|
|
987
|
-
/* @__PURE__ */ (0,
|
|
1344
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
988
1345
|
"path",
|
|
989
1346
|
{
|
|
990
1347
|
fill: stroke || color || "currentColor",
|
|
991
1348
|
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"
|
|
992
1349
|
}
|
|
993
1350
|
),
|
|
994
|
-
/* @__PURE__ */ (0,
|
|
1351
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
995
1352
|
"path",
|
|
996
1353
|
{
|
|
997
1354
|
fill: stroke || color || "currentColor",
|
|
@@ -1003,7 +1360,7 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
1003
1360
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1004
1361
|
|
|
1005
1362
|
// src/components/GenreRomance.tsx
|
|
1006
|
-
var
|
|
1363
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1007
1364
|
"path",
|
|
1008
1365
|
{
|
|
1009
1366
|
fill: stroke || color || "currentColor",
|
|
@@ -1014,15 +1371,15 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
1014
1371
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1015
1372
|
|
|
1016
1373
|
// src/components/GenreScifi.tsx
|
|
1017
|
-
var
|
|
1018
|
-
/* @__PURE__ */ (0,
|
|
1374
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1375
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1019
1376
|
"path",
|
|
1020
1377
|
{
|
|
1021
1378
|
fill: stroke || color || "currentColor",
|
|
1022
1379
|
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"
|
|
1023
1380
|
}
|
|
1024
1381
|
),
|
|
1025
|
-
/* @__PURE__ */ (0,
|
|
1382
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1026
1383
|
"path",
|
|
1027
1384
|
{
|
|
1028
1385
|
fill: stroke || color || "currentColor",
|
|
@@ -1031,7 +1388,7 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1031
1388
|
clipRule: "evenodd"
|
|
1032
1389
|
}
|
|
1033
1390
|
),
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1391
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1035
1392
|
"path",
|
|
1036
1393
|
{
|
|
1037
1394
|
fill: stroke || color || "currentColor",
|
|
@@ -1041,7 +1398,7 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1041
1398
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1042
1399
|
|
|
1043
1400
|
// src/components/GenreSuspense.tsx
|
|
1044
|
-
var
|
|
1401
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1045
1402
|
"path",
|
|
1046
1403
|
{
|
|
1047
1404
|
fill: stroke || color || "currentColor",
|
|
@@ -1052,7 +1409,7 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
1052
1409
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1053
1410
|
|
|
1054
1411
|
// src/components/Genre.tsx
|
|
1055
|
-
var
|
|
1412
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1056
1413
|
"path",
|
|
1057
1414
|
{
|
|
1058
1415
|
fill: stroke || color || "currentColor",
|
|
@@ -1063,8 +1420,8 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
1063
1420
|
) }), Genre_default = IconGenre;
|
|
1064
1421
|
|
|
1065
1422
|
// src/components/GoogleLogoFilled.tsx
|
|
1066
|
-
var
|
|
1067
|
-
/* @__PURE__ */ (0,
|
|
1423
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1424
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1068
1425
|
"mask",
|
|
1069
1426
|
{
|
|
1070
1427
|
id: "mask0_48_113",
|
|
@@ -1074,7 +1431,7 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1074
1431
|
y: "0",
|
|
1075
1432
|
maskUnits: "userSpaceOnUse",
|
|
1076
1433
|
style: { maskType: "luminance" },
|
|
1077
|
-
children: /* @__PURE__ */ (0,
|
|
1434
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1078
1435
|
"path",
|
|
1079
1436
|
{
|
|
1080
1437
|
fill: stroke || color || "currentColor",
|
|
@@ -1083,64 +1440,64 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1083
1440
|
)
|
|
1084
1441
|
}
|
|
1085
1442
|
),
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1087
|
-
/* @__PURE__ */ (0,
|
|
1443
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1444
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1088
1445
|
"path",
|
|
1089
1446
|
{
|
|
1090
1447
|
fill: "url(#paint0_radial_48_113)",
|
|
1091
1448
|
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"
|
|
1092
1449
|
}
|
|
1093
1450
|
) }),
|
|
1094
|
-
/* @__PURE__ */ (0,
|
|
1451
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1095
1452
|
"path",
|
|
1096
1453
|
{
|
|
1097
1454
|
fill: "url(#paint1_radial_48_113)",
|
|
1098
1455
|
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"
|
|
1099
1456
|
}
|
|
1100
1457
|
) }),
|
|
1101
|
-
/* @__PURE__ */ (0,
|
|
1458
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1102
1459
|
"path",
|
|
1103
1460
|
{
|
|
1104
1461
|
fill: "url(#paint2_radial_48_113)",
|
|
1105
1462
|
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"
|
|
1106
1463
|
}
|
|
1107
1464
|
) }),
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1465
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1109
1466
|
"path",
|
|
1110
1467
|
{
|
|
1111
1468
|
fill: "url(#paint3_radial_48_113)",
|
|
1112
1469
|
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"
|
|
1113
1470
|
}
|
|
1114
1471
|
) }),
|
|
1115
|
-
/* @__PURE__ */ (0,
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1116
1473
|
"path",
|
|
1117
1474
|
{
|
|
1118
1475
|
fill: "#3086FF",
|
|
1119
1476
|
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"
|
|
1120
1477
|
}
|
|
1121
1478
|
) }),
|
|
1122
|
-
/* @__PURE__ */ (0,
|
|
1479
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1123
1480
|
"path",
|
|
1124
1481
|
{
|
|
1125
1482
|
fill: "url(#paint4_radial_48_113)",
|
|
1126
1483
|
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"
|
|
1127
1484
|
}
|
|
1128
1485
|
) }),
|
|
1129
|
-
/* @__PURE__ */ (0,
|
|
1486
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1130
1487
|
"path",
|
|
1131
1488
|
{
|
|
1132
1489
|
fill: "url(#paint5_radial_48_113)",
|
|
1133
1490
|
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"
|
|
1134
1491
|
}
|
|
1135
1492
|
) }),
|
|
1136
|
-
/* @__PURE__ */ (0,
|
|
1493
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1137
1494
|
"path",
|
|
1138
1495
|
{
|
|
1139
1496
|
fill: "url(#paint6_radial_48_113)",
|
|
1140
1497
|
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"
|
|
1141
1498
|
}
|
|
1142
1499
|
) }),
|
|
1143
|
-
/* @__PURE__ */ (0,
|
|
1500
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1144
1501
|
"path",
|
|
1145
1502
|
{
|
|
1146
1503
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1148,8 +1505,8 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1148
1505
|
}
|
|
1149
1506
|
) })
|
|
1150
1507
|
] }),
|
|
1151
|
-
/* @__PURE__ */ (0,
|
|
1152
|
-
/* @__PURE__ */ (0,
|
|
1508
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("defs", { children: [
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1153
1510
|
"filter",
|
|
1154
1511
|
{
|
|
1155
1512
|
id: "filter0_f_48_113",
|
|
@@ -1160,13 +1517,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1160
1517
|
filterUnits: "userSpaceOnUse",
|
|
1161
1518
|
colorInterpolationFilters: "sRGB",
|
|
1162
1519
|
children: [
|
|
1163
|
-
/* @__PURE__ */ (0,
|
|
1164
|
-
/* @__PURE__ */ (0,
|
|
1165
|
-
/* @__PURE__ */ (0,
|
|
1520
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1521
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1522
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1166
1523
|
]
|
|
1167
1524
|
}
|
|
1168
1525
|
),
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1526
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1170
1527
|
"filter",
|
|
1171
1528
|
{
|
|
1172
1529
|
id: "filter1_f_48_113",
|
|
@@ -1177,13 +1534,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1177
1534
|
filterUnits: "userSpaceOnUse",
|
|
1178
1535
|
colorInterpolationFilters: "sRGB",
|
|
1179
1536
|
children: [
|
|
1180
|
-
/* @__PURE__ */ (0,
|
|
1181
|
-
/* @__PURE__ */ (0,
|
|
1182
|
-
/* @__PURE__ */ (0,
|
|
1537
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1538
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1539
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1183
1540
|
]
|
|
1184
1541
|
}
|
|
1185
1542
|
),
|
|
1186
|
-
/* @__PURE__ */ (0,
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1187
1544
|
"filter",
|
|
1188
1545
|
{
|
|
1189
1546
|
id: "filter2_f_48_113",
|
|
@@ -1194,13 +1551,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1194
1551
|
filterUnits: "userSpaceOnUse",
|
|
1195
1552
|
colorInterpolationFilters: "sRGB",
|
|
1196
1553
|
children: [
|
|
1197
|
-
/* @__PURE__ */ (0,
|
|
1198
|
-
/* @__PURE__ */ (0,
|
|
1199
|
-
/* @__PURE__ */ (0,
|
|
1554
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1555
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1556
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1200
1557
|
]
|
|
1201
1558
|
}
|
|
1202
1559
|
),
|
|
1203
|
-
/* @__PURE__ */ (0,
|
|
1560
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1204
1561
|
"filter",
|
|
1205
1562
|
{
|
|
1206
1563
|
id: "filter3_f_48_113",
|
|
@@ -1211,13 +1568,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1211
1568
|
filterUnits: "userSpaceOnUse",
|
|
1212
1569
|
colorInterpolationFilters: "sRGB",
|
|
1213
1570
|
children: [
|
|
1214
|
-
/* @__PURE__ */ (0,
|
|
1215
|
-
/* @__PURE__ */ (0,
|
|
1216
|
-
/* @__PURE__ */ (0,
|
|
1571
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1572
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1573
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1217
1574
|
]
|
|
1218
1575
|
}
|
|
1219
1576
|
),
|
|
1220
|
-
/* @__PURE__ */ (0,
|
|
1577
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1221
1578
|
"filter",
|
|
1222
1579
|
{
|
|
1223
1580
|
id: "filter4_f_48_113",
|
|
@@ -1228,13 +1585,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1228
1585
|
filterUnits: "userSpaceOnUse",
|
|
1229
1586
|
colorInterpolationFilters: "sRGB",
|
|
1230
1587
|
children: [
|
|
1231
|
-
/* @__PURE__ */ (0,
|
|
1232
|
-
/* @__PURE__ */ (0,
|
|
1233
|
-
/* @__PURE__ */ (0,
|
|
1588
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1589
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1590
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1234
1591
|
]
|
|
1235
1592
|
}
|
|
1236
1593
|
),
|
|
1237
|
-
/* @__PURE__ */ (0,
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1238
1595
|
"filter",
|
|
1239
1596
|
{
|
|
1240
1597
|
id: "filter5_f_48_113",
|
|
@@ -1245,13 +1602,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1245
1602
|
filterUnits: "userSpaceOnUse",
|
|
1246
1603
|
colorInterpolationFilters: "sRGB",
|
|
1247
1604
|
children: [
|
|
1248
|
-
/* @__PURE__ */ (0,
|
|
1249
|
-
/* @__PURE__ */ (0,
|
|
1250
|
-
/* @__PURE__ */ (0,
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1606
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1607
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1251
1608
|
]
|
|
1252
1609
|
}
|
|
1253
1610
|
),
|
|
1254
|
-
/* @__PURE__ */ (0,
|
|
1611
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1255
1612
|
"filter",
|
|
1256
1613
|
{
|
|
1257
1614
|
id: "filter6_f_48_113",
|
|
@@ -1262,13 +1619,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1262
1619
|
filterUnits: "userSpaceOnUse",
|
|
1263
1620
|
colorInterpolationFilters: "sRGB",
|
|
1264
1621
|
children: [
|
|
1265
|
-
/* @__PURE__ */ (0,
|
|
1266
|
-
/* @__PURE__ */ (0,
|
|
1267
|
-
/* @__PURE__ */ (0,
|
|
1622
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1623
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1624
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1268
1625
|
]
|
|
1269
1626
|
}
|
|
1270
1627
|
),
|
|
1271
|
-
/* @__PURE__ */ (0,
|
|
1628
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1272
1629
|
"filter",
|
|
1273
1630
|
{
|
|
1274
1631
|
id: "filter7_f_48_113",
|
|
@@ -1279,13 +1636,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1279
1636
|
filterUnits: "userSpaceOnUse",
|
|
1280
1637
|
colorInterpolationFilters: "sRGB",
|
|
1281
1638
|
children: [
|
|
1282
|
-
/* @__PURE__ */ (0,
|
|
1283
|
-
/* @__PURE__ */ (0,
|
|
1284
|
-
/* @__PURE__ */ (0,
|
|
1639
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1640
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1641
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1285
1642
|
]
|
|
1286
1643
|
}
|
|
1287
1644
|
),
|
|
1288
|
-
/* @__PURE__ */ (0,
|
|
1645
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1289
1646
|
"filter",
|
|
1290
1647
|
{
|
|
1291
1648
|
id: "filter8_f_48_113",
|
|
@@ -1296,13 +1653,13 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1296
1653
|
filterUnits: "userSpaceOnUse",
|
|
1297
1654
|
colorInterpolationFilters: "sRGB",
|
|
1298
1655
|
children: [
|
|
1299
|
-
/* @__PURE__ */ (0,
|
|
1300
|
-
/* @__PURE__ */ (0,
|
|
1301
|
-
/* @__PURE__ */ (0,
|
|
1656
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1657
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1302
1659
|
]
|
|
1303
1660
|
}
|
|
1304
1661
|
),
|
|
1305
|
-
/* @__PURE__ */ (0,
|
|
1662
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1306
1663
|
"radialGradient",
|
|
1307
1664
|
{
|
|
1308
1665
|
id: "paint0_radial_48_113",
|
|
@@ -1312,20 +1669,20 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1312
1669
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1313
1670
|
gradientUnits: "userSpaceOnUse",
|
|
1314
1671
|
children: [
|
|
1315
|
-
/* @__PURE__ */ (0,
|
|
1316
|
-
/* @__PURE__ */ (0,
|
|
1317
|
-
/* @__PURE__ */ (0,
|
|
1318
|
-
/* @__PURE__ */ (0,
|
|
1319
|
-
/* @__PURE__ */ (0,
|
|
1320
|
-
/* @__PURE__ */ (0,
|
|
1321
|
-
/* @__PURE__ */ (0,
|
|
1322
|
-
/* @__PURE__ */ (0,
|
|
1323
|
-
/* @__PURE__ */ (0,
|
|
1324
|
-
/* @__PURE__ */ (0,
|
|
1672
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1674
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1678
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1679
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1680
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1681
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1325
1682
|
]
|
|
1326
1683
|
}
|
|
1327
1684
|
),
|
|
1328
|
-
/* @__PURE__ */ (0,
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1329
1686
|
"radialGradient",
|
|
1330
1687
|
{
|
|
1331
1688
|
id: "paint1_radial_48_113",
|
|
@@ -1335,12 +1692,12 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1335
1692
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1336
1693
|
gradientUnits: "userSpaceOnUse",
|
|
1337
1694
|
children: [
|
|
1338
|
-
/* @__PURE__ */ (0,
|
|
1339
|
-
/* @__PURE__ */ (0,
|
|
1695
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1696
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1340
1697
|
]
|
|
1341
1698
|
}
|
|
1342
1699
|
),
|
|
1343
|
-
/* @__PURE__ */ (0,
|
|
1700
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1344
1701
|
"radialGradient",
|
|
1345
1702
|
{
|
|
1346
1703
|
id: "paint2_radial_48_113",
|
|
@@ -1350,18 +1707,18 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1350
1707
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1351
1708
|
gradientUnits: "userSpaceOnUse",
|
|
1352
1709
|
children: [
|
|
1353
|
-
/* @__PURE__ */ (0,
|
|
1354
|
-
/* @__PURE__ */ (0,
|
|
1355
|
-
/* @__PURE__ */ (0,
|
|
1356
|
-
/* @__PURE__ */ (0,
|
|
1357
|
-
/* @__PURE__ */ (0,
|
|
1358
|
-
/* @__PURE__ */ (0,
|
|
1359
|
-
/* @__PURE__ */ (0,
|
|
1360
|
-
/* @__PURE__ */ (0,
|
|
1710
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1711
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1715
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1361
1718
|
]
|
|
1362
1719
|
}
|
|
1363
1720
|
),
|
|
1364
|
-
/* @__PURE__ */ (0,
|
|
1721
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1365
1722
|
"radialGradient",
|
|
1366
1723
|
{
|
|
1367
1724
|
id: "paint3_radial_48_113",
|
|
@@ -1371,19 +1728,19 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1371
1728
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1372
1729
|
gradientUnits: "userSpaceOnUse",
|
|
1373
1730
|
children: [
|
|
1374
|
-
/* @__PURE__ */ (0,
|
|
1375
|
-
/* @__PURE__ */ (0,
|
|
1376
|
-
/* @__PURE__ */ (0,
|
|
1377
|
-
/* @__PURE__ */ (0,
|
|
1378
|
-
/* @__PURE__ */ (0,
|
|
1379
|
-
/* @__PURE__ */ (0,
|
|
1380
|
-
/* @__PURE__ */ (0,
|
|
1381
|
-
/* @__PURE__ */ (0,
|
|
1382
|
-
/* @__PURE__ */ (0,
|
|
1731
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1732
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1733
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1734
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1735
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1736
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1737
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1738
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1739
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1383
1740
|
]
|
|
1384
1741
|
}
|
|
1385
1742
|
),
|
|
1386
|
-
/* @__PURE__ */ (0,
|
|
1743
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1387
1744
|
"radialGradient",
|
|
1388
1745
|
{
|
|
1389
1746
|
id: "paint4_radial_48_113",
|
|
@@ -1393,18 +1750,18 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1393
1750
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1394
1751
|
gradientUnits: "userSpaceOnUse",
|
|
1395
1752
|
children: [
|
|
1396
|
-
/* @__PURE__ */ (0,
|
|
1397
|
-
/* @__PURE__ */ (0,
|
|
1398
|
-
/* @__PURE__ */ (0,
|
|
1399
|
-
/* @__PURE__ */ (0,
|
|
1400
|
-
/* @__PURE__ */ (0,
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1753
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1754
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1756
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1757
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1758
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1759
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1404
1761
|
]
|
|
1405
1762
|
}
|
|
1406
1763
|
),
|
|
1407
|
-
/* @__PURE__ */ (0,
|
|
1764
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1408
1765
|
"radialGradient",
|
|
1409
1766
|
{
|
|
1410
1767
|
id: "paint5_radial_48_113",
|
|
@@ -1414,15 +1771,15 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1414
1771
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1415
1772
|
gradientUnits: "userSpaceOnUse",
|
|
1416
1773
|
children: [
|
|
1417
|
-
/* @__PURE__ */ (0,
|
|
1418
|
-
/* @__PURE__ */ (0,
|
|
1419
|
-
/* @__PURE__ */ (0,
|
|
1420
|
-
/* @__PURE__ */ (0,
|
|
1421
|
-
/* @__PURE__ */ (0,
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1775
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1776
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1778
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1422
1779
|
]
|
|
1423
1780
|
}
|
|
1424
1781
|
),
|
|
1425
|
-
/* @__PURE__ */ (0,
|
|
1782
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1426
1783
|
"radialGradient",
|
|
1427
1784
|
{
|
|
1428
1785
|
id: "paint6_radial_48_113",
|
|
@@ -1432,20 +1789,20 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1432
1789
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1433
1790
|
gradientUnits: "userSpaceOnUse",
|
|
1434
1791
|
children: [
|
|
1435
|
-
/* @__PURE__ */ (0,
|
|
1436
|
-
/* @__PURE__ */ (0,
|
|
1437
|
-
/* @__PURE__ */ (0,
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1439
|
-
/* @__PURE__ */ (0,
|
|
1440
|
-
/* @__PURE__ */ (0,
|
|
1441
|
-
/* @__PURE__ */ (0,
|
|
1442
|
-
/* @__PURE__ */ (0,
|
|
1443
|
-
/* @__PURE__ */ (0,
|
|
1444
|
-
/* @__PURE__ */ (0,
|
|
1792
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1793
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1794
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1796
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1797
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1798
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1799
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1800
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1801
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
1445
1802
|
]
|
|
1446
1803
|
}
|
|
1447
1804
|
),
|
|
1448
|
-
/* @__PURE__ */ (0,
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
1449
1806
|
"linearGradient",
|
|
1450
1807
|
{
|
|
1451
1808
|
id: "paint7_linear_48_113",
|
|
@@ -1455,8 +1812,8 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1455
1812
|
y2: "21.5116",
|
|
1456
1813
|
gradientUnits: "userSpaceOnUse",
|
|
1457
1814
|
children: [
|
|
1458
|
-
/* @__PURE__ */ (0,
|
|
1459
|
-
/* @__PURE__ */ (0,
|
|
1815
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
1816
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1460
1817
|
]
|
|
1461
1818
|
}
|
|
1462
1819
|
)
|
|
@@ -1464,7 +1821,7 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1464
1821
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1465
1822
|
|
|
1466
1823
|
// src/components/Handtool.tsx
|
|
1467
|
-
var
|
|
1824
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1468
1825
|
"path",
|
|
1469
1826
|
{
|
|
1470
1827
|
fill: stroke || color || "currentColor",
|
|
@@ -1473,16 +1830,16 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
1473
1830
|
) }), Handtool_default = IconHandtool;
|
|
1474
1831
|
|
|
1475
1832
|
// src/components/Help.tsx
|
|
1476
|
-
var
|
|
1477
|
-
/* @__PURE__ */ (0,
|
|
1478
|
-
/* @__PURE__ */ (0,
|
|
1833
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1834
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1479
1836
|
"path",
|
|
1480
1837
|
{
|
|
1481
1838
|
fill: stroke || color || "currentColor",
|
|
1482
1839
|
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"
|
|
1483
1840
|
}
|
|
1484
1841
|
),
|
|
1485
|
-
/* @__PURE__ */ (0,
|
|
1842
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1486
1843
|
"path",
|
|
1487
1844
|
{
|
|
1488
1845
|
fill: stroke || color || "currentColor",
|
|
@@ -1494,7 +1851,7 @@ var import_jsx_runtime59 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
1494
1851
|
] }), Help_default = IconHelp;
|
|
1495
1852
|
|
|
1496
1853
|
// src/components/HomepageFilled.tsx
|
|
1497
|
-
var
|
|
1854
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1498
1855
|
"path",
|
|
1499
1856
|
{
|
|
1500
1857
|
fill: fill || color || "currentColor",
|
|
@@ -1504,16 +1861,26 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
1504
1861
|
}
|
|
1505
1862
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1506
1863
|
|
|
1864
|
+
// src/components/Hotareacenter.tsx
|
|
1865
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1866
|
+
"path",
|
|
1867
|
+
{
|
|
1868
|
+
fill: "#191919",
|
|
1869
|
+
stroke: stroke || color || "currentColor",
|
|
1870
|
+
d: "M12.9619 0.5V11.0381H23.5V12.9619H12.9619V23.5H11.0381V12.9619H0.5V11.0381H11.0381V0.5H12.9619Z"
|
|
1871
|
+
}
|
|
1872
|
+
) }), Hotareacenter_default = IconHotareacenter;
|
|
1873
|
+
|
|
1507
1874
|
// src/components/ImageGeneration.tsx
|
|
1508
|
-
var
|
|
1509
|
-
/* @__PURE__ */ (0,
|
|
1875
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1876
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1510
1877
|
"path",
|
|
1511
1878
|
{
|
|
1512
1879
|
fill: stroke || color || "currentColor",
|
|
1513
1880
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
1514
1881
|
}
|
|
1515
1882
|
),
|
|
1516
|
-
/* @__PURE__ */ (0,
|
|
1883
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1517
1884
|
"path",
|
|
1518
1885
|
{
|
|
1519
1886
|
fill: stroke || color || "currentColor",
|
|
@@ -1523,8 +1890,8 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
1523
1890
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1524
1891
|
|
|
1525
1892
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1526
|
-
var
|
|
1527
|
-
/* @__PURE__ */ (0,
|
|
1893
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1528
1895
|
"path",
|
|
1529
1896
|
{
|
|
1530
1897
|
fill: fill || color || "currentColor",
|
|
@@ -1533,7 +1900,7 @@ var import_jsx_runtime62 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1533
1900
|
clipRule: "evenodd"
|
|
1534
1901
|
}
|
|
1535
1902
|
),
|
|
1536
|
-
/* @__PURE__ */ (0,
|
|
1903
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1537
1904
|
"path",
|
|
1538
1905
|
{
|
|
1539
1906
|
fill: fill || color || "currentColor",
|
|
@@ -1543,10 +1910,10 @@ var import_jsx_runtime62 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1543
1910
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1544
1911
|
|
|
1545
1912
|
// src/components/Info.tsx
|
|
1546
|
-
var
|
|
1547
|
-
/* @__PURE__ */ (0,
|
|
1548
|
-
/* @__PURE__ */ (0,
|
|
1549
|
-
/* @__PURE__ */ (0,
|
|
1913
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1916
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1550
1917
|
"path",
|
|
1551
1918
|
{
|
|
1552
1919
|
fill: stroke || color || "currentColor",
|
|
@@ -1558,7 +1925,7 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
1558
1925
|
] }), Info_default = IconInfo;
|
|
1559
1926
|
|
|
1560
1927
|
// src/components/Invitecode.tsx
|
|
1561
|
-
var
|
|
1928
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1562
1929
|
"path",
|
|
1563
1930
|
{
|
|
1564
1931
|
fill: fill || color || "currentColor",
|
|
@@ -1568,45 +1935,45 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconInvitecode = ({ siz
|
|
|
1568
1935
|
}
|
|
1569
1936
|
) }), Invitecode_default = IconInvitecode;
|
|
1570
1937
|
|
|
1938
|
+
// src/components/LeftFilled.tsx
|
|
1939
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1940
|
+
"path",
|
|
1941
|
+
{
|
|
1942
|
+
fill: fill || color || "currentColor",
|
|
1943
|
+
d: "M0 12C-2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 2.89694e-07 12 0C5.37258 -2.89694e-07 2.89694e-07 5.37258 0 12ZM12 18V13.5H19.5V10.5L12 10.5V6H10.5L4.5 12L10.5 18H12Z",
|
|
1944
|
+
fillRule: "evenodd",
|
|
1945
|
+
clipRule: "evenodd"
|
|
1946
|
+
}
|
|
1947
|
+
) }), LeftFilled_default = IconLeftFilled;
|
|
1948
|
+
|
|
1571
1949
|
// src/components/Loading.tsx
|
|
1572
|
-
var
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
id: "image0_78_19",
|
|
1589
|
-
width: "200",
|
|
1590
|
-
height: "200",
|
|
1591
|
-
preserveAspectRatio: "none",
|
|
1592
|
-
xlinkHref: "data:image/png;base64,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"
|
|
1593
|
-
}
|
|
1594
|
-
)
|
|
1595
|
-
] })
|
|
1596
|
-
]
|
|
1597
|
-
}
|
|
1598
|
-
), Loading_default = IconLoading;
|
|
1950
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1951
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1952
|
+
"path",
|
|
1953
|
+
{
|
|
1954
|
+
fill: stroke || color || "currentColor",
|
|
1955
|
+
d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
|
|
1956
|
+
}
|
|
1957
|
+
),
|
|
1958
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1959
|
+
"path",
|
|
1960
|
+
{
|
|
1961
|
+
fill: fill || color || "currentColor",
|
|
1962
|
+
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"
|
|
1963
|
+
}
|
|
1964
|
+
)
|
|
1965
|
+
] }), Loading_default = IconLoading;
|
|
1599
1966
|
|
|
1600
1967
|
// src/components/Login.tsx
|
|
1601
|
-
var
|
|
1602
|
-
/* @__PURE__ */ (0,
|
|
1968
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1603
1970
|
"path",
|
|
1604
1971
|
{
|
|
1605
1972
|
fill: stroke || color || "currentColor",
|
|
1606
1973
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1607
1974
|
}
|
|
1608
1975
|
),
|
|
1609
|
-
/* @__PURE__ */ (0,
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1610
1977
|
"path",
|
|
1611
1978
|
{
|
|
1612
1979
|
fill: stroke || color || "currentColor",
|
|
@@ -1618,8 +1985,8 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconLogin = ({ size, wi
|
|
|
1618
1985
|
] }), Login_default = IconLogin;
|
|
1619
1986
|
|
|
1620
1987
|
// src/components/Logout.tsx
|
|
1621
|
-
var
|
|
1622
|
-
/* @__PURE__ */ (0,
|
|
1988
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1989
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1623
1990
|
"path",
|
|
1624
1991
|
{
|
|
1625
1992
|
fill: stroke || color || "currentColor",
|
|
@@ -1628,7 +1995,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1628
1995
|
clipRule: "evenodd"
|
|
1629
1996
|
}
|
|
1630
1997
|
),
|
|
1631
|
-
/* @__PURE__ */ (0,
|
|
1998
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1632
1999
|
"path",
|
|
1633
2000
|
{
|
|
1634
2001
|
fill: stroke || color || "currentColor",
|
|
@@ -1638,7 +2005,7 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1638
2005
|
] }), Logout_default = IconLogout;
|
|
1639
2006
|
|
|
1640
2007
|
// src/components/ModelGeminiFilled.tsx
|
|
1641
|
-
var
|
|
2008
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
1642
2009
|
"path",
|
|
1643
2010
|
{
|
|
1644
2011
|
fill: fill || color || "currentColor",
|
|
@@ -1647,7 +2014,7 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconModelGeminiFilled =
|
|
|
1647
2014
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1648
2015
|
|
|
1649
2016
|
// src/components/ModelOpenaiFilled.tsx
|
|
1650
|
-
var
|
|
2017
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
1651
2018
|
"path",
|
|
1652
2019
|
{
|
|
1653
2020
|
fill: fill || color || "currentColor",
|
|
@@ -1656,8 +2023,8 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconModelOpenaiFilled =
|
|
|
1656
2023
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1657
2024
|
|
|
1658
2025
|
// src/components/ModelDeepmindFilled.tsx
|
|
1659
|
-
var
|
|
1660
|
-
/* @__PURE__ */ (0,
|
|
2026
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2027
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
1661
2028
|
"path",
|
|
1662
2029
|
{
|
|
1663
2030
|
fill: fill || color || "currentColor",
|
|
@@ -1666,27 +2033,27 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconModelDeepmindFilled
|
|
|
1666
2033
|
clipRule: "evenodd"
|
|
1667
2034
|
}
|
|
1668
2035
|
) }),
|
|
1669
|
-
/* @__PURE__ */ (0,
|
|
2036
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1670
2037
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1671
2038
|
|
|
1672
2039
|
// src/components/ModelSeedFilled.tsx
|
|
1673
|
-
var
|
|
1674
|
-
/* @__PURE__ */ (0,
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
2040
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2041
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2042
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1676
2043
|
"path",
|
|
1677
2044
|
{
|
|
1678
2045
|
fill: fill || color || "currentColor",
|
|
1679
2046
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1680
2047
|
}
|
|
1681
2048
|
),
|
|
1682
|
-
/* @__PURE__ */ (0,
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1683
2050
|
"path",
|
|
1684
2051
|
{
|
|
1685
2052
|
fill: fill || color || "currentColor",
|
|
1686
2053
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1687
2054
|
}
|
|
1688
2055
|
),
|
|
1689
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
1690
2057
|
"path",
|
|
1691
2058
|
{
|
|
1692
2059
|
fill: fill || color || "currentColor",
|
|
@@ -1696,7 +2063,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconModelSeedFilled = (
|
|
|
1696
2063
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1697
2064
|
|
|
1698
2065
|
// src/components/ModelSoraFilled.tsx
|
|
1699
|
-
var
|
|
2066
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
1700
2067
|
"path",
|
|
1701
2068
|
{
|
|
1702
2069
|
fill: fill || color || "currentColor",
|
|
@@ -1705,7 +2072,7 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconModelSoraFilled = (
|
|
|
1705
2072
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1706
2073
|
|
|
1707
2074
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1708
|
-
var
|
|
2075
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
1709
2076
|
size,
|
|
1710
2077
|
width,
|
|
1711
2078
|
height,
|
|
@@ -1713,64 +2080,64 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1713
2080
|
className,
|
|
1714
2081
|
fill,
|
|
1715
2082
|
stroke
|
|
1716
|
-
}) => /* @__PURE__ */ (0,
|
|
1717
|
-
/* @__PURE__ */ (0,
|
|
2083
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2084
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1718
2085
|
"path",
|
|
1719
2086
|
{
|
|
1720
2087
|
fill: "#5A5C62",
|
|
1721
2088
|
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"
|
|
1722
2089
|
}
|
|
1723
2090
|
),
|
|
1724
|
-
/* @__PURE__ */ (0,
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1725
2092
|
"path",
|
|
1726
2093
|
{
|
|
1727
2094
|
fill: "#D5D6D7",
|
|
1728
2095
|
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"
|
|
1729
2096
|
}
|
|
1730
2097
|
),
|
|
1731
|
-
/* @__PURE__ */ (0,
|
|
2098
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1732
2099
|
"path",
|
|
1733
2100
|
{
|
|
1734
2101
|
fill: "#C4C5C7",
|
|
1735
2102
|
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"
|
|
1736
2103
|
}
|
|
1737
2104
|
),
|
|
1738
|
-
/* @__PURE__ */ (0,
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1739
2106
|
"path",
|
|
1740
2107
|
{
|
|
1741
2108
|
fill: "#7B7C81",
|
|
1742
2109
|
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"
|
|
1743
2110
|
}
|
|
1744
2111
|
),
|
|
1745
|
-
/* @__PURE__ */ (0,
|
|
2112
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1746
2113
|
"path",
|
|
1747
2114
|
{
|
|
1748
2115
|
fill: "#85878B",
|
|
1749
2116
|
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"
|
|
1750
2117
|
}
|
|
1751
2118
|
),
|
|
1752
|
-
/* @__PURE__ */ (0,
|
|
2119
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1753
2120
|
"path",
|
|
1754
2121
|
{
|
|
1755
2122
|
fill: "#1B1D24",
|
|
1756
2123
|
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"
|
|
1757
2124
|
}
|
|
1758
2125
|
),
|
|
1759
|
-
/* @__PURE__ */ (0,
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1760
2127
|
"path",
|
|
1761
2128
|
{
|
|
1762
2129
|
fill: "#D5D6D7",
|
|
1763
2130
|
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"
|
|
1764
2131
|
}
|
|
1765
2132
|
),
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
2133
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1767
2134
|
"path",
|
|
1768
2135
|
{
|
|
1769
2136
|
fill: "#85878B",
|
|
1770
2137
|
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"
|
|
1771
2138
|
}
|
|
1772
2139
|
),
|
|
1773
|
-
/* @__PURE__ */ (0,
|
|
2140
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1774
2141
|
"path",
|
|
1775
2142
|
{
|
|
1776
2143
|
fill: "#D5D6D7",
|
|
@@ -1780,7 +2147,7 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1780
2147
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1781
2148
|
|
|
1782
2149
|
// src/components/Models.tsx
|
|
1783
|
-
var
|
|
2150
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
1784
2151
|
"path",
|
|
1785
2152
|
{
|
|
1786
2153
|
fill: stroke || color || "currentColor",
|
|
@@ -1791,7 +2158,7 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconModels = ({ size, w
|
|
|
1791
2158
|
) }), Models_default = IconModels;
|
|
1792
2159
|
|
|
1793
2160
|
// src/components/MoreCollapse.tsx
|
|
1794
|
-
var
|
|
2161
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconMoreCollapse = ({ 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)(
|
|
1795
2162
|
"path",
|
|
1796
2163
|
{
|
|
1797
2164
|
fill: stroke || color || "currentColor",
|
|
@@ -1799,8 +2166,33 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconMoreCollapse = ({ s
|
|
|
1799
2166
|
}
|
|
1800
2167
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
1801
2168
|
|
|
2169
|
+
// src/components/MoreHorizontal.tsx
|
|
2170
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2172
|
+
"path",
|
|
2173
|
+
{
|
|
2174
|
+
fill: stroke || color || "currentColor",
|
|
2175
|
+
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"
|
|
2176
|
+
}
|
|
2177
|
+
),
|
|
2178
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2179
|
+
"path",
|
|
2180
|
+
{
|
|
2181
|
+
fill: stroke || color || "currentColor",
|
|
2182
|
+
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"
|
|
2183
|
+
}
|
|
2184
|
+
),
|
|
2185
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2186
|
+
"path",
|
|
2187
|
+
{
|
|
2188
|
+
fill: stroke || color || "currentColor",
|
|
2189
|
+
d: "M19 14C20.1046 14 21 13.1046 21 12C21 10.8954 20.1046 10 19 10C17.8954 10 17 10.8954 17 12C17 13.1046 17.8954 14 19 14Z"
|
|
2190
|
+
}
|
|
2191
|
+
)
|
|
2192
|
+
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2193
|
+
|
|
1802
2194
|
// src/components/MoreShowed.tsx
|
|
1803
|
-
var
|
|
2195
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
1804
2196
|
"path",
|
|
1805
2197
|
{
|
|
1806
2198
|
fill: stroke || color || "currentColor",
|
|
@@ -1809,22 +2201,22 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconMoreShowed = ({ siz
|
|
|
1809
2201
|
) }), MoreShowed_default = IconMoreShowed;
|
|
1810
2202
|
|
|
1811
2203
|
// src/components/More.tsx
|
|
1812
|
-
var
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
2204
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconMore = ({ 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: [
|
|
2205
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1814
2206
|
"path",
|
|
1815
2207
|
{
|
|
1816
2208
|
fill: stroke || color || "currentColor",
|
|
1817
2209
|
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"
|
|
1818
2210
|
}
|
|
1819
2211
|
),
|
|
1820
|
-
/* @__PURE__ */ (0,
|
|
2212
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1821
2213
|
"path",
|
|
1822
2214
|
{
|
|
1823
2215
|
fill: stroke || color || "currentColor",
|
|
1824
2216
|
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"
|
|
1825
2217
|
}
|
|
1826
2218
|
),
|
|
1827
|
-
/* @__PURE__ */ (0,
|
|
2219
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1828
2220
|
"path",
|
|
1829
2221
|
{
|
|
1830
2222
|
fill: stroke || color || "currentColor",
|
|
@@ -1834,29 +2226,29 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconMore = ({ size, wid
|
|
|
1834
2226
|
] }), More_default = IconMore;
|
|
1835
2227
|
|
|
1836
2228
|
// src/components/Moresettings.tsx
|
|
1837
|
-
var
|
|
1838
|
-
/* @__PURE__ */ (0,
|
|
2229
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconMoresettings = ({ 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)(
|
|
1839
2231
|
"path",
|
|
1840
2232
|
{
|
|
1841
2233
|
fill: stroke || color || "currentColor",
|
|
1842
2234
|
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"
|
|
1843
2235
|
}
|
|
1844
2236
|
),
|
|
1845
|
-
/* @__PURE__ */ (0,
|
|
2237
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1846
2238
|
"path",
|
|
1847
2239
|
{
|
|
1848
2240
|
fill: stroke || color || "currentColor",
|
|
1849
2241
|
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"
|
|
1850
2242
|
}
|
|
1851
2243
|
),
|
|
1852
|
-
/* @__PURE__ */ (0,
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1853
2245
|
"path",
|
|
1854
2246
|
{
|
|
1855
2247
|
fill: stroke || color || "currentColor",
|
|
1856
2248
|
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"
|
|
1857
2249
|
}
|
|
1858
2250
|
),
|
|
1859
|
-
/* @__PURE__ */ (0,
|
|
2251
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1860
2252
|
"path",
|
|
1861
2253
|
{
|
|
1862
2254
|
fill: stroke || color || "currentColor",
|
|
@@ -1867,8 +2259,69 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconMoresettings = ({ s
|
|
|
1867
2259
|
)
|
|
1868
2260
|
] }), Moresettings_default = IconMoresettings;
|
|
1869
2261
|
|
|
2262
|
+
// src/components/MouseDrag.tsx
|
|
2263
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2264
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2265
|
+
"path",
|
|
2266
|
+
{
|
|
2267
|
+
fill: fill || color || "currentColor",
|
|
2268
|
+
stroke: stroke || color || "currentColor",
|
|
2269
|
+
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2270
|
+
}
|
|
2271
|
+
),
|
|
2272
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2273
|
+
"path",
|
|
2274
|
+
{
|
|
2275
|
+
fill: fill || color || "currentColor",
|
|
2276
|
+
stroke: stroke || color || "currentColor",
|
|
2277
|
+
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2278
|
+
}
|
|
2279
|
+
),
|
|
2280
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2281
|
+
"path",
|
|
2282
|
+
{
|
|
2283
|
+
fill: fill || color || "currentColor",
|
|
2284
|
+
stroke: stroke || color || "currentColor",
|
|
2285
|
+
d: "M17.207 7.5L21.707 12L17.207 16.5H15.5V7.5H17.207Z"
|
|
2286
|
+
}
|
|
2287
|
+
)
|
|
2288
|
+
] }), MouseDrag_default = IconMouseDrag;
|
|
2289
|
+
|
|
2290
|
+
// src/components/MouseMove.tsx
|
|
2291
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2292
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2293
|
+
"path",
|
|
2294
|
+
{
|
|
2295
|
+
fill: fill || color || "currentColor",
|
|
2296
|
+
stroke: stroke || color || "currentColor",
|
|
2297
|
+
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"
|
|
2298
|
+
}
|
|
2299
|
+
) }),
|
|
2300
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2301
|
+
] }), MouseMove_default = IconMouseMove;
|
|
2302
|
+
|
|
2303
|
+
// src/components/MouseNumberchange.tsx
|
|
2304
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconMouseNumberchange = ({ 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: [
|
|
2305
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2306
|
+
"path",
|
|
2307
|
+
{
|
|
2308
|
+
fill: fill || color || "currentColor",
|
|
2309
|
+
stroke: stroke || color || "currentColor",
|
|
2310
|
+
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2311
|
+
}
|
|
2312
|
+
),
|
|
2313
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2314
|
+
"path",
|
|
2315
|
+
{
|
|
2316
|
+
fill: fill || color || "currentColor",
|
|
2317
|
+
stroke: stroke || color || "currentColor",
|
|
2318
|
+
d: "M13.5 17L14.6943 17L23.0283 12L14.6943 7L13.5 7L13.5 17Z"
|
|
2319
|
+
}
|
|
2320
|
+
)
|
|
2321
|
+
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2322
|
+
|
|
1870
2323
|
// src/components/Musicassets.tsx
|
|
1871
|
-
var
|
|
2324
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
1872
2325
|
"path",
|
|
1873
2326
|
{
|
|
1874
2327
|
fill: stroke || color || "currentColor",
|
|
@@ -1879,8 +2332,8 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconMusicassets = ({ si
|
|
|
1879
2332
|
) }), Musicassets_default = IconMusicassets;
|
|
1880
2333
|
|
|
1881
2334
|
// src/components/Mute.tsx
|
|
1882
|
-
var
|
|
1883
|
-
/* @__PURE__ */ (0,
|
|
2335
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2336
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
1884
2337
|
"path",
|
|
1885
2338
|
{
|
|
1886
2339
|
fill: stroke || color || "currentColor",
|
|
@@ -1889,7 +2342,7 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1889
2342
|
clipRule: "evenodd"
|
|
1890
2343
|
}
|
|
1891
2344
|
),
|
|
1892
|
-
/* @__PURE__ */ (0,
|
|
2345
|
+
/* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
1893
2346
|
"path",
|
|
1894
2347
|
{
|
|
1895
2348
|
fill: stroke || color || "currentColor",
|
|
@@ -1899,7 +2352,7 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1899
2352
|
] }), Mute_default = IconMute;
|
|
1900
2353
|
|
|
1901
2354
|
// src/components/Next.tsx
|
|
1902
|
-
var
|
|
2355
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
1903
2356
|
"path",
|
|
1904
2357
|
{
|
|
1905
2358
|
fill: stroke || color || "currentColor",
|
|
@@ -1910,41 +2363,37 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconNext = ({ size, wid
|
|
|
1910
2363
|
) }), Next_default = IconNext;
|
|
1911
2364
|
|
|
1912
2365
|
// src/components/Nextscene.tsx
|
|
1913
|
-
var
|
|
1914
|
-
/* @__PURE__ */ (0,
|
|
1915
|
-
"
|
|
2366
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2368
|
+
"path",
|
|
1916
2369
|
{
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
x: "-0.75",
|
|
1920
|
-
y: "0.75",
|
|
1921
|
-
stroke: stroke || color || "currentColor",
|
|
1922
|
-
rx: "11.25",
|
|
1923
|
-
transform: "matrix(-1 0 0 1 22.5 0)",
|
|
1924
|
-
strokeWidth: "1.5"
|
|
2370
|
+
fill: stroke || color || "currentColor",
|
|
2371
|
+
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
1925
2372
|
}
|
|
1926
2373
|
),
|
|
1927
|
-
/* @__PURE__ */ (0,
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
1928
2375
|
"path",
|
|
1929
2376
|
{
|
|
1930
2377
|
fill: stroke || color || "currentColor",
|
|
1931
|
-
d: "
|
|
2378
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5Z",
|
|
2379
|
+
fillRule: "evenodd",
|
|
2380
|
+
clipRule: "evenodd"
|
|
1932
2381
|
}
|
|
1933
2382
|
)
|
|
1934
2383
|
] }), Nextscene_default = IconNextscene;
|
|
1935
2384
|
|
|
1936
2385
|
// src/components/Oneclickgenerate.tsx
|
|
1937
|
-
var
|
|
1938
|
-
/* @__PURE__ */ (0,
|
|
1939
|
-
/* @__PURE__ */ (0,
|
|
1940
|
-
/* @__PURE__ */ (0,
|
|
2386
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2387
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2388
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2389
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
1941
2390
|
"path",
|
|
1942
2391
|
{
|
|
1943
2392
|
fill: stroke || color || "currentColor",
|
|
1944
2393
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1945
2394
|
}
|
|
1946
2395
|
),
|
|
1947
|
-
/* @__PURE__ */ (0,
|
|
2396
|
+
/* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
1948
2397
|
"path",
|
|
1949
2398
|
{
|
|
1950
2399
|
fill: stroke || color || "currentColor",
|
|
@@ -1956,8 +2405,8 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
1956
2405
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1957
2406
|
|
|
1958
2407
|
// src/components/Opendemo.tsx
|
|
1959
|
-
var
|
|
1960
|
-
/* @__PURE__ */ (0,
|
|
2408
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2409
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
1961
2410
|
"path",
|
|
1962
2411
|
{
|
|
1963
2412
|
fill: stroke || color || "currentColor",
|
|
@@ -1966,15 +2415,59 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconOpendemo = ({ size,
|
|
|
1966
2415
|
clipRule: "evenodd"
|
|
1967
2416
|
}
|
|
1968
2417
|
),
|
|
1969
|
-
/* @__PURE__ */ (0,
|
|
2418
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1970
2419
|
] }), Opendemo_default = IconOpendemo;
|
|
1971
2420
|
|
|
2421
|
+
// src/components/OppsFilled.tsx
|
|
2422
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2423
|
+
"path",
|
|
2424
|
+
{
|
|
2425
|
+
fill: fill || color || "currentColor",
|
|
2426
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM10.5 8.25C10.5 9.49264 9.49264 10.5 8.25 10.5C7.00736 10.5 6 9.49264 6 8.25C6 7.00736 7.00736 6 8.25 6C9.49264 6 10.5 7.00736 10.5 8.25ZM15.75 10.5C16.9926 10.5 18 9.49264 18 8.25C18 7.00736 16.9926 6 15.75 6C14.5074 6 13.5 7.00736 13.5 8.25C13.5 9.49264 14.5074 10.5 15.75 10.5Z",
|
|
2427
|
+
fillRule: "evenodd",
|
|
2428
|
+
clipRule: "evenodd"
|
|
2429
|
+
}
|
|
2430
|
+
) }), OppsFilled_default = IconOppsFilled;
|
|
2431
|
+
|
|
2432
|
+
// src/components/OptionalcheckedFilled.tsx
|
|
2433
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ 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)(
|
|
2434
|
+
"path",
|
|
2435
|
+
{
|
|
2436
|
+
fill: fill || color || "currentColor",
|
|
2437
|
+
d: "M22.5 1.5H1.5V22.5H22.5V1.5ZM19.0607 8.56066L16.9393 6.43934L9.75 13.6287L7.06066 10.9393L4.93934 13.0607L9.75 17.8713L19.0607 8.56066Z",
|
|
2438
|
+
fillRule: "evenodd",
|
|
2439
|
+
clipRule: "evenodd"
|
|
2440
|
+
}
|
|
2441
|
+
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2442
|
+
|
|
2443
|
+
// src/components/Optionaluncheck.tsx
|
|
2444
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2445
|
+
"path",
|
|
2446
|
+
{
|
|
2447
|
+
fill: stroke || color || "currentColor",
|
|
2448
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
2449
|
+
fillRule: "evenodd",
|
|
2450
|
+
clipRule: "evenodd"
|
|
2451
|
+
}
|
|
2452
|
+
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2453
|
+
|
|
2454
|
+
// src/components/Packagegame.tsx
|
|
2455
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2456
|
+
"path",
|
|
2457
|
+
{
|
|
2458
|
+
fill: stroke || color || "currentColor",
|
|
2459
|
+
d: "M22.5 22.5H1.5V9L6 1.5H18L22.5 9V22.5ZM10.875 3.75H7.27393L4.12393 9H10.875V3.75ZM13.125 3.75V9H19.8761L16.7261 3.75H13.125ZM3.75 20.25V11.25H20.25V20.25H3.75Z",
|
|
2460
|
+
fillRule: "evenodd",
|
|
2461
|
+
clipRule: "evenodd"
|
|
2462
|
+
}
|
|
2463
|
+
) }), Packagegame_default = IconPackagegame;
|
|
2464
|
+
|
|
1972
2465
|
// src/components/PageError.tsx
|
|
1973
|
-
var
|
|
2466
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
1974
2467
|
|
|
1975
2468
|
// src/components/Parameters.tsx
|
|
1976
|
-
var
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
2469
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconParameters = ({ 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: [
|
|
2470
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
1978
2471
|
"path",
|
|
1979
2472
|
{
|
|
1980
2473
|
fill: stroke || color || "currentColor",
|
|
@@ -1983,7 +2476,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconParameters = ({ siz
|
|
|
1983
2476
|
clipRule: "evenodd"
|
|
1984
2477
|
}
|
|
1985
2478
|
),
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
2479
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
1987
2480
|
"path",
|
|
1988
2481
|
{
|
|
1989
2482
|
fill: stroke || color || "currentColor",
|
|
@@ -1995,8 +2488,8 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconParameters = ({ siz
|
|
|
1995
2488
|
] }), Parameters_default = IconParameters;
|
|
1996
2489
|
|
|
1997
2490
|
// src/components/Pause.tsx
|
|
1998
|
-
var
|
|
1999
|
-
/* @__PURE__ */ (0,
|
|
2491
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconPause = ({ 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: [
|
|
2492
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2000
2493
|
"path",
|
|
2001
2494
|
{
|
|
2002
2495
|
fill: stroke || color || "currentColor",
|
|
@@ -2005,7 +2498,7 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconPause = ({ size, wi
|
|
|
2005
2498
|
clipRule: "evenodd"
|
|
2006
2499
|
}
|
|
2007
2500
|
),
|
|
2008
|
-
/* @__PURE__ */ (0,
|
|
2501
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2009
2502
|
"path",
|
|
2010
2503
|
{
|
|
2011
2504
|
fill: stroke || color || "currentColor",
|
|
@@ -2017,7 +2510,7 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconPause = ({ size, wi
|
|
|
2017
2510
|
] }), Pause_default = IconPause;
|
|
2018
2511
|
|
|
2019
2512
|
// src/components/Pencil.tsx
|
|
2020
|
-
var
|
|
2513
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconPencil = ({ 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)(
|
|
2021
2514
|
"path",
|
|
2022
2515
|
{
|
|
2023
2516
|
fill: stroke || color || "currentColor",
|
|
@@ -2028,7 +2521,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconPencil = ({ size, w
|
|
|
2028
2521
|
) }), Pencil_default = IconPencil;
|
|
2029
2522
|
|
|
2030
2523
|
// src/components/Pick.tsx
|
|
2031
|
-
var
|
|
2524
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2032
2525
|
"path",
|
|
2033
2526
|
{
|
|
2034
2527
|
fill: stroke || color || "currentColor",
|
|
@@ -2039,22 +2532,22 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconPick = ({ size, wid
|
|
|
2039
2532
|
) }), Pick_default = IconPick;
|
|
2040
2533
|
|
|
2041
2534
|
// src/components/PickedFilled.tsx
|
|
2042
|
-
var
|
|
2535
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2043
2536
|
|
|
2044
2537
|
// src/components/PlanFilled.tsx
|
|
2045
|
-
var
|
|
2046
|
-
/* @__PURE__ */ (0,
|
|
2538
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconPlanFilled = ({ 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: [
|
|
2539
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2047
2540
|
"path",
|
|
2048
2541
|
{
|
|
2049
2542
|
fill: fill || color || "currentColor",
|
|
2050
2543
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2051
2544
|
}
|
|
2052
2545
|
) }),
|
|
2053
|
-
/* @__PURE__ */ (0,
|
|
2546
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2054
2547
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2055
2548
|
|
|
2056
2549
|
// src/components/PlayFilled.tsx
|
|
2057
|
-
var
|
|
2550
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconPlayFilled = ({ 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)(
|
|
2058
2551
|
"path",
|
|
2059
2552
|
{
|
|
2060
2553
|
fill: fill || color || "currentColor",
|
|
@@ -2063,7 +2556,7 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconPlayFilled = ({ siz
|
|
|
2063
2556
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2064
2557
|
|
|
2065
2558
|
// src/components/Play.tsx
|
|
2066
|
-
var
|
|
2559
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2067
2560
|
"path",
|
|
2068
2561
|
{
|
|
2069
2562
|
fill: stroke || color || "currentColor",
|
|
@@ -2074,30 +2567,27 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconPlay = ({ size, wid
|
|
|
2074
2567
|
) }), Play_default = IconPlay;
|
|
2075
2568
|
|
|
2076
2569
|
// src/components/Previouscene.tsx
|
|
2077
|
-
var
|
|
2078
|
-
/* @__PURE__ */ (0,
|
|
2079
|
-
"
|
|
2570
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconPreviouscene = ({ 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: [
|
|
2571
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2572
|
+
"path",
|
|
2080
2573
|
{
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
x: "0.75",
|
|
2084
|
-
y: "0.75",
|
|
2085
|
-
stroke: stroke || color || "currentColor",
|
|
2086
|
-
rx: "11.25",
|
|
2087
|
-
strokeWidth: "1.5"
|
|
2574
|
+
fill: stroke || color || "currentColor",
|
|
2575
|
+
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2088
2576
|
}
|
|
2089
2577
|
),
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2578
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2091
2579
|
"path",
|
|
2092
2580
|
{
|
|
2093
2581
|
fill: stroke || color || "currentColor",
|
|
2094
|
-
d: "
|
|
2582
|
+
d: "M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0ZM12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5Z",
|
|
2583
|
+
fillRule: "evenodd",
|
|
2584
|
+
clipRule: "evenodd"
|
|
2095
2585
|
}
|
|
2096
2586
|
)
|
|
2097
2587
|
] }), Previouscene_default = IconPreviouscene;
|
|
2098
2588
|
|
|
2099
2589
|
// src/components/ProblemNoticeFilled.tsx
|
|
2100
|
-
var
|
|
2590
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2101
2591
|
"path",
|
|
2102
2592
|
{
|
|
2103
2593
|
fill: fill || color || "currentColor",
|
|
@@ -2108,10 +2598,10 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconProblemNoticeFilled
|
|
|
2108
2598
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2109
2599
|
|
|
2110
2600
|
// src/components/Problem.tsx
|
|
2111
|
-
var
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2601
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2602
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2603
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2604
|
+
/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2115
2605
|
"path",
|
|
2116
2606
|
{
|
|
2117
2607
|
fill: stroke || color || "currentColor",
|
|
@@ -2122,8 +2612,22 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
2122
2612
|
)
|
|
2123
2613
|
] }), Problem_default = IconProblem;
|
|
2124
2614
|
|
|
2615
|
+
// src/components/Publish.tsx
|
|
2616
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2617
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2618
|
+
"path",
|
|
2619
|
+
{
|
|
2620
|
+
fill: stroke || color || "currentColor",
|
|
2621
|
+
d: "M13.125 1.875L16.8295 5.5795L9.70452 12.7045L11.2955 14.2955L18.4205 7.1705L22.125 10.875L24 9V0H15L13.125 1.875ZM21.75 7.31802L16.682 2.25H21.75V7.31802Z",
|
|
2622
|
+
fillRule: "evenodd",
|
|
2623
|
+
clipRule: "evenodd"
|
|
2624
|
+
}
|
|
2625
|
+
),
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime126.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2627
|
+
] }), Publish_default = IconPublish;
|
|
2628
|
+
|
|
2125
2629
|
// src/components/Ratio169.tsx
|
|
2126
|
-
var
|
|
2630
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
|
|
2127
2631
|
"path",
|
|
2128
2632
|
{
|
|
2129
2633
|
fill: stroke || color || "currentColor",
|
|
@@ -2132,15 +2636,15 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconRatio169 = ({ size,
|
|
|
2132
2636
|
) }), Ratio169_default = IconRatio169;
|
|
2133
2637
|
|
|
2134
2638
|
// src/components/Ratio11.tsx
|
|
2135
|
-
var
|
|
2136
|
-
/* @__PURE__ */ (0,
|
|
2639
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2137
2641
|
"path",
|
|
2138
2642
|
{
|
|
2139
2643
|
fill: stroke || color || "currentColor",
|
|
2140
2644
|
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"
|
|
2141
2645
|
}
|
|
2142
2646
|
) }),
|
|
2143
|
-
/* @__PURE__ */ (0,
|
|
2647
|
+
/* @__PURE__ */ (0, import_jsx_runtime128.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2144
2648
|
"rect",
|
|
2145
2649
|
{
|
|
2146
2650
|
width: "24",
|
|
@@ -2152,15 +2656,15 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
2152
2656
|
] }), Ratio11_default = IconRatio11;
|
|
2153
2657
|
|
|
2154
2658
|
// src/components/Ratio916.tsx
|
|
2155
|
-
var
|
|
2156
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2660
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2157
2661
|
"path",
|
|
2158
2662
|
{
|
|
2159
2663
|
fill: stroke || color || "currentColor",
|
|
2160
2664
|
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"
|
|
2161
2665
|
}
|
|
2162
2666
|
) }),
|
|
2163
|
-
/* @__PURE__ */ (0,
|
|
2667
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2164
2668
|
"rect",
|
|
2165
2669
|
{
|
|
2166
2670
|
width: "24",
|
|
@@ -2171,16 +2675,48 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconRatio916 = ({ size,
|
|
|
2171
2675
|
) }) })
|
|
2172
2676
|
] }), Ratio916_default = IconRatio916;
|
|
2173
2677
|
|
|
2678
|
+
// src/components/RatioAuto.tsx
|
|
2679
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconRatioAuto = ({ 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: [
|
|
2680
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2681
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2682
|
+
"path",
|
|
2683
|
+
{
|
|
2684
|
+
fill: stroke || color || "currentColor",
|
|
2685
|
+
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2686
|
+
}
|
|
2687
|
+
),
|
|
2688
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2689
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2690
|
+
"path",
|
|
2691
|
+
{
|
|
2692
|
+
fill: stroke || color || "currentColor",
|
|
2693
|
+
d: "M0 24L1.04907e-06 -1.52588e-05L24 -1.42097e-05L24 24L0 24ZM2.40039 2.40038L2.40039 21.5996H21.5996V2.40038L2.40039 2.40038Z",
|
|
2694
|
+
fillRule: "evenodd",
|
|
2695
|
+
clipRule: "evenodd"
|
|
2696
|
+
}
|
|
2697
|
+
)
|
|
2698
|
+
] }),
|
|
2699
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2700
|
+
"rect",
|
|
2701
|
+
{
|
|
2702
|
+
width: "24",
|
|
2703
|
+
height: "24",
|
|
2704
|
+
fill: stroke || color || "currentColor",
|
|
2705
|
+
transform: "translate(24) rotate(90)"
|
|
2706
|
+
}
|
|
2707
|
+
) }) })
|
|
2708
|
+
] }), RatioAuto_default = IconRatioAuto;
|
|
2709
|
+
|
|
2174
2710
|
// src/components/Ratio.tsx
|
|
2175
|
-
var
|
|
2176
|
-
/* @__PURE__ */ (0,
|
|
2711
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconRatio = ({ 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: [
|
|
2712
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2177
2713
|
"path",
|
|
2178
2714
|
{
|
|
2179
2715
|
fill: stroke || color || "currentColor",
|
|
2180
2716
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2181
2717
|
}
|
|
2182
2718
|
),
|
|
2183
|
-
/* @__PURE__ */ (0,
|
|
2719
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2184
2720
|
"path",
|
|
2185
2721
|
{
|
|
2186
2722
|
fill: stroke || color || "currentColor",
|
|
@@ -2190,7 +2726,7 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconRatio = ({ size, w
|
|
|
2190
2726
|
] }), Ratio_default = IconRatio;
|
|
2191
2727
|
|
|
2192
2728
|
// src/components/ReEdit.tsx
|
|
2193
|
-
var
|
|
2729
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconReEdit = ({ 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)(
|
|
2194
2730
|
"path",
|
|
2195
2731
|
{
|
|
2196
2732
|
fill: stroke || color || "currentColor",
|
|
@@ -2201,7 +2737,7 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconReEdit = ({ size,
|
|
|
2201
2737
|
) }), ReEdit_default = IconReEdit;
|
|
2202
2738
|
|
|
2203
2739
|
// src/components/Regenerate.tsx
|
|
2204
|
-
var
|
|
2740
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconRegenerate = ({ 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)(
|
|
2205
2741
|
"path",
|
|
2206
2742
|
{
|
|
2207
2743
|
fill: stroke || color || "currentColor",
|
|
@@ -2211,8 +2747,19 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconRegenerate = ({ si
|
|
|
2211
2747
|
}
|
|
2212
2748
|
) }), Regenerate_default = IconRegenerate;
|
|
2213
2749
|
|
|
2750
|
+
// src/components/RightFilled.tsx
|
|
2751
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconRightFilled = ({ 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)(
|
|
2752
|
+
"path",
|
|
2753
|
+
{
|
|
2754
|
+
fill: fill || color || "currentColor",
|
|
2755
|
+
d: "M24 12C24 5.37258 18.6274 -2.89694e-07 12 0C5.37258 2.89694e-07 -2.89694e-07 5.37258 0 12C2.89694e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12ZM12 6V10.5H4.5V13.5H12V18H13.5L19.5 12L13.5 6H12Z",
|
|
2756
|
+
fillRule: "evenodd",
|
|
2757
|
+
clipRule: "evenodd"
|
|
2758
|
+
}
|
|
2759
|
+
) }), RightFilled_default = IconRightFilled;
|
|
2760
|
+
|
|
2214
2761
|
// src/components/SceneNext.tsx
|
|
2215
|
-
var
|
|
2762
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2216
2763
|
"path",
|
|
2217
2764
|
{
|
|
2218
2765
|
fill: stroke || color || "currentColor",
|
|
@@ -2221,19 +2768,30 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconSceneNext = ({ siz
|
|
|
2221
2768
|
) }), SceneNext_default = IconSceneNext;
|
|
2222
2769
|
|
|
2223
2770
|
// src/components/Scriptmode.tsx
|
|
2224
|
-
var
|
|
2225
|
-
/* @__PURE__ */ (0,
|
|
2226
|
-
/* @__PURE__ */ (0,
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2228
|
-
/* @__PURE__ */ (0,
|
|
2229
|
-
/* @__PURE__ */ (0,
|
|
2230
|
-
/* @__PURE__ */ (0,
|
|
2231
|
-
/* @__PURE__ */ (0,
|
|
2232
|
-
/* @__PURE__ */ (0,
|
|
2771
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2772
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2773
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2774
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2776
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2777
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2778
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2779
|
+
/* @__PURE__ */ (0, import_jsx_runtime136.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2233
2780
|
] }), Scriptmode_default = IconScriptmode;
|
|
2234
2781
|
|
|
2782
|
+
// src/components/Sendrequest.tsx
|
|
2783
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconSendrequest = ({ 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)(
|
|
2784
|
+
"path",
|
|
2785
|
+
{
|
|
2786
|
+
fill: fill || color || "currentColor",
|
|
2787
|
+
d: "M3.25 12.4375V9.8125L12 1.0625L20.75 9.8125L20.75 12.4375L13.3125 12.4375V22.9375H10.6875V12.4375H3.25Z",
|
|
2788
|
+
fillRule: "evenodd",
|
|
2789
|
+
clipRule: "evenodd"
|
|
2790
|
+
}
|
|
2791
|
+
) }), Sendrequest_default = IconSendrequest;
|
|
2792
|
+
|
|
2235
2793
|
// src/components/ShareFilled.tsx
|
|
2236
|
-
var
|
|
2794
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2237
2795
|
"path",
|
|
2238
2796
|
{
|
|
2239
2797
|
fill: fill || color || "currentColor",
|
|
@@ -2242,7 +2800,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconShareFilled = ({ s
|
|
|
2242
2800
|
) }), ShareFilled_default = IconShareFilled;
|
|
2243
2801
|
|
|
2244
2802
|
// src/components/Share.tsx
|
|
2245
|
-
var
|
|
2803
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconShare = ({ 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)(
|
|
2246
2804
|
"path",
|
|
2247
2805
|
{
|
|
2248
2806
|
fill: stroke || color || "currentColor",
|
|
@@ -2253,7 +2811,7 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconShare = ({ size, w
|
|
|
2253
2811
|
) }), Share_default = IconShare;
|
|
2254
2812
|
|
|
2255
2813
|
// src/components/SocialX.tsx
|
|
2256
|
-
var
|
|
2814
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
|
|
2257
2815
|
"path",
|
|
2258
2816
|
{
|
|
2259
2817
|
fill: fill || color || "currentColor",
|
|
@@ -2262,7 +2820,7 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
2262
2820
|
) }), SocialX_default = IconSocialX;
|
|
2263
2821
|
|
|
2264
2822
|
// src/components/SocialDiscord.tsx
|
|
2265
|
-
var
|
|
2823
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
2266
2824
|
"path",
|
|
2267
2825
|
{
|
|
2268
2826
|
fill: fill || color || "currentColor",
|
|
@@ -2271,8 +2829,8 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
2271
2829
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2272
2830
|
|
|
2273
2831
|
// src/components/SoundOff.tsx
|
|
2274
|
-
var
|
|
2275
|
-
/* @__PURE__ */ (0,
|
|
2832
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconSoundOff = ({ 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: [
|
|
2833
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2276
2834
|
"path",
|
|
2277
2835
|
{
|
|
2278
2836
|
fill: stroke || color || "currentColor",
|
|
@@ -2281,7 +2839,7 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
2281
2839
|
clipRule: "evenodd"
|
|
2282
2840
|
}
|
|
2283
2841
|
),
|
|
2284
|
-
/* @__PURE__ */ (0,
|
|
2842
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2285
2843
|
"path",
|
|
2286
2844
|
{
|
|
2287
2845
|
fill: stroke || color || "currentColor",
|
|
@@ -2291,8 +2849,8 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
2291
2849
|
] }), SoundOff_default = IconSoundOff;
|
|
2292
2850
|
|
|
2293
2851
|
// src/components/SoundOn.tsx
|
|
2294
|
-
var
|
|
2295
|
-
/* @__PURE__ */ (0,
|
|
2852
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2853
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
2296
2854
|
"path",
|
|
2297
2855
|
{
|
|
2298
2856
|
fill: stroke || color || "currentColor",
|
|
@@ -2301,14 +2859,14 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2301
2859
|
clipRule: "evenodd"
|
|
2302
2860
|
}
|
|
2303
2861
|
),
|
|
2304
|
-
/* @__PURE__ */ (0,
|
|
2862
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
2305
2863
|
"path",
|
|
2306
2864
|
{
|
|
2307
2865
|
fill: stroke || color || "currentColor",
|
|
2308
2866
|
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"
|
|
2309
2867
|
}
|
|
2310
2868
|
),
|
|
2311
|
-
/* @__PURE__ */ (0,
|
|
2869
|
+
/* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
2312
2870
|
"path",
|
|
2313
2871
|
{
|
|
2314
2872
|
fill: stroke || color || "currentColor",
|
|
@@ -2318,7 +2876,7 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2318
2876
|
] }), SoundOn_default = IconSoundOn;
|
|
2319
2877
|
|
|
2320
2878
|
// src/components/Storyboard.tsx
|
|
2321
|
-
var
|
|
2879
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2322
2880
|
"path",
|
|
2323
2881
|
{
|
|
2324
2882
|
fill: stroke || color || "currentColor",
|
|
@@ -2329,24 +2887,24 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
2329
2887
|
) }), Storyboard_default = IconStoryboard;
|
|
2330
2888
|
|
|
2331
2889
|
// src/components/StyleAutoFilled.tsx
|
|
2332
|
-
var
|
|
2333
|
-
/* @__PURE__ */ (0,
|
|
2890
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ 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: [
|
|
2891
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2334
2892
|
"path",
|
|
2335
2893
|
{
|
|
2336
2894
|
fill: fill || color || "currentColor",
|
|
2337
2895
|
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"
|
|
2338
2896
|
}
|
|
2339
2897
|
),
|
|
2340
|
-
/* @__PURE__ */ (0,
|
|
2898
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2341
2899
|
"path",
|
|
2342
2900
|
{
|
|
2343
2901
|
fill: fill || color || "currentColor",
|
|
2344
2902
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2345
2903
|
}
|
|
2346
2904
|
),
|
|
2347
|
-
/* @__PURE__ */ (0,
|
|
2348
|
-
/* @__PURE__ */ (0,
|
|
2349
|
-
/* @__PURE__ */ (0,
|
|
2905
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2906
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2907
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2350
2908
|
"path",
|
|
2351
2909
|
{
|
|
2352
2910
|
fill: fill || color || "currentColor",
|
|
@@ -2356,43 +2914,43 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
2356
2914
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2357
2915
|
|
|
2358
2916
|
// src/components/Style.tsx
|
|
2359
|
-
var
|
|
2360
|
-
/* @__PURE__ */ (0,
|
|
2917
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconStyle = ({ 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: [
|
|
2918
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2361
2919
|
"path",
|
|
2362
2920
|
{
|
|
2363
2921
|
fill: stroke || color || "currentColor",
|
|
2364
2922
|
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"
|
|
2365
2923
|
}
|
|
2366
2924
|
),
|
|
2367
|
-
/* @__PURE__ */ (0,
|
|
2925
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2368
2926
|
"path",
|
|
2369
2927
|
{
|
|
2370
2928
|
fill: stroke || color || "currentColor",
|
|
2371
2929
|
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"
|
|
2372
2930
|
}
|
|
2373
2931
|
),
|
|
2374
|
-
/* @__PURE__ */ (0,
|
|
2932
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2375
2933
|
"path",
|
|
2376
2934
|
{
|
|
2377
2935
|
fill: stroke || color || "currentColor",
|
|
2378
2936
|
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"
|
|
2379
2937
|
}
|
|
2380
2938
|
),
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
2939
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2382
2940
|
"path",
|
|
2383
2941
|
{
|
|
2384
2942
|
fill: stroke || color || "currentColor",
|
|
2385
2943
|
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"
|
|
2386
2944
|
}
|
|
2387
2945
|
),
|
|
2388
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2389
2947
|
"path",
|
|
2390
2948
|
{
|
|
2391
2949
|
fill: stroke || color || "currentColor",
|
|
2392
2950
|
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"
|
|
2393
2951
|
}
|
|
2394
2952
|
),
|
|
2395
|
-
/* @__PURE__ */ (0,
|
|
2953
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2396
2954
|
"path",
|
|
2397
2955
|
{
|
|
2398
2956
|
fill: stroke || color || "currentColor",
|
|
@@ -2403,8 +2961,8 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
2403
2961
|
)
|
|
2404
2962
|
] }), Style_default = IconStyle;
|
|
2405
2963
|
|
|
2406
|
-
// src/components/
|
|
2407
|
-
var
|
|
2964
|
+
// src/components/SwitchOffFilled.tsx
|
|
2965
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
2408
2966
|
"path",
|
|
2409
2967
|
{
|
|
2410
2968
|
fill: fill || color || "currentColor",
|
|
@@ -2412,11 +2970,22 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
2412
2970
|
fillRule: "evenodd",
|
|
2413
2971
|
clipRule: "evenodd"
|
|
2414
2972
|
}
|
|
2973
|
+
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
2974
|
+
|
|
2975
|
+
// src/components/SwitchOnFilled.tsx
|
|
2976
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ 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)(
|
|
2977
|
+
"path",
|
|
2978
|
+
{
|
|
2979
|
+
fill: fill || color || "currentColor",
|
|
2980
|
+
d: "M16.5 4.5C20.6421 4.5 24 7.85786 24 12C24 16.1421 20.6421 19.5 16.5 19.5H7.5C3.35786 19.5 0 16.1421 0 12C0 7.85786 3.35786 4.5 7.5 4.5H16.5ZM16.5 7.5C18.9853 7.5 21 9.51472 21 12C21 14.4853 18.9853 16.5 16.5 16.5C14.0147 16.5 12 14.4853 12 12C12 9.51472 14.0147 7.5 16.5 7.5Z",
|
|
2981
|
+
fillRule: "evenodd",
|
|
2982
|
+
clipRule: "evenodd"
|
|
2983
|
+
}
|
|
2415
2984
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2416
2985
|
|
|
2417
2986
|
// src/components/Target.tsx
|
|
2418
|
-
var
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2987
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
2420
2989
|
"path",
|
|
2421
2990
|
{
|
|
2422
2991
|
fill: stroke || color || "currentColor",
|
|
@@ -2425,7 +2994,7 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2425
2994
|
clipRule: "evenodd"
|
|
2426
2995
|
}
|
|
2427
2996
|
),
|
|
2428
|
-
/* @__PURE__ */ (0,
|
|
2997
|
+
/* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
2429
2998
|
"path",
|
|
2430
2999
|
{
|
|
2431
3000
|
fill: stroke || color || "currentColor",
|
|
@@ -2437,43 +3006,43 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2437
3006
|
] }), Target_default = IconTarget;
|
|
2438
3007
|
|
|
2439
3008
|
// src/components/TextLogo.tsx
|
|
2440
|
-
var
|
|
2441
|
-
/* @__PURE__ */ (0,
|
|
3009
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3010
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2442
3011
|
"path",
|
|
2443
3012
|
{
|
|
2444
3013
|
fill: fill || color || "currentColor",
|
|
2445
3014
|
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"
|
|
2446
3015
|
}
|
|
2447
3016
|
),
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
3017
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2449
3018
|
"path",
|
|
2450
3019
|
{
|
|
2451
3020
|
fill: fill || color || "currentColor",
|
|
2452
3021
|
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"
|
|
2453
3022
|
}
|
|
2454
3023
|
),
|
|
2455
|
-
/* @__PURE__ */ (0,
|
|
3024
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2456
3025
|
"path",
|
|
2457
3026
|
{
|
|
2458
3027
|
fill: fill || color || "currentColor",
|
|
2459
3028
|
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"
|
|
2460
3029
|
}
|
|
2461
3030
|
),
|
|
2462
|
-
/* @__PURE__ */ (0,
|
|
3031
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2463
3032
|
"path",
|
|
2464
3033
|
{
|
|
2465
3034
|
fill: fill || color || "currentColor",
|
|
2466
3035
|
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"
|
|
2467
3036
|
}
|
|
2468
3037
|
),
|
|
2469
|
-
/* @__PURE__ */ (0,
|
|
3038
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2470
3039
|
"path",
|
|
2471
3040
|
{
|
|
2472
3041
|
fill: fill || color || "currentColor",
|
|
2473
3042
|
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"
|
|
2474
3043
|
}
|
|
2475
3044
|
),
|
|
2476
|
-
/* @__PURE__ */ (0,
|
|
3045
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2477
3046
|
"path",
|
|
2478
3047
|
{
|
|
2479
3048
|
fill: fill || color || "currentColor",
|
|
@@ -2483,7 +3052,7 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
2483
3052
|
] }), TextLogo_default = IconTextLogo;
|
|
2484
3053
|
|
|
2485
3054
|
// src/components/Tips.tsx
|
|
2486
|
-
var
|
|
3055
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconTips = ({ 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)(
|
|
2487
3056
|
"path",
|
|
2488
3057
|
{
|
|
2489
3058
|
fill: stroke || color || "currentColor",
|
|
@@ -2494,15 +3063,15 @@ var import_jsx_runtime117 = require("react/jsx-runtime"), IconTips = ({ size, wi
|
|
|
2494
3063
|
) }), Tips_default = IconTips;
|
|
2495
3064
|
|
|
2496
3065
|
// src/components/ToolsFilled.tsx
|
|
2497
|
-
var
|
|
2498
|
-
/* @__PURE__ */ (0,
|
|
3066
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3067
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2499
3068
|
"path",
|
|
2500
3069
|
{
|
|
2501
3070
|
fill: fill || color || "currentColor",
|
|
2502
3071
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2503
3072
|
}
|
|
2504
3073
|
),
|
|
2505
|
-
/* @__PURE__ */ (0,
|
|
3074
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2506
3075
|
"path",
|
|
2507
3076
|
{
|
|
2508
3077
|
fill: fill || color || "currentColor",
|
|
@@ -2512,7 +3081,7 @@ var import_jsx_runtime118 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
2512
3081
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2513
3082
|
|
|
2514
3083
|
// src/components/Tools.tsx
|
|
2515
|
-
var
|
|
3084
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
2516
3085
|
"path",
|
|
2517
3086
|
{
|
|
2518
3087
|
stroke: stroke || color || "currentColor",
|
|
@@ -2521,19 +3090,41 @@ var import_jsx_runtime119 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
2521
3090
|
}
|
|
2522
3091
|
) }), Tools_default = IconTools;
|
|
2523
3092
|
|
|
2524
|
-
// src/components/
|
|
2525
|
-
var
|
|
3093
|
+
// src/components/Undo.tsx
|
|
3094
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
2526
3095
|
"path",
|
|
2527
3096
|
{
|
|
2528
3097
|
fill: stroke || color || "currentColor",
|
|
2529
|
-
d: "
|
|
3098
|
+
d: "M8.25 1.5H6L0 7.5L6 13.5H8.25V8.625H16.6875C19.4834 8.625 21.75 10.8916 21.75 13.6875C21.75 16.4834 19.4834 18.75 16.6875 18.75H6V21H16.6875C20.7261 21 24 17.7261 24 13.6875C24 9.64892 20.7261 6.375 16.6875 6.375H8.25V1.5ZM6 10.318L3.18198 7.5L6 4.68198V10.318Z",
|
|
2530
3099
|
fillRule: "evenodd",
|
|
2531
3100
|
clipRule: "evenodd"
|
|
2532
3101
|
}
|
|
2533
|
-
) }),
|
|
3102
|
+
) }), Undo_default = IconUndo;
|
|
3103
|
+
|
|
3104
|
+
// src/components/UpFilled.tsx
|
|
3105
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconUpFilled = ({ 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)(
|
|
3106
|
+
"path",
|
|
3107
|
+
{
|
|
3108
|
+
fill: fill || color || "currentColor",
|
|
3109
|
+
d: "M12 0C5.37258 5.79387e-07 -5.79387e-07 5.37258 0 12C5.79387e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -5.79387e-07 12 0ZM6 12H10.5L10.5 19.5H13.5V12L18 12V10.5L12 4.5L6 10.5V12Z",
|
|
3110
|
+
fillRule: "evenodd",
|
|
3111
|
+
clipRule: "evenodd"
|
|
3112
|
+
}
|
|
3113
|
+
) }), UpFilled_default = IconUpFilled;
|
|
3114
|
+
|
|
3115
|
+
// src/components/UpleftFilled.tsx
|
|
3116
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconUpleftFilled = ({ 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)(
|
|
3117
|
+
"path",
|
|
3118
|
+
{
|
|
3119
|
+
fill: fill || color || "currentColor",
|
|
3120
|
+
d: "M0 12C7.90312e-08 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -7.90312e-08 12 0C5.37258 7.90312e-08 -7.90312e-08 5.37258 0 12ZM16.1893 18.3107L10.9393 13.0607L7.87498 16.125L6.74998 15V6.75H15L16.125 7.875L13.0606 10.9393L18.3106 16.1893L16.1893 18.3107Z",
|
|
3121
|
+
fillRule: "evenodd",
|
|
3122
|
+
clipRule: "evenodd"
|
|
3123
|
+
}
|
|
3124
|
+
) }), UpleftFilled_default = IconUpleftFilled;
|
|
2534
3125
|
|
|
2535
3126
|
// src/components/Uploadfiles.tsx
|
|
2536
|
-
var
|
|
3127
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
|
|
2537
3128
|
"path",
|
|
2538
3129
|
{
|
|
2539
3130
|
fill: stroke || color || "currentColor",
|
|
@@ -2541,8 +3132,19 @@ var import_jsx_runtime121 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
2541
3132
|
}
|
|
2542
3133
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2543
3134
|
|
|
3135
|
+
// src/components/UprightFilled.tsx
|
|
3136
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconUprightFilled = ({ 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)(
|
|
3137
|
+
"path",
|
|
3138
|
+
{
|
|
3139
|
+
fill: fill || color || "currentColor",
|
|
3140
|
+
d: "M12 0C5.37258 5.79387e-07 -5.79387e-07 5.37258 0 12C5.79387e-07 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 -5.79387e-07 12 0ZM5.68934 16.1893L10.9393 10.9393L7.875 7.87498L9 6.74998L17.25 6.74998L17.25 15L16.125 16.125L13.0607 13.0606L7.81066 18.3106L5.68934 16.1893Z",
|
|
3141
|
+
fillRule: "evenodd",
|
|
3142
|
+
clipRule: "evenodd"
|
|
3143
|
+
}
|
|
3144
|
+
) }), UprightFilled_default = IconUprightFilled;
|
|
3145
|
+
|
|
2544
3146
|
// src/components/Userfeedback.tsx
|
|
2545
|
-
var
|
|
3147
|
+
var import_jsx_runtime159 = require("react/jsx-runtime"), IconUserfeedback = ({ 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)(
|
|
2546
3148
|
"path",
|
|
2547
3149
|
{
|
|
2548
3150
|
fill: stroke || color || "currentColor",
|
|
@@ -2553,22 +3155,22 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
2553
3155
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2554
3156
|
|
|
2555
3157
|
// src/components/VideoGeneration.tsx
|
|
2556
|
-
var
|
|
2557
|
-
/* @__PURE__ */ (0,
|
|
3158
|
+
var import_jsx_runtime160 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3159
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
2558
3160
|
"path",
|
|
2559
3161
|
{
|
|
2560
3162
|
fill: stroke || color || "currentColor",
|
|
2561
3163
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
2562
3164
|
}
|
|
2563
3165
|
),
|
|
2564
|
-
/* @__PURE__ */ (0,
|
|
3166
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
2565
3167
|
"path",
|
|
2566
3168
|
{
|
|
2567
3169
|
fill: stroke || color || "currentColor",
|
|
2568
3170
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
2569
3171
|
}
|
|
2570
3172
|
),
|
|
2571
|
-
/* @__PURE__ */ (0,
|
|
3173
|
+
/* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
2572
3174
|
"path",
|
|
2573
3175
|
{
|
|
2574
3176
|
fill: stroke || color || "currentColor",
|
|
@@ -2580,9 +3182,9 @@ var import_jsx_runtime123 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
2580
3182
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2581
3183
|
|
|
2582
3184
|
// src/components/VideoLength.tsx
|
|
2583
|
-
var
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2585
|
-
/* @__PURE__ */ (0,
|
|
3185
|
+
var import_jsx_runtime161 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3186
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
2586
3188
|
"path",
|
|
2587
3189
|
{
|
|
2588
3190
|
fill: stroke || color || "currentColor",
|
|
@@ -2594,8 +3196,8 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
2594
3196
|
] }), VideoLength_default = IconVideoLength;
|
|
2595
3197
|
|
|
2596
3198
|
// src/components/Videogenerate.tsx
|
|
2597
|
-
var
|
|
2598
|
-
/* @__PURE__ */ (0,
|
|
3199
|
+
var import_jsx_runtime162 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
2599
3201
|
"path",
|
|
2600
3202
|
{
|
|
2601
3203
|
fill: stroke || color || "currentColor",
|
|
@@ -2604,7 +3206,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2604
3206
|
clipRule: "evenodd"
|
|
2605
3207
|
}
|
|
2606
3208
|
),
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
3209
|
+
/* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
2608
3210
|
"path",
|
|
2609
3211
|
{
|
|
2610
3212
|
fill: stroke || color || "currentColor",
|
|
@@ -2616,7 +3218,7 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2616
3218
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2617
3219
|
|
|
2618
3220
|
// src/components/Visualstyles.tsx
|
|
2619
|
-
var
|
|
3221
|
+
var import_jsx_runtime163 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
2620
3222
|
"path",
|
|
2621
3223
|
{
|
|
2622
3224
|
fill: stroke || color || "currentColor",
|
|
@@ -2627,8 +3229,8 @@ var import_jsx_runtime126 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
2627
3229
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2628
3230
|
|
|
2629
3231
|
// src/components/Volume.tsx
|
|
2630
|
-
var
|
|
2631
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
var import_jsx_runtime164 = require("react/jsx-runtime"), IconVolume = ({ 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: [
|
|
3233
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
2632
3234
|
"path",
|
|
2633
3235
|
{
|
|
2634
3236
|
fill: stroke || color || "currentColor",
|
|
@@ -2637,14 +3239,14 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2637
3239
|
clipRule: "evenodd"
|
|
2638
3240
|
}
|
|
2639
3241
|
),
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
3242
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
2641
3243
|
"path",
|
|
2642
3244
|
{
|
|
2643
3245
|
fill: stroke || color || "currentColor",
|
|
2644
3246
|
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"
|
|
2645
3247
|
}
|
|
2646
3248
|
),
|
|
2647
|
-
/* @__PURE__ */ (0,
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
2648
3250
|
"path",
|
|
2649
3251
|
{
|
|
2650
3252
|
fill: stroke || color || "currentColor",
|
|
@@ -2653,16 +3255,45 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2653
3255
|
)
|
|
2654
3256
|
] }), Volume_default = IconVolume;
|
|
2655
3257
|
|
|
3258
|
+
// src/components/Withdrawgame.tsx
|
|
3259
|
+
var import_jsx_runtime165 = require("react/jsx-runtime"), IconWithdrawgame = ({ 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)(
|
|
3260
|
+
"path",
|
|
3261
|
+
{
|
|
3262
|
+
fill: stroke || color || "currentColor",
|
|
3263
|
+
d: "M9.83506e-08 14.25L0 16.5L7.5 24L15 16.5V14.25L8.625 14.25L8.625 5.25L22.5 5.25V3L6.375 3L6.375 14.25H9.83506e-08ZM11.818 16.5L7.5 20.818L3.18198 16.5H11.818Z",
|
|
3264
|
+
fillRule: "evenodd",
|
|
3265
|
+
clipRule: "evenodd"
|
|
3266
|
+
}
|
|
3267
|
+
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3268
|
+
|
|
3269
|
+
// src/components/Zoomhandle.tsx
|
|
3270
|
+
var import_jsx_runtime166 = require("react/jsx-runtime"), IconZoomhandle = ({ 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: [
|
|
3271
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3272
|
+
"path",
|
|
3273
|
+
{
|
|
3274
|
+
fill: fill || color || "currentColor",
|
|
3275
|
+
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"
|
|
3276
|
+
}
|
|
3277
|
+
),
|
|
3278
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3279
|
+
"path",
|
|
3280
|
+
{
|
|
3281
|
+
fill: stroke || color || "currentColor",
|
|
3282
|
+
d: "M8.25 18H6L6 6L8.25 6L8.25 18ZM12 21.75C14.0711 21.75 15.75 20.0711 15.75 18L15.75 6C15.75 3.92893 14.0711 2.25 12 2.25C9.92893 2.25 8.25 3.92893 8.25 6L6 6L6.00732 5.69092C6.16298 2.6232 8.6232 0.162978 11.6909 0.00732421L12 0C15.2101 1.40316e-07 17.8318 2.52084 17.9927 5.69092L18 6L18 18C18 21.3137 15.3137 24 12 24L11.6909 23.9927C8.6232 23.837 6.16298 21.3768 6.00732 18.3091L6 18H8.25C8.25 20.0711 9.92893 21.75 12 21.75Z"
|
|
3283
|
+
}
|
|
3284
|
+
)
|
|
3285
|
+
] }), Zoomhandle_default = IconZoomhandle;
|
|
3286
|
+
|
|
2656
3287
|
// src/components/Zoomin.tsx
|
|
2657
|
-
var
|
|
2658
|
-
/* @__PURE__ */ (0,
|
|
3288
|
+
var import_jsx_runtime167 = require("react/jsx-runtime"), IconZoomin = ({ 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: [
|
|
3289
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
2659
3290
|
"path",
|
|
2660
3291
|
{
|
|
2661
3292
|
fill: stroke || color || "currentColor",
|
|
2662
3293
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
2663
3294
|
}
|
|
2664
3295
|
),
|
|
2665
|
-
/* @__PURE__ */ (0,
|
|
3296
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
2666
3297
|
"path",
|
|
2667
3298
|
{
|
|
2668
3299
|
fill: stroke || color || "currentColor",
|
|
@@ -2674,9 +3305,9 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconZoomin = ({ size,
|
|
|
2674
3305
|
] }), Zoomin_default = IconZoomin;
|
|
2675
3306
|
|
|
2676
3307
|
// src/components/Zoomout.tsx
|
|
2677
|
-
var
|
|
2678
|
-
/* @__PURE__ */ (0,
|
|
2679
|
-
/* @__PURE__ */ (0,
|
|
3308
|
+
var import_jsx_runtime168 = require("react/jsx-runtime"), IconZoomout = ({ 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: [
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3310
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
2680
3311
|
"path",
|
|
2681
3312
|
{
|
|
2682
3313
|
fill: stroke || color || "currentColor",
|