@yoroll/react-icon 0.0.12 → 0.0.14
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 +1202 -439
- package/dist/index.iife.js +1156 -438
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +1367 -559
- 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/Announcement.d.ts +4 -0
- package/dist/types/components/Backtoprojects.d.ts +4 -0
- package/dist/types/components/Changeprofilephoto.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/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/FoldedMenu.d.ts +4 -0
- package/dist/types/components/Game.d.ts +4 -0
- package/dist/types/components/GameFilled.d.ts +4 -0
- package/dist/types/components/Gamebackup.d.ts +4 -0
- package/dist/types/components/GamebackupFilled.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/ModelOpenaiFilled.d.ts +4 -0
- package/dist/types/components/MoreCollapse.d.ts +4 -0
- package/dist/types/components/MoreHorizontal.d.ts +4 -0
- package/dist/types/components/MoreShowed.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/Parameters.d.ts +4 -0
- package/dist/types/components/Pause.d.ts +4 -0
- package/dist/types/components/Play.d.ts +4 -0
- package/dist/types/components/Publish.d.ts +4 -0
- package/dist/types/components/RightFilled.d.ts +4 -0
- package/dist/types/components/SwitchOffFilled.d.ts +4 -0
- package/dist/types/components/Tips.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/Zoomin.d.ts +4 -0
- package/dist/types/components/Zoomout.d.ts +4 -0
- package/dist/types/components/index.d.ts +45 -0
- package/package.json +2 -3
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.13 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -19,17 +19,21 @@ 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
|
+
IconAnnouncement: () => Announcement_default,
|
|
27
29
|
IconArtboard: () => Artboard_default,
|
|
28
30
|
IconAssets: () => Assets_default,
|
|
29
31
|
IconAssetsFilled: () => AssetsFilled_default,
|
|
32
|
+
IconBacktoprojects: () => Backtoprojects_default,
|
|
30
33
|
IconBackward: () => Backward_default,
|
|
31
34
|
IconBatchShots: () => BatchShots_default,
|
|
32
35
|
IconCanvasmode: () => Canvasmode_default,
|
|
36
|
+
IconChangeprofilephoto: () => Changeprofilephoto_default,
|
|
33
37
|
IconChaptercollapse: () => Chaptercollapse_default,
|
|
34
38
|
IconChapterexpand: () => Chapterexpand_default,
|
|
35
39
|
IconCheck: () => Check_default,
|
|
@@ -40,19 +44,34 @@ __export(index_exports, {
|
|
|
40
44
|
IconCursor: () => Cursor_default,
|
|
41
45
|
IconDelete: () => Delete_default,
|
|
42
46
|
IconDeleteSceneChoice: () => DeleteSceneChoice_default,
|
|
47
|
+
IconDownFilled: () => DownFilled_default,
|
|
48
|
+
IconDownleftFilled: () => DownleftFilled_default,
|
|
43
49
|
IconDownload: () => Download_default,
|
|
50
|
+
IconDownrightFilled: () => DownrightFilled_default,
|
|
44
51
|
IconDraghandleFilled: () => DraghandleFilled_default,
|
|
45
52
|
IconFeedbackFailFilled: () => FeedbackFailFilled_default,
|
|
46
53
|
IconFeedbackPendingFilled: () => FeedbackPendingFilled_default,
|
|
47
54
|
IconFeedbackProblem: () => FeedbackProblem_default,
|
|
48
55
|
IconFeedbackProblemFilled: () => FeedbackProblemFilled_default,
|
|
56
|
+
IconFiletypeImageFilled: () => FiletypeImageFilled_default,
|
|
49
57
|
IconFiletypePdfFilled: () => FiletypePdfFilled_default,
|
|
50
58
|
IconFiletypePdfLumiFilled: () => FiletypePdfLumiFilled_default,
|
|
59
|
+
IconFiletypeTxtFilled: () => FiletypeTxtFilled_default,
|
|
60
|
+
IconFiletypeTxtLumiFilled: () => FiletypeTxtLumiFilled_default,
|
|
61
|
+
IconFiletypeWordFilled: () => FiletypeWordFilled_default,
|
|
62
|
+
IconFiletypeWordLumiFilled: () => FiletypeWordLumiFilled_default,
|
|
63
|
+
IconFoldedMenu: () => FoldedMenu_default,
|
|
64
|
+
IconGame: () => Game_default,
|
|
65
|
+
IconGameFilled: () => GameFilled_default,
|
|
66
|
+
IconGamebackup: () => Gamebackup_default,
|
|
67
|
+
IconGamebackupFilled: () => GamebackupFilled_default,
|
|
51
68
|
IconGamecontrolChoice: () => GamecontrolChoice_default,
|
|
52
69
|
IconGamecontrolGameplay: () => GamecontrolGameplay_default,
|
|
53
70
|
IconGamecontrolLinear: () => GamecontrolLinear_default,
|
|
71
|
+
IconGamecontrolNone: () => GamecontrolNone_default,
|
|
54
72
|
IconGamelanguage: () => Gamelanguage_default,
|
|
55
73
|
IconGamepreview: () => Gamepreview_default,
|
|
74
|
+
IconGameui: () => Gameui_default,
|
|
56
75
|
IconGenerateFilled: () => GenerateFilled_default,
|
|
57
76
|
IconGenerateFrameStart: () => GenerateFrameStart_default,
|
|
58
77
|
IconGenerateFrameStart2End: () => GenerateFrameStart2End_default,
|
|
@@ -72,42 +91,60 @@ __export(index_exports, {
|
|
|
72
91
|
IconHelp: () => Help_default,
|
|
73
92
|
IconHomepage: () => Homepage_default,
|
|
74
93
|
IconHomepageFilled: () => HomepageFilled_default,
|
|
94
|
+
IconHotareacenter: () => Hotareacenter_default,
|
|
75
95
|
IconImageGeneration: () => ImageGeneration_default,
|
|
76
96
|
IconImageLoadFailedFilled: () => ImageLoadFailedFilled_default,
|
|
77
97
|
IconInfo: () => Info_default,
|
|
78
98
|
IconInvitecode: () => Invitecode_default,
|
|
99
|
+
IconLeftFilled: () => LeftFilled_default,
|
|
79
100
|
IconLoading: () => Loading_default,
|
|
80
101
|
IconLogin: () => Login_default,
|
|
81
102
|
IconLogout: () => Logout_default,
|
|
82
103
|
IconModelDeepmindFilled: () => ModelDeepmindFilled_default,
|
|
83
104
|
IconModelGeminiFilled: () => ModelGeminiFilled_default,
|
|
84
105
|
IconModelNanobananaLogoNomoFilled: () => ModelNanobananaLogoNomoFilled_default,
|
|
106
|
+
IconModelOpenaiFilled: () => ModelOpenaiFilled_default,
|
|
85
107
|
IconModelSeedFilled: () => ModelSeedFilled_default,
|
|
86
108
|
IconModelSoraFilled: () => ModelSoraFilled_default,
|
|
87
109
|
IconModels: () => Models_default,
|
|
88
110
|
IconMore: () => More_default,
|
|
111
|
+
IconMoreCollapse: () => MoreCollapse_default,
|
|
112
|
+
IconMoreHorizontal: () => MoreHorizontal_default,
|
|
113
|
+
IconMoreShowed: () => MoreShowed_default,
|
|
89
114
|
IconMoresettings: () => Moresettings_default,
|
|
115
|
+
IconMouseDrag: () => MouseDrag_default,
|
|
116
|
+
IconMouseMove: () => MouseMove_default,
|
|
117
|
+
IconMouseNumberchange: () => MouseNumberchange_default,
|
|
90
118
|
IconMusicassets: () => Musicassets_default,
|
|
91
119
|
IconMute: () => Mute_default,
|
|
92
120
|
IconNext: () => Next_default,
|
|
93
121
|
IconNextscene: () => Nextscene_default,
|
|
94
122
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
95
123
|
IconOpendemo: () => Opendemo_default,
|
|
124
|
+
IconOppsFilled: () => OppsFilled_default,
|
|
125
|
+
IconOptionalcheckedFilled: () => OptionalcheckedFilled_default,
|
|
126
|
+
IconOptionaluncheck: () => Optionaluncheck_default,
|
|
127
|
+
IconPackagegame: () => Packagegame_default,
|
|
96
128
|
IconPageError: () => PageError_default,
|
|
129
|
+
IconParameters: () => Parameters_default,
|
|
130
|
+
IconPause: () => Pause_default,
|
|
97
131
|
IconPencil: () => Pencil_default,
|
|
98
132
|
IconPick: () => Pick_default,
|
|
99
133
|
IconPickedFilled: () => PickedFilled_default,
|
|
100
134
|
IconPlanFilled: () => PlanFilled_default,
|
|
135
|
+
IconPlay: () => Play_default,
|
|
101
136
|
IconPlayFilled: () => PlayFilled_default,
|
|
102
137
|
IconPreviouscene: () => Previouscene_default,
|
|
103
138
|
IconProblem: () => Problem_default,
|
|
104
139
|
IconProblemNoticeFilled: () => ProblemNoticeFilled_default,
|
|
140
|
+
IconPublish: () => Publish_default,
|
|
105
141
|
IconRatio: () => Ratio_default,
|
|
106
142
|
IconRatio11: () => Ratio11_default,
|
|
107
143
|
IconRatio169: () => Ratio169_default,
|
|
108
144
|
IconRatio916: () => Ratio916_default,
|
|
109
145
|
IconReEdit: () => ReEdit_default,
|
|
110
146
|
IconRegenerate: () => Regenerate_default,
|
|
147
|
+
IconRightFilled: () => RightFilled_default,
|
|
111
148
|
IconSceneNext: () => SceneNext_default,
|
|
112
149
|
IconScriptmode: () => Scriptmode_default,
|
|
113
150
|
IconShare: () => Share_default,
|
|
@@ -119,19 +156,27 @@ __export(index_exports, {
|
|
|
119
156
|
IconStoryboard: () => Storyboard_default,
|
|
120
157
|
IconStyle: () => Style_default,
|
|
121
158
|
IconStyleAutoFilled: () => StyleAutoFilled_default,
|
|
159
|
+
IconSwitchOffFilled: () => SwitchOffFilled_default,
|
|
122
160
|
IconSwitchOnFilled: () => SwitchOnFilled_default,
|
|
123
161
|
IconTarget: () => Target_default,
|
|
124
162
|
IconTextLogo: () => TextLogo_default,
|
|
163
|
+
IconTips: () => Tips_default,
|
|
125
164
|
IconTools: () => Tools_default,
|
|
126
165
|
IconToolsFilled: () => ToolsFilled_default,
|
|
166
|
+
IconUpFilled: () => UpFilled_default,
|
|
167
|
+
IconUpleftFilled: () => UpleftFilled_default,
|
|
127
168
|
IconUploadfiles: () => Uploadfiles_default,
|
|
128
169
|
IconUploadimage: () => Uploadimage_default,
|
|
170
|
+
IconUprightFilled: () => UprightFilled_default,
|
|
129
171
|
IconUserfeedback: () => Userfeedback_default,
|
|
130
172
|
IconVideoGeneration: () => VideoGeneration_default,
|
|
131
173
|
IconVideoLength: () => VideoLength_default,
|
|
132
174
|
IconVideogenerate: () => Videogenerate_default,
|
|
133
175
|
IconVisualstyles: () => Visualstyles_default,
|
|
134
|
-
IconVolume: () => Volume_default
|
|
176
|
+
IconVolume: () => Volume_default,
|
|
177
|
+
IconWithdrawgame: () => Withdrawgame_default,
|
|
178
|
+
IconZoomin: () => Zoomin_default,
|
|
179
|
+
IconZoomout: () => Zoomout_default
|
|
135
180
|
});
|
|
136
181
|
module.exports = __toCommonJS(index_exports);
|
|
137
182
|
|
|
@@ -175,16 +220,36 @@ var import_jsx_runtime3 = require("react/jsx-runtime"), IconUploadimage = ({ siz
|
|
|
175
220
|
)
|
|
176
221
|
] }), Uploadimage_default = IconUploadimage;
|
|
177
222
|
|
|
178
|
-
// src/components/
|
|
179
|
-
var import_jsx_runtime4 = require("react/jsx-runtime"),
|
|
223
|
+
// src/components/Aboutus.tsx
|
|
224
|
+
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: [
|
|
180
225
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
181
226
|
"path",
|
|
182
227
|
{
|
|
183
228
|
fill: stroke || color || "currentColor",
|
|
184
|
-
d: "
|
|
229
|
+
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",
|
|
230
|
+
fillRule: "evenodd",
|
|
231
|
+
clipRule: "evenodd"
|
|
185
232
|
}
|
|
186
233
|
),
|
|
187
234
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
235
|
+
"path",
|
|
236
|
+
{
|
|
237
|
+
fill: stroke || color || "currentColor",
|
|
238
|
+
d: "M10.5 17.25V21.75H13.5V17.25H15.75V24H8.25V17.25H10.5Z"
|
|
239
|
+
}
|
|
240
|
+
)
|
|
241
|
+
] }), Aboutus_default = IconAboutus;
|
|
242
|
+
|
|
243
|
+
// src/components/AddSceneChoice.tsx
|
|
244
|
+
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: [
|
|
245
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
246
|
+
"path",
|
|
247
|
+
{
|
|
248
|
+
fill: stroke || color || "currentColor",
|
|
249
|
+
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
250
|
+
}
|
|
251
|
+
),
|
|
252
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
188
253
|
"path",
|
|
189
254
|
{
|
|
190
255
|
fill: stroke || color || "currentColor",
|
|
@@ -196,7 +261,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), IconAddSceneChoice = ({
|
|
|
196
261
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
197
262
|
|
|
198
263
|
// src/components/Add.tsx
|
|
199
|
-
var
|
|
264
|
+
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)(
|
|
200
265
|
"path",
|
|
201
266
|
{
|
|
202
267
|
fill: stroke || color || "currentColor",
|
|
@@ -205,8 +270,8 @@ var import_jsx_runtime5 = require("react/jsx-runtime"), IconAdd = ({ size, width
|
|
|
205
270
|
) }), Add_default = IconAdd;
|
|
206
271
|
|
|
207
272
|
// src/components/Agreements.tsx
|
|
208
|
-
var
|
|
209
|
-
/* @__PURE__ */ (0,
|
|
273
|
+
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: [
|
|
274
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
210
275
|
"path",
|
|
211
276
|
{
|
|
212
277
|
fill: stroke || color || "currentColor",
|
|
@@ -215,11 +280,11 @@ var import_jsx_runtime6 = require("react/jsx-runtime"), IconAgreements = ({ size
|
|
|
215
280
|
clipRule: "evenodd"
|
|
216
281
|
}
|
|
217
282
|
),
|
|
218
|
-
/* @__PURE__ */ (0,
|
|
283
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
219
284
|
] }), Agreements_default = IconAgreements;
|
|
220
285
|
|
|
221
286
|
// src/components/AngleDown.tsx
|
|
222
|
-
var
|
|
287
|
+
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)(
|
|
223
288
|
"path",
|
|
224
289
|
{
|
|
225
290
|
fill: stroke || color || "currentColor",
|
|
@@ -227,8 +292,19 @@ var import_jsx_runtime7 = require("react/jsx-runtime"), IconAngleDown = ({ size,
|
|
|
227
292
|
}
|
|
228
293
|
) }), AngleDown_default = IconAngleDown;
|
|
229
294
|
|
|
295
|
+
// src/components/Announcement.tsx
|
|
296
|
+
var import_jsx_runtime9 = require("react/jsx-runtime"), IconAnnouncement = ({ 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)(
|
|
297
|
+
"path",
|
|
298
|
+
{
|
|
299
|
+
fill: stroke || color || "currentColor",
|
|
300
|
+
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",
|
|
301
|
+
fillRule: "evenodd",
|
|
302
|
+
clipRule: "evenodd"
|
|
303
|
+
}
|
|
304
|
+
) }), Announcement_default = IconAnnouncement;
|
|
305
|
+
|
|
230
306
|
// src/components/Artboard.tsx
|
|
231
|
-
var
|
|
307
|
+
var import_jsx_runtime10 = require("react/jsx-runtime"), IconArtboard = ({ 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)(
|
|
232
308
|
"path",
|
|
233
309
|
{
|
|
234
310
|
fill: stroke || color || "currentColor",
|
|
@@ -239,17 +315,17 @@ var import_jsx_runtime8 = require("react/jsx-runtime"), IconArtboard = ({ size,
|
|
|
239
315
|
) }), Artboard_default = IconArtboard;
|
|
240
316
|
|
|
241
317
|
// src/components/AssetsFilled.tsx
|
|
242
|
-
var
|
|
243
|
-
/* @__PURE__ */ (0,
|
|
244
|
-
/* @__PURE__ */ (0,
|
|
245
|
-
/* @__PURE__ */ (0,
|
|
318
|
+
var import_jsx_runtime11 = require("react/jsx-runtime"), IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
319
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
320
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
321
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
246
322
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
247
323
|
|
|
248
324
|
// src/components/Assets.tsx
|
|
249
|
-
var
|
|
250
|
-
/* @__PURE__ */ (0,
|
|
251
|
-
/* @__PURE__ */ (0,
|
|
252
|
-
/* @__PURE__ */ (0,
|
|
325
|
+
var import_jsx_runtime12 = require("react/jsx-runtime"), IconAssets = ({ 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: [
|
|
326
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
327
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
328
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
253
329
|
"path",
|
|
254
330
|
{
|
|
255
331
|
fill: stroke || color || "currentColor",
|
|
@@ -260,8 +336,48 @@ var import_jsx_runtime10 = require("react/jsx-runtime"), IconAssets = ({ size, w
|
|
|
260
336
|
)
|
|
261
337
|
] }), Assets_default = IconAssets;
|
|
262
338
|
|
|
339
|
+
// src/components/Backtoprojects.tsx
|
|
340
|
+
var import_jsx_runtime13 = require("react/jsx-runtime"), IconBacktoprojects = ({ 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: [
|
|
341
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
342
|
+
"path",
|
|
343
|
+
{
|
|
344
|
+
fill: stroke || color || "currentColor",
|
|
345
|
+
d: "M1.5 1.5H10.5V10.5H1.5V1.5ZM3.75 3.75H8.25V8.25H3.75V3.75Z",
|
|
346
|
+
fillRule: "evenodd",
|
|
347
|
+
clipRule: "evenodd"
|
|
348
|
+
}
|
|
349
|
+
),
|
|
350
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
351
|
+
"path",
|
|
352
|
+
{
|
|
353
|
+
fill: stroke || color || "currentColor",
|
|
354
|
+
d: "M1.5 13.5H10.5V22.5H1.5V13.5ZM3.75 15.75H8.25V20.25H3.75V15.75Z",
|
|
355
|
+
fillRule: "evenodd",
|
|
356
|
+
clipRule: "evenodd"
|
|
357
|
+
}
|
|
358
|
+
),
|
|
359
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
360
|
+
"path",
|
|
361
|
+
{
|
|
362
|
+
fill: stroke || color || "currentColor",
|
|
363
|
+
d: "M13.5 1.5V10.5H22.5V1.5H13.5ZM20.25 3.75H15.75V8.25H20.25V3.75Z",
|
|
364
|
+
fillRule: "evenodd",
|
|
365
|
+
clipRule: "evenodd"
|
|
366
|
+
}
|
|
367
|
+
),
|
|
368
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
369
|
+
"path",
|
|
370
|
+
{
|
|
371
|
+
fill: stroke || color || "currentColor",
|
|
372
|
+
d: "M13.5 13.5H22.5V22.5H13.5V13.5ZM15.75 15.75H20.25V20.25H15.75V15.75Z",
|
|
373
|
+
fillRule: "evenodd",
|
|
374
|
+
clipRule: "evenodd"
|
|
375
|
+
}
|
|
376
|
+
)
|
|
377
|
+
] }), Backtoprojects_default = IconBacktoprojects;
|
|
378
|
+
|
|
263
379
|
// src/components/Backward.tsx
|
|
264
|
-
var
|
|
380
|
+
var import_jsx_runtime14 = require("react/jsx-runtime"), IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
265
381
|
"path",
|
|
266
382
|
{
|
|
267
383
|
fill: stroke || color || "currentColor",
|
|
@@ -270,7 +386,7 @@ var import_jsx_runtime11 = require("react/jsx-runtime"), IconBackward = ({ size,
|
|
|
270
386
|
) }), Backward_default = IconBackward;
|
|
271
387
|
|
|
272
388
|
// src/components/BatchShots.tsx
|
|
273
|
-
var
|
|
389
|
+
var import_jsx_runtime15 = require("react/jsx-runtime"), IconBatchShots = ({ 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)(
|
|
274
390
|
"path",
|
|
275
391
|
{
|
|
276
392
|
fill: stroke || color || "currentColor",
|
|
@@ -281,7 +397,7 @@ var import_jsx_runtime12 = require("react/jsx-runtime"), IconBatchShots = ({ siz
|
|
|
281
397
|
) }), BatchShots_default = IconBatchShots;
|
|
282
398
|
|
|
283
399
|
// src/components/Canvasmode.tsx
|
|
284
|
-
var
|
|
400
|
+
var import_jsx_runtime16 = require("react/jsx-runtime"), IconCanvasmode = ({ 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)(
|
|
285
401
|
"path",
|
|
286
402
|
{
|
|
287
403
|
fill: stroke || color || "currentColor",
|
|
@@ -291,8 +407,19 @@ var import_jsx_runtime13 = require("react/jsx-runtime"), IconCanvasmode = ({ siz
|
|
|
291
407
|
}
|
|
292
408
|
) }), Canvasmode_default = IconCanvasmode;
|
|
293
409
|
|
|
410
|
+
// src/components/Changeprofilephoto.tsx
|
|
411
|
+
var import_jsx_runtime17 = require("react/jsx-runtime"), IconChangeprofilephoto = ({ 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)(
|
|
412
|
+
"path",
|
|
413
|
+
{
|
|
414
|
+
fill: stroke || color || "currentColor",
|
|
415
|
+
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",
|
|
416
|
+
fillRule: "evenodd",
|
|
417
|
+
clipRule: "evenodd"
|
|
418
|
+
}
|
|
419
|
+
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
420
|
+
|
|
294
421
|
// src/components/Chaptercollapse.tsx
|
|
295
|
-
var
|
|
422
|
+
var import_jsx_runtime18 = require("react/jsx-runtime"), IconChaptercollapse = ({ 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)(
|
|
296
423
|
"path",
|
|
297
424
|
{
|
|
298
425
|
fill: stroke || color || "currentColor",
|
|
@@ -303,7 +430,7 @@ var import_jsx_runtime14 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
303
430
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
304
431
|
|
|
305
432
|
// src/components/Chapterexpand.tsx
|
|
306
|
-
var
|
|
433
|
+
var import_jsx_runtime19 = require("react/jsx-runtime"), IconChapterexpand = ({ 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)(
|
|
307
434
|
"path",
|
|
308
435
|
{
|
|
309
436
|
fill: stroke || color || "currentColor",
|
|
@@ -314,7 +441,7 @@ var import_jsx_runtime15 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
314
441
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
315
442
|
|
|
316
443
|
// src/components/Check.tsx
|
|
317
|
-
var
|
|
444
|
+
var import_jsx_runtime20 = require("react/jsx-runtime"), IconCheck = ({ 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)(
|
|
318
445
|
"path",
|
|
319
446
|
{
|
|
320
447
|
fill: stroke || color || "currentColor",
|
|
@@ -323,7 +450,7 @@ var import_jsx_runtime16 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
323
450
|
) }), Check_default = IconCheck;
|
|
324
451
|
|
|
325
452
|
// src/components/CheckedFilled.tsx
|
|
326
|
-
var
|
|
453
|
+
var import_jsx_runtime21 = require("react/jsx-runtime"), IconCheckedFilled = ({ 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)(
|
|
327
454
|
"path",
|
|
328
455
|
{
|
|
329
456
|
fill: fill || color || "currentColor",
|
|
@@ -334,7 +461,7 @@ var import_jsx_runtime17 = require("react/jsx-runtime"), IconCheckedFilled = ({
|
|
|
334
461
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
335
462
|
|
|
336
463
|
// src/components/Close.tsx
|
|
337
|
-
var
|
|
464
|
+
var import_jsx_runtime22 = require("react/jsx-runtime"), IconClose = ({ 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)(
|
|
338
465
|
"path",
|
|
339
466
|
{
|
|
340
467
|
fill: stroke || color || "currentColor",
|
|
@@ -343,9 +470,9 @@ var import_jsx_runtime18 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
343
470
|
) }), Close_default = IconClose;
|
|
344
471
|
|
|
345
472
|
// src/components/Copy.tsx
|
|
346
|
-
var
|
|
347
|
-
/* @__PURE__ */ (0,
|
|
348
|
-
/* @__PURE__ */ (0,
|
|
473
|
+
var import_jsx_runtime23 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
474
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
349
476
|
"path",
|
|
350
477
|
{
|
|
351
478
|
fill: stroke || color || "currentColor",
|
|
@@ -357,8 +484,8 @@ var import_jsx_runtime19 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
357
484
|
] }), Copy_default = IconCopy;
|
|
358
485
|
|
|
359
486
|
// src/components/CreditFilled.tsx
|
|
360
|
-
var
|
|
361
|
-
/* @__PURE__ */ (0,
|
|
487
|
+
var import_jsx_runtime24 = require("react/jsx-runtime"), IconCreditFilled = ({ 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: [
|
|
488
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
362
489
|
"path",
|
|
363
490
|
{
|
|
364
491
|
fill: fill || color || "currentColor",
|
|
@@ -367,11 +494,11 @@ var import_jsx_runtime20 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
367
494
|
clipRule: "evenodd"
|
|
368
495
|
}
|
|
369
496
|
) }),
|
|
370
|
-
/* @__PURE__ */ (0,
|
|
497
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
371
498
|
] }), CreditFilled_default = IconCreditFilled;
|
|
372
499
|
|
|
373
500
|
// src/components/Cursor.tsx
|
|
374
|
-
var
|
|
501
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconCursor = ({ 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)(
|
|
375
502
|
"path",
|
|
376
503
|
{
|
|
377
504
|
fill: stroke || color || "currentColor",
|
|
@@ -382,9 +509,9 @@ var import_jsx_runtime21 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
382
509
|
) }), Cursor_default = IconCursor;
|
|
383
510
|
|
|
384
511
|
// src/components/DeleteSceneChoice.tsx
|
|
385
|
-
var
|
|
386
|
-
/* @__PURE__ */ (0,
|
|
387
|
-
/* @__PURE__ */ (0,
|
|
512
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ 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: [
|
|
513
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
514
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
388
515
|
"path",
|
|
389
516
|
{
|
|
390
517
|
fill: stroke || color || "currentColor",
|
|
@@ -396,9 +523,9 @@ var import_jsx_runtime22 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
396
523
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
397
524
|
|
|
398
525
|
// src/components/Delete.tsx
|
|
399
|
-
var
|
|
400
|
-
/* @__PURE__ */ (0,
|
|
401
|
-
/* @__PURE__ */ (0,
|
|
526
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
527
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
528
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
402
529
|
"path",
|
|
403
530
|
{
|
|
404
531
|
fill: stroke || color || "currentColor",
|
|
@@ -409,16 +536,38 @@ var import_jsx_runtime23 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
409
536
|
)
|
|
410
537
|
] }), Delete_default = IconDelete;
|
|
411
538
|
|
|
539
|
+
// src/components/DownFilled.tsx
|
|
540
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
541
|
+
"path",
|
|
542
|
+
{
|
|
543
|
+
fill: fill || color || "currentColor",
|
|
544
|
+
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",
|
|
545
|
+
fillRule: "evenodd",
|
|
546
|
+
clipRule: "evenodd"
|
|
547
|
+
}
|
|
548
|
+
) }), DownFilled_default = IconDownFilled;
|
|
549
|
+
|
|
550
|
+
// src/components/DownleftFilled.tsx
|
|
551
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
552
|
+
"path",
|
|
553
|
+
{
|
|
554
|
+
fill: fill || color || "currentColor",
|
|
555
|
+
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",
|
|
556
|
+
fillRule: "evenodd",
|
|
557
|
+
clipRule: "evenodd"
|
|
558
|
+
}
|
|
559
|
+
) }), DownleftFilled_default = IconDownleftFilled;
|
|
560
|
+
|
|
412
561
|
// src/components/Download.tsx
|
|
413
|
-
var
|
|
414
|
-
/* @__PURE__ */ (0,
|
|
562
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
563
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
415
564
|
"path",
|
|
416
565
|
{
|
|
417
566
|
fill: stroke || color || "currentColor",
|
|
418
567
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
419
568
|
}
|
|
420
569
|
),
|
|
421
|
-
/* @__PURE__ */ (0,
|
|
570
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
422
571
|
"path",
|
|
423
572
|
{
|
|
424
573
|
fill: stroke || color || "currentColor",
|
|
@@ -429,18 +578,29 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
429
578
|
)
|
|
430
579
|
] }), Download_default = IconDownload;
|
|
431
580
|
|
|
581
|
+
// src/components/DownrightFilled.tsx
|
|
582
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconDownrightFilled = ({ 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)(
|
|
583
|
+
"path",
|
|
584
|
+
{
|
|
585
|
+
fill: fill || color || "currentColor",
|
|
586
|
+
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",
|
|
587
|
+
fillRule: "evenodd",
|
|
588
|
+
clipRule: "evenodd"
|
|
589
|
+
}
|
|
590
|
+
) }), DownrightFilled_default = IconDownrightFilled;
|
|
591
|
+
|
|
432
592
|
// src/components/DraghandleFilled.tsx
|
|
433
|
-
var
|
|
434
|
-
/* @__PURE__ */ (0,
|
|
435
|
-
/* @__PURE__ */ (0,
|
|
436
|
-
/* @__PURE__ */ (0,
|
|
437
|
-
/* @__PURE__ */ (0,
|
|
438
|
-
/* @__PURE__ */ (0,
|
|
439
|
-
/* @__PURE__ */ (0,
|
|
593
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconDraghandleFilled = ({ 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: [
|
|
594
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
595
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
596
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
597
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
598
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
599
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
440
600
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
441
601
|
|
|
442
602
|
// src/components/FeedbackFailFilled.tsx
|
|
443
|
-
var
|
|
603
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconFeedbackFailFilled = ({ 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)(
|
|
444
604
|
"path",
|
|
445
605
|
{
|
|
446
606
|
fill: fill || color || "currentColor",
|
|
@@ -451,7 +611,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconFeedbackFailFilled
|
|
|
451
611
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
452
612
|
|
|
453
613
|
// src/components/FeedbackPendingFilled.tsx
|
|
454
|
-
var
|
|
614
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
455
615
|
"path",
|
|
456
616
|
{
|
|
457
617
|
fill: fill || color || "currentColor",
|
|
@@ -462,7 +622,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconFeedbackPendingFill
|
|
|
462
622
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
463
623
|
|
|
464
624
|
// src/components/FeedbackProblemFilled.tsx
|
|
465
|
-
var
|
|
625
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconFeedbackProblemFilled = ({ 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)(
|
|
466
626
|
"path",
|
|
467
627
|
{
|
|
468
628
|
fill: fill || color || "currentColor",
|
|
@@ -473,29 +633,29 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconFeedbackProblemFill
|
|
|
473
633
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
474
634
|
|
|
475
635
|
// src/components/FeedbackProblem.tsx
|
|
476
|
-
var
|
|
477
|
-
/* @__PURE__ */ (0,
|
|
636
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
637
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
478
638
|
"path",
|
|
479
639
|
{
|
|
480
640
|
fill: stroke || color || "currentColor",
|
|
481
641
|
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"
|
|
482
642
|
}
|
|
483
643
|
),
|
|
484
|
-
/* @__PURE__ */ (0,
|
|
644
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
485
645
|
"path",
|
|
486
646
|
{
|
|
487
647
|
fill: stroke || color || "currentColor",
|
|
488
648
|
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"
|
|
489
649
|
}
|
|
490
650
|
),
|
|
491
|
-
/* @__PURE__ */ (0,
|
|
651
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
492
652
|
"path",
|
|
493
653
|
{
|
|
494
654
|
fill: stroke || color || "currentColor",
|
|
495
655
|
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"
|
|
496
656
|
}
|
|
497
657
|
),
|
|
498
|
-
/* @__PURE__ */ (0,
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
499
659
|
"path",
|
|
500
660
|
{
|
|
501
661
|
fill: stroke || color || "currentColor",
|
|
@@ -506,9 +666,44 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconFeedbackProblem = (
|
|
|
506
666
|
)
|
|
507
667
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
508
668
|
|
|
669
|
+
// src/components/FiletypeImageFilled.tsx
|
|
670
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
671
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
672
|
+
"path",
|
|
673
|
+
{
|
|
674
|
+
fill: "#2E2E2E",
|
|
675
|
+
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",
|
|
676
|
+
style: { opacity: 0.3 }
|
|
677
|
+
}
|
|
678
|
+
) }),
|
|
679
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
680
|
+
"path",
|
|
681
|
+
{
|
|
682
|
+
fill: "#2E2E2E",
|
|
683
|
+
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
684
|
+
}
|
|
685
|
+
),
|
|
686
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
687
|
+
"path",
|
|
688
|
+
{
|
|
689
|
+
fill: "#2E2E2E",
|
|
690
|
+
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
691
|
+
}
|
|
692
|
+
),
|
|
693
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
694
|
+
"path",
|
|
695
|
+
{
|
|
696
|
+
fill: "#2E2E2E",
|
|
697
|
+
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",
|
|
698
|
+
fillRule: "evenodd",
|
|
699
|
+
clipRule: "evenodd"
|
|
700
|
+
}
|
|
701
|
+
)
|
|
702
|
+
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
703
|
+
|
|
509
704
|
// src/components/FiletypePdfFilled.tsx
|
|
510
|
-
var
|
|
511
|
-
/* @__PURE__ */ (0,
|
|
705
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
706
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
512
707
|
"path",
|
|
513
708
|
{
|
|
514
709
|
fill: "#FF3E4C",
|
|
@@ -516,14 +711,14 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
516
711
|
style: { opacity: 0.3 }
|
|
517
712
|
}
|
|
518
713
|
) }),
|
|
519
|
-
/* @__PURE__ */ (0,
|
|
714
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
520
715
|
"path",
|
|
521
716
|
{
|
|
522
717
|
fill: "#FF3E4C",
|
|
523
718
|
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"
|
|
524
719
|
}
|
|
525
720
|
),
|
|
526
|
-
/* @__PURE__ */ (0,
|
|
721
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
527
722
|
"path",
|
|
528
723
|
{
|
|
529
724
|
fill: "#FF3E4C",
|
|
@@ -533,8 +728,8 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconFiletypePdfFilled =
|
|
|
533
728
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
534
729
|
|
|
535
730
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
536
|
-
var
|
|
537
|
-
/* @__PURE__ */ (0,
|
|
731
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
732
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
538
733
|
"path",
|
|
539
734
|
{
|
|
540
735
|
fill: "#2E2E2E",
|
|
@@ -542,14 +737,14 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
542
737
|
style: { opacity: 0.3 }
|
|
543
738
|
}
|
|
544
739
|
) }),
|
|
545
|
-
/* @__PURE__ */ (0,
|
|
740
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
546
741
|
"path",
|
|
547
742
|
{
|
|
548
743
|
fill: "#2E2E2E",
|
|
549
744
|
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"
|
|
550
745
|
}
|
|
551
746
|
),
|
|
552
|
-
/* @__PURE__ */ (0,
|
|
747
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
553
748
|
"path",
|
|
554
749
|
{
|
|
555
750
|
fill: "#2E2E2E",
|
|
@@ -558,8 +753,196 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconFiletypePdfLumiFill
|
|
|
558
753
|
)
|
|
559
754
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
560
755
|
|
|
756
|
+
// src/components/FiletypeTxtFilled.tsx
|
|
757
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconFiletypeTxtFilled = ({ 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: [
|
|
758
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
759
|
+
"path",
|
|
760
|
+
{
|
|
761
|
+
fill: "#005FAD",
|
|
762
|
+
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",
|
|
763
|
+
style: { opacity: 0.3 }
|
|
764
|
+
}
|
|
765
|
+
) }),
|
|
766
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
767
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
769
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
770
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
771
|
+
"path",
|
|
772
|
+
{
|
|
773
|
+
fill: "#005FAD",
|
|
774
|
+
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
775
|
+
}
|
|
776
|
+
)
|
|
777
|
+
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
778
|
+
|
|
779
|
+
// src/components/FiletypeTxtLumiFilled.tsx
|
|
780
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconFiletypeTxtLumiFilled = ({ 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: [
|
|
781
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
782
|
+
"path",
|
|
783
|
+
{
|
|
784
|
+
fill: "#2E2E2E",
|
|
785
|
+
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",
|
|
786
|
+
style: { opacity: 0.3 }
|
|
787
|
+
}
|
|
788
|
+
) }),
|
|
789
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
790
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
791
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
792
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
793
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
794
|
+
"path",
|
|
795
|
+
{
|
|
796
|
+
fill: "#2E2E2E",
|
|
797
|
+
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"
|
|
798
|
+
}
|
|
799
|
+
)
|
|
800
|
+
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
801
|
+
|
|
802
|
+
// src/components/FiletypeWordFilled.tsx
|
|
803
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconFiletypeWordFilled = ({ 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: [
|
|
804
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
805
|
+
"path",
|
|
806
|
+
{
|
|
807
|
+
fill: "#0072FF",
|
|
808
|
+
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",
|
|
809
|
+
style: { opacity: 0.3 }
|
|
810
|
+
}
|
|
811
|
+
) }),
|
|
812
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
813
|
+
"path",
|
|
814
|
+
{
|
|
815
|
+
fill: "#0072FF",
|
|
816
|
+
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
817
|
+
}
|
|
818
|
+
),
|
|
819
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
820
|
+
"path",
|
|
821
|
+
{
|
|
822
|
+
fill: "#0072FF",
|
|
823
|
+
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"
|
|
824
|
+
}
|
|
825
|
+
)
|
|
826
|
+
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
827
|
+
|
|
828
|
+
// src/components/FiletypeWordLumiFilled.tsx
|
|
829
|
+
var import_jsx_runtime43 = require("react/jsx-runtime"), IconFiletypeWordLumiFilled = ({ 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: [
|
|
830
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
831
|
+
"path",
|
|
832
|
+
{
|
|
833
|
+
fill: "#2E2E2E",
|
|
834
|
+
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",
|
|
835
|
+
style: { opacity: 0.3 }
|
|
836
|
+
}
|
|
837
|
+
) }),
|
|
838
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
839
|
+
"path",
|
|
840
|
+
{
|
|
841
|
+
fill: "#2E2E2E",
|
|
842
|
+
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
843
|
+
}
|
|
844
|
+
),
|
|
845
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
846
|
+
"path",
|
|
847
|
+
{
|
|
848
|
+
fill: "#2E2E2E",
|
|
849
|
+
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"
|
|
850
|
+
}
|
|
851
|
+
)
|
|
852
|
+
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
853
|
+
|
|
854
|
+
// src/components/FoldedMenu.tsx
|
|
855
|
+
var import_jsx_runtime44 = require("react/jsx-runtime"), IconFoldedMenu = ({ 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: [
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
857
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
859
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
860
|
+
] }), FoldedMenu_default = IconFoldedMenu;
|
|
861
|
+
|
|
862
|
+
// src/components/GameFilled.tsx
|
|
863
|
+
var import_jsx_runtime45 = require("react/jsx-runtime"), IconGameFilled = ({ 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: [
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
867
|
+
"path",
|
|
868
|
+
{
|
|
869
|
+
fill: fill || color || "currentColor",
|
|
870
|
+
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
871
|
+
}
|
|
872
|
+
),
|
|
873
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
874
|
+
"path",
|
|
875
|
+
{
|
|
876
|
+
fill: fill || color || "currentColor",
|
|
877
|
+
d: "M18.6213 16.5H24V7.5H18.6213L14.1213 12L18.6213 16.5Z"
|
|
878
|
+
}
|
|
879
|
+
)
|
|
880
|
+
] }), GameFilled_default = IconGameFilled;
|
|
881
|
+
|
|
882
|
+
// src/components/Game.tsx
|
|
883
|
+
var import_jsx_runtime46 = require("react/jsx-runtime"), IconGame = ({ 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: [
|
|
884
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
885
|
+
"path",
|
|
886
|
+
{
|
|
887
|
+
fill: stroke || color || "currentColor",
|
|
888
|
+
d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0ZM9.75 4.4467L12 6.6967L14.25 4.4467V2.25H9.75V4.4467Z",
|
|
889
|
+
fillRule: "evenodd",
|
|
890
|
+
clipRule: "evenodd"
|
|
891
|
+
}
|
|
892
|
+
),
|
|
893
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
894
|
+
"path",
|
|
895
|
+
{
|
|
896
|
+
fill: stroke || color || "currentColor",
|
|
897
|
+
d: "M0 7.5H5.37868L9.87868 12L5.37868 16.5H0V7.5ZM2.25 14.25H4.4467L6.6967 12L4.4467 9.75H2.25V14.25Z",
|
|
898
|
+
fillRule: "evenodd",
|
|
899
|
+
clipRule: "evenodd"
|
|
900
|
+
}
|
|
901
|
+
),
|
|
902
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
903
|
+
"path",
|
|
904
|
+
{
|
|
905
|
+
fill: stroke || color || "currentColor",
|
|
906
|
+
d: "M7.5 24V18.6213L12 14.1213L16.5 18.6213V24H7.5ZM14.25 21.75V19.5533L12 17.3033L9.75 19.5533V21.75H14.25Z",
|
|
907
|
+
fillRule: "evenodd",
|
|
908
|
+
clipRule: "evenodd"
|
|
909
|
+
}
|
|
910
|
+
),
|
|
911
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
912
|
+
"path",
|
|
913
|
+
{
|
|
914
|
+
fill: stroke || color || "currentColor",
|
|
915
|
+
d: "M24 16.5H18.6213L14.1213 12L18.6213 7.5H24V16.5ZM21.75 9.75H19.5533L17.3033 12L19.5533 14.25H21.75V9.75Z",
|
|
916
|
+
fillRule: "evenodd",
|
|
917
|
+
clipRule: "evenodd"
|
|
918
|
+
}
|
|
919
|
+
)
|
|
920
|
+
] }), Game_default = IconGame;
|
|
921
|
+
|
|
922
|
+
// src/components/GamebackupFilled.tsx
|
|
923
|
+
var import_jsx_runtime47 = require("react/jsx-runtime"), IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
924
|
+
"path",
|
|
925
|
+
{
|
|
926
|
+
fill: fill || color || "currentColor",
|
|
927
|
+
d: "M12 4.44507L8.63888 0.523773L6.36111 2.47615L9.38156 6H1.5V22.5H22.5V6H14.6184L17.6389 2.47615L15.3611 0.523773L12 4.44507ZM16.5 9H19.5V19.5H16.5V9Z",
|
|
928
|
+
fillRule: "evenodd",
|
|
929
|
+
clipRule: "evenodd"
|
|
930
|
+
}
|
|
931
|
+
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
932
|
+
|
|
933
|
+
// src/components/Gamebackup.tsx
|
|
934
|
+
var import_jsx_runtime48 = require("react/jsx-runtime"), IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
935
|
+
"path",
|
|
936
|
+
{
|
|
937
|
+
fill: stroke || color || "currentColor",
|
|
938
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H22.5V22.5H1.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM3.75 8.25V20.25H15.75V8.25H3.75ZM18 8.25V20.25H20.25V8.25H18Z",
|
|
939
|
+
fillRule: "evenodd",
|
|
940
|
+
clipRule: "evenodd"
|
|
941
|
+
}
|
|
942
|
+
) }), Gamebackup_default = IconGamebackup;
|
|
943
|
+
|
|
561
944
|
// src/components/GamecontrolChoice.tsx
|
|
562
|
-
var
|
|
945
|
+
var import_jsx_runtime49 = require("react/jsx-runtime"), IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
563
946
|
"path",
|
|
564
947
|
{
|
|
565
948
|
fill: stroke || color || "currentColor",
|
|
@@ -570,7 +953,7 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconGamecontrolChoice =
|
|
|
570
953
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
571
954
|
|
|
572
955
|
// src/components/GamecontrolGameplay.tsx
|
|
573
|
-
var
|
|
956
|
+
var import_jsx_runtime50 = require("react/jsx-runtime"), IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
574
957
|
"path",
|
|
575
958
|
{
|
|
576
959
|
fill: stroke || color || "currentColor",
|
|
@@ -581,7 +964,7 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconGamecontrolGameplay
|
|
|
581
964
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
582
965
|
|
|
583
966
|
// src/components/GamecontrolLinear.tsx
|
|
584
|
-
var
|
|
967
|
+
var import_jsx_runtime51 = require("react/jsx-runtime"), IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
585
968
|
"path",
|
|
586
969
|
{
|
|
587
970
|
fill: stroke || color || "currentColor",
|
|
@@ -591,8 +974,37 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconGamecontrolLinear =
|
|
|
591
974
|
}
|
|
592
975
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
593
976
|
|
|
977
|
+
// src/components/GamecontrolNone.tsx
|
|
978
|
+
var import_jsx_runtime52 = require("react/jsx-runtime"), IconGamecontrolNone = ({ 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: [
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
980
|
+
"path",
|
|
981
|
+
{
|
|
982
|
+
fill: stroke || color || "currentColor",
|
|
983
|
+
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
984
|
+
}
|
|
985
|
+
),
|
|
986
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
987
|
+
"path",
|
|
988
|
+
{
|
|
989
|
+
fill: stroke || color || "currentColor",
|
|
990
|
+
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",
|
|
991
|
+
fillRule: "evenodd",
|
|
992
|
+
clipRule: "evenodd"
|
|
993
|
+
}
|
|
994
|
+
),
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
996
|
+
"path",
|
|
997
|
+
{
|
|
998
|
+
fill: stroke || color || "currentColor",
|
|
999
|
+
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",
|
|
1000
|
+
fillRule: "evenodd",
|
|
1001
|
+
clipRule: "evenodd"
|
|
1002
|
+
}
|
|
1003
|
+
)
|
|
1004
|
+
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1005
|
+
|
|
594
1006
|
// src/components/Gamelanguage.tsx
|
|
595
|
-
var
|
|
1007
|
+
var import_jsx_runtime53 = require("react/jsx-runtime"), IconGamelanguage = ({ 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)(
|
|
596
1008
|
"path",
|
|
597
1009
|
{
|
|
598
1010
|
fill: stroke || color || "currentColor",
|
|
@@ -603,8 +1015,8 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconGamelanguage = ({ s
|
|
|
603
1015
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
604
1016
|
|
|
605
1017
|
// src/components/Gamepreview.tsx
|
|
606
|
-
var
|
|
607
|
-
/* @__PURE__ */ (0,
|
|
1018
|
+
var import_jsx_runtime54 = require("react/jsx-runtime"), IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
608
1020
|
"path",
|
|
609
1021
|
{
|
|
610
1022
|
fill: stroke || color || "currentColor",
|
|
@@ -613,7 +1025,7 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
613
1025
|
clipRule: "evenodd"
|
|
614
1026
|
}
|
|
615
1027
|
),
|
|
616
|
-
/* @__PURE__ */ (0,
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
617
1029
|
"path",
|
|
618
1030
|
{
|
|
619
1031
|
fill: stroke || color || "currentColor",
|
|
@@ -624,16 +1036,27 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconGamepreview = ({ si
|
|
|
624
1036
|
)
|
|
625
1037
|
] }), Gamepreview_default = IconGamepreview;
|
|
626
1038
|
|
|
1039
|
+
// src/components/Gameui.tsx
|
|
1040
|
+
var import_jsx_runtime55 = require("react/jsx-runtime"), IconGameui = ({ 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)(
|
|
1041
|
+
"path",
|
|
1042
|
+
{
|
|
1043
|
+
fill: stroke || color || "currentColor",
|
|
1044
|
+
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",
|
|
1045
|
+
fillRule: "evenodd",
|
|
1046
|
+
clipRule: "evenodd"
|
|
1047
|
+
}
|
|
1048
|
+
) }), Gameui_default = IconGameui;
|
|
1049
|
+
|
|
627
1050
|
// src/components/GenerateMultimage.tsx
|
|
628
|
-
var
|
|
629
|
-
/* @__PURE__ */ (0,
|
|
1051
|
+
var import_jsx_runtime56 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1052
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
630
1053
|
"path",
|
|
631
1054
|
{
|
|
632
1055
|
fill: stroke || color || "currentColor",
|
|
633
1056
|
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"
|
|
634
1057
|
}
|
|
635
1058
|
),
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
1059
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
637
1060
|
"path",
|
|
638
1061
|
{
|
|
639
1062
|
fill: stroke || color || "currentColor",
|
|
@@ -642,11 +1065,11 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
642
1065
|
clipRule: "evenodd"
|
|
643
1066
|
}
|
|
644
1067
|
),
|
|
645
|
-
/* @__PURE__ */ (0,
|
|
1068
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
646
1069
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
647
1070
|
|
|
648
1071
|
// src/components/GenerateFilled.tsx
|
|
649
|
-
var
|
|
1072
|
+
var import_jsx_runtime57 = require("react/jsx-runtime"), IconGenerateFilled = ({ 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)(
|
|
650
1073
|
"path",
|
|
651
1074
|
{
|
|
652
1075
|
fill: fill || color || "currentColor",
|
|
@@ -657,15 +1080,15 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
657
1080
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
658
1081
|
|
|
659
1082
|
// src/components/GenerateFrameStart.tsx
|
|
660
|
-
var
|
|
661
|
-
/* @__PURE__ */ (0,
|
|
1083
|
+
var import_jsx_runtime58 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ 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: [
|
|
1084
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
662
1085
|
"path",
|
|
663
1086
|
{
|
|
664
1087
|
fill: stroke || color || "currentColor",
|
|
665
1088
|
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"
|
|
666
1089
|
}
|
|
667
1090
|
),
|
|
668
|
-
/* @__PURE__ */ (0,
|
|
1091
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
669
1092
|
"path",
|
|
670
1093
|
{
|
|
671
1094
|
fill: stroke || color || "currentColor",
|
|
@@ -677,8 +1100,8 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
677
1100
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
678
1101
|
|
|
679
1102
|
// src/components/GenerateFrameStart2End.tsx
|
|
680
|
-
var
|
|
681
|
-
/* @__PURE__ */ (0,
|
|
1103
|
+
var import_jsx_runtime59 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1104
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
682
1105
|
"path",
|
|
683
1106
|
{
|
|
684
1107
|
fill: stroke || color || "currentColor",
|
|
@@ -687,14 +1110,14 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
687
1110
|
clipRule: "evenodd"
|
|
688
1111
|
}
|
|
689
1112
|
),
|
|
690
|
-
/* @__PURE__ */ (0,
|
|
1113
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
691
1114
|
"path",
|
|
692
1115
|
{
|
|
693
1116
|
fill: stroke || color || "currentColor",
|
|
694
1117
|
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"
|
|
695
1118
|
}
|
|
696
1119
|
),
|
|
697
|
-
/* @__PURE__ */ (0,
|
|
1120
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
698
1121
|
"path",
|
|
699
1122
|
{
|
|
700
1123
|
fill: stroke || color || "currentColor",
|
|
@@ -706,8 +1129,8 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
706
1129
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
707
1130
|
|
|
708
1131
|
// src/components/GenerateSwitchframe.tsx
|
|
709
|
-
var
|
|
710
|
-
/* @__PURE__ */ (0,
|
|
1132
|
+
var import_jsx_runtime60 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ 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: [
|
|
1133
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
711
1134
|
"path",
|
|
712
1135
|
{
|
|
713
1136
|
fill: stroke || color || "currentColor",
|
|
@@ -716,7 +1139,7 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
716
1139
|
clipRule: "evenodd"
|
|
717
1140
|
}
|
|
718
1141
|
),
|
|
719
|
-
/* @__PURE__ */ (0,
|
|
1142
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
720
1143
|
"path",
|
|
721
1144
|
{
|
|
722
1145
|
fill: stroke || color || "currentColor",
|
|
@@ -728,15 +1151,15 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
728
1151
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
729
1152
|
|
|
730
1153
|
// src/components/GenerateT2V.tsx
|
|
731
|
-
var
|
|
732
|
-
/* @__PURE__ */ (0,
|
|
1154
|
+
var import_jsx_runtime61 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1155
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
733
1156
|
"path",
|
|
734
1157
|
{
|
|
735
1158
|
fill: stroke || color || "currentColor",
|
|
736
1159
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
737
1160
|
}
|
|
738
1161
|
),
|
|
739
|
-
/* @__PURE__ */ (0,
|
|
1162
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
740
1163
|
"path",
|
|
741
1164
|
{
|
|
742
1165
|
fill: stroke || color || "currentColor",
|
|
@@ -748,15 +1171,15 @@ var import_jsx_runtime42 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
748
1171
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
749
1172
|
|
|
750
1173
|
// src/components/GenreAuto.tsx
|
|
751
|
-
var
|
|
752
|
-
/* @__PURE__ */ (0,
|
|
1174
|
+
var import_jsx_runtime62 = require("react/jsx-runtime"), IconGenreAuto = ({ 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: [
|
|
1175
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
753
1176
|
"path",
|
|
754
1177
|
{
|
|
755
1178
|
fill: stroke || color || "currentColor",
|
|
756
1179
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
757
1180
|
}
|
|
758
1181
|
),
|
|
759
|
-
/* @__PURE__ */ (0,
|
|
1182
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
760
1183
|
"path",
|
|
761
1184
|
{
|
|
762
1185
|
fill: stroke || color || "currentColor",
|
|
@@ -765,15 +1188,15 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
765
1188
|
clipRule: "evenodd"
|
|
766
1189
|
}
|
|
767
1190
|
),
|
|
768
|
-
/* @__PURE__ */ (0,
|
|
769
|
-
/* @__PURE__ */ (0,
|
|
1191
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1192
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
770
1193
|
"path",
|
|
771
1194
|
{
|
|
772
1195
|
fill: stroke || color || "currentColor",
|
|
773
1196
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
774
1197
|
}
|
|
775
1198
|
),
|
|
776
|
-
/* @__PURE__ */ (0,
|
|
1199
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
777
1200
|
"path",
|
|
778
1201
|
{
|
|
779
1202
|
fill: stroke || color || "currentColor",
|
|
@@ -783,22 +1206,22 @@ var import_jsx_runtime43 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
783
1206
|
] }), GenreAuto_default = IconGenreAuto;
|
|
784
1207
|
|
|
785
1208
|
// src/components/GenreComedy.tsx
|
|
786
|
-
var
|
|
787
|
-
/* @__PURE__ */ (0,
|
|
1209
|
+
var import_jsx_runtime63 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1210
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
788
1211
|
"path",
|
|
789
1212
|
{
|
|
790
1213
|
fill: stroke || color || "currentColor",
|
|
791
1214
|
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"
|
|
792
1215
|
}
|
|
793
1216
|
),
|
|
794
|
-
/* @__PURE__ */ (0,
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
795
1218
|
"path",
|
|
796
1219
|
{
|
|
797
1220
|
fill: stroke || color || "currentColor",
|
|
798
1221
|
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"
|
|
799
1222
|
}
|
|
800
1223
|
),
|
|
801
|
-
/* @__PURE__ */ (0,
|
|
1224
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
802
1225
|
"path",
|
|
803
1226
|
{
|
|
804
1227
|
fill: stroke || color || "currentColor",
|
|
@@ -807,7 +1230,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
807
1230
|
clipRule: "evenodd"
|
|
808
1231
|
}
|
|
809
1232
|
),
|
|
810
|
-
/* @__PURE__ */ (0,
|
|
1233
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
811
1234
|
"path",
|
|
812
1235
|
{
|
|
813
1236
|
fill: stroke || color || "currentColor",
|
|
@@ -819,7 +1242,7 @@ var import_jsx_runtime44 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
819
1242
|
] }), GenreComedy_default = IconGenreComedy;
|
|
820
1243
|
|
|
821
1244
|
// src/components/GenreFantasy.tsx
|
|
822
|
-
var
|
|
1245
|
+
var import_jsx_runtime64 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
823
1246
|
"path",
|
|
824
1247
|
{
|
|
825
1248
|
fill: stroke || color || "currentColor",
|
|
@@ -830,22 +1253,22 @@ var import_jsx_runtime45 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
830
1253
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
831
1254
|
|
|
832
1255
|
// src/components/GenreHorror.tsx
|
|
833
|
-
var
|
|
834
|
-
/* @__PURE__ */ (0,
|
|
1256
|
+
var import_jsx_runtime65 = require("react/jsx-runtime"), IconGenreHorror = ({ 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: [
|
|
1257
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
835
1258
|
"path",
|
|
836
1259
|
{
|
|
837
1260
|
fill: stroke || color || "currentColor",
|
|
838
1261
|
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"
|
|
839
1262
|
}
|
|
840
1263
|
),
|
|
841
|
-
/* @__PURE__ */ (0,
|
|
1264
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
842
1265
|
"path",
|
|
843
1266
|
{
|
|
844
1267
|
fill: stroke || color || "currentColor",
|
|
845
1268
|
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"
|
|
846
1269
|
}
|
|
847
1270
|
),
|
|
848
|
-
/* @__PURE__ */ (0,
|
|
1271
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
849
1272
|
"path",
|
|
850
1273
|
{
|
|
851
1274
|
fill: stroke || color || "currentColor",
|
|
@@ -857,7 +1280,7 @@ var import_jsx_runtime46 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
857
1280
|
] }), GenreHorror_default = IconGenreHorror;
|
|
858
1281
|
|
|
859
1282
|
// src/components/GenreRomance.tsx
|
|
860
|
-
var
|
|
1283
|
+
var import_jsx_runtime66 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
861
1284
|
"path",
|
|
862
1285
|
{
|
|
863
1286
|
fill: stroke || color || "currentColor",
|
|
@@ -868,15 +1291,15 @@ var import_jsx_runtime47 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
868
1291
|
) }), GenreRomance_default = IconGenreRomance;
|
|
869
1292
|
|
|
870
1293
|
// src/components/GenreScifi.tsx
|
|
871
|
-
var
|
|
872
|
-
/* @__PURE__ */ (0,
|
|
1294
|
+
var import_jsx_runtime67 = require("react/jsx-runtime"), IconGenreScifi = ({ 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: [
|
|
1295
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
873
1296
|
"path",
|
|
874
1297
|
{
|
|
875
1298
|
fill: stroke || color || "currentColor",
|
|
876
1299
|
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"
|
|
877
1300
|
}
|
|
878
1301
|
),
|
|
879
|
-
/* @__PURE__ */ (0,
|
|
1302
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
880
1303
|
"path",
|
|
881
1304
|
{
|
|
882
1305
|
fill: stroke || color || "currentColor",
|
|
@@ -885,7 +1308,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
885
1308
|
clipRule: "evenodd"
|
|
886
1309
|
}
|
|
887
1310
|
),
|
|
888
|
-
/* @__PURE__ */ (0,
|
|
1311
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
889
1312
|
"path",
|
|
890
1313
|
{
|
|
891
1314
|
fill: stroke || color || "currentColor",
|
|
@@ -895,7 +1318,7 @@ var import_jsx_runtime48 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
895
1318
|
] }), GenreScifi_default = IconGenreScifi;
|
|
896
1319
|
|
|
897
1320
|
// src/components/GenreSuspense.tsx
|
|
898
|
-
var
|
|
1321
|
+
var import_jsx_runtime68 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
899
1322
|
"path",
|
|
900
1323
|
{
|
|
901
1324
|
fill: stroke || color || "currentColor",
|
|
@@ -906,7 +1329,7 @@ var import_jsx_runtime49 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
906
1329
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
907
1330
|
|
|
908
1331
|
// src/components/Genre.tsx
|
|
909
|
-
var
|
|
1332
|
+
var import_jsx_runtime69 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
910
1333
|
"path",
|
|
911
1334
|
{
|
|
912
1335
|
fill: stroke || color || "currentColor",
|
|
@@ -917,8 +1340,8 @@ var import_jsx_runtime50 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
917
1340
|
) }), Genre_default = IconGenre;
|
|
918
1341
|
|
|
919
1342
|
// src/components/GoogleLogoFilled.tsx
|
|
920
|
-
var
|
|
921
|
-
/* @__PURE__ */ (0,
|
|
1343
|
+
var import_jsx_runtime70 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1344
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
922
1345
|
"mask",
|
|
923
1346
|
{
|
|
924
1347
|
id: "mask0_48_113",
|
|
@@ -928,7 +1351,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
928
1351
|
y: "0",
|
|
929
1352
|
maskUnits: "userSpaceOnUse",
|
|
930
1353
|
style: { maskType: "luminance" },
|
|
931
|
-
children: /* @__PURE__ */ (0,
|
|
1354
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
932
1355
|
"path",
|
|
933
1356
|
{
|
|
934
1357
|
fill: stroke || color || "currentColor",
|
|
@@ -937,64 +1360,64 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
937
1360
|
)
|
|
938
1361
|
}
|
|
939
1362
|
),
|
|
940
|
-
/* @__PURE__ */ (0,
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
942
1365
|
"path",
|
|
943
1366
|
{
|
|
944
1367
|
fill: "url(#paint0_radial_48_113)",
|
|
945
1368
|
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"
|
|
946
1369
|
}
|
|
947
1370
|
) }),
|
|
948
|
-
/* @__PURE__ */ (0,
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
949
1372
|
"path",
|
|
950
1373
|
{
|
|
951
1374
|
fill: "url(#paint1_radial_48_113)",
|
|
952
1375
|
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"
|
|
953
1376
|
}
|
|
954
1377
|
) }),
|
|
955
|
-
/* @__PURE__ */ (0,
|
|
1378
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
956
1379
|
"path",
|
|
957
1380
|
{
|
|
958
1381
|
fill: "url(#paint2_radial_48_113)",
|
|
959
1382
|
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"
|
|
960
1383
|
}
|
|
961
1384
|
) }),
|
|
962
|
-
/* @__PURE__ */ (0,
|
|
1385
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
963
1386
|
"path",
|
|
964
1387
|
{
|
|
965
1388
|
fill: "url(#paint3_radial_48_113)",
|
|
966
1389
|
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"
|
|
967
1390
|
}
|
|
968
1391
|
) }),
|
|
969
|
-
/* @__PURE__ */ (0,
|
|
1392
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
970
1393
|
"path",
|
|
971
1394
|
{
|
|
972
1395
|
fill: "#3086FF",
|
|
973
1396
|
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"
|
|
974
1397
|
}
|
|
975
1398
|
) }),
|
|
976
|
-
/* @__PURE__ */ (0,
|
|
1399
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
977
1400
|
"path",
|
|
978
1401
|
{
|
|
979
1402
|
fill: "url(#paint4_radial_48_113)",
|
|
980
1403
|
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"
|
|
981
1404
|
}
|
|
982
1405
|
) }),
|
|
983
|
-
/* @__PURE__ */ (0,
|
|
1406
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
984
1407
|
"path",
|
|
985
1408
|
{
|
|
986
1409
|
fill: "url(#paint5_radial_48_113)",
|
|
987
1410
|
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"
|
|
988
1411
|
}
|
|
989
1412
|
) }),
|
|
990
|
-
/* @__PURE__ */ (0,
|
|
1413
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
991
1414
|
"path",
|
|
992
1415
|
{
|
|
993
1416
|
fill: "url(#paint6_radial_48_113)",
|
|
994
1417
|
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"
|
|
995
1418
|
}
|
|
996
1419
|
) }),
|
|
997
|
-
/* @__PURE__ */ (0,
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
998
1421
|
"path",
|
|
999
1422
|
{
|
|
1000
1423
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1002,8 +1425,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1002
1425
|
}
|
|
1003
1426
|
) })
|
|
1004
1427
|
] }),
|
|
1005
|
-
/* @__PURE__ */ (0,
|
|
1006
|
-
/* @__PURE__ */ (0,
|
|
1428
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("defs", { children: [
|
|
1429
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1007
1430
|
"filter",
|
|
1008
1431
|
{
|
|
1009
1432
|
id: "filter0_f_48_113",
|
|
@@ -1014,13 +1437,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1014
1437
|
filterUnits: "userSpaceOnUse",
|
|
1015
1438
|
colorInterpolationFilters: "sRGB",
|
|
1016
1439
|
children: [
|
|
1017
|
-
/* @__PURE__ */ (0,
|
|
1018
|
-
/* @__PURE__ */ (0,
|
|
1019
|
-
/* @__PURE__ */ (0,
|
|
1440
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1442
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1020
1443
|
]
|
|
1021
1444
|
}
|
|
1022
1445
|
),
|
|
1023
|
-
/* @__PURE__ */ (0,
|
|
1446
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1024
1447
|
"filter",
|
|
1025
1448
|
{
|
|
1026
1449
|
id: "filter1_f_48_113",
|
|
@@ -1031,13 +1454,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1031
1454
|
filterUnits: "userSpaceOnUse",
|
|
1032
1455
|
colorInterpolationFilters: "sRGB",
|
|
1033
1456
|
children: [
|
|
1034
|
-
/* @__PURE__ */ (0,
|
|
1035
|
-
/* @__PURE__ */ (0,
|
|
1036
|
-
/* @__PURE__ */ (0,
|
|
1457
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1458
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1037
1460
|
]
|
|
1038
1461
|
}
|
|
1039
1462
|
),
|
|
1040
|
-
/* @__PURE__ */ (0,
|
|
1463
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1041
1464
|
"filter",
|
|
1042
1465
|
{
|
|
1043
1466
|
id: "filter2_f_48_113",
|
|
@@ -1048,13 +1471,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1048
1471
|
filterUnits: "userSpaceOnUse",
|
|
1049
1472
|
colorInterpolationFilters: "sRGB",
|
|
1050
1473
|
children: [
|
|
1051
|
-
/* @__PURE__ */ (0,
|
|
1052
|
-
/* @__PURE__ */ (0,
|
|
1053
|
-
/* @__PURE__ */ (0,
|
|
1474
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1475
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1476
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1054
1477
|
]
|
|
1055
1478
|
}
|
|
1056
1479
|
),
|
|
1057
|
-
/* @__PURE__ */ (0,
|
|
1480
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1058
1481
|
"filter",
|
|
1059
1482
|
{
|
|
1060
1483
|
id: "filter3_f_48_113",
|
|
@@ -1065,13 +1488,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1065
1488
|
filterUnits: "userSpaceOnUse",
|
|
1066
1489
|
colorInterpolationFilters: "sRGB",
|
|
1067
1490
|
children: [
|
|
1068
|
-
/* @__PURE__ */ (0,
|
|
1069
|
-
/* @__PURE__ */ (0,
|
|
1070
|
-
/* @__PURE__ */ (0,
|
|
1491
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1492
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1493
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1071
1494
|
]
|
|
1072
1495
|
}
|
|
1073
1496
|
),
|
|
1074
|
-
/* @__PURE__ */ (0,
|
|
1497
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1075
1498
|
"filter",
|
|
1076
1499
|
{
|
|
1077
1500
|
id: "filter4_f_48_113",
|
|
@@ -1082,13 +1505,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1082
1505
|
filterUnits: "userSpaceOnUse",
|
|
1083
1506
|
colorInterpolationFilters: "sRGB",
|
|
1084
1507
|
children: [
|
|
1085
|
-
/* @__PURE__ */ (0,
|
|
1086
|
-
/* @__PURE__ */ (0,
|
|
1087
|
-
/* @__PURE__ */ (0,
|
|
1508
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1510
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1088
1511
|
]
|
|
1089
1512
|
}
|
|
1090
1513
|
),
|
|
1091
|
-
/* @__PURE__ */ (0,
|
|
1514
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1092
1515
|
"filter",
|
|
1093
1516
|
{
|
|
1094
1517
|
id: "filter5_f_48_113",
|
|
@@ -1099,13 +1522,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1099
1522
|
filterUnits: "userSpaceOnUse",
|
|
1100
1523
|
colorInterpolationFilters: "sRGB",
|
|
1101
1524
|
children: [
|
|
1102
|
-
/* @__PURE__ */ (0,
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1104
|
-
/* @__PURE__ */ (0,
|
|
1525
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1526
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1527
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1105
1528
|
]
|
|
1106
1529
|
}
|
|
1107
1530
|
),
|
|
1108
|
-
/* @__PURE__ */ (0,
|
|
1531
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1109
1532
|
"filter",
|
|
1110
1533
|
{
|
|
1111
1534
|
id: "filter6_f_48_113",
|
|
@@ -1116,13 +1539,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1116
1539
|
filterUnits: "userSpaceOnUse",
|
|
1117
1540
|
colorInterpolationFilters: "sRGB",
|
|
1118
1541
|
children: [
|
|
1119
|
-
/* @__PURE__ */ (0,
|
|
1120
|
-
/* @__PURE__ */ (0,
|
|
1121
|
-
/* @__PURE__ */ (0,
|
|
1542
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1544
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1122
1545
|
]
|
|
1123
1546
|
}
|
|
1124
1547
|
),
|
|
1125
|
-
/* @__PURE__ */ (0,
|
|
1548
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1126
1549
|
"filter",
|
|
1127
1550
|
{
|
|
1128
1551
|
id: "filter7_f_48_113",
|
|
@@ -1133,13 +1556,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1133
1556
|
filterUnits: "userSpaceOnUse",
|
|
1134
1557
|
colorInterpolationFilters: "sRGB",
|
|
1135
1558
|
children: [
|
|
1136
|
-
/* @__PURE__ */ (0,
|
|
1137
|
-
/* @__PURE__ */ (0,
|
|
1138
|
-
/* @__PURE__ */ (0,
|
|
1559
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1560
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1561
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1139
1562
|
]
|
|
1140
1563
|
}
|
|
1141
1564
|
),
|
|
1142
|
-
/* @__PURE__ */ (0,
|
|
1565
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1143
1566
|
"filter",
|
|
1144
1567
|
{
|
|
1145
1568
|
id: "filter8_f_48_113",
|
|
@@ -1150,13 +1573,13 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1150
1573
|
filterUnits: "userSpaceOnUse",
|
|
1151
1574
|
colorInterpolationFilters: "sRGB",
|
|
1152
1575
|
children: [
|
|
1153
|
-
/* @__PURE__ */ (0,
|
|
1154
|
-
/* @__PURE__ */ (0,
|
|
1155
|
-
/* @__PURE__ */ (0,
|
|
1576
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1577
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1578
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1156
1579
|
]
|
|
1157
1580
|
}
|
|
1158
1581
|
),
|
|
1159
|
-
/* @__PURE__ */ (0,
|
|
1582
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1160
1583
|
"radialGradient",
|
|
1161
1584
|
{
|
|
1162
1585
|
id: "paint0_radial_48_113",
|
|
@@ -1166,20 +1589,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1166
1589
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1167
1590
|
gradientUnits: "userSpaceOnUse",
|
|
1168
1591
|
children: [
|
|
1169
|
-
/* @__PURE__ */ (0,
|
|
1170
|
-
/* @__PURE__ */ (0,
|
|
1171
|
-
/* @__PURE__ */ (0,
|
|
1172
|
-
/* @__PURE__ */ (0,
|
|
1173
|
-
/* @__PURE__ */ (0,
|
|
1174
|
-
/* @__PURE__ */ (0,
|
|
1175
|
-
/* @__PURE__ */ (0,
|
|
1176
|
-
/* @__PURE__ */ (0,
|
|
1177
|
-
/* @__PURE__ */ (0,
|
|
1178
|
-
/* @__PURE__ */ (0,
|
|
1592
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1593
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1594
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1595
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1596
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1597
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1598
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1599
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1600
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1601
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1179
1602
|
]
|
|
1180
1603
|
}
|
|
1181
1604
|
),
|
|
1182
|
-
/* @__PURE__ */ (0,
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1183
1606
|
"radialGradient",
|
|
1184
1607
|
{
|
|
1185
1608
|
id: "paint1_radial_48_113",
|
|
@@ -1189,12 +1612,12 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1189
1612
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1190
1613
|
gradientUnits: "userSpaceOnUse",
|
|
1191
1614
|
children: [
|
|
1192
|
-
/* @__PURE__ */ (0,
|
|
1193
|
-
/* @__PURE__ */ (0,
|
|
1615
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1616
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1194
1617
|
]
|
|
1195
1618
|
}
|
|
1196
1619
|
),
|
|
1197
|
-
/* @__PURE__ */ (0,
|
|
1620
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1198
1621
|
"radialGradient",
|
|
1199
1622
|
{
|
|
1200
1623
|
id: "paint2_radial_48_113",
|
|
@@ -1204,18 +1627,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1204
1627
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1205
1628
|
gradientUnits: "userSpaceOnUse",
|
|
1206
1629
|
children: [
|
|
1207
|
-
/* @__PURE__ */ (0,
|
|
1208
|
-
/* @__PURE__ */ (0,
|
|
1209
|
-
/* @__PURE__ */ (0,
|
|
1210
|
-
/* @__PURE__ */ (0,
|
|
1211
|
-
/* @__PURE__ */ (0,
|
|
1212
|
-
/* @__PURE__ */ (0,
|
|
1213
|
-
/* @__PURE__ */ (0,
|
|
1214
|
-
/* @__PURE__ */ (0,
|
|
1630
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1631
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1632
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1633
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1634
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1635
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1636
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1637
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1215
1638
|
]
|
|
1216
1639
|
}
|
|
1217
1640
|
),
|
|
1218
|
-
/* @__PURE__ */ (0,
|
|
1641
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1219
1642
|
"radialGradient",
|
|
1220
1643
|
{
|
|
1221
1644
|
id: "paint3_radial_48_113",
|
|
@@ -1225,19 +1648,19 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1225
1648
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1226
1649
|
gradientUnits: "userSpaceOnUse",
|
|
1227
1650
|
children: [
|
|
1228
|
-
/* @__PURE__ */ (0,
|
|
1229
|
-
/* @__PURE__ */ (0,
|
|
1230
|
-
/* @__PURE__ */ (0,
|
|
1231
|
-
/* @__PURE__ */ (0,
|
|
1232
|
-
/* @__PURE__ */ (0,
|
|
1233
|
-
/* @__PURE__ */ (0,
|
|
1234
|
-
/* @__PURE__ */ (0,
|
|
1235
|
-
/* @__PURE__ */ (0,
|
|
1236
|
-
/* @__PURE__ */ (0,
|
|
1651
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1652
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1653
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1654
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1655
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1656
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1657
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1659
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1237
1660
|
]
|
|
1238
1661
|
}
|
|
1239
1662
|
),
|
|
1240
|
-
/* @__PURE__ */ (0,
|
|
1663
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1241
1664
|
"radialGradient",
|
|
1242
1665
|
{
|
|
1243
1666
|
id: "paint4_radial_48_113",
|
|
@@ -1247,18 +1670,18 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1247
1670
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1248
1671
|
gradientUnits: "userSpaceOnUse",
|
|
1249
1672
|
children: [
|
|
1250
|
-
/* @__PURE__ */ (0,
|
|
1251
|
-
/* @__PURE__ */ (0,
|
|
1252
|
-
/* @__PURE__ */ (0,
|
|
1253
|
-
/* @__PURE__ */ (0,
|
|
1254
|
-
/* @__PURE__ */ (0,
|
|
1255
|
-
/* @__PURE__ */ (0,
|
|
1256
|
-
/* @__PURE__ */ (0,
|
|
1257
|
-
/* @__PURE__ */ (0,
|
|
1673
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1674
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1675
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1676
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1678
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1679
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1680
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1258
1681
|
]
|
|
1259
1682
|
}
|
|
1260
1683
|
),
|
|
1261
|
-
/* @__PURE__ */ (0,
|
|
1684
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1262
1685
|
"radialGradient",
|
|
1263
1686
|
{
|
|
1264
1687
|
id: "paint5_radial_48_113",
|
|
@@ -1268,15 +1691,15 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1268
1691
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1269
1692
|
gradientUnits: "userSpaceOnUse",
|
|
1270
1693
|
children: [
|
|
1271
|
-
/* @__PURE__ */ (0,
|
|
1272
|
-
/* @__PURE__ */ (0,
|
|
1273
|
-
/* @__PURE__ */ (0,
|
|
1274
|
-
/* @__PURE__ */ (0,
|
|
1275
|
-
/* @__PURE__ */ (0,
|
|
1694
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1695
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1696
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1697
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1698
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1276
1699
|
]
|
|
1277
1700
|
}
|
|
1278
1701
|
),
|
|
1279
|
-
/* @__PURE__ */ (0,
|
|
1702
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1280
1703
|
"radialGradient",
|
|
1281
1704
|
{
|
|
1282
1705
|
id: "paint6_radial_48_113",
|
|
@@ -1286,20 +1709,20 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1286
1709
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1287
1710
|
gradientUnits: "userSpaceOnUse",
|
|
1288
1711
|
children: [
|
|
1289
|
-
/* @__PURE__ */ (0,
|
|
1290
|
-
/* @__PURE__ */ (0,
|
|
1291
|
-
/* @__PURE__ */ (0,
|
|
1292
|
-
/* @__PURE__ */ (0,
|
|
1293
|
-
/* @__PURE__ */ (0,
|
|
1294
|
-
/* @__PURE__ */ (0,
|
|
1295
|
-
/* @__PURE__ */ (0,
|
|
1296
|
-
/* @__PURE__ */ (0,
|
|
1297
|
-
/* @__PURE__ */ (0,
|
|
1298
|
-
/* @__PURE__ */ (0,
|
|
1712
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1714
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1715
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1717
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1718
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1719
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1720
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1721
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
1299
1722
|
]
|
|
1300
1723
|
}
|
|
1301
1724
|
),
|
|
1302
|
-
/* @__PURE__ */ (0,
|
|
1725
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
1303
1726
|
"linearGradient",
|
|
1304
1727
|
{
|
|
1305
1728
|
id: "paint7_linear_48_113",
|
|
@@ -1309,8 +1732,8 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1309
1732
|
y2: "21.5116",
|
|
1310
1733
|
gradientUnits: "userSpaceOnUse",
|
|
1311
1734
|
children: [
|
|
1312
|
-
/* @__PURE__ */ (0,
|
|
1313
|
-
/* @__PURE__ */ (0,
|
|
1735
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
1736
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1314
1737
|
]
|
|
1315
1738
|
}
|
|
1316
1739
|
)
|
|
@@ -1318,7 +1741,7 @@ var import_jsx_runtime51 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1318
1741
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1319
1742
|
|
|
1320
1743
|
// src/components/Handtool.tsx
|
|
1321
|
-
var
|
|
1744
|
+
var import_jsx_runtime71 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
1322
1745
|
"path",
|
|
1323
1746
|
{
|
|
1324
1747
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,16 +1750,16 @@ var import_jsx_runtime52 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
1327
1750
|
) }), Handtool_default = IconHandtool;
|
|
1328
1751
|
|
|
1329
1752
|
// src/components/Help.tsx
|
|
1330
|
-
var
|
|
1331
|
-
/* @__PURE__ */ (0,
|
|
1332
|
-
/* @__PURE__ */ (0,
|
|
1753
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1754
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1333
1756
|
"path",
|
|
1334
1757
|
{
|
|
1335
1758
|
fill: stroke || color || "currentColor",
|
|
1336
1759
|
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"
|
|
1337
1760
|
}
|
|
1338
1761
|
),
|
|
1339
|
-
/* @__PURE__ */ (0,
|
|
1762
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1340
1763
|
"path",
|
|
1341
1764
|
{
|
|
1342
1765
|
fill: stroke || color || "currentColor",
|
|
@@ -1348,7 +1771,7 @@ var import_jsx_runtime53 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
1348
1771
|
] }), Help_default = IconHelp;
|
|
1349
1772
|
|
|
1350
1773
|
// src/components/HomepageFilled.tsx
|
|
1351
|
-
var
|
|
1774
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1352
1775
|
"path",
|
|
1353
1776
|
{
|
|
1354
1777
|
fill: fill || color || "currentColor",
|
|
@@ -1358,16 +1781,26 @@ var import_jsx_runtime54 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
1358
1781
|
}
|
|
1359
1782
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1360
1783
|
|
|
1784
|
+
// src/components/Hotareacenter.tsx
|
|
1785
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconHotareacenter = ({ 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)(
|
|
1786
|
+
"path",
|
|
1787
|
+
{
|
|
1788
|
+
fill: "#191919",
|
|
1789
|
+
stroke: stroke || color || "currentColor",
|
|
1790
|
+
d: "M12.9619 0.5V11.0381H23.5V12.9619H12.9619V23.5H11.0381V12.9619H0.5V11.0381H11.0381V0.5H12.9619Z"
|
|
1791
|
+
}
|
|
1792
|
+
) }), Hotareacenter_default = IconHotareacenter;
|
|
1793
|
+
|
|
1361
1794
|
// src/components/ImageGeneration.tsx
|
|
1362
|
-
var
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1795
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1796
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1364
1797
|
"path",
|
|
1365
1798
|
{
|
|
1366
1799
|
fill: stroke || color || "currentColor",
|
|
1367
1800
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.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"
|
|
1368
1801
|
}
|
|
1369
1802
|
),
|
|
1370
|
-
/* @__PURE__ */ (0,
|
|
1803
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1371
1804
|
"path",
|
|
1372
1805
|
{
|
|
1373
1806
|
fill: stroke || color || "currentColor",
|
|
@@ -1377,8 +1810,8 @@ var import_jsx_runtime55 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
1377
1810
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1378
1811
|
|
|
1379
1812
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1380
|
-
var
|
|
1381
|
-
/* @__PURE__ */ (0,
|
|
1813
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ 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: [
|
|
1814
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1382
1815
|
"path",
|
|
1383
1816
|
{
|
|
1384
1817
|
fill: fill || color || "currentColor",
|
|
@@ -1387,7 +1820,7 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1387
1820
|
clipRule: "evenodd"
|
|
1388
1821
|
}
|
|
1389
1822
|
),
|
|
1390
|
-
/* @__PURE__ */ (0,
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1391
1824
|
"path",
|
|
1392
1825
|
{
|
|
1393
1826
|
fill: fill || color || "currentColor",
|
|
@@ -1397,10 +1830,10 @@ var import_jsx_runtime56 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
1397
1830
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1398
1831
|
|
|
1399
1832
|
// src/components/Info.tsx
|
|
1400
|
-
var
|
|
1401
|
-
/* @__PURE__ */ (0,
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1403
|
-
/* @__PURE__ */ (0,
|
|
1833
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1834
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1835
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1836
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1404
1837
|
"path",
|
|
1405
1838
|
{
|
|
1406
1839
|
fill: stroke || color || "currentColor",
|
|
@@ -1412,7 +1845,7 @@ var import_jsx_runtime57 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
1412
1845
|
] }), Info_default = IconInfo;
|
|
1413
1846
|
|
|
1414
1847
|
// src/components/Invitecode.tsx
|
|
1415
|
-
var
|
|
1848
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1416
1849
|
"path",
|
|
1417
1850
|
{
|
|
1418
1851
|
fill: fill || color || "currentColor",
|
|
@@ -1422,45 +1855,45 @@ var import_jsx_runtime58 = require("react/jsx-runtime"), IconInvitecode = ({ siz
|
|
|
1422
1855
|
}
|
|
1423
1856
|
) }), Invitecode_default = IconInvitecode;
|
|
1424
1857
|
|
|
1858
|
+
// src/components/LeftFilled.tsx
|
|
1859
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconLeftFilled = ({ 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)(
|
|
1860
|
+
"path",
|
|
1861
|
+
{
|
|
1862
|
+
fill: fill || color || "currentColor",
|
|
1863
|
+
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",
|
|
1864
|
+
fillRule: "evenodd",
|
|
1865
|
+
clipRule: "evenodd"
|
|
1866
|
+
}
|
|
1867
|
+
) }), LeftFilled_default = IconLeftFilled;
|
|
1868
|
+
|
|
1425
1869
|
// src/components/Loading.tsx
|
|
1426
|
-
var
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
id: "image0_78_19",
|
|
1443
|
-
width: "200",
|
|
1444
|
-
height: "200",
|
|
1445
|
-
preserveAspectRatio: "none",
|
|
1446
|
-
xlinkHref: "data:image/png;base64,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"
|
|
1447
|
-
}
|
|
1448
|
-
)
|
|
1449
|
-
] })
|
|
1450
|
-
]
|
|
1451
|
-
}
|
|
1452
|
-
), Loading_default = IconLoading;
|
|
1870
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1871
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1872
|
+
"path",
|
|
1873
|
+
{
|
|
1874
|
+
fill: stroke || color || "currentColor",
|
|
1875
|
+
d: "M21.4999 12C21.4999 6.75334 17.2467 2.50005 12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12C2.49999 17.2467 6.75328 21.5 12 21.5V24C5.37257 24 0 18.6274 0 12C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05C18.6274 6.1035e-05 23.9999 5.37263 23.9999 12C23.9999 18.6274 18.6274 24 12 24V21.5C17.2467 21.5 21.4999 17.2467 21.4999 12Z"
|
|
1876
|
+
}
|
|
1877
|
+
),
|
|
1878
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1879
|
+
"path",
|
|
1880
|
+
{
|
|
1881
|
+
fill: fill || color || "currentColor",
|
|
1882
|
+
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"
|
|
1883
|
+
}
|
|
1884
|
+
)
|
|
1885
|
+
] }), Loading_default = IconLoading;
|
|
1453
1886
|
|
|
1454
1887
|
// src/components/Login.tsx
|
|
1455
|
-
var
|
|
1456
|
-
/* @__PURE__ */ (0,
|
|
1888
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconLogin = ({ 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: [
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1457
1890
|
"path",
|
|
1458
1891
|
{
|
|
1459
1892
|
fill: stroke || color || "currentColor",
|
|
1460
1893
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1461
1894
|
}
|
|
1462
1895
|
),
|
|
1463
|
-
/* @__PURE__ */ (0,
|
|
1896
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1464
1897
|
"path",
|
|
1465
1898
|
{
|
|
1466
1899
|
fill: stroke || color || "currentColor",
|
|
@@ -1472,8 +1905,8 @@ var import_jsx_runtime60 = require("react/jsx-runtime"), IconLogin = ({ size, wi
|
|
|
1472
1905
|
] }), Login_default = IconLogin;
|
|
1473
1906
|
|
|
1474
1907
|
// src/components/Logout.tsx
|
|
1475
|
-
var
|
|
1476
|
-
/* @__PURE__ */ (0,
|
|
1908
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconLogout = ({ 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: [
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1477
1910
|
"path",
|
|
1478
1911
|
{
|
|
1479
1912
|
fill: stroke || color || "currentColor",
|
|
@@ -1482,7 +1915,7 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1482
1915
|
clipRule: "evenodd"
|
|
1483
1916
|
}
|
|
1484
1917
|
),
|
|
1485
|
-
/* @__PURE__ */ (0,
|
|
1918
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1486
1919
|
"path",
|
|
1487
1920
|
{
|
|
1488
1921
|
fill: stroke || color || "currentColor",
|
|
@@ -1492,17 +1925,26 @@ var import_jsx_runtime61 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
1492
1925
|
] }), Logout_default = IconLogout;
|
|
1493
1926
|
|
|
1494
1927
|
// src/components/ModelGeminiFilled.tsx
|
|
1495
|
-
var
|
|
1928
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1496
1929
|
"path",
|
|
1497
1930
|
{
|
|
1498
1931
|
fill: fill || color || "currentColor",
|
|
1499
|
-
d: "
|
|
1932
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
1500
1933
|
}
|
|
1501
1934
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1502
1935
|
|
|
1936
|
+
// src/components/ModelOpenaiFilled.tsx
|
|
1937
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ 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)(
|
|
1938
|
+
"path",
|
|
1939
|
+
{
|
|
1940
|
+
fill: fill || color || "currentColor",
|
|
1941
|
+
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
1942
|
+
}
|
|
1943
|
+
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1944
|
+
|
|
1503
1945
|
// src/components/ModelDeepmindFilled.tsx
|
|
1504
|
-
var
|
|
1505
|
-
/* @__PURE__ */ (0,
|
|
1946
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1506
1948
|
"path",
|
|
1507
1949
|
{
|
|
1508
1950
|
fill: fill || color || "currentColor",
|
|
@@ -1511,27 +1953,27 @@ var import_jsx_runtime63 = require("react/jsx-runtime"), IconModelDeepmindFilled
|
|
|
1511
1953
|
clipRule: "evenodd"
|
|
1512
1954
|
}
|
|
1513
1955
|
) }),
|
|
1514
|
-
/* @__PURE__ */ (0,
|
|
1956
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1515
1957
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1516
1958
|
|
|
1517
1959
|
// src/components/ModelSeedFilled.tsx
|
|
1518
|
-
var
|
|
1519
|
-
/* @__PURE__ */ (0,
|
|
1520
|
-
/* @__PURE__ */ (0,
|
|
1960
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconModelSeedFilled = ({ 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: [
|
|
1961
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
1962
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1521
1963
|
"path",
|
|
1522
1964
|
{
|
|
1523
1965
|
fill: fill || color || "currentColor",
|
|
1524
1966
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1525
1967
|
}
|
|
1526
1968
|
),
|
|
1527
|
-
/* @__PURE__ */ (0,
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1528
1970
|
"path",
|
|
1529
1971
|
{
|
|
1530
1972
|
fill: fill || color || "currentColor",
|
|
1531
1973
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1532
1974
|
}
|
|
1533
1975
|
),
|
|
1534
|
-
/* @__PURE__ */ (0,
|
|
1976
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1535
1977
|
"path",
|
|
1536
1978
|
{
|
|
1537
1979
|
fill: fill || color || "currentColor",
|
|
@@ -1541,7 +1983,7 @@ var import_jsx_runtime64 = require("react/jsx-runtime"), IconModelSeedFilled = (
|
|
|
1541
1983
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1542
1984
|
|
|
1543
1985
|
// src/components/ModelSoraFilled.tsx
|
|
1544
|
-
var
|
|
1986
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1545
1987
|
"path",
|
|
1546
1988
|
{
|
|
1547
1989
|
fill: fill || color || "currentColor",
|
|
@@ -1550,7 +1992,7 @@ var import_jsx_runtime65 = require("react/jsx-runtime"), IconModelSoraFilled = (
|
|
|
1550
1992
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1551
1993
|
|
|
1552
1994
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1553
|
-
var
|
|
1995
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
1554
1996
|
size,
|
|
1555
1997
|
width,
|
|
1556
1998
|
height,
|
|
@@ -1558,64 +2000,64 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1558
2000
|
className,
|
|
1559
2001
|
fill,
|
|
1560
2002
|
stroke
|
|
1561
|
-
}) => /* @__PURE__ */ (0,
|
|
1562
|
-
/* @__PURE__ */ (0,
|
|
2003
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2004
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1563
2005
|
"path",
|
|
1564
2006
|
{
|
|
1565
2007
|
fill: "#5A5C62",
|
|
1566
2008
|
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"
|
|
1567
2009
|
}
|
|
1568
2010
|
),
|
|
1569
|
-
/* @__PURE__ */ (0,
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1570
2012
|
"path",
|
|
1571
2013
|
{
|
|
1572
2014
|
fill: "#D5D6D7",
|
|
1573
2015
|
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"
|
|
1574
2016
|
}
|
|
1575
2017
|
),
|
|
1576
|
-
/* @__PURE__ */ (0,
|
|
2018
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1577
2019
|
"path",
|
|
1578
2020
|
{
|
|
1579
2021
|
fill: "#C4C5C7",
|
|
1580
2022
|
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"
|
|
1581
2023
|
}
|
|
1582
2024
|
),
|
|
1583
|
-
/* @__PURE__ */ (0,
|
|
2025
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1584
2026
|
"path",
|
|
1585
2027
|
{
|
|
1586
2028
|
fill: "#7B7C81",
|
|
1587
2029
|
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"
|
|
1588
2030
|
}
|
|
1589
2031
|
),
|
|
1590
|
-
/* @__PURE__ */ (0,
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1591
2033
|
"path",
|
|
1592
2034
|
{
|
|
1593
2035
|
fill: "#85878B",
|
|
1594
2036
|
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"
|
|
1595
2037
|
}
|
|
1596
2038
|
),
|
|
1597
|
-
/* @__PURE__ */ (0,
|
|
2039
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1598
2040
|
"path",
|
|
1599
2041
|
{
|
|
1600
2042
|
fill: "#1B1D24",
|
|
1601
2043
|
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"
|
|
1602
2044
|
}
|
|
1603
2045
|
),
|
|
1604
|
-
/* @__PURE__ */ (0,
|
|
2046
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1605
2047
|
"path",
|
|
1606
2048
|
{
|
|
1607
2049
|
fill: "#D5D6D7",
|
|
1608
2050
|
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"
|
|
1609
2051
|
}
|
|
1610
2052
|
),
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
2053
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1612
2054
|
"path",
|
|
1613
2055
|
{
|
|
1614
2056
|
fill: "#85878B",
|
|
1615
2057
|
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"
|
|
1616
2058
|
}
|
|
1617
2059
|
),
|
|
1618
|
-
/* @__PURE__ */ (0,
|
|
2060
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1619
2061
|
"path",
|
|
1620
2062
|
{
|
|
1621
2063
|
fill: "#D5D6D7",
|
|
@@ -1625,7 +2067,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime"), IconModelNanobananaLogo
|
|
|
1625
2067
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1626
2068
|
|
|
1627
2069
|
// src/components/Models.tsx
|
|
1628
|
-
var
|
|
2070
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconModels = ({ 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)(
|
|
1629
2071
|
"path",
|
|
1630
2072
|
{
|
|
1631
2073
|
fill: stroke || color || "currentColor",
|
|
@@ -1635,23 +2077,66 @@ var import_jsx_runtime67 = require("react/jsx-runtime"), IconModels = ({ size, w
|
|
|
1635
2077
|
}
|
|
1636
2078
|
) }), Models_default = IconModels;
|
|
1637
2079
|
|
|
2080
|
+
// src/components/MoreCollapse.tsx
|
|
2081
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconMoreCollapse = ({ 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)(
|
|
2082
|
+
"path",
|
|
2083
|
+
{
|
|
2084
|
+
fill: stroke || color || "currentColor",
|
|
2085
|
+
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.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75ZM17.2959 10.5459L15.7051 8.95508L12 12.6592L8.2959 8.95508L6.70508 10.5459L12 15.8408L17.2959 10.5459Z"
|
|
2086
|
+
}
|
|
2087
|
+
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2088
|
+
|
|
2089
|
+
// src/components/MoreHorizontal.tsx
|
|
2090
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconMoreHorizontal = ({ 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: [
|
|
2091
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2092
|
+
"path",
|
|
2093
|
+
{
|
|
2094
|
+
fill: stroke || color || "currentColor",
|
|
2095
|
+
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
2096
|
+
}
|
|
2097
|
+
),
|
|
2098
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2099
|
+
"path",
|
|
2100
|
+
{
|
|
2101
|
+
fill: stroke || color || "currentColor",
|
|
2102
|
+
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
2103
|
+
}
|
|
2104
|
+
),
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2106
|
+
"path",
|
|
2107
|
+
{
|
|
2108
|
+
fill: stroke || color || "currentColor",
|
|
2109
|
+
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"
|
|
2110
|
+
}
|
|
2111
|
+
)
|
|
2112
|
+
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2113
|
+
|
|
2114
|
+
// src/components/MoreShowed.tsx
|
|
2115
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2116
|
+
"path",
|
|
2117
|
+
{
|
|
2118
|
+
fill: stroke || color || "currentColor",
|
|
2119
|
+
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 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM17.2959 13.4551L15.7051 15.0459L12 11.3408L8.2959 15.0459L6.70508 13.4551L12 8.15918L17.2959 13.4551Z"
|
|
2120
|
+
}
|
|
2121
|
+
) }), MoreShowed_default = IconMoreShowed;
|
|
2122
|
+
|
|
1638
2123
|
// src/components/More.tsx
|
|
1639
|
-
var
|
|
1640
|
-
/* @__PURE__ */ (0,
|
|
2124
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
1641
2126
|
"path",
|
|
1642
2127
|
{
|
|
1643
2128
|
fill: stroke || color || "currentColor",
|
|
1644
2129
|
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"
|
|
1645
2130
|
}
|
|
1646
2131
|
),
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
2132
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
1648
2133
|
"path",
|
|
1649
2134
|
{
|
|
1650
2135
|
fill: stroke || color || "currentColor",
|
|
1651
2136
|
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"
|
|
1652
2137
|
}
|
|
1653
2138
|
),
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
2139
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
1655
2140
|
"path",
|
|
1656
2141
|
{
|
|
1657
2142
|
fill: stroke || color || "currentColor",
|
|
@@ -1661,29 +2146,29 @@ var import_jsx_runtime68 = require("react/jsx-runtime"), IconMore = ({ size, wid
|
|
|
1661
2146
|
] }), More_default = IconMore;
|
|
1662
2147
|
|
|
1663
2148
|
// src/components/Moresettings.tsx
|
|
1664
|
-
var
|
|
1665
|
-
/* @__PURE__ */ (0,
|
|
2149
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2150
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1666
2151
|
"path",
|
|
1667
2152
|
{
|
|
1668
2153
|
fill: stroke || color || "currentColor",
|
|
1669
2154
|
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"
|
|
1670
2155
|
}
|
|
1671
2156
|
),
|
|
1672
|
-
/* @__PURE__ */ (0,
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1673
2158
|
"path",
|
|
1674
2159
|
{
|
|
1675
2160
|
fill: stroke || color || "currentColor",
|
|
1676
2161
|
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"
|
|
1677
2162
|
}
|
|
1678
2163
|
),
|
|
1679
|
-
/* @__PURE__ */ (0,
|
|
2164
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1680
2165
|
"path",
|
|
1681
2166
|
{
|
|
1682
2167
|
fill: stroke || color || "currentColor",
|
|
1683
2168
|
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"
|
|
1684
2169
|
}
|
|
1685
2170
|
),
|
|
1686
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
1687
2172
|
"path",
|
|
1688
2173
|
{
|
|
1689
2174
|
fill: stroke || color || "currentColor",
|
|
@@ -1694,8 +2179,69 @@ var import_jsx_runtime69 = require("react/jsx-runtime"), IconMoresettings = ({ s
|
|
|
1694
2179
|
)
|
|
1695
2180
|
] }), Moresettings_default = IconMoresettings;
|
|
1696
2181
|
|
|
2182
|
+
// src/components/MouseDrag.tsx
|
|
2183
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2184
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2185
|
+
"path",
|
|
2186
|
+
{
|
|
2187
|
+
fill: fill || color || "currentColor",
|
|
2188
|
+
stroke: stroke || color || "currentColor",
|
|
2189
|
+
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2190
|
+
}
|
|
2191
|
+
),
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2193
|
+
"path",
|
|
2194
|
+
{
|
|
2195
|
+
fill: fill || color || "currentColor",
|
|
2196
|
+
stroke: stroke || color || "currentColor",
|
|
2197
|
+
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2198
|
+
}
|
|
2199
|
+
),
|
|
2200
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2201
|
+
"path",
|
|
2202
|
+
{
|
|
2203
|
+
fill: fill || color || "currentColor",
|
|
2204
|
+
stroke: stroke || color || "currentColor",
|
|
2205
|
+
d: "M17.207 7.5L21.707 12L17.207 16.5H15.5V7.5H17.207Z"
|
|
2206
|
+
}
|
|
2207
|
+
)
|
|
2208
|
+
] }), MouseDrag_default = IconMouseDrag;
|
|
2209
|
+
|
|
2210
|
+
// src/components/MouseMove.tsx
|
|
2211
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2212
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2213
|
+
"path",
|
|
2214
|
+
{
|
|
2215
|
+
fill: fill || color || "currentColor",
|
|
2216
|
+
stroke: stroke || color || "currentColor",
|
|
2217
|
+
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
2218
|
+
}
|
|
2219
|
+
) }),
|
|
2220
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2221
|
+
] }), MouseMove_default = IconMouseMove;
|
|
2222
|
+
|
|
2223
|
+
// src/components/MouseNumberchange.tsx
|
|
2224
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconMouseNumberchange = ({ 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: [
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2226
|
+
"path",
|
|
2227
|
+
{
|
|
2228
|
+
fill: fill || color || "currentColor",
|
|
2229
|
+
stroke: stroke || color || "currentColor",
|
|
2230
|
+
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2231
|
+
}
|
|
2232
|
+
),
|
|
2233
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2234
|
+
"path",
|
|
2235
|
+
{
|
|
2236
|
+
fill: fill || color || "currentColor",
|
|
2237
|
+
stroke: stroke || color || "currentColor",
|
|
2238
|
+
d: "M13.5 17L14.6943 17L23.0283 12L14.6943 7L13.5 7L13.5 17Z"
|
|
2239
|
+
}
|
|
2240
|
+
)
|
|
2241
|
+
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2242
|
+
|
|
1697
2243
|
// src/components/Musicassets.tsx
|
|
1698
|
-
var
|
|
2244
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconMusicassets = ({ 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)(
|
|
1699
2245
|
"path",
|
|
1700
2246
|
{
|
|
1701
2247
|
fill: stroke || color || "currentColor",
|
|
@@ -1706,8 +2252,8 @@ var import_jsx_runtime70 = require("react/jsx-runtime"), IconMusicassets = ({ si
|
|
|
1706
2252
|
) }), Musicassets_default = IconMusicassets;
|
|
1707
2253
|
|
|
1708
2254
|
// src/components/Mute.tsx
|
|
1709
|
-
var
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
2255
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconMute = ({ 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: [
|
|
2256
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1711
2257
|
"path",
|
|
1712
2258
|
{
|
|
1713
2259
|
fill: stroke || color || "currentColor",
|
|
@@ -1716,7 +2262,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1716
2262
|
clipRule: "evenodd"
|
|
1717
2263
|
}
|
|
1718
2264
|
),
|
|
1719
|
-
/* @__PURE__ */ (0,
|
|
2265
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
1720
2266
|
"path",
|
|
1721
2267
|
{
|
|
1722
2268
|
fill: stroke || color || "currentColor",
|
|
@@ -1726,7 +2272,7 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconMute = ({ size, wid
|
|
|
1726
2272
|
] }), Mute_default = IconMute;
|
|
1727
2273
|
|
|
1728
2274
|
// src/components/Next.tsx
|
|
1729
|
-
var
|
|
2275
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
1730
2276
|
"path",
|
|
1731
2277
|
{
|
|
1732
2278
|
fill: stroke || color || "currentColor",
|
|
@@ -1737,41 +2283,37 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconNext = ({ size, wid
|
|
|
1737
2283
|
) }), Next_default = IconNext;
|
|
1738
2284
|
|
|
1739
2285
|
// src/components/Nextscene.tsx
|
|
1740
|
-
var
|
|
1741
|
-
/* @__PURE__ */ (0,
|
|
1742
|
-
"
|
|
2286
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconNextscene = ({ 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: [
|
|
2287
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2288
|
+
"path",
|
|
1743
2289
|
{
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
x: "-0.75",
|
|
1747
|
-
y: "0.75",
|
|
1748
|
-
stroke: stroke || color || "currentColor",
|
|
1749
|
-
rx: "11.25",
|
|
1750
|
-
transform: "matrix(-1 0 0 1 22.5 0)",
|
|
1751
|
-
strokeWidth: "1.5"
|
|
2290
|
+
fill: stroke || color || "currentColor",
|
|
2291
|
+
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
1752
2292
|
}
|
|
1753
2293
|
),
|
|
1754
|
-
/* @__PURE__ */ (0,
|
|
2294
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
1755
2295
|
"path",
|
|
1756
2296
|
{
|
|
1757
2297
|
fill: stroke || color || "currentColor",
|
|
1758
|
-
d: "
|
|
2298
|
+
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",
|
|
2299
|
+
fillRule: "evenodd",
|
|
2300
|
+
clipRule: "evenodd"
|
|
1759
2301
|
}
|
|
1760
2302
|
)
|
|
1761
2303
|
] }), Nextscene_default = IconNextscene;
|
|
1762
2304
|
|
|
1763
2305
|
// src/components/Oneclickgenerate.tsx
|
|
1764
|
-
var
|
|
1765
|
-
/* @__PURE__ */ (0,
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
1767
|
-
/* @__PURE__ */ (0,
|
|
2306
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconOneclickgenerate = ({ 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: [
|
|
2307
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2309
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1768
2310
|
"path",
|
|
1769
2311
|
{
|
|
1770
2312
|
fill: stroke || color || "currentColor",
|
|
1771
2313
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1772
2314
|
}
|
|
1773
2315
|
),
|
|
1774
|
-
/* @__PURE__ */ (0,
|
|
2316
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
1775
2317
|
"path",
|
|
1776
2318
|
{
|
|
1777
2319
|
fill: stroke || color || "currentColor",
|
|
@@ -1783,8 +2325,8 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
1783
2325
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1784
2326
|
|
|
1785
2327
|
// src/components/Opendemo.tsx
|
|
1786
|
-
var
|
|
1787
|
-
/* @__PURE__ */ (0,
|
|
2328
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconOpendemo = ({ 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: [
|
|
2329
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
1788
2330
|
"path",
|
|
1789
2331
|
{
|
|
1790
2332
|
fill: stroke || color || "currentColor",
|
|
@@ -1793,14 +2335,102 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconOpendemo = ({ size,
|
|
|
1793
2335
|
clipRule: "evenodd"
|
|
1794
2336
|
}
|
|
1795
2337
|
),
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
2338
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1797
2339
|
] }), Opendemo_default = IconOpendemo;
|
|
1798
2340
|
|
|
2341
|
+
// src/components/OppsFilled.tsx
|
|
2342
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconOppsFilled = ({ 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)(
|
|
2343
|
+
"path",
|
|
2344
|
+
{
|
|
2345
|
+
fill: fill || color || "currentColor",
|
|
2346
|
+
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",
|
|
2347
|
+
fillRule: "evenodd",
|
|
2348
|
+
clipRule: "evenodd"
|
|
2349
|
+
}
|
|
2350
|
+
) }), OppsFilled_default = IconOppsFilled;
|
|
2351
|
+
|
|
2352
|
+
// src/components/OptionalcheckedFilled.tsx
|
|
2353
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2354
|
+
"path",
|
|
2355
|
+
{
|
|
2356
|
+
fill: fill || color || "currentColor",
|
|
2357
|
+
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",
|
|
2358
|
+
fillRule: "evenodd",
|
|
2359
|
+
clipRule: "evenodd"
|
|
2360
|
+
}
|
|
2361
|
+
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2362
|
+
|
|
2363
|
+
// src/components/Optionaluncheck.tsx
|
|
2364
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconOptionaluncheck = ({ 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)(
|
|
2365
|
+
"path",
|
|
2366
|
+
{
|
|
2367
|
+
fill: stroke || color || "currentColor",
|
|
2368
|
+
d: "M1.5 1.5V22.5H22.5V1.5H1.5ZM20.25 3.75H3.75V20.25H20.25V3.75Z",
|
|
2369
|
+
fillRule: "evenodd",
|
|
2370
|
+
clipRule: "evenodd"
|
|
2371
|
+
}
|
|
2372
|
+
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2373
|
+
|
|
2374
|
+
// src/components/Packagegame.tsx
|
|
2375
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2376
|
+
"path",
|
|
2377
|
+
{
|
|
2378
|
+
fill: stroke || color || "currentColor",
|
|
2379
|
+
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",
|
|
2380
|
+
fillRule: "evenodd",
|
|
2381
|
+
clipRule: "evenodd"
|
|
2382
|
+
}
|
|
2383
|
+
) }), Packagegame_default = IconPackagegame;
|
|
2384
|
+
|
|
1799
2385
|
// src/components/PageError.tsx
|
|
1800
|
-
var
|
|
2386
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2387
|
+
|
|
2388
|
+
// src/components/Parameters.tsx
|
|
2389
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconParameters = ({ 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: [
|
|
2390
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2391
|
+
"path",
|
|
2392
|
+
{
|
|
2393
|
+
fill: stroke || color || "currentColor",
|
|
2394
|
+
d: "M12.75 4.875H22.5V7.125H12.75V10.5H4.5V7.125H1.5V4.875H4.5V1.5H12.75V4.875ZM6.75 3.75H10.5V8.25H6.75V3.75Z",
|
|
2395
|
+
fillRule: "evenodd",
|
|
2396
|
+
clipRule: "evenodd"
|
|
2397
|
+
}
|
|
2398
|
+
),
|
|
2399
|
+
/* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2400
|
+
"path",
|
|
2401
|
+
{
|
|
2402
|
+
fill: stroke || color || "currentColor",
|
|
2403
|
+
d: "M11.25 16.875V13.5H19.5V16.875H22.5V19.125H19.5V22.5H11.25V19.125H1.5V16.875H11.25ZM13.5 15.75H17.25V20.25H13.5V15.75Z",
|
|
2404
|
+
fillRule: "evenodd",
|
|
2405
|
+
clipRule: "evenodd"
|
|
2406
|
+
}
|
|
2407
|
+
)
|
|
2408
|
+
] }), Parameters_default = IconParameters;
|
|
2409
|
+
|
|
2410
|
+
// src/components/Pause.tsx
|
|
2411
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2412
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2413
|
+
"path",
|
|
2414
|
+
{
|
|
2415
|
+
fill: stroke || color || "currentColor",
|
|
2416
|
+
d: "M10.5 1.5H3V22.5H10.5V1.5ZM8.25 3.75H5.25V20.25H8.25V3.75Z",
|
|
2417
|
+
fillRule: "evenodd",
|
|
2418
|
+
clipRule: "evenodd"
|
|
2419
|
+
}
|
|
2420
|
+
),
|
|
2421
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2422
|
+
"path",
|
|
2423
|
+
{
|
|
2424
|
+
fill: stroke || color || "currentColor",
|
|
2425
|
+
d: "M21 1.5H13.5V22.5H21V1.5ZM18.75 3.75H15.75V20.25H18.75V3.75Z",
|
|
2426
|
+
fillRule: "evenodd",
|
|
2427
|
+
clipRule: "evenodd"
|
|
2428
|
+
}
|
|
2429
|
+
)
|
|
2430
|
+
] }), Pause_default = IconPause;
|
|
1801
2431
|
|
|
1802
2432
|
// src/components/Pencil.tsx
|
|
1803
|
-
var
|
|
2433
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconPencil = ({ 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)(
|
|
1804
2434
|
"path",
|
|
1805
2435
|
{
|
|
1806
2436
|
fill: stroke || color || "currentColor",
|
|
@@ -1811,7 +2441,7 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconPencil = ({ size, w
|
|
|
1811
2441
|
) }), Pencil_default = IconPencil;
|
|
1812
2442
|
|
|
1813
2443
|
// src/components/Pick.tsx
|
|
1814
|
-
var
|
|
2444
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconPick = ({ 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)(
|
|
1815
2445
|
"path",
|
|
1816
2446
|
{
|
|
1817
2447
|
fill: stroke || color || "currentColor",
|
|
@@ -1822,22 +2452,22 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconPick = ({ size, wid
|
|
|
1822
2452
|
) }), Pick_default = IconPick;
|
|
1823
2453
|
|
|
1824
2454
|
// src/components/PickedFilled.tsx
|
|
1825
|
-
var
|
|
2455
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconPickedFilled = ({ 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)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
1826
2456
|
|
|
1827
2457
|
// src/components/PlanFilled.tsx
|
|
1828
|
-
var
|
|
1829
|
-
/* @__PURE__ */ (0,
|
|
2458
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2459
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
1830
2460
|
"path",
|
|
1831
2461
|
{
|
|
1832
2462
|
fill: fill || color || "currentColor",
|
|
1833
2463
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1834
2464
|
}
|
|
1835
2465
|
) }),
|
|
1836
|
-
/* @__PURE__ */ (0,
|
|
2466
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1837
2467
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1838
2468
|
|
|
1839
2469
|
// src/components/PlayFilled.tsx
|
|
1840
|
-
var
|
|
2470
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
1841
2471
|
"path",
|
|
1842
2472
|
{
|
|
1843
2473
|
fill: fill || color || "currentColor",
|
|
@@ -1845,31 +2475,39 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconPlayFilled = ({ siz
|
|
|
1845
2475
|
}
|
|
1846
2476
|
) }), PlayFilled_default = IconPlayFilled;
|
|
1847
2477
|
|
|
2478
|
+
// src/components/Play.tsx
|
|
2479
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2480
|
+
"path",
|
|
2481
|
+
{
|
|
2482
|
+
fill: stroke || color || "currentColor",
|
|
2483
|
+
d: "M7.5 24H10.5L22.5 12L10.5 0L7.5 1.31134e-07L7.5 24ZM9.75 2.43198L19.318 12L9.75 21.568V2.43198Z",
|
|
2484
|
+
fillRule: "evenodd",
|
|
2485
|
+
clipRule: "evenodd"
|
|
2486
|
+
}
|
|
2487
|
+
) }), Play_default = IconPlay;
|
|
2488
|
+
|
|
1848
2489
|
// src/components/Previouscene.tsx
|
|
1849
|
-
var
|
|
1850
|
-
/* @__PURE__ */ (0,
|
|
1851
|
-
"
|
|
2490
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2491
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2492
|
+
"path",
|
|
1852
2493
|
{
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
x: "0.75",
|
|
1856
|
-
y: "0.75",
|
|
1857
|
-
stroke: stroke || color || "currentColor",
|
|
1858
|
-
rx: "11.25",
|
|
1859
|
-
strokeWidth: "1.5"
|
|
2494
|
+
fill: stroke || color || "currentColor",
|
|
2495
|
+
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
1860
2496
|
}
|
|
1861
2497
|
),
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
2498
|
+
/* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
1863
2499
|
"path",
|
|
1864
2500
|
{
|
|
1865
2501
|
fill: stroke || color || "currentColor",
|
|
1866
|
-
d: "
|
|
2502
|
+
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",
|
|
2503
|
+
fillRule: "evenodd",
|
|
2504
|
+
clipRule: "evenodd"
|
|
1867
2505
|
}
|
|
1868
2506
|
)
|
|
1869
2507
|
] }), Previouscene_default = IconPreviouscene;
|
|
1870
2508
|
|
|
1871
2509
|
// src/components/ProblemNoticeFilled.tsx
|
|
1872
|
-
var
|
|
2510
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ 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)(
|
|
1873
2511
|
"path",
|
|
1874
2512
|
{
|
|
1875
2513
|
fill: fill || color || "currentColor",
|
|
@@ -1880,10 +2518,10 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconProblemNoticeFilled
|
|
|
1880
2518
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1881
2519
|
|
|
1882
2520
|
// src/components/Problem.tsx
|
|
1883
|
-
var
|
|
1884
|
-
/* @__PURE__ */ (0,
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1886
|
-
/* @__PURE__ */ (0,
|
|
2521
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2522
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2523
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
1887
2525
|
"path",
|
|
1888
2526
|
{
|
|
1889
2527
|
fill: stroke || color || "currentColor",
|
|
@@ -1894,8 +2532,22 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
1894
2532
|
)
|
|
1895
2533
|
] }), Problem_default = IconProblem;
|
|
1896
2534
|
|
|
2535
|
+
// src/components/Publish.tsx
|
|
2536
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconPublish = ({ 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: [
|
|
2537
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2538
|
+
"path",
|
|
2539
|
+
{
|
|
2540
|
+
fill: stroke || color || "currentColor",
|
|
2541
|
+
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",
|
|
2542
|
+
fillRule: "evenodd",
|
|
2543
|
+
clipRule: "evenodd"
|
|
2544
|
+
}
|
|
2545
|
+
),
|
|
2546
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2547
|
+
] }), Publish_default = IconPublish;
|
|
2548
|
+
|
|
1897
2549
|
// src/components/Ratio169.tsx
|
|
1898
|
-
var
|
|
2550
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconRatio169 = ({ 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)(
|
|
1899
2551
|
"path",
|
|
1900
2552
|
{
|
|
1901
2553
|
fill: stroke || color || "currentColor",
|
|
@@ -1904,15 +2556,15 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconRatio169 = ({ size,
|
|
|
1904
2556
|
) }), Ratio169_default = IconRatio169;
|
|
1905
2557
|
|
|
1906
2558
|
// src/components/Ratio11.tsx
|
|
1907
|
-
var
|
|
1908
|
-
/* @__PURE__ */ (0,
|
|
2559
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2560
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
1909
2561
|
"path",
|
|
1910
2562
|
{
|
|
1911
2563
|
fill: stroke || color || "currentColor",
|
|
1912
2564
|
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"
|
|
1913
2565
|
}
|
|
1914
2566
|
) }),
|
|
1915
|
-
/* @__PURE__ */ (0,
|
|
2567
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
1916
2568
|
"rect",
|
|
1917
2569
|
{
|
|
1918
2570
|
width: "24",
|
|
@@ -1924,15 +2576,15 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
1924
2576
|
] }), Ratio11_default = IconRatio11;
|
|
1925
2577
|
|
|
1926
2578
|
// src/components/Ratio916.tsx
|
|
1927
|
-
var
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
2579
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconRatio916 = ({ 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: [
|
|
2580
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
1929
2581
|
"path",
|
|
1930
2582
|
{
|
|
1931
2583
|
fill: stroke || color || "currentColor",
|
|
1932
2584
|
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"
|
|
1933
2585
|
}
|
|
1934
2586
|
) }),
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
2587
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
1936
2588
|
"rect",
|
|
1937
2589
|
{
|
|
1938
2590
|
width: "24",
|
|
@@ -1944,15 +2596,15 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconRatio916 = ({ size,
|
|
|
1944
2596
|
] }), Ratio916_default = IconRatio916;
|
|
1945
2597
|
|
|
1946
2598
|
// src/components/Ratio.tsx
|
|
1947
|
-
var
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
2599
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
1949
2601
|
"path",
|
|
1950
2602
|
{
|
|
1951
2603
|
fill: stroke || color || "currentColor",
|
|
1952
2604
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1953
2605
|
}
|
|
1954
2606
|
),
|
|
1955
|
-
/* @__PURE__ */ (0,
|
|
2607
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
1956
2608
|
"path",
|
|
1957
2609
|
{
|
|
1958
2610
|
fill: stroke || color || "currentColor",
|
|
@@ -1962,7 +2614,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconRatio = ({ size, wi
|
|
|
1962
2614
|
] }), Ratio_default = IconRatio;
|
|
1963
2615
|
|
|
1964
2616
|
// src/components/ReEdit.tsx
|
|
1965
|
-
var
|
|
2617
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
1966
2618
|
"path",
|
|
1967
2619
|
{
|
|
1968
2620
|
fill: stroke || color || "currentColor",
|
|
@@ -1973,7 +2625,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconReEdit = ({ size, w
|
|
|
1973
2625
|
) }), ReEdit_default = IconReEdit;
|
|
1974
2626
|
|
|
1975
2627
|
// src/components/Regenerate.tsx
|
|
1976
|
-
var
|
|
2628
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
1977
2629
|
"path",
|
|
1978
2630
|
{
|
|
1979
2631
|
fill: stroke || color || "currentColor",
|
|
@@ -1983,8 +2635,19 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconRegenerate = ({ siz
|
|
|
1983
2635
|
}
|
|
1984
2636
|
) }), Regenerate_default = IconRegenerate;
|
|
1985
2637
|
|
|
2638
|
+
// src/components/RightFilled.tsx
|
|
2639
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconRightFilled = ({ 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)(
|
|
2640
|
+
"path",
|
|
2641
|
+
{
|
|
2642
|
+
fill: fill || color || "currentColor",
|
|
2643
|
+
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",
|
|
2644
|
+
fillRule: "evenodd",
|
|
2645
|
+
clipRule: "evenodd"
|
|
2646
|
+
}
|
|
2647
|
+
) }), RightFilled_default = IconRightFilled;
|
|
2648
|
+
|
|
1986
2649
|
// src/components/SceneNext.tsx
|
|
1987
|
-
var
|
|
2650
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
1988
2651
|
"path",
|
|
1989
2652
|
{
|
|
1990
2653
|
fill: stroke || color || "currentColor",
|
|
@@ -1993,19 +2656,19 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconSceneNext = ({ size
|
|
|
1993
2656
|
) }), SceneNext_default = IconSceneNext;
|
|
1994
2657
|
|
|
1995
2658
|
// src/components/Scriptmode.tsx
|
|
1996
|
-
var
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
1998
|
-
/* @__PURE__ */ (0,
|
|
1999
|
-
/* @__PURE__ */ (0,
|
|
2000
|
-
/* @__PURE__ */ (0,
|
|
2001
|
-
/* @__PURE__ */ (0,
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2003
|
-
/* @__PURE__ */ (0,
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2659
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconScriptmode = ({ 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)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2661
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2662
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2663
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2664
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2665
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2666
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2667
|
+
/* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2005
2668
|
] }), Scriptmode_default = IconScriptmode;
|
|
2006
2669
|
|
|
2007
2670
|
// src/components/ShareFilled.tsx
|
|
2008
|
-
var
|
|
2671
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2009
2672
|
"path",
|
|
2010
2673
|
{
|
|
2011
2674
|
fill: fill || color || "currentColor",
|
|
@@ -2014,7 +2677,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconShareFilled = ({ si
|
|
|
2014
2677
|
) }), ShareFilled_default = IconShareFilled;
|
|
2015
2678
|
|
|
2016
2679
|
// src/components/Share.tsx
|
|
2017
|
-
var
|
|
2680
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2018
2681
|
"path",
|
|
2019
2682
|
{
|
|
2020
2683
|
fill: stroke || color || "currentColor",
|
|
@@ -2025,7 +2688,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconShare = ({ size, wi
|
|
|
2025
2688
|
) }), Share_default = IconShare;
|
|
2026
2689
|
|
|
2027
2690
|
// src/components/SocialX.tsx
|
|
2028
|
-
var
|
|
2691
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconSocialX = ({ 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)(
|
|
2029
2692
|
"path",
|
|
2030
2693
|
{
|
|
2031
2694
|
fill: fill || color || "currentColor",
|
|
@@ -2034,7 +2697,7 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
2034
2697
|
) }), SocialX_default = IconSocialX;
|
|
2035
2698
|
|
|
2036
2699
|
// src/components/SocialDiscord.tsx
|
|
2037
|
-
var
|
|
2700
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconSocialDiscord = ({ 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)(
|
|
2038
2701
|
"path",
|
|
2039
2702
|
{
|
|
2040
2703
|
fill: fill || color || "currentColor",
|
|
@@ -2043,8 +2706,8 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
2043
2706
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2044
2707
|
|
|
2045
2708
|
// src/components/SoundOff.tsx
|
|
2046
|
-
var
|
|
2047
|
-
/* @__PURE__ */ (0,
|
|
2709
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2048
2711
|
"path",
|
|
2049
2712
|
{
|
|
2050
2713
|
fill: stroke || color || "currentColor",
|
|
@@ -2053,7 +2716,7 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2053
2716
|
clipRule: "evenodd"
|
|
2054
2717
|
}
|
|
2055
2718
|
),
|
|
2056
|
-
/* @__PURE__ */ (0,
|
|
2719
|
+
/* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
|
|
2057
2720
|
"path",
|
|
2058
2721
|
{
|
|
2059
2722
|
fill: stroke || color || "currentColor",
|
|
@@ -2063,8 +2726,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconSoundOff = ({ size,
|
|
|
2063
2726
|
] }), SoundOff_default = IconSoundOff;
|
|
2064
2727
|
|
|
2065
2728
|
// src/components/SoundOn.tsx
|
|
2066
|
-
var
|
|
2067
|
-
/* @__PURE__ */ (0,
|
|
2729
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2730
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2068
2731
|
"path",
|
|
2069
2732
|
{
|
|
2070
2733
|
fill: stroke || color || "currentColor",
|
|
@@ -2073,14 +2736,14 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2073
2736
|
clipRule: "evenodd"
|
|
2074
2737
|
}
|
|
2075
2738
|
),
|
|
2076
|
-
/* @__PURE__ */ (0,
|
|
2739
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2077
2740
|
"path",
|
|
2078
2741
|
{
|
|
2079
2742
|
fill: stroke || color || "currentColor",
|
|
2080
2743
|
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"
|
|
2081
2744
|
}
|
|
2082
2745
|
),
|
|
2083
|
-
/* @__PURE__ */ (0,
|
|
2746
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2084
2747
|
"path",
|
|
2085
2748
|
{
|
|
2086
2749
|
fill: stroke || color || "currentColor",
|
|
@@ -2090,7 +2753,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
2090
2753
|
] }), SoundOn_default = IconSoundOn;
|
|
2091
2754
|
|
|
2092
2755
|
// src/components/Storyboard.tsx
|
|
2093
|
-
var
|
|
2756
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2094
2757
|
"path",
|
|
2095
2758
|
{
|
|
2096
2759
|
fill: stroke || color || "currentColor",
|
|
@@ -2101,24 +2764,24 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconStoryboard = ({ siz
|
|
|
2101
2764
|
) }), Storyboard_default = IconStoryboard;
|
|
2102
2765
|
|
|
2103
2766
|
// src/components/StyleAutoFilled.tsx
|
|
2104
|
-
var
|
|
2105
|
-
/* @__PURE__ */ (0,
|
|
2767
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2106
2769
|
"path",
|
|
2107
2770
|
{
|
|
2108
2771
|
fill: fill || color || "currentColor",
|
|
2109
2772
|
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"
|
|
2110
2773
|
}
|
|
2111
2774
|
),
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2113
2776
|
"path",
|
|
2114
2777
|
{
|
|
2115
2778
|
fill: fill || color || "currentColor",
|
|
2116
2779
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2117
2780
|
}
|
|
2118
2781
|
),
|
|
2119
|
-
/* @__PURE__ */ (0,
|
|
2120
|
-
/* @__PURE__ */ (0,
|
|
2121
|
-
/* @__PURE__ */ (0,
|
|
2782
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2783
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2784
|
+
/* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2122
2785
|
"path",
|
|
2123
2786
|
{
|
|
2124
2787
|
fill: fill || color || "currentColor",
|
|
@@ -2128,43 +2791,43 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
2128
2791
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2129
2792
|
|
|
2130
2793
|
// src/components/Style.tsx
|
|
2131
|
-
var
|
|
2132
|
-
/* @__PURE__ */ (0,
|
|
2794
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2795
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2133
2796
|
"path",
|
|
2134
2797
|
{
|
|
2135
2798
|
fill: stroke || color || "currentColor",
|
|
2136
2799
|
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"
|
|
2137
2800
|
}
|
|
2138
2801
|
),
|
|
2139
|
-
/* @__PURE__ */ (0,
|
|
2802
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2140
2803
|
"path",
|
|
2141
2804
|
{
|
|
2142
2805
|
fill: stroke || color || "currentColor",
|
|
2143
2806
|
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"
|
|
2144
2807
|
}
|
|
2145
2808
|
),
|
|
2146
|
-
/* @__PURE__ */ (0,
|
|
2809
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2147
2810
|
"path",
|
|
2148
2811
|
{
|
|
2149
2812
|
fill: stroke || color || "currentColor",
|
|
2150
2813
|
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"
|
|
2151
2814
|
}
|
|
2152
2815
|
),
|
|
2153
|
-
/* @__PURE__ */ (0,
|
|
2816
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2154
2817
|
"path",
|
|
2155
2818
|
{
|
|
2156
2819
|
fill: stroke || color || "currentColor",
|
|
2157
2820
|
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"
|
|
2158
2821
|
}
|
|
2159
2822
|
),
|
|
2160
|
-
/* @__PURE__ */ (0,
|
|
2823
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2161
2824
|
"path",
|
|
2162
2825
|
{
|
|
2163
2826
|
fill: stroke || color || "currentColor",
|
|
2164
2827
|
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"
|
|
2165
2828
|
}
|
|
2166
2829
|
),
|
|
2167
|
-
/* @__PURE__ */ (0,
|
|
2830
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2168
2831
|
"path",
|
|
2169
2832
|
{
|
|
2170
2833
|
fill: stroke || color || "currentColor",
|
|
@@ -2175,8 +2838,8 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
2175
2838
|
)
|
|
2176
2839
|
] }), Style_default = IconStyle;
|
|
2177
2840
|
|
|
2178
|
-
// src/components/
|
|
2179
|
-
var
|
|
2841
|
+
// src/components/SwitchOffFilled.tsx
|
|
2842
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ 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)(
|
|
2180
2843
|
"path",
|
|
2181
2844
|
{
|
|
2182
2845
|
fill: fill || color || "currentColor",
|
|
@@ -2184,11 +2847,22 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
2184
2847
|
fillRule: "evenodd",
|
|
2185
2848
|
clipRule: "evenodd"
|
|
2186
2849
|
}
|
|
2850
|
+
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
2851
|
+
|
|
2852
|
+
// src/components/SwitchOnFilled.tsx
|
|
2853
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ 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)(
|
|
2854
|
+
"path",
|
|
2855
|
+
{
|
|
2856
|
+
fill: fill || color || "currentColor",
|
|
2857
|
+
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",
|
|
2858
|
+
fillRule: "evenodd",
|
|
2859
|
+
clipRule: "evenodd"
|
|
2860
|
+
}
|
|
2187
2861
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2188
2862
|
|
|
2189
2863
|
// src/components/Target.tsx
|
|
2190
|
-
var
|
|
2191
|
-
/* @__PURE__ */ (0,
|
|
2864
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2865
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
2192
2866
|
"path",
|
|
2193
2867
|
{
|
|
2194
2868
|
fill: stroke || color || "currentColor",
|
|
@@ -2197,7 +2871,7 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2197
2871
|
clipRule: "evenodd"
|
|
2198
2872
|
}
|
|
2199
2873
|
),
|
|
2200
|
-
/* @__PURE__ */ (0,
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
2201
2875
|
"path",
|
|
2202
2876
|
{
|
|
2203
2877
|
fill: stroke || color || "currentColor",
|
|
@@ -2209,43 +2883,43 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
2209
2883
|
] }), Target_default = IconTarget;
|
|
2210
2884
|
|
|
2211
2885
|
// src/components/TextLogo.tsx
|
|
2212
|
-
var
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2886
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2887
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2214
2888
|
"path",
|
|
2215
2889
|
{
|
|
2216
2890
|
fill: fill || color || "currentColor",
|
|
2217
2891
|
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"
|
|
2218
2892
|
}
|
|
2219
2893
|
),
|
|
2220
|
-
/* @__PURE__ */ (0,
|
|
2894
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2221
2895
|
"path",
|
|
2222
2896
|
{
|
|
2223
2897
|
fill: fill || color || "currentColor",
|
|
2224
2898
|
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"
|
|
2225
2899
|
}
|
|
2226
2900
|
),
|
|
2227
|
-
/* @__PURE__ */ (0,
|
|
2901
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2228
2902
|
"path",
|
|
2229
2903
|
{
|
|
2230
2904
|
fill: fill || color || "currentColor",
|
|
2231
2905
|
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"
|
|
2232
2906
|
}
|
|
2233
2907
|
),
|
|
2234
|
-
/* @__PURE__ */ (0,
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2235
2909
|
"path",
|
|
2236
2910
|
{
|
|
2237
2911
|
fill: fill || color || "currentColor",
|
|
2238
2912
|
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"
|
|
2239
2913
|
}
|
|
2240
2914
|
),
|
|
2241
|
-
/* @__PURE__ */ (0,
|
|
2915
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2242
2916
|
"path",
|
|
2243
2917
|
{
|
|
2244
2918
|
fill: fill || color || "currentColor",
|
|
2245
2919
|
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"
|
|
2246
2920
|
}
|
|
2247
2921
|
),
|
|
2248
|
-
/* @__PURE__ */ (0,
|
|
2922
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2249
2923
|
"path",
|
|
2250
2924
|
{
|
|
2251
2925
|
fill: fill || color || "currentColor",
|
|
@@ -2254,16 +2928,27 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
2254
2928
|
)
|
|
2255
2929
|
] }), TextLogo_default = IconTextLogo;
|
|
2256
2930
|
|
|
2931
|
+
// src/components/Tips.tsx
|
|
2932
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
2933
|
+
"path",
|
|
2934
|
+
{
|
|
2935
|
+
fill: stroke || color || "currentColor",
|
|
2936
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM14.25 20.818V18H9.75V20.818L10.682 21.75H13.318L14.25 20.818ZM14.818 15.75H13.125V9H10.875V15.75H9.18198L7.2316 13.7996C5.96366 12.5317 5.25 10.8066 5.25 9.01103C5.25 5.27952 8.27567 2.25 12 2.25C15.7243 2.25 18.75 5.27952 18.75 9.01103C18.75 10.8066 18.0363 12.5317 16.7684 13.7996L14.818 15.75Z",
|
|
2937
|
+
fillRule: "evenodd",
|
|
2938
|
+
clipRule: "evenodd"
|
|
2939
|
+
}
|
|
2940
|
+
) }), Tips_default = IconTips;
|
|
2941
|
+
|
|
2257
2942
|
// src/components/ToolsFilled.tsx
|
|
2258
|
-
var
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2943
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2944
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2260
2945
|
"path",
|
|
2261
2946
|
{
|
|
2262
2947
|
fill: fill || color || "currentColor",
|
|
2263
2948
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2264
2949
|
}
|
|
2265
2950
|
),
|
|
2266
|
-
/* @__PURE__ */ (0,
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2267
2952
|
"path",
|
|
2268
2953
|
{
|
|
2269
2954
|
fill: fill || color || "currentColor",
|
|
@@ -2273,7 +2958,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
2273
2958
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2274
2959
|
|
|
2275
2960
|
// src/components/Tools.tsx
|
|
2276
|
-
var
|
|
2961
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2277
2962
|
"path",
|
|
2278
2963
|
{
|
|
2279
2964
|
stroke: stroke || color || "currentColor",
|
|
@@ -2282,8 +2967,30 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
2282
2967
|
}
|
|
2283
2968
|
) }), Tools_default = IconTools;
|
|
2284
2969
|
|
|
2970
|
+
// src/components/UpFilled.tsx
|
|
2971
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2972
|
+
"path",
|
|
2973
|
+
{
|
|
2974
|
+
fill: fill || color || "currentColor",
|
|
2975
|
+
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",
|
|
2976
|
+
fillRule: "evenodd",
|
|
2977
|
+
clipRule: "evenodd"
|
|
2978
|
+
}
|
|
2979
|
+
) }), UpFilled_default = IconUpFilled;
|
|
2980
|
+
|
|
2981
|
+
// src/components/UpleftFilled.tsx
|
|
2982
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconUpleftFilled = ({ 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)(
|
|
2983
|
+
"path",
|
|
2984
|
+
{
|
|
2985
|
+
fill: fill || color || "currentColor",
|
|
2986
|
+
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",
|
|
2987
|
+
fillRule: "evenodd",
|
|
2988
|
+
clipRule: "evenodd"
|
|
2989
|
+
}
|
|
2990
|
+
) }), UpleftFilled_default = IconUpleftFilled;
|
|
2991
|
+
|
|
2285
2992
|
// src/components/Uploadfiles.tsx
|
|
2286
|
-
var
|
|
2993
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconUploadfiles = ({ 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)(
|
|
2287
2994
|
"path",
|
|
2288
2995
|
{
|
|
2289
2996
|
fill: stroke || color || "currentColor",
|
|
@@ -2291,8 +2998,19 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
2291
2998
|
}
|
|
2292
2999
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2293
3000
|
|
|
3001
|
+
// src/components/UprightFilled.tsx
|
|
3002
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
3003
|
+
"path",
|
|
3004
|
+
{
|
|
3005
|
+
fill: fill || color || "currentColor",
|
|
3006
|
+
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",
|
|
3007
|
+
fillRule: "evenodd",
|
|
3008
|
+
clipRule: "evenodd"
|
|
3009
|
+
}
|
|
3010
|
+
) }), UprightFilled_default = IconUprightFilled;
|
|
3011
|
+
|
|
2294
3012
|
// src/components/Userfeedback.tsx
|
|
2295
|
-
var
|
|
3013
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2296
3014
|
"path",
|
|
2297
3015
|
{
|
|
2298
3016
|
fill: stroke || color || "currentColor",
|
|
@@ -2303,22 +3021,22 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
2303
3021
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2304
3022
|
|
|
2305
3023
|
// src/components/VideoGeneration.tsx
|
|
2306
|
-
var
|
|
2307
|
-
/* @__PURE__ */ (0,
|
|
3024
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3025
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
2308
3026
|
"path",
|
|
2309
3027
|
{
|
|
2310
3028
|
fill: stroke || color || "currentColor",
|
|
2311
3029
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
2312
3030
|
}
|
|
2313
3031
|
),
|
|
2314
|
-
/* @__PURE__ */ (0,
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
2315
3033
|
"path",
|
|
2316
3034
|
{
|
|
2317
3035
|
fill: stroke || color || "currentColor",
|
|
2318
3036
|
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"
|
|
2319
3037
|
}
|
|
2320
3038
|
),
|
|
2321
|
-
/* @__PURE__ */ (0,
|
|
3039
|
+
/* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
2322
3040
|
"path",
|
|
2323
3041
|
{
|
|
2324
3042
|
fill: stroke || color || "currentColor",
|
|
@@ -2330,9 +3048,9 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
2330
3048
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2331
3049
|
|
|
2332
3050
|
// src/components/VideoLength.tsx
|
|
2333
|
-
var
|
|
2334
|
-
/* @__PURE__ */ (0,
|
|
2335
|
-
/* @__PURE__ */ (0,
|
|
3051
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconVideoLength = ({ 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: [
|
|
3052
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3053
|
+
/* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
2336
3054
|
"path",
|
|
2337
3055
|
{
|
|
2338
3056
|
fill: stroke || color || "currentColor",
|
|
@@ -2344,8 +3062,8 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
2344
3062
|
] }), VideoLength_default = IconVideoLength;
|
|
2345
3063
|
|
|
2346
3064
|
// src/components/Videogenerate.tsx
|
|
2347
|
-
var
|
|
2348
|
-
/* @__PURE__ */ (0,
|
|
3065
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3066
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
2349
3067
|
"path",
|
|
2350
3068
|
{
|
|
2351
3069
|
fill: stroke || color || "currentColor",
|
|
@@ -2354,7 +3072,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2354
3072
|
clipRule: "evenodd"
|
|
2355
3073
|
}
|
|
2356
3074
|
),
|
|
2357
|
-
/* @__PURE__ */ (0,
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
|
|
2358
3076
|
"path",
|
|
2359
3077
|
{
|
|
2360
3078
|
fill: stroke || color || "currentColor",
|
|
@@ -2366,7 +3084,7 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
2366
3084
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2367
3085
|
|
|
2368
3086
|
// src/components/Visualstyles.tsx
|
|
2369
|
-
var
|
|
3087
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconVisualstyles = ({ 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)(
|
|
2370
3088
|
"path",
|
|
2371
3089
|
{
|
|
2372
3090
|
fill: stroke || color || "currentColor",
|
|
@@ -2377,8 +3095,8 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
2377
3095
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2378
3096
|
|
|
2379
3097
|
// src/components/Volume.tsx
|
|
2380
|
-
var
|
|
2381
|
-
/* @__PURE__ */ (0,
|
|
3098
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3099
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
2382
3100
|
"path",
|
|
2383
3101
|
{
|
|
2384
3102
|
fill: stroke || color || "currentColor",
|
|
@@ -2387,14 +3105,14 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2387
3105
|
clipRule: "evenodd"
|
|
2388
3106
|
}
|
|
2389
3107
|
),
|
|
2390
|
-
/* @__PURE__ */ (0,
|
|
3108
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
2391
3109
|
"path",
|
|
2392
3110
|
{
|
|
2393
3111
|
fill: stroke || color || "currentColor",
|
|
2394
3112
|
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"
|
|
2395
3113
|
}
|
|
2396
3114
|
),
|
|
2397
|
-
/* @__PURE__ */ (0,
|
|
3115
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
2398
3116
|
"path",
|
|
2399
3117
|
{
|
|
2400
3118
|
fill: stroke || color || "currentColor",
|
|
@@ -2402,3 +3120,48 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
2402
3120
|
}
|
|
2403
3121
|
)
|
|
2404
3122
|
] }), Volume_default = IconVolume;
|
|
3123
|
+
|
|
3124
|
+
// src/components/Withdrawgame.tsx
|
|
3125
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconWithdrawgame = ({ 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)(
|
|
3126
|
+
"path",
|
|
3127
|
+
{
|
|
3128
|
+
fill: stroke || color || "currentColor",
|
|
3129
|
+
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",
|
|
3130
|
+
fillRule: "evenodd",
|
|
3131
|
+
clipRule: "evenodd"
|
|
3132
|
+
}
|
|
3133
|
+
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3134
|
+
|
|
3135
|
+
// src/components/Zoomin.tsx
|
|
3136
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3137
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3138
|
+
"path",
|
|
3139
|
+
{
|
|
3140
|
+
fill: stroke || color || "currentColor",
|
|
3141
|
+
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3142
|
+
}
|
|
3143
|
+
),
|
|
3144
|
+
/* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3145
|
+
"path",
|
|
3146
|
+
{
|
|
3147
|
+
fill: stroke || color || "currentColor",
|
|
3148
|
+
d: "M21 10.5C21 12.9942 20.1303 15.2854 18.6776 17.0866L23.9705 22.3795L22.3795 23.9705L17.0866 18.6776C15.2854 20.1303 12.9942 21 10.5 21C4.70101 21 0 16.299 0 10.5C0 4.70101 4.70101 0 10.5 0C16.299 0 21 4.70101 21 10.5ZM18.75 10.5C18.75 15.0563 15.0563 18.75 10.5 18.75C5.94365 18.75 2.25 15.0563 2.25 10.5C2.25 5.94365 5.94365 2.25 10.5 2.25C15.0563 2.25 18.75 5.94365 18.75 10.5Z",
|
|
3149
|
+
fillRule: "evenodd",
|
|
3150
|
+
clipRule: "evenodd"
|
|
3151
|
+
}
|
|
3152
|
+
)
|
|
3153
|
+
] }), Zoomin_default = IconZoomin;
|
|
3154
|
+
|
|
3155
|
+
// src/components/Zoomout.tsx
|
|
3156
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3157
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3158
|
+
/* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
3159
|
+
"path",
|
|
3160
|
+
{
|
|
3161
|
+
fill: stroke || color || "currentColor",
|
|
3162
|
+
d: "M18.6776 17.0866C20.1303 15.2854 21 12.9942 21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C12.9942 21 15.2854 20.1303 17.0866 18.6776L22.3795 23.9705L23.9705 22.3795L18.6776 17.0866ZM10.5 18.75C15.0563 18.75 18.75 15.0563 18.75 10.5C18.75 5.94365 15.0563 2.25 10.5 2.25C5.94365 2.25 2.25 5.94365 2.25 10.5C2.25 15.0563 5.94365 18.75 10.5 18.75Z",
|
|
3163
|
+
fillRule: "evenodd",
|
|
3164
|
+
clipRule: "evenodd"
|
|
3165
|
+
}
|
|
3166
|
+
)
|
|
3167
|
+
] }), Zoomout_default = IconZoomout;
|