@yoroll/react-icon 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/dist/index.cjs +544 -450
- package/dist/index.iife.js +537 -449
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +713 -613
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Edit.d.ts +4 -0
- package/dist/types/components/Gameuivariable.d.ts +4 -0
- package/dist/types/components/Generate.d.ts +4 -0
- package/dist/types/components/Notification.d.ts +4 -0
- package/dist/types/components/Sendup.d.ts +4 -0
- package/dist/types/components/Sendup2.d.ts +4 -0
- package/dist/types/components/TipsFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +7 -1
- package/package.json +1 -1
- package/dist/types/components/Changeprofilephoto.d.ts +0 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.18 */
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -39,7 +39,6 @@ __export(index_exports, {
|
|
|
39
39
|
IconCcgFilled: () => CcgFilled_default,
|
|
40
40
|
IconCcggame: () => Ccggame_default,
|
|
41
41
|
IconCcglanguage: () => Ccglanguage_default,
|
|
42
|
-
IconChangeprofilephoto: () => Changeprofilephoto_default,
|
|
43
42
|
IconChaptercollapse: () => Chaptercollapse_default,
|
|
44
43
|
IconChapterexpand: () => Chapterexpand_default,
|
|
45
44
|
IconCheck: () => Check_default,
|
|
@@ -57,6 +56,7 @@ __export(index_exports, {
|
|
|
57
56
|
IconDownload: () => Download_default,
|
|
58
57
|
IconDownrightFilled: () => DownrightFilled_default,
|
|
59
58
|
IconDraghandleFilled: () => DraghandleFilled_default,
|
|
59
|
+
IconEdit: () => Edit_default,
|
|
60
60
|
IconExpandwindow: () => Expandwindow_default,
|
|
61
61
|
IconFavorite: () => Favorite_default,
|
|
62
62
|
IconFavoriteFilled: () => FavoriteFilled_default,
|
|
@@ -87,6 +87,8 @@ __export(index_exports, {
|
|
|
87
87
|
IconGamelanguage: () => Gamelanguage_default,
|
|
88
88
|
IconGamepreview: () => Gamepreview_default,
|
|
89
89
|
IconGameui: () => Gameui_default,
|
|
90
|
+
IconGameuivariable: () => Gameuivariable_default,
|
|
91
|
+
IconGenerate: () => Generate_default,
|
|
90
92
|
IconGenerateFilled: () => GenerateFilled_default,
|
|
91
93
|
IconGenerateFrameStart: () => GenerateFrameStart_default,
|
|
92
94
|
IconGenerateFrameStart2End: () => GenerateFrameStart2End_default,
|
|
@@ -136,6 +138,7 @@ __export(index_exports, {
|
|
|
136
138
|
IconNext: () => Next_default,
|
|
137
139
|
IconNextscene: () => Nextscene_default,
|
|
138
140
|
IconNiceofficial: () => Niceofficial_default,
|
|
141
|
+
IconNotification: () => Notification_default,
|
|
139
142
|
IconOneclickgenerate: () => Oneclickgenerate_default,
|
|
140
143
|
IconOpendemo: () => Opendemo_default,
|
|
141
144
|
IconOppsFilled: () => OppsFilled_default,
|
|
@@ -170,6 +173,8 @@ __export(index_exports, {
|
|
|
170
173
|
IconScriptmode: () => Scriptmode_default,
|
|
171
174
|
IconScrolldown: () => Scrolldown_default,
|
|
172
175
|
IconSendrequest: () => Sendrequest_default,
|
|
176
|
+
IconSendup: () => Sendup_default,
|
|
177
|
+
IconSendup2: () => Sendup2_default,
|
|
173
178
|
IconShare: () => Share_default,
|
|
174
179
|
IconShareFilled: () => ShareFilled_default,
|
|
175
180
|
IconSidebar: () => Sidebar_default,
|
|
@@ -186,6 +191,7 @@ __export(index_exports, {
|
|
|
186
191
|
IconTarget: () => Target_default,
|
|
187
192
|
IconTextLogo: () => TextLogo_default,
|
|
188
193
|
IconTips: () => Tips_default,
|
|
194
|
+
IconTipsFilled: () => TipsFilled_default,
|
|
189
195
|
IconTools: () => Tools_default,
|
|
190
196
|
IconToolsFilled: () => ToolsFilled_default,
|
|
191
197
|
IconUndo: () => Undo_default,
|
|
@@ -544,19 +550,8 @@ var import_jsx_runtime24 = require("react/jsx-runtime"), IconCcglanguage = ({ si
|
|
|
544
550
|
}
|
|
545
551
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
546
552
|
|
|
547
|
-
// src/components/Changeprofilephoto.tsx
|
|
548
|
-
var import_jsx_runtime25 = require("react/jsx-runtime"), IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
549
|
-
"path",
|
|
550
|
-
{
|
|
551
|
-
fill: stroke || color || "currentColor",
|
|
552
|
-
d: "M22.602 8.14797L8.25 22.5H1.5V15.75L15.852 1.39797C16.7471 0.502866 17.9612 0 19.227 0C21.8631 0 24 2.13693 24 4.77297C24 6.03884 23.4971 7.25287 22.602 8.14797ZM3.75 20.25V16.682L13.9205 6.51149L17.4885 10.0795L7.31802 20.25H3.75ZM19.0795 8.48851L21.011 6.55698C21.4842 6.08383 21.75 5.4421 21.75 4.77297C21.75 3.37957 20.6204 2.25 19.227 2.25C18.5579 2.25 17.9162 2.51581 17.443 2.98896L15.5115 4.9205L19.0795 8.48851Z",
|
|
553
|
-
fillRule: "evenodd",
|
|
554
|
-
clipRule: "evenodd"
|
|
555
|
-
}
|
|
556
|
-
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
557
|
-
|
|
558
553
|
// src/components/Chaptercollapse.tsx
|
|
559
|
-
var
|
|
554
|
+
var import_jsx_runtime25 = require("react/jsx-runtime"), IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
560
555
|
"path",
|
|
561
556
|
{
|
|
562
557
|
fill: stroke || color || "currentColor",
|
|
@@ -567,7 +562,7 @@ var import_jsx_runtime26 = require("react/jsx-runtime"), IconChaptercollapse = (
|
|
|
567
562
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
568
563
|
|
|
569
564
|
// src/components/Chapterexpand.tsx
|
|
570
|
-
var
|
|
565
|
+
var import_jsx_runtime26 = require("react/jsx-runtime"), IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
571
566
|
"path",
|
|
572
567
|
{
|
|
573
568
|
fill: stroke || color || "currentColor",
|
|
@@ -578,7 +573,7 @@ var import_jsx_runtime27 = require("react/jsx-runtime"), IconChapterexpand = ({
|
|
|
578
573
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
579
574
|
|
|
580
575
|
// src/components/Check.tsx
|
|
581
|
-
var
|
|
576
|
+
var import_jsx_runtime27 = require("react/jsx-runtime"), IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
582
577
|
"path",
|
|
583
578
|
{
|
|
584
579
|
fill: stroke || color || "currentColor",
|
|
@@ -587,7 +582,7 @@ var import_jsx_runtime28 = require("react/jsx-runtime"), IconCheck = ({ size, wi
|
|
|
587
582
|
) }), Check_default = IconCheck;
|
|
588
583
|
|
|
589
584
|
// src/components/CheckedFilled.tsx
|
|
590
|
-
var
|
|
585
|
+
var import_jsx_runtime28 = require("react/jsx-runtime"), IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
591
586
|
"path",
|
|
592
587
|
{
|
|
593
588
|
fill: fill || color || "currentColor",
|
|
@@ -598,7 +593,7 @@ var import_jsx_runtime29 = require("react/jsx-runtime"), IconCheckedFilled = ({
|
|
|
598
593
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
599
594
|
|
|
600
595
|
// src/components/Close.tsx
|
|
601
|
-
var
|
|
596
|
+
var import_jsx_runtime29 = require("react/jsx-runtime"), IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
602
597
|
"path",
|
|
603
598
|
{
|
|
604
599
|
fill: stroke || color || "currentColor",
|
|
@@ -607,8 +602,8 @@ var import_jsx_runtime30 = require("react/jsx-runtime"), IconClose = ({ size, wi
|
|
|
607
602
|
) }), Close_default = IconClose;
|
|
608
603
|
|
|
609
604
|
// src/components/Collapsewindow.tsx
|
|
610
|
-
var
|
|
611
|
-
/* @__PURE__ */ (0,
|
|
605
|
+
var import_jsx_runtime30 = require("react/jsx-runtime"), IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
606
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
612
607
|
"path",
|
|
613
608
|
{
|
|
614
609
|
fill: stroke || color || "currentColor",
|
|
@@ -617,7 +612,7 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
617
612
|
clipRule: "evenodd"
|
|
618
613
|
}
|
|
619
614
|
),
|
|
620
|
-
/* @__PURE__ */ (0,
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
621
616
|
"path",
|
|
622
617
|
{
|
|
623
618
|
fill: stroke || color || "currentColor",
|
|
@@ -629,9 +624,9 @@ var import_jsx_runtime31 = require("react/jsx-runtime"), IconCollapsewindow = ({
|
|
|
629
624
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
630
625
|
|
|
631
626
|
// src/components/Copy.tsx
|
|
632
|
-
var
|
|
633
|
-
/* @__PURE__ */ (0,
|
|
634
|
-
/* @__PURE__ */ (0,
|
|
627
|
+
var import_jsx_runtime31 = require("react/jsx-runtime"), IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
628
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
629
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
635
630
|
"path",
|
|
636
631
|
{
|
|
637
632
|
fill: stroke || color || "currentColor",
|
|
@@ -643,7 +638,7 @@ var import_jsx_runtime32 = require("react/jsx-runtime"), IconCopy = ({ size, wid
|
|
|
643
638
|
] }), Copy_default = IconCopy;
|
|
644
639
|
|
|
645
640
|
// src/components/Copylink.tsx
|
|
646
|
-
var
|
|
641
|
+
var import_jsx_runtime32 = require("react/jsx-runtime"), IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
647
642
|
"path",
|
|
648
643
|
{
|
|
649
644
|
fill: stroke || color || "currentColor",
|
|
@@ -654,8 +649,8 @@ var import_jsx_runtime33 = require("react/jsx-runtime"), IconCopylink = ({ size,
|
|
|
654
649
|
) }), Copylink_default = IconCopylink;
|
|
655
650
|
|
|
656
651
|
// src/components/CreditFilled.tsx
|
|
657
|
-
var
|
|
658
|
-
/* @__PURE__ */ (0,
|
|
652
|
+
var import_jsx_runtime33 = require("react/jsx-runtime"), IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
653
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
659
654
|
"path",
|
|
660
655
|
{
|
|
661
656
|
fill: fill || color || "currentColor",
|
|
@@ -664,11 +659,11 @@ var import_jsx_runtime34 = require("react/jsx-runtime"), IconCreditFilled = ({ s
|
|
|
664
659
|
clipRule: "evenodd"
|
|
665
660
|
}
|
|
666
661
|
) }),
|
|
667
|
-
/* @__PURE__ */ (0,
|
|
662
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
668
663
|
] }), CreditFilled_default = IconCreditFilled;
|
|
669
664
|
|
|
670
665
|
// src/components/Cursor.tsx
|
|
671
|
-
var
|
|
666
|
+
var import_jsx_runtime34 = require("react/jsx-runtime"), IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
672
667
|
"path",
|
|
673
668
|
{
|
|
674
669
|
fill: stroke || color || "currentColor",
|
|
@@ -679,9 +674,9 @@ var import_jsx_runtime35 = require("react/jsx-runtime"), IconCursor = ({ size, w
|
|
|
679
674
|
) }), Cursor_default = IconCursor;
|
|
680
675
|
|
|
681
676
|
// src/components/DeleteSceneChoice.tsx
|
|
682
|
-
var
|
|
683
|
-
/* @__PURE__ */ (0,
|
|
684
|
-
/* @__PURE__ */ (0,
|
|
677
|
+
var import_jsx_runtime35 = require("react/jsx-runtime"), IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
678
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
679
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
685
680
|
"path",
|
|
686
681
|
{
|
|
687
682
|
fill: stroke || color || "currentColor",
|
|
@@ -693,9 +688,9 @@ var import_jsx_runtime36 = require("react/jsx-runtime"), IconDeleteSceneChoice =
|
|
|
693
688
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
694
689
|
|
|
695
690
|
// src/components/Delete.tsx
|
|
696
|
-
var
|
|
697
|
-
/* @__PURE__ */ (0,
|
|
698
|
-
/* @__PURE__ */ (0,
|
|
691
|
+
var import_jsx_runtime36 = require("react/jsx-runtime"), IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
692
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
693
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
699
694
|
"path",
|
|
700
695
|
{
|
|
701
696
|
fill: stroke || color || "currentColor",
|
|
@@ -707,7 +702,7 @@ var import_jsx_runtime37 = require("react/jsx-runtime"), IconDelete = ({ size, w
|
|
|
707
702
|
] }), Delete_default = IconDelete;
|
|
708
703
|
|
|
709
704
|
// src/components/DownFilled.tsx
|
|
710
|
-
var
|
|
705
|
+
var import_jsx_runtime37 = require("react/jsx-runtime"), IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
711
706
|
"path",
|
|
712
707
|
{
|
|
713
708
|
fill: fill || color || "currentColor",
|
|
@@ -718,7 +713,7 @@ var import_jsx_runtime38 = require("react/jsx-runtime"), IconDownFilled = ({ siz
|
|
|
718
713
|
) }), DownFilled_default = IconDownFilled;
|
|
719
714
|
|
|
720
715
|
// src/components/DownleftFilled.tsx
|
|
721
|
-
var
|
|
716
|
+
var import_jsx_runtime38 = require("react/jsx-runtime"), IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
722
717
|
"path",
|
|
723
718
|
{
|
|
724
719
|
fill: fill || color || "currentColor",
|
|
@@ -729,15 +724,15 @@ var import_jsx_runtime39 = require("react/jsx-runtime"), IconDownleftFilled = ({
|
|
|
729
724
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
730
725
|
|
|
731
726
|
// src/components/Download.tsx
|
|
732
|
-
var
|
|
733
|
-
/* @__PURE__ */ (0,
|
|
727
|
+
var import_jsx_runtime39 = require("react/jsx-runtime"), IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
728
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
734
729
|
"path",
|
|
735
730
|
{
|
|
736
731
|
fill: stroke || color || "currentColor",
|
|
737
732
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
738
733
|
}
|
|
739
734
|
),
|
|
740
|
-
/* @__PURE__ */ (0,
|
|
735
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
741
736
|
"path",
|
|
742
737
|
{
|
|
743
738
|
fill: stroke || color || "currentColor",
|
|
@@ -749,7 +744,7 @@ var import_jsx_runtime40 = require("react/jsx-runtime"), IconDownload = ({ size,
|
|
|
749
744
|
] }), Download_default = IconDownload;
|
|
750
745
|
|
|
751
746
|
// src/components/DownrightFilled.tsx
|
|
752
|
-
var
|
|
747
|
+
var import_jsx_runtime40 = require("react/jsx-runtime"), IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
753
748
|
"path",
|
|
754
749
|
{
|
|
755
750
|
fill: fill || color || "currentColor",
|
|
@@ -760,15 +755,35 @@ var import_jsx_runtime41 = require("react/jsx-runtime"), IconDownrightFilled = (
|
|
|
760
755
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
761
756
|
|
|
762
757
|
// src/components/DraghandleFilled.tsx
|
|
763
|
-
var
|
|
764
|
-
/* @__PURE__ */ (0,
|
|
765
|
-
/* @__PURE__ */ (0,
|
|
766
|
-
/* @__PURE__ */ (0,
|
|
767
|
-
/* @__PURE__ */ (0,
|
|
768
|
-
/* @__PURE__ */ (0,
|
|
769
|
-
/* @__PURE__ */ (0,
|
|
758
|
+
var import_jsx_runtime41 = require("react/jsx-runtime"), IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
759
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
760
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
761
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
762
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
770
765
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
771
766
|
|
|
767
|
+
// src/components/Edit.tsx
|
|
768
|
+
var import_jsx_runtime42 = require("react/jsx-runtime"), IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
769
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
770
|
+
"path",
|
|
771
|
+
{
|
|
772
|
+
fill: stroke || color || "currentColor",
|
|
773
|
+
d: "M18.75 0L9 9.75V15H14.25L24 5.25L18.75 0ZM11.25 12.75V10.682L18.75 3.18198L20.818 5.25L13.318 12.75H11.25Z",
|
|
774
|
+
fillRule: "evenodd",
|
|
775
|
+
clipRule: "evenodd"
|
|
776
|
+
}
|
|
777
|
+
),
|
|
778
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
779
|
+
"path",
|
|
780
|
+
{
|
|
781
|
+
fill: stroke || color || "currentColor",
|
|
782
|
+
d: "M1.5 1.5V22.5H22.5V13.5H20.25V20.25H3.75V3.75H10.5V1.5H1.5Z"
|
|
783
|
+
}
|
|
784
|
+
)
|
|
785
|
+
] }), Edit_default = IconEdit;
|
|
786
|
+
|
|
772
787
|
// src/components/Expandwindow.tsx
|
|
773
788
|
var import_jsx_runtime43 = require("react/jsx-runtime"), IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
774
789
|
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
@@ -1316,16 +1331,36 @@ var import_jsx_runtime71 = require("react/jsx-runtime"), IconGameui = ({ size, w
|
|
|
1316
1331
|
}
|
|
1317
1332
|
) }), Gameui_default = IconGameui;
|
|
1318
1333
|
|
|
1319
|
-
// src/components/
|
|
1320
|
-
var import_jsx_runtime72 = require("react/jsx-runtime"),
|
|
1334
|
+
// src/components/Gameuivariable.tsx
|
|
1335
|
+
var import_jsx_runtime72 = require("react/jsx-runtime"), IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1336
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1337
|
+
"path",
|
|
1338
|
+
{
|
|
1339
|
+
fill: fill || color || "currentColor",
|
|
1340
|
+
d: "M24 12L22.4082 13.5898C21.7208 13.1558 20.9482 12.8456 20.1172 12.6992L20.8184 12L17.2051 8.38672L13.5918 12L15.3418 13.75C14.7219 14.1827 14.1827 14.7219 13.75 15.3418L12 13.5918L8.38672 17.2051L12 20.8184L12.6992 20.1172C12.8456 20.9482 13.1558 21.7208 13.5898 22.4082L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
1341
|
+
fillRule: "evenodd",
|
|
1342
|
+
clipRule: "evenodd"
|
|
1343
|
+
}
|
|
1344
|
+
),
|
|
1321
1345
|
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
1346
|
+
"path",
|
|
1347
|
+
{
|
|
1348
|
+
fill: stroke || color || "currentColor",
|
|
1349
|
+
d: "M19 14C21.7614 14 24 16.2386 24 19C24 21.7614 21.7614 24 19 24C16.2386 24 14 21.7614 14 19C14 16.2386 16.2386 14 19 14ZM18.4102 19.5645L16.5684 17.6484L15.666 18.6172L18.4102 21.5L22.334 17.4668L21.4316 16.5L18.4102 19.5645Z"
|
|
1350
|
+
}
|
|
1351
|
+
)
|
|
1352
|
+
] }), Gameuivariable_default = IconGameuivariable;
|
|
1353
|
+
|
|
1354
|
+
// src/components/GenerateMultimage.tsx
|
|
1355
|
+
var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1356
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1322
1357
|
"path",
|
|
1323
1358
|
{
|
|
1324
1359
|
fill: stroke || color || "currentColor",
|
|
1325
1360
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
1326
1361
|
}
|
|
1327
1362
|
),
|
|
1328
|
-
/* @__PURE__ */ (0,
|
|
1363
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
1329
1364
|
"path",
|
|
1330
1365
|
{
|
|
1331
1366
|
fill: stroke || color || "currentColor",
|
|
@@ -1334,11 +1369,11 @@ var import_jsx_runtime72 = require("react/jsx-runtime"), IconGenerateMultimage =
|
|
|
1334
1369
|
clipRule: "evenodd"
|
|
1335
1370
|
}
|
|
1336
1371
|
),
|
|
1337
|
-
/* @__PURE__ */ (0,
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1338
1373
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1339
1374
|
|
|
1340
1375
|
// src/components/GenerateFilled.tsx
|
|
1341
|
-
var
|
|
1376
|
+
var import_jsx_runtime74 = require("react/jsx-runtime"), IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
1342
1377
|
"path",
|
|
1343
1378
|
{
|
|
1344
1379
|
fill: fill || color || "currentColor",
|
|
@@ -1349,15 +1384,15 @@ var import_jsx_runtime73 = require("react/jsx-runtime"), IconGenerateFilled = ({
|
|
|
1349
1384
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1350
1385
|
|
|
1351
1386
|
// src/components/GenerateFrameStart.tsx
|
|
1352
|
-
var
|
|
1353
|
-
/* @__PURE__ */ (0,
|
|
1387
|
+
var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1388
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1354
1389
|
"path",
|
|
1355
1390
|
{
|
|
1356
1391
|
fill: stroke || color || "currentColor",
|
|
1357
1392
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
1358
1393
|
}
|
|
1359
1394
|
),
|
|
1360
|
-
/* @__PURE__ */ (0,
|
|
1395
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
1361
1396
|
"path",
|
|
1362
1397
|
{
|
|
1363
1398
|
fill: stroke || color || "currentColor",
|
|
@@ -1369,8 +1404,8 @@ var import_jsx_runtime74 = require("react/jsx-runtime"), IconGenerateFrameStart
|
|
|
1369
1404
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1370
1405
|
|
|
1371
1406
|
// src/components/GenerateFrameStart2End.tsx
|
|
1372
|
-
var
|
|
1373
|
-
/* @__PURE__ */ (0,
|
|
1407
|
+
var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1408
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1374
1409
|
"path",
|
|
1375
1410
|
{
|
|
1376
1411
|
fill: stroke || color || "currentColor",
|
|
@@ -1379,14 +1414,14 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1379
1414
|
clipRule: "evenodd"
|
|
1380
1415
|
}
|
|
1381
1416
|
),
|
|
1382
|
-
/* @__PURE__ */ (0,
|
|
1417
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1383
1418
|
"path",
|
|
1384
1419
|
{
|
|
1385
1420
|
fill: stroke || color || "currentColor",
|
|
1386
1421
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
1387
1422
|
}
|
|
1388
1423
|
),
|
|
1389
|
-
/* @__PURE__ */ (0,
|
|
1424
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
1390
1425
|
"path",
|
|
1391
1426
|
{
|
|
1392
1427
|
fill: stroke || color || "currentColor",
|
|
@@ -1398,8 +1433,8 @@ var import_jsx_runtime75 = require("react/jsx-runtime"), IconGenerateFrameStart2
|
|
|
1398
1433
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1399
1434
|
|
|
1400
1435
|
// src/components/GenerateSwitchframe.tsx
|
|
1401
|
-
var
|
|
1402
|
-
/* @__PURE__ */ (0,
|
|
1436
|
+
var import_jsx_runtime77 = require("react/jsx-runtime"), IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1403
1438
|
"path",
|
|
1404
1439
|
{
|
|
1405
1440
|
fill: stroke || color || "currentColor",
|
|
@@ -1408,7 +1443,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1408
1443
|
clipRule: "evenodd"
|
|
1409
1444
|
}
|
|
1410
1445
|
),
|
|
1411
|
-
/* @__PURE__ */ (0,
|
|
1446
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
1412
1447
|
"path",
|
|
1413
1448
|
{
|
|
1414
1449
|
fill: stroke || color || "currentColor",
|
|
@@ -1420,15 +1455,15 @@ var import_jsx_runtime76 = require("react/jsx-runtime"), IconGenerateSwitchframe
|
|
|
1420
1455
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1421
1456
|
|
|
1422
1457
|
// src/components/GenerateT2V.tsx
|
|
1423
|
-
var
|
|
1424
|
-
/* @__PURE__ */ (0,
|
|
1458
|
+
var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1425
1460
|
"path",
|
|
1426
1461
|
{
|
|
1427
1462
|
fill: stroke || color || "currentColor",
|
|
1428
1463
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1429
1464
|
}
|
|
1430
1465
|
),
|
|
1431
|
-
/* @__PURE__ */ (0,
|
|
1466
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
1432
1467
|
"path",
|
|
1433
1468
|
{
|
|
1434
1469
|
fill: stroke || color || "currentColor",
|
|
@@ -1439,16 +1474,26 @@ var import_jsx_runtime77 = require("react/jsx-runtime"), IconGenerateT2V = ({ si
|
|
|
1439
1474
|
)
|
|
1440
1475
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1441
1476
|
|
|
1477
|
+
// src/components/Generate.tsx
|
|
1478
|
+
var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
1479
|
+
"path",
|
|
1480
|
+
{
|
|
1481
|
+
stroke: stroke || color || "currentColor",
|
|
1482
|
+
d: "M12.3652 1.09961L15.3525 8.06934L15.5264 8.47363L15.9307 8.64746L22.9004 11.6338V12.3652L15.9307 15.3525L15.5264 15.5264L15.3525 15.9307L12.3652 22.9004H11.6348L8.64746 15.9307L8.47363 15.5264L8.06934 15.3525L1.09961 12.3652V11.6338L8.06934 8.64746L8.47363 8.47363L8.64746 8.06934L11.6348 1.09961H12.3652Z",
|
|
1483
|
+
strokeWidth: "2.2"
|
|
1484
|
+
}
|
|
1485
|
+
) }), Generate_default = IconGenerate;
|
|
1486
|
+
|
|
1442
1487
|
// src/components/GenreAuto.tsx
|
|
1443
|
-
var
|
|
1444
|
-
/* @__PURE__ */ (0,
|
|
1488
|
+
var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1489
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1445
1490
|
"path",
|
|
1446
1491
|
{
|
|
1447
1492
|
fill: stroke || color || "currentColor",
|
|
1448
1493
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1449
1494
|
}
|
|
1450
1495
|
),
|
|
1451
|
-
/* @__PURE__ */ (0,
|
|
1496
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1452
1497
|
"path",
|
|
1453
1498
|
{
|
|
1454
1499
|
fill: stroke || color || "currentColor",
|
|
@@ -1457,15 +1502,15 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1457
1502
|
clipRule: "evenodd"
|
|
1458
1503
|
}
|
|
1459
1504
|
),
|
|
1460
|
-
/* @__PURE__ */ (0,
|
|
1461
|
-
/* @__PURE__ */ (0,
|
|
1505
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1506
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1462
1507
|
"path",
|
|
1463
1508
|
{
|
|
1464
1509
|
fill: stroke || color || "currentColor",
|
|
1465
1510
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1466
1511
|
}
|
|
1467
1512
|
),
|
|
1468
|
-
/* @__PURE__ */ (0,
|
|
1513
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
1469
1514
|
"path",
|
|
1470
1515
|
{
|
|
1471
1516
|
fill: stroke || color || "currentColor",
|
|
@@ -1475,22 +1520,22 @@ var import_jsx_runtime78 = require("react/jsx-runtime"), IconGenreAuto = ({ size
|
|
|
1475
1520
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1476
1521
|
|
|
1477
1522
|
// src/components/GenreComedy.tsx
|
|
1478
|
-
var
|
|
1479
|
-
/* @__PURE__ */ (0,
|
|
1523
|
+
var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1480
1525
|
"path",
|
|
1481
1526
|
{
|
|
1482
1527
|
fill: stroke || color || "currentColor",
|
|
1483
1528
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
1484
1529
|
}
|
|
1485
1530
|
),
|
|
1486
|
-
/* @__PURE__ */ (0,
|
|
1531
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1487
1532
|
"path",
|
|
1488
1533
|
{
|
|
1489
1534
|
fill: stroke || color || "currentColor",
|
|
1490
1535
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
1491
1536
|
}
|
|
1492
1537
|
),
|
|
1493
|
-
/* @__PURE__ */ (0,
|
|
1538
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1494
1539
|
"path",
|
|
1495
1540
|
{
|
|
1496
1541
|
fill: stroke || color || "currentColor",
|
|
@@ -1499,7 +1544,7 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1499
1544
|
clipRule: "evenodd"
|
|
1500
1545
|
}
|
|
1501
1546
|
),
|
|
1502
|
-
/* @__PURE__ */ (0,
|
|
1547
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
1503
1548
|
"path",
|
|
1504
1549
|
{
|
|
1505
1550
|
fill: stroke || color || "currentColor",
|
|
@@ -1511,7 +1556,7 @@ var import_jsx_runtime79 = require("react/jsx-runtime"), IconGenreComedy = ({ si
|
|
|
1511
1556
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1512
1557
|
|
|
1513
1558
|
// src/components/GenreFantasy.tsx
|
|
1514
|
-
var
|
|
1559
|
+
var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
1515
1560
|
"path",
|
|
1516
1561
|
{
|
|
1517
1562
|
fill: stroke || color || "currentColor",
|
|
@@ -1522,22 +1567,22 @@ var import_jsx_runtime80 = require("react/jsx-runtime"), IconGenreFantasy = ({ s
|
|
|
1522
1567
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1523
1568
|
|
|
1524
1569
|
// src/components/GenreHorror.tsx
|
|
1525
|
-
var
|
|
1526
|
-
/* @__PURE__ */ (0,
|
|
1570
|
+
var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1571
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1527
1572
|
"path",
|
|
1528
1573
|
{
|
|
1529
1574
|
fill: stroke || color || "currentColor",
|
|
1530
1575
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
1531
1576
|
}
|
|
1532
1577
|
),
|
|
1533
|
-
/* @__PURE__ */ (0,
|
|
1578
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1534
1579
|
"path",
|
|
1535
1580
|
{
|
|
1536
1581
|
fill: stroke || color || "currentColor",
|
|
1537
1582
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
1538
1583
|
}
|
|
1539
1584
|
),
|
|
1540
|
-
/* @__PURE__ */ (0,
|
|
1585
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1541
1586
|
"path",
|
|
1542
1587
|
{
|
|
1543
1588
|
fill: stroke || color || "currentColor",
|
|
@@ -1549,7 +1594,7 @@ var import_jsx_runtime81 = require("react/jsx-runtime"), IconGenreHorror = ({ si
|
|
|
1549
1594
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1550
1595
|
|
|
1551
1596
|
// src/components/GenreRomance.tsx
|
|
1552
|
-
var
|
|
1597
|
+
var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
1553
1598
|
"path",
|
|
1554
1599
|
{
|
|
1555
1600
|
fill: stroke || color || "currentColor",
|
|
@@ -1560,15 +1605,15 @@ var import_jsx_runtime82 = require("react/jsx-runtime"), IconGenreRomance = ({ s
|
|
|
1560
1605
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1561
1606
|
|
|
1562
1607
|
// src/components/GenreScifi.tsx
|
|
1563
|
-
var
|
|
1564
|
-
/* @__PURE__ */ (0,
|
|
1608
|
+
var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1609
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1565
1610
|
"path",
|
|
1566
1611
|
{
|
|
1567
1612
|
fill: stroke || color || "currentColor",
|
|
1568
1613
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
1569
1614
|
}
|
|
1570
1615
|
),
|
|
1571
|
-
/* @__PURE__ */ (0,
|
|
1616
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1572
1617
|
"path",
|
|
1573
1618
|
{
|
|
1574
1619
|
fill: stroke || color || "currentColor",
|
|
@@ -1577,7 +1622,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1577
1622
|
clipRule: "evenodd"
|
|
1578
1623
|
}
|
|
1579
1624
|
),
|
|
1580
|
-
/* @__PURE__ */ (0,
|
|
1625
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
1581
1626
|
"path",
|
|
1582
1627
|
{
|
|
1583
1628
|
fill: stroke || color || "currentColor",
|
|
@@ -1587,7 +1632,7 @@ var import_jsx_runtime83 = require("react/jsx-runtime"), IconGenreScifi = ({ siz
|
|
|
1587
1632
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1588
1633
|
|
|
1589
1634
|
// src/components/GenreSuspense.tsx
|
|
1590
|
-
var
|
|
1635
|
+
var import_jsx_runtime86 = require("react/jsx-runtime"), IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
1591
1636
|
"path",
|
|
1592
1637
|
{
|
|
1593
1638
|
fill: stroke || color || "currentColor",
|
|
@@ -1598,7 +1643,7 @@ var import_jsx_runtime84 = require("react/jsx-runtime"), IconGenreSuspense = ({
|
|
|
1598
1643
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1599
1644
|
|
|
1600
1645
|
// src/components/Genre.tsx
|
|
1601
|
-
var
|
|
1646
|
+
var import_jsx_runtime87 = require("react/jsx-runtime"), IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
1602
1647
|
"path",
|
|
1603
1648
|
{
|
|
1604
1649
|
fill: stroke || color || "currentColor",
|
|
@@ -1609,8 +1654,8 @@ var import_jsx_runtime85 = require("react/jsx-runtime"), IconGenre = ({ size, wi
|
|
|
1609
1654
|
) }), Genre_default = IconGenre;
|
|
1610
1655
|
|
|
1611
1656
|
// src/components/GoogleLogoFilled.tsx
|
|
1612
|
-
var
|
|
1613
|
-
/* @__PURE__ */ (0,
|
|
1657
|
+
var import_jsx_runtime88 = require("react/jsx-runtime"), IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1614
1659
|
"mask",
|
|
1615
1660
|
{
|
|
1616
1661
|
id: "mask0_48_113",
|
|
@@ -1620,7 +1665,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1620
1665
|
y: "0",
|
|
1621
1666
|
maskUnits: "userSpaceOnUse",
|
|
1622
1667
|
style: { maskType: "luminance" },
|
|
1623
|
-
children: /* @__PURE__ */ (0,
|
|
1668
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1624
1669
|
"path",
|
|
1625
1670
|
{
|
|
1626
1671
|
fill: stroke || color || "currentColor",
|
|
@@ -1629,64 +1674,64 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1629
1674
|
)
|
|
1630
1675
|
}
|
|
1631
1676
|
),
|
|
1632
|
-
/* @__PURE__ */ (0,
|
|
1633
|
-
/* @__PURE__ */ (0,
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("g", { mask: "url(#mask0_48_113)", children: [
|
|
1678
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1634
1679
|
"path",
|
|
1635
1680
|
{
|
|
1636
1681
|
fill: "url(#paint0_radial_48_113)",
|
|
1637
1682
|
d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
|
|
1638
1683
|
}
|
|
1639
1684
|
) }),
|
|
1640
|
-
/* @__PURE__ */ (0,
|
|
1685
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1641
1686
|
"path",
|
|
1642
1687
|
{
|
|
1643
1688
|
fill: "url(#paint1_radial_48_113)",
|
|
1644
1689
|
d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
|
|
1645
1690
|
}
|
|
1646
1691
|
) }),
|
|
1647
|
-
/* @__PURE__ */ (0,
|
|
1692
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1648
1693
|
"path",
|
|
1649
1694
|
{
|
|
1650
1695
|
fill: "url(#paint2_radial_48_113)",
|
|
1651
1696
|
d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
|
|
1652
1697
|
}
|
|
1653
1698
|
) }),
|
|
1654
|
-
/* @__PURE__ */ (0,
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1655
1700
|
"path",
|
|
1656
1701
|
{
|
|
1657
1702
|
fill: "url(#paint3_radial_48_113)",
|
|
1658
1703
|
d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
|
|
1659
1704
|
}
|
|
1660
1705
|
) }),
|
|
1661
|
-
/* @__PURE__ */ (0,
|
|
1706
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1662
1707
|
"path",
|
|
1663
1708
|
{
|
|
1664
1709
|
fill: "#3086FF",
|
|
1665
1710
|
d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
|
|
1666
1711
|
}
|
|
1667
1712
|
) }),
|
|
1668
|
-
/* @__PURE__ */ (0,
|
|
1713
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1669
1714
|
"path",
|
|
1670
1715
|
{
|
|
1671
1716
|
fill: "url(#paint4_radial_48_113)",
|
|
1672
1717
|
d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
|
|
1673
1718
|
}
|
|
1674
1719
|
) }),
|
|
1675
|
-
/* @__PURE__ */ (0,
|
|
1720
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1676
1721
|
"path",
|
|
1677
1722
|
{
|
|
1678
1723
|
fill: "url(#paint5_radial_48_113)",
|
|
1679
1724
|
d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
|
|
1680
1725
|
}
|
|
1681
1726
|
) }),
|
|
1682
|
-
/* @__PURE__ */ (0,
|
|
1727
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1683
1728
|
"path",
|
|
1684
1729
|
{
|
|
1685
1730
|
fill: "url(#paint6_radial_48_113)",
|
|
1686
1731
|
d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
|
|
1687
1732
|
}
|
|
1688
1733
|
) }),
|
|
1689
|
-
/* @__PURE__ */ (0,
|
|
1734
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
1690
1735
|
"path",
|
|
1691
1736
|
{
|
|
1692
1737
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1694,8 +1739,8 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1694
1739
|
}
|
|
1695
1740
|
) })
|
|
1696
1741
|
] }),
|
|
1697
|
-
/* @__PURE__ */ (0,
|
|
1698
|
-
/* @__PURE__ */ (0,
|
|
1742
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("defs", { children: [
|
|
1743
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1699
1744
|
"filter",
|
|
1700
1745
|
{
|
|
1701
1746
|
id: "filter0_f_48_113",
|
|
@@ -1706,13 +1751,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1706
1751
|
filterUnits: "userSpaceOnUse",
|
|
1707
1752
|
colorInterpolationFilters: "sRGB",
|
|
1708
1753
|
children: [
|
|
1709
|
-
/* @__PURE__ */ (0,
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1711
|
-
/* @__PURE__ */ (0,
|
|
1754
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1755
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1756
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1712
1757
|
]
|
|
1713
1758
|
}
|
|
1714
1759
|
),
|
|
1715
|
-
/* @__PURE__ */ (0,
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1716
1761
|
"filter",
|
|
1717
1762
|
{
|
|
1718
1763
|
id: "filter1_f_48_113",
|
|
@@ -1723,13 +1768,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1723
1768
|
filterUnits: "userSpaceOnUse",
|
|
1724
1769
|
colorInterpolationFilters: "sRGB",
|
|
1725
1770
|
children: [
|
|
1726
|
-
/* @__PURE__ */ (0,
|
|
1727
|
-
/* @__PURE__ */ (0,
|
|
1728
|
-
/* @__PURE__ */ (0,
|
|
1771
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1772
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1773
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1729
1774
|
]
|
|
1730
1775
|
}
|
|
1731
1776
|
),
|
|
1732
|
-
/* @__PURE__ */ (0,
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1733
1778
|
"filter",
|
|
1734
1779
|
{
|
|
1735
1780
|
id: "filter2_f_48_113",
|
|
@@ -1740,13 +1785,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1740
1785
|
filterUnits: "userSpaceOnUse",
|
|
1741
1786
|
colorInterpolationFilters: "sRGB",
|
|
1742
1787
|
children: [
|
|
1743
|
-
/* @__PURE__ */ (0,
|
|
1744
|
-
/* @__PURE__ */ (0,
|
|
1745
|
-
/* @__PURE__ */ (0,
|
|
1788
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1789
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1790
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1746
1791
|
]
|
|
1747
1792
|
}
|
|
1748
1793
|
),
|
|
1749
|
-
/* @__PURE__ */ (0,
|
|
1794
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1750
1795
|
"filter",
|
|
1751
1796
|
{
|
|
1752
1797
|
id: "filter3_f_48_113",
|
|
@@ -1757,13 +1802,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1757
1802
|
filterUnits: "userSpaceOnUse",
|
|
1758
1803
|
colorInterpolationFilters: "sRGB",
|
|
1759
1804
|
children: [
|
|
1760
|
-
/* @__PURE__ */ (0,
|
|
1761
|
-
/* @__PURE__ */ (0,
|
|
1762
|
-
/* @__PURE__ */ (0,
|
|
1805
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1806
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1807
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1763
1808
|
]
|
|
1764
1809
|
}
|
|
1765
1810
|
),
|
|
1766
|
-
/* @__PURE__ */ (0,
|
|
1811
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1767
1812
|
"filter",
|
|
1768
1813
|
{
|
|
1769
1814
|
id: "filter4_f_48_113",
|
|
@@ -1774,13 +1819,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1774
1819
|
filterUnits: "userSpaceOnUse",
|
|
1775
1820
|
colorInterpolationFilters: "sRGB",
|
|
1776
1821
|
children: [
|
|
1777
|
-
/* @__PURE__ */ (0,
|
|
1778
|
-
/* @__PURE__ */ (0,
|
|
1779
|
-
/* @__PURE__ */ (0,
|
|
1822
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1823
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1824
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1780
1825
|
]
|
|
1781
1826
|
}
|
|
1782
1827
|
),
|
|
1783
|
-
/* @__PURE__ */ (0,
|
|
1828
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1784
1829
|
"filter",
|
|
1785
1830
|
{
|
|
1786
1831
|
id: "filter5_f_48_113",
|
|
@@ -1791,13 +1836,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1791
1836
|
filterUnits: "userSpaceOnUse",
|
|
1792
1837
|
colorInterpolationFilters: "sRGB",
|
|
1793
1838
|
children: [
|
|
1794
|
-
/* @__PURE__ */ (0,
|
|
1795
|
-
/* @__PURE__ */ (0,
|
|
1796
|
-
/* @__PURE__ */ (0,
|
|
1839
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1840
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1841
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1797
1842
|
]
|
|
1798
1843
|
}
|
|
1799
1844
|
),
|
|
1800
|
-
/* @__PURE__ */ (0,
|
|
1845
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1801
1846
|
"filter",
|
|
1802
1847
|
{
|
|
1803
1848
|
id: "filter6_f_48_113",
|
|
@@ -1808,13 +1853,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1808
1853
|
filterUnits: "userSpaceOnUse",
|
|
1809
1854
|
colorInterpolationFilters: "sRGB",
|
|
1810
1855
|
children: [
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1813
|
-
/* @__PURE__ */ (0,
|
|
1856
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1858
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1814
1859
|
]
|
|
1815
1860
|
}
|
|
1816
1861
|
),
|
|
1817
|
-
/* @__PURE__ */ (0,
|
|
1862
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1818
1863
|
"filter",
|
|
1819
1864
|
{
|
|
1820
1865
|
id: "filter7_f_48_113",
|
|
@@ -1825,13 +1870,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1825
1870
|
filterUnits: "userSpaceOnUse",
|
|
1826
1871
|
colorInterpolationFilters: "sRGB",
|
|
1827
1872
|
children: [
|
|
1828
|
-
/* @__PURE__ */ (0,
|
|
1829
|
-
/* @__PURE__ */ (0,
|
|
1830
|
-
/* @__PURE__ */ (0,
|
|
1873
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1874
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1875
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1831
1876
|
]
|
|
1832
1877
|
}
|
|
1833
1878
|
),
|
|
1834
|
-
/* @__PURE__ */ (0,
|
|
1879
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1835
1880
|
"filter",
|
|
1836
1881
|
{
|
|
1837
1882
|
id: "filter8_f_48_113",
|
|
@@ -1842,13 +1887,13 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1842
1887
|
filterUnits: "userSpaceOnUse",
|
|
1843
1888
|
colorInterpolationFilters: "sRGB",
|
|
1844
1889
|
children: [
|
|
1845
|
-
/* @__PURE__ */ (0,
|
|
1846
|
-
/* @__PURE__ */ (0,
|
|
1847
|
-
/* @__PURE__ */ (0,
|
|
1890
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1891
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1892
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1848
1893
|
]
|
|
1849
1894
|
}
|
|
1850
1895
|
),
|
|
1851
|
-
/* @__PURE__ */ (0,
|
|
1896
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1852
1897
|
"radialGradient",
|
|
1853
1898
|
{
|
|
1854
1899
|
id: "paint0_radial_48_113",
|
|
@@ -1858,20 +1903,20 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1858
1903
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1859
1904
|
gradientUnits: "userSpaceOnUse",
|
|
1860
1905
|
children: [
|
|
1861
|
-
/* @__PURE__ */ (0,
|
|
1862
|
-
/* @__PURE__ */ (0,
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1864
|
-
/* @__PURE__ */ (0,
|
|
1865
|
-
/* @__PURE__ */ (0,
|
|
1866
|
-
/* @__PURE__ */ (0,
|
|
1867
|
-
/* @__PURE__ */ (0,
|
|
1868
|
-
/* @__PURE__ */ (0,
|
|
1869
|
-
/* @__PURE__ */ (0,
|
|
1870
|
-
/* @__PURE__ */ (0,
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1907
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1908
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1909
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1910
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1911
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1912
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1913
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1914
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1871
1916
|
]
|
|
1872
1917
|
}
|
|
1873
1918
|
),
|
|
1874
|
-
/* @__PURE__ */ (0,
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1875
1920
|
"radialGradient",
|
|
1876
1921
|
{
|
|
1877
1922
|
id: "paint1_radial_48_113",
|
|
@@ -1881,12 +1926,12 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1881
1926
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1882
1927
|
gradientUnits: "userSpaceOnUse",
|
|
1883
1928
|
children: [
|
|
1884
|
-
/* @__PURE__ */ (0,
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
1929
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1930
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1886
1931
|
]
|
|
1887
1932
|
}
|
|
1888
1933
|
),
|
|
1889
|
-
/* @__PURE__ */ (0,
|
|
1934
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1890
1935
|
"radialGradient",
|
|
1891
1936
|
{
|
|
1892
1937
|
id: "paint2_radial_48_113",
|
|
@@ -1896,18 +1941,18 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1896
1941
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1897
1942
|
gradientUnits: "userSpaceOnUse",
|
|
1898
1943
|
children: [
|
|
1899
|
-
/* @__PURE__ */ (0,
|
|
1900
|
-
/* @__PURE__ */ (0,
|
|
1901
|
-
/* @__PURE__ */ (0,
|
|
1902
|
-
/* @__PURE__ */ (0,
|
|
1903
|
-
/* @__PURE__ */ (0,
|
|
1904
|
-
/* @__PURE__ */ (0,
|
|
1905
|
-
/* @__PURE__ */ (0,
|
|
1906
|
-
/* @__PURE__ */ (0,
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1945
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1946
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1949
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1950
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1951
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1907
1952
|
]
|
|
1908
1953
|
}
|
|
1909
1954
|
),
|
|
1910
|
-
/* @__PURE__ */ (0,
|
|
1955
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1911
1956
|
"radialGradient",
|
|
1912
1957
|
{
|
|
1913
1958
|
id: "paint3_radial_48_113",
|
|
@@ -1917,19 +1962,19 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1917
1962
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1918
1963
|
gradientUnits: "userSpaceOnUse",
|
|
1919
1964
|
children: [
|
|
1920
|
-
/* @__PURE__ */ (0,
|
|
1921
|
-
/* @__PURE__ */ (0,
|
|
1922
|
-
/* @__PURE__ */ (0,
|
|
1923
|
-
/* @__PURE__ */ (0,
|
|
1924
|
-
/* @__PURE__ */ (0,
|
|
1925
|
-
/* @__PURE__ */ (0,
|
|
1926
|
-
/* @__PURE__ */ (0,
|
|
1927
|
-
/* @__PURE__ */ (0,
|
|
1928
|
-
/* @__PURE__ */ (0,
|
|
1965
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1966
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1967
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1968
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1969
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1970
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1971
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1972
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1973
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1929
1974
|
]
|
|
1930
1975
|
}
|
|
1931
1976
|
),
|
|
1932
|
-
/* @__PURE__ */ (0,
|
|
1977
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1933
1978
|
"radialGradient",
|
|
1934
1979
|
{
|
|
1935
1980
|
id: "paint4_radial_48_113",
|
|
@@ -1939,18 +1984,18 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1939
1984
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1940
1985
|
gradientUnits: "userSpaceOnUse",
|
|
1941
1986
|
children: [
|
|
1942
|
-
/* @__PURE__ */ (0,
|
|
1943
|
-
/* @__PURE__ */ (0,
|
|
1944
|
-
/* @__PURE__ */ (0,
|
|
1945
|
-
/* @__PURE__ */ (0,
|
|
1946
|
-
/* @__PURE__ */ (0,
|
|
1947
|
-
/* @__PURE__ */ (0,
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
1987
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1988
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1989
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1991
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1992
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1993
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1994
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1950
1995
|
]
|
|
1951
1996
|
}
|
|
1952
1997
|
),
|
|
1953
|
-
/* @__PURE__ */ (0,
|
|
1998
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1954
1999
|
"radialGradient",
|
|
1955
2000
|
{
|
|
1956
2001
|
id: "paint5_radial_48_113",
|
|
@@ -1960,15 +2005,15 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1960
2005
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1961
2006
|
gradientUnits: "userSpaceOnUse",
|
|
1962
2007
|
children: [
|
|
1963
|
-
/* @__PURE__ */ (0,
|
|
1964
|
-
/* @__PURE__ */ (0,
|
|
1965
|
-
/* @__PURE__ */ (0,
|
|
1966
|
-
/* @__PURE__ */ (0,
|
|
1967
|
-
/* @__PURE__ */ (0,
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2010
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2012
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1968
2013
|
]
|
|
1969
2014
|
}
|
|
1970
2015
|
),
|
|
1971
|
-
/* @__PURE__ */ (0,
|
|
2016
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1972
2017
|
"radialGradient",
|
|
1973
2018
|
{
|
|
1974
2019
|
id: "paint6_radial_48_113",
|
|
@@ -1978,20 +2023,20 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
1978
2023
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1979
2024
|
gradientUnits: "userSpaceOnUse",
|
|
1980
2025
|
children: [
|
|
1981
|
-
/* @__PURE__ */ (0,
|
|
1982
|
-
/* @__PURE__ */ (0,
|
|
1983
|
-
/* @__PURE__ */ (0,
|
|
1984
|
-
/* @__PURE__ */ (0,
|
|
1985
|
-
/* @__PURE__ */ (0,
|
|
1986
|
-
/* @__PURE__ */ (0,
|
|
1987
|
-
/* @__PURE__ */ (0,
|
|
1988
|
-
/* @__PURE__ */ (0,
|
|
1989
|
-
/* @__PURE__ */ (0,
|
|
1990
|
-
/* @__PURE__ */ (0,
|
|
2026
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2027
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2028
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2029
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2030
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#86C504" })
|
|
1991
2036
|
]
|
|
1992
2037
|
}
|
|
1993
2038
|
),
|
|
1994
|
-
/* @__PURE__ */ (0,
|
|
2039
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
1995
2040
|
"linearGradient",
|
|
1996
2041
|
{
|
|
1997
2042
|
id: "paint7_linear_48_113",
|
|
@@ -2001,8 +2046,8 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2001
2046
|
y2: "21.5116",
|
|
2002
2047
|
gradientUnits: "userSpaceOnUse",
|
|
2003
2048
|
children: [
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2005
|
-
/* @__PURE__ */ (0,
|
|
2049
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { stopColor: "#0FBC5C" }),
|
|
2050
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
2006
2051
|
]
|
|
2007
2052
|
}
|
|
2008
2053
|
)
|
|
@@ -2010,7 +2055,7 @@ var import_jsx_runtime86 = require("react/jsx-runtime"), IconGoogleLogoFilled =
|
|
|
2010
2055
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
2011
2056
|
|
|
2012
2057
|
// src/components/Handtool.tsx
|
|
2013
|
-
var
|
|
2058
|
+
var import_jsx_runtime89 = require("react/jsx-runtime"), IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
2014
2059
|
"path",
|
|
2015
2060
|
{
|
|
2016
2061
|
fill: stroke || color || "currentColor",
|
|
@@ -2019,16 +2064,16 @@ var import_jsx_runtime87 = require("react/jsx-runtime"), IconHandtool = ({ size,
|
|
|
2019
2064
|
) }), Handtool_default = IconHandtool;
|
|
2020
2065
|
|
|
2021
2066
|
// src/components/Help.tsx
|
|
2022
|
-
var
|
|
2023
|
-
/* @__PURE__ */ (0,
|
|
2024
|
-
/* @__PURE__ */ (0,
|
|
2067
|
+
var import_jsx_runtime90 = require("react/jsx-runtime"), IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2068
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2025
2070
|
"path",
|
|
2026
2071
|
{
|
|
2027
2072
|
fill: stroke || color || "currentColor",
|
|
2028
2073
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
2029
2074
|
}
|
|
2030
2075
|
),
|
|
2031
|
-
/* @__PURE__ */ (0,
|
|
2076
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
2032
2077
|
"path",
|
|
2033
2078
|
{
|
|
2034
2079
|
fill: stroke || color || "currentColor",
|
|
@@ -2040,7 +2085,7 @@ var import_jsx_runtime88 = require("react/jsx-runtime"), IconHelp = ({ size, wid
|
|
|
2040
2085
|
] }), Help_default = IconHelp;
|
|
2041
2086
|
|
|
2042
2087
|
// src/components/HomepageFilled.tsx
|
|
2043
|
-
var
|
|
2088
|
+
var import_jsx_runtime91 = require("react/jsx-runtime"), IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
2044
2089
|
"path",
|
|
2045
2090
|
{
|
|
2046
2091
|
fill: fill || color || "currentColor",
|
|
@@ -2051,7 +2096,7 @@ var import_jsx_runtime89 = require("react/jsx-runtime"), IconHomepageFilled = ({
|
|
|
2051
2096
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2052
2097
|
|
|
2053
2098
|
// src/components/Hotareacenter.tsx
|
|
2054
|
-
var
|
|
2099
|
+
var import_jsx_runtime92 = require("react/jsx-runtime"), IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
2055
2100
|
"path",
|
|
2056
2101
|
{
|
|
2057
2102
|
fill: "#191919",
|
|
@@ -2061,22 +2106,22 @@ var import_jsx_runtime90 = require("react/jsx-runtime"), IconHotareacenter = ({
|
|
|
2061
2106
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2062
2107
|
|
|
2063
2108
|
// src/components/ImageGeneration.tsx
|
|
2064
|
-
var
|
|
2065
|
-
/* @__PURE__ */ (0,
|
|
2109
|
+
var import_jsx_runtime93 = require("react/jsx-runtime"), IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2110
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2066
2111
|
"path",
|
|
2067
2112
|
{
|
|
2068
2113
|
fill: stroke || color || "currentColor",
|
|
2069
2114
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
2070
2115
|
}
|
|
2071
2116
|
),
|
|
2072
|
-
/* @__PURE__ */ (0,
|
|
2117
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2073
2118
|
"path",
|
|
2074
2119
|
{
|
|
2075
2120
|
fill: stroke || color || "currentColor",
|
|
2076
2121
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
2077
2122
|
}
|
|
2078
2123
|
),
|
|
2079
|
-
/* @__PURE__ */ (0,
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
2080
2125
|
"path",
|
|
2081
2126
|
{
|
|
2082
2127
|
fill: stroke || color || "currentColor",
|
|
@@ -2086,8 +2131,8 @@ var import_jsx_runtime91 = require("react/jsx-runtime"), IconImageGeneration = (
|
|
|
2086
2131
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2087
2132
|
|
|
2088
2133
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2089
|
-
var
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2134
|
+
var import_jsx_runtime94 = require("react/jsx-runtime"), IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2135
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2091
2136
|
"path",
|
|
2092
2137
|
{
|
|
2093
2138
|
fill: fill || color || "currentColor",
|
|
@@ -2096,7 +2141,7 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2096
2141
|
clipRule: "evenodd"
|
|
2097
2142
|
}
|
|
2098
2143
|
),
|
|
2099
|
-
/* @__PURE__ */ (0,
|
|
2144
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2100
2145
|
"path",
|
|
2101
2146
|
{
|
|
2102
2147
|
fill: fill || color || "currentColor",
|
|
@@ -2106,10 +2151,10 @@ var import_jsx_runtime92 = require("react/jsx-runtime"), IconImageLoadFailedFill
|
|
|
2106
2151
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2107
2152
|
|
|
2108
2153
|
// src/components/Info.tsx
|
|
2109
|
-
var
|
|
2110
|
-
/* @__PURE__ */ (0,
|
|
2111
|
-
/* @__PURE__ */ (0,
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2154
|
+
var import_jsx_runtime95 = require("react/jsx-runtime"), IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2155
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2156
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2113
2158
|
"path",
|
|
2114
2159
|
{
|
|
2115
2160
|
fill: stroke || color || "currentColor",
|
|
@@ -2121,7 +2166,7 @@ var import_jsx_runtime93 = require("react/jsx-runtime"), IconInfo = ({ size, wid
|
|
|
2121
2166
|
] }), Info_default = IconInfo;
|
|
2122
2167
|
|
|
2123
2168
|
// src/components/Invitecode.tsx
|
|
2124
|
-
var
|
|
2169
|
+
var import_jsx_runtime96 = require("react/jsx-runtime"), IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
2125
2170
|
"path",
|
|
2126
2171
|
{
|
|
2127
2172
|
fill: fill || color || "currentColor",
|
|
@@ -2132,7 +2177,7 @@ var import_jsx_runtime94 = require("react/jsx-runtime"), IconInvitecode = ({ siz
|
|
|
2132
2177
|
) }), Invitecode_default = IconInvitecode;
|
|
2133
2178
|
|
|
2134
2179
|
// src/components/LeftFilled.tsx
|
|
2135
|
-
var
|
|
2180
|
+
var import_jsx_runtime97 = require("react/jsx-runtime"), IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
2136
2181
|
"path",
|
|
2137
2182
|
{
|
|
2138
2183
|
fill: fill || color || "currentColor",
|
|
@@ -2143,15 +2188,15 @@ var import_jsx_runtime95 = require("react/jsx-runtime"), IconLeftFilled = ({ siz
|
|
|
2143
2188
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2144
2189
|
|
|
2145
2190
|
// src/components/Loading.tsx
|
|
2146
|
-
var
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2191
|
+
var import_jsx_runtime98 = require("react/jsx-runtime"), IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2192
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2148
2193
|
"path",
|
|
2149
2194
|
{
|
|
2150
2195
|
fill: fill || color || "currentColor",
|
|
2151
2196
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
2152
2197
|
}
|
|
2153
2198
|
),
|
|
2154
|
-
/* @__PURE__ */ (0,
|
|
2199
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
2155
2200
|
"path",
|
|
2156
2201
|
{
|
|
2157
2202
|
fill: stroke || color || "currentColor",
|
|
@@ -2161,15 +2206,15 @@ var import_jsx_runtime96 = require("react/jsx-runtime"), IconLoading = ({ size,
|
|
|
2161
2206
|
] }), Loading_default = IconLoading;
|
|
2162
2207
|
|
|
2163
2208
|
// src/components/Login.tsx
|
|
2164
|
-
var
|
|
2165
|
-
/* @__PURE__ */ (0,
|
|
2209
|
+
var import_jsx_runtime99 = require("react/jsx-runtime"), IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2210
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2166
2211
|
"path",
|
|
2167
2212
|
{
|
|
2168
2213
|
fill: stroke || color || "currentColor",
|
|
2169
2214
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2170
2215
|
}
|
|
2171
2216
|
),
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2217
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
2173
2218
|
"path",
|
|
2174
2219
|
{
|
|
2175
2220
|
fill: stroke || color || "currentColor",
|
|
@@ -2181,8 +2226,8 @@ var import_jsx_runtime97 = require("react/jsx-runtime"), IconLogin = ({ size, wi
|
|
|
2181
2226
|
] }), Login_default = IconLogin;
|
|
2182
2227
|
|
|
2183
2228
|
// src/components/Logout.tsx
|
|
2184
|
-
var
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2229
|
+
var import_jsx_runtime100 = require("react/jsx-runtime"), IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2230
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2186
2231
|
"path",
|
|
2187
2232
|
{
|
|
2188
2233
|
fill: stroke || color || "currentColor",
|
|
@@ -2191,7 +2236,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
2191
2236
|
clipRule: "evenodd"
|
|
2192
2237
|
}
|
|
2193
2238
|
),
|
|
2194
|
-
/* @__PURE__ */ (0,
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
2195
2240
|
"path",
|
|
2196
2241
|
{
|
|
2197
2242
|
fill: stroke || color || "currentColor",
|
|
@@ -2201,7 +2246,7 @@ var import_jsx_runtime98 = require("react/jsx-runtime"), IconLogout = ({ size, w
|
|
|
2201
2246
|
] }), Logout_default = IconLogout;
|
|
2202
2247
|
|
|
2203
2248
|
// src/components/ModelGeminiFilled.tsx
|
|
2204
|
-
var
|
|
2249
|
+
var import_jsx_runtime101 = require("react/jsx-runtime"), IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
2205
2250
|
"path",
|
|
2206
2251
|
{
|
|
2207
2252
|
fill: fill || color || "currentColor",
|
|
@@ -2210,7 +2255,7 @@ var import_jsx_runtime99 = require("react/jsx-runtime"), IconModelGeminiFilled =
|
|
|
2210
2255
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2211
2256
|
|
|
2212
2257
|
// src/components/ModelOpenaiFilled.tsx
|
|
2213
|
-
var
|
|
2258
|
+
var import_jsx_runtime102 = require("react/jsx-runtime"), IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
2214
2259
|
"path",
|
|
2215
2260
|
{
|
|
2216
2261
|
fill: fill || color || "currentColor",
|
|
@@ -2219,8 +2264,8 @@ var import_jsx_runtime100 = require("react/jsx-runtime"), IconModelOpenaiFilled
|
|
|
2219
2264
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2220
2265
|
|
|
2221
2266
|
// src/components/ModelDeepmindFilled.tsx
|
|
2222
|
-
var
|
|
2223
|
-
/* @__PURE__ */ (0,
|
|
2267
|
+
var import_jsx_runtime103 = require("react/jsx-runtime"), IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2268
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
2224
2269
|
"path",
|
|
2225
2270
|
{
|
|
2226
2271
|
fill: fill || color || "currentColor",
|
|
@@ -2229,27 +2274,27 @@ var import_jsx_runtime101 = require("react/jsx-runtime"), IconModelDeepmindFille
|
|
|
2229
2274
|
clipRule: "evenodd"
|
|
2230
2275
|
}
|
|
2231
2276
|
) }),
|
|
2232
|
-
/* @__PURE__ */ (0,
|
|
2277
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2233
2278
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2234
2279
|
|
|
2235
2280
|
// src/components/ModelSeedFilled.tsx
|
|
2236
|
-
var
|
|
2237
|
-
/* @__PURE__ */ (0,
|
|
2238
|
-
/* @__PURE__ */ (0,
|
|
2281
|
+
var import_jsx_runtime104 = require("react/jsx-runtime"), IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2283
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2239
2284
|
"path",
|
|
2240
2285
|
{
|
|
2241
2286
|
fill: fill || color || "currentColor",
|
|
2242
2287
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2243
2288
|
}
|
|
2244
2289
|
),
|
|
2245
|
-
/* @__PURE__ */ (0,
|
|
2290
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2246
2291
|
"path",
|
|
2247
2292
|
{
|
|
2248
2293
|
fill: fill || color || "currentColor",
|
|
2249
2294
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2250
2295
|
}
|
|
2251
2296
|
),
|
|
2252
|
-
/* @__PURE__ */ (0,
|
|
2297
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
2253
2298
|
"path",
|
|
2254
2299
|
{
|
|
2255
2300
|
fill: fill || color || "currentColor",
|
|
@@ -2259,7 +2304,7 @@ var import_jsx_runtime102 = require("react/jsx-runtime"), IconModelSeedFilled =
|
|
|
2259
2304
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2260
2305
|
|
|
2261
2306
|
// src/components/ModelSoraFilled.tsx
|
|
2262
|
-
var
|
|
2307
|
+
var import_jsx_runtime105 = require("react/jsx-runtime"), IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
2263
2308
|
"path",
|
|
2264
2309
|
{
|
|
2265
2310
|
fill: fill || color || "currentColor",
|
|
@@ -2268,7 +2313,7 @@ var import_jsx_runtime103 = require("react/jsx-runtime"), IconModelSoraFilled =
|
|
|
2268
2313
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2269
2314
|
|
|
2270
2315
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2271
|
-
var
|
|
2316
|
+
var import_jsx_runtime106 = require("react/jsx-runtime"), IconModelNanobananaLogoNomoFilled = ({
|
|
2272
2317
|
size,
|
|
2273
2318
|
width,
|
|
2274
2319
|
height,
|
|
@@ -2276,64 +2321,64 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2276
2321
|
className,
|
|
2277
2322
|
fill,
|
|
2278
2323
|
stroke
|
|
2279
|
-
}) => /* @__PURE__ */ (0,
|
|
2280
|
-
/* @__PURE__ */ (0,
|
|
2324
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2325
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2281
2326
|
"path",
|
|
2282
2327
|
{
|
|
2283
2328
|
fill: "#5A5C62",
|
|
2284
2329
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
2285
2330
|
}
|
|
2286
2331
|
),
|
|
2287
|
-
/* @__PURE__ */ (0,
|
|
2332
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2288
2333
|
"path",
|
|
2289
2334
|
{
|
|
2290
2335
|
fill: "#D5D6D7",
|
|
2291
2336
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
2292
2337
|
}
|
|
2293
2338
|
),
|
|
2294
|
-
/* @__PURE__ */ (0,
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2295
2340
|
"path",
|
|
2296
2341
|
{
|
|
2297
2342
|
fill: "#C4C5C7",
|
|
2298
2343
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
2299
2344
|
}
|
|
2300
2345
|
),
|
|
2301
|
-
/* @__PURE__ */ (0,
|
|
2346
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2302
2347
|
"path",
|
|
2303
2348
|
{
|
|
2304
2349
|
fill: "#7B7C81",
|
|
2305
2350
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
2306
2351
|
}
|
|
2307
2352
|
),
|
|
2308
|
-
/* @__PURE__ */ (0,
|
|
2353
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2309
2354
|
"path",
|
|
2310
2355
|
{
|
|
2311
2356
|
fill: "#85878B",
|
|
2312
2357
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
2313
2358
|
}
|
|
2314
2359
|
),
|
|
2315
|
-
/* @__PURE__ */ (0,
|
|
2360
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2316
2361
|
"path",
|
|
2317
2362
|
{
|
|
2318
2363
|
fill: "#1B1D24",
|
|
2319
2364
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
2320
2365
|
}
|
|
2321
2366
|
),
|
|
2322
|
-
/* @__PURE__ */ (0,
|
|
2367
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2323
2368
|
"path",
|
|
2324
2369
|
{
|
|
2325
2370
|
fill: "#D5D6D7",
|
|
2326
2371
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
2327
2372
|
}
|
|
2328
2373
|
),
|
|
2329
|
-
/* @__PURE__ */ (0,
|
|
2374
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2330
2375
|
"path",
|
|
2331
2376
|
{
|
|
2332
2377
|
fill: "#85878B",
|
|
2333
2378
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
2334
2379
|
}
|
|
2335
2380
|
),
|
|
2336
|
-
/* @__PURE__ */ (0,
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
2337
2382
|
"path",
|
|
2338
2383
|
{
|
|
2339
2384
|
fill: "#D5D6D7",
|
|
@@ -2343,7 +2388,7 @@ var import_jsx_runtime104 = require("react/jsx-runtime"), IconModelNanobananaLog
|
|
|
2343
2388
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2344
2389
|
|
|
2345
2390
|
// src/components/ModelklingFilled.tsx
|
|
2346
|
-
var
|
|
2391
|
+
var import_jsx_runtime107 = require("react/jsx-runtime"), IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
2347
2392
|
"path",
|
|
2348
2393
|
{
|
|
2349
2394
|
fill: fill || color || "currentColor",
|
|
@@ -2354,7 +2399,7 @@ var import_jsx_runtime105 = require("react/jsx-runtime"), IconModelklingFilled =
|
|
|
2354
2399
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2355
2400
|
|
|
2356
2401
|
// src/components/Models.tsx
|
|
2357
|
-
var
|
|
2402
|
+
var import_jsx_runtime108 = require("react/jsx-runtime"), IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
2358
2403
|
"path",
|
|
2359
2404
|
{
|
|
2360
2405
|
fill: stroke || color || "currentColor",
|
|
@@ -2365,7 +2410,7 @@ var import_jsx_runtime106 = require("react/jsx-runtime"), IconModels = ({ size,
|
|
|
2365
2410
|
) }), Models_default = IconModels;
|
|
2366
2411
|
|
|
2367
2412
|
// src/components/MoreCollapse.tsx
|
|
2368
|
-
var
|
|
2413
|
+
var import_jsx_runtime109 = require("react/jsx-runtime"), IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
|
|
2369
2414
|
"path",
|
|
2370
2415
|
{
|
|
2371
2416
|
fill: stroke || color || "currentColor",
|
|
@@ -2374,22 +2419,22 @@ var import_jsx_runtime107 = require("react/jsx-runtime"), IconMoreCollapse = ({
|
|
|
2374
2419
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2375
2420
|
|
|
2376
2421
|
// src/components/MoreHorizontal.tsx
|
|
2377
|
-
var
|
|
2378
|
-
/* @__PURE__ */ (0,
|
|
2422
|
+
var import_jsx_runtime110 = require("react/jsx-runtime"), IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2423
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2379
2424
|
"path",
|
|
2380
2425
|
{
|
|
2381
2426
|
fill: stroke || color || "currentColor",
|
|
2382
2427
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
2383
2428
|
}
|
|
2384
2429
|
),
|
|
2385
|
-
/* @__PURE__ */ (0,
|
|
2430
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2386
2431
|
"path",
|
|
2387
2432
|
{
|
|
2388
2433
|
fill: stroke || color || "currentColor",
|
|
2389
2434
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
2390
2435
|
}
|
|
2391
2436
|
),
|
|
2392
|
-
/* @__PURE__ */ (0,
|
|
2437
|
+
/* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
|
|
2393
2438
|
"path",
|
|
2394
2439
|
{
|
|
2395
2440
|
fill: stroke || color || "currentColor",
|
|
@@ -2399,7 +2444,7 @@ var import_jsx_runtime108 = require("react/jsx-runtime"), IconMoreHorizontal = (
|
|
|
2399
2444
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2400
2445
|
|
|
2401
2446
|
// src/components/MoreShowed.tsx
|
|
2402
|
-
var
|
|
2447
|
+
var import_jsx_runtime111 = require("react/jsx-runtime"), IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
|
|
2403
2448
|
"path",
|
|
2404
2449
|
{
|
|
2405
2450
|
fill: stroke || color || "currentColor",
|
|
@@ -2408,22 +2453,22 @@ var import_jsx_runtime109 = require("react/jsx-runtime"), IconMoreShowed = ({ si
|
|
|
2408
2453
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2409
2454
|
|
|
2410
2455
|
// src/components/More.tsx
|
|
2411
|
-
var
|
|
2412
|
-
/* @__PURE__ */ (0,
|
|
2456
|
+
var import_jsx_runtime112 = require("react/jsx-runtime"), IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2413
2458
|
"path",
|
|
2414
2459
|
{
|
|
2415
2460
|
fill: stroke || color || "currentColor",
|
|
2416
2461
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
2417
2462
|
}
|
|
2418
2463
|
),
|
|
2419
|
-
/* @__PURE__ */ (0,
|
|
2464
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2420
2465
|
"path",
|
|
2421
2466
|
{
|
|
2422
2467
|
fill: stroke || color || "currentColor",
|
|
2423
2468
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
2424
2469
|
}
|
|
2425
2470
|
),
|
|
2426
|
-
/* @__PURE__ */ (0,
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
|
|
2427
2472
|
"path",
|
|
2428
2473
|
{
|
|
2429
2474
|
fill: stroke || color || "currentColor",
|
|
@@ -2433,29 +2478,29 @@ var import_jsx_runtime110 = require("react/jsx-runtime"), IconMore = ({ size, wi
|
|
|
2433
2478
|
] }), More_default = IconMore;
|
|
2434
2479
|
|
|
2435
2480
|
// src/components/Moresettings.tsx
|
|
2436
|
-
var
|
|
2437
|
-
/* @__PURE__ */ (0,
|
|
2481
|
+
var import_jsx_runtime113 = require("react/jsx-runtime"), IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2482
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2438
2483
|
"path",
|
|
2439
2484
|
{
|
|
2440
2485
|
fill: stroke || color || "currentColor",
|
|
2441
2486
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
2442
2487
|
}
|
|
2443
2488
|
),
|
|
2444
|
-
/* @__PURE__ */ (0,
|
|
2489
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2445
2490
|
"path",
|
|
2446
2491
|
{
|
|
2447
2492
|
fill: stroke || color || "currentColor",
|
|
2448
2493
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
2449
2494
|
}
|
|
2450
2495
|
),
|
|
2451
|
-
/* @__PURE__ */ (0,
|
|
2496
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2452
2497
|
"path",
|
|
2453
2498
|
{
|
|
2454
2499
|
fill: stroke || color || "currentColor",
|
|
2455
2500
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
2456
2501
|
}
|
|
2457
2502
|
),
|
|
2458
|
-
/* @__PURE__ */ (0,
|
|
2503
|
+
/* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
|
|
2459
2504
|
"path",
|
|
2460
2505
|
{
|
|
2461
2506
|
fill: stroke || color || "currentColor",
|
|
@@ -2467,8 +2512,8 @@ var import_jsx_runtime111 = require("react/jsx-runtime"), IconMoresettings = ({
|
|
|
2467
2512
|
] }), Moresettings_default = IconMoresettings;
|
|
2468
2513
|
|
|
2469
2514
|
// src/components/MouseDrag.tsx
|
|
2470
|
-
var
|
|
2471
|
-
/* @__PURE__ */ (0,
|
|
2515
|
+
var import_jsx_runtime114 = require("react/jsx-runtime"), IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2472
2517
|
"path",
|
|
2473
2518
|
{
|
|
2474
2519
|
fill: fill || color || "currentColor",
|
|
@@ -2476,7 +2521,7 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2476
2521
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2477
2522
|
}
|
|
2478
2523
|
),
|
|
2479
|
-
/* @__PURE__ */ (0,
|
|
2524
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2480
2525
|
"path",
|
|
2481
2526
|
{
|
|
2482
2527
|
fill: fill || color || "currentColor",
|
|
@@ -2484,7 +2529,7 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2484
2529
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2485
2530
|
}
|
|
2486
2531
|
),
|
|
2487
|
-
/* @__PURE__ */ (0,
|
|
2532
|
+
/* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
|
|
2488
2533
|
"path",
|
|
2489
2534
|
{
|
|
2490
2535
|
fill: fill || color || "currentColor",
|
|
@@ -2495,8 +2540,8 @@ var import_jsx_runtime112 = require("react/jsx-runtime"), IconMouseDrag = ({ siz
|
|
|
2495
2540
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2496
2541
|
|
|
2497
2542
|
// src/components/MouseMove.tsx
|
|
2498
|
-
var
|
|
2499
|
-
/* @__PURE__ */ (0,
|
|
2543
|
+
var import_jsx_runtime115 = require("react/jsx-runtime"), IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2544
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
|
|
2500
2545
|
"path",
|
|
2501
2546
|
{
|
|
2502
2547
|
fill: fill || color || "currentColor",
|
|
@@ -2504,12 +2549,12 @@ var import_jsx_runtime113 = require("react/jsx-runtime"), IconMouseMove = ({ siz
|
|
|
2504
2549
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
2505
2550
|
}
|
|
2506
2551
|
) }),
|
|
2507
|
-
/* @__PURE__ */ (0,
|
|
2552
|
+
/* @__PURE__ */ (0, import_jsx_runtime115.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2508
2553
|
] }), MouseMove_default = IconMouseMove;
|
|
2509
2554
|
|
|
2510
2555
|
// src/components/MouseNumberchange.tsx
|
|
2511
|
-
var
|
|
2512
|
-
/* @__PURE__ */ (0,
|
|
2556
|
+
var import_jsx_runtime116 = require("react/jsx-runtime"), IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2513
2558
|
"path",
|
|
2514
2559
|
{
|
|
2515
2560
|
fill: fill || color || "currentColor",
|
|
@@ -2517,7 +2562,7 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2517
2562
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2518
2563
|
}
|
|
2519
2564
|
),
|
|
2520
|
-
/* @__PURE__ */ (0,
|
|
2565
|
+
/* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
|
|
2521
2566
|
"path",
|
|
2522
2567
|
{
|
|
2523
2568
|
fill: fill || color || "currentColor",
|
|
@@ -2528,7 +2573,7 @@ var import_jsx_runtime114 = require("react/jsx-runtime"), IconMouseNumberchange
|
|
|
2528
2573
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2529
2574
|
|
|
2530
2575
|
// src/components/Musicassets.tsx
|
|
2531
|
-
var
|
|
2576
|
+
var import_jsx_runtime117 = require("react/jsx-runtime"), IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
|
|
2532
2577
|
"path",
|
|
2533
2578
|
{
|
|
2534
2579
|
fill: stroke || color || "currentColor",
|
|
@@ -2539,8 +2584,8 @@ var import_jsx_runtime115 = require("react/jsx-runtime"), IconMusicassets = ({ s
|
|
|
2539
2584
|
) }), Musicassets_default = IconMusicassets;
|
|
2540
2585
|
|
|
2541
2586
|
// src/components/Mute.tsx
|
|
2542
|
-
var
|
|
2543
|
-
/* @__PURE__ */ (0,
|
|
2587
|
+
var import_jsx_runtime118 = require("react/jsx-runtime"), IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2588
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2544
2589
|
"path",
|
|
2545
2590
|
{
|
|
2546
2591
|
fill: stroke || color || "currentColor",
|
|
@@ -2549,7 +2594,7 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2549
2594
|
clipRule: "evenodd"
|
|
2550
2595
|
}
|
|
2551
2596
|
),
|
|
2552
|
-
/* @__PURE__ */ (0,
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
|
|
2553
2598
|
"path",
|
|
2554
2599
|
{
|
|
2555
2600
|
fill: stroke || color || "currentColor",
|
|
@@ -2559,7 +2604,7 @@ var import_jsx_runtime116 = require("react/jsx-runtime"), IconMute = ({ size, wi
|
|
|
2559
2604
|
] }), Mute_default = IconMute;
|
|
2560
2605
|
|
|
2561
2606
|
// src/components/Next.tsx
|
|
2562
|
-
var
|
|
2607
|
+
var import_jsx_runtime119 = require("react/jsx-runtime"), IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
|
|
2563
2608
|
"path",
|
|
2564
2609
|
{
|
|
2565
2610
|
fill: stroke || color || "currentColor",
|
|
@@ -2570,15 +2615,15 @@ var import_jsx_runtime117 = require("react/jsx-runtime"), IconNext = ({ size, wi
|
|
|
2570
2615
|
) }), Next_default = IconNext;
|
|
2571
2616
|
|
|
2572
2617
|
// src/components/Nextscene.tsx
|
|
2573
|
-
var
|
|
2574
|
-
/* @__PURE__ */ (0,
|
|
2618
|
+
var import_jsx_runtime120 = require("react/jsx-runtime"), IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2619
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2575
2620
|
"path",
|
|
2576
2621
|
{
|
|
2577
2622
|
fill: stroke || color || "currentColor",
|
|
2578
2623
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2579
2624
|
}
|
|
2580
2625
|
),
|
|
2581
|
-
/* @__PURE__ */ (0,
|
|
2626
|
+
/* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
|
|
2582
2627
|
"path",
|
|
2583
2628
|
{
|
|
2584
2629
|
fill: stroke || color || "currentColor",
|
|
@@ -2590,7 +2635,7 @@ var import_jsx_runtime118 = require("react/jsx-runtime"), IconNextscene = ({ siz
|
|
|
2590
2635
|
] }), Nextscene_default = IconNextscene;
|
|
2591
2636
|
|
|
2592
2637
|
// src/components/Niceofficial.tsx
|
|
2593
|
-
var
|
|
2638
|
+
var import_jsx_runtime121 = require("react/jsx-runtime"), IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
|
|
2594
2639
|
"path",
|
|
2595
2640
|
{
|
|
2596
2641
|
fill: fill || color || "currentColor",
|
|
@@ -2600,18 +2645,38 @@ var import_jsx_runtime119 = require("react/jsx-runtime"), IconNiceofficial = ({
|
|
|
2600
2645
|
}
|
|
2601
2646
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2602
2647
|
|
|
2648
|
+
// src/components/Notification.tsx
|
|
2649
|
+
var import_jsx_runtime122 = require("react/jsx-runtime"), IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2650
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2651
|
+
"path",
|
|
2652
|
+
{
|
|
2653
|
+
fill: stroke || color || "currentColor",
|
|
2654
|
+
d: "M22.5 15L19.5 12V7.5C19.5 3.35786 16.1421 0 12 0C7.85786 0 4.5 3.35786 4.5 7.5V12L1.5 15V18H22.5V15ZM6.75 12.932V7.5C6.75 4.6005 9.1005 2.25 12 2.25C14.8995 2.25 17.25 4.6005 17.25 7.5V12.932L20.068 15.75H3.93198L6.75 12.932Z",
|
|
2655
|
+
fillRule: "evenodd",
|
|
2656
|
+
clipRule: "evenodd"
|
|
2657
|
+
}
|
|
2658
|
+
),
|
|
2659
|
+
/* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
|
|
2660
|
+
"path",
|
|
2661
|
+
{
|
|
2662
|
+
fill: stroke || color || "currentColor",
|
|
2663
|
+
d: "M12 24C10.0407 24 8.37385 22.7478 7.75609 21H10.323C10.7349 21.4603 11.3337 21.75 12 21.75C12.6664 21.75 13.2651 21.4603 13.6771 21H16.244C15.6262 22.7478 13.9594 24 12 24Z"
|
|
2664
|
+
}
|
|
2665
|
+
)
|
|
2666
|
+
] }), Notification_default = IconNotification;
|
|
2667
|
+
|
|
2603
2668
|
// src/components/Oneclickgenerate.tsx
|
|
2604
|
-
var
|
|
2605
|
-
/* @__PURE__ */ (0,
|
|
2606
|
-
/* @__PURE__ */ (0,
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2669
|
+
var import_jsx_runtime123 = require("react/jsx-runtime"), IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2670
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2671
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2672
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2608
2673
|
"path",
|
|
2609
2674
|
{
|
|
2610
2675
|
fill: stroke || color || "currentColor",
|
|
2611
2676
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2612
2677
|
}
|
|
2613
2678
|
),
|
|
2614
|
-
/* @__PURE__ */ (0,
|
|
2679
|
+
/* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
|
|
2615
2680
|
"path",
|
|
2616
2681
|
{
|
|
2617
2682
|
fill: stroke || color || "currentColor",
|
|
@@ -2623,8 +2688,8 @@ var import_jsx_runtime120 = require("react/jsx-runtime"), IconOneclickgenerate =
|
|
|
2623
2688
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2624
2689
|
|
|
2625
2690
|
// src/components/Opendemo.tsx
|
|
2626
|
-
var
|
|
2627
|
-
/* @__PURE__ */ (0,
|
|
2691
|
+
var import_jsx_runtime124 = require("react/jsx-runtime"), IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2692
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
|
|
2628
2693
|
"path",
|
|
2629
2694
|
{
|
|
2630
2695
|
fill: stroke || color || "currentColor",
|
|
@@ -2633,11 +2698,11 @@ var import_jsx_runtime121 = require("react/jsx-runtime"), IconOpendemo = ({ size
|
|
|
2633
2698
|
clipRule: "evenodd"
|
|
2634
2699
|
}
|
|
2635
2700
|
),
|
|
2636
|
-
/* @__PURE__ */ (0,
|
|
2701
|
+
/* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2637
2702
|
] }), Opendemo_default = IconOpendemo;
|
|
2638
2703
|
|
|
2639
2704
|
// src/components/OppsFilled.tsx
|
|
2640
|
-
var
|
|
2705
|
+
var import_jsx_runtime125 = require("react/jsx-runtime"), IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
|
|
2641
2706
|
"path",
|
|
2642
2707
|
{
|
|
2643
2708
|
fill: fill || color || "currentColor",
|
|
@@ -2648,7 +2713,7 @@ var import_jsx_runtime122 = require("react/jsx-runtime"), IconOppsFilled = ({ si
|
|
|
2648
2713
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2649
2714
|
|
|
2650
2715
|
// src/components/OptionalcheckedFilled.tsx
|
|
2651
|
-
var
|
|
2716
|
+
var import_jsx_runtime126 = require("react/jsx-runtime"), IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
|
|
2652
2717
|
"path",
|
|
2653
2718
|
{
|
|
2654
2719
|
fill: fill || color || "currentColor",
|
|
@@ -2659,7 +2724,7 @@ var import_jsx_runtime123 = require("react/jsx-runtime"), IconOptionalcheckedFil
|
|
|
2659
2724
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2660
2725
|
|
|
2661
2726
|
// src/components/Optionaluncheck.tsx
|
|
2662
|
-
var
|
|
2727
|
+
var import_jsx_runtime127 = require("react/jsx-runtime"), IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
2663
2728
|
"path",
|
|
2664
2729
|
{
|
|
2665
2730
|
fill: stroke || color || "currentColor",
|
|
@@ -2670,7 +2735,7 @@ var import_jsx_runtime124 = require("react/jsx-runtime"), IconOptionaluncheck =
|
|
|
2670
2735
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2671
2736
|
|
|
2672
2737
|
// src/components/Packagegame.tsx
|
|
2673
|
-
var
|
|
2738
|
+
var import_jsx_runtime128 = require("react/jsx-runtime"), IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2674
2739
|
"path",
|
|
2675
2740
|
{
|
|
2676
2741
|
fill: stroke || color || "currentColor",
|
|
@@ -2681,11 +2746,11 @@ var import_jsx_runtime125 = require("react/jsx-runtime"), IconPackagegame = ({ s
|
|
|
2681
2746
|
) }), Packagegame_default = IconPackagegame;
|
|
2682
2747
|
|
|
2683
2748
|
// src/components/PageError.tsx
|
|
2684
|
-
var
|
|
2749
|
+
var import_jsx_runtime129 = require("react/jsx-runtime"), IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2685
2750
|
|
|
2686
2751
|
// src/components/Parameters.tsx
|
|
2687
|
-
var
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2752
|
+
var import_jsx_runtime130 = require("react/jsx-runtime"), IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2753
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2689
2754
|
"path",
|
|
2690
2755
|
{
|
|
2691
2756
|
fill: stroke || color || "currentColor",
|
|
@@ -2694,7 +2759,7 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2694
2759
|
clipRule: "evenodd"
|
|
2695
2760
|
}
|
|
2696
2761
|
),
|
|
2697
|
-
/* @__PURE__ */ (0,
|
|
2762
|
+
/* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
|
|
2698
2763
|
"path",
|
|
2699
2764
|
{
|
|
2700
2765
|
fill: stroke || color || "currentColor",
|
|
@@ -2706,8 +2771,8 @@ var import_jsx_runtime127 = require("react/jsx-runtime"), IconParameters = ({ si
|
|
|
2706
2771
|
] }), Parameters_default = IconParameters;
|
|
2707
2772
|
|
|
2708
2773
|
// src/components/Pause.tsx
|
|
2709
|
-
var
|
|
2710
|
-
/* @__PURE__ */ (0,
|
|
2774
|
+
var import_jsx_runtime131 = require("react/jsx-runtime"), IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2775
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2711
2776
|
"path",
|
|
2712
2777
|
{
|
|
2713
2778
|
fill: stroke || color || "currentColor",
|
|
@@ -2716,7 +2781,7 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2716
2781
|
clipRule: "evenodd"
|
|
2717
2782
|
}
|
|
2718
2783
|
),
|
|
2719
|
-
/* @__PURE__ */ (0,
|
|
2784
|
+
/* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
|
|
2720
2785
|
"path",
|
|
2721
2786
|
{
|
|
2722
2787
|
fill: stroke || color || "currentColor",
|
|
@@ -2728,7 +2793,7 @@ var import_jsx_runtime128 = require("react/jsx-runtime"), IconPause = ({ size, w
|
|
|
2728
2793
|
] }), Pause_default = IconPause;
|
|
2729
2794
|
|
|
2730
2795
|
// src/components/Pencil.tsx
|
|
2731
|
-
var
|
|
2796
|
+
var import_jsx_runtime132 = require("react/jsx-runtime"), IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
|
|
2732
2797
|
"path",
|
|
2733
2798
|
{
|
|
2734
2799
|
fill: stroke || color || "currentColor",
|
|
@@ -2739,7 +2804,7 @@ var import_jsx_runtime129 = require("react/jsx-runtime"), IconPencil = ({ size,
|
|
|
2739
2804
|
) }), Pencil_default = IconPencil;
|
|
2740
2805
|
|
|
2741
2806
|
// src/components/Pick.tsx
|
|
2742
|
-
var
|
|
2807
|
+
var import_jsx_runtime133 = require("react/jsx-runtime"), IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
|
|
2743
2808
|
"path",
|
|
2744
2809
|
{
|
|
2745
2810
|
fill: stroke || color || "currentColor",
|
|
@@ -2750,22 +2815,22 @@ var import_jsx_runtime130 = require("react/jsx-runtime"), IconPick = ({ size, wi
|
|
|
2750
2815
|
) }), Pick_default = IconPick;
|
|
2751
2816
|
|
|
2752
2817
|
// src/components/PickedFilled.tsx
|
|
2753
|
-
var
|
|
2818
|
+
var import_jsx_runtime134 = require("react/jsx-runtime"), IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2754
2819
|
|
|
2755
2820
|
// src/components/PlanFilled.tsx
|
|
2756
|
-
var
|
|
2757
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
var import_jsx_runtime135 = require("react/jsx-runtime"), IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
|
|
2758
2823
|
"path",
|
|
2759
2824
|
{
|
|
2760
2825
|
fill: fill || color || "currentColor",
|
|
2761
2826
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2762
2827
|
}
|
|
2763
2828
|
) }),
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
2829
|
+
/* @__PURE__ */ (0, import_jsx_runtime135.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2765
2830
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2766
2831
|
|
|
2767
2832
|
// src/components/PlayFilled.tsx
|
|
2768
|
-
var
|
|
2833
|
+
var import_jsx_runtime136 = require("react/jsx-runtime"), IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
|
|
2769
2834
|
"path",
|
|
2770
2835
|
{
|
|
2771
2836
|
fill: fill || color || "currentColor",
|
|
@@ -2774,7 +2839,7 @@ var import_jsx_runtime133 = require("react/jsx-runtime"), IconPlayFilled = ({ si
|
|
|
2774
2839
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2775
2840
|
|
|
2776
2841
|
// src/components/Play.tsx
|
|
2777
|
-
var
|
|
2842
|
+
var import_jsx_runtime137 = require("react/jsx-runtime"), IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
|
|
2778
2843
|
"path",
|
|
2779
2844
|
{
|
|
2780
2845
|
fill: stroke || color || "currentColor",
|
|
@@ -2785,15 +2850,15 @@ var import_jsx_runtime134 = require("react/jsx-runtime"), IconPlay = ({ size, wi
|
|
|
2785
2850
|
) }), Play_default = IconPlay;
|
|
2786
2851
|
|
|
2787
2852
|
// src/components/Previouscene.tsx
|
|
2788
|
-
var
|
|
2789
|
-
/* @__PURE__ */ (0,
|
|
2853
|
+
var import_jsx_runtime138 = require("react/jsx-runtime"), IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2854
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2790
2855
|
"path",
|
|
2791
2856
|
{
|
|
2792
2857
|
fill: stroke || color || "currentColor",
|
|
2793
2858
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2794
2859
|
}
|
|
2795
2860
|
),
|
|
2796
|
-
/* @__PURE__ */ (0,
|
|
2861
|
+
/* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
|
|
2797
2862
|
"path",
|
|
2798
2863
|
{
|
|
2799
2864
|
fill: stroke || color || "currentColor",
|
|
@@ -2805,7 +2870,7 @@ var import_jsx_runtime135 = require("react/jsx-runtime"), IconPreviouscene = ({
|
|
|
2805
2870
|
] }), Previouscene_default = IconPreviouscene;
|
|
2806
2871
|
|
|
2807
2872
|
// src/components/ProblemFilled.tsx
|
|
2808
|
-
var
|
|
2873
|
+
var import_jsx_runtime139 = require("react/jsx-runtime"), IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
|
|
2809
2874
|
"path",
|
|
2810
2875
|
{
|
|
2811
2876
|
fill: fill || color || "currentColor",
|
|
@@ -2816,7 +2881,7 @@ var import_jsx_runtime136 = require("react/jsx-runtime"), IconProblemFilled = ({
|
|
|
2816
2881
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2817
2882
|
|
|
2818
2883
|
// src/components/ProblemNoticeFilled.tsx
|
|
2819
|
-
var
|
|
2884
|
+
var import_jsx_runtime140 = require("react/jsx-runtime"), IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime140.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
2820
2885
|
"path",
|
|
2821
2886
|
{
|
|
2822
2887
|
fill: fill || color || "currentColor",
|
|
@@ -2827,10 +2892,10 @@ var import_jsx_runtime137 = require("react/jsx-runtime"), IconProblemNoticeFille
|
|
|
2827
2892
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2828
2893
|
|
|
2829
2894
|
// src/components/Problem.tsx
|
|
2830
|
-
var
|
|
2831
|
-
/* @__PURE__ */ (0,
|
|
2832
|
-
/* @__PURE__ */ (0,
|
|
2833
|
-
/* @__PURE__ */ (0,
|
|
2895
|
+
var import_jsx_runtime141 = require("react/jsx-runtime"), IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime141.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2896
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2897
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2898
|
+
/* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
|
|
2834
2899
|
"path",
|
|
2835
2900
|
{
|
|
2836
2901
|
fill: stroke || color || "currentColor",
|
|
@@ -2842,8 +2907,8 @@ var import_jsx_runtime138 = require("react/jsx-runtime"), IconProblem = ({ size,
|
|
|
2842
2907
|
] }), Problem_default = IconProblem;
|
|
2843
2908
|
|
|
2844
2909
|
// src/components/Publish.tsx
|
|
2845
|
-
var
|
|
2846
|
-
/* @__PURE__ */ (0,
|
|
2910
|
+
var import_jsx_runtime142 = require("react/jsx-runtime"), IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2911
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
|
|
2847
2912
|
"path",
|
|
2848
2913
|
{
|
|
2849
2914
|
fill: stroke || color || "currentColor",
|
|
@@ -2852,11 +2917,11 @@ var import_jsx_runtime139 = require("react/jsx-runtime"), IconPublish = ({ size,
|
|
|
2852
2917
|
clipRule: "evenodd"
|
|
2853
2918
|
}
|
|
2854
2919
|
),
|
|
2855
|
-
/* @__PURE__ */ (0,
|
|
2920
|
+
/* @__PURE__ */ (0, import_jsx_runtime142.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2856
2921
|
] }), Publish_default = IconPublish;
|
|
2857
2922
|
|
|
2858
2923
|
// src/components/Ratio169.tsx
|
|
2859
|
-
var
|
|
2924
|
+
var import_jsx_runtime143 = require("react/jsx-runtime"), IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime143.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime143.jsx)(
|
|
2860
2925
|
"path",
|
|
2861
2926
|
{
|
|
2862
2927
|
fill: stroke || color || "currentColor",
|
|
@@ -2865,15 +2930,15 @@ var import_jsx_runtime140 = require("react/jsx-runtime"), IconRatio169 = ({ size
|
|
|
2865
2930
|
) }), Ratio169_default = IconRatio169;
|
|
2866
2931
|
|
|
2867
2932
|
// src/components/Ratio11.tsx
|
|
2868
|
-
var
|
|
2869
|
-
/* @__PURE__ */ (0,
|
|
2933
|
+
var import_jsx_runtime144 = require("react/jsx-runtime"), IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2934
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2870
2935
|
"path",
|
|
2871
2936
|
{
|
|
2872
2937
|
fill: stroke || color || "currentColor",
|
|
2873
2938
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
2874
2939
|
}
|
|
2875
2940
|
) }),
|
|
2876
|
-
/* @__PURE__ */ (0,
|
|
2941
|
+
/* @__PURE__ */ (0, import_jsx_runtime144.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ (0, import_jsx_runtime144.jsx)(
|
|
2877
2942
|
"rect",
|
|
2878
2943
|
{
|
|
2879
2944
|
width: "24",
|
|
@@ -2885,15 +2950,15 @@ var import_jsx_runtime141 = require("react/jsx-runtime"), IconRatio11 = ({ size,
|
|
|
2885
2950
|
] }), Ratio11_default = IconRatio11;
|
|
2886
2951
|
|
|
2887
2952
|
// src/components/Ratio916.tsx
|
|
2888
|
-
var
|
|
2889
|
-
/* @__PURE__ */ (0,
|
|
2953
|
+
var import_jsx_runtime145 = require("react/jsx-runtime"), IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2954
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2890
2955
|
"path",
|
|
2891
2956
|
{
|
|
2892
2957
|
fill: stroke || color || "currentColor",
|
|
2893
2958
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
2894
2959
|
}
|
|
2895
2960
|
) }),
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
2961
|
+
/* @__PURE__ */ (0, import_jsx_runtime145.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
|
|
2897
2962
|
"rect",
|
|
2898
2963
|
{
|
|
2899
2964
|
width: "24",
|
|
@@ -2905,17 +2970,17 @@ var import_jsx_runtime142 = require("react/jsx-runtime"), IconRatio916 = ({ size
|
|
|
2905
2970
|
] }), Ratio916_default = IconRatio916;
|
|
2906
2971
|
|
|
2907
2972
|
// src/components/RatioAuto.tsx
|
|
2908
|
-
var
|
|
2909
|
-
/* @__PURE__ */ (0,
|
|
2910
|
-
/* @__PURE__ */ (0,
|
|
2973
|
+
var import_jsx_runtime146 = require("react/jsx-runtime"), IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2974
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2975
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2911
2976
|
"path",
|
|
2912
2977
|
{
|
|
2913
2978
|
fill: stroke || color || "currentColor",
|
|
2914
2979
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2915
2980
|
}
|
|
2916
2981
|
),
|
|
2917
|
-
/* @__PURE__ */ (0,
|
|
2918
|
-
/* @__PURE__ */ (0,
|
|
2982
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2983
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2919
2984
|
"path",
|
|
2920
2985
|
{
|
|
2921
2986
|
fill: stroke || color || "currentColor",
|
|
@@ -2925,7 +2990,7 @@ var import_jsx_runtime143 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
2925
2990
|
}
|
|
2926
2991
|
)
|
|
2927
2992
|
] }),
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
2993
|
+
/* @__PURE__ */ (0, import_jsx_runtime146.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
|
|
2929
2994
|
"rect",
|
|
2930
2995
|
{
|
|
2931
2996
|
width: "24",
|
|
@@ -2937,15 +3002,15 @@ var import_jsx_runtime143 = require("react/jsx-runtime"), IconRatioAuto = ({ siz
|
|
|
2937
3002
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2938
3003
|
|
|
2939
3004
|
// src/components/Ratio.tsx
|
|
2940
|
-
var
|
|
2941
|
-
/* @__PURE__ */ (0,
|
|
3005
|
+
var import_jsx_runtime147 = require("react/jsx-runtime"), IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3006
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
2942
3007
|
"path",
|
|
2943
3008
|
{
|
|
2944
3009
|
fill: stroke || color || "currentColor",
|
|
2945
3010
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2946
3011
|
}
|
|
2947
3012
|
),
|
|
2948
|
-
/* @__PURE__ */ (0,
|
|
3013
|
+
/* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
|
|
2949
3014
|
"path",
|
|
2950
3015
|
{
|
|
2951
3016
|
fill: stroke || color || "currentColor",
|
|
@@ -2955,7 +3020,7 @@ var import_jsx_runtime144 = require("react/jsx-runtime"), IconRatio = ({ size, w
|
|
|
2955
3020
|
] }), Ratio_default = IconRatio;
|
|
2956
3021
|
|
|
2957
3022
|
// src/components/ReEdit.tsx
|
|
2958
|
-
var
|
|
3023
|
+
var import_jsx_runtime148 = require("react/jsx-runtime"), IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime148.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
|
|
2959
3024
|
"path",
|
|
2960
3025
|
{
|
|
2961
3026
|
fill: stroke || color || "currentColor",
|
|
@@ -2966,7 +3031,7 @@ var import_jsx_runtime145 = require("react/jsx-runtime"), IconReEdit = ({ size,
|
|
|
2966
3031
|
) }), ReEdit_default = IconReEdit;
|
|
2967
3032
|
|
|
2968
3033
|
// src/components/Regenerate.tsx
|
|
2969
|
-
var
|
|
3034
|
+
var import_jsx_runtime149 = require("react/jsx-runtime"), IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime149.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
|
|
2970
3035
|
"path",
|
|
2971
3036
|
{
|
|
2972
3037
|
fill: stroke || color || "currentColor",
|
|
@@ -2977,8 +3042,8 @@ var import_jsx_runtime146 = require("react/jsx-runtime"), IconRegenerate = ({ si
|
|
|
2977
3042
|
) }), Regenerate_default = IconRegenerate;
|
|
2978
3043
|
|
|
2979
3044
|
// src/components/Resultsetting.tsx
|
|
2980
|
-
var
|
|
2981
|
-
/* @__PURE__ */ (0,
|
|
3045
|
+
var import_jsx_runtime150 = require("react/jsx-runtime"), IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3046
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2982
3047
|
"path",
|
|
2983
3048
|
{
|
|
2984
3049
|
fill: stroke || color || "currentColor",
|
|
@@ -2987,7 +3052,7 @@ var import_jsx_runtime147 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
2987
3052
|
clipRule: "evenodd"
|
|
2988
3053
|
}
|
|
2989
3054
|
) }),
|
|
2990
|
-
/* @__PURE__ */ (0,
|
|
3055
|
+
/* @__PURE__ */ (0, import_jsx_runtime150.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
|
|
2991
3056
|
"rect",
|
|
2992
3057
|
{
|
|
2993
3058
|
width: "24",
|
|
@@ -2999,7 +3064,7 @@ var import_jsx_runtime147 = require("react/jsx-runtime"), IconResultsetting = ({
|
|
|
2999
3064
|
] }), Resultsetting_default = IconResultsetting;
|
|
3000
3065
|
|
|
3001
3066
|
// src/components/RightFilled.tsx
|
|
3002
|
-
var
|
|
3067
|
+
var import_jsx_runtime151 = require("react/jsx-runtime"), IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime151.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
|
|
3003
3068
|
"path",
|
|
3004
3069
|
{
|
|
3005
3070
|
fill: fill || color || "currentColor",
|
|
@@ -3010,7 +3075,7 @@ var import_jsx_runtime148 = require("react/jsx-runtime"), IconRightFilled = ({ s
|
|
|
3010
3075
|
) }), RightFilled_default = IconRightFilled;
|
|
3011
3076
|
|
|
3012
3077
|
// src/components/SceneNext.tsx
|
|
3013
|
-
var
|
|
3078
|
+
var import_jsx_runtime152 = require("react/jsx-runtime"), IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime152.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime152.jsx)(
|
|
3014
3079
|
"path",
|
|
3015
3080
|
{
|
|
3016
3081
|
fill: stroke || color || "currentColor",
|
|
@@ -3019,27 +3084,27 @@ var import_jsx_runtime149 = require("react/jsx-runtime"), IconSceneNext = ({ siz
|
|
|
3019
3084
|
) }), SceneNext_default = IconSceneNext;
|
|
3020
3085
|
|
|
3021
3086
|
// src/components/Scriptmode.tsx
|
|
3022
|
-
var
|
|
3023
|
-
/* @__PURE__ */ (0,
|
|
3024
|
-
/* @__PURE__ */ (0,
|
|
3025
|
-
/* @__PURE__ */ (0,
|
|
3026
|
-
/* @__PURE__ */ (0,
|
|
3027
|
-
/* @__PURE__ */ (0,
|
|
3028
|
-
/* @__PURE__ */ (0,
|
|
3029
|
-
/* @__PURE__ */ (0,
|
|
3030
|
-
/* @__PURE__ */ (0,
|
|
3087
|
+
var import_jsx_runtime153 = require("react/jsx-runtime"), IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3088
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3089
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3090
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3091
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3092
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3093
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3094
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3095
|
+
/* @__PURE__ */ (0, import_jsx_runtime153.jsx)("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3031
3096
|
] }), Scriptmode_default = IconScriptmode;
|
|
3032
3097
|
|
|
3033
3098
|
// src/components/Scrolldown.tsx
|
|
3034
|
-
var
|
|
3035
|
-
/* @__PURE__ */ (0,
|
|
3099
|
+
var import_jsx_runtime154 = require("react/jsx-runtime"), IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3100
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3036
3101
|
"path",
|
|
3037
3102
|
{
|
|
3038
3103
|
fill: stroke || color || "currentColor",
|
|
3039
3104
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3040
3105
|
}
|
|
3041
3106
|
),
|
|
3042
|
-
/* @__PURE__ */ (0,
|
|
3107
|
+
/* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
|
|
3043
3108
|
"path",
|
|
3044
3109
|
{
|
|
3045
3110
|
fill: stroke || color || "currentColor",
|
|
@@ -3049,7 +3114,7 @@ var import_jsx_runtime151 = require("react/jsx-runtime"), IconScrolldown = ({ si
|
|
|
3049
3114
|
] }), Scrolldown_default = IconScrolldown;
|
|
3050
3115
|
|
|
3051
3116
|
// src/components/Sendrequest.tsx
|
|
3052
|
-
var
|
|
3117
|
+
var import_jsx_runtime155 = require("react/jsx-runtime"), IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime155.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
|
|
3053
3118
|
"path",
|
|
3054
3119
|
{
|
|
3055
3120
|
fill: fill || color || "currentColor",
|
|
@@ -3059,8 +3124,26 @@ var import_jsx_runtime152 = require("react/jsx-runtime"), IconSendrequest = ({ s
|
|
|
3059
3124
|
}
|
|
3060
3125
|
) }), Sendrequest_default = IconSendrequest;
|
|
3061
3126
|
|
|
3127
|
+
// src/components/Sendup.tsx
|
|
3128
|
+
var import_jsx_runtime156 = require("react/jsx-runtime"), IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime156.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
|
|
3129
|
+
"path",
|
|
3130
|
+
{
|
|
3131
|
+
fill: stroke || color || "currentColor",
|
|
3132
|
+
d: "M19.1208 5.32254V19.176L16.8703 19.1753V9.16398L6.56135 19.473L4.97036 17.882L15.2793 7.57299H5.26798L5.26729 5.32254H19.1208Z"
|
|
3133
|
+
}
|
|
3134
|
+
) }), Sendup_default = IconSendup;
|
|
3135
|
+
|
|
3136
|
+
// src/components/Sendup2.tsx
|
|
3137
|
+
var import_jsx_runtime157 = require("react/jsx-runtime"), IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
|
|
3138
|
+
"path",
|
|
3139
|
+
{
|
|
3140
|
+
fill: stroke || color || "currentColor",
|
|
3141
|
+
d: "M5.19922 10.7949L6.79102 12.3867L11.875 7.30273V18H3V20.25H14.125V7.31055L19.1992 12.3867L20.791 10.7949L12.9961 3L5.19922 10.7949Z"
|
|
3142
|
+
}
|
|
3143
|
+
) }), Sendup2_default = IconSendup2;
|
|
3144
|
+
|
|
3062
3145
|
// src/components/ShareFilled.tsx
|
|
3063
|
-
var
|
|
3146
|
+
var import_jsx_runtime158 = require("react/jsx-runtime"), IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
|
|
3064
3147
|
"path",
|
|
3065
3148
|
{
|
|
3066
3149
|
fill: fill || color || "currentColor",
|
|
@@ -3069,7 +3152,7 @@ var import_jsx_runtime153 = require("react/jsx-runtime"), IconShareFilled = ({ s
|
|
|
3069
3152
|
) }), ShareFilled_default = IconShareFilled;
|
|
3070
3153
|
|
|
3071
3154
|
// src/components/Share.tsx
|
|
3072
|
-
var
|
|
3155
|
+
var import_jsx_runtime159 = require("react/jsx-runtime"), IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
|
|
3073
3156
|
"path",
|
|
3074
3157
|
{
|
|
3075
3158
|
fill: stroke || color || "currentColor",
|
|
@@ -3080,7 +3163,7 @@ var import_jsx_runtime154 = require("react/jsx-runtime"), IconShare = ({ size, w
|
|
|
3080
3163
|
) }), Share_default = IconShare;
|
|
3081
3164
|
|
|
3082
3165
|
// src/components/Sidebar.tsx
|
|
3083
|
-
var
|
|
3166
|
+
var import_jsx_runtime160 = require("react/jsx-runtime"), IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
3084
3167
|
"path",
|
|
3085
3168
|
{
|
|
3086
3169
|
fill: stroke || color || "currentColor",
|
|
@@ -3091,7 +3174,7 @@ var import_jsx_runtime155 = require("react/jsx-runtime"), IconSidebar = ({ size,
|
|
|
3091
3174
|
) }), Sidebar_default = IconSidebar;
|
|
3092
3175
|
|
|
3093
3176
|
// src/components/SocialX.tsx
|
|
3094
|
-
var
|
|
3177
|
+
var import_jsx_runtime161 = require("react/jsx-runtime"), IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
|
|
3095
3178
|
"path",
|
|
3096
3179
|
{
|
|
3097
3180
|
fill: fill || color || "currentColor",
|
|
@@ -3100,7 +3183,7 @@ var import_jsx_runtime156 = require("react/jsx-runtime"), IconSocialX = ({ size,
|
|
|
3100
3183
|
) }), SocialX_default = IconSocialX;
|
|
3101
3184
|
|
|
3102
3185
|
// src/components/SocialDiscord.tsx
|
|
3103
|
-
var
|
|
3186
|
+
var import_jsx_runtime162 = require("react/jsx-runtime"), IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
|
|
3104
3187
|
"path",
|
|
3105
3188
|
{
|
|
3106
3189
|
fill: fill || color || "currentColor",
|
|
@@ -3109,8 +3192,8 @@ var import_jsx_runtime157 = require("react/jsx-runtime"), IconSocialDiscord = ({
|
|
|
3109
3192
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3110
3193
|
|
|
3111
3194
|
// src/components/SoundOff.tsx
|
|
3112
|
-
var
|
|
3113
|
-
/* @__PURE__ */ (0,
|
|
3195
|
+
var import_jsx_runtime163 = require("react/jsx-runtime"), IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3196
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3114
3197
|
"path",
|
|
3115
3198
|
{
|
|
3116
3199
|
fill: stroke || color || "currentColor",
|
|
@@ -3119,7 +3202,7 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3119
3202
|
clipRule: "evenodd"
|
|
3120
3203
|
}
|
|
3121
3204
|
),
|
|
3122
|
-
/* @__PURE__ */ (0,
|
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
|
|
3123
3206
|
"path",
|
|
3124
3207
|
{
|
|
3125
3208
|
fill: stroke || color || "currentColor",
|
|
@@ -3129,8 +3212,8 @@ var import_jsx_runtime158 = require("react/jsx-runtime"), IconSoundOff = ({ size
|
|
|
3129
3212
|
] }), SoundOff_default = IconSoundOff;
|
|
3130
3213
|
|
|
3131
3214
|
// src/components/SoundOn.tsx
|
|
3132
|
-
var
|
|
3133
|
-
/* @__PURE__ */ (0,
|
|
3215
|
+
var import_jsx_runtime164 = require("react/jsx-runtime"), IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3134
3217
|
"path",
|
|
3135
3218
|
{
|
|
3136
3219
|
fill: stroke || color || "currentColor",
|
|
@@ -3139,14 +3222,14 @@ var import_jsx_runtime159 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3139
3222
|
clipRule: "evenodd"
|
|
3140
3223
|
}
|
|
3141
3224
|
),
|
|
3142
|
-
/* @__PURE__ */ (0,
|
|
3225
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3143
3226
|
"path",
|
|
3144
3227
|
{
|
|
3145
3228
|
fill: stroke || color || "currentColor",
|
|
3146
3229
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
3147
3230
|
}
|
|
3148
3231
|
),
|
|
3149
|
-
/* @__PURE__ */ (0,
|
|
3232
|
+
/* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
|
|
3150
3233
|
"path",
|
|
3151
3234
|
{
|
|
3152
3235
|
fill: stroke || color || "currentColor",
|
|
@@ -3156,7 +3239,7 @@ var import_jsx_runtime159 = require("react/jsx-runtime"), IconSoundOn = ({ size,
|
|
|
3156
3239
|
] }), SoundOn_default = IconSoundOn;
|
|
3157
3240
|
|
|
3158
3241
|
// src/components/Storyboard.tsx
|
|
3159
|
-
var
|
|
3242
|
+
var import_jsx_runtime165 = require("react/jsx-runtime"), IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime165.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
|
|
3160
3243
|
"path",
|
|
3161
3244
|
{
|
|
3162
3245
|
fill: stroke || color || "currentColor",
|
|
@@ -3167,24 +3250,24 @@ var import_jsx_runtime160 = require("react/jsx-runtime"), IconStoryboard = ({ si
|
|
|
3167
3250
|
) }), Storyboard_default = IconStoryboard;
|
|
3168
3251
|
|
|
3169
3252
|
// src/components/StyleAutoFilled.tsx
|
|
3170
|
-
var
|
|
3171
|
-
/* @__PURE__ */ (0,
|
|
3253
|
+
var import_jsx_runtime166 = require("react/jsx-runtime"), IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3254
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3172
3255
|
"path",
|
|
3173
3256
|
{
|
|
3174
3257
|
fill: fill || color || "currentColor",
|
|
3175
3258
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
3176
3259
|
}
|
|
3177
3260
|
),
|
|
3178
|
-
/* @__PURE__ */ (0,
|
|
3261
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3179
3262
|
"path",
|
|
3180
3263
|
{
|
|
3181
3264
|
fill: fill || color || "currentColor",
|
|
3182
3265
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3183
3266
|
}
|
|
3184
3267
|
),
|
|
3185
|
-
/* @__PURE__ */ (0,
|
|
3186
|
-
/* @__PURE__ */ (0,
|
|
3187
|
-
/* @__PURE__ */ (0,
|
|
3268
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3270
|
+
/* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
|
|
3188
3271
|
"path",
|
|
3189
3272
|
{
|
|
3190
3273
|
fill: fill || color || "currentColor",
|
|
@@ -3194,43 +3277,43 @@ var import_jsx_runtime161 = require("react/jsx-runtime"), IconStyleAutoFilled =
|
|
|
3194
3277
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3195
3278
|
|
|
3196
3279
|
// src/components/Style.tsx
|
|
3197
|
-
var
|
|
3198
|
-
/* @__PURE__ */ (0,
|
|
3280
|
+
var import_jsx_runtime167 = require("react/jsx-runtime"), IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3281
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3199
3282
|
"path",
|
|
3200
3283
|
{
|
|
3201
3284
|
fill: stroke || color || "currentColor",
|
|
3202
3285
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
3203
3286
|
}
|
|
3204
3287
|
),
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3288
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3206
3289
|
"path",
|
|
3207
3290
|
{
|
|
3208
3291
|
fill: stroke || color || "currentColor",
|
|
3209
3292
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
3210
3293
|
}
|
|
3211
3294
|
),
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3213
3296
|
"path",
|
|
3214
3297
|
{
|
|
3215
3298
|
fill: stroke || color || "currentColor",
|
|
3216
3299
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
3217
3300
|
}
|
|
3218
3301
|
),
|
|
3219
|
-
/* @__PURE__ */ (0,
|
|
3302
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3220
3303
|
"path",
|
|
3221
3304
|
{
|
|
3222
3305
|
fill: stroke || color || "currentColor",
|
|
3223
3306
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
3224
3307
|
}
|
|
3225
3308
|
),
|
|
3226
|
-
/* @__PURE__ */ (0,
|
|
3309
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3227
3310
|
"path",
|
|
3228
3311
|
{
|
|
3229
3312
|
fill: stroke || color || "currentColor",
|
|
3230
3313
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
3231
3314
|
}
|
|
3232
3315
|
),
|
|
3233
|
-
/* @__PURE__ */ (0,
|
|
3316
|
+
/* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
|
|
3234
3317
|
"path",
|
|
3235
3318
|
{
|
|
3236
3319
|
fill: stroke || color || "currentColor",
|
|
@@ -3242,8 +3325,8 @@ var import_jsx_runtime162 = require("react/jsx-runtime"), IconStyle = ({ size, w
|
|
|
3242
3325
|
] }), Style_default = IconStyle;
|
|
3243
3326
|
|
|
3244
3327
|
// src/components/Styleoverall.tsx
|
|
3245
|
-
var
|
|
3246
|
-
/* @__PURE__ */ (0,
|
|
3328
|
+
var import_jsx_runtime168 = require("react/jsx-runtime"), IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3247
3330
|
"path",
|
|
3248
3331
|
{
|
|
3249
3332
|
fill: stroke || color || "currentColor",
|
|
@@ -3252,7 +3335,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3252
3335
|
clipRule: "evenodd"
|
|
3253
3336
|
}
|
|
3254
3337
|
),
|
|
3255
|
-
/* @__PURE__ */ (0,
|
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3256
3339
|
"path",
|
|
3257
3340
|
{
|
|
3258
3341
|
fill: stroke || color || "currentColor",
|
|
@@ -3261,7 +3344,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3261
3344
|
clipRule: "evenodd"
|
|
3262
3345
|
}
|
|
3263
3346
|
),
|
|
3264
|
-
/* @__PURE__ */ (0,
|
|
3347
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3265
3348
|
"path",
|
|
3266
3349
|
{
|
|
3267
3350
|
fill: stroke || color || "currentColor",
|
|
@@ -3270,7 +3353,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3270
3353
|
clipRule: "evenodd"
|
|
3271
3354
|
}
|
|
3272
3355
|
),
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3356
|
+
/* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
|
|
3274
3357
|
"path",
|
|
3275
3358
|
{
|
|
3276
3359
|
fill: stroke || color || "currentColor",
|
|
@@ -3282,7 +3365,7 @@ var import_jsx_runtime163 = require("react/jsx-runtime"), IconStyleoverall = ({
|
|
|
3282
3365
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3283
3366
|
|
|
3284
3367
|
// src/components/SwitchOffFilled.tsx
|
|
3285
|
-
var
|
|
3368
|
+
var import_jsx_runtime169 = require("react/jsx-runtime"), IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
3286
3369
|
"path",
|
|
3287
3370
|
{
|
|
3288
3371
|
fill: fill || color || "currentColor",
|
|
@@ -3293,7 +3376,7 @@ var import_jsx_runtime164 = require("react/jsx-runtime"), IconSwitchOffFilled =
|
|
|
3293
3376
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3294
3377
|
|
|
3295
3378
|
// src/components/SwitchOnFilled.tsx
|
|
3296
|
-
var
|
|
3379
|
+
var import_jsx_runtime170 = require("react/jsx-runtime"), IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
|
|
3297
3380
|
"path",
|
|
3298
3381
|
{
|
|
3299
3382
|
fill: fill || color || "currentColor",
|
|
@@ -3304,8 +3387,8 @@ var import_jsx_runtime165 = require("react/jsx-runtime"), IconSwitchOnFilled = (
|
|
|
3304
3387
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3305
3388
|
|
|
3306
3389
|
// src/components/Target.tsx
|
|
3307
|
-
var
|
|
3308
|
-
/* @__PURE__ */ (0,
|
|
3390
|
+
var import_jsx_runtime171 = require("react/jsx-runtime"), IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime171.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3391
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3309
3392
|
"path",
|
|
3310
3393
|
{
|
|
3311
3394
|
fill: stroke || color || "currentColor",
|
|
@@ -3314,7 +3397,7 @@ var import_jsx_runtime166 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3314
3397
|
clipRule: "evenodd"
|
|
3315
3398
|
}
|
|
3316
3399
|
),
|
|
3317
|
-
/* @__PURE__ */ (0,
|
|
3400
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
|
|
3318
3401
|
"path",
|
|
3319
3402
|
{
|
|
3320
3403
|
fill: stroke || color || "currentColor",
|
|
@@ -3326,43 +3409,43 @@ var import_jsx_runtime166 = require("react/jsx-runtime"), IconTarget = ({ size,
|
|
|
3326
3409
|
] }), Target_default = IconTarget;
|
|
3327
3410
|
|
|
3328
3411
|
// src/components/TextLogo.tsx
|
|
3329
|
-
var
|
|
3330
|
-
/* @__PURE__ */ (0,
|
|
3412
|
+
var import_jsx_runtime172 = require("react/jsx-runtime"), IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3413
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3331
3414
|
"path",
|
|
3332
3415
|
{
|
|
3333
3416
|
fill: fill || color || "currentColor",
|
|
3334
3417
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
3335
3418
|
}
|
|
3336
3419
|
),
|
|
3337
|
-
/* @__PURE__ */ (0,
|
|
3420
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3338
3421
|
"path",
|
|
3339
3422
|
{
|
|
3340
3423
|
fill: fill || color || "currentColor",
|
|
3341
3424
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
3342
3425
|
}
|
|
3343
3426
|
),
|
|
3344
|
-
/* @__PURE__ */ (0,
|
|
3427
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3345
3428
|
"path",
|
|
3346
3429
|
{
|
|
3347
3430
|
fill: fill || color || "currentColor",
|
|
3348
3431
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3349
3432
|
}
|
|
3350
3433
|
),
|
|
3351
|
-
/* @__PURE__ */ (0,
|
|
3434
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3352
3435
|
"path",
|
|
3353
3436
|
{
|
|
3354
3437
|
fill: fill || color || "currentColor",
|
|
3355
3438
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3356
3439
|
}
|
|
3357
3440
|
),
|
|
3358
|
-
/* @__PURE__ */ (0,
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3359
3442
|
"path",
|
|
3360
3443
|
{
|
|
3361
3444
|
fill: fill || color || "currentColor",
|
|
3362
3445
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3363
3446
|
}
|
|
3364
3447
|
),
|
|
3365
|
-
/* @__PURE__ */ (0,
|
|
3448
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
|
|
3366
3449
|
"path",
|
|
3367
3450
|
{
|
|
3368
3451
|
fill: fill || color || "currentColor",
|
|
@@ -3371,8 +3454,19 @@ var import_jsx_runtime167 = require("react/jsx-runtime"), IconTextLogo = ({ size
|
|
|
3371
3454
|
)
|
|
3372
3455
|
] }), TextLogo_default = IconTextLogo;
|
|
3373
3456
|
|
|
3457
|
+
// src/components/TipsFilled.tsx
|
|
3458
|
+
var import_jsx_runtime173 = require("react/jsx-runtime"), IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
3459
|
+
"path",
|
|
3460
|
+
{
|
|
3461
|
+
fill: fill || color || "currentColor",
|
|
3462
|
+
d: "M7.5 17.25V21.75L9.75 24H14.25L16.5 21.75V17.25L18.3594 15.3906C20.0501 13.6999 21 11.4021 21 9.01103C21 4.04047 16.9706 0 12 0C7.02944 0 3 4.04047 3 9.01103C3 11.4021 3.94986 13.6999 5.64061 15.3906L7.5 17.25ZM10.5 14.811V9H13.5V14.811C16.0878 14.1449 18 11.7958 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 11.7958 7.91216 14.1449 10.5 14.811Z",
|
|
3463
|
+
fillRule: "evenodd",
|
|
3464
|
+
clipRule: "evenodd"
|
|
3465
|
+
}
|
|
3466
|
+
) }), TipsFilled_default = IconTipsFilled;
|
|
3467
|
+
|
|
3374
3468
|
// src/components/Tips.tsx
|
|
3375
|
-
var
|
|
3469
|
+
var import_jsx_runtime174 = require("react/jsx-runtime"), IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
3376
3470
|
"path",
|
|
3377
3471
|
{
|
|
3378
3472
|
fill: stroke || color || "currentColor",
|
|
@@ -3383,15 +3477,15 @@ var import_jsx_runtime168 = require("react/jsx-runtime"), IconTips = ({ size, wi
|
|
|
3383
3477
|
) }), Tips_default = IconTips;
|
|
3384
3478
|
|
|
3385
3479
|
// src/components/ToolsFilled.tsx
|
|
3386
|
-
var
|
|
3387
|
-
/* @__PURE__ */ (0,
|
|
3480
|
+
var import_jsx_runtime175 = require("react/jsx-runtime"), IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime175.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3481
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3388
3482
|
"path",
|
|
3389
3483
|
{
|
|
3390
3484
|
fill: fill || color || "currentColor",
|
|
3391
3485
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3392
3486
|
}
|
|
3393
3487
|
),
|
|
3394
|
-
/* @__PURE__ */ (0,
|
|
3488
|
+
/* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
3395
3489
|
"path",
|
|
3396
3490
|
{
|
|
3397
3491
|
fill: fill || color || "currentColor",
|
|
@@ -3401,7 +3495,7 @@ var import_jsx_runtime169 = require("react/jsx-runtime"), IconToolsFilled = ({ s
|
|
|
3401
3495
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3402
3496
|
|
|
3403
3497
|
// src/components/Tools.tsx
|
|
3404
|
-
var
|
|
3498
|
+
var import_jsx_runtime176 = require("react/jsx-runtime"), IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
3405
3499
|
"path",
|
|
3406
3500
|
{
|
|
3407
3501
|
stroke: stroke || color || "currentColor",
|
|
@@ -3411,7 +3505,7 @@ var import_jsx_runtime170 = require("react/jsx-runtime"), IconTools = ({ size, w
|
|
|
3411
3505
|
) }), Tools_default = IconTools;
|
|
3412
3506
|
|
|
3413
3507
|
// src/components/Undo.tsx
|
|
3414
|
-
var
|
|
3508
|
+
var import_jsx_runtime177 = require("react/jsx-runtime"), IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime177.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(
|
|
3415
3509
|
"path",
|
|
3416
3510
|
{
|
|
3417
3511
|
fill: stroke || color || "currentColor",
|
|
@@ -3422,7 +3516,7 @@ var import_jsx_runtime171 = require("react/jsx-runtime"), IconUndo = ({ size, wi
|
|
|
3422
3516
|
) }), Undo_default = IconUndo;
|
|
3423
3517
|
|
|
3424
3518
|
// src/components/UpFilled.tsx
|
|
3425
|
-
var
|
|
3519
|
+
var import_jsx_runtime178 = require("react/jsx-runtime"), IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(
|
|
3426
3520
|
"path",
|
|
3427
3521
|
{
|
|
3428
3522
|
fill: fill || color || "currentColor",
|
|
@@ -3433,7 +3527,7 @@ var import_jsx_runtime172 = require("react/jsx-runtime"), IconUpFilled = ({ size
|
|
|
3433
3527
|
) }), UpFilled_default = IconUpFilled;
|
|
3434
3528
|
|
|
3435
3529
|
// src/components/UpleftFilled.tsx
|
|
3436
|
-
var
|
|
3530
|
+
var import_jsx_runtime179 = require("react/jsx-runtime"), IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime179.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
3437
3531
|
"path",
|
|
3438
3532
|
{
|
|
3439
3533
|
fill: fill || color || "currentColor",
|
|
@@ -3444,7 +3538,7 @@ var import_jsx_runtime173 = require("react/jsx-runtime"), IconUpleftFilled = ({
|
|
|
3444
3538
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3445
3539
|
|
|
3446
3540
|
// src/components/Uploadedvideo.tsx
|
|
3447
|
-
var
|
|
3541
|
+
var import_jsx_runtime180 = require("react/jsx-runtime"), IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(
|
|
3448
3542
|
"path",
|
|
3449
3543
|
{
|
|
3450
3544
|
fill: fill || color || "currentColor",
|
|
@@ -3455,7 +3549,7 @@ var import_jsx_runtime174 = require("react/jsx-runtime"), IconUploadedvideo = ({
|
|
|
3455
3549
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3456
3550
|
|
|
3457
3551
|
// src/components/Uploadfiles.tsx
|
|
3458
|
-
var
|
|
3552
|
+
var import_jsx_runtime181 = require("react/jsx-runtime"), IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
3459
3553
|
"path",
|
|
3460
3554
|
{
|
|
3461
3555
|
fill: stroke || color || "currentColor",
|
|
@@ -3464,7 +3558,7 @@ var import_jsx_runtime175 = require("react/jsx-runtime"), IconUploadfiles = ({ s
|
|
|
3464
3558
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3465
3559
|
|
|
3466
3560
|
// src/components/Uploadstory.tsx
|
|
3467
|
-
var
|
|
3561
|
+
var import_jsx_runtime182 = require("react/jsx-runtime"), IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime182.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(
|
|
3468
3562
|
"path",
|
|
3469
3563
|
{
|
|
3470
3564
|
fill: stroke || color || "currentColor",
|
|
@@ -3475,7 +3569,7 @@ var import_jsx_runtime176 = require("react/jsx-runtime"), IconUploadstory = ({ s
|
|
|
3475
3569
|
) }), Uploadstory_default = IconUploadstory;
|
|
3476
3570
|
|
|
3477
3571
|
// src/components/UprightFilled.tsx
|
|
3478
|
-
var
|
|
3572
|
+
var import_jsx_runtime183 = require("react/jsx-runtime"), IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(
|
|
3479
3573
|
"path",
|
|
3480
3574
|
{
|
|
3481
3575
|
fill: fill || color || "currentColor",
|
|
@@ -3486,7 +3580,7 @@ var import_jsx_runtime177 = require("react/jsx-runtime"), IconUprightFilled = ({
|
|
|
3486
3580
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3487
3581
|
|
|
3488
3582
|
// src/components/Userfeedback.tsx
|
|
3489
|
-
var
|
|
3583
|
+
var import_jsx_runtime184 = require("react/jsx-runtime"), IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime184.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
3490
3584
|
"path",
|
|
3491
3585
|
{
|
|
3492
3586
|
fill: stroke || color || "currentColor",
|
|
@@ -3497,16 +3591,16 @@ var import_jsx_runtime178 = require("react/jsx-runtime"), IconUserfeedback = ({
|
|
|
3497
3591
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3498
3592
|
|
|
3499
3593
|
// src/components/Userfollow.tsx
|
|
3500
|
-
var
|
|
3501
|
-
/* @__PURE__ */ (0,
|
|
3594
|
+
var import_jsx_runtime185 = require("react/jsx-runtime"), IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3595
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
3502
3596
|
"path",
|
|
3503
3597
|
{
|
|
3504
3598
|
fill: stroke || color || "currentColor",
|
|
3505
3599
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3506
3600
|
}
|
|
3507
3601
|
),
|
|
3508
|
-
/* @__PURE__ */ (0,
|
|
3509
|
-
/* @__PURE__ */ (0,
|
|
3602
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3603
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
3510
3604
|
"path",
|
|
3511
3605
|
{
|
|
3512
3606
|
fill: stroke || color || "currentColor",
|
|
@@ -3518,7 +3612,7 @@ var import_jsx_runtime179 = require("react/jsx-runtime"), IconUserfollow = ({ si
|
|
|
3518
3612
|
] }), Userfollow_default = IconUserfollow;
|
|
3519
3613
|
|
|
3520
3614
|
// src/components/Userfollowback.tsx
|
|
3521
|
-
var
|
|
3615
|
+
var import_jsx_runtime186 = require("react/jsx-runtime"), IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime186.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime186.jsx)(
|
|
3522
3616
|
"path",
|
|
3523
3617
|
{
|
|
3524
3618
|
fill: stroke || color || "currentColor",
|
|
@@ -3527,7 +3621,7 @@ var import_jsx_runtime180 = require("react/jsx-runtime"), IconUserfollowback = (
|
|
|
3527
3621
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3528
3622
|
|
|
3529
3623
|
// src/components/Userfollowed.tsx
|
|
3530
|
-
var
|
|
3624
|
+
var import_jsx_runtime187 = require("react/jsx-runtime"), IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime187.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime187.jsx)(
|
|
3531
3625
|
"path",
|
|
3532
3626
|
{
|
|
3533
3627
|
fill: stroke || color || "currentColor",
|
|
@@ -3536,15 +3630,15 @@ var import_jsx_runtime181 = require("react/jsx-runtime"), IconUserfollowed = ({
|
|
|
3536
3630
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3537
3631
|
|
|
3538
3632
|
// src/components/VideoGeneration.tsx
|
|
3539
|
-
var
|
|
3540
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
var import_jsx_runtime188 = require("react/jsx-runtime"), IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime188.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3634
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3541
3635
|
"path",
|
|
3542
3636
|
{
|
|
3543
3637
|
fill: stroke || color || "currentColor",
|
|
3544
3638
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
3545
3639
|
}
|
|
3546
3640
|
),
|
|
3547
|
-
/* @__PURE__ */ (0,
|
|
3641
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3548
3642
|
"path",
|
|
3549
3643
|
{
|
|
3550
3644
|
fill: stroke || color || "currentColor",
|
|
@@ -3553,7 +3647,7 @@ var import_jsx_runtime182 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3553
3647
|
clipRule: "evenodd"
|
|
3554
3648
|
}
|
|
3555
3649
|
),
|
|
3556
|
-
/* @__PURE__ */ (0,
|
|
3650
|
+
/* @__PURE__ */ (0, import_jsx_runtime188.jsx)(
|
|
3557
3651
|
"path",
|
|
3558
3652
|
{
|
|
3559
3653
|
fill: stroke || color || "currentColor",
|
|
@@ -3563,9 +3657,9 @@ var import_jsx_runtime182 = require("react/jsx-runtime"), IconVideoGeneration =
|
|
|
3563
3657
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3564
3658
|
|
|
3565
3659
|
// src/components/VideoLength.tsx
|
|
3566
|
-
var
|
|
3567
|
-
/* @__PURE__ */ (0,
|
|
3568
|
-
/* @__PURE__ */ (0,
|
|
3660
|
+
var import_jsx_runtime189 = require("react/jsx-runtime"), IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime189.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3661
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3662
|
+
/* @__PURE__ */ (0, import_jsx_runtime189.jsx)(
|
|
3569
3663
|
"path",
|
|
3570
3664
|
{
|
|
3571
3665
|
fill: stroke || color || "currentColor",
|
|
@@ -3577,8 +3671,8 @@ var import_jsx_runtime183 = require("react/jsx-runtime"), IconVideoLength = ({ s
|
|
|
3577
3671
|
] }), VideoLength_default = IconVideoLength;
|
|
3578
3672
|
|
|
3579
3673
|
// src/components/Videogenerate.tsx
|
|
3580
|
-
var
|
|
3581
|
-
/* @__PURE__ */ (0,
|
|
3674
|
+
var import_jsx_runtime190 = require("react/jsx-runtime"), IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime190.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
3582
3676
|
"path",
|
|
3583
3677
|
{
|
|
3584
3678
|
fill: stroke || color || "currentColor",
|
|
@@ -3587,7 +3681,7 @@ var import_jsx_runtime184 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3587
3681
|
clipRule: "evenodd"
|
|
3588
3682
|
}
|
|
3589
3683
|
),
|
|
3590
|
-
/* @__PURE__ */ (0,
|
|
3684
|
+
/* @__PURE__ */ (0, import_jsx_runtime190.jsx)(
|
|
3591
3685
|
"path",
|
|
3592
3686
|
{
|
|
3593
3687
|
fill: stroke || color || "currentColor",
|
|
@@ -3599,7 +3693,7 @@ var import_jsx_runtime184 = require("react/jsx-runtime"), IconVideogenerate = ({
|
|
|
3599
3693
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3600
3694
|
|
|
3601
3695
|
// src/components/Visualstyles.tsx
|
|
3602
|
-
var
|
|
3696
|
+
var import_jsx_runtime191 = require("react/jsx-runtime"), IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime191.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(
|
|
3603
3697
|
"path",
|
|
3604
3698
|
{
|
|
3605
3699
|
fill: stroke || color || "currentColor",
|
|
@@ -3610,8 +3704,8 @@ var import_jsx_runtime185 = require("react/jsx-runtime"), IconVisualstyles = ({
|
|
|
3610
3704
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3611
3705
|
|
|
3612
3706
|
// src/components/Volume.tsx
|
|
3613
|
-
var
|
|
3614
|
-
/* @__PURE__ */ (0,
|
|
3707
|
+
var import_jsx_runtime192 = require("react/jsx-runtime"), IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime192.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3708
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3615
3709
|
"path",
|
|
3616
3710
|
{
|
|
3617
3711
|
fill: stroke || color || "currentColor",
|
|
@@ -3620,14 +3714,14 @@ var import_jsx_runtime186 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3620
3714
|
clipRule: "evenodd"
|
|
3621
3715
|
}
|
|
3622
3716
|
),
|
|
3623
|
-
/* @__PURE__ */ (0,
|
|
3717
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3624
3718
|
"path",
|
|
3625
3719
|
{
|
|
3626
3720
|
fill: stroke || color || "currentColor",
|
|
3627
3721
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
3628
3722
|
}
|
|
3629
3723
|
),
|
|
3630
|
-
/* @__PURE__ */ (0,
|
|
3724
|
+
/* @__PURE__ */ (0, import_jsx_runtime192.jsx)(
|
|
3631
3725
|
"path",
|
|
3632
3726
|
{
|
|
3633
3727
|
fill: stroke || color || "currentColor",
|
|
@@ -3637,7 +3731,7 @@ var import_jsx_runtime186 = require("react/jsx-runtime"), IconVolume = ({ size,
|
|
|
3637
3731
|
] }), Volume_default = IconVolume;
|
|
3638
3732
|
|
|
3639
3733
|
// src/components/Withdrawgame.tsx
|
|
3640
|
-
var
|
|
3734
|
+
var import_jsx_runtime193 = require("react/jsx-runtime"), IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime193.jsx)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(
|
|
3641
3735
|
"path",
|
|
3642
3736
|
{
|
|
3643
3737
|
fill: stroke || color || "currentColor",
|
|
@@ -3648,15 +3742,15 @@ var import_jsx_runtime187 = require("react/jsx-runtime"), IconWithdrawgame = ({
|
|
|
3648
3742
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3649
3743
|
|
|
3650
3744
|
// src/components/Zoomhandle.tsx
|
|
3651
|
-
var
|
|
3652
|
-
/* @__PURE__ */ (0,
|
|
3745
|
+
var import_jsx_runtime194 = require("react/jsx-runtime"), IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3746
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3653
3747
|
"path",
|
|
3654
3748
|
{
|
|
3655
3749
|
fill: fill || color || "currentColor",
|
|
3656
3750
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
3657
3751
|
}
|
|
3658
3752
|
),
|
|
3659
|
-
/* @__PURE__ */ (0,
|
|
3753
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)(
|
|
3660
3754
|
"path",
|
|
3661
3755
|
{
|
|
3662
3756
|
fill: stroke || color || "currentColor",
|
|
@@ -3666,15 +3760,15 @@ var import_jsx_runtime188 = require("react/jsx-runtime"), IconZoomhandle = ({ si
|
|
|
3666
3760
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3667
3761
|
|
|
3668
3762
|
// src/components/Zoomin.tsx
|
|
3669
|
-
var
|
|
3670
|
-
/* @__PURE__ */ (0,
|
|
3763
|
+
var import_jsx_runtime195 = require("react/jsx-runtime"), IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3764
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
3671
3765
|
"path",
|
|
3672
3766
|
{
|
|
3673
3767
|
fill: stroke || color || "currentColor",
|
|
3674
3768
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3675
3769
|
}
|
|
3676
3770
|
),
|
|
3677
|
-
/* @__PURE__ */ (0,
|
|
3771
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)(
|
|
3678
3772
|
"path",
|
|
3679
3773
|
{
|
|
3680
3774
|
fill: stroke || color || "currentColor",
|
|
@@ -3686,9 +3780,9 @@ var import_jsx_runtime189 = require("react/jsx-runtime"), IconZoomin = ({ size,
|
|
|
3686
3780
|
] }), Zoomin_default = IconZoomin;
|
|
3687
3781
|
|
|
3688
3782
|
// src/components/Zoomout.tsx
|
|
3689
|
-
var
|
|
3690
|
-
/* @__PURE__ */ (0,
|
|
3691
|
-
/* @__PURE__ */ (0,
|
|
3783
|
+
var import_jsx_runtime196 = require("react/jsx-runtime"), IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ (0, import_jsx_runtime196.jsxs)("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3784
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3785
|
+
/* @__PURE__ */ (0, import_jsx_runtime196.jsx)(
|
|
3692
3786
|
"path",
|
|
3693
3787
|
{
|
|
3694
3788
|
fill: stroke || color || "currentColor",
|