@yoroll/react-icon 0.0.16 → 0.0.17
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 +726 -516
- package/dist/index.iife.js +713 -516
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +898 -675
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Autolayout.d.ts +4 -0
- package/dist/types/components/Ccg.d.ts +4 -0
- package/dist/types/components/CcgFilled.d.ts +4 -0
- package/dist/types/components/Ccggame.d.ts +4 -0
- package/dist/types/components/Ccglanguage.d.ts +4 -0
- package/dist/types/components/Collapsewindow.d.ts +4 -0
- package/dist/types/components/Expandwindow.d.ts +4 -0
- package/dist/types/components/ProblemFilled.d.ts +4 -0
- package/dist/types/components/Scrolldown.d.ts +4 -0
- package/dist/types/components/Sidebar.d.ts +4 -0
- package/dist/types/components/Userfollow.d.ts +4 -0
- package/dist/types/components/Userfollowback.d.ts +4 -0
- package/dist/types/components/Userfollowed.d.ts +4 -0
- package/dist/types/components/index.d.ts +13 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.16 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -179,10 +179,20 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
179
179
|
)
|
|
180
180
|
] }), Assets_default = IconAssets;
|
|
181
181
|
|
|
182
|
+
// src/components/Autolayout.tsx
|
|
183
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
184
|
+
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
fill: stroke || color || "currentColor",
|
|
188
|
+
d: "M6 22.5H0V16.5H6V22.5ZM15 22.5H9V16.5H15V22.5ZM24 22.5H18V16.5H24V22.5ZM1.875 20.625H4.125V18.375H1.875V20.625ZM10.875 20.625H13.125V18.375H10.875V20.625ZM19.875 20.625H22.125V18.375H19.875V20.625ZM24 15H0V12.75H24V15ZM6 11.25H0V5.25H6V11.25ZM15 11.25H9V5.25H15V11.25ZM24 11.25H18V5.25H24V11.25ZM1.875 9.375H4.125V7.125H1.875V9.375ZM10.875 9.375H13.125V7.125H10.875V9.375ZM19.875 9.375H22.125V7.125H19.875V9.375ZM24 3.75H0V1.5H24V3.75Z"
|
|
189
|
+
}
|
|
190
|
+
) }), Autolayout_default = IconAutolayout;
|
|
191
|
+
|
|
182
192
|
// src/components/Backtoprojects.tsx
|
|
183
|
-
import { jsx as
|
|
193
|
+
import { jsx as jsx15, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
184
194
|
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
185
|
-
/* @__PURE__ */
|
|
195
|
+
/* @__PURE__ */ jsx15(
|
|
186
196
|
"path",
|
|
187
197
|
{
|
|
188
198
|
fill: stroke || color || "currentColor",
|
|
@@ -191,7 +201,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
191
201
|
clipRule: "evenodd"
|
|
192
202
|
}
|
|
193
203
|
),
|
|
194
|
-
/* @__PURE__ */
|
|
204
|
+
/* @__PURE__ */ jsx15(
|
|
195
205
|
"path",
|
|
196
206
|
{
|
|
197
207
|
fill: stroke || color || "currentColor",
|
|
@@ -200,7 +210,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
200
210
|
clipRule: "evenodd"
|
|
201
211
|
}
|
|
202
212
|
),
|
|
203
|
-
/* @__PURE__ */
|
|
213
|
+
/* @__PURE__ */ jsx15(
|
|
204
214
|
"path",
|
|
205
215
|
{
|
|
206
216
|
fill: stroke || color || "currentColor",
|
|
@@ -209,7 +219,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
209
219
|
clipRule: "evenodd"
|
|
210
220
|
}
|
|
211
221
|
),
|
|
212
|
-
/* @__PURE__ */
|
|
222
|
+
/* @__PURE__ */ jsx15(
|
|
213
223
|
"path",
|
|
214
224
|
{
|
|
215
225
|
fill: stroke || color || "currentColor",
|
|
@@ -221,8 +231,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
221
231
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
222
232
|
|
|
223
233
|
// src/components/Backward.tsx
|
|
224
|
-
import { jsx as
|
|
225
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
234
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
235
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
|
|
226
236
|
"path",
|
|
227
237
|
{
|
|
228
238
|
fill: stroke || color || "currentColor",
|
|
@@ -231,8 +241,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
231
241
|
) }), Backward_default = IconBackward;
|
|
232
242
|
|
|
233
243
|
// src/components/BatchShots.tsx
|
|
234
|
-
import { jsx as
|
|
235
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
244
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
245
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
|
|
236
246
|
"path",
|
|
237
247
|
{
|
|
238
248
|
fill: stroke || color || "currentColor",
|
|
@@ -243,8 +253,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
243
253
|
) }), BatchShots_default = IconBatchShots;
|
|
244
254
|
|
|
245
255
|
// src/components/Canvasmode.tsx
|
|
246
|
-
import { jsx as
|
|
247
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
256
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
257
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
|
|
248
258
|
"path",
|
|
249
259
|
{
|
|
250
260
|
fill: stroke || color || "currentColor",
|
|
@@ -254,9 +264,78 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
254
264
|
}
|
|
255
265
|
) }), Canvasmode_default = IconCanvasmode;
|
|
256
266
|
|
|
267
|
+
// src/components/CcgFilled.tsx
|
|
268
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
269
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
270
|
+
"path",
|
|
271
|
+
{
|
|
272
|
+
fill: fill || color || "currentColor",
|
|
273
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM4.5 8.12109L6.87891 10.5L4.5 12.8789L6.62109 15L11.1211 10.5L6.62109 6L4.5 8.12109ZM12 12V15H19.5V12H12Z",
|
|
274
|
+
fillRule: "evenodd",
|
|
275
|
+
clipRule: "evenodd"
|
|
276
|
+
}
|
|
277
|
+
) }), CcgFilled_default = IconCcgFilled;
|
|
278
|
+
|
|
279
|
+
// src/components/Ccg.tsx
|
|
280
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
281
|
+
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
|
|
282
|
+
"path",
|
|
283
|
+
{
|
|
284
|
+
fill: stroke || color || "currentColor",
|
|
285
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM5.60938 5.25C4.44585 5.25005 3.4747 6.13721 3.36914 7.2959L2.40234 19.4287L3.89258 19.9258L8.06836 15.75H15.9316L20.1074 19.9258L21.5977 19.4287L20.6309 7.2959C20.5253 6.13721 19.5541 5.25005 18.3906 5.25H5.60938ZM10.9658 10.125L7.59082 13.5L6 11.9092L7.78418 10.125L6 8.34082L7.59082 6.75L10.9658 10.125ZM18 11.25V13.5H12V11.25H18Z",
|
|
286
|
+
fillRule: "evenodd",
|
|
287
|
+
clipRule: "evenodd"
|
|
288
|
+
}
|
|
289
|
+
) }), Ccg_default = IconCcg;
|
|
290
|
+
|
|
291
|
+
// src/components/Ccggame.tsx
|
|
292
|
+
import { jsx as jsx21, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
293
|
+
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
294
|
+
/* @__PURE__ */ jsx21(
|
|
295
|
+
"path",
|
|
296
|
+
{
|
|
297
|
+
fill: stroke || color || "currentColor",
|
|
298
|
+
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
299
|
+
}
|
|
300
|
+
),
|
|
301
|
+
/* @__PURE__ */ jsx21(
|
|
302
|
+
"path",
|
|
303
|
+
{
|
|
304
|
+
fill: stroke || color || "currentColor",
|
|
305
|
+
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
306
|
+
}
|
|
307
|
+
),
|
|
308
|
+
/* @__PURE__ */ jsx21(
|
|
309
|
+
"path",
|
|
310
|
+
{
|
|
311
|
+
fill: stroke || color || "currentColor",
|
|
312
|
+
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
313
|
+
}
|
|
314
|
+
),
|
|
315
|
+
/* @__PURE__ */ jsx21(
|
|
316
|
+
"path",
|
|
317
|
+
{
|
|
318
|
+
fill: stroke || color || "currentColor",
|
|
319
|
+
d: "M0 19.5L4.5 21L9 16.5H15L19.5 21L24 19.5L22.8721 7.09259C22.6613 4.77474 20.7179 3 18.3905 3H5.60947C3.28205 3 1.33866 4.77473 1.12795 7.09259L0 19.5ZM8.06802 14.25L3.8923 18.4257L2.4021 17.929L3.36871 7.29629C3.47406 6.13737 4.44576 5.25 5.60947 5.25H18.3905C19.5542 5.25 20.5259 6.13737 20.6313 7.2963L21.5979 17.929L20.1077 18.4257L15.932 14.25H8.06802Z",
|
|
320
|
+
fillRule: "evenodd",
|
|
321
|
+
clipRule: "evenodd"
|
|
322
|
+
}
|
|
323
|
+
)
|
|
324
|
+
] }), Ccggame_default = IconCcggame;
|
|
325
|
+
|
|
326
|
+
// src/components/Ccglanguage.tsx
|
|
327
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
328
|
+
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
329
|
+
"path",
|
|
330
|
+
{
|
|
331
|
+
fill: stroke || color || "currentColor",
|
|
332
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 -8.1423e-07 18.6274 -5.24537e-07 12C-2.34843e-07 5.37258 5.37258 -5.24537e-07 12 -5.24537e-07C18.6274 -5.24537e-07 24 5.37258 24 12ZM8.58691 21.1338C8.43802 20.8883 8.28463 20.6256 8.13281 20.3457C7.24233 18.7038 6.3439 16.4572 6.08008 13.7852C5.2722 13.4845 4.53609 13.1526 3.88574 12.8223C3.26339 12.5062 2.71671 12.1868 2.25293 11.8984C2.25258 11.9323 2.25 11.9661 2.25 12C2.25 16.1838 4.88584 19.7502 8.58691 21.1338ZM8.7002 2.82324C5.71454 3.89699 3.40555 6.3861 2.58008 9.48144C2.61635 9.50698 2.65324 9.53449 2.69238 9.56152C3.20234 9.91372 3.94893 10.3875 4.88184 10.8613C5.23842 11.0425 5.62062 11.2223 6.02539 11.3955C6.18261 8.39036 7.15879 5.77643 8.11914 3.88574C8.314 3.50214 8.51182 3.14823 8.7002 2.82324ZM15.7422 12.2275C15.7421 9.33235 14.8132 6.75592 13.8613 4.88184C13.3875 3.94911 12.9137 3.20227 12.5615 2.69238C12.4409 2.51769 12.3338 2.37193 12.2471 2.25586C12.1649 2.25382 12.0826 2.25 12 2.25C11.8977 2.25 11.7959 2.25371 11.6943 2.25684C11.6077 2.3728 11.5003 2.518 11.3799 2.69238C11.0277 3.20227 10.5539 3.94911 10.0801 4.88184C9.13492 6.74263 8.2143 9.29587 8.20117 12.166C9.43367 12.5126 10.7912 12.7422 12.2275 12.7422C13.4914 12.7422 14.6699 12.5651 15.7412 12.2871C15.7413 12.2674 15.7422 12.2473 15.7422 12.2275ZM15.5352 14.5918C14.5087 14.8078 13.4022 14.9414 12.2275 14.9414C10.8673 14.9414 9.57858 14.7627 8.38867 14.4834C8.7064 16.3955 9.38139 18.0338 10.0664 19.2969C10.5357 20.1622 11.0049 20.8428 11.3525 21.3027C11.4907 21.4855 11.6107 21.6324 11.7021 21.7422C11.8011 21.7452 11.9003 21.75 12 21.75C12.08 21.75 12.1597 21.7451 12.2393 21.7432C12.3308 21.6334 12.4504 21.4859 12.5889 21.3027C12.9365 20.8428 13.4057 20.1622 13.875 19.2969C14.5471 18.0577 15.2102 16.4575 15.5352 14.5918ZM21.4238 9.49414C20.5947 6.36804 18.2521 3.85972 15.2275 2.79883C15.4203 3.13033 15.6226 3.49259 15.8223 3.88574C16.7977 5.8061 17.7925 8.4724 17.9258 11.5371C18.4211 11.3253 18.8797 11.1012 19.2969 10.875C20.1624 10.4056 20.8428 9.93654 21.3027 9.58887C21.3454 9.55664 21.3851 9.52416 21.4238 9.49414ZM21.75 11.9639C21.3458 12.2314 20.8764 12.5208 20.3457 12.8086C19.6246 13.1997 18.7868 13.5922 17.8477 13.9326C17.5658 16.54 16.6827 18.7341 15.8086 20.3457C15.6507 20.6368 15.4915 20.9093 15.3369 21.1631C19.0782 19.8003 21.75 16.2125 21.75 12C21.75 11.988 21.75 11.9759 21.75 11.9639Z"
|
|
333
|
+
}
|
|
334
|
+
) }), Ccglanguage_default = IconCcglanguage;
|
|
335
|
+
|
|
257
336
|
// src/components/Changeprofilephoto.tsx
|
|
258
|
-
import { jsx as
|
|
259
|
-
var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
337
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
338
|
+
var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
|
|
260
339
|
"path",
|
|
261
340
|
{
|
|
262
341
|
fill: stroke || color || "currentColor",
|
|
@@ -267,8 +346,8 @@ var IconChangeprofilephoto = ({ size, width, height, color, className, fill, str
|
|
|
267
346
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
268
347
|
|
|
269
348
|
// src/components/Chaptercollapse.tsx
|
|
270
|
-
import { jsx as
|
|
271
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
349
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
350
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx24(
|
|
272
351
|
"path",
|
|
273
352
|
{
|
|
274
353
|
fill: stroke || color || "currentColor",
|
|
@@ -279,8 +358,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
279
358
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
280
359
|
|
|
281
360
|
// src/components/Chapterexpand.tsx
|
|
282
|
-
import { jsx as
|
|
283
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
361
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
362
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
|
|
284
363
|
"path",
|
|
285
364
|
{
|
|
286
365
|
fill: stroke || color || "currentColor",
|
|
@@ -291,8 +370,8 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
291
370
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
292
371
|
|
|
293
372
|
// src/components/Check.tsx
|
|
294
|
-
import { jsx as
|
|
295
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
373
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
374
|
+
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx26(
|
|
296
375
|
"path",
|
|
297
376
|
{
|
|
298
377
|
fill: stroke || color || "currentColor",
|
|
@@ -301,8 +380,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
301
380
|
) }), Check_default = IconCheck;
|
|
302
381
|
|
|
303
382
|
// src/components/CheckedFilled.tsx
|
|
304
|
-
import { jsx as
|
|
305
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
383
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
384
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
306
385
|
"path",
|
|
307
386
|
{
|
|
308
387
|
fill: fill || color || "currentColor",
|
|
@@ -313,8 +392,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
313
392
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
314
393
|
|
|
315
394
|
// src/components/Close.tsx
|
|
316
|
-
import { jsx as
|
|
317
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
395
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
396
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
|
|
318
397
|
"path",
|
|
319
398
|
{
|
|
320
399
|
fill: stroke || color || "currentColor",
|
|
@@ -322,11 +401,34 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
322
401
|
}
|
|
323
402
|
) }), Close_default = IconClose;
|
|
324
403
|
|
|
404
|
+
// src/components/Collapsewindow.tsx
|
|
405
|
+
import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
406
|
+
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
407
|
+
/* @__PURE__ */ jsx29(
|
|
408
|
+
"path",
|
|
409
|
+
{
|
|
410
|
+
fill: stroke || color || "currentColor",
|
|
411
|
+
d: "M19.1705 6.4205L22.875 10.125L21 12H12V3.00001L13.875 1.12501L17.5795 4.82951L21.7045 0.704506L23.2955 2.2955L19.1705 6.4205ZM14.25 4.68199L19.318 9.75001H14.25V4.68199Z",
|
|
412
|
+
fillRule: "evenodd",
|
|
413
|
+
clipRule: "evenodd"
|
|
414
|
+
}
|
|
415
|
+
),
|
|
416
|
+
/* @__PURE__ */ jsx29(
|
|
417
|
+
"path",
|
|
418
|
+
{
|
|
419
|
+
fill: stroke || color || "currentColor",
|
|
420
|
+
d: "M12 12V21L10.125 22.875L6.42046 19.1705L2.29546 23.2955L0.704468 21.7045L4.82947 17.5795L1.12497 13.875L2.99997 12H12ZM4.68195 14.25L9.74997 19.318V14.25H4.68195Z",
|
|
421
|
+
fillRule: "evenodd",
|
|
422
|
+
clipRule: "evenodd"
|
|
423
|
+
}
|
|
424
|
+
)
|
|
425
|
+
] }), Collapsewindow_default = IconCollapsewindow;
|
|
426
|
+
|
|
325
427
|
// src/components/Copy.tsx
|
|
326
|
-
import { jsx as
|
|
327
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
328
|
-
/* @__PURE__ */
|
|
329
|
-
/* @__PURE__ */
|
|
428
|
+
import { jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
429
|
+
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
430
|
+
/* @__PURE__ */ jsx30("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
431
|
+
/* @__PURE__ */ jsx30(
|
|
330
432
|
"path",
|
|
331
433
|
{
|
|
332
434
|
fill: stroke || color || "currentColor",
|
|
@@ -338,8 +440,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
338
440
|
] }), Copy_default = IconCopy;
|
|
339
441
|
|
|
340
442
|
// src/components/Copylink.tsx
|
|
341
|
-
import { jsx as
|
|
342
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
443
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
444
|
+
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx31(
|
|
343
445
|
"path",
|
|
344
446
|
{
|
|
345
447
|
fill: stroke || color || "currentColor",
|
|
@@ -350,9 +452,9 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
350
452
|
) }), Copylink_default = IconCopylink;
|
|
351
453
|
|
|
352
454
|
// src/components/CreditFilled.tsx
|
|
353
|
-
import { jsx as
|
|
354
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
355
|
-
/* @__PURE__ */
|
|
455
|
+
import { jsx as jsx32, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
456
|
+
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
457
|
+
/* @__PURE__ */ jsx32("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx32(
|
|
356
458
|
"path",
|
|
357
459
|
{
|
|
358
460
|
fill: fill || color || "currentColor",
|
|
@@ -361,12 +463,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
361
463
|
clipRule: "evenodd"
|
|
362
464
|
}
|
|
363
465
|
) }),
|
|
364
|
-
/* @__PURE__ */
|
|
466
|
+
/* @__PURE__ */ jsx32("defs", { children: /* @__PURE__ */ jsx32("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx32("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
365
467
|
] }), CreditFilled_default = IconCreditFilled;
|
|
366
468
|
|
|
367
469
|
// src/components/Cursor.tsx
|
|
368
|
-
import { jsx as
|
|
369
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
470
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
471
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
|
|
370
472
|
"path",
|
|
371
473
|
{
|
|
372
474
|
fill: stroke || color || "currentColor",
|
|
@@ -377,10 +479,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
377
479
|
) }), Cursor_default = IconCursor;
|
|
378
480
|
|
|
379
481
|
// src/components/DeleteSceneChoice.tsx
|
|
380
|
-
import { jsx as
|
|
381
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
382
|
-
/* @__PURE__ */
|
|
383
|
-
/* @__PURE__ */
|
|
482
|
+
import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
483
|
+
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
484
|
+
/* @__PURE__ */ jsx34("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
485
|
+
/* @__PURE__ */ jsx34(
|
|
384
486
|
"path",
|
|
385
487
|
{
|
|
386
488
|
fill: stroke || color || "currentColor",
|
|
@@ -392,10 +494,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
392
494
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
393
495
|
|
|
394
496
|
// src/components/Delete.tsx
|
|
395
|
-
import { jsx as
|
|
396
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
397
|
-
/* @__PURE__ */
|
|
398
|
-
/* @__PURE__ */
|
|
497
|
+
import { jsx as jsx35, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
498
|
+
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
499
|
+
/* @__PURE__ */ jsx35("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
500
|
+
/* @__PURE__ */ jsx35(
|
|
399
501
|
"path",
|
|
400
502
|
{
|
|
401
503
|
fill: stroke || color || "currentColor",
|
|
@@ -407,8 +509,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
407
509
|
] }), Delete_default = IconDelete;
|
|
408
510
|
|
|
409
511
|
// src/components/DownFilled.tsx
|
|
410
|
-
import { jsx as
|
|
411
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
512
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
513
|
+
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx36(
|
|
412
514
|
"path",
|
|
413
515
|
{
|
|
414
516
|
fill: fill || color || "currentColor",
|
|
@@ -419,8 +521,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
419
521
|
) }), DownFilled_default = IconDownFilled;
|
|
420
522
|
|
|
421
523
|
// src/components/DownleftFilled.tsx
|
|
422
|
-
import { jsx as
|
|
423
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
524
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
525
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
424
526
|
"path",
|
|
425
527
|
{
|
|
426
528
|
fill: fill || color || "currentColor",
|
|
@@ -431,16 +533,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
431
533
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
432
534
|
|
|
433
535
|
// src/components/Download.tsx
|
|
434
|
-
import { jsx as
|
|
435
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
436
|
-
/* @__PURE__ */
|
|
536
|
+
import { jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
537
|
+
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
538
|
+
/* @__PURE__ */ jsx38(
|
|
437
539
|
"path",
|
|
438
540
|
{
|
|
439
541
|
fill: stroke || color || "currentColor",
|
|
440
542
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
441
543
|
}
|
|
442
544
|
),
|
|
443
|
-
/* @__PURE__ */
|
|
545
|
+
/* @__PURE__ */ jsx38(
|
|
444
546
|
"path",
|
|
445
547
|
{
|
|
446
548
|
fill: stroke || color || "currentColor",
|
|
@@ -452,8 +554,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
452
554
|
] }), Download_default = IconDownload;
|
|
453
555
|
|
|
454
556
|
// src/components/DownrightFilled.tsx
|
|
455
|
-
import { jsx as
|
|
456
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
557
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
558
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
|
|
457
559
|
"path",
|
|
458
560
|
{
|
|
459
561
|
fill: fill || color || "currentColor",
|
|
@@ -464,19 +566,42 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
464
566
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
465
567
|
|
|
466
568
|
// src/components/DraghandleFilled.tsx
|
|
467
|
-
import { jsx as
|
|
468
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
469
|
-
/* @__PURE__ */
|
|
470
|
-
/* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */
|
|
472
|
-
/* @__PURE__ */
|
|
473
|
-
/* @__PURE__ */
|
|
474
|
-
/* @__PURE__ */
|
|
569
|
+
import { jsx as jsx40, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
570
|
+
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
571
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
572
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
573
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
574
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
575
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
576
|
+
/* @__PURE__ */ jsx40("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
475
577
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
476
578
|
|
|
579
|
+
// src/components/Expandwindow.tsx
|
|
580
|
+
import { jsx as jsx41, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
581
|
+
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
582
|
+
/* @__PURE__ */ jsx41(
|
|
583
|
+
"path",
|
|
584
|
+
{
|
|
585
|
+
fill: stroke || color || "currentColor",
|
|
586
|
+
d: "M13.125 1.875L15 0H24V9L22.125 10.875L18.4205 7.17049L14.2955 11.2955L12.7045 9.70451L16.8295 5.5795L13.125 1.875ZM16.682 2.25L21.75 7.31802V2.25H16.682Z",
|
|
587
|
+
fillRule: "evenodd",
|
|
588
|
+
clipRule: "evenodd"
|
|
589
|
+
}
|
|
590
|
+
),
|
|
591
|
+
/* @__PURE__ */ jsx41(
|
|
592
|
+
"path",
|
|
593
|
+
{
|
|
594
|
+
fill: stroke || color || "currentColor",
|
|
595
|
+
d: "M7.1705 18.4205L10.875 22.125L9 24H0V15L1.875 13.125L5.5795 16.8295L9.7045 12.7045L11.2955 14.2955L7.1705 18.4205ZM2.25 16.682L7.31802 21.75H2.25V16.682Z",
|
|
596
|
+
fillRule: "evenodd",
|
|
597
|
+
clipRule: "evenodd"
|
|
598
|
+
}
|
|
599
|
+
)
|
|
600
|
+
] }), Expandwindow_default = IconExpandwindow;
|
|
601
|
+
|
|
477
602
|
// src/components/FavoriteFilled.tsx
|
|
478
|
-
import { jsx as
|
|
479
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
603
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
604
|
+
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx42(
|
|
480
605
|
"path",
|
|
481
606
|
{
|
|
482
607
|
fill: fill || color || "currentColor",
|
|
@@ -485,8 +610,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
485
610
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
486
611
|
|
|
487
612
|
// src/components/Favorite.tsx
|
|
488
|
-
import { jsx as
|
|
489
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
613
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
614
|
+
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx43(
|
|
490
615
|
"path",
|
|
491
616
|
{
|
|
492
617
|
fill: stroke || color || "currentColor",
|
|
@@ -497,8 +622,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
497
622
|
) }), Favorite_default = IconFavorite;
|
|
498
623
|
|
|
499
624
|
// src/components/FeedbackFailFilled.tsx
|
|
500
|
-
import { jsx as
|
|
501
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
625
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
626
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx44(
|
|
502
627
|
"path",
|
|
503
628
|
{
|
|
504
629
|
fill: fill || color || "currentColor",
|
|
@@ -509,8 +634,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
509
634
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
510
635
|
|
|
511
636
|
// src/components/FeedbackPendingFilled.tsx
|
|
512
|
-
import { jsx as
|
|
513
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
637
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
638
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx45(
|
|
514
639
|
"path",
|
|
515
640
|
{
|
|
516
641
|
fill: fill || color || "currentColor",
|
|
@@ -521,8 +646,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
521
646
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
522
647
|
|
|
523
648
|
// src/components/FeedbackProblemFilled.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
649
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
650
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx46(
|
|
526
651
|
"path",
|
|
527
652
|
{
|
|
528
653
|
fill: fill || color || "currentColor",
|
|
@@ -533,30 +658,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
533
658
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
534
659
|
|
|
535
660
|
// src/components/FeedbackProblem.tsx
|
|
536
|
-
import { jsx as
|
|
537
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
538
|
-
/* @__PURE__ */
|
|
661
|
+
import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
662
|
+
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
663
|
+
/* @__PURE__ */ jsx47(
|
|
539
664
|
"path",
|
|
540
665
|
{
|
|
541
666
|
fill: stroke || color || "currentColor",
|
|
542
667
|
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"
|
|
543
668
|
}
|
|
544
669
|
),
|
|
545
|
-
/* @__PURE__ */
|
|
670
|
+
/* @__PURE__ */ jsx47(
|
|
546
671
|
"path",
|
|
547
672
|
{
|
|
548
673
|
fill: stroke || color || "currentColor",
|
|
549
674
|
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"
|
|
550
675
|
}
|
|
551
676
|
),
|
|
552
|
-
/* @__PURE__ */
|
|
677
|
+
/* @__PURE__ */ jsx47(
|
|
553
678
|
"path",
|
|
554
679
|
{
|
|
555
680
|
fill: stroke || color || "currentColor",
|
|
556
681
|
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"
|
|
557
682
|
}
|
|
558
683
|
),
|
|
559
|
-
/* @__PURE__ */
|
|
684
|
+
/* @__PURE__ */ jsx47(
|
|
560
685
|
"path",
|
|
561
686
|
{
|
|
562
687
|
fill: stroke || color || "currentColor",
|
|
@@ -568,9 +693,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
568
693
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
569
694
|
|
|
570
695
|
// src/components/FiletypeImageFilled.tsx
|
|
571
|
-
import { jsx as
|
|
572
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
696
|
+
import { jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
697
|
+
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
698
|
+
/* @__PURE__ */ jsx48("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx48(
|
|
574
699
|
"path",
|
|
575
700
|
{
|
|
576
701
|
fill: "#2E2E2E",
|
|
@@ -578,21 +703,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
578
703
|
style: { opacity: 0.3 }
|
|
579
704
|
}
|
|
580
705
|
) }),
|
|
581
|
-
/* @__PURE__ */
|
|
706
|
+
/* @__PURE__ */ jsx48(
|
|
582
707
|
"path",
|
|
583
708
|
{
|
|
584
709
|
fill: "#2E2E2E",
|
|
585
710
|
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"
|
|
586
711
|
}
|
|
587
712
|
),
|
|
588
|
-
/* @__PURE__ */
|
|
713
|
+
/* @__PURE__ */ jsx48(
|
|
589
714
|
"path",
|
|
590
715
|
{
|
|
591
716
|
fill: "#2E2E2E",
|
|
592
717
|
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"
|
|
593
718
|
}
|
|
594
719
|
),
|
|
595
|
-
/* @__PURE__ */
|
|
720
|
+
/* @__PURE__ */ jsx48(
|
|
596
721
|
"path",
|
|
597
722
|
{
|
|
598
723
|
fill: "#2E2E2E",
|
|
@@ -604,9 +729,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
604
729
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
605
730
|
|
|
606
731
|
// src/components/FiletypePdfFilled.tsx
|
|
607
|
-
import { jsx as
|
|
608
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
609
|
-
/* @__PURE__ */
|
|
732
|
+
import { jsx as jsx49, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
733
|
+
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
734
|
+
/* @__PURE__ */ jsx49("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx49(
|
|
610
735
|
"path",
|
|
611
736
|
{
|
|
612
737
|
fill: "#FF3E4C",
|
|
@@ -614,14 +739,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
614
739
|
style: { opacity: 0.3 }
|
|
615
740
|
}
|
|
616
741
|
) }),
|
|
617
|
-
/* @__PURE__ */
|
|
742
|
+
/* @__PURE__ */ jsx49(
|
|
618
743
|
"path",
|
|
619
744
|
{
|
|
620
745
|
fill: "#FF3E4C",
|
|
621
746
|
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"
|
|
622
747
|
}
|
|
623
748
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
749
|
+
/* @__PURE__ */ jsx49(
|
|
625
750
|
"path",
|
|
626
751
|
{
|
|
627
752
|
fill: "#FF3E4C",
|
|
@@ -631,9 +756,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
631
756
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
632
757
|
|
|
633
758
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
634
|
-
import { jsx as
|
|
635
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
636
|
-
/* @__PURE__ */
|
|
759
|
+
import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
760
|
+
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
761
|
+
/* @__PURE__ */ jsx50("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx50(
|
|
637
762
|
"path",
|
|
638
763
|
{
|
|
639
764
|
fill: "#2E2E2E",
|
|
@@ -641,14 +766,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
641
766
|
style: { opacity: 0.3 }
|
|
642
767
|
}
|
|
643
768
|
) }),
|
|
644
|
-
/* @__PURE__ */
|
|
769
|
+
/* @__PURE__ */ jsx50(
|
|
645
770
|
"path",
|
|
646
771
|
{
|
|
647
772
|
fill: "#2E2E2E",
|
|
648
773
|
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"
|
|
649
774
|
}
|
|
650
775
|
),
|
|
651
|
-
/* @__PURE__ */
|
|
776
|
+
/* @__PURE__ */ jsx50(
|
|
652
777
|
"path",
|
|
653
778
|
{
|
|
654
779
|
fill: "#2E2E2E",
|
|
@@ -658,9 +783,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
658
783
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
659
784
|
|
|
660
785
|
// src/components/FiletypeTxtFilled.tsx
|
|
661
|
-
import { jsx as
|
|
662
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
663
|
-
/* @__PURE__ */
|
|
786
|
+
import { jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
787
|
+
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
788
|
+
/* @__PURE__ */ jsx51("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx51(
|
|
664
789
|
"path",
|
|
665
790
|
{
|
|
666
791
|
fill: "#005FAD",
|
|
@@ -668,11 +793,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
668
793
|
style: { opacity: 0.3 }
|
|
669
794
|
}
|
|
670
795
|
) }),
|
|
671
|
-
/* @__PURE__ */
|
|
672
|
-
/* @__PURE__ */
|
|
673
|
-
/* @__PURE__ */
|
|
674
|
-
/* @__PURE__ */
|
|
675
|
-
/* @__PURE__ */
|
|
796
|
+
/* @__PURE__ */ jsx51("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
797
|
+
/* @__PURE__ */ jsx51("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
798
|
+
/* @__PURE__ */ jsx51("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
799
|
+
/* @__PURE__ */ jsx51("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
800
|
+
/* @__PURE__ */ jsx51(
|
|
676
801
|
"path",
|
|
677
802
|
{
|
|
678
803
|
fill: "#005FAD",
|
|
@@ -682,9 +807,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
682
807
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
683
808
|
|
|
684
809
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
685
|
-
import { jsx as
|
|
686
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
687
|
-
/* @__PURE__ */
|
|
810
|
+
import { jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
811
|
+
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
812
|
+
/* @__PURE__ */ jsx52("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx52(
|
|
688
813
|
"path",
|
|
689
814
|
{
|
|
690
815
|
fill: "#2E2E2E",
|
|
@@ -692,11 +817,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
692
817
|
style: { opacity: 0.3 }
|
|
693
818
|
}
|
|
694
819
|
) }),
|
|
695
|
-
/* @__PURE__ */
|
|
696
|
-
/* @__PURE__ */
|
|
697
|
-
/* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
699
|
-
/* @__PURE__ */
|
|
820
|
+
/* @__PURE__ */ jsx52("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
821
|
+
/* @__PURE__ */ jsx52("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
822
|
+
/* @__PURE__ */ jsx52("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
823
|
+
/* @__PURE__ */ jsx52("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
824
|
+
/* @__PURE__ */ jsx52(
|
|
700
825
|
"path",
|
|
701
826
|
{
|
|
702
827
|
fill: "#2E2E2E",
|
|
@@ -706,9 +831,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
706
831
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
707
832
|
|
|
708
833
|
// src/components/FiletypeWordFilled.tsx
|
|
709
|
-
import { jsx as
|
|
710
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
711
|
-
/* @__PURE__ */
|
|
834
|
+
import { jsx as jsx53, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
835
|
+
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
836
|
+
/* @__PURE__ */ jsx53("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx53(
|
|
712
837
|
"path",
|
|
713
838
|
{
|
|
714
839
|
fill: "#0072FF",
|
|
@@ -716,14 +841,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
716
841
|
style: { opacity: 0.3 }
|
|
717
842
|
}
|
|
718
843
|
) }),
|
|
719
|
-
/* @__PURE__ */
|
|
844
|
+
/* @__PURE__ */ jsx53(
|
|
720
845
|
"path",
|
|
721
846
|
{
|
|
722
847
|
fill: "#0072FF",
|
|
723
848
|
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"
|
|
724
849
|
}
|
|
725
850
|
),
|
|
726
|
-
/* @__PURE__ */
|
|
851
|
+
/* @__PURE__ */ jsx53(
|
|
727
852
|
"path",
|
|
728
853
|
{
|
|
729
854
|
fill: "#0072FF",
|
|
@@ -733,9 +858,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
733
858
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
734
859
|
|
|
735
860
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
736
|
-
import { jsx as
|
|
737
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
738
|
-
/* @__PURE__ */
|
|
861
|
+
import { jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
862
|
+
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
863
|
+
/* @__PURE__ */ jsx54("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx54(
|
|
739
864
|
"path",
|
|
740
865
|
{
|
|
741
866
|
fill: "#2E2E2E",
|
|
@@ -743,14 +868,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
743
868
|
style: { opacity: 0.3 }
|
|
744
869
|
}
|
|
745
870
|
) }),
|
|
746
|
-
/* @__PURE__ */
|
|
871
|
+
/* @__PURE__ */ jsx54(
|
|
747
872
|
"path",
|
|
748
873
|
{
|
|
749
874
|
fill: "#2E2E2E",
|
|
750
875
|
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"
|
|
751
876
|
}
|
|
752
877
|
),
|
|
753
|
-
/* @__PURE__ */
|
|
878
|
+
/* @__PURE__ */ jsx54(
|
|
754
879
|
"path",
|
|
755
880
|
{
|
|
756
881
|
fill: "#2E2E2E",
|
|
@@ -760,9 +885,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
760
885
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
761
886
|
|
|
762
887
|
// src/components/Fillin.tsx
|
|
763
|
-
import { jsx as
|
|
764
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
765
|
-
/* @__PURE__ */
|
|
888
|
+
import { jsx as jsx55, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
889
|
+
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
890
|
+
/* @__PURE__ */ jsx55("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx55(
|
|
766
891
|
"path",
|
|
767
892
|
{
|
|
768
893
|
fill: stroke || color || "currentColor",
|
|
@@ -771,7 +896,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
771
896
|
clipRule: "evenodd"
|
|
772
897
|
}
|
|
773
898
|
) }),
|
|
774
|
-
/* @__PURE__ */
|
|
899
|
+
/* @__PURE__ */ jsx55("defs", { children: /* @__PURE__ */ jsx55("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx55(
|
|
775
900
|
"rect",
|
|
776
901
|
{
|
|
777
902
|
width: "24",
|
|
@@ -783,36 +908,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
783
908
|
] }), Fillin_default = IconFillin;
|
|
784
909
|
|
|
785
910
|
// src/components/FoldedMenu.tsx
|
|
786
|
-
import { jsx as
|
|
787
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
788
|
-
/* @__PURE__ */
|
|
789
|
-
/* @__PURE__ */
|
|
790
|
-
/* @__PURE__ */
|
|
791
|
-
/* @__PURE__ */
|
|
911
|
+
import { jsx as jsx56, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
912
|
+
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
913
|
+
/* @__PURE__ */ jsx56("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
914
|
+
/* @__PURE__ */ jsx56("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
915
|
+
/* @__PURE__ */ jsx56("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
916
|
+
/* @__PURE__ */ jsx56("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
792
917
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
793
918
|
|
|
794
919
|
// src/components/FullScreen.tsx
|
|
795
|
-
import { jsx as
|
|
796
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
797
|
-
/* @__PURE__ */
|
|
798
|
-
/* @__PURE__ */
|
|
799
|
-
/* @__PURE__ */
|
|
800
|
-
/* @__PURE__ */
|
|
920
|
+
import { jsx as jsx57, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
921
|
+
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
922
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
923
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
924
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
925
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
801
926
|
] }), FullScreen_default = IconFullScreen;
|
|
802
927
|
|
|
803
928
|
// src/components/GameFilled.tsx
|
|
804
|
-
import { jsx as
|
|
805
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
806
|
-
/* @__PURE__ */
|
|
807
|
-
/* @__PURE__ */
|
|
808
|
-
/* @__PURE__ */
|
|
929
|
+
import { jsx as jsx58, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
930
|
+
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
931
|
+
/* @__PURE__ */ jsx58("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
932
|
+
/* @__PURE__ */ jsx58("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
933
|
+
/* @__PURE__ */ jsx58(
|
|
809
934
|
"path",
|
|
810
935
|
{
|
|
811
936
|
fill: fill || color || "currentColor",
|
|
812
937
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
813
938
|
}
|
|
814
939
|
),
|
|
815
|
-
/* @__PURE__ */
|
|
940
|
+
/* @__PURE__ */ jsx58(
|
|
816
941
|
"path",
|
|
817
942
|
{
|
|
818
943
|
fill: fill || color || "currentColor",
|
|
@@ -822,9 +947,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
822
947
|
] }), GameFilled_default = IconGameFilled;
|
|
823
948
|
|
|
824
949
|
// src/components/Game.tsx
|
|
825
|
-
import { jsx as
|
|
826
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
827
|
-
/* @__PURE__ */
|
|
950
|
+
import { jsx as jsx59, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
951
|
+
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
952
|
+
/* @__PURE__ */ jsx59(
|
|
828
953
|
"path",
|
|
829
954
|
{
|
|
830
955
|
fill: stroke || color || "currentColor",
|
|
@@ -833,7 +958,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
833
958
|
clipRule: "evenodd"
|
|
834
959
|
}
|
|
835
960
|
),
|
|
836
|
-
/* @__PURE__ */
|
|
961
|
+
/* @__PURE__ */ jsx59(
|
|
837
962
|
"path",
|
|
838
963
|
{
|
|
839
964
|
fill: stroke || color || "currentColor",
|
|
@@ -842,7 +967,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
842
967
|
clipRule: "evenodd"
|
|
843
968
|
}
|
|
844
969
|
),
|
|
845
|
-
/* @__PURE__ */
|
|
970
|
+
/* @__PURE__ */ jsx59(
|
|
846
971
|
"path",
|
|
847
972
|
{
|
|
848
973
|
fill: stroke || color || "currentColor",
|
|
@@ -851,7 +976,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
851
976
|
clipRule: "evenodd"
|
|
852
977
|
}
|
|
853
978
|
),
|
|
854
|
-
/* @__PURE__ */
|
|
979
|
+
/* @__PURE__ */ jsx59(
|
|
855
980
|
"path",
|
|
856
981
|
{
|
|
857
982
|
fill: stroke || color || "currentColor",
|
|
@@ -863,8 +988,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
863
988
|
] }), Game_default = IconGame;
|
|
864
989
|
|
|
865
990
|
// src/components/GamebackupFilled.tsx
|
|
866
|
-
import { jsx as
|
|
867
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
991
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
992
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx60(
|
|
868
993
|
"path",
|
|
869
994
|
{
|
|
870
995
|
fill: fill || color || "currentColor",
|
|
@@ -875,8 +1000,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
875
1000
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
876
1001
|
|
|
877
1002
|
// src/components/Gamebackup.tsx
|
|
878
|
-
import { jsx as
|
|
879
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1003
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
1004
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx61(
|
|
880
1005
|
"path",
|
|
881
1006
|
{
|
|
882
1007
|
fill: stroke || color || "currentColor",
|
|
@@ -887,8 +1012,8 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
887
1012
|
) }), Gamebackup_default = IconGamebackup;
|
|
888
1013
|
|
|
889
1014
|
// src/components/GamecontrolChoice.tsx
|
|
890
|
-
import { jsx as
|
|
891
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1015
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1016
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx62(
|
|
892
1017
|
"path",
|
|
893
1018
|
{
|
|
894
1019
|
fill: stroke || color || "currentColor",
|
|
@@ -899,8 +1024,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
899
1024
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
900
1025
|
|
|
901
1026
|
// src/components/GamecontrolGameplay.tsx
|
|
902
|
-
import { jsx as
|
|
903
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1027
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1028
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx63(
|
|
904
1029
|
"path",
|
|
905
1030
|
{
|
|
906
1031
|
fill: stroke || color || "currentColor",
|
|
@@ -911,8 +1036,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
911
1036
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
912
1037
|
|
|
913
1038
|
// src/components/GamecontrolLinear.tsx
|
|
914
|
-
import { jsx as
|
|
915
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1040
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
|
|
916
1041
|
"path",
|
|
917
1042
|
{
|
|
918
1043
|
fill: stroke || color || "currentColor",
|
|
@@ -923,16 +1048,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
923
1048
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
924
1049
|
|
|
925
1050
|
// src/components/GamecontrolNone.tsx
|
|
926
|
-
import { jsx as
|
|
927
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
928
|
-
/* @__PURE__ */
|
|
1051
|
+
import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1052
|
+
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1053
|
+
/* @__PURE__ */ jsx65(
|
|
929
1054
|
"path",
|
|
930
1055
|
{
|
|
931
1056
|
fill: stroke || color || "currentColor",
|
|
932
1057
|
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"
|
|
933
1058
|
}
|
|
934
1059
|
),
|
|
935
|
-
/* @__PURE__ */
|
|
1060
|
+
/* @__PURE__ */ jsx65(
|
|
936
1061
|
"path",
|
|
937
1062
|
{
|
|
938
1063
|
fill: stroke || color || "currentColor",
|
|
@@ -941,7 +1066,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
941
1066
|
clipRule: "evenodd"
|
|
942
1067
|
}
|
|
943
1068
|
),
|
|
944
|
-
/* @__PURE__ */
|
|
1069
|
+
/* @__PURE__ */ jsx65(
|
|
945
1070
|
"path",
|
|
946
1071
|
{
|
|
947
1072
|
fill: stroke || color || "currentColor",
|
|
@@ -953,8 +1078,8 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
953
1078
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
954
1079
|
|
|
955
1080
|
// src/components/Gamelanguage.tsx
|
|
956
|
-
import { jsx as
|
|
957
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1081
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1082
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx66(
|
|
958
1083
|
"path",
|
|
959
1084
|
{
|
|
960
1085
|
fill: stroke || color || "currentColor",
|
|
@@ -965,9 +1090,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
965
1090
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
966
1091
|
|
|
967
1092
|
// src/components/Gamepreview.tsx
|
|
968
|
-
import { jsx as
|
|
969
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
970
|
-
/* @__PURE__ */
|
|
1093
|
+
import { jsx as jsx67, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1094
|
+
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1095
|
+
/* @__PURE__ */ jsx67(
|
|
971
1096
|
"path",
|
|
972
1097
|
{
|
|
973
1098
|
fill: stroke || color || "currentColor",
|
|
@@ -976,7 +1101,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
976
1101
|
clipRule: "evenodd"
|
|
977
1102
|
}
|
|
978
1103
|
),
|
|
979
|
-
/* @__PURE__ */
|
|
1104
|
+
/* @__PURE__ */ jsx67(
|
|
980
1105
|
"path",
|
|
981
1106
|
{
|
|
982
1107
|
fill: stroke || color || "currentColor",
|
|
@@ -988,8 +1113,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
988
1113
|
] }), Gamepreview_default = IconGamepreview;
|
|
989
1114
|
|
|
990
1115
|
// src/components/Gameui.tsx
|
|
991
|
-
import { jsx as
|
|
992
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1116
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1117
|
+
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx68(
|
|
993
1118
|
"path",
|
|
994
1119
|
{
|
|
995
1120
|
fill: stroke || color || "currentColor",
|
|
@@ -1000,16 +1125,16 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1000
1125
|
) }), Gameui_default = IconGameui;
|
|
1001
1126
|
|
|
1002
1127
|
// src/components/GenerateMultimage.tsx
|
|
1003
|
-
import { jsx as
|
|
1004
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1005
|
-
/* @__PURE__ */
|
|
1128
|
+
import { jsx as jsx69, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1129
|
+
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1130
|
+
/* @__PURE__ */ jsx69(
|
|
1006
1131
|
"path",
|
|
1007
1132
|
{
|
|
1008
1133
|
fill: stroke || color || "currentColor",
|
|
1009
1134
|
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"
|
|
1010
1135
|
}
|
|
1011
1136
|
),
|
|
1012
|
-
/* @__PURE__ */
|
|
1137
|
+
/* @__PURE__ */ jsx69(
|
|
1013
1138
|
"path",
|
|
1014
1139
|
{
|
|
1015
1140
|
fill: stroke || color || "currentColor",
|
|
@@ -1018,12 +1143,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1018
1143
|
clipRule: "evenodd"
|
|
1019
1144
|
}
|
|
1020
1145
|
),
|
|
1021
|
-
/* @__PURE__ */
|
|
1146
|
+
/* @__PURE__ */ jsx69("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1022
1147
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1023
1148
|
|
|
1024
1149
|
// src/components/GenerateFilled.tsx
|
|
1025
|
-
import { jsx as
|
|
1026
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1150
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1151
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx70(
|
|
1027
1152
|
"path",
|
|
1028
1153
|
{
|
|
1029
1154
|
fill: fill || color || "currentColor",
|
|
@@ -1034,16 +1159,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1034
1159
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1035
1160
|
|
|
1036
1161
|
// src/components/GenerateFrameStart.tsx
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
-
/* @__PURE__ */
|
|
1162
|
+
import { jsx as jsx71, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1163
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1164
|
+
/* @__PURE__ */ jsx71(
|
|
1040
1165
|
"path",
|
|
1041
1166
|
{
|
|
1042
1167
|
fill: stroke || color || "currentColor",
|
|
1043
1168
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
1044
1169
|
}
|
|
1045
1170
|
),
|
|
1046
|
-
/* @__PURE__ */
|
|
1171
|
+
/* @__PURE__ */ jsx71(
|
|
1047
1172
|
"path",
|
|
1048
1173
|
{
|
|
1049
1174
|
fill: stroke || color || "currentColor",
|
|
@@ -1055,9 +1180,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1055
1180
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1056
1181
|
|
|
1057
1182
|
// src/components/GenerateFrameStart2End.tsx
|
|
1058
|
-
import { jsx as
|
|
1059
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1060
|
-
/* @__PURE__ */
|
|
1183
|
+
import { jsx as jsx72, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1184
|
+
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1185
|
+
/* @__PURE__ */ jsx72(
|
|
1061
1186
|
"path",
|
|
1062
1187
|
{
|
|
1063
1188
|
fill: stroke || color || "currentColor",
|
|
@@ -1066,14 +1191,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1066
1191
|
clipRule: "evenodd"
|
|
1067
1192
|
}
|
|
1068
1193
|
),
|
|
1069
|
-
/* @__PURE__ */
|
|
1194
|
+
/* @__PURE__ */ jsx72(
|
|
1070
1195
|
"path",
|
|
1071
1196
|
{
|
|
1072
1197
|
fill: stroke || color || "currentColor",
|
|
1073
1198
|
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"
|
|
1074
1199
|
}
|
|
1075
1200
|
),
|
|
1076
|
-
/* @__PURE__ */
|
|
1201
|
+
/* @__PURE__ */ jsx72(
|
|
1077
1202
|
"path",
|
|
1078
1203
|
{
|
|
1079
1204
|
fill: stroke || color || "currentColor",
|
|
@@ -1085,9 +1210,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1085
1210
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1086
1211
|
|
|
1087
1212
|
// src/components/GenerateSwitchframe.tsx
|
|
1088
|
-
import { jsx as
|
|
1089
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1090
|
-
/* @__PURE__ */
|
|
1213
|
+
import { jsx as jsx73, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1214
|
+
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1215
|
+
/* @__PURE__ */ jsx73(
|
|
1091
1216
|
"path",
|
|
1092
1217
|
{
|
|
1093
1218
|
fill: stroke || color || "currentColor",
|
|
@@ -1096,7 +1221,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1096
1221
|
clipRule: "evenodd"
|
|
1097
1222
|
}
|
|
1098
1223
|
),
|
|
1099
|
-
/* @__PURE__ */
|
|
1224
|
+
/* @__PURE__ */ jsx73(
|
|
1100
1225
|
"path",
|
|
1101
1226
|
{
|
|
1102
1227
|
fill: stroke || color || "currentColor",
|
|
@@ -1108,16 +1233,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1108
1233
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1109
1234
|
|
|
1110
1235
|
// src/components/GenerateT2V.tsx
|
|
1111
|
-
import { jsx as
|
|
1112
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1113
|
-
/* @__PURE__ */
|
|
1236
|
+
import { jsx as jsx74, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1237
|
+
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1238
|
+
/* @__PURE__ */ jsx74(
|
|
1114
1239
|
"path",
|
|
1115
1240
|
{
|
|
1116
1241
|
fill: stroke || color || "currentColor",
|
|
1117
1242
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1118
1243
|
}
|
|
1119
1244
|
),
|
|
1120
|
-
/* @__PURE__ */
|
|
1245
|
+
/* @__PURE__ */ jsx74(
|
|
1121
1246
|
"path",
|
|
1122
1247
|
{
|
|
1123
1248
|
fill: stroke || color || "currentColor",
|
|
@@ -1129,16 +1254,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1129
1254
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1130
1255
|
|
|
1131
1256
|
// src/components/GenreAuto.tsx
|
|
1132
|
-
import { jsx as
|
|
1133
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1134
|
-
/* @__PURE__ */
|
|
1257
|
+
import { jsx as jsx75, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1258
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1259
|
+
/* @__PURE__ */ jsx75(
|
|
1135
1260
|
"path",
|
|
1136
1261
|
{
|
|
1137
1262
|
fill: stroke || color || "currentColor",
|
|
1138
1263
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1139
1264
|
}
|
|
1140
1265
|
),
|
|
1141
|
-
/* @__PURE__ */
|
|
1266
|
+
/* @__PURE__ */ jsx75(
|
|
1142
1267
|
"path",
|
|
1143
1268
|
{
|
|
1144
1269
|
fill: stroke || color || "currentColor",
|
|
@@ -1147,15 +1272,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1147
1272
|
clipRule: "evenodd"
|
|
1148
1273
|
}
|
|
1149
1274
|
),
|
|
1150
|
-
/* @__PURE__ */
|
|
1151
|
-
/* @__PURE__ */
|
|
1275
|
+
/* @__PURE__ */ jsx75("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1276
|
+
/* @__PURE__ */ jsx75(
|
|
1152
1277
|
"path",
|
|
1153
1278
|
{
|
|
1154
1279
|
fill: stroke || color || "currentColor",
|
|
1155
1280
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1156
1281
|
}
|
|
1157
1282
|
),
|
|
1158
|
-
/* @__PURE__ */
|
|
1283
|
+
/* @__PURE__ */ jsx75(
|
|
1159
1284
|
"path",
|
|
1160
1285
|
{
|
|
1161
1286
|
fill: stroke || color || "currentColor",
|
|
@@ -1165,23 +1290,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1165
1290
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1166
1291
|
|
|
1167
1292
|
// src/components/GenreComedy.tsx
|
|
1168
|
-
import { jsx as
|
|
1169
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1293
|
+
import { jsx as jsx76, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1294
|
+
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1295
|
+
/* @__PURE__ */ jsx76(
|
|
1171
1296
|
"path",
|
|
1172
1297
|
{
|
|
1173
1298
|
fill: stroke || color || "currentColor",
|
|
1174
1299
|
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"
|
|
1175
1300
|
}
|
|
1176
1301
|
),
|
|
1177
|
-
/* @__PURE__ */
|
|
1302
|
+
/* @__PURE__ */ jsx76(
|
|
1178
1303
|
"path",
|
|
1179
1304
|
{
|
|
1180
1305
|
fill: stroke || color || "currentColor",
|
|
1181
1306
|
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"
|
|
1182
1307
|
}
|
|
1183
1308
|
),
|
|
1184
|
-
/* @__PURE__ */
|
|
1309
|
+
/* @__PURE__ */ jsx76(
|
|
1185
1310
|
"path",
|
|
1186
1311
|
{
|
|
1187
1312
|
fill: stroke || color || "currentColor",
|
|
@@ -1190,7 +1315,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1190
1315
|
clipRule: "evenodd"
|
|
1191
1316
|
}
|
|
1192
1317
|
),
|
|
1193
|
-
/* @__PURE__ */
|
|
1318
|
+
/* @__PURE__ */ jsx76(
|
|
1194
1319
|
"path",
|
|
1195
1320
|
{
|
|
1196
1321
|
fill: stroke || color || "currentColor",
|
|
@@ -1202,8 +1327,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1202
1327
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1203
1328
|
|
|
1204
1329
|
// src/components/GenreFantasy.tsx
|
|
1205
|
-
import { jsx as
|
|
1206
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1330
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
1331
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx77(
|
|
1207
1332
|
"path",
|
|
1208
1333
|
{
|
|
1209
1334
|
fill: stroke || color || "currentColor",
|
|
@@ -1214,23 +1339,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1214
1339
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1215
1340
|
|
|
1216
1341
|
// src/components/GenreHorror.tsx
|
|
1217
|
-
import { jsx as
|
|
1218
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1219
|
-
/* @__PURE__ */
|
|
1342
|
+
import { jsx as jsx78, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1343
|
+
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1344
|
+
/* @__PURE__ */ jsx78(
|
|
1220
1345
|
"path",
|
|
1221
1346
|
{
|
|
1222
1347
|
fill: stroke || color || "currentColor",
|
|
1223
1348
|
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"
|
|
1224
1349
|
}
|
|
1225
1350
|
),
|
|
1226
|
-
/* @__PURE__ */
|
|
1351
|
+
/* @__PURE__ */ jsx78(
|
|
1227
1352
|
"path",
|
|
1228
1353
|
{
|
|
1229
1354
|
fill: stroke || color || "currentColor",
|
|
1230
1355
|
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"
|
|
1231
1356
|
}
|
|
1232
1357
|
),
|
|
1233
|
-
/* @__PURE__ */
|
|
1358
|
+
/* @__PURE__ */ jsx78(
|
|
1234
1359
|
"path",
|
|
1235
1360
|
{
|
|
1236
1361
|
fill: stroke || color || "currentColor",
|
|
@@ -1242,8 +1367,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1242
1367
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1243
1368
|
|
|
1244
1369
|
// src/components/GenreRomance.tsx
|
|
1245
|
-
import { jsx as
|
|
1246
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1370
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1371
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
|
|
1247
1372
|
"path",
|
|
1248
1373
|
{
|
|
1249
1374
|
fill: stroke || color || "currentColor",
|
|
@@ -1254,16 +1379,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1254
1379
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1255
1380
|
|
|
1256
1381
|
// src/components/GenreScifi.tsx
|
|
1257
|
-
import { jsx as
|
|
1258
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1259
|
-
/* @__PURE__ */
|
|
1382
|
+
import { jsx as jsx80, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1383
|
+
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1384
|
+
/* @__PURE__ */ jsx80(
|
|
1260
1385
|
"path",
|
|
1261
1386
|
{
|
|
1262
1387
|
fill: stroke || color || "currentColor",
|
|
1263
1388
|
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"
|
|
1264
1389
|
}
|
|
1265
1390
|
),
|
|
1266
|
-
/* @__PURE__ */
|
|
1391
|
+
/* @__PURE__ */ jsx80(
|
|
1267
1392
|
"path",
|
|
1268
1393
|
{
|
|
1269
1394
|
fill: stroke || color || "currentColor",
|
|
@@ -1272,7 +1397,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1272
1397
|
clipRule: "evenodd"
|
|
1273
1398
|
}
|
|
1274
1399
|
),
|
|
1275
|
-
/* @__PURE__ */
|
|
1400
|
+
/* @__PURE__ */ jsx80(
|
|
1276
1401
|
"path",
|
|
1277
1402
|
{
|
|
1278
1403
|
fill: stroke || color || "currentColor",
|
|
@@ -1282,8 +1407,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1282
1407
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1283
1408
|
|
|
1284
1409
|
// src/components/GenreSuspense.tsx
|
|
1285
|
-
import { jsx as
|
|
1286
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1410
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
1411
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx81(
|
|
1287
1412
|
"path",
|
|
1288
1413
|
{
|
|
1289
1414
|
fill: stroke || color || "currentColor",
|
|
@@ -1294,8 +1419,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1294
1419
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1295
1420
|
|
|
1296
1421
|
// src/components/Genre.tsx
|
|
1297
|
-
import { jsx as
|
|
1298
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1422
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1423
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx82(
|
|
1299
1424
|
"path",
|
|
1300
1425
|
{
|
|
1301
1426
|
fill: stroke || color || "currentColor",
|
|
@@ -1306,9 +1431,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1306
1431
|
) }), Genre_default = IconGenre;
|
|
1307
1432
|
|
|
1308
1433
|
// src/components/GoogleLogoFilled.tsx
|
|
1309
|
-
import { jsx as
|
|
1310
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1311
|
-
/* @__PURE__ */
|
|
1434
|
+
import { jsx as jsx83, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1435
|
+
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1436
|
+
/* @__PURE__ */ jsx83(
|
|
1312
1437
|
"mask",
|
|
1313
1438
|
{
|
|
1314
1439
|
id: "mask0_48_113",
|
|
@@ -1318,7 +1443,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1318
1443
|
y: "0",
|
|
1319
1444
|
maskUnits: "userSpaceOnUse",
|
|
1320
1445
|
style: { maskType: "luminance" },
|
|
1321
|
-
children: /* @__PURE__ */
|
|
1446
|
+
children: /* @__PURE__ */ jsx83(
|
|
1322
1447
|
"path",
|
|
1323
1448
|
{
|
|
1324
1449
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,64 +1452,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1327
1452
|
)
|
|
1328
1453
|
}
|
|
1329
1454
|
),
|
|
1330
|
-
/* @__PURE__ */
|
|
1331
|
-
/* @__PURE__ */
|
|
1455
|
+
/* @__PURE__ */ jsxs41("g", { mask: "url(#mask0_48_113)", children: [
|
|
1456
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1332
1457
|
"path",
|
|
1333
1458
|
{
|
|
1334
1459
|
fill: "url(#paint0_radial_48_113)",
|
|
1335
1460
|
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"
|
|
1336
1461
|
}
|
|
1337
1462
|
) }),
|
|
1338
|
-
/* @__PURE__ */
|
|
1463
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1339
1464
|
"path",
|
|
1340
1465
|
{
|
|
1341
1466
|
fill: "url(#paint1_radial_48_113)",
|
|
1342
1467
|
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"
|
|
1343
1468
|
}
|
|
1344
1469
|
) }),
|
|
1345
|
-
/* @__PURE__ */
|
|
1470
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1346
1471
|
"path",
|
|
1347
1472
|
{
|
|
1348
1473
|
fill: "url(#paint2_radial_48_113)",
|
|
1349
1474
|
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"
|
|
1350
1475
|
}
|
|
1351
1476
|
) }),
|
|
1352
|
-
/* @__PURE__ */
|
|
1477
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1353
1478
|
"path",
|
|
1354
1479
|
{
|
|
1355
1480
|
fill: "url(#paint3_radial_48_113)",
|
|
1356
1481
|
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"
|
|
1357
1482
|
}
|
|
1358
1483
|
) }),
|
|
1359
|
-
/* @__PURE__ */
|
|
1484
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1360
1485
|
"path",
|
|
1361
1486
|
{
|
|
1362
1487
|
fill: "#3086FF",
|
|
1363
1488
|
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"
|
|
1364
1489
|
}
|
|
1365
1490
|
) }),
|
|
1366
|
-
/* @__PURE__ */
|
|
1491
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1367
1492
|
"path",
|
|
1368
1493
|
{
|
|
1369
1494
|
fill: "url(#paint4_radial_48_113)",
|
|
1370
1495
|
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"
|
|
1371
1496
|
}
|
|
1372
1497
|
) }),
|
|
1373
|
-
/* @__PURE__ */
|
|
1498
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1374
1499
|
"path",
|
|
1375
1500
|
{
|
|
1376
1501
|
fill: "url(#paint5_radial_48_113)",
|
|
1377
1502
|
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"
|
|
1378
1503
|
}
|
|
1379
1504
|
) }),
|
|
1380
|
-
/* @__PURE__ */
|
|
1505
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx83(
|
|
1381
1506
|
"path",
|
|
1382
1507
|
{
|
|
1383
1508
|
fill: "url(#paint6_radial_48_113)",
|
|
1384
1509
|
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"
|
|
1385
1510
|
}
|
|
1386
1511
|
) }),
|
|
1387
|
-
/* @__PURE__ */
|
|
1512
|
+
/* @__PURE__ */ jsx83("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx83(
|
|
1388
1513
|
"path",
|
|
1389
1514
|
{
|
|
1390
1515
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1392,8 +1517,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1392
1517
|
}
|
|
1393
1518
|
) })
|
|
1394
1519
|
] }),
|
|
1395
|
-
/* @__PURE__ */
|
|
1396
|
-
/* @__PURE__ */
|
|
1520
|
+
/* @__PURE__ */ jsxs41("defs", { children: [
|
|
1521
|
+
/* @__PURE__ */ jsxs41(
|
|
1397
1522
|
"filter",
|
|
1398
1523
|
{
|
|
1399
1524
|
id: "filter0_f_48_113",
|
|
@@ -1404,13 +1529,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1404
1529
|
filterUnits: "userSpaceOnUse",
|
|
1405
1530
|
colorInterpolationFilters: "sRGB",
|
|
1406
1531
|
children: [
|
|
1407
|
-
/* @__PURE__ */
|
|
1408
|
-
/* @__PURE__ */
|
|
1409
|
-
/* @__PURE__ */
|
|
1532
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1533
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1534
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1410
1535
|
]
|
|
1411
1536
|
}
|
|
1412
1537
|
),
|
|
1413
|
-
/* @__PURE__ */
|
|
1538
|
+
/* @__PURE__ */ jsxs41(
|
|
1414
1539
|
"filter",
|
|
1415
1540
|
{
|
|
1416
1541
|
id: "filter1_f_48_113",
|
|
@@ -1421,13 +1546,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1421
1546
|
filterUnits: "userSpaceOnUse",
|
|
1422
1547
|
colorInterpolationFilters: "sRGB",
|
|
1423
1548
|
children: [
|
|
1424
|
-
/* @__PURE__ */
|
|
1425
|
-
/* @__PURE__ */
|
|
1426
|
-
/* @__PURE__ */
|
|
1549
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1550
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1551
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1427
1552
|
]
|
|
1428
1553
|
}
|
|
1429
1554
|
),
|
|
1430
|
-
/* @__PURE__ */
|
|
1555
|
+
/* @__PURE__ */ jsxs41(
|
|
1431
1556
|
"filter",
|
|
1432
1557
|
{
|
|
1433
1558
|
id: "filter2_f_48_113",
|
|
@@ -1438,13 +1563,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1438
1563
|
filterUnits: "userSpaceOnUse",
|
|
1439
1564
|
colorInterpolationFilters: "sRGB",
|
|
1440
1565
|
children: [
|
|
1441
|
-
/* @__PURE__ */
|
|
1442
|
-
/* @__PURE__ */
|
|
1443
|
-
/* @__PURE__ */
|
|
1566
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1567
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1568
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1444
1569
|
]
|
|
1445
1570
|
}
|
|
1446
1571
|
),
|
|
1447
|
-
/* @__PURE__ */
|
|
1572
|
+
/* @__PURE__ */ jsxs41(
|
|
1448
1573
|
"filter",
|
|
1449
1574
|
{
|
|
1450
1575
|
id: "filter3_f_48_113",
|
|
@@ -1455,13 +1580,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1455
1580
|
filterUnits: "userSpaceOnUse",
|
|
1456
1581
|
colorInterpolationFilters: "sRGB",
|
|
1457
1582
|
children: [
|
|
1458
|
-
/* @__PURE__ */
|
|
1459
|
-
/* @__PURE__ */
|
|
1460
|
-
/* @__PURE__ */
|
|
1583
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1584
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1585
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1461
1586
|
]
|
|
1462
1587
|
}
|
|
1463
1588
|
),
|
|
1464
|
-
/* @__PURE__ */
|
|
1589
|
+
/* @__PURE__ */ jsxs41(
|
|
1465
1590
|
"filter",
|
|
1466
1591
|
{
|
|
1467
1592
|
id: "filter4_f_48_113",
|
|
@@ -1472,13 +1597,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1472
1597
|
filterUnits: "userSpaceOnUse",
|
|
1473
1598
|
colorInterpolationFilters: "sRGB",
|
|
1474
1599
|
children: [
|
|
1475
|
-
/* @__PURE__ */
|
|
1476
|
-
/* @__PURE__ */
|
|
1477
|
-
/* @__PURE__ */
|
|
1600
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1601
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1602
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1478
1603
|
]
|
|
1479
1604
|
}
|
|
1480
1605
|
),
|
|
1481
|
-
/* @__PURE__ */
|
|
1606
|
+
/* @__PURE__ */ jsxs41(
|
|
1482
1607
|
"filter",
|
|
1483
1608
|
{
|
|
1484
1609
|
id: "filter5_f_48_113",
|
|
@@ -1489,13 +1614,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1489
1614
|
filterUnits: "userSpaceOnUse",
|
|
1490
1615
|
colorInterpolationFilters: "sRGB",
|
|
1491
1616
|
children: [
|
|
1492
|
-
/* @__PURE__ */
|
|
1493
|
-
/* @__PURE__ */
|
|
1494
|
-
/* @__PURE__ */
|
|
1617
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1618
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1619
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1495
1620
|
]
|
|
1496
1621
|
}
|
|
1497
1622
|
),
|
|
1498
|
-
/* @__PURE__ */
|
|
1623
|
+
/* @__PURE__ */ jsxs41(
|
|
1499
1624
|
"filter",
|
|
1500
1625
|
{
|
|
1501
1626
|
id: "filter6_f_48_113",
|
|
@@ -1506,13 +1631,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1506
1631
|
filterUnits: "userSpaceOnUse",
|
|
1507
1632
|
colorInterpolationFilters: "sRGB",
|
|
1508
1633
|
children: [
|
|
1509
|
-
/* @__PURE__ */
|
|
1510
|
-
/* @__PURE__ */
|
|
1511
|
-
/* @__PURE__ */
|
|
1634
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1635
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1636
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1512
1637
|
]
|
|
1513
1638
|
}
|
|
1514
1639
|
),
|
|
1515
|
-
/* @__PURE__ */
|
|
1640
|
+
/* @__PURE__ */ jsxs41(
|
|
1516
1641
|
"filter",
|
|
1517
1642
|
{
|
|
1518
1643
|
id: "filter7_f_48_113",
|
|
@@ -1523,13 +1648,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1523
1648
|
filterUnits: "userSpaceOnUse",
|
|
1524
1649
|
colorInterpolationFilters: "sRGB",
|
|
1525
1650
|
children: [
|
|
1526
|
-
/* @__PURE__ */
|
|
1527
|
-
/* @__PURE__ */
|
|
1528
|
-
/* @__PURE__ */
|
|
1651
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1652
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1653
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1529
1654
|
]
|
|
1530
1655
|
}
|
|
1531
1656
|
),
|
|
1532
|
-
/* @__PURE__ */
|
|
1657
|
+
/* @__PURE__ */ jsxs41(
|
|
1533
1658
|
"filter",
|
|
1534
1659
|
{
|
|
1535
1660
|
id: "filter8_f_48_113",
|
|
@@ -1540,13 +1665,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1540
1665
|
filterUnits: "userSpaceOnUse",
|
|
1541
1666
|
colorInterpolationFilters: "sRGB",
|
|
1542
1667
|
children: [
|
|
1543
|
-
/* @__PURE__ */
|
|
1544
|
-
/* @__PURE__ */
|
|
1545
|
-
/* @__PURE__ */
|
|
1668
|
+
/* @__PURE__ */ jsx83("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1669
|
+
/* @__PURE__ */ jsx83("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1670
|
+
/* @__PURE__ */ jsx83("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1546
1671
|
]
|
|
1547
1672
|
}
|
|
1548
1673
|
),
|
|
1549
|
-
/* @__PURE__ */
|
|
1674
|
+
/* @__PURE__ */ jsxs41(
|
|
1550
1675
|
"radialGradient",
|
|
1551
1676
|
{
|
|
1552
1677
|
id: "paint0_radial_48_113",
|
|
@@ -1556,20 +1681,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1556
1681
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1557
1682
|
gradientUnits: "userSpaceOnUse",
|
|
1558
1683
|
children: [
|
|
1559
|
-
/* @__PURE__ */
|
|
1560
|
-
/* @__PURE__ */
|
|
1561
|
-
/* @__PURE__ */
|
|
1562
|
-
/* @__PURE__ */
|
|
1563
|
-
/* @__PURE__ */
|
|
1564
|
-
/* @__PURE__ */
|
|
1565
|
-
/* @__PURE__ */
|
|
1566
|
-
/* @__PURE__ */
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
/* @__PURE__ */
|
|
1684
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1685
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1686
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1687
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1688
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1689
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1690
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1691
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1692
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1693
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1569
1694
|
]
|
|
1570
1695
|
}
|
|
1571
1696
|
),
|
|
1572
|
-
/* @__PURE__ */
|
|
1697
|
+
/* @__PURE__ */ jsxs41(
|
|
1573
1698
|
"radialGradient",
|
|
1574
1699
|
{
|
|
1575
1700
|
id: "paint1_radial_48_113",
|
|
@@ -1579,12 +1704,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1579
1704
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1580
1705
|
gradientUnits: "userSpaceOnUse",
|
|
1581
1706
|
children: [
|
|
1582
|
-
/* @__PURE__ */
|
|
1583
|
-
/* @__PURE__ */
|
|
1707
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1708
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1584
1709
|
]
|
|
1585
1710
|
}
|
|
1586
1711
|
),
|
|
1587
|
-
/* @__PURE__ */
|
|
1712
|
+
/* @__PURE__ */ jsxs41(
|
|
1588
1713
|
"radialGradient",
|
|
1589
1714
|
{
|
|
1590
1715
|
id: "paint2_radial_48_113",
|
|
@@ -1594,18 +1719,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1594
1719
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1595
1720
|
gradientUnits: "userSpaceOnUse",
|
|
1596
1721
|
children: [
|
|
1597
|
-
/* @__PURE__ */
|
|
1598
|
-
/* @__PURE__ */
|
|
1599
|
-
/* @__PURE__ */
|
|
1600
|
-
/* @__PURE__ */
|
|
1601
|
-
/* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1603
|
-
/* @__PURE__ */
|
|
1604
|
-
/* @__PURE__ */
|
|
1722
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1723
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1724
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1725
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1726
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1727
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1728
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1729
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1605
1730
|
]
|
|
1606
1731
|
}
|
|
1607
1732
|
),
|
|
1608
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ jsxs41(
|
|
1609
1734
|
"radialGradient",
|
|
1610
1735
|
{
|
|
1611
1736
|
id: "paint3_radial_48_113",
|
|
@@ -1615,19 +1740,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1615
1740
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1616
1741
|
gradientUnits: "userSpaceOnUse",
|
|
1617
1742
|
children: [
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1620
|
-
/* @__PURE__ */
|
|
1621
|
-
/* @__PURE__ */
|
|
1622
|
-
/* @__PURE__ */
|
|
1623
|
-
/* @__PURE__ */
|
|
1624
|
-
/* @__PURE__ */
|
|
1625
|
-
/* @__PURE__ */
|
|
1626
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1744
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1745
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1746
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1747
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1748
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1749
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1750
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1751
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1627
1752
|
]
|
|
1628
1753
|
}
|
|
1629
1754
|
),
|
|
1630
|
-
/* @__PURE__ */
|
|
1755
|
+
/* @__PURE__ */ jsxs41(
|
|
1631
1756
|
"radialGradient",
|
|
1632
1757
|
{
|
|
1633
1758
|
id: "paint4_radial_48_113",
|
|
@@ -1637,18 +1762,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1637
1762
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1638
1763
|
gradientUnits: "userSpaceOnUse",
|
|
1639
1764
|
children: [
|
|
1640
|
-
/* @__PURE__ */
|
|
1641
|
-
/* @__PURE__ */
|
|
1642
|
-
/* @__PURE__ */
|
|
1643
|
-
/* @__PURE__ */
|
|
1644
|
-
/* @__PURE__ */
|
|
1645
|
-
/* @__PURE__ */
|
|
1646
|
-
/* @__PURE__ */
|
|
1647
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1766
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1767
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1768
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1769
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1770
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1771
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1772
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1648
1773
|
]
|
|
1649
1774
|
}
|
|
1650
1775
|
),
|
|
1651
|
-
/* @__PURE__ */
|
|
1776
|
+
/* @__PURE__ */ jsxs41(
|
|
1652
1777
|
"radialGradient",
|
|
1653
1778
|
{
|
|
1654
1779
|
id: "paint5_radial_48_113",
|
|
@@ -1658,15 +1783,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1658
1783
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1659
1784
|
gradientUnits: "userSpaceOnUse",
|
|
1660
1785
|
children: [
|
|
1661
|
-
/* @__PURE__ */
|
|
1662
|
-
/* @__PURE__ */
|
|
1663
|
-
/* @__PURE__ */
|
|
1664
|
-
/* @__PURE__ */
|
|
1665
|
-
/* @__PURE__ */
|
|
1786
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1787
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1788
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1789
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1790
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1666
1791
|
]
|
|
1667
1792
|
}
|
|
1668
1793
|
),
|
|
1669
|
-
/* @__PURE__ */
|
|
1794
|
+
/* @__PURE__ */ jsxs41(
|
|
1670
1795
|
"radialGradient",
|
|
1671
1796
|
{
|
|
1672
1797
|
id: "paint6_radial_48_113",
|
|
@@ -1676,20 +1801,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1676
1801
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1677
1802
|
gradientUnits: "userSpaceOnUse",
|
|
1678
1803
|
children: [
|
|
1679
|
-
/* @__PURE__ */
|
|
1680
|
-
/* @__PURE__ */
|
|
1681
|
-
/* @__PURE__ */
|
|
1682
|
-
/* @__PURE__ */
|
|
1683
|
-
/* @__PURE__ */
|
|
1684
|
-
/* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1687
|
-
/* @__PURE__ */
|
|
1688
|
-
/* @__PURE__ */
|
|
1804
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1805
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1806
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1807
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1808
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1809
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1810
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1811
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1812
|
+
/* @__PURE__ */ jsx83("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1813
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#86C504" })
|
|
1689
1814
|
]
|
|
1690
1815
|
}
|
|
1691
1816
|
),
|
|
1692
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ jsxs41(
|
|
1693
1818
|
"linearGradient",
|
|
1694
1819
|
{
|
|
1695
1820
|
id: "paint7_linear_48_113",
|
|
@@ -1699,8 +1824,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1699
1824
|
y2: "21.5116",
|
|
1700
1825
|
gradientUnits: "userSpaceOnUse",
|
|
1701
1826
|
children: [
|
|
1702
|
-
/* @__PURE__ */
|
|
1703
|
-
/* @__PURE__ */
|
|
1827
|
+
/* @__PURE__ */ jsx83("stop", { stopColor: "#0FBC5C" }),
|
|
1828
|
+
/* @__PURE__ */ jsx83("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1704
1829
|
]
|
|
1705
1830
|
}
|
|
1706
1831
|
)
|
|
@@ -1708,8 +1833,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1708
1833
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1709
1834
|
|
|
1710
1835
|
// src/components/Handtool.tsx
|
|
1711
|
-
import { jsx as
|
|
1712
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1836
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1837
|
+
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
|
|
1713
1838
|
"path",
|
|
1714
1839
|
{
|
|
1715
1840
|
fill: stroke || color || "currentColor",
|
|
@@ -1718,17 +1843,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1718
1843
|
) }), Handtool_default = IconHandtool;
|
|
1719
1844
|
|
|
1720
1845
|
// src/components/Help.tsx
|
|
1721
|
-
import { jsx as
|
|
1722
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1846
|
+
import { jsx as jsx85, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1847
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1848
|
+
/* @__PURE__ */ jsx85("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1849
|
+
/* @__PURE__ */ jsx85(
|
|
1725
1850
|
"path",
|
|
1726
1851
|
{
|
|
1727
1852
|
fill: stroke || color || "currentColor",
|
|
1728
1853
|
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"
|
|
1729
1854
|
}
|
|
1730
1855
|
),
|
|
1731
|
-
/* @__PURE__ */
|
|
1856
|
+
/* @__PURE__ */ jsx85(
|
|
1732
1857
|
"path",
|
|
1733
1858
|
{
|
|
1734
1859
|
fill: stroke || color || "currentColor",
|
|
@@ -1740,8 +1865,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1740
1865
|
] }), Help_default = IconHelp;
|
|
1741
1866
|
|
|
1742
1867
|
// src/components/HomepageFilled.tsx
|
|
1743
|
-
import { jsx as
|
|
1744
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1868
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
1869
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx86(
|
|
1745
1870
|
"path",
|
|
1746
1871
|
{
|
|
1747
1872
|
fill: fill || color || "currentColor",
|
|
@@ -1752,8 +1877,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1752
1877
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1753
1878
|
|
|
1754
1879
|
// src/components/Hotareacenter.tsx
|
|
1755
|
-
import { jsx as
|
|
1756
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1880
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1881
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
|
|
1757
1882
|
"path",
|
|
1758
1883
|
{
|
|
1759
1884
|
fill: "#191919",
|
|
@@ -1763,23 +1888,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
1763
1888
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
1764
1889
|
|
|
1765
1890
|
// src/components/ImageGeneration.tsx
|
|
1766
|
-
import { jsx as
|
|
1767
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1768
|
-
/* @__PURE__ */
|
|
1891
|
+
import { jsx as jsx88, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1892
|
+
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1893
|
+
/* @__PURE__ */ jsx88(
|
|
1769
1894
|
"path",
|
|
1770
1895
|
{
|
|
1771
1896
|
fill: stroke || color || "currentColor",
|
|
1772
1897
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
1773
1898
|
}
|
|
1774
1899
|
),
|
|
1775
|
-
/* @__PURE__ */
|
|
1900
|
+
/* @__PURE__ */ jsx88(
|
|
1776
1901
|
"path",
|
|
1777
1902
|
{
|
|
1778
1903
|
fill: stroke || color || "currentColor",
|
|
1779
1904
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
1780
1905
|
}
|
|
1781
1906
|
),
|
|
1782
|
-
/* @__PURE__ */
|
|
1907
|
+
/* @__PURE__ */ jsx88(
|
|
1783
1908
|
"path",
|
|
1784
1909
|
{
|
|
1785
1910
|
fill: stroke || color || "currentColor",
|
|
@@ -1789,9 +1914,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1789
1914
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1790
1915
|
|
|
1791
1916
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1792
|
-
import { jsx as
|
|
1793
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1917
|
+
import { jsx as jsx89, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1918
|
+
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1919
|
+
/* @__PURE__ */ jsx89(
|
|
1795
1920
|
"path",
|
|
1796
1921
|
{
|
|
1797
1922
|
fill: fill || color || "currentColor",
|
|
@@ -1800,7 +1925,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1800
1925
|
clipRule: "evenodd"
|
|
1801
1926
|
}
|
|
1802
1927
|
),
|
|
1803
|
-
/* @__PURE__ */
|
|
1928
|
+
/* @__PURE__ */ jsx89(
|
|
1804
1929
|
"path",
|
|
1805
1930
|
{
|
|
1806
1931
|
fill: fill || color || "currentColor",
|
|
@@ -1810,11 +1935,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1810
1935
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1811
1936
|
|
|
1812
1937
|
// src/components/Info.tsx
|
|
1813
|
-
import { jsx as
|
|
1814
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1815
|
-
/* @__PURE__ */
|
|
1816
|
-
/* @__PURE__ */
|
|
1817
|
-
/* @__PURE__ */
|
|
1938
|
+
import { jsx as jsx90, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1939
|
+
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1940
|
+
/* @__PURE__ */ jsx90("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1941
|
+
/* @__PURE__ */ jsx90("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1942
|
+
/* @__PURE__ */ jsx90(
|
|
1818
1943
|
"path",
|
|
1819
1944
|
{
|
|
1820
1945
|
fill: stroke || color || "currentColor",
|
|
@@ -1826,8 +1951,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1826
1951
|
] }), Info_default = IconInfo;
|
|
1827
1952
|
|
|
1828
1953
|
// src/components/Invitecode.tsx
|
|
1829
|
-
import { jsx as
|
|
1830
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1954
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
1955
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx91(
|
|
1831
1956
|
"path",
|
|
1832
1957
|
{
|
|
1833
1958
|
fill: fill || color || "currentColor",
|
|
@@ -1838,8 +1963,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1838
1963
|
) }), Invitecode_default = IconInvitecode;
|
|
1839
1964
|
|
|
1840
1965
|
// src/components/LeftFilled.tsx
|
|
1841
|
-
import { jsx as
|
|
1842
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1966
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1967
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
|
|
1843
1968
|
"path",
|
|
1844
1969
|
{
|
|
1845
1970
|
fill: fill || color || "currentColor",
|
|
@@ -1850,16 +1975,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1850
1975
|
) }), LeftFilled_default = IconLeftFilled;
|
|
1851
1976
|
|
|
1852
1977
|
// src/components/Loading.tsx
|
|
1853
|
-
import { jsx as
|
|
1854
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1855
|
-
/* @__PURE__ */
|
|
1978
|
+
import { jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1979
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1980
|
+
/* @__PURE__ */ jsx93(
|
|
1856
1981
|
"path",
|
|
1857
1982
|
{
|
|
1858
1983
|
fill: stroke || color || "currentColor",
|
|
1859
1984
|
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"
|
|
1860
1985
|
}
|
|
1861
1986
|
),
|
|
1862
|
-
/* @__PURE__ */
|
|
1987
|
+
/* @__PURE__ */ jsx93(
|
|
1863
1988
|
"path",
|
|
1864
1989
|
{
|
|
1865
1990
|
fill: fill || color || "currentColor",
|
|
@@ -1869,16 +1994,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1869
1994
|
] }), Loading_default = IconLoading;
|
|
1870
1995
|
|
|
1871
1996
|
// src/components/Login.tsx
|
|
1872
|
-
import { jsx as
|
|
1873
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1874
|
-
/* @__PURE__ */
|
|
1997
|
+
import { jsx as jsx94, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1998
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1999
|
+
/* @__PURE__ */ jsx94(
|
|
1875
2000
|
"path",
|
|
1876
2001
|
{
|
|
1877
2002
|
fill: stroke || color || "currentColor",
|
|
1878
2003
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1879
2004
|
}
|
|
1880
2005
|
),
|
|
1881
|
-
/* @__PURE__ */
|
|
2006
|
+
/* @__PURE__ */ jsx94(
|
|
1882
2007
|
"path",
|
|
1883
2008
|
{
|
|
1884
2009
|
fill: stroke || color || "currentColor",
|
|
@@ -1890,9 +2015,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1890
2015
|
] }), Login_default = IconLogin;
|
|
1891
2016
|
|
|
1892
2017
|
// src/components/Logout.tsx
|
|
1893
|
-
import { jsx as
|
|
1894
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1895
|
-
/* @__PURE__ */
|
|
2018
|
+
import { jsx as jsx95, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2019
|
+
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2020
|
+
/* @__PURE__ */ jsx95(
|
|
1896
2021
|
"path",
|
|
1897
2022
|
{
|
|
1898
2023
|
fill: stroke || color || "currentColor",
|
|
@@ -1901,7 +2026,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1901
2026
|
clipRule: "evenodd"
|
|
1902
2027
|
}
|
|
1903
2028
|
),
|
|
1904
|
-
/* @__PURE__ */
|
|
2029
|
+
/* @__PURE__ */ jsx95(
|
|
1905
2030
|
"path",
|
|
1906
2031
|
{
|
|
1907
2032
|
fill: stroke || color || "currentColor",
|
|
@@ -1911,8 +2036,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1911
2036
|
] }), Logout_default = IconLogout;
|
|
1912
2037
|
|
|
1913
2038
|
// src/components/ModelGeminiFilled.tsx
|
|
1914
|
-
import { jsx as
|
|
1915
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2039
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2040
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
|
|
1916
2041
|
"path",
|
|
1917
2042
|
{
|
|
1918
2043
|
fill: fill || color || "currentColor",
|
|
@@ -1921,8 +2046,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
1921
2046
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1922
2047
|
|
|
1923
2048
|
// src/components/ModelOpenaiFilled.tsx
|
|
1924
|
-
import { jsx as
|
|
1925
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2049
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2050
|
+
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1926
2051
|
"path",
|
|
1927
2052
|
{
|
|
1928
2053
|
fill: fill || color || "currentColor",
|
|
@@ -1931,9 +2056,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
1931
2056
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1932
2057
|
|
|
1933
2058
|
// src/components/ModelDeepmindFilled.tsx
|
|
1934
|
-
import { jsx as
|
|
1935
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1936
|
-
/* @__PURE__ */
|
|
2059
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2060
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2061
|
+
/* @__PURE__ */ jsx98("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx98(
|
|
1937
2062
|
"path",
|
|
1938
2063
|
{
|
|
1939
2064
|
fill: fill || color || "currentColor",
|
|
@@ -1942,28 +2067,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
1942
2067
|
clipRule: "evenodd"
|
|
1943
2068
|
}
|
|
1944
2069
|
) }),
|
|
1945
|
-
/* @__PURE__ */
|
|
2070
|
+
/* @__PURE__ */ jsx98("defs", { children: /* @__PURE__ */ jsx98("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx98("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1946
2071
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1947
2072
|
|
|
1948
2073
|
// src/components/ModelSeedFilled.tsx
|
|
1949
|
-
import { jsx as
|
|
1950
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
2074
|
+
import { jsx as jsx99, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2075
|
+
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2076
|
+
/* @__PURE__ */ jsx99("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2077
|
+
/* @__PURE__ */ jsx99(
|
|
1953
2078
|
"path",
|
|
1954
2079
|
{
|
|
1955
2080
|
fill: fill || color || "currentColor",
|
|
1956
2081
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1957
2082
|
}
|
|
1958
2083
|
),
|
|
1959
|
-
/* @__PURE__ */
|
|
2084
|
+
/* @__PURE__ */ jsx99(
|
|
1960
2085
|
"path",
|
|
1961
2086
|
{
|
|
1962
2087
|
fill: fill || color || "currentColor",
|
|
1963
2088
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1964
2089
|
}
|
|
1965
2090
|
),
|
|
1966
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx99(
|
|
1967
2092
|
"path",
|
|
1968
2093
|
{
|
|
1969
2094
|
fill: fill || color || "currentColor",
|
|
@@ -1973,8 +2098,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1973
2098
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1974
2099
|
|
|
1975
2100
|
// src/components/ModelSoraFilled.tsx
|
|
1976
|
-
import { jsx as
|
|
1977
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2101
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2102
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx100("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx100(
|
|
1978
2103
|
"path",
|
|
1979
2104
|
{
|
|
1980
2105
|
fill: fill || color || "currentColor",
|
|
@@ -1983,7 +2108,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1983
2108
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1984
2109
|
|
|
1985
2110
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1986
|
-
import { jsx as
|
|
2111
|
+
import { jsx as jsx101, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1987
2112
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
1988
2113
|
size,
|
|
1989
2114
|
width,
|
|
@@ -1992,64 +2117,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1992
2117
|
className,
|
|
1993
2118
|
fill,
|
|
1994
2119
|
stroke
|
|
1995
|
-
}) => /* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
2120
|
+
}) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2121
|
+
/* @__PURE__ */ jsx101(
|
|
1997
2122
|
"path",
|
|
1998
2123
|
{
|
|
1999
2124
|
fill: "#5A5C62",
|
|
2000
2125
|
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"
|
|
2001
2126
|
}
|
|
2002
2127
|
),
|
|
2003
|
-
/* @__PURE__ */
|
|
2128
|
+
/* @__PURE__ */ jsx101(
|
|
2004
2129
|
"path",
|
|
2005
2130
|
{
|
|
2006
2131
|
fill: "#D5D6D7",
|
|
2007
2132
|
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"
|
|
2008
2133
|
}
|
|
2009
2134
|
),
|
|
2010
|
-
/* @__PURE__ */
|
|
2135
|
+
/* @__PURE__ */ jsx101(
|
|
2011
2136
|
"path",
|
|
2012
2137
|
{
|
|
2013
2138
|
fill: "#C4C5C7",
|
|
2014
2139
|
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"
|
|
2015
2140
|
}
|
|
2016
2141
|
),
|
|
2017
|
-
/* @__PURE__ */
|
|
2142
|
+
/* @__PURE__ */ jsx101(
|
|
2018
2143
|
"path",
|
|
2019
2144
|
{
|
|
2020
2145
|
fill: "#7B7C81",
|
|
2021
2146
|
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"
|
|
2022
2147
|
}
|
|
2023
2148
|
),
|
|
2024
|
-
/* @__PURE__ */
|
|
2149
|
+
/* @__PURE__ */ jsx101(
|
|
2025
2150
|
"path",
|
|
2026
2151
|
{
|
|
2027
2152
|
fill: "#85878B",
|
|
2028
2153
|
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"
|
|
2029
2154
|
}
|
|
2030
2155
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2156
|
+
/* @__PURE__ */ jsx101(
|
|
2032
2157
|
"path",
|
|
2033
2158
|
{
|
|
2034
2159
|
fill: "#1B1D24",
|
|
2035
2160
|
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"
|
|
2036
2161
|
}
|
|
2037
2162
|
),
|
|
2038
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ jsx101(
|
|
2039
2164
|
"path",
|
|
2040
2165
|
{
|
|
2041
2166
|
fill: "#D5D6D7",
|
|
2042
2167
|
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"
|
|
2043
2168
|
}
|
|
2044
2169
|
),
|
|
2045
|
-
/* @__PURE__ */
|
|
2170
|
+
/* @__PURE__ */ jsx101(
|
|
2046
2171
|
"path",
|
|
2047
2172
|
{
|
|
2048
2173
|
fill: "#85878B",
|
|
2049
2174
|
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"
|
|
2050
2175
|
}
|
|
2051
2176
|
),
|
|
2052
|
-
/* @__PURE__ */
|
|
2177
|
+
/* @__PURE__ */ jsx101(
|
|
2053
2178
|
"path",
|
|
2054
2179
|
{
|
|
2055
2180
|
fill: "#D5D6D7",
|
|
@@ -2059,8 +2184,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2059
2184
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2060
2185
|
|
|
2061
2186
|
// src/components/ModelklingFilled.tsx
|
|
2062
|
-
import { jsx as
|
|
2063
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2187
|
+
import { jsx as jsx102 } from "react/jsx-runtime";
|
|
2188
|
+
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx102(
|
|
2064
2189
|
"path",
|
|
2065
2190
|
{
|
|
2066
2191
|
fill: fill || color || "currentColor",
|
|
@@ -2071,8 +2196,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2071
2196
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2072
2197
|
|
|
2073
2198
|
// src/components/Models.tsx
|
|
2074
|
-
import { jsx as
|
|
2075
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2199
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2200
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
2076
2201
|
"path",
|
|
2077
2202
|
{
|
|
2078
2203
|
fill: stroke || color || "currentColor",
|
|
@@ -2083,8 +2208,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2083
2208
|
) }), Models_default = IconModels;
|
|
2084
2209
|
|
|
2085
2210
|
// src/components/MoreCollapse.tsx
|
|
2086
|
-
import { jsx as
|
|
2087
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2211
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
2212
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx104(
|
|
2088
2213
|
"path",
|
|
2089
2214
|
{
|
|
2090
2215
|
fill: stroke || color || "currentColor",
|
|
@@ -2093,23 +2218,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2093
2218
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2094
2219
|
|
|
2095
2220
|
// src/components/MoreHorizontal.tsx
|
|
2096
|
-
import { jsx as
|
|
2097
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2098
|
-
/* @__PURE__ */
|
|
2221
|
+
import { jsx as jsx105, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2222
|
+
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2223
|
+
/* @__PURE__ */ jsx105(
|
|
2099
2224
|
"path",
|
|
2100
2225
|
{
|
|
2101
2226
|
fill: stroke || color || "currentColor",
|
|
2102
2227
|
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"
|
|
2103
2228
|
}
|
|
2104
2229
|
),
|
|
2105
|
-
/* @__PURE__ */
|
|
2230
|
+
/* @__PURE__ */ jsx105(
|
|
2106
2231
|
"path",
|
|
2107
2232
|
{
|
|
2108
2233
|
fill: stroke || color || "currentColor",
|
|
2109
2234
|
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"
|
|
2110
2235
|
}
|
|
2111
2236
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2237
|
+
/* @__PURE__ */ jsx105(
|
|
2113
2238
|
"path",
|
|
2114
2239
|
{
|
|
2115
2240
|
fill: stroke || color || "currentColor",
|
|
@@ -2119,8 +2244,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2119
2244
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2120
2245
|
|
|
2121
2246
|
// src/components/MoreShowed.tsx
|
|
2122
|
-
import { jsx as
|
|
2123
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2247
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
2248
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx106(
|
|
2124
2249
|
"path",
|
|
2125
2250
|
{
|
|
2126
2251
|
fill: stroke || color || "currentColor",
|
|
@@ -2129,23 +2254,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2129
2254
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2130
2255
|
|
|
2131
2256
|
// src/components/More.tsx
|
|
2132
|
-
import { jsx as
|
|
2133
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2257
|
+
import { jsx as jsx107, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2258
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2259
|
+
/* @__PURE__ */ jsx107(
|
|
2135
2260
|
"path",
|
|
2136
2261
|
{
|
|
2137
2262
|
fill: stroke || color || "currentColor",
|
|
2138
2263
|
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"
|
|
2139
2264
|
}
|
|
2140
2265
|
),
|
|
2141
|
-
/* @__PURE__ */
|
|
2266
|
+
/* @__PURE__ */ jsx107(
|
|
2142
2267
|
"path",
|
|
2143
2268
|
{
|
|
2144
2269
|
fill: stroke || color || "currentColor",
|
|
2145
2270
|
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"
|
|
2146
2271
|
}
|
|
2147
2272
|
),
|
|
2148
|
-
/* @__PURE__ */
|
|
2273
|
+
/* @__PURE__ */ jsx107(
|
|
2149
2274
|
"path",
|
|
2150
2275
|
{
|
|
2151
2276
|
fill: stroke || color || "currentColor",
|
|
@@ -2155,30 +2280,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2155
2280
|
] }), More_default = IconMore;
|
|
2156
2281
|
|
|
2157
2282
|
// src/components/Moresettings.tsx
|
|
2158
|
-
import { jsx as
|
|
2159
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2160
|
-
/* @__PURE__ */
|
|
2283
|
+
import { jsx as jsx108, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2284
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2285
|
+
/* @__PURE__ */ jsx108(
|
|
2161
2286
|
"path",
|
|
2162
2287
|
{
|
|
2163
2288
|
fill: stroke || color || "currentColor",
|
|
2164
2289
|
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"
|
|
2165
2290
|
}
|
|
2166
2291
|
),
|
|
2167
|
-
/* @__PURE__ */
|
|
2292
|
+
/* @__PURE__ */ jsx108(
|
|
2168
2293
|
"path",
|
|
2169
2294
|
{
|
|
2170
2295
|
fill: stroke || color || "currentColor",
|
|
2171
2296
|
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"
|
|
2172
2297
|
}
|
|
2173
2298
|
),
|
|
2174
|
-
/* @__PURE__ */
|
|
2299
|
+
/* @__PURE__ */ jsx108(
|
|
2175
2300
|
"path",
|
|
2176
2301
|
{
|
|
2177
2302
|
fill: stroke || color || "currentColor",
|
|
2178
2303
|
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"
|
|
2179
2304
|
}
|
|
2180
2305
|
),
|
|
2181
|
-
/* @__PURE__ */
|
|
2306
|
+
/* @__PURE__ */ jsx108(
|
|
2182
2307
|
"path",
|
|
2183
2308
|
{
|
|
2184
2309
|
fill: stroke || color || "currentColor",
|
|
@@ -2190,9 +2315,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2190
2315
|
] }), Moresettings_default = IconMoresettings;
|
|
2191
2316
|
|
|
2192
2317
|
// src/components/MouseDrag.tsx
|
|
2193
|
-
import { jsx as
|
|
2194
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2318
|
+
import { jsx as jsx109, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2319
|
+
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2320
|
+
/* @__PURE__ */ jsx109(
|
|
2196
2321
|
"path",
|
|
2197
2322
|
{
|
|
2198
2323
|
fill: fill || color || "currentColor",
|
|
@@ -2200,7 +2325,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2200
2325
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2201
2326
|
}
|
|
2202
2327
|
),
|
|
2203
|
-
/* @__PURE__ */
|
|
2328
|
+
/* @__PURE__ */ jsx109(
|
|
2204
2329
|
"path",
|
|
2205
2330
|
{
|
|
2206
2331
|
fill: fill || color || "currentColor",
|
|
@@ -2208,7 +2333,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2208
2333
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2209
2334
|
}
|
|
2210
2335
|
),
|
|
2211
|
-
/* @__PURE__ */
|
|
2336
|
+
/* @__PURE__ */ jsx109(
|
|
2212
2337
|
"path",
|
|
2213
2338
|
{
|
|
2214
2339
|
fill: fill || color || "currentColor",
|
|
@@ -2219,9 +2344,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2219
2344
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2220
2345
|
|
|
2221
2346
|
// src/components/MouseMove.tsx
|
|
2222
|
-
import { jsx as
|
|
2223
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2224
|
-
/* @__PURE__ */
|
|
2347
|
+
import { jsx as jsx110, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2348
|
+
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2349
|
+
/* @__PURE__ */ jsx110("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx110(
|
|
2225
2350
|
"path",
|
|
2226
2351
|
{
|
|
2227
2352
|
fill: fill || color || "currentColor",
|
|
@@ -2229,13 +2354,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2229
2354
|
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"
|
|
2230
2355
|
}
|
|
2231
2356
|
) }),
|
|
2232
|
-
/* @__PURE__ */
|
|
2357
|
+
/* @__PURE__ */ jsx110("defs", { children: /* @__PURE__ */ jsx110("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx110("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2233
2358
|
] }), MouseMove_default = IconMouseMove;
|
|
2234
2359
|
|
|
2235
2360
|
// src/components/MouseNumberchange.tsx
|
|
2236
|
-
import { jsx as
|
|
2237
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2238
|
-
/* @__PURE__ */
|
|
2361
|
+
import { jsx as jsx111, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2362
|
+
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2363
|
+
/* @__PURE__ */ jsx111(
|
|
2239
2364
|
"path",
|
|
2240
2365
|
{
|
|
2241
2366
|
fill: fill || color || "currentColor",
|
|
@@ -2243,7 +2368,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2243
2368
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2244
2369
|
}
|
|
2245
2370
|
),
|
|
2246
|
-
/* @__PURE__ */
|
|
2371
|
+
/* @__PURE__ */ jsx111(
|
|
2247
2372
|
"path",
|
|
2248
2373
|
{
|
|
2249
2374
|
fill: fill || color || "currentColor",
|
|
@@ -2254,8 +2379,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2254
2379
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2255
2380
|
|
|
2256
2381
|
// src/components/Musicassets.tsx
|
|
2257
|
-
import { jsx as
|
|
2258
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2382
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
2383
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx112("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx112(
|
|
2259
2384
|
"path",
|
|
2260
2385
|
{
|
|
2261
2386
|
fill: stroke || color || "currentColor",
|
|
@@ -2266,9 +2391,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2266
2391
|
) }), Musicassets_default = IconMusicassets;
|
|
2267
2392
|
|
|
2268
2393
|
// src/components/Mute.tsx
|
|
2269
|
-
import { jsx as
|
|
2270
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2271
|
-
/* @__PURE__ */
|
|
2394
|
+
import { jsx as jsx113, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2395
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2396
|
+
/* @__PURE__ */ jsx113(
|
|
2272
2397
|
"path",
|
|
2273
2398
|
{
|
|
2274
2399
|
fill: stroke || color || "currentColor",
|
|
@@ -2277,7 +2402,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2277
2402
|
clipRule: "evenodd"
|
|
2278
2403
|
}
|
|
2279
2404
|
),
|
|
2280
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ jsx113(
|
|
2281
2406
|
"path",
|
|
2282
2407
|
{
|
|
2283
2408
|
fill: stroke || color || "currentColor",
|
|
@@ -2287,8 +2412,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2287
2412
|
] }), Mute_default = IconMute;
|
|
2288
2413
|
|
|
2289
2414
|
// src/components/Next.tsx
|
|
2290
|
-
import { jsx as
|
|
2291
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2415
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2416
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2292
2417
|
"path",
|
|
2293
2418
|
{
|
|
2294
2419
|
fill: stroke || color || "currentColor",
|
|
@@ -2299,16 +2424,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2299
2424
|
) }), Next_default = IconNext;
|
|
2300
2425
|
|
|
2301
2426
|
// src/components/Nextscene.tsx
|
|
2302
|
-
import { jsx as
|
|
2303
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2304
|
-
/* @__PURE__ */
|
|
2427
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2428
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2429
|
+
/* @__PURE__ */ jsx115(
|
|
2305
2430
|
"path",
|
|
2306
2431
|
{
|
|
2307
2432
|
fill: stroke || color || "currentColor",
|
|
2308
2433
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2309
2434
|
}
|
|
2310
2435
|
),
|
|
2311
|
-
/* @__PURE__ */
|
|
2436
|
+
/* @__PURE__ */ jsx115(
|
|
2312
2437
|
"path",
|
|
2313
2438
|
{
|
|
2314
2439
|
fill: stroke || color || "currentColor",
|
|
@@ -2320,8 +2445,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2320
2445
|
] }), Nextscene_default = IconNextscene;
|
|
2321
2446
|
|
|
2322
2447
|
// src/components/Niceofficial.tsx
|
|
2323
|
-
import { jsx as
|
|
2324
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2448
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
2449
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx116("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx116(
|
|
2325
2450
|
"path",
|
|
2326
2451
|
{
|
|
2327
2452
|
fill: fill || color || "currentColor",
|
|
@@ -2332,18 +2457,18 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2332
2457
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2333
2458
|
|
|
2334
2459
|
// src/components/Oneclickgenerate.tsx
|
|
2335
|
-
import { jsx as
|
|
2336
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2337
|
-
/* @__PURE__ */
|
|
2338
|
-
/* @__PURE__ */
|
|
2339
|
-
/* @__PURE__ */
|
|
2460
|
+
import { jsx as jsx117, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2461
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2462
|
+
/* @__PURE__ */ jsx117("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2463
|
+
/* @__PURE__ */ jsx117("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2464
|
+
/* @__PURE__ */ jsx117(
|
|
2340
2465
|
"path",
|
|
2341
2466
|
{
|
|
2342
2467
|
fill: stroke || color || "currentColor",
|
|
2343
2468
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2344
2469
|
}
|
|
2345
2470
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2471
|
+
/* @__PURE__ */ jsx117(
|
|
2347
2472
|
"path",
|
|
2348
2473
|
{
|
|
2349
2474
|
fill: stroke || color || "currentColor",
|
|
@@ -2355,9 +2480,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2355
2480
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2356
2481
|
|
|
2357
2482
|
// src/components/Opendemo.tsx
|
|
2358
|
-
import { jsx as
|
|
2359
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2360
|
-
/* @__PURE__ */
|
|
2483
|
+
import { jsx as jsx118, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2484
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2485
|
+
/* @__PURE__ */ jsx118(
|
|
2361
2486
|
"path",
|
|
2362
2487
|
{
|
|
2363
2488
|
fill: stroke || color || "currentColor",
|
|
@@ -2366,12 +2491,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2366
2491
|
clipRule: "evenodd"
|
|
2367
2492
|
}
|
|
2368
2493
|
),
|
|
2369
|
-
/* @__PURE__ */
|
|
2494
|
+
/* @__PURE__ */ jsx118("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2370
2495
|
] }), Opendemo_default = IconOpendemo;
|
|
2371
2496
|
|
|
2372
2497
|
// src/components/OppsFilled.tsx
|
|
2373
|
-
import { jsx as
|
|
2374
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2498
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2499
|
+
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
|
|
2375
2500
|
"path",
|
|
2376
2501
|
{
|
|
2377
2502
|
fill: fill || color || "currentColor",
|
|
@@ -2382,8 +2507,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2382
2507
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2383
2508
|
|
|
2384
2509
|
// src/components/OptionalcheckedFilled.tsx
|
|
2385
|
-
import { jsx as
|
|
2386
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2510
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
2511
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx120("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx120(
|
|
2387
2512
|
"path",
|
|
2388
2513
|
{
|
|
2389
2514
|
fill: fill || color || "currentColor",
|
|
@@ -2394,8 +2519,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2394
2519
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2395
2520
|
|
|
2396
2521
|
// src/components/Optionaluncheck.tsx
|
|
2397
|
-
import { jsx as
|
|
2398
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2522
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2523
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2399
2524
|
"path",
|
|
2400
2525
|
{
|
|
2401
2526
|
fill: stroke || color || "currentColor",
|
|
@@ -2406,8 +2531,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2406
2531
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2407
2532
|
|
|
2408
2533
|
// src/components/Packagegame.tsx
|
|
2409
|
-
import { jsx as
|
|
2410
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2534
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2535
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx122("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx122(
|
|
2411
2536
|
"path",
|
|
2412
2537
|
{
|
|
2413
2538
|
fill: stroke || color || "currentColor",
|
|
@@ -2418,13 +2543,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2418
2543
|
) }), Packagegame_default = IconPackagegame;
|
|
2419
2544
|
|
|
2420
2545
|
// src/components/PageError.tsx
|
|
2421
|
-
import { jsx as
|
|
2422
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2546
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
2547
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx123("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx123("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2423
2548
|
|
|
2424
2549
|
// src/components/Parameters.tsx
|
|
2425
|
-
import { jsx as
|
|
2426
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2427
|
-
/* @__PURE__ */
|
|
2550
|
+
import { jsx as jsx124, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2551
|
+
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2552
|
+
/* @__PURE__ */ jsx124(
|
|
2428
2553
|
"path",
|
|
2429
2554
|
{
|
|
2430
2555
|
fill: stroke || color || "currentColor",
|
|
@@ -2433,7 +2558,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2433
2558
|
clipRule: "evenodd"
|
|
2434
2559
|
}
|
|
2435
2560
|
),
|
|
2436
|
-
/* @__PURE__ */
|
|
2561
|
+
/* @__PURE__ */ jsx124(
|
|
2437
2562
|
"path",
|
|
2438
2563
|
{
|
|
2439
2564
|
fill: stroke || color || "currentColor",
|
|
@@ -2445,9 +2570,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2445
2570
|
] }), Parameters_default = IconParameters;
|
|
2446
2571
|
|
|
2447
2572
|
// src/components/Pause.tsx
|
|
2448
|
-
import { jsx as
|
|
2449
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2450
|
-
/* @__PURE__ */
|
|
2573
|
+
import { jsx as jsx125, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2574
|
+
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2575
|
+
/* @__PURE__ */ jsx125(
|
|
2451
2576
|
"path",
|
|
2452
2577
|
{
|
|
2453
2578
|
fill: stroke || color || "currentColor",
|
|
@@ -2456,7 +2581,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2456
2581
|
clipRule: "evenodd"
|
|
2457
2582
|
}
|
|
2458
2583
|
),
|
|
2459
|
-
/* @__PURE__ */
|
|
2584
|
+
/* @__PURE__ */ jsx125(
|
|
2460
2585
|
"path",
|
|
2461
2586
|
{
|
|
2462
2587
|
fill: stroke || color || "currentColor",
|
|
@@ -2468,8 +2593,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2468
2593
|
] }), Pause_default = IconPause;
|
|
2469
2594
|
|
|
2470
2595
|
// src/components/Pencil.tsx
|
|
2471
|
-
import { jsx as
|
|
2472
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2596
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
2597
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126(
|
|
2473
2598
|
"path",
|
|
2474
2599
|
{
|
|
2475
2600
|
fill: stroke || color || "currentColor",
|
|
@@ -2480,8 +2605,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2480
2605
|
) }), Pencil_default = IconPencil;
|
|
2481
2606
|
|
|
2482
2607
|
// src/components/Pick.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2608
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
2609
|
+
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx127("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx127(
|
|
2485
2610
|
"path",
|
|
2486
2611
|
{
|
|
2487
2612
|
fill: stroke || color || "currentColor",
|
|
@@ -2492,25 +2617,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2492
2617
|
) }), Pick_default = IconPick;
|
|
2493
2618
|
|
|
2494
2619
|
// src/components/PickedFilled.tsx
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2620
|
+
import { jsx as jsx128 } from "react/jsx-runtime";
|
|
2621
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx128("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx128("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2497
2622
|
|
|
2498
2623
|
// src/components/PlanFilled.tsx
|
|
2499
|
-
import { jsx as
|
|
2500
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2501
|
-
/* @__PURE__ */
|
|
2624
|
+
import { jsx as jsx129, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2625
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2626
|
+
/* @__PURE__ */ jsx129("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx129(
|
|
2502
2627
|
"path",
|
|
2503
2628
|
{
|
|
2504
2629
|
fill: fill || color || "currentColor",
|
|
2505
2630
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2506
2631
|
}
|
|
2507
2632
|
) }),
|
|
2508
|
-
/* @__PURE__ */
|
|
2633
|
+
/* @__PURE__ */ jsx129("defs", { children: /* @__PURE__ */ jsx129("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx129("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2509
2634
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2510
2635
|
|
|
2511
2636
|
// src/components/PlayFilled.tsx
|
|
2512
|
-
import { jsx as
|
|
2513
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2637
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2638
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx130("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx130(
|
|
2514
2639
|
"path",
|
|
2515
2640
|
{
|
|
2516
2641
|
fill: fill || color || "currentColor",
|
|
@@ -2519,8 +2644,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2519
2644
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2520
2645
|
|
|
2521
2646
|
// src/components/Play.tsx
|
|
2522
|
-
import { jsx as
|
|
2523
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2647
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
2648
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx131("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx131(
|
|
2524
2649
|
"path",
|
|
2525
2650
|
{
|
|
2526
2651
|
fill: stroke || color || "currentColor",
|
|
@@ -2531,16 +2656,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2531
2656
|
) }), Play_default = IconPlay;
|
|
2532
2657
|
|
|
2533
2658
|
// src/components/Previouscene.tsx
|
|
2534
|
-
import { jsx as
|
|
2535
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2536
|
-
/* @__PURE__ */
|
|
2659
|
+
import { jsx as jsx132, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2660
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2661
|
+
/* @__PURE__ */ jsx132(
|
|
2537
2662
|
"path",
|
|
2538
2663
|
{
|
|
2539
2664
|
fill: stroke || color || "currentColor",
|
|
2540
2665
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2541
2666
|
}
|
|
2542
2667
|
),
|
|
2543
|
-
/* @__PURE__ */
|
|
2668
|
+
/* @__PURE__ */ jsx132(
|
|
2544
2669
|
"path",
|
|
2545
2670
|
{
|
|
2546
2671
|
fill: stroke || color || "currentColor",
|
|
@@ -2551,9 +2676,21 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2551
2676
|
)
|
|
2552
2677
|
] }), Previouscene_default = IconPreviouscene;
|
|
2553
2678
|
|
|
2679
|
+
// src/components/ProblemFilled.tsx
|
|
2680
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
2681
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx133("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx133(
|
|
2682
|
+
"path",
|
|
2683
|
+
{
|
|
2684
|
+
fill: fill || color || "currentColor",
|
|
2685
|
+
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 24ZM10.5 13.5V4.5H13.5V13.5H10.5ZM10.5 19.5V16.5H13.5V19.5H10.5Z",
|
|
2686
|
+
fillRule: "evenodd",
|
|
2687
|
+
clipRule: "evenodd"
|
|
2688
|
+
}
|
|
2689
|
+
) }), ProblemFilled_default = IconProblemFilled;
|
|
2690
|
+
|
|
2554
2691
|
// src/components/ProblemNoticeFilled.tsx
|
|
2555
|
-
import { jsx as
|
|
2556
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2692
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
2693
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx134("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx134(
|
|
2557
2694
|
"path",
|
|
2558
2695
|
{
|
|
2559
2696
|
fill: fill || color || "currentColor",
|
|
@@ -2564,11 +2701,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2564
2701
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2565
2702
|
|
|
2566
2703
|
// src/components/Problem.tsx
|
|
2567
|
-
import { jsx as
|
|
2568
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2569
|
-
/* @__PURE__ */
|
|
2570
|
-
/* @__PURE__ */
|
|
2571
|
-
/* @__PURE__ */
|
|
2704
|
+
import { jsx as jsx135, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2705
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2706
|
+
/* @__PURE__ */ jsx135("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2707
|
+
/* @__PURE__ */ jsx135("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2708
|
+
/* @__PURE__ */ jsx135(
|
|
2572
2709
|
"path",
|
|
2573
2710
|
{
|
|
2574
2711
|
fill: stroke || color || "currentColor",
|
|
@@ -2580,9 +2717,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2580
2717
|
] }), Problem_default = IconProblem;
|
|
2581
2718
|
|
|
2582
2719
|
// src/components/Publish.tsx
|
|
2583
|
-
import { jsx as
|
|
2584
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2585
|
-
/* @__PURE__ */
|
|
2720
|
+
import { jsx as jsx136, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2721
|
+
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2722
|
+
/* @__PURE__ */ jsx136(
|
|
2586
2723
|
"path",
|
|
2587
2724
|
{
|
|
2588
2725
|
fill: stroke || color || "currentColor",
|
|
@@ -2591,12 +2728,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2591
2728
|
clipRule: "evenodd"
|
|
2592
2729
|
}
|
|
2593
2730
|
),
|
|
2594
|
-
/* @__PURE__ */
|
|
2731
|
+
/* @__PURE__ */ jsx136("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2595
2732
|
] }), Publish_default = IconPublish;
|
|
2596
2733
|
|
|
2597
2734
|
// src/components/Ratio169.tsx
|
|
2598
|
-
import { jsx as
|
|
2599
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2735
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2736
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx137("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx137(
|
|
2600
2737
|
"path",
|
|
2601
2738
|
{
|
|
2602
2739
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,16 +2742,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2605
2742
|
) }), Ratio169_default = IconRatio169;
|
|
2606
2743
|
|
|
2607
2744
|
// src/components/Ratio11.tsx
|
|
2608
|
-
import { jsx as
|
|
2609
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2610
|
-
/* @__PURE__ */
|
|
2745
|
+
import { jsx as jsx138, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2746
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2747
|
+
/* @__PURE__ */ jsx138("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx138(
|
|
2611
2748
|
"path",
|
|
2612
2749
|
{
|
|
2613
2750
|
fill: stroke || color || "currentColor",
|
|
2614
2751
|
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"
|
|
2615
2752
|
}
|
|
2616
2753
|
) }),
|
|
2617
|
-
/* @__PURE__ */
|
|
2754
|
+
/* @__PURE__ */ jsx138("defs", { children: /* @__PURE__ */ jsx138("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx138(
|
|
2618
2755
|
"rect",
|
|
2619
2756
|
{
|
|
2620
2757
|
width: "24",
|
|
@@ -2626,16 +2763,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2626
2763
|
] }), Ratio11_default = IconRatio11;
|
|
2627
2764
|
|
|
2628
2765
|
// src/components/Ratio916.tsx
|
|
2629
|
-
import { jsx as
|
|
2630
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2631
|
-
/* @__PURE__ */
|
|
2766
|
+
import { jsx as jsx139, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2767
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2768
|
+
/* @__PURE__ */ jsx139("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx139(
|
|
2632
2769
|
"path",
|
|
2633
2770
|
{
|
|
2634
2771
|
fill: stroke || color || "currentColor",
|
|
2635
2772
|
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"
|
|
2636
2773
|
}
|
|
2637
2774
|
) }),
|
|
2638
|
-
/* @__PURE__ */
|
|
2775
|
+
/* @__PURE__ */ jsx139("defs", { children: /* @__PURE__ */ jsx139("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx139(
|
|
2639
2776
|
"rect",
|
|
2640
2777
|
{
|
|
2641
2778
|
width: "24",
|
|
@@ -2647,18 +2784,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2647
2784
|
] }), Ratio916_default = IconRatio916;
|
|
2648
2785
|
|
|
2649
2786
|
// src/components/RatioAuto.tsx
|
|
2650
|
-
import { jsx as
|
|
2651
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2652
|
-
/* @__PURE__ */
|
|
2653
|
-
/* @__PURE__ */
|
|
2787
|
+
import { jsx as jsx140, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2788
|
+
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2789
|
+
/* @__PURE__ */ jsxs70("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2790
|
+
/* @__PURE__ */ jsx140(
|
|
2654
2791
|
"path",
|
|
2655
2792
|
{
|
|
2656
2793
|
fill: stroke || color || "currentColor",
|
|
2657
2794
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2658
2795
|
}
|
|
2659
2796
|
),
|
|
2660
|
-
/* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
2797
|
+
/* @__PURE__ */ jsx140("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2798
|
+
/* @__PURE__ */ jsx140(
|
|
2662
2799
|
"path",
|
|
2663
2800
|
{
|
|
2664
2801
|
fill: stroke || color || "currentColor",
|
|
@@ -2668,7 +2805,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2668
2805
|
}
|
|
2669
2806
|
)
|
|
2670
2807
|
] }),
|
|
2671
|
-
/* @__PURE__ */
|
|
2808
|
+
/* @__PURE__ */ jsx140("defs", { children: /* @__PURE__ */ jsx140("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx140(
|
|
2672
2809
|
"rect",
|
|
2673
2810
|
{
|
|
2674
2811
|
width: "24",
|
|
@@ -2680,16 +2817,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2680
2817
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2681
2818
|
|
|
2682
2819
|
// src/components/Ratio.tsx
|
|
2683
|
-
import { jsx as
|
|
2684
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2685
|
-
/* @__PURE__ */
|
|
2820
|
+
import { jsx as jsx141, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2821
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2822
|
+
/* @__PURE__ */ jsx141(
|
|
2686
2823
|
"path",
|
|
2687
2824
|
{
|
|
2688
2825
|
fill: stroke || color || "currentColor",
|
|
2689
2826
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2690
2827
|
}
|
|
2691
2828
|
),
|
|
2692
|
-
/* @__PURE__ */
|
|
2829
|
+
/* @__PURE__ */ jsx141(
|
|
2693
2830
|
"path",
|
|
2694
2831
|
{
|
|
2695
2832
|
fill: stroke || color || "currentColor",
|
|
@@ -2699,8 +2836,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2699
2836
|
] }), Ratio_default = IconRatio;
|
|
2700
2837
|
|
|
2701
2838
|
// src/components/ReEdit.tsx
|
|
2702
|
-
import { jsx as
|
|
2703
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2839
|
+
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
2840
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx142("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx142(
|
|
2704
2841
|
"path",
|
|
2705
2842
|
{
|
|
2706
2843
|
fill: stroke || color || "currentColor",
|
|
@@ -2711,8 +2848,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2711
2848
|
) }), ReEdit_default = IconReEdit;
|
|
2712
2849
|
|
|
2713
2850
|
// src/components/Regenerate.tsx
|
|
2714
|
-
import { jsx as
|
|
2715
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2851
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2852
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
|
|
2716
2853
|
"path",
|
|
2717
2854
|
{
|
|
2718
2855
|
fill: stroke || color || "currentColor",
|
|
@@ -2723,9 +2860,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2723
2860
|
) }), Regenerate_default = IconRegenerate;
|
|
2724
2861
|
|
|
2725
2862
|
// src/components/Resultsetting.tsx
|
|
2726
|
-
import { jsx as
|
|
2727
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2728
|
-
/* @__PURE__ */
|
|
2863
|
+
import { jsx as jsx144, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2864
|
+
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2865
|
+
/* @__PURE__ */ jsx144("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx144(
|
|
2729
2866
|
"path",
|
|
2730
2867
|
{
|
|
2731
2868
|
fill: stroke || color || "currentColor",
|
|
@@ -2734,7 +2871,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2734
2871
|
clipRule: "evenodd"
|
|
2735
2872
|
}
|
|
2736
2873
|
) }),
|
|
2737
|
-
/* @__PURE__ */
|
|
2874
|
+
/* @__PURE__ */ jsx144("defs", { children: /* @__PURE__ */ jsx144("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx144(
|
|
2738
2875
|
"rect",
|
|
2739
2876
|
{
|
|
2740
2877
|
width: "24",
|
|
@@ -2746,8 +2883,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2746
2883
|
] }), Resultsetting_default = IconResultsetting;
|
|
2747
2884
|
|
|
2748
2885
|
// src/components/RightFilled.tsx
|
|
2749
|
-
import { jsx as
|
|
2750
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2886
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2887
|
+
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx145("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx145(
|
|
2751
2888
|
"path",
|
|
2752
2889
|
{
|
|
2753
2890
|
fill: fill || color || "currentColor",
|
|
@@ -2758,8 +2895,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2758
2895
|
) }), RightFilled_default = IconRightFilled;
|
|
2759
2896
|
|
|
2760
2897
|
// src/components/SceneNext.tsx
|
|
2761
|
-
import { jsx as
|
|
2762
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2898
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
2899
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx146("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx146(
|
|
2763
2900
|
"path",
|
|
2764
2901
|
{
|
|
2765
2902
|
fill: stroke || color || "currentColor",
|
|
@@ -2768,21 +2905,40 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2768
2905
|
) }), SceneNext_default = IconSceneNext;
|
|
2769
2906
|
|
|
2770
2907
|
// src/components/Scriptmode.tsx
|
|
2771
|
-
import { jsx as
|
|
2772
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2773
|
-
/* @__PURE__ */
|
|
2774
|
-
/* @__PURE__ */
|
|
2775
|
-
/* @__PURE__ */
|
|
2776
|
-
/* @__PURE__ */
|
|
2777
|
-
/* @__PURE__ */
|
|
2778
|
-
/* @__PURE__ */
|
|
2779
|
-
/* @__PURE__ */
|
|
2780
|
-
/* @__PURE__ */
|
|
2908
|
+
import { jsx as jsx147, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2909
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2910
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2911
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2912
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2913
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2914
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2915
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2916
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2917
|
+
/* @__PURE__ */ jsx147("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2781
2918
|
] }), Scriptmode_default = IconScriptmode;
|
|
2782
2919
|
|
|
2920
|
+
// src/components/Scrolldown.tsx
|
|
2921
|
+
import { jsx as jsx148, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2922
|
+
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2923
|
+
/* @__PURE__ */ jsx148(
|
|
2924
|
+
"path",
|
|
2925
|
+
{
|
|
2926
|
+
fill: stroke || color || "currentColor",
|
|
2927
|
+
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
2928
|
+
}
|
|
2929
|
+
),
|
|
2930
|
+
/* @__PURE__ */ jsx148(
|
|
2931
|
+
"path",
|
|
2932
|
+
{
|
|
2933
|
+
fill: stroke || color || "currentColor",
|
|
2934
|
+
d: "M3.79547 0.704529L12 8.90903L20.2045 0.70453L21.7955 2.29552L12 12.091L2.20448 2.29552L3.79547 0.704529Z"
|
|
2935
|
+
}
|
|
2936
|
+
)
|
|
2937
|
+
] }), Scrolldown_default = IconScrolldown;
|
|
2938
|
+
|
|
2783
2939
|
// src/components/Sendrequest.tsx
|
|
2784
|
-
import { jsx as
|
|
2785
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2940
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
2941
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx149("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx149(
|
|
2786
2942
|
"path",
|
|
2787
2943
|
{
|
|
2788
2944
|
fill: fill || color || "currentColor",
|
|
@@ -2793,8 +2949,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
2793
2949
|
) }), Sendrequest_default = IconSendrequest;
|
|
2794
2950
|
|
|
2795
2951
|
// src/components/ShareFilled.tsx
|
|
2796
|
-
import { jsx as
|
|
2797
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2952
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
2953
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx150("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx150(
|
|
2798
2954
|
"path",
|
|
2799
2955
|
{
|
|
2800
2956
|
fill: fill || color || "currentColor",
|
|
@@ -2803,8 +2959,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2803
2959
|
) }), ShareFilled_default = IconShareFilled;
|
|
2804
2960
|
|
|
2805
2961
|
// src/components/Share.tsx
|
|
2806
|
-
import { jsx as
|
|
2807
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2962
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
2963
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
|
|
2808
2964
|
"path",
|
|
2809
2965
|
{
|
|
2810
2966
|
fill: stroke || color || "currentColor",
|
|
@@ -2814,9 +2970,21 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2814
2970
|
}
|
|
2815
2971
|
) }), Share_default = IconShare;
|
|
2816
2972
|
|
|
2973
|
+
// src/components/Sidebar.tsx
|
|
2974
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
2975
|
+
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx152("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx152(
|
|
2976
|
+
"path",
|
|
2977
|
+
{
|
|
2978
|
+
fill: stroke || color || "currentColor",
|
|
2979
|
+
d: "M24 3V21H0V3H24ZM9 5.25H21.75V18.75H9V5.25ZM6.75 18.75H2.25V5.25H6.75V18.75Z",
|
|
2980
|
+
fillRule: "evenodd",
|
|
2981
|
+
clipRule: "evenodd"
|
|
2982
|
+
}
|
|
2983
|
+
) }), Sidebar_default = IconSidebar;
|
|
2984
|
+
|
|
2817
2985
|
// src/components/SocialX.tsx
|
|
2818
|
-
import { jsx as
|
|
2819
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2986
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
2987
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx153("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx153(
|
|
2820
2988
|
"path",
|
|
2821
2989
|
{
|
|
2822
2990
|
fill: fill || color || "currentColor",
|
|
@@ -2825,8 +2993,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2825
2993
|
) }), SocialX_default = IconSocialX;
|
|
2826
2994
|
|
|
2827
2995
|
// src/components/SocialDiscord.tsx
|
|
2828
|
-
import { jsx as
|
|
2829
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2996
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
2997
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx154("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx154(
|
|
2830
2998
|
"path",
|
|
2831
2999
|
{
|
|
2832
3000
|
fill: fill || color || "currentColor",
|
|
@@ -2835,9 +3003,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
2835
3003
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2836
3004
|
|
|
2837
3005
|
// src/components/SoundOff.tsx
|
|
2838
|
-
import { jsx as
|
|
2839
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2840
|
-
/* @__PURE__ */
|
|
3006
|
+
import { jsx as jsx155, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
3007
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3008
|
+
/* @__PURE__ */ jsx155(
|
|
2841
3009
|
"path",
|
|
2842
3010
|
{
|
|
2843
3011
|
fill: stroke || color || "currentColor",
|
|
@@ -2846,7 +3014,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2846
3014
|
clipRule: "evenodd"
|
|
2847
3015
|
}
|
|
2848
3016
|
),
|
|
2849
|
-
/* @__PURE__ */
|
|
3017
|
+
/* @__PURE__ */ jsx155(
|
|
2850
3018
|
"path",
|
|
2851
3019
|
{
|
|
2852
3020
|
fill: stroke || color || "currentColor",
|
|
@@ -2856,9 +3024,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2856
3024
|
] }), SoundOff_default = IconSoundOff;
|
|
2857
3025
|
|
|
2858
3026
|
// src/components/SoundOn.tsx
|
|
2859
|
-
import { jsx as
|
|
2860
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2861
|
-
/* @__PURE__ */
|
|
3027
|
+
import { jsx as jsx156, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
3028
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3029
|
+
/* @__PURE__ */ jsx156(
|
|
2862
3030
|
"path",
|
|
2863
3031
|
{
|
|
2864
3032
|
fill: stroke || color || "currentColor",
|
|
@@ -2867,14 +3035,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2867
3035
|
clipRule: "evenodd"
|
|
2868
3036
|
}
|
|
2869
3037
|
),
|
|
2870
|
-
/* @__PURE__ */
|
|
3038
|
+
/* @__PURE__ */ jsx156(
|
|
2871
3039
|
"path",
|
|
2872
3040
|
{
|
|
2873
3041
|
fill: stroke || color || "currentColor",
|
|
2874
3042
|
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"
|
|
2875
3043
|
}
|
|
2876
3044
|
),
|
|
2877
|
-
/* @__PURE__ */
|
|
3045
|
+
/* @__PURE__ */ jsx156(
|
|
2878
3046
|
"path",
|
|
2879
3047
|
{
|
|
2880
3048
|
fill: stroke || color || "currentColor",
|
|
@@ -2884,8 +3052,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2884
3052
|
] }), SoundOn_default = IconSoundOn;
|
|
2885
3053
|
|
|
2886
3054
|
// src/components/Storyboard.tsx
|
|
2887
|
-
import { jsx as
|
|
2888
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3055
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
3056
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx157("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx157(
|
|
2889
3057
|
"path",
|
|
2890
3058
|
{
|
|
2891
3059
|
fill: stroke || color || "currentColor",
|
|
@@ -2896,25 +3064,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2896
3064
|
) }), Storyboard_default = IconStoryboard;
|
|
2897
3065
|
|
|
2898
3066
|
// src/components/StyleAutoFilled.tsx
|
|
2899
|
-
import { jsx as
|
|
2900
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2901
|
-
/* @__PURE__ */
|
|
3067
|
+
import { jsx as jsx158, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3068
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3069
|
+
/* @__PURE__ */ jsx158(
|
|
2902
3070
|
"path",
|
|
2903
3071
|
{
|
|
2904
3072
|
fill: fill || color || "currentColor",
|
|
2905
3073
|
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"
|
|
2906
3074
|
}
|
|
2907
3075
|
),
|
|
2908
|
-
/* @__PURE__ */
|
|
3076
|
+
/* @__PURE__ */ jsx158(
|
|
2909
3077
|
"path",
|
|
2910
3078
|
{
|
|
2911
3079
|
fill: fill || color || "currentColor",
|
|
2912
3080
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2913
3081
|
}
|
|
2914
3082
|
),
|
|
2915
|
-
/* @__PURE__ */
|
|
2916
|
-
/* @__PURE__ */
|
|
2917
|
-
/* @__PURE__ */
|
|
3083
|
+
/* @__PURE__ */ jsx158("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3084
|
+
/* @__PURE__ */ jsx158("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3085
|
+
/* @__PURE__ */ jsx158(
|
|
2918
3086
|
"path",
|
|
2919
3087
|
{
|
|
2920
3088
|
fill: fill || color || "currentColor",
|
|
@@ -2924,44 +3092,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2924
3092
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2925
3093
|
|
|
2926
3094
|
// src/components/Style.tsx
|
|
2927
|
-
import { jsx as
|
|
2928
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2929
|
-
/* @__PURE__ */
|
|
3095
|
+
import { jsx as jsx159, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3096
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3097
|
+
/* @__PURE__ */ jsx159(
|
|
2930
3098
|
"path",
|
|
2931
3099
|
{
|
|
2932
3100
|
fill: stroke || color || "currentColor",
|
|
2933
3101
|
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"
|
|
2934
3102
|
}
|
|
2935
3103
|
),
|
|
2936
|
-
/* @__PURE__ */
|
|
3104
|
+
/* @__PURE__ */ jsx159(
|
|
2937
3105
|
"path",
|
|
2938
3106
|
{
|
|
2939
3107
|
fill: stroke || color || "currentColor",
|
|
2940
3108
|
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"
|
|
2941
3109
|
}
|
|
2942
3110
|
),
|
|
2943
|
-
/* @__PURE__ */
|
|
3111
|
+
/* @__PURE__ */ jsx159(
|
|
2944
3112
|
"path",
|
|
2945
3113
|
{
|
|
2946
3114
|
fill: stroke || color || "currentColor",
|
|
2947
3115
|
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"
|
|
2948
3116
|
}
|
|
2949
3117
|
),
|
|
2950
|
-
/* @__PURE__ */
|
|
3118
|
+
/* @__PURE__ */ jsx159(
|
|
2951
3119
|
"path",
|
|
2952
3120
|
{
|
|
2953
3121
|
fill: stroke || color || "currentColor",
|
|
2954
3122
|
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"
|
|
2955
3123
|
}
|
|
2956
3124
|
),
|
|
2957
|
-
/* @__PURE__ */
|
|
3125
|
+
/* @__PURE__ */ jsx159(
|
|
2958
3126
|
"path",
|
|
2959
3127
|
{
|
|
2960
3128
|
fill: stroke || color || "currentColor",
|
|
2961
3129
|
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"
|
|
2962
3130
|
}
|
|
2963
3131
|
),
|
|
2964
|
-
/* @__PURE__ */
|
|
3132
|
+
/* @__PURE__ */ jsx159(
|
|
2965
3133
|
"path",
|
|
2966
3134
|
{
|
|
2967
3135
|
fill: stroke || color || "currentColor",
|
|
@@ -2973,9 +3141,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2973
3141
|
] }), Style_default = IconStyle;
|
|
2974
3142
|
|
|
2975
3143
|
// src/components/Styleoverall.tsx
|
|
2976
|
-
import { jsx as
|
|
2977
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2978
|
-
/* @__PURE__ */
|
|
3144
|
+
import { jsx as jsx160, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3145
|
+
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3146
|
+
/* @__PURE__ */ jsx160(
|
|
2979
3147
|
"path",
|
|
2980
3148
|
{
|
|
2981
3149
|
fill: stroke || color || "currentColor",
|
|
@@ -2984,7 +3152,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
2984
3152
|
clipRule: "evenodd"
|
|
2985
3153
|
}
|
|
2986
3154
|
),
|
|
2987
|
-
/* @__PURE__ */
|
|
3155
|
+
/* @__PURE__ */ jsx160(
|
|
2988
3156
|
"path",
|
|
2989
3157
|
{
|
|
2990
3158
|
fill: stroke || color || "currentColor",
|
|
@@ -2993,7 +3161,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
2993
3161
|
clipRule: "evenodd"
|
|
2994
3162
|
}
|
|
2995
3163
|
),
|
|
2996
|
-
/* @__PURE__ */
|
|
3164
|
+
/* @__PURE__ */ jsx160(
|
|
2997
3165
|
"path",
|
|
2998
3166
|
{
|
|
2999
3167
|
fill: stroke || color || "currentColor",
|
|
@@ -3002,7 +3170,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3002
3170
|
clipRule: "evenodd"
|
|
3003
3171
|
}
|
|
3004
3172
|
),
|
|
3005
|
-
/* @__PURE__ */
|
|
3173
|
+
/* @__PURE__ */ jsx160(
|
|
3006
3174
|
"path",
|
|
3007
3175
|
{
|
|
3008
3176
|
fill: stroke || color || "currentColor",
|
|
@@ -3014,8 +3182,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3014
3182
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3015
3183
|
|
|
3016
3184
|
// src/components/SwitchOffFilled.tsx
|
|
3017
|
-
import { jsx as
|
|
3018
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3185
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
3186
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
|
|
3019
3187
|
"path",
|
|
3020
3188
|
{
|
|
3021
3189
|
fill: fill || color || "currentColor",
|
|
@@ -3026,8 +3194,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3026
3194
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3027
3195
|
|
|
3028
3196
|
// src/components/SwitchOnFilled.tsx
|
|
3029
|
-
import { jsx as
|
|
3030
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3197
|
+
import { jsx as jsx162 } from "react/jsx-runtime";
|
|
3198
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx162("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx162(
|
|
3031
3199
|
"path",
|
|
3032
3200
|
{
|
|
3033
3201
|
fill: fill || color || "currentColor",
|
|
@@ -3038,9 +3206,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3038
3206
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3039
3207
|
|
|
3040
3208
|
// src/components/Target.tsx
|
|
3041
|
-
import { jsx as
|
|
3042
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3043
|
-
/* @__PURE__ */
|
|
3209
|
+
import { jsx as jsx163, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3210
|
+
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3211
|
+
/* @__PURE__ */ jsx163(
|
|
3044
3212
|
"path",
|
|
3045
3213
|
{
|
|
3046
3214
|
fill: stroke || color || "currentColor",
|
|
@@ -3049,7 +3217,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3049
3217
|
clipRule: "evenodd"
|
|
3050
3218
|
}
|
|
3051
3219
|
),
|
|
3052
|
-
/* @__PURE__ */
|
|
3220
|
+
/* @__PURE__ */ jsx163(
|
|
3053
3221
|
"path",
|
|
3054
3222
|
{
|
|
3055
3223
|
fill: stroke || color || "currentColor",
|
|
@@ -3061,44 +3229,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3061
3229
|
] }), Target_default = IconTarget;
|
|
3062
3230
|
|
|
3063
3231
|
// src/components/TextLogo.tsx
|
|
3064
|
-
import { jsx as
|
|
3065
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3066
|
-
/* @__PURE__ */
|
|
3232
|
+
import { jsx as jsx164, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3233
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs81("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3234
|
+
/* @__PURE__ */ jsx164(
|
|
3067
3235
|
"path",
|
|
3068
3236
|
{
|
|
3069
3237
|
fill: fill || color || "currentColor",
|
|
3070
3238
|
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"
|
|
3071
3239
|
}
|
|
3072
3240
|
),
|
|
3073
|
-
/* @__PURE__ */
|
|
3241
|
+
/* @__PURE__ */ jsx164(
|
|
3074
3242
|
"path",
|
|
3075
3243
|
{
|
|
3076
3244
|
fill: fill || color || "currentColor",
|
|
3077
3245
|
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"
|
|
3078
3246
|
}
|
|
3079
3247
|
),
|
|
3080
|
-
/* @__PURE__ */
|
|
3248
|
+
/* @__PURE__ */ jsx164(
|
|
3081
3249
|
"path",
|
|
3082
3250
|
{
|
|
3083
3251
|
fill: fill || color || "currentColor",
|
|
3084
3252
|
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"
|
|
3085
3253
|
}
|
|
3086
3254
|
),
|
|
3087
|
-
/* @__PURE__ */
|
|
3255
|
+
/* @__PURE__ */ jsx164(
|
|
3088
3256
|
"path",
|
|
3089
3257
|
{
|
|
3090
3258
|
fill: fill || color || "currentColor",
|
|
3091
3259
|
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"
|
|
3092
3260
|
}
|
|
3093
3261
|
),
|
|
3094
|
-
/* @__PURE__ */
|
|
3262
|
+
/* @__PURE__ */ jsx164(
|
|
3095
3263
|
"path",
|
|
3096
3264
|
{
|
|
3097
3265
|
fill: fill || color || "currentColor",
|
|
3098
3266
|
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"
|
|
3099
3267
|
}
|
|
3100
3268
|
),
|
|
3101
|
-
/* @__PURE__ */
|
|
3269
|
+
/* @__PURE__ */ jsx164(
|
|
3102
3270
|
"path",
|
|
3103
3271
|
{
|
|
3104
3272
|
fill: fill || color || "currentColor",
|
|
@@ -3108,8 +3276,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3108
3276
|
] }), TextLogo_default = IconTextLogo;
|
|
3109
3277
|
|
|
3110
3278
|
// src/components/Tips.tsx
|
|
3111
|
-
import { jsx as
|
|
3112
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3279
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3280
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
|
|
3113
3281
|
"path",
|
|
3114
3282
|
{
|
|
3115
3283
|
fill: stroke || color || "currentColor",
|
|
@@ -3120,16 +3288,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3120
3288
|
) }), Tips_default = IconTips;
|
|
3121
3289
|
|
|
3122
3290
|
// src/components/ToolsFilled.tsx
|
|
3123
|
-
import { jsx as
|
|
3124
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3125
|
-
/* @__PURE__ */
|
|
3291
|
+
import { jsx as jsx166, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3292
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3293
|
+
/* @__PURE__ */ jsx166(
|
|
3126
3294
|
"path",
|
|
3127
3295
|
{
|
|
3128
3296
|
fill: fill || color || "currentColor",
|
|
3129
3297
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3130
3298
|
}
|
|
3131
3299
|
),
|
|
3132
|
-
/* @__PURE__ */
|
|
3300
|
+
/* @__PURE__ */ jsx166(
|
|
3133
3301
|
"path",
|
|
3134
3302
|
{
|
|
3135
3303
|
fill: fill || color || "currentColor",
|
|
@@ -3139,8 +3307,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3139
3307
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3140
3308
|
|
|
3141
3309
|
// src/components/Tools.tsx
|
|
3142
|
-
import { jsx as
|
|
3143
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3310
|
+
import { jsx as jsx167 } from "react/jsx-runtime";
|
|
3311
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx167("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx167(
|
|
3144
3312
|
"path",
|
|
3145
3313
|
{
|
|
3146
3314
|
stroke: stroke || color || "currentColor",
|
|
@@ -3150,8 +3318,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3150
3318
|
) }), Tools_default = IconTools;
|
|
3151
3319
|
|
|
3152
3320
|
// src/components/Undo.tsx
|
|
3153
|
-
import { jsx as
|
|
3154
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3321
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
3322
|
+
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx168("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx168(
|
|
3155
3323
|
"path",
|
|
3156
3324
|
{
|
|
3157
3325
|
fill: stroke || color || "currentColor",
|
|
@@ -3162,8 +3330,8 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3162
3330
|
) }), Undo_default = IconUndo;
|
|
3163
3331
|
|
|
3164
3332
|
// src/components/UpFilled.tsx
|
|
3165
|
-
import { jsx as
|
|
3166
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3333
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
3334
|
+
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx169("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx169(
|
|
3167
3335
|
"path",
|
|
3168
3336
|
{
|
|
3169
3337
|
fill: fill || color || "currentColor",
|
|
@@ -3174,8 +3342,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3174
3342
|
) }), UpFilled_default = IconUpFilled;
|
|
3175
3343
|
|
|
3176
3344
|
// src/components/UpleftFilled.tsx
|
|
3177
|
-
import { jsx as
|
|
3178
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3345
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3346
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx170("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx170(
|
|
3179
3347
|
"path",
|
|
3180
3348
|
{
|
|
3181
3349
|
fill: fill || color || "currentColor",
|
|
@@ -3186,8 +3354,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3186
3354
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3187
3355
|
|
|
3188
3356
|
// src/components/Uploadedvideo.tsx
|
|
3189
|
-
import { jsx as
|
|
3190
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3357
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3358
|
+
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
|
|
3191
3359
|
"path",
|
|
3192
3360
|
{
|
|
3193
3361
|
fill: fill || color || "currentColor",
|
|
@@ -3198,8 +3366,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3198
3366
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3199
3367
|
|
|
3200
3368
|
// src/components/Uploadfiles.tsx
|
|
3201
|
-
import { jsx as
|
|
3202
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3369
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
3370
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx172("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx172(
|
|
3203
3371
|
"path",
|
|
3204
3372
|
{
|
|
3205
3373
|
fill: stroke || color || "currentColor",
|
|
@@ -3208,20 +3376,20 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3208
3376
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3209
3377
|
|
|
3210
3378
|
// src/components/Uploadstory.tsx
|
|
3211
|
-
import { jsx as
|
|
3212
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3379
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3380
|
+
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx173("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx173(
|
|
3213
3381
|
"path",
|
|
3214
3382
|
{
|
|
3215
3383
|
fill: stroke || color || "currentColor",
|
|
3216
|
-
d: "
|
|
3384
|
+
d: "M1.5 22.5V1.5H16.5L22.5 7.5V22.5H1.5ZM3.75 3.75H15.568L20.25 8.43198V20.25H17.25L17.25 13.5L6.75 13.5L6.75 20.25H3.75V3.75ZM15 20.25H9L9 15.75H15V20.25Z",
|
|
3217
3385
|
fillRule: "evenodd",
|
|
3218
3386
|
clipRule: "evenodd"
|
|
3219
3387
|
}
|
|
3220
3388
|
) }), Uploadstory_default = IconUploadstory;
|
|
3221
3389
|
|
|
3222
3390
|
// src/components/UprightFilled.tsx
|
|
3223
|
-
import { jsx as
|
|
3224
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3391
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3392
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx174("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx174(
|
|
3225
3393
|
"path",
|
|
3226
3394
|
{
|
|
3227
3395
|
fill: fill || color || "currentColor",
|
|
@@ -3232,8 +3400,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3232
3400
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3233
3401
|
|
|
3234
3402
|
// src/components/Userfeedback.tsx
|
|
3235
|
-
import { jsx as
|
|
3236
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3403
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3404
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx175("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx175(
|
|
3237
3405
|
"path",
|
|
3238
3406
|
{
|
|
3239
3407
|
fill: stroke || color || "currentColor",
|
|
@@ -3243,17 +3411,59 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3243
3411
|
}
|
|
3244
3412
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3245
3413
|
|
|
3414
|
+
// src/components/Userfollow.tsx
|
|
3415
|
+
import { jsx as jsx176, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3416
|
+
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3417
|
+
/* @__PURE__ */ jsx176(
|
|
3418
|
+
"path",
|
|
3419
|
+
{
|
|
3420
|
+
fill: stroke || color || "currentColor",
|
|
3421
|
+
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3422
|
+
}
|
|
3423
|
+
),
|
|
3424
|
+
/* @__PURE__ */ jsx176("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3425
|
+
/* @__PURE__ */ jsx176(
|
|
3426
|
+
"path",
|
|
3427
|
+
{
|
|
3428
|
+
fill: stroke || color || "currentColor",
|
|
3429
|
+
d: "M11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z",
|
|
3430
|
+
fillRule: "evenodd",
|
|
3431
|
+
clipRule: "evenodd"
|
|
3432
|
+
}
|
|
3433
|
+
)
|
|
3434
|
+
] }), Userfollow_default = IconUserfollow;
|
|
3435
|
+
|
|
3436
|
+
// src/components/Userfollowback.tsx
|
|
3437
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3438
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx177("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx177(
|
|
3439
|
+
"path",
|
|
3440
|
+
{
|
|
3441
|
+
fill: stroke || color || "currentColor",
|
|
3442
|
+
d: "M23 21H17.4141L18.4141 22L17 23.4141L14.293 20.707L15 19H23V21ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM23.707 16.293L23 18H15V16H20.5859L19.5859 15L21 13.5859L23.707 16.293ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
3443
|
+
}
|
|
3444
|
+
) }), Userfollowback_default = IconUserfollowback;
|
|
3445
|
+
|
|
3446
|
+
// src/components/Userfollowed.tsx
|
|
3447
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3448
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx178("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx178(
|
|
3449
|
+
"path",
|
|
3450
|
+
{
|
|
3451
|
+
fill: stroke || color || "currentColor",
|
|
3452
|
+
d: "M22.3643 16.4141L17.4141 21.3643L17.4131 21.3633L16.6816 22.0957L13 18.4141L14.4141 17L16.6816 19.2676L20.9502 15L22.3643 16.4141ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
3453
|
+
}
|
|
3454
|
+
) }), Userfollowed_default = IconUserfollowed;
|
|
3455
|
+
|
|
3246
3456
|
// src/components/VideoGeneration.tsx
|
|
3247
|
-
import { jsx as
|
|
3248
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
-
/* @__PURE__ */
|
|
3457
|
+
import { jsx as jsx179, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3458
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3459
|
+
/* @__PURE__ */ jsx179(
|
|
3250
3460
|
"path",
|
|
3251
3461
|
{
|
|
3252
3462
|
fill: stroke || color || "currentColor",
|
|
3253
3463
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
3254
3464
|
}
|
|
3255
3465
|
),
|
|
3256
|
-
/* @__PURE__ */
|
|
3466
|
+
/* @__PURE__ */ jsx179(
|
|
3257
3467
|
"path",
|
|
3258
3468
|
{
|
|
3259
3469
|
fill: stroke || color || "currentColor",
|
|
@@ -3262,7 +3472,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3262
3472
|
clipRule: "evenodd"
|
|
3263
3473
|
}
|
|
3264
3474
|
),
|
|
3265
|
-
/* @__PURE__ */
|
|
3475
|
+
/* @__PURE__ */ jsx179(
|
|
3266
3476
|
"path",
|
|
3267
3477
|
{
|
|
3268
3478
|
fill: stroke || color || "currentColor",
|
|
@@ -3272,10 +3482,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3272
3482
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3273
3483
|
|
|
3274
3484
|
// src/components/VideoLength.tsx
|
|
3275
|
-
import { jsx as
|
|
3276
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3277
|
-
/* @__PURE__ */
|
|
3278
|
-
/* @__PURE__ */
|
|
3485
|
+
import { jsx as jsx180, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3486
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3487
|
+
/* @__PURE__ */ jsx180("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3488
|
+
/* @__PURE__ */ jsx180(
|
|
3279
3489
|
"path",
|
|
3280
3490
|
{
|
|
3281
3491
|
fill: stroke || color || "currentColor",
|
|
@@ -3287,9 +3497,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3287
3497
|
] }), VideoLength_default = IconVideoLength;
|
|
3288
3498
|
|
|
3289
3499
|
// src/components/Videogenerate.tsx
|
|
3290
|
-
import { jsx as
|
|
3291
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3292
|
-
/* @__PURE__ */
|
|
3500
|
+
import { jsx as jsx181, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3501
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3502
|
+
/* @__PURE__ */ jsx181(
|
|
3293
3503
|
"path",
|
|
3294
3504
|
{
|
|
3295
3505
|
fill: stroke || color || "currentColor",
|
|
@@ -3298,7 +3508,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3298
3508
|
clipRule: "evenodd"
|
|
3299
3509
|
}
|
|
3300
3510
|
),
|
|
3301
|
-
/* @__PURE__ */
|
|
3511
|
+
/* @__PURE__ */ jsx181(
|
|
3302
3512
|
"path",
|
|
3303
3513
|
{
|
|
3304
3514
|
fill: stroke || color || "currentColor",
|
|
@@ -3310,8 +3520,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3310
3520
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3311
3521
|
|
|
3312
3522
|
// src/components/Visualstyles.tsx
|
|
3313
|
-
import { jsx as
|
|
3314
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3523
|
+
import { jsx as jsx182 } from "react/jsx-runtime";
|
|
3524
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx182("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx182(
|
|
3315
3525
|
"path",
|
|
3316
3526
|
{
|
|
3317
3527
|
fill: stroke || color || "currentColor",
|
|
@@ -3322,9 +3532,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3322
3532
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3323
3533
|
|
|
3324
3534
|
// src/components/Volume.tsx
|
|
3325
|
-
import { jsx as
|
|
3326
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3327
|
-
/* @__PURE__ */
|
|
3535
|
+
import { jsx as jsx183, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3536
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3537
|
+
/* @__PURE__ */ jsx183(
|
|
3328
3538
|
"path",
|
|
3329
3539
|
{
|
|
3330
3540
|
fill: stroke || color || "currentColor",
|
|
@@ -3333,14 +3543,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3333
3543
|
clipRule: "evenodd"
|
|
3334
3544
|
}
|
|
3335
3545
|
),
|
|
3336
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ jsx183(
|
|
3337
3547
|
"path",
|
|
3338
3548
|
{
|
|
3339
3549
|
fill: stroke || color || "currentColor",
|
|
3340
3550
|
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"
|
|
3341
3551
|
}
|
|
3342
3552
|
),
|
|
3343
|
-
/* @__PURE__ */
|
|
3553
|
+
/* @__PURE__ */ jsx183(
|
|
3344
3554
|
"path",
|
|
3345
3555
|
{
|
|
3346
3556
|
fill: stroke || color || "currentColor",
|
|
@@ -3350,8 +3560,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3350
3560
|
] }), Volume_default = IconVolume;
|
|
3351
3561
|
|
|
3352
3562
|
// src/components/Withdrawgame.tsx
|
|
3353
|
-
import { jsx as
|
|
3354
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3563
|
+
import { jsx as jsx184 } from "react/jsx-runtime";
|
|
3564
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx184("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx184(
|
|
3355
3565
|
"path",
|
|
3356
3566
|
{
|
|
3357
3567
|
fill: stroke || color || "currentColor",
|
|
@@ -3362,16 +3572,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3362
3572
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3363
3573
|
|
|
3364
3574
|
// src/components/Zoomhandle.tsx
|
|
3365
|
-
import { jsx as
|
|
3366
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3367
|
-
/* @__PURE__ */
|
|
3575
|
+
import { jsx as jsx185, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3576
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3577
|
+
/* @__PURE__ */ jsx185(
|
|
3368
3578
|
"path",
|
|
3369
3579
|
{
|
|
3370
3580
|
fill: fill || color || "currentColor",
|
|
3371
3581
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
3372
3582
|
}
|
|
3373
3583
|
),
|
|
3374
|
-
/* @__PURE__ */
|
|
3584
|
+
/* @__PURE__ */ jsx185(
|
|
3375
3585
|
"path",
|
|
3376
3586
|
{
|
|
3377
3587
|
fill: stroke || color || "currentColor",
|
|
@@ -3381,16 +3591,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3381
3591
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3382
3592
|
|
|
3383
3593
|
// src/components/Zoomin.tsx
|
|
3384
|
-
import { jsx as
|
|
3385
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3386
|
-
/* @__PURE__ */
|
|
3594
|
+
import { jsx as jsx186, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3595
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3596
|
+
/* @__PURE__ */ jsx186(
|
|
3387
3597
|
"path",
|
|
3388
3598
|
{
|
|
3389
3599
|
fill: stroke || color || "currentColor",
|
|
3390
3600
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3391
3601
|
}
|
|
3392
3602
|
),
|
|
3393
|
-
/* @__PURE__ */
|
|
3603
|
+
/* @__PURE__ */ jsx186(
|
|
3394
3604
|
"path",
|
|
3395
3605
|
{
|
|
3396
3606
|
fill: stroke || color || "currentColor",
|
|
@@ -3402,10 +3612,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3402
3612
|
] }), Zoomin_default = IconZoomin;
|
|
3403
3613
|
|
|
3404
3614
|
// src/components/Zoomout.tsx
|
|
3405
|
-
import { jsx as
|
|
3406
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3407
|
-
/* @__PURE__ */
|
|
3408
|
-
/* @__PURE__ */
|
|
3615
|
+
import { jsx as jsx187, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3616
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3617
|
+
/* @__PURE__ */ jsx187("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3618
|
+
/* @__PURE__ */ jsx187(
|
|
3409
3619
|
"path",
|
|
3410
3620
|
{
|
|
3411
3621
|
fill: stroke || color || "currentColor",
|
|
@@ -3427,16 +3637,22 @@ export {
|
|
|
3427
3637
|
Artboard_default as IconArtboard,
|
|
3428
3638
|
Assets_default as IconAssets,
|
|
3429
3639
|
AssetsFilled_default as IconAssetsFilled,
|
|
3640
|
+
Autolayout_default as IconAutolayout,
|
|
3430
3641
|
Backtoprojects_default as IconBacktoprojects,
|
|
3431
3642
|
Backward_default as IconBackward,
|
|
3432
3643
|
BatchShots_default as IconBatchShots,
|
|
3433
3644
|
Canvasmode_default as IconCanvasmode,
|
|
3645
|
+
Ccg_default as IconCcg,
|
|
3646
|
+
CcgFilled_default as IconCcgFilled,
|
|
3647
|
+
Ccggame_default as IconCcggame,
|
|
3648
|
+
Ccglanguage_default as IconCcglanguage,
|
|
3434
3649
|
Changeprofilephoto_default as IconChangeprofilephoto,
|
|
3435
3650
|
Chaptercollapse_default as IconChaptercollapse,
|
|
3436
3651
|
Chapterexpand_default as IconChapterexpand,
|
|
3437
3652
|
Check_default as IconCheck,
|
|
3438
3653
|
CheckedFilled_default as IconCheckedFilled,
|
|
3439
3654
|
Close_default as IconClose,
|
|
3655
|
+
Collapsewindow_default as IconCollapsewindow,
|
|
3440
3656
|
Copy_default as IconCopy,
|
|
3441
3657
|
Copylink_default as IconCopylink,
|
|
3442
3658
|
CreditFilled_default as IconCreditFilled,
|
|
@@ -3448,6 +3664,7 @@ export {
|
|
|
3448
3664
|
Download_default as IconDownload,
|
|
3449
3665
|
DownrightFilled_default as IconDownrightFilled,
|
|
3450
3666
|
DraghandleFilled_default as IconDraghandleFilled,
|
|
3667
|
+
Expandwindow_default as IconExpandwindow,
|
|
3451
3668
|
Favorite_default as IconFavorite,
|
|
3452
3669
|
FavoriteFilled_default as IconFavoriteFilled,
|
|
3453
3670
|
FeedbackFailFilled_default as IconFeedbackFailFilled,
|
|
@@ -3541,6 +3758,7 @@ export {
|
|
|
3541
3758
|
PlayFilled_default as IconPlayFilled,
|
|
3542
3759
|
Previouscene_default as IconPreviouscene,
|
|
3543
3760
|
Problem_default as IconProblem,
|
|
3761
|
+
ProblemFilled_default as IconProblemFilled,
|
|
3544
3762
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
3545
3763
|
Publish_default as IconPublish,
|
|
3546
3764
|
Ratio_default as IconRatio,
|
|
@@ -3554,9 +3772,11 @@ export {
|
|
|
3554
3772
|
RightFilled_default as IconRightFilled,
|
|
3555
3773
|
SceneNext_default as IconSceneNext,
|
|
3556
3774
|
Scriptmode_default as IconScriptmode,
|
|
3775
|
+
Scrolldown_default as IconScrolldown,
|
|
3557
3776
|
Sendrequest_default as IconSendrequest,
|
|
3558
3777
|
Share_default as IconShare,
|
|
3559
3778
|
ShareFilled_default as IconShareFilled,
|
|
3779
|
+
Sidebar_default as IconSidebar,
|
|
3560
3780
|
SocialDiscord_default as IconSocialDiscord,
|
|
3561
3781
|
SocialX_default as IconSocialX,
|
|
3562
3782
|
SoundOff_default as IconSoundOff,
|
|
@@ -3581,6 +3801,9 @@ export {
|
|
|
3581
3801
|
Uploadstory_default as IconUploadstory,
|
|
3582
3802
|
UprightFilled_default as IconUprightFilled,
|
|
3583
3803
|
Userfeedback_default as IconUserfeedback,
|
|
3804
|
+
Userfollow_default as IconUserfollow,
|
|
3805
|
+
Userfollowback_default as IconUserfollowback,
|
|
3806
|
+
Userfollowed_default as IconUserfollowed,
|
|
3584
3807
|
VideoGeneration_default as IconVideoGeneration,
|
|
3585
3808
|
VideoLength_default as IconVideoLength,
|
|
3586
3809
|
Videogenerate_default as IconVideogenerate,
|