@yoroll/react-icon 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +647 -357
- package/dist/index.iife.js +629 -357
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +737 -429
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Aiwriting.d.ts +4 -0
- package/dist/types/components/Canvasmode.d.ts +4 -0
- package/dist/types/components/Chaptercollapse.d.ts +4 -0
- package/dist/types/components/Chapterexpand.d.ts +4 -0
- package/dist/types/components/Copy.d.ts +4 -0
- package/dist/types/components/Gamepreview.d.ts +4 -0
- package/dist/types/components/ImageLoadFailed.d.ts +4 -0
- package/dist/types/components/Info.d.ts +4 -0
- package/dist/types/components/Musicassets.d.ts +4 -0
- package/dist/types/components/Nextscene.d.ts +4 -0
- package/dist/types/components/Oneclickgenerate.d.ts +4 -0
- package/dist/types/components/Opendemo.d.ts +4 -0
- package/dist/types/components/Previouscene.d.ts +4 -0
- package/dist/types/components/Scriptmode.d.ts +4 -0
- package/dist/types/components/Storyboard.d.ts +4 -0
- package/dist/types/components/SwitchOn.d.ts +4 -0
- package/dist/types/components/Uploadimage.d.ts +4 -0
- package/dist/types/components/Videogenerate.d.ts +4 -0
- package/dist/types/components/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.7 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -13,9 +13,40 @@ var IconHomepage = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
13
13
|
}
|
|
14
14
|
) }), Homepage_default = IconHomepage;
|
|
15
15
|
|
|
16
|
-
// src/components/
|
|
16
|
+
// src/components/Aiwriting.tsx
|
|
17
17
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
18
|
-
var
|
|
18
|
+
var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx2(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: stroke || color || "currentColor",
|
|
22
|
+
d: "M7.875 3.75C9.44364 3.75 10.8524 4.43766 11.8145 5.52832L12 5.75293L12.75 6.75C12.75 6.75 13.1248 7.3649 13.125 7.96484V15.75H10.875V9C10.875 7.34315 9.53185 6 7.875 6H2.25V18H8.34082L11.3408 21H12.6592L15.6592 18H21.75V7.57227L24 7.12207V20.25H16.5908L13.5908 23.25H10.4092L7.40918 20.25H0V3.75H7.875ZM18.6426 0.75L19.2861 3.96387L22.5 4.60742V5.89258L19.2861 6.53613L18.6426 9.75H17.3574L16.7139 6.53613L13.5 5.89258V4.60742L16.7139 3.96387L17.3574 0.75H18.6426Z"
|
|
23
|
+
}
|
|
24
|
+
) }), Aiwriting_default = IconAiwriting;
|
|
25
|
+
|
|
26
|
+
// src/components/Uploadimage.tsx
|
|
27
|
+
import { jsx as jsx3, jsxs } from "react/jsx-runtime";
|
|
28
|
+
var IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
29
|
+
/* @__PURE__ */ jsx3(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fill: stroke || color || "currentColor",
|
|
33
|
+
d: "M18 6V8.25H13.125V16.5H10.875V8.25H6L6 6L12 0L18 6ZM12 3.18198L9.18198 6L14.818 6L12 3.18198Z",
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx3(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
fill: stroke || color || "currentColor",
|
|
42
|
+
d: "M1.5 24V12L3.75 12L3.75 21.75L20.25 21.75V12H22.5V24L1.5 24Z"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] }), Uploadimage_default = IconUploadimage;
|
|
46
|
+
|
|
47
|
+
// src/components/Add.tsx
|
|
48
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
49
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx4(
|
|
19
50
|
"path",
|
|
20
51
|
{
|
|
21
52
|
fill: stroke || color || "currentColor",
|
|
@@ -24,9 +55,9 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
24
55
|
) }), Add_default = IconAdd;
|
|
25
56
|
|
|
26
57
|
// src/components/Agreements.tsx
|
|
27
|
-
import { jsx as
|
|
28
|
-
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
29
|
-
/* @__PURE__ */
|
|
58
|
+
import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
59
|
+
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
60
|
+
/* @__PURE__ */ jsx5(
|
|
30
61
|
"path",
|
|
31
62
|
{
|
|
32
63
|
fill: stroke || color || "currentColor",
|
|
@@ -35,12 +66,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
35
66
|
clipRule: "evenodd"
|
|
36
67
|
}
|
|
37
68
|
),
|
|
38
|
-
/* @__PURE__ */
|
|
69
|
+
/* @__PURE__ */ jsx5("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
39
70
|
] }), Agreements_default = IconAgreements;
|
|
40
71
|
|
|
41
72
|
// src/components/AngleDown.tsx
|
|
42
|
-
import { jsx as
|
|
43
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
73
|
+
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
74
|
+
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx6(
|
|
44
75
|
"path",
|
|
45
76
|
{
|
|
46
77
|
fill: stroke || color || "currentColor",
|
|
@@ -49,8 +80,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
49
80
|
) }), AngleDown_default = IconAngleDown;
|
|
50
81
|
|
|
51
82
|
// src/components/Artboard.tsx
|
|
52
|
-
import { jsx as
|
|
53
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
83
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
84
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx7(
|
|
54
85
|
"path",
|
|
55
86
|
{
|
|
56
87
|
fill: stroke || color || "currentColor",
|
|
@@ -61,19 +92,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
61
92
|
) }), Artboard_default = IconArtboard;
|
|
62
93
|
|
|
63
94
|
// src/components/AssetsFilled.tsx
|
|
64
|
-
import { jsx as
|
|
65
|
-
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
66
|
-
/* @__PURE__ */
|
|
67
|
-
/* @__PURE__ */
|
|
68
|
-
/* @__PURE__ */
|
|
95
|
+
import { jsx as jsx8, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
96
|
+
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs3("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
97
|
+
/* @__PURE__ */ jsx8("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
98
|
+
/* @__PURE__ */ jsx8("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
99
|
+
/* @__PURE__ */ jsx8("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
69
100
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
70
101
|
|
|
71
102
|
// src/components/Assets.tsx
|
|
72
|
-
import { jsx as
|
|
73
|
-
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
74
|
-
/* @__PURE__ */
|
|
75
|
-
/* @__PURE__ */
|
|
76
|
-
/* @__PURE__ */
|
|
103
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
104
|
+
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
105
|
+
/* @__PURE__ */ jsx9("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
106
|
+
/* @__PURE__ */ jsx9("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
107
|
+
/* @__PURE__ */ jsx9(
|
|
77
108
|
"path",
|
|
78
109
|
{
|
|
79
110
|
fill: stroke || color || "currentColor",
|
|
@@ -85,8 +116,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
85
116
|
] }), Assets_default = IconAssets;
|
|
86
117
|
|
|
87
118
|
// src/components/Backward.tsx
|
|
88
|
-
import { jsx as
|
|
89
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
119
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
120
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
|
|
90
121
|
"path",
|
|
91
122
|
{
|
|
92
123
|
fill: stroke || color || "currentColor",
|
|
@@ -95,8 +126,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
95
126
|
) }), Backward_default = IconBackward;
|
|
96
127
|
|
|
97
128
|
// src/components/BatchShots.tsx
|
|
98
|
-
import { jsx as
|
|
99
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
129
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
130
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx11(
|
|
100
131
|
"path",
|
|
101
132
|
{
|
|
102
133
|
fill: stroke || color || "currentColor",
|
|
@@ -106,9 +137,45 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
106
137
|
}
|
|
107
138
|
) }), BatchShots_default = IconBatchShots;
|
|
108
139
|
|
|
140
|
+
// src/components/Canvasmode.tsx
|
|
141
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
142
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx12(
|
|
143
|
+
"path",
|
|
144
|
+
{
|
|
145
|
+
fill: stroke || color || "currentColor",
|
|
146
|
+
d: "M8.09473 17.25C7.60503 15.5186 6.01317 14.25 4.125 14.25C1.84683 14.25 -2.79892e-07 16.0968 -1.80309e-07 18.375C-8.07273e-08 20.6532 1.84683 22.5 4.125 22.5C6.01317 22.5 7.60503 21.2314 8.09473 19.5L13.5 19.5L13.5 13.125L15.9053 13.125C16.395 14.8564 17.9868 16.125 19.875 16.125C22.1532 16.125 24 14.2782 24 12C24 9.72182 22.1532 7.875 19.875 7.875C17.9868 7.875 16.395 9.14362 15.9053 10.875L13.5 10.875L13.5 4.5L8.09472 4.5C7.60503 2.76862 6.01316 1.5 4.125 1.5C1.84682 1.5 -8.37212e-07 3.34683 -7.3763e-07 5.625C-6.38047e-07 7.90318 1.84682 9.75 4.125 9.75C6.01316 9.75 7.60503 8.48138 8.09472 6.75L11.25 6.75L11.25 17.25L8.09473 17.25ZM4.125 16.5C5.16053 16.5 6 17.3395 6 18.375C6 19.4105 5.16053 20.25 4.125 20.25C3.08947 20.25 2.25 19.4105 2.25 18.375C2.25 17.3395 3.08947 16.5 4.125 16.5ZM4.125 3.75C5.16053 3.75 6 4.58947 6 5.625C6 6.66054 5.16053 7.5 4.125 7.5C3.08947 7.5 2.25 6.66054 2.25 5.625C2.25 4.58947 3.08947 3.75 4.125 3.75ZM19.875 10.125C20.9105 10.125 21.75 10.9645 21.75 12C21.75 13.0355 20.9105 13.875 19.875 13.875C18.8395 13.875 18 13.0355 18 12C18 10.9645 18.8395 10.125 19.875 10.125Z",
|
|
147
|
+
fillRule: "evenodd",
|
|
148
|
+
clipRule: "evenodd"
|
|
149
|
+
}
|
|
150
|
+
) }), Canvasmode_default = IconCanvasmode;
|
|
151
|
+
|
|
152
|
+
// src/components/Chaptercollapse.tsx
|
|
153
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
154
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx13(
|
|
155
|
+
"path",
|
|
156
|
+
{
|
|
157
|
+
fill: stroke || color || "currentColor",
|
|
158
|
+
d: "M13.5 6L9 1.5H0V21H24V6H13.5ZM21.75 8.25H12.568L8.06802 3.75H2.25V18.75H21.75V8.25Z",
|
|
159
|
+
fillRule: "evenodd",
|
|
160
|
+
clipRule: "evenodd"
|
|
161
|
+
}
|
|
162
|
+
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
163
|
+
|
|
164
|
+
// src/components/Chapterexpand.tsx
|
|
165
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
166
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
|
|
167
|
+
"path",
|
|
168
|
+
{
|
|
169
|
+
fill: stroke || color || "currentColor",
|
|
170
|
+
d: "M12 4.5L7.5 1.5H0V21H19.5L24 9.75H19.5V4.5H12ZM17.25 9.75V6.75H11.3188L6.81875 3.75H2.25V18.75H17.9767L20.6767 12H8.27332L7.07332 15H4.65L6.75 9.75H17.25Z",
|
|
171
|
+
fillRule: "evenodd",
|
|
172
|
+
clipRule: "evenodd"
|
|
173
|
+
}
|
|
174
|
+
) }), Chapterexpand_default = IconChapterexpand;
|
|
175
|
+
|
|
109
176
|
// src/components/CheckedFilled.tsx
|
|
110
|
-
import { jsx as
|
|
111
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
177
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
178
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
|
|
112
179
|
"path",
|
|
113
180
|
{
|
|
114
181
|
fill: fill || color || "currentColor",
|
|
@@ -119,8 +186,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
119
186
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
120
187
|
|
|
121
188
|
// src/components/Close.tsx
|
|
122
|
-
import { jsx as
|
|
123
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
189
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
190
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
|
|
124
191
|
"path",
|
|
125
192
|
{
|
|
126
193
|
fill: stroke || color || "currentColor",
|
|
@@ -128,10 +195,25 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
128
195
|
}
|
|
129
196
|
) }), Close_default = IconClose;
|
|
130
197
|
|
|
198
|
+
// src/components/Copy.tsx
|
|
199
|
+
import { jsx as jsx17, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
200
|
+
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
201
|
+
/* @__PURE__ */ jsx17("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
202
|
+
/* @__PURE__ */ jsx17(
|
|
203
|
+
"path",
|
|
204
|
+
{
|
|
205
|
+
fill: stroke || color || "currentColor",
|
|
206
|
+
d: "M9 9H24V24H9V9ZM11.25 11.25H21.75V21.75H11.25V11.25Z",
|
|
207
|
+
fillRule: "evenodd",
|
|
208
|
+
clipRule: "evenodd"
|
|
209
|
+
}
|
|
210
|
+
)
|
|
211
|
+
] }), Copy_default = IconCopy;
|
|
212
|
+
|
|
131
213
|
// src/components/CreditFilled.tsx
|
|
132
|
-
import { jsx as
|
|
133
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
134
|
-
/* @__PURE__ */
|
|
214
|
+
import { jsx as jsx18, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
215
|
+
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
216
|
+
/* @__PURE__ */ jsx18("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx18(
|
|
135
217
|
"path",
|
|
136
218
|
{
|
|
137
219
|
fill: fill || color || "currentColor",
|
|
@@ -140,12 +222,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
140
222
|
clipRule: "evenodd"
|
|
141
223
|
}
|
|
142
224
|
) }),
|
|
143
|
-
/* @__PURE__ */
|
|
225
|
+
/* @__PURE__ */ jsx18("defs", { children: /* @__PURE__ */ jsx18("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx18("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
144
226
|
] }), CreditFilled_default = IconCreditFilled;
|
|
145
227
|
|
|
146
228
|
// src/components/Cursor.tsx
|
|
147
|
-
import { jsx as
|
|
148
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
229
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
230
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
149
231
|
"path",
|
|
150
232
|
{
|
|
151
233
|
fill: stroke || color || "currentColor",
|
|
@@ -156,10 +238,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
156
238
|
) }), Cursor_default = IconCursor;
|
|
157
239
|
|
|
158
240
|
// src/components/Delete.tsx
|
|
159
|
-
import { jsx as
|
|
160
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */
|
|
241
|
+
import { jsx as jsx20, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
242
|
+
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
243
|
+
/* @__PURE__ */ jsx20("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
244
|
+
/* @__PURE__ */ jsx20(
|
|
163
245
|
"path",
|
|
164
246
|
{
|
|
165
247
|
fill: stroke || color || "currentColor",
|
|
@@ -171,16 +253,16 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
171
253
|
] }), Delete_default = IconDelete;
|
|
172
254
|
|
|
173
255
|
// src/components/Download.tsx
|
|
174
|
-
import { jsx as
|
|
175
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
176
|
-
/* @__PURE__ */
|
|
256
|
+
import { jsx as jsx21, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
257
|
+
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
258
|
+
/* @__PURE__ */ jsx21(
|
|
177
259
|
"path",
|
|
178
260
|
{
|
|
179
261
|
fill: stroke || color || "currentColor",
|
|
180
262
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
181
263
|
}
|
|
182
264
|
),
|
|
183
|
-
/* @__PURE__ */
|
|
265
|
+
/* @__PURE__ */ jsx21(
|
|
184
266
|
"path",
|
|
185
267
|
{
|
|
186
268
|
fill: stroke || color || "currentColor",
|
|
@@ -192,8 +274,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
192
274
|
] }), Download_default = IconDownload;
|
|
193
275
|
|
|
194
276
|
// src/components/FeedbackFailFilled.tsx
|
|
195
|
-
import { jsx as
|
|
196
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
277
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
278
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
197
279
|
"path",
|
|
198
280
|
{
|
|
199
281
|
fill: fill || color || "currentColor",
|
|
@@ -204,8 +286,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
204
286
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
205
287
|
|
|
206
288
|
// src/components/FeedbackPendingFilled.tsx
|
|
207
|
-
import { jsx as
|
|
208
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
289
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
290
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx23(
|
|
209
291
|
"path",
|
|
210
292
|
{
|
|
211
293
|
fill: fill || color || "currentColor",
|
|
@@ -216,8 +298,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
216
298
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
217
299
|
|
|
218
300
|
// src/components/FeedbackProblemFilled.tsx
|
|
219
|
-
import { jsx as
|
|
220
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
301
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
302
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx24(
|
|
221
303
|
"path",
|
|
222
304
|
{
|
|
223
305
|
fill: fill || color || "currentColor",
|
|
@@ -228,30 +310,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
228
310
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
229
311
|
|
|
230
312
|
// src/components/FeedbackProblem.tsx
|
|
231
|
-
import { jsx as
|
|
232
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
233
|
-
/* @__PURE__ */
|
|
313
|
+
import { jsx as jsx25, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
314
|
+
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
315
|
+
/* @__PURE__ */ jsx25(
|
|
234
316
|
"path",
|
|
235
317
|
{
|
|
236
318
|
fill: stroke || color || "currentColor",
|
|
237
319
|
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"
|
|
238
320
|
}
|
|
239
321
|
),
|
|
240
|
-
/* @__PURE__ */
|
|
322
|
+
/* @__PURE__ */ jsx25(
|
|
241
323
|
"path",
|
|
242
324
|
{
|
|
243
325
|
fill: stroke || color || "currentColor",
|
|
244
326
|
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"
|
|
245
327
|
}
|
|
246
328
|
),
|
|
247
|
-
/* @__PURE__ */
|
|
329
|
+
/* @__PURE__ */ jsx25(
|
|
248
330
|
"path",
|
|
249
331
|
{
|
|
250
332
|
fill: stroke || color || "currentColor",
|
|
251
333
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
252
334
|
}
|
|
253
335
|
),
|
|
254
|
-
/* @__PURE__ */
|
|
336
|
+
/* @__PURE__ */ jsx25(
|
|
255
337
|
"path",
|
|
256
338
|
{
|
|
257
339
|
fill: stroke || color || "currentColor",
|
|
@@ -263,9 +345,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
263
345
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
264
346
|
|
|
265
347
|
// src/components/FiletypePdfFilled.tsx
|
|
266
|
-
import { jsx as
|
|
267
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
268
|
-
/* @__PURE__ */
|
|
348
|
+
import { jsx as jsx26, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
349
|
+
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
350
|
+
/* @__PURE__ */ jsx26("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx26(
|
|
269
351
|
"path",
|
|
270
352
|
{
|
|
271
353
|
fill: "#FF3E4C",
|
|
@@ -273,14 +355,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
273
355
|
style: { opacity: 0.3 }
|
|
274
356
|
}
|
|
275
357
|
) }),
|
|
276
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ jsx26(
|
|
277
359
|
"path",
|
|
278
360
|
{
|
|
279
361
|
fill: "#FF3E4C",
|
|
280
362
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
281
363
|
}
|
|
282
364
|
),
|
|
283
|
-
/* @__PURE__ */
|
|
365
|
+
/* @__PURE__ */ jsx26(
|
|
284
366
|
"path",
|
|
285
367
|
{
|
|
286
368
|
fill: "#FF3E4C",
|
|
@@ -290,8 +372,8 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
290
372
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
291
373
|
|
|
292
374
|
// src/components/Gamelanguage.tsx
|
|
293
|
-
import { jsx as
|
|
294
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
375
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
376
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
295
377
|
"path",
|
|
296
378
|
{
|
|
297
379
|
fill: stroke || color || "currentColor",
|
|
@@ -301,17 +383,40 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
301
383
|
}
|
|
302
384
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
303
385
|
|
|
386
|
+
// src/components/Gamepreview.tsx
|
|
387
|
+
import { jsx as jsx28, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
388
|
+
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
389
|
+
/* @__PURE__ */ jsx28(
|
|
390
|
+
"path",
|
|
391
|
+
{
|
|
392
|
+
fill: stroke || color || "currentColor",
|
|
393
|
+
d: "M9 18H11.25L17.25 12L11.25 6H9L9 18ZM11.25 9.18198L14.068 12L11.25 14.818L11.25 9.18198Z",
|
|
394
|
+
fillRule: "evenodd",
|
|
395
|
+
clipRule: "evenodd"
|
|
396
|
+
}
|
|
397
|
+
),
|
|
398
|
+
/* @__PURE__ */ jsx28(
|
|
399
|
+
"path",
|
|
400
|
+
{
|
|
401
|
+
fill: stroke || color || "currentColor",
|
|
402
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
403
|
+
fillRule: "evenodd",
|
|
404
|
+
clipRule: "evenodd"
|
|
405
|
+
}
|
|
406
|
+
)
|
|
407
|
+
] }), Gamepreview_default = IconGamepreview;
|
|
408
|
+
|
|
304
409
|
// src/components/GenerateMultimage.tsx
|
|
305
|
-
import { jsx as
|
|
306
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
307
|
-
/* @__PURE__ */
|
|
410
|
+
import { jsx as jsx29, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
411
|
+
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
412
|
+
/* @__PURE__ */ jsx29(
|
|
308
413
|
"path",
|
|
309
414
|
{
|
|
310
415
|
fill: stroke || color || "currentColor",
|
|
311
416
|
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"
|
|
312
417
|
}
|
|
313
418
|
),
|
|
314
|
-
/* @__PURE__ */
|
|
419
|
+
/* @__PURE__ */ jsx29(
|
|
315
420
|
"path",
|
|
316
421
|
{
|
|
317
422
|
fill: stroke || color || "currentColor",
|
|
@@ -320,12 +425,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
320
425
|
clipRule: "evenodd"
|
|
321
426
|
}
|
|
322
427
|
),
|
|
323
|
-
/* @__PURE__ */
|
|
428
|
+
/* @__PURE__ */ jsx29("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
324
429
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
325
430
|
|
|
326
431
|
// src/components/GenerateFilled.tsx
|
|
327
|
-
import { jsx as
|
|
328
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
432
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
433
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
|
|
329
434
|
"path",
|
|
330
435
|
{
|
|
331
436
|
fill: fill || color || "currentColor",
|
|
@@ -336,16 +441,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
336
441
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
337
442
|
|
|
338
443
|
// src/components/GenerateFrameStart.tsx
|
|
339
|
-
import { jsx as
|
|
340
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
341
|
-
/* @__PURE__ */
|
|
444
|
+
import { jsx as jsx31, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
445
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
446
|
+
/* @__PURE__ */ jsx31(
|
|
342
447
|
"path",
|
|
343
448
|
{
|
|
344
449
|
fill: stroke || color || "currentColor",
|
|
345
450
|
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"
|
|
346
451
|
}
|
|
347
452
|
),
|
|
348
|
-
/* @__PURE__ */
|
|
453
|
+
/* @__PURE__ */ jsx31(
|
|
349
454
|
"path",
|
|
350
455
|
{
|
|
351
456
|
fill: stroke || color || "currentColor",
|
|
@@ -357,9 +462,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
357
462
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
358
463
|
|
|
359
464
|
// src/components/GenerateFrameStart2End.tsx
|
|
360
|
-
import { jsx as
|
|
361
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
362
|
-
/* @__PURE__ */
|
|
465
|
+
import { jsx as jsx32, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
466
|
+
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
467
|
+
/* @__PURE__ */ jsx32(
|
|
363
468
|
"path",
|
|
364
469
|
{
|
|
365
470
|
fill: stroke || color || "currentColor",
|
|
@@ -368,14 +473,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
368
473
|
clipRule: "evenodd"
|
|
369
474
|
}
|
|
370
475
|
),
|
|
371
|
-
/* @__PURE__ */
|
|
476
|
+
/* @__PURE__ */ jsx32(
|
|
372
477
|
"path",
|
|
373
478
|
{
|
|
374
479
|
fill: stroke || color || "currentColor",
|
|
375
480
|
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"
|
|
376
481
|
}
|
|
377
482
|
),
|
|
378
|
-
/* @__PURE__ */
|
|
483
|
+
/* @__PURE__ */ jsx32(
|
|
379
484
|
"path",
|
|
380
485
|
{
|
|
381
486
|
fill: stroke || color || "currentColor",
|
|
@@ -387,9 +492,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
387
492
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
388
493
|
|
|
389
494
|
// src/components/GenerateSwitchframe.tsx
|
|
390
|
-
import { jsx as
|
|
391
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
392
|
-
/* @__PURE__ */
|
|
495
|
+
import { jsx as jsx33, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
496
|
+
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
497
|
+
/* @__PURE__ */ jsx33(
|
|
393
498
|
"path",
|
|
394
499
|
{
|
|
395
500
|
fill: stroke || color || "currentColor",
|
|
@@ -398,7 +503,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
398
503
|
clipRule: "evenodd"
|
|
399
504
|
}
|
|
400
505
|
),
|
|
401
|
-
/* @__PURE__ */
|
|
506
|
+
/* @__PURE__ */ jsx33(
|
|
402
507
|
"path",
|
|
403
508
|
{
|
|
404
509
|
fill: stroke || color || "currentColor",
|
|
@@ -410,16 +515,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
410
515
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
411
516
|
|
|
412
517
|
// src/components/GenerateT2V.tsx
|
|
413
|
-
import { jsx as
|
|
414
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
415
|
-
/* @__PURE__ */
|
|
518
|
+
import { jsx as jsx34, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
519
|
+
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
520
|
+
/* @__PURE__ */ jsx34(
|
|
416
521
|
"path",
|
|
417
522
|
{
|
|
418
523
|
fill: stroke || color || "currentColor",
|
|
419
524
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
420
525
|
}
|
|
421
526
|
),
|
|
422
|
-
/* @__PURE__ */
|
|
527
|
+
/* @__PURE__ */ jsx34(
|
|
423
528
|
"path",
|
|
424
529
|
{
|
|
425
530
|
fill: stroke || color || "currentColor",
|
|
@@ -431,16 +536,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
431
536
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
432
537
|
|
|
433
538
|
// src/components/GenreAuto.tsx
|
|
434
|
-
import { jsx as
|
|
435
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
436
|
-
/* @__PURE__ */
|
|
539
|
+
import { jsx as jsx35, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
540
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
541
|
+
/* @__PURE__ */ jsx35(
|
|
437
542
|
"path",
|
|
438
543
|
{
|
|
439
544
|
fill: stroke || color || "currentColor",
|
|
440
545
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
441
546
|
}
|
|
442
547
|
),
|
|
443
|
-
/* @__PURE__ */
|
|
548
|
+
/* @__PURE__ */ jsx35(
|
|
444
549
|
"path",
|
|
445
550
|
{
|
|
446
551
|
fill: stroke || color || "currentColor",
|
|
@@ -449,15 +554,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
449
554
|
clipRule: "evenodd"
|
|
450
555
|
}
|
|
451
556
|
),
|
|
452
|
-
/* @__PURE__ */
|
|
453
|
-
/* @__PURE__ */
|
|
557
|
+
/* @__PURE__ */ jsx35("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
558
|
+
/* @__PURE__ */ jsx35(
|
|
454
559
|
"path",
|
|
455
560
|
{
|
|
456
561
|
fill: stroke || color || "currentColor",
|
|
457
562
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
458
563
|
}
|
|
459
564
|
),
|
|
460
|
-
/* @__PURE__ */
|
|
565
|
+
/* @__PURE__ */ jsx35(
|
|
461
566
|
"path",
|
|
462
567
|
{
|
|
463
568
|
fill: stroke || color || "currentColor",
|
|
@@ -467,23 +572,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
467
572
|
] }), GenreAuto_default = IconGenreAuto;
|
|
468
573
|
|
|
469
574
|
// src/components/GenreComedy.tsx
|
|
470
|
-
import { jsx as
|
|
471
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
472
|
-
/* @__PURE__ */
|
|
575
|
+
import { jsx as jsx36, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
576
|
+
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
577
|
+
/* @__PURE__ */ jsx36(
|
|
473
578
|
"path",
|
|
474
579
|
{
|
|
475
580
|
fill: stroke || color || "currentColor",
|
|
476
581
|
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"
|
|
477
582
|
}
|
|
478
583
|
),
|
|
479
|
-
/* @__PURE__ */
|
|
584
|
+
/* @__PURE__ */ jsx36(
|
|
480
585
|
"path",
|
|
481
586
|
{
|
|
482
587
|
fill: stroke || color || "currentColor",
|
|
483
588
|
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"
|
|
484
589
|
}
|
|
485
590
|
),
|
|
486
|
-
/* @__PURE__ */
|
|
591
|
+
/* @__PURE__ */ jsx36(
|
|
487
592
|
"path",
|
|
488
593
|
{
|
|
489
594
|
fill: stroke || color || "currentColor",
|
|
@@ -492,7 +597,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
492
597
|
clipRule: "evenodd"
|
|
493
598
|
}
|
|
494
599
|
),
|
|
495
|
-
/* @__PURE__ */
|
|
600
|
+
/* @__PURE__ */ jsx36(
|
|
496
601
|
"path",
|
|
497
602
|
{
|
|
498
603
|
fill: stroke || color || "currentColor",
|
|
@@ -504,8 +609,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
504
609
|
] }), GenreComedy_default = IconGenreComedy;
|
|
505
610
|
|
|
506
611
|
// src/components/GenreFantasy.tsx
|
|
507
|
-
import { jsx as
|
|
508
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
612
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
613
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
509
614
|
"path",
|
|
510
615
|
{
|
|
511
616
|
fill: stroke || color || "currentColor",
|
|
@@ -516,23 +621,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
516
621
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
517
622
|
|
|
518
623
|
// src/components/GenreHorror.tsx
|
|
519
|
-
import { jsx as
|
|
520
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
521
|
-
/* @__PURE__ */
|
|
624
|
+
import { jsx as jsx38, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
625
|
+
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
626
|
+
/* @__PURE__ */ jsx38(
|
|
522
627
|
"path",
|
|
523
628
|
{
|
|
524
629
|
fill: stroke || color || "currentColor",
|
|
525
630
|
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"
|
|
526
631
|
}
|
|
527
632
|
),
|
|
528
|
-
/* @__PURE__ */
|
|
633
|
+
/* @__PURE__ */ jsx38(
|
|
529
634
|
"path",
|
|
530
635
|
{
|
|
531
636
|
fill: stroke || color || "currentColor",
|
|
532
637
|
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"
|
|
533
638
|
}
|
|
534
639
|
),
|
|
535
|
-
/* @__PURE__ */
|
|
640
|
+
/* @__PURE__ */ jsx38(
|
|
536
641
|
"path",
|
|
537
642
|
{
|
|
538
643
|
fill: stroke || color || "currentColor",
|
|
@@ -544,8 +649,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
544
649
|
] }), GenreHorror_default = IconGenreHorror;
|
|
545
650
|
|
|
546
651
|
// src/components/GenreRomance.tsx
|
|
547
|
-
import { jsx as
|
|
548
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
652
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
653
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
|
|
549
654
|
"path",
|
|
550
655
|
{
|
|
551
656
|
fill: stroke || color || "currentColor",
|
|
@@ -556,16 +661,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
556
661
|
) }), GenreRomance_default = IconGenreRomance;
|
|
557
662
|
|
|
558
663
|
// src/components/GenreScifi.tsx
|
|
559
|
-
import { jsx as
|
|
560
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
561
|
-
/* @__PURE__ */
|
|
664
|
+
import { jsx as jsx40, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
665
|
+
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
666
|
+
/* @__PURE__ */ jsx40(
|
|
562
667
|
"path",
|
|
563
668
|
{
|
|
564
669
|
fill: stroke || color || "currentColor",
|
|
565
670
|
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"
|
|
566
671
|
}
|
|
567
672
|
),
|
|
568
|
-
/* @__PURE__ */
|
|
673
|
+
/* @__PURE__ */ jsx40(
|
|
569
674
|
"path",
|
|
570
675
|
{
|
|
571
676
|
fill: stroke || color || "currentColor",
|
|
@@ -574,7 +679,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
574
679
|
clipRule: "evenodd"
|
|
575
680
|
}
|
|
576
681
|
),
|
|
577
|
-
/* @__PURE__ */
|
|
682
|
+
/* @__PURE__ */ jsx40(
|
|
578
683
|
"path",
|
|
579
684
|
{
|
|
580
685
|
fill: stroke || color || "currentColor",
|
|
@@ -584,8 +689,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
584
689
|
] }), GenreScifi_default = IconGenreScifi;
|
|
585
690
|
|
|
586
691
|
// src/components/GenreSuspense.tsx
|
|
587
|
-
import { jsx as
|
|
588
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
692
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
693
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx41(
|
|
589
694
|
"path",
|
|
590
695
|
{
|
|
591
696
|
fill: stroke || color || "currentColor",
|
|
@@ -596,8 +701,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
596
701
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
597
702
|
|
|
598
703
|
// src/components/Genre.tsx
|
|
599
|
-
import { jsx as
|
|
600
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
704
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
705
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx42(
|
|
601
706
|
"path",
|
|
602
707
|
{
|
|
603
708
|
fill: stroke || color || "currentColor",
|
|
@@ -608,9 +713,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
608
713
|
) }), Genre_default = IconGenre;
|
|
609
714
|
|
|
610
715
|
// src/components/GoogleLogoFilled.tsx
|
|
611
|
-
import { jsx as
|
|
612
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
613
|
-
/* @__PURE__ */
|
|
716
|
+
import { jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
717
|
+
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
718
|
+
/* @__PURE__ */ jsx43(
|
|
614
719
|
"mask",
|
|
615
720
|
{
|
|
616
721
|
id: "mask0_48_113",
|
|
@@ -620,7 +725,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
620
725
|
y: "0",
|
|
621
726
|
maskUnits: "userSpaceOnUse",
|
|
622
727
|
style: { maskType: "luminance" },
|
|
623
|
-
children: /* @__PURE__ */
|
|
728
|
+
children: /* @__PURE__ */ jsx43(
|
|
624
729
|
"path",
|
|
625
730
|
{
|
|
626
731
|
fill: stroke || color || "currentColor",
|
|
@@ -629,64 +734,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
629
734
|
)
|
|
630
735
|
}
|
|
631
736
|
),
|
|
632
|
-
/* @__PURE__ */
|
|
633
|
-
/* @__PURE__ */
|
|
737
|
+
/* @__PURE__ */ jsxs21("g", { mask: "url(#mask0_48_113)", children: [
|
|
738
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
634
739
|
"path",
|
|
635
740
|
{
|
|
636
741
|
fill: "url(#paint0_radial_48_113)",
|
|
637
742
|
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"
|
|
638
743
|
}
|
|
639
744
|
) }),
|
|
640
|
-
/* @__PURE__ */
|
|
745
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
641
746
|
"path",
|
|
642
747
|
{
|
|
643
748
|
fill: "url(#paint1_radial_48_113)",
|
|
644
749
|
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"
|
|
645
750
|
}
|
|
646
751
|
) }),
|
|
647
|
-
/* @__PURE__ */
|
|
752
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
648
753
|
"path",
|
|
649
754
|
{
|
|
650
755
|
fill: "url(#paint2_radial_48_113)",
|
|
651
756
|
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"
|
|
652
757
|
}
|
|
653
758
|
) }),
|
|
654
|
-
/* @__PURE__ */
|
|
759
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
655
760
|
"path",
|
|
656
761
|
{
|
|
657
762
|
fill: "url(#paint3_radial_48_113)",
|
|
658
763
|
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"
|
|
659
764
|
}
|
|
660
765
|
) }),
|
|
661
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
662
767
|
"path",
|
|
663
768
|
{
|
|
664
769
|
fill: "#3086FF",
|
|
665
770
|
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"
|
|
666
771
|
}
|
|
667
772
|
) }),
|
|
668
|
-
/* @__PURE__ */
|
|
773
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
669
774
|
"path",
|
|
670
775
|
{
|
|
671
776
|
fill: "url(#paint4_radial_48_113)",
|
|
672
777
|
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"
|
|
673
778
|
}
|
|
674
779
|
) }),
|
|
675
|
-
/* @__PURE__ */
|
|
780
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
676
781
|
"path",
|
|
677
782
|
{
|
|
678
783
|
fill: "url(#paint5_radial_48_113)",
|
|
679
784
|
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"
|
|
680
785
|
}
|
|
681
786
|
) }),
|
|
682
|
-
/* @__PURE__ */
|
|
787
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx43(
|
|
683
788
|
"path",
|
|
684
789
|
{
|
|
685
790
|
fill: "url(#paint6_radial_48_113)",
|
|
686
791
|
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"
|
|
687
792
|
}
|
|
688
793
|
) }),
|
|
689
|
-
/* @__PURE__ */
|
|
794
|
+
/* @__PURE__ */ jsx43("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx43(
|
|
690
795
|
"path",
|
|
691
796
|
{
|
|
692
797
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -694,8 +799,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
694
799
|
}
|
|
695
800
|
) })
|
|
696
801
|
] }),
|
|
697
|
-
/* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
802
|
+
/* @__PURE__ */ jsxs21("defs", { children: [
|
|
803
|
+
/* @__PURE__ */ jsxs21(
|
|
699
804
|
"filter",
|
|
700
805
|
{
|
|
701
806
|
id: "filter0_f_48_113",
|
|
@@ -706,13 +811,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
706
811
|
filterUnits: "userSpaceOnUse",
|
|
707
812
|
colorInterpolationFilters: "sRGB",
|
|
708
813
|
children: [
|
|
709
|
-
/* @__PURE__ */
|
|
710
|
-
/* @__PURE__ */
|
|
711
|
-
/* @__PURE__ */
|
|
814
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
815
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
816
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
712
817
|
]
|
|
713
818
|
}
|
|
714
819
|
),
|
|
715
|
-
/* @__PURE__ */
|
|
820
|
+
/* @__PURE__ */ jsxs21(
|
|
716
821
|
"filter",
|
|
717
822
|
{
|
|
718
823
|
id: "filter1_f_48_113",
|
|
@@ -723,13 +828,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
723
828
|
filterUnits: "userSpaceOnUse",
|
|
724
829
|
colorInterpolationFilters: "sRGB",
|
|
725
830
|
children: [
|
|
726
|
-
/* @__PURE__ */
|
|
727
|
-
/* @__PURE__ */
|
|
728
|
-
/* @__PURE__ */
|
|
831
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
832
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
833
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
729
834
|
]
|
|
730
835
|
}
|
|
731
836
|
),
|
|
732
|
-
/* @__PURE__ */
|
|
837
|
+
/* @__PURE__ */ jsxs21(
|
|
733
838
|
"filter",
|
|
734
839
|
{
|
|
735
840
|
id: "filter2_f_48_113",
|
|
@@ -740,13 +845,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
740
845
|
filterUnits: "userSpaceOnUse",
|
|
741
846
|
colorInterpolationFilters: "sRGB",
|
|
742
847
|
children: [
|
|
743
|
-
/* @__PURE__ */
|
|
744
|
-
/* @__PURE__ */
|
|
745
|
-
/* @__PURE__ */
|
|
848
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
849
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
850
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
746
851
|
]
|
|
747
852
|
}
|
|
748
853
|
),
|
|
749
|
-
/* @__PURE__ */
|
|
854
|
+
/* @__PURE__ */ jsxs21(
|
|
750
855
|
"filter",
|
|
751
856
|
{
|
|
752
857
|
id: "filter3_f_48_113",
|
|
@@ -757,13 +862,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
757
862
|
filterUnits: "userSpaceOnUse",
|
|
758
863
|
colorInterpolationFilters: "sRGB",
|
|
759
864
|
children: [
|
|
760
|
-
/* @__PURE__ */
|
|
761
|
-
/* @__PURE__ */
|
|
762
|
-
/* @__PURE__ */
|
|
865
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
866
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
867
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
763
868
|
]
|
|
764
869
|
}
|
|
765
870
|
),
|
|
766
|
-
/* @__PURE__ */
|
|
871
|
+
/* @__PURE__ */ jsxs21(
|
|
767
872
|
"filter",
|
|
768
873
|
{
|
|
769
874
|
id: "filter4_f_48_113",
|
|
@@ -774,13 +879,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
774
879
|
filterUnits: "userSpaceOnUse",
|
|
775
880
|
colorInterpolationFilters: "sRGB",
|
|
776
881
|
children: [
|
|
777
|
-
/* @__PURE__ */
|
|
778
|
-
/* @__PURE__ */
|
|
779
|
-
/* @__PURE__ */
|
|
882
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
883
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
884
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
780
885
|
]
|
|
781
886
|
}
|
|
782
887
|
),
|
|
783
|
-
/* @__PURE__ */
|
|
888
|
+
/* @__PURE__ */ jsxs21(
|
|
784
889
|
"filter",
|
|
785
890
|
{
|
|
786
891
|
id: "filter5_f_48_113",
|
|
@@ -791,13 +896,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
791
896
|
filterUnits: "userSpaceOnUse",
|
|
792
897
|
colorInterpolationFilters: "sRGB",
|
|
793
898
|
children: [
|
|
794
|
-
/* @__PURE__ */
|
|
795
|
-
/* @__PURE__ */
|
|
796
|
-
/* @__PURE__ */
|
|
899
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
900
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
901
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
797
902
|
]
|
|
798
903
|
}
|
|
799
904
|
),
|
|
800
|
-
/* @__PURE__ */
|
|
905
|
+
/* @__PURE__ */ jsxs21(
|
|
801
906
|
"filter",
|
|
802
907
|
{
|
|
803
908
|
id: "filter6_f_48_113",
|
|
@@ -808,13 +913,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
808
913
|
filterUnits: "userSpaceOnUse",
|
|
809
914
|
colorInterpolationFilters: "sRGB",
|
|
810
915
|
children: [
|
|
811
|
-
/* @__PURE__ */
|
|
812
|
-
/* @__PURE__ */
|
|
813
|
-
/* @__PURE__ */
|
|
916
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
917
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
918
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
814
919
|
]
|
|
815
920
|
}
|
|
816
921
|
),
|
|
817
|
-
/* @__PURE__ */
|
|
922
|
+
/* @__PURE__ */ jsxs21(
|
|
818
923
|
"filter",
|
|
819
924
|
{
|
|
820
925
|
id: "filter7_f_48_113",
|
|
@@ -825,13 +930,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
825
930
|
filterUnits: "userSpaceOnUse",
|
|
826
931
|
colorInterpolationFilters: "sRGB",
|
|
827
932
|
children: [
|
|
828
|
-
/* @__PURE__ */
|
|
829
|
-
/* @__PURE__ */
|
|
830
|
-
/* @__PURE__ */
|
|
933
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
934
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
935
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
831
936
|
]
|
|
832
937
|
}
|
|
833
938
|
),
|
|
834
|
-
/* @__PURE__ */
|
|
939
|
+
/* @__PURE__ */ jsxs21(
|
|
835
940
|
"filter",
|
|
836
941
|
{
|
|
837
942
|
id: "filter8_f_48_113",
|
|
@@ -842,13 +947,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
842
947
|
filterUnits: "userSpaceOnUse",
|
|
843
948
|
colorInterpolationFilters: "sRGB",
|
|
844
949
|
children: [
|
|
845
|
-
/* @__PURE__ */
|
|
846
|
-
/* @__PURE__ */
|
|
847
|
-
/* @__PURE__ */
|
|
950
|
+
/* @__PURE__ */ jsx43("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
951
|
+
/* @__PURE__ */ jsx43("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
952
|
+
/* @__PURE__ */ jsx43("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
848
953
|
]
|
|
849
954
|
}
|
|
850
955
|
),
|
|
851
|
-
/* @__PURE__ */
|
|
956
|
+
/* @__PURE__ */ jsxs21(
|
|
852
957
|
"radialGradient",
|
|
853
958
|
{
|
|
854
959
|
id: "paint0_radial_48_113",
|
|
@@ -858,20 +963,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
858
963
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
859
964
|
gradientUnits: "userSpaceOnUse",
|
|
860
965
|
children: [
|
|
861
|
-
/* @__PURE__ */
|
|
862
|
-
/* @__PURE__ */
|
|
863
|
-
/* @__PURE__ */
|
|
864
|
-
/* @__PURE__ */
|
|
865
|
-
/* @__PURE__ */
|
|
866
|
-
/* @__PURE__ */
|
|
867
|
-
/* @__PURE__ */
|
|
868
|
-
/* @__PURE__ */
|
|
869
|
-
/* @__PURE__ */
|
|
870
|
-
/* @__PURE__ */
|
|
966
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
967
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
968
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
969
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
970
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
971
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
972
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
973
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
974
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
975
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
871
976
|
]
|
|
872
977
|
}
|
|
873
978
|
),
|
|
874
|
-
/* @__PURE__ */
|
|
979
|
+
/* @__PURE__ */ jsxs21(
|
|
875
980
|
"radialGradient",
|
|
876
981
|
{
|
|
877
982
|
id: "paint1_radial_48_113",
|
|
@@ -881,12 +986,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
881
986
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
882
987
|
gradientUnits: "userSpaceOnUse",
|
|
883
988
|
children: [
|
|
884
|
-
/* @__PURE__ */
|
|
885
|
-
/* @__PURE__ */
|
|
989
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
990
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#FF4540" })
|
|
886
991
|
]
|
|
887
992
|
}
|
|
888
993
|
),
|
|
889
|
-
/* @__PURE__ */
|
|
994
|
+
/* @__PURE__ */ jsxs21(
|
|
890
995
|
"radialGradient",
|
|
891
996
|
{
|
|
892
997
|
id: "paint2_radial_48_113",
|
|
@@ -896,18 +1001,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
896
1001
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
897
1002
|
gradientUnits: "userSpaceOnUse",
|
|
898
1003
|
children: [
|
|
899
|
-
/* @__PURE__ */
|
|
900
|
-
/* @__PURE__ */
|
|
901
|
-
/* @__PURE__ */
|
|
902
|
-
/* @__PURE__ */
|
|
903
|
-
/* @__PURE__ */
|
|
904
|
-
/* @__PURE__ */
|
|
905
|
-
/* @__PURE__ */
|
|
906
|
-
/* @__PURE__ */
|
|
1004
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1005
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1006
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1007
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1008
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1009
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1010
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1011
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
907
1012
|
]
|
|
908
1013
|
}
|
|
909
1014
|
),
|
|
910
|
-
/* @__PURE__ */
|
|
1015
|
+
/* @__PURE__ */ jsxs21(
|
|
911
1016
|
"radialGradient",
|
|
912
1017
|
{
|
|
913
1018
|
id: "paint3_radial_48_113",
|
|
@@ -917,19 +1022,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
917
1022
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
918
1023
|
gradientUnits: "userSpaceOnUse",
|
|
919
1024
|
children: [
|
|
920
|
-
/* @__PURE__ */
|
|
921
|
-
/* @__PURE__ */
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
924
|
-
/* @__PURE__ */
|
|
925
|
-
/* @__PURE__ */
|
|
926
|
-
/* @__PURE__ */
|
|
927
|
-
/* @__PURE__ */
|
|
928
|
-
/* @__PURE__ */
|
|
1025
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1026
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1027
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1028
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1029
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1030
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1031
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1032
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1033
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
929
1034
|
]
|
|
930
1035
|
}
|
|
931
1036
|
),
|
|
932
|
-
/* @__PURE__ */
|
|
1037
|
+
/* @__PURE__ */ jsxs21(
|
|
933
1038
|
"radialGradient",
|
|
934
1039
|
{
|
|
935
1040
|
id: "paint4_radial_48_113",
|
|
@@ -939,18 +1044,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
939
1044
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
940
1045
|
gradientUnits: "userSpaceOnUse",
|
|
941
1046
|
children: [
|
|
942
|
-
/* @__PURE__ */
|
|
943
|
-
/* @__PURE__ */
|
|
944
|
-
/* @__PURE__ */
|
|
945
|
-
/* @__PURE__ */
|
|
946
|
-
/* @__PURE__ */
|
|
947
|
-
/* @__PURE__ */
|
|
948
|
-
/* @__PURE__ */
|
|
949
|
-
/* @__PURE__ */
|
|
1047
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1048
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1049
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1050
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1051
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1052
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1053
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1054
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
950
1055
|
]
|
|
951
1056
|
}
|
|
952
1057
|
),
|
|
953
|
-
/* @__PURE__ */
|
|
1058
|
+
/* @__PURE__ */ jsxs21(
|
|
954
1059
|
"radialGradient",
|
|
955
1060
|
{
|
|
956
1061
|
id: "paint5_radial_48_113",
|
|
@@ -960,15 +1065,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
960
1065
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
961
1066
|
gradientUnits: "userSpaceOnUse",
|
|
962
1067
|
children: [
|
|
963
|
-
/* @__PURE__ */
|
|
964
|
-
/* @__PURE__ */
|
|
965
|
-
/* @__PURE__ */
|
|
966
|
-
/* @__PURE__ */
|
|
967
|
-
/* @__PURE__ */
|
|
1068
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1069
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1070
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1071
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1072
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
968
1073
|
]
|
|
969
1074
|
}
|
|
970
1075
|
),
|
|
971
|
-
/* @__PURE__ */
|
|
1076
|
+
/* @__PURE__ */ jsxs21(
|
|
972
1077
|
"radialGradient",
|
|
973
1078
|
{
|
|
974
1079
|
id: "paint6_radial_48_113",
|
|
@@ -978,20 +1083,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
978
1083
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
979
1084
|
gradientUnits: "userSpaceOnUse",
|
|
980
1085
|
children: [
|
|
981
|
-
/* @__PURE__ */
|
|
982
|
-
/* @__PURE__ */
|
|
983
|
-
/* @__PURE__ */
|
|
984
|
-
/* @__PURE__ */
|
|
985
|
-
/* @__PURE__ */
|
|
986
|
-
/* @__PURE__ */
|
|
987
|
-
/* @__PURE__ */
|
|
988
|
-
/* @__PURE__ */
|
|
989
|
-
/* @__PURE__ */
|
|
990
|
-
/* @__PURE__ */
|
|
1086
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1087
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1088
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1089
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1090
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1091
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1092
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1093
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1094
|
+
/* @__PURE__ */ jsx43("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1095
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#86C504" })
|
|
991
1096
|
]
|
|
992
1097
|
}
|
|
993
1098
|
),
|
|
994
|
-
/* @__PURE__ */
|
|
1099
|
+
/* @__PURE__ */ jsxs21(
|
|
995
1100
|
"linearGradient",
|
|
996
1101
|
{
|
|
997
1102
|
id: "paint7_linear_48_113",
|
|
@@ -1001,8 +1106,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1001
1106
|
y2: "21.5116",
|
|
1002
1107
|
gradientUnits: "userSpaceOnUse",
|
|
1003
1108
|
children: [
|
|
1004
|
-
/* @__PURE__ */
|
|
1005
|
-
/* @__PURE__ */
|
|
1109
|
+
/* @__PURE__ */ jsx43("stop", { stopColor: "#0FBC5C" }),
|
|
1110
|
+
/* @__PURE__ */ jsx43("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1006
1111
|
]
|
|
1007
1112
|
}
|
|
1008
1113
|
)
|
|
@@ -1010,17 +1115,17 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1010
1115
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1011
1116
|
|
|
1012
1117
|
// src/components/Help.tsx
|
|
1013
|
-
import { jsx as
|
|
1014
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1015
|
-
/* @__PURE__ */
|
|
1016
|
-
/* @__PURE__ */
|
|
1118
|
+
import { jsx as jsx44, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1119
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1120
|
+
/* @__PURE__ */ jsx44("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1121
|
+
/* @__PURE__ */ jsx44(
|
|
1017
1122
|
"path",
|
|
1018
1123
|
{
|
|
1019
1124
|
fill: stroke || color || "currentColor",
|
|
1020
1125
|
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"
|
|
1021
1126
|
}
|
|
1022
1127
|
),
|
|
1023
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx44(
|
|
1024
1129
|
"path",
|
|
1025
1130
|
{
|
|
1026
1131
|
fill: stroke || color || "currentColor",
|
|
@@ -1032,8 +1137,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1032
1137
|
] }), Help_default = IconHelp;
|
|
1033
1138
|
|
|
1034
1139
|
// src/components/HomepageFilled.tsx
|
|
1035
|
-
import { jsx as
|
|
1036
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1140
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
1141
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx45(
|
|
1037
1142
|
"path",
|
|
1038
1143
|
{
|
|
1039
1144
|
fill: fill || color || "currentColor",
|
|
@@ -1044,16 +1149,16 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1044
1149
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1045
1150
|
|
|
1046
1151
|
// src/components/ImageGeneration.tsx
|
|
1047
|
-
import { jsx as
|
|
1048
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1049
|
-
/* @__PURE__ */
|
|
1152
|
+
import { jsx as jsx46, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1153
|
+
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1154
|
+
/* @__PURE__ */ jsx46(
|
|
1050
1155
|
"path",
|
|
1051
1156
|
{
|
|
1052
1157
|
fill: stroke || color || "currentColor",
|
|
1053
1158
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
|
|
1054
1159
|
}
|
|
1055
1160
|
),
|
|
1056
|
-
/* @__PURE__ */
|
|
1161
|
+
/* @__PURE__ */ jsx46(
|
|
1057
1162
|
"path",
|
|
1058
1163
|
{
|
|
1059
1164
|
fill: stroke || color || "currentColor",
|
|
@@ -1062,9 +1167,46 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1062
1167
|
)
|
|
1063
1168
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1064
1169
|
|
|
1170
|
+
// src/components/ImageLoadFailed.tsx
|
|
1171
|
+
import { jsx as jsx47, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1172
|
+
var IconImageLoadFailed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1173
|
+
/* @__PURE__ */ jsx47(
|
|
1174
|
+
"path",
|
|
1175
|
+
{
|
|
1176
|
+
fill: fill || color || "currentColor",
|
|
1177
|
+
d: "M9.5 6L12.5 11.5L11.8398 16.3398L9 13.5L4.5 18V19.5H11.4092L11 22.5H1.5V1.5H11L9.5 6ZM6 7C4.89543 7 4 7.89543 4 9C4 10.1046 4.89543 11 6 11C7.10457 11 8 10.1046 8 9C8 7.89543 7.10457 7 6 7Z",
|
|
1178
|
+
fillRule: "evenodd",
|
|
1179
|
+
clipRule: "evenodd"
|
|
1180
|
+
}
|
|
1181
|
+
),
|
|
1182
|
+
/* @__PURE__ */ jsx47(
|
|
1183
|
+
"path",
|
|
1184
|
+
{
|
|
1185
|
+
fill: fill || color || "currentColor",
|
|
1186
|
+
d: "M22.5 22.5H12L12.9541 19.5H19.5V9L14.7998 13.6992L15.5 11.5L14 6L16.75 1.5H22.5V22.5Z"
|
|
1187
|
+
}
|
|
1188
|
+
)
|
|
1189
|
+
] }), ImageLoadFailed_default = IconImageLoadFailed;
|
|
1190
|
+
|
|
1191
|
+
// src/components/Info.tsx
|
|
1192
|
+
import { jsx as jsx48, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1193
|
+
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1194
|
+
/* @__PURE__ */ jsx48("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1195
|
+
/* @__PURE__ */ jsx48("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1196
|
+
/* @__PURE__ */ jsx48(
|
|
1197
|
+
"path",
|
|
1198
|
+
{
|
|
1199
|
+
fill: stroke || color || "currentColor",
|
|
1200
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
|
|
1201
|
+
fillRule: "evenodd",
|
|
1202
|
+
clipRule: "evenodd"
|
|
1203
|
+
}
|
|
1204
|
+
)
|
|
1205
|
+
] }), Info_default = IconInfo;
|
|
1206
|
+
|
|
1065
1207
|
// src/components/Loading.tsx
|
|
1066
|
-
import { jsx as
|
|
1067
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1208
|
+
import { jsx as jsx49, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1209
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26(
|
|
1068
1210
|
"svg",
|
|
1069
1211
|
{
|
|
1070
1212
|
fill: "none",
|
|
@@ -1074,10 +1216,10 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1074
1216
|
height: height || size,
|
|
1075
1217
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1076
1218
|
children: [
|
|
1077
|
-
/* @__PURE__ */
|
|
1078
|
-
/* @__PURE__ */
|
|
1079
|
-
/* @__PURE__ */
|
|
1080
|
-
/* @__PURE__ */
|
|
1219
|
+
/* @__PURE__ */ jsx49("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
1220
|
+
/* @__PURE__ */ jsxs26("defs", { children: [
|
|
1221
|
+
/* @__PURE__ */ jsx49("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ jsx49("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
1222
|
+
/* @__PURE__ */ jsx49(
|
|
1081
1223
|
"image",
|
|
1082
1224
|
{
|
|
1083
1225
|
id: "image0_78_19",
|
|
@@ -1093,16 +1235,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1093
1235
|
), Loading_default = IconLoading;
|
|
1094
1236
|
|
|
1095
1237
|
// src/components/Login.tsx
|
|
1096
|
-
import { jsx as
|
|
1097
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1098
|
-
/* @__PURE__ */
|
|
1238
|
+
import { jsx as jsx50, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1239
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1240
|
+
/* @__PURE__ */ jsx50(
|
|
1099
1241
|
"path",
|
|
1100
1242
|
{
|
|
1101
1243
|
fill: stroke || color || "currentColor",
|
|
1102
1244
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1103
1245
|
}
|
|
1104
1246
|
),
|
|
1105
|
-
/* @__PURE__ */
|
|
1247
|
+
/* @__PURE__ */ jsx50(
|
|
1106
1248
|
"path",
|
|
1107
1249
|
{
|
|
1108
1250
|
fill: stroke || color || "currentColor",
|
|
@@ -1114,9 +1256,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1114
1256
|
] }), Login_default = IconLogin;
|
|
1115
1257
|
|
|
1116
1258
|
// src/components/Logout.tsx
|
|
1117
|
-
import { jsx as
|
|
1118
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1119
|
-
/* @__PURE__ */
|
|
1259
|
+
import { jsx as jsx51, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1260
|
+
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1261
|
+
/* @__PURE__ */ jsx51(
|
|
1120
1262
|
"path",
|
|
1121
1263
|
{
|
|
1122
1264
|
fill: stroke || color || "currentColor",
|
|
@@ -1125,7 +1267,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1125
1267
|
clipRule: "evenodd"
|
|
1126
1268
|
}
|
|
1127
1269
|
),
|
|
1128
|
-
/* @__PURE__ */
|
|
1270
|
+
/* @__PURE__ */ jsx51(
|
|
1129
1271
|
"path",
|
|
1130
1272
|
{
|
|
1131
1273
|
fill: stroke || color || "currentColor",
|
|
@@ -1135,8 +1277,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1135
1277
|
] }), Logout_default = IconLogout;
|
|
1136
1278
|
|
|
1137
1279
|
// src/components/ModelGeminiFilled.tsx
|
|
1138
|
-
import { jsx as
|
|
1139
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1280
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
1281
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx52(
|
|
1140
1282
|
"path",
|
|
1141
1283
|
{
|
|
1142
1284
|
fill: fill || color || "currentColor",
|
|
@@ -1145,9 +1287,9 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
1145
1287
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1146
1288
|
|
|
1147
1289
|
// src/components/ModelDeepmindFilled.tsx
|
|
1148
|
-
import { jsx as
|
|
1149
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1150
|
-
/* @__PURE__ */
|
|
1290
|
+
import { jsx as jsx53, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1291
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1292
|
+
/* @__PURE__ */ jsx53("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx53(
|
|
1151
1293
|
"path",
|
|
1152
1294
|
{
|
|
1153
1295
|
fill: fill || color || "currentColor",
|
|
@@ -1156,12 +1298,12 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
1156
1298
|
clipRule: "evenodd"
|
|
1157
1299
|
}
|
|
1158
1300
|
) }),
|
|
1159
|
-
/* @__PURE__ */
|
|
1301
|
+
/* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx53("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1160
1302
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1161
1303
|
|
|
1162
1304
|
// src/components/ModelSoraFilled.tsx
|
|
1163
|
-
import { jsx as
|
|
1164
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1305
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
1306
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
|
|
1165
1307
|
"path",
|
|
1166
1308
|
{
|
|
1167
1309
|
fill: fill || color || "currentColor",
|
|
@@ -1170,7 +1312,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1170
1312
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1171
1313
|
|
|
1172
1314
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1173
|
-
import { jsx as
|
|
1315
|
+
import { jsx as jsx55, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1174
1316
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
1175
1317
|
size,
|
|
1176
1318
|
width,
|
|
@@ -1179,64 +1321,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1179
1321
|
className,
|
|
1180
1322
|
fill,
|
|
1181
1323
|
stroke
|
|
1182
|
-
}) => /* @__PURE__ */
|
|
1183
|
-
/* @__PURE__ */
|
|
1324
|
+
}) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1325
|
+
/* @__PURE__ */ jsx55(
|
|
1184
1326
|
"path",
|
|
1185
1327
|
{
|
|
1186
1328
|
fill: "#5A5C62",
|
|
1187
1329
|
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"
|
|
1188
1330
|
}
|
|
1189
1331
|
),
|
|
1190
|
-
/* @__PURE__ */
|
|
1332
|
+
/* @__PURE__ */ jsx55(
|
|
1191
1333
|
"path",
|
|
1192
1334
|
{
|
|
1193
1335
|
fill: "#D5D6D7",
|
|
1194
1336
|
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"
|
|
1195
1337
|
}
|
|
1196
1338
|
),
|
|
1197
|
-
/* @__PURE__ */
|
|
1339
|
+
/* @__PURE__ */ jsx55(
|
|
1198
1340
|
"path",
|
|
1199
1341
|
{
|
|
1200
1342
|
fill: "#C4C5C7",
|
|
1201
1343
|
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"
|
|
1202
1344
|
}
|
|
1203
1345
|
),
|
|
1204
|
-
/* @__PURE__ */
|
|
1346
|
+
/* @__PURE__ */ jsx55(
|
|
1205
1347
|
"path",
|
|
1206
1348
|
{
|
|
1207
1349
|
fill: "#7B7C81",
|
|
1208
1350
|
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"
|
|
1209
1351
|
}
|
|
1210
1352
|
),
|
|
1211
|
-
/* @__PURE__ */
|
|
1353
|
+
/* @__PURE__ */ jsx55(
|
|
1212
1354
|
"path",
|
|
1213
1355
|
{
|
|
1214
1356
|
fill: "#85878B",
|
|
1215
1357
|
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"
|
|
1216
1358
|
}
|
|
1217
1359
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1360
|
+
/* @__PURE__ */ jsx55(
|
|
1219
1361
|
"path",
|
|
1220
1362
|
{
|
|
1221
1363
|
fill: "#1B1D24",
|
|
1222
1364
|
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"
|
|
1223
1365
|
}
|
|
1224
1366
|
),
|
|
1225
|
-
/* @__PURE__ */
|
|
1367
|
+
/* @__PURE__ */ jsx55(
|
|
1226
1368
|
"path",
|
|
1227
1369
|
{
|
|
1228
1370
|
fill: "#D5D6D7",
|
|
1229
1371
|
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"
|
|
1230
1372
|
}
|
|
1231
1373
|
),
|
|
1232
|
-
/* @__PURE__ */
|
|
1374
|
+
/* @__PURE__ */ jsx55(
|
|
1233
1375
|
"path",
|
|
1234
1376
|
{
|
|
1235
1377
|
fill: "#85878B",
|
|
1236
1378
|
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"
|
|
1237
1379
|
}
|
|
1238
1380
|
),
|
|
1239
|
-
/* @__PURE__ */
|
|
1381
|
+
/* @__PURE__ */ jsx55(
|
|
1240
1382
|
"path",
|
|
1241
1383
|
{
|
|
1242
1384
|
fill: "#D5D6D7",
|
|
@@ -1246,8 +1388,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1246
1388
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1247
1389
|
|
|
1248
1390
|
// src/components/Models.tsx
|
|
1249
|
-
import { jsx as
|
|
1250
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1391
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
1392
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx56(
|
|
1251
1393
|
"path",
|
|
1252
1394
|
{
|
|
1253
1395
|
fill: stroke || color || "currentColor",
|
|
@@ -1258,23 +1400,23 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1258
1400
|
) }), Models_default = IconModels;
|
|
1259
1401
|
|
|
1260
1402
|
// src/components/More.tsx
|
|
1261
|
-
import { jsx as
|
|
1262
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1263
|
-
/* @__PURE__ */
|
|
1403
|
+
import { jsx as jsx57, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1404
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1405
|
+
/* @__PURE__ */ jsx57(
|
|
1264
1406
|
"path",
|
|
1265
1407
|
{
|
|
1266
1408
|
fill: stroke || color || "currentColor",
|
|
1267
1409
|
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"
|
|
1268
1410
|
}
|
|
1269
1411
|
),
|
|
1270
|
-
/* @__PURE__ */
|
|
1412
|
+
/* @__PURE__ */ jsx57(
|
|
1271
1413
|
"path",
|
|
1272
1414
|
{
|
|
1273
1415
|
fill: stroke || color || "currentColor",
|
|
1274
1416
|
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"
|
|
1275
1417
|
}
|
|
1276
1418
|
),
|
|
1277
|
-
/* @__PURE__ */
|
|
1419
|
+
/* @__PURE__ */ jsx57(
|
|
1278
1420
|
"path",
|
|
1279
1421
|
{
|
|
1280
1422
|
fill: stroke || color || "currentColor",
|
|
@@ -1284,30 +1426,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1284
1426
|
] }), More_default = IconMore;
|
|
1285
1427
|
|
|
1286
1428
|
// src/components/Moresettings.tsx
|
|
1287
|
-
import { jsx as
|
|
1288
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1289
|
-
/* @__PURE__ */
|
|
1429
|
+
import { jsx as jsx58, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1430
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1431
|
+
/* @__PURE__ */ jsx58(
|
|
1290
1432
|
"path",
|
|
1291
1433
|
{
|
|
1292
1434
|
fill: stroke || color || "currentColor",
|
|
1293
1435
|
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"
|
|
1294
1436
|
}
|
|
1295
1437
|
),
|
|
1296
|
-
/* @__PURE__ */
|
|
1438
|
+
/* @__PURE__ */ jsx58(
|
|
1297
1439
|
"path",
|
|
1298
1440
|
{
|
|
1299
1441
|
fill: stroke || color || "currentColor",
|
|
1300
1442
|
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"
|
|
1301
1443
|
}
|
|
1302
1444
|
),
|
|
1303
|
-
/* @__PURE__ */
|
|
1445
|
+
/* @__PURE__ */ jsx58(
|
|
1304
1446
|
"path",
|
|
1305
1447
|
{
|
|
1306
1448
|
fill: stroke || color || "currentColor",
|
|
1307
1449
|
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"
|
|
1308
1450
|
}
|
|
1309
1451
|
),
|
|
1310
|
-
/* @__PURE__ */
|
|
1452
|
+
/* @__PURE__ */ jsx58(
|
|
1311
1453
|
"path",
|
|
1312
1454
|
{
|
|
1313
1455
|
fill: stroke || color || "currentColor",
|
|
@@ -1318,10 +1460,22 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
1318
1460
|
)
|
|
1319
1461
|
] }), Moresettings_default = IconMoresettings;
|
|
1320
1462
|
|
|
1463
|
+
// src/components/Musicassets.tsx
|
|
1464
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
1465
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx59(
|
|
1466
|
+
"path",
|
|
1467
|
+
{
|
|
1468
|
+
fill: stroke || color || "currentColor",
|
|
1469
|
+
d: "M6.75 1.5V14.102C6.08811 13.7191 5.31965 13.5 4.5 13.5C2.01472 13.5 0 15.5147 0 18C0 20.4853 2.01472 22.5 4.5 22.5C6.98528 22.5 9 20.4853 9 18V9H20.25V14.102C19.5881 13.7191 18.8196 13.5 18 13.5C15.5147 13.5 13.5 15.5147 13.5 18C13.5 20.4853 15.5147 22.5 18 22.5C20.4853 22.5 22.5 20.4853 22.5 18V1.5H6.75ZM20.25 6.75V3.75H9V6.75H20.25ZM18 15.75C19.2426 15.75 20.25 16.7574 20.25 18C20.25 19.2426 19.2426 20.25 18 20.25C16.7574 20.25 15.75 19.2426 15.75 18C15.75 16.7574 16.7574 15.75 18 15.75ZM6.75 18C6.75 16.7574 5.74264 15.75 4.5 15.75C3.25736 15.75 2.25 16.7574 2.25 18C2.25 19.2426 3.25736 20.25 4.5 20.25C5.74264 20.25 6.75 19.2426 6.75 18Z",
|
|
1470
|
+
fillRule: "evenodd",
|
|
1471
|
+
clipRule: "evenodd"
|
|
1472
|
+
}
|
|
1473
|
+
) }), Musicassets_default = IconMusicassets;
|
|
1474
|
+
|
|
1321
1475
|
// src/components/Mute.tsx
|
|
1322
|
-
import { jsx as
|
|
1323
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1324
|
-
/* @__PURE__ */
|
|
1476
|
+
import { jsx as jsx60, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1477
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1478
|
+
/* @__PURE__ */ jsx60(
|
|
1325
1479
|
"path",
|
|
1326
1480
|
{
|
|
1327
1481
|
fill: stroke || color || "currentColor",
|
|
@@ -1330,7 +1484,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1330
1484
|
clipRule: "evenodd"
|
|
1331
1485
|
}
|
|
1332
1486
|
),
|
|
1333
|
-
/* @__PURE__ */
|
|
1487
|
+
/* @__PURE__ */ jsx60(
|
|
1334
1488
|
"path",
|
|
1335
1489
|
{
|
|
1336
1490
|
fill: stroke || color || "currentColor",
|
|
@@ -1339,9 +1493,72 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1339
1493
|
)
|
|
1340
1494
|
] }), Mute_default = IconMute;
|
|
1341
1495
|
|
|
1496
|
+
// src/components/Nextscene.tsx
|
|
1497
|
+
import { jsx as jsx61, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1498
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1499
|
+
/* @__PURE__ */ jsx61(
|
|
1500
|
+
"rect",
|
|
1501
|
+
{
|
|
1502
|
+
width: "22.5",
|
|
1503
|
+
height: "22.5",
|
|
1504
|
+
x: "-0.75",
|
|
1505
|
+
y: "0.75",
|
|
1506
|
+
stroke: stroke || color || "currentColor",
|
|
1507
|
+
rx: "11.25",
|
|
1508
|
+
transform: "matrix(-1 0 0 1 22.5 0)",
|
|
1509
|
+
strokeWidth: "1.5"
|
|
1510
|
+
}
|
|
1511
|
+
),
|
|
1512
|
+
/* @__PURE__ */ jsx61(
|
|
1513
|
+
"path",
|
|
1514
|
+
{
|
|
1515
|
+
fill: stroke || color || "currentColor",
|
|
1516
|
+
d: "M14.6742 12L9.2045 6.53033L10.2652 5.46967L16.7955 12L10.2652 18.5303L9.2045 17.4697L14.6742 12Z"
|
|
1517
|
+
}
|
|
1518
|
+
)
|
|
1519
|
+
] }), Nextscene_default = IconNextscene;
|
|
1520
|
+
|
|
1521
|
+
// src/components/Oneclickgenerate.tsx
|
|
1522
|
+
import { jsx as jsx62, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1523
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1524
|
+
/* @__PURE__ */ jsx62("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
1525
|
+
/* @__PURE__ */ jsx62("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
1526
|
+
/* @__PURE__ */ jsx62(
|
|
1527
|
+
"path",
|
|
1528
|
+
{
|
|
1529
|
+
fill: stroke || color || "currentColor",
|
|
1530
|
+
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1531
|
+
}
|
|
1532
|
+
),
|
|
1533
|
+
/* @__PURE__ */ jsx62(
|
|
1534
|
+
"path",
|
|
1535
|
+
{
|
|
1536
|
+
fill: stroke || color || "currentColor",
|
|
1537
|
+
d: "M7.5 9.00002L12 22.5H15L16.1818 17.7728L21.7045 23.2955L23.2955 21.7045L17.7728 16.1818L22.5 15V12L9 7.5L7.5 9.00002ZM14.6446 14.6446L13.4054 19.6012L10.3076 10.3076L19.6012 13.4055L14.6446 14.6446Z",
|
|
1538
|
+
fillRule: "evenodd",
|
|
1539
|
+
clipRule: "evenodd"
|
|
1540
|
+
}
|
|
1541
|
+
)
|
|
1542
|
+
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1543
|
+
|
|
1544
|
+
// src/components/Opendemo.tsx
|
|
1545
|
+
import { jsx as jsx63, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1546
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1547
|
+
/* @__PURE__ */ jsx63(
|
|
1548
|
+
"path",
|
|
1549
|
+
{
|
|
1550
|
+
fill: stroke || color || "currentColor",
|
|
1551
|
+
d: "M13.125 1.875L16.8295 5.5795L9.70452 12.7045L11.2955 14.2955L18.4205 7.1705L22.125 10.875L24 9V0H15L13.125 1.875ZM21.75 7.31802L16.682 2.25H21.75V7.31802Z",
|
|
1552
|
+
fillRule: "evenodd",
|
|
1553
|
+
clipRule: "evenodd"
|
|
1554
|
+
}
|
|
1555
|
+
),
|
|
1556
|
+
/* @__PURE__ */ jsx63("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1557
|
+
] }), Opendemo_default = IconOpendemo;
|
|
1558
|
+
|
|
1342
1559
|
// src/components/Pencil.tsx
|
|
1343
|
-
import { jsx as
|
|
1344
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1560
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1561
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
|
|
1345
1562
|
"path",
|
|
1346
1563
|
{
|
|
1347
1564
|
fill: stroke || color || "currentColor",
|
|
@@ -1352,24 +1569,48 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1352
1569
|
) }), Pencil_default = IconPencil;
|
|
1353
1570
|
|
|
1354
1571
|
// src/components/PlanFilled.tsx
|
|
1355
|
-
import { jsx as
|
|
1356
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1357
|
-
/* @__PURE__ */
|
|
1572
|
+
import { jsx as jsx65, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1573
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1574
|
+
/* @__PURE__ */ jsx65("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx65(
|
|
1358
1575
|
"path",
|
|
1359
1576
|
{
|
|
1360
1577
|
fill: fill || color || "currentColor",
|
|
1361
1578
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1362
1579
|
}
|
|
1363
1580
|
) }),
|
|
1364
|
-
/* @__PURE__ */
|
|
1581
|
+
/* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx65("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1365
1582
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1366
1583
|
|
|
1584
|
+
// src/components/Previouscene.tsx
|
|
1585
|
+
import { jsx as jsx66, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1586
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1587
|
+
/* @__PURE__ */ jsx66(
|
|
1588
|
+
"rect",
|
|
1589
|
+
{
|
|
1590
|
+
width: "22.5",
|
|
1591
|
+
height: "22.5",
|
|
1592
|
+
x: "0.75",
|
|
1593
|
+
y: "0.75",
|
|
1594
|
+
stroke: stroke || color || "currentColor",
|
|
1595
|
+
rx: "11.25",
|
|
1596
|
+
strokeWidth: "1.5"
|
|
1597
|
+
}
|
|
1598
|
+
),
|
|
1599
|
+
/* @__PURE__ */ jsx66(
|
|
1600
|
+
"path",
|
|
1601
|
+
{
|
|
1602
|
+
fill: stroke || color || "currentColor",
|
|
1603
|
+
d: "M9.32582 12L14.7955 6.53033L13.7348 5.46967L7.2045 12L13.7348 18.5303L14.7955 17.4697L9.32582 12Z"
|
|
1604
|
+
}
|
|
1605
|
+
)
|
|
1606
|
+
] }), Previouscene_default = IconPreviouscene;
|
|
1607
|
+
|
|
1367
1608
|
// src/components/Problem.tsx
|
|
1368
|
-
import { jsx as
|
|
1369
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1370
|
-
/* @__PURE__ */
|
|
1371
|
-
/* @__PURE__ */
|
|
1372
|
-
/* @__PURE__ */
|
|
1609
|
+
import { jsx as jsx67, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1610
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1611
|
+
/* @__PURE__ */ jsx67("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1612
|
+
/* @__PURE__ */ jsx67("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1613
|
+
/* @__PURE__ */ jsx67(
|
|
1373
1614
|
"path",
|
|
1374
1615
|
{
|
|
1375
1616
|
fill: stroke || color || "currentColor",
|
|
@@ -1381,8 +1622,8 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1381
1622
|
] }), Problem_default = IconProblem;
|
|
1382
1623
|
|
|
1383
1624
|
// src/components/Ratio169.tsx
|
|
1384
|
-
import { jsx as
|
|
1385
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1625
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
1626
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx68(
|
|
1386
1627
|
"path",
|
|
1387
1628
|
{
|
|
1388
1629
|
fill: stroke || color || "currentColor",
|
|
@@ -1391,16 +1632,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1391
1632
|
) }), Ratio169_default = IconRatio169;
|
|
1392
1633
|
|
|
1393
1634
|
// src/components/Ratio11.tsx
|
|
1394
|
-
import { jsx as
|
|
1395
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1396
|
-
/* @__PURE__ */
|
|
1635
|
+
import { jsx as jsx69, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1636
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1637
|
+
/* @__PURE__ */ jsx69("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx69(
|
|
1397
1638
|
"path",
|
|
1398
1639
|
{
|
|
1399
1640
|
fill: stroke || color || "currentColor",
|
|
1400
1641
|
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"
|
|
1401
1642
|
}
|
|
1402
1643
|
) }),
|
|
1403
|
-
/* @__PURE__ */
|
|
1644
|
+
/* @__PURE__ */ jsx69("defs", { children: /* @__PURE__ */ jsx69("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx69(
|
|
1404
1645
|
"rect",
|
|
1405
1646
|
{
|
|
1406
1647
|
width: "24",
|
|
@@ -1412,16 +1653,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1412
1653
|
] }), Ratio11_default = IconRatio11;
|
|
1413
1654
|
|
|
1414
1655
|
// src/components/Ratio916.tsx
|
|
1415
|
-
import { jsx as
|
|
1416
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1417
|
-
/* @__PURE__ */
|
|
1656
|
+
import { jsx as jsx70, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1657
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1658
|
+
/* @__PURE__ */ jsx70("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx70(
|
|
1418
1659
|
"path",
|
|
1419
1660
|
{
|
|
1420
1661
|
fill: stroke || color || "currentColor",
|
|
1421
1662
|
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"
|
|
1422
1663
|
}
|
|
1423
1664
|
) }),
|
|
1424
|
-
/* @__PURE__ */
|
|
1665
|
+
/* @__PURE__ */ jsx70("defs", { children: /* @__PURE__ */ jsx70("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx70(
|
|
1425
1666
|
"rect",
|
|
1426
1667
|
{
|
|
1427
1668
|
width: "24",
|
|
@@ -1433,16 +1674,16 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1433
1674
|
] }), Ratio916_default = IconRatio916;
|
|
1434
1675
|
|
|
1435
1676
|
// src/components/Ratio.tsx
|
|
1436
|
-
import { jsx as
|
|
1437
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1438
|
-
/* @__PURE__ */
|
|
1677
|
+
import { jsx as jsx71, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1678
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1679
|
+
/* @__PURE__ */ jsx71(
|
|
1439
1680
|
"path",
|
|
1440
1681
|
{
|
|
1441
1682
|
fill: stroke || color || "currentColor",
|
|
1442
1683
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1443
1684
|
}
|
|
1444
1685
|
),
|
|
1445
|
-
/* @__PURE__ */
|
|
1686
|
+
/* @__PURE__ */ jsx71(
|
|
1446
1687
|
"path",
|
|
1447
1688
|
{
|
|
1448
1689
|
fill: stroke || color || "currentColor",
|
|
@@ -1452,8 +1693,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1452
1693
|
] }), Ratio_default = IconRatio;
|
|
1453
1694
|
|
|
1454
1695
|
// src/components/ReEdit.tsx
|
|
1455
|
-
import { jsx as
|
|
1456
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1696
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1697
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx72(
|
|
1457
1698
|
"path",
|
|
1458
1699
|
{
|
|
1459
1700
|
fill: stroke || color || "currentColor",
|
|
@@ -1464,8 +1705,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1464
1705
|
) }), ReEdit_default = IconReEdit;
|
|
1465
1706
|
|
|
1466
1707
|
// src/components/Regenerate.tsx
|
|
1467
|
-
import { jsx as
|
|
1468
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1708
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1709
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1469
1710
|
"path",
|
|
1470
1711
|
{
|
|
1471
1712
|
fill: stroke || color || "currentColor",
|
|
@@ -1475,9 +1716,22 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1475
1716
|
}
|
|
1476
1717
|
) }), Regenerate_default = IconRegenerate;
|
|
1477
1718
|
|
|
1719
|
+
// src/components/Scriptmode.tsx
|
|
1720
|
+
import { jsx as jsx74, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1721
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1722
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
1723
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
1724
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
1725
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
1726
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
1727
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
1728
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
1729
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
1730
|
+
] }), Scriptmode_default = IconScriptmode;
|
|
1731
|
+
|
|
1478
1732
|
// src/components/SocialX.tsx
|
|
1479
|
-
import { jsx as
|
|
1480
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1733
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
1734
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx75(
|
|
1481
1735
|
"path",
|
|
1482
1736
|
{
|
|
1483
1737
|
fill: fill || color || "currentColor",
|
|
@@ -1486,8 +1740,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1486
1740
|
) }), SocialX_default = IconSocialX;
|
|
1487
1741
|
|
|
1488
1742
|
// src/components/SocialDiscord.tsx
|
|
1489
|
-
import { jsx as
|
|
1490
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1743
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1744
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx76(
|
|
1491
1745
|
"path",
|
|
1492
1746
|
{
|
|
1493
1747
|
fill: fill || color || "currentColor",
|
|
@@ -1496,9 +1750,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
1496
1750
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1497
1751
|
|
|
1498
1752
|
// src/components/SoundOff.tsx
|
|
1499
|
-
import { jsx as
|
|
1500
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1501
|
-
/* @__PURE__ */
|
|
1753
|
+
import { jsx as jsx77, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1754
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1755
|
+
/* @__PURE__ */ jsx77(
|
|
1502
1756
|
"path",
|
|
1503
1757
|
{
|
|
1504
1758
|
fill: stroke || color || "currentColor",
|
|
@@ -1507,7 +1761,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1507
1761
|
clipRule: "evenodd"
|
|
1508
1762
|
}
|
|
1509
1763
|
),
|
|
1510
|
-
/* @__PURE__ */
|
|
1764
|
+
/* @__PURE__ */ jsx77(
|
|
1511
1765
|
"path",
|
|
1512
1766
|
{
|
|
1513
1767
|
fill: stroke || color || "currentColor",
|
|
@@ -1517,9 +1771,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1517
1771
|
] }), SoundOff_default = IconSoundOff;
|
|
1518
1772
|
|
|
1519
1773
|
// src/components/SoundOn.tsx
|
|
1520
|
-
import { jsx as
|
|
1521
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1522
|
-
/* @__PURE__ */
|
|
1774
|
+
import { jsx as jsx78, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1775
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1776
|
+
/* @__PURE__ */ jsx78(
|
|
1523
1777
|
"path",
|
|
1524
1778
|
{
|
|
1525
1779
|
fill: stroke || color || "currentColor",
|
|
@@ -1528,14 +1782,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1528
1782
|
clipRule: "evenodd"
|
|
1529
1783
|
}
|
|
1530
1784
|
),
|
|
1531
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsx78(
|
|
1532
1786
|
"path",
|
|
1533
1787
|
{
|
|
1534
1788
|
fill: stroke || color || "currentColor",
|
|
1535
1789
|
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"
|
|
1536
1790
|
}
|
|
1537
1791
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1792
|
+
/* @__PURE__ */ jsx78(
|
|
1539
1793
|
"path",
|
|
1540
1794
|
{
|
|
1541
1795
|
fill: stroke || color || "currentColor",
|
|
@@ -1544,26 +1798,38 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1544
1798
|
)
|
|
1545
1799
|
] }), SoundOn_default = IconSoundOn;
|
|
1546
1800
|
|
|
1801
|
+
// src/components/Storyboard.tsx
|
|
1802
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1803
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx79(
|
|
1804
|
+
"path",
|
|
1805
|
+
{
|
|
1806
|
+
fill: stroke || color || "currentColor",
|
|
1807
|
+
d: "M0 4.5H16.5V9L21 4.5H24V19.5H21L16.5 15V19.5H0V4.5ZM2.25 6.75H14.25V17.25H2.25V6.75ZM21.75 17.068L16.682 12L21.75 6.93198V17.068Z",
|
|
1808
|
+
fillRule: "evenodd",
|
|
1809
|
+
clipRule: "evenodd"
|
|
1810
|
+
}
|
|
1811
|
+
) }), Storyboard_default = IconStoryboard;
|
|
1812
|
+
|
|
1547
1813
|
// src/components/StyleAutoFilled.tsx
|
|
1548
|
-
import { jsx as
|
|
1549
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1550
|
-
/* @__PURE__ */
|
|
1814
|
+
import { jsx as jsx80, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1815
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1816
|
+
/* @__PURE__ */ jsx80(
|
|
1551
1817
|
"path",
|
|
1552
1818
|
{
|
|
1553
1819
|
fill: fill || color || "currentColor",
|
|
1554
1820
|
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"
|
|
1555
1821
|
}
|
|
1556
1822
|
),
|
|
1557
|
-
/* @__PURE__ */
|
|
1823
|
+
/* @__PURE__ */ jsx80(
|
|
1558
1824
|
"path",
|
|
1559
1825
|
{
|
|
1560
1826
|
fill: fill || color || "currentColor",
|
|
1561
1827
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
1562
1828
|
}
|
|
1563
1829
|
),
|
|
1564
|
-
/* @__PURE__ */
|
|
1565
|
-
/* @__PURE__ */
|
|
1566
|
-
/* @__PURE__ */
|
|
1830
|
+
/* @__PURE__ */ jsx80("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
1831
|
+
/* @__PURE__ */ jsx80("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
1832
|
+
/* @__PURE__ */ jsx80(
|
|
1567
1833
|
"path",
|
|
1568
1834
|
{
|
|
1569
1835
|
fill: fill || color || "currentColor",
|
|
@@ -1573,44 +1839,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1573
1839
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
1574
1840
|
|
|
1575
1841
|
// src/components/Style.tsx
|
|
1576
|
-
import { jsx as
|
|
1577
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1578
|
-
/* @__PURE__ */
|
|
1842
|
+
import { jsx as jsx81, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1843
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1844
|
+
/* @__PURE__ */ jsx81(
|
|
1579
1845
|
"path",
|
|
1580
1846
|
{
|
|
1581
1847
|
fill: stroke || color || "currentColor",
|
|
1582
1848
|
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"
|
|
1583
1849
|
}
|
|
1584
1850
|
),
|
|
1585
|
-
/* @__PURE__ */
|
|
1851
|
+
/* @__PURE__ */ jsx81(
|
|
1586
1852
|
"path",
|
|
1587
1853
|
{
|
|
1588
1854
|
fill: stroke || color || "currentColor",
|
|
1589
1855
|
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"
|
|
1590
1856
|
}
|
|
1591
1857
|
),
|
|
1592
|
-
/* @__PURE__ */
|
|
1858
|
+
/* @__PURE__ */ jsx81(
|
|
1593
1859
|
"path",
|
|
1594
1860
|
{
|
|
1595
1861
|
fill: stroke || color || "currentColor",
|
|
1596
1862
|
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"
|
|
1597
1863
|
}
|
|
1598
1864
|
),
|
|
1599
|
-
/* @__PURE__ */
|
|
1865
|
+
/* @__PURE__ */ jsx81(
|
|
1600
1866
|
"path",
|
|
1601
1867
|
{
|
|
1602
1868
|
fill: stroke || color || "currentColor",
|
|
1603
1869
|
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"
|
|
1604
1870
|
}
|
|
1605
1871
|
),
|
|
1606
|
-
/* @__PURE__ */
|
|
1872
|
+
/* @__PURE__ */ jsx81(
|
|
1607
1873
|
"path",
|
|
1608
1874
|
{
|
|
1609
1875
|
fill: stroke || color || "currentColor",
|
|
1610
1876
|
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"
|
|
1611
1877
|
}
|
|
1612
1878
|
),
|
|
1613
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ jsx81(
|
|
1614
1880
|
"path",
|
|
1615
1881
|
{
|
|
1616
1882
|
fill: stroke || color || "currentColor",
|
|
@@ -1621,75 +1887,76 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1621
1887
|
)
|
|
1622
1888
|
] }), Style_default = IconStyle;
|
|
1623
1889
|
|
|
1890
|
+
// src/components/SwitchOn.tsx
|
|
1891
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1892
|
+
var IconSwitchOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx82(
|
|
1893
|
+
"path",
|
|
1894
|
+
{
|
|
1895
|
+
fill: fill || color || "currentColor",
|
|
1896
|
+
d: "M7.5 4.5C3.35786 4.5 0 7.85786 0 12C0 16.1421 3.35786 19.5 7.5 19.5H16.5C20.6421 19.5 24 16.1421 24 12C24 7.85786 20.6421 4.5 16.5 4.5H7.5ZM7.5 7.5C5.01472 7.5 3 9.51472 3 12C3 14.4853 5.01472 16.5 7.5 16.5C9.98528 16.5 12 14.4853 12 12C12 9.51472 9.98528 7.5 7.5 7.5Z",
|
|
1897
|
+
fillRule: "evenodd",
|
|
1898
|
+
clipRule: "evenodd"
|
|
1899
|
+
}
|
|
1900
|
+
) }), SwitchOn_default = IconSwitchOn;
|
|
1901
|
+
|
|
1624
1902
|
// src/components/TextLogo.tsx
|
|
1625
|
-
import { jsx as
|
|
1626
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1627
|
-
/* @__PURE__ */
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
}
|
|
1670
|
-
),
|
|
1671
|
-
/* @__PURE__ */ jsx66(
|
|
1672
|
-
"path",
|
|
1673
|
-
{
|
|
1674
|
-
fill: fill || color || "currentColor",
|
|
1675
|
-
d: "M10.7312 16.5261C10.9932 17.1759 11.9047 17.1988 12.1991 16.5631L16.7232 6.79387C16.8542 6.51105 17.1375 6.33005 17.4492 6.33005H22.6939C23.2847 6.33005 23.6717 6.94839 23.4135 7.47973L11.1305 32.7538C10.9966 33.0292 10.7172 33.2041 10.411 33.2041H5.74564C5.1614 33.2041 4.77421 32.5981 5.01967 32.068L7.78707 26.0905C7.88252 25.8843 7.88581 25.6473 7.79613 25.4386L0.0658401 7.44584C-0.160996 6.91787 0.226231 6.33005 0.800872 6.33005H6.07966C6.40597 6.33005 6.69958 6.52823 6.82161 6.83086L10.7312 16.5261Z"
|
|
1676
|
-
}
|
|
1677
|
-
)
|
|
1678
|
-
] }),
|
|
1679
|
-
/* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "clip0_33_25", children: /* @__PURE__ */ jsx66("rect", { width: "100", height: "34", fill: stroke || color || "currentColor" }) }) })
|
|
1903
|
+
import { jsx as jsx83, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1904
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
1905
|
+
/* @__PURE__ */ jsx83(
|
|
1906
|
+
"path",
|
|
1907
|
+
{
|
|
1908
|
+
fill: fill || color || "currentColor",
|
|
1909
|
+
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"
|
|
1910
|
+
}
|
|
1911
|
+
),
|
|
1912
|
+
/* @__PURE__ */ jsx83(
|
|
1913
|
+
"path",
|
|
1914
|
+
{
|
|
1915
|
+
fill: fill || color || "currentColor",
|
|
1916
|
+
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"
|
|
1917
|
+
}
|
|
1918
|
+
),
|
|
1919
|
+
/* @__PURE__ */ jsx83(
|
|
1920
|
+
"path",
|
|
1921
|
+
{
|
|
1922
|
+
fill: fill || color || "currentColor",
|
|
1923
|
+
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"
|
|
1924
|
+
}
|
|
1925
|
+
),
|
|
1926
|
+
/* @__PURE__ */ jsx83(
|
|
1927
|
+
"path",
|
|
1928
|
+
{
|
|
1929
|
+
fill: fill || color || "currentColor",
|
|
1930
|
+
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"
|
|
1931
|
+
}
|
|
1932
|
+
),
|
|
1933
|
+
/* @__PURE__ */ jsx83(
|
|
1934
|
+
"path",
|
|
1935
|
+
{
|
|
1936
|
+
fill: fill || color || "currentColor",
|
|
1937
|
+
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"
|
|
1938
|
+
}
|
|
1939
|
+
),
|
|
1940
|
+
/* @__PURE__ */ jsx83(
|
|
1941
|
+
"path",
|
|
1942
|
+
{
|
|
1943
|
+
fill: fill || color || "currentColor",
|
|
1944
|
+
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.05517 29.5348 7.48064L13.9664 39.5492C13.8326 39.825 13.5532 40 13.247 40L6.77145 39.9999C6.3041 39.9999 5.9944 39.5147 6.19077 39.0902L9.87052 31.1352C9.98507 30.8875 9.98903 30.6028 9.8814 30.3521L0.0526688 7.45377C-0.128799 7.031 0.180945 6.56029 0.640611 6.56029H7.87257C8.19884 6.56029 8.49242 6.75867 8.61443 7.06158L13.9677 20.3519C14.1249 20.7422 14.6717 20.756 14.8483 20.3742L21.0237 7.02432C21.1547 6.74124 21.4379 6.56006 21.7496 6.56006H28.9593Z"
|
|
1945
|
+
}
|
|
1946
|
+
)
|
|
1680
1947
|
] }), TextLogo_default = IconTextLogo;
|
|
1681
1948
|
|
|
1682
1949
|
// src/components/ToolsFilled.tsx
|
|
1683
|
-
import { jsx as
|
|
1684
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1950
|
+
import { jsx as jsx84, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1951
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1952
|
+
/* @__PURE__ */ jsx84(
|
|
1686
1953
|
"path",
|
|
1687
1954
|
{
|
|
1688
1955
|
fill: fill || color || "currentColor",
|
|
1689
1956
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
1690
1957
|
}
|
|
1691
1958
|
),
|
|
1692
|
-
/* @__PURE__ */
|
|
1959
|
+
/* @__PURE__ */ jsx84(
|
|
1693
1960
|
"path",
|
|
1694
1961
|
{
|
|
1695
1962
|
fill: fill || color || "currentColor",
|
|
@@ -1699,8 +1966,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
1699
1966
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
1700
1967
|
|
|
1701
1968
|
// src/components/Tools.tsx
|
|
1702
|
-
import { jsx as
|
|
1703
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1969
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1970
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
|
|
1704
1971
|
"path",
|
|
1705
1972
|
{
|
|
1706
1973
|
stroke: stroke || color || "currentColor",
|
|
@@ -1710,8 +1977,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1710
1977
|
) }), Tools_default = IconTools;
|
|
1711
1978
|
|
|
1712
1979
|
// src/components/Uploadfiles.tsx
|
|
1713
|
-
import { jsx as
|
|
1714
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1980
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
1981
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx86(
|
|
1715
1982
|
"path",
|
|
1716
1983
|
{
|
|
1717
1984
|
fill: stroke || color || "currentColor",
|
|
@@ -1720,8 +1987,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
1720
1987
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
1721
1988
|
|
|
1722
1989
|
// src/components/Userfeedback.tsx
|
|
1723
|
-
import { jsx as
|
|
1724
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1990
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1991
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
|
|
1725
1992
|
"path",
|
|
1726
1993
|
{
|
|
1727
1994
|
fill: stroke || color || "currentColor",
|
|
@@ -1732,23 +1999,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
1732
1999
|
) }), Userfeedback_default = IconUserfeedback;
|
|
1733
2000
|
|
|
1734
2001
|
// src/components/VideoGeneration.tsx
|
|
1735
|
-
import { jsx as
|
|
1736
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1737
|
-
/* @__PURE__ */
|
|
2002
|
+
import { jsx as jsx88, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2003
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2004
|
+
/* @__PURE__ */ jsx88(
|
|
1738
2005
|
"path",
|
|
1739
2006
|
{
|
|
1740
2007
|
fill: stroke || color || "currentColor",
|
|
1741
2008
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
|
|
1742
2009
|
}
|
|
1743
2010
|
),
|
|
1744
|
-
/* @__PURE__ */
|
|
2011
|
+
/* @__PURE__ */ jsx88(
|
|
1745
2012
|
"path",
|
|
1746
2013
|
{
|
|
1747
2014
|
fill: stroke || color || "currentColor",
|
|
1748
2015
|
d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
|
|
1749
2016
|
}
|
|
1750
2017
|
),
|
|
1751
|
-
/* @__PURE__ */
|
|
2018
|
+
/* @__PURE__ */ jsx88(
|
|
1752
2019
|
"path",
|
|
1753
2020
|
{
|
|
1754
2021
|
fill: stroke || color || "currentColor",
|
|
@@ -1760,10 +2027,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1760
2027
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
1761
2028
|
|
|
1762
2029
|
// src/components/VideoLength.tsx
|
|
1763
|
-
import { jsx as
|
|
1764
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
2030
|
+
import { jsx as jsx89, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2031
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2032
|
+
/* @__PURE__ */ jsx89("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2033
|
+
/* @__PURE__ */ jsx89(
|
|
1767
2034
|
"path",
|
|
1768
2035
|
{
|
|
1769
2036
|
fill: stroke || color || "currentColor",
|
|
@@ -1774,9 +2041,32 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
1774
2041
|
)
|
|
1775
2042
|
] }), VideoLength_default = IconVideoLength;
|
|
1776
2043
|
|
|
2044
|
+
// src/components/Videogenerate.tsx
|
|
2045
|
+
import { jsx as jsx90, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2046
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2047
|
+
/* @__PURE__ */ jsx90(
|
|
2048
|
+
"path",
|
|
2049
|
+
{
|
|
2050
|
+
fill: stroke || color || "currentColor",
|
|
2051
|
+
d: "M12 7.5H9V16.5H12L16.5 12L12 7.5ZM13.318 12L11.25 14.068V9.93198L13.318 12Z",
|
|
2052
|
+
fillRule: "evenodd",
|
|
2053
|
+
clipRule: "evenodd"
|
|
2054
|
+
}
|
|
2055
|
+
),
|
|
2056
|
+
/* @__PURE__ */ jsx90(
|
|
2057
|
+
"path",
|
|
2058
|
+
{
|
|
2059
|
+
fill: stroke || color || "currentColor",
|
|
2060
|
+
d: "M0 3H24V21H0V3ZM2.25 5.25H21.75V18.75H2.25V5.25Z",
|
|
2061
|
+
fillRule: "evenodd",
|
|
2062
|
+
clipRule: "evenodd"
|
|
2063
|
+
}
|
|
2064
|
+
)
|
|
2065
|
+
] }), Videogenerate_default = IconVideogenerate;
|
|
2066
|
+
|
|
1777
2067
|
// src/components/Visualstyles.tsx
|
|
1778
|
-
import { jsx as
|
|
1779
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2068
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
2069
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx91(
|
|
1780
2070
|
"path",
|
|
1781
2071
|
{
|
|
1782
2072
|
fill: stroke || color || "currentColor",
|
|
@@ -1787,9 +2077,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
1787
2077
|
) }), Visualstyles_default = IconVisualstyles;
|
|
1788
2078
|
|
|
1789
2079
|
// src/components/Volume.tsx
|
|
1790
|
-
import { jsx as
|
|
1791
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1792
|
-
/* @__PURE__ */
|
|
2080
|
+
import { jsx as jsx92, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2081
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2082
|
+
/* @__PURE__ */ jsx92(
|
|
1793
2083
|
"path",
|
|
1794
2084
|
{
|
|
1795
2085
|
fill: stroke || color || "currentColor",
|
|
@@ -1798,14 +2088,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1798
2088
|
clipRule: "evenodd"
|
|
1799
2089
|
}
|
|
1800
2090
|
),
|
|
1801
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx92(
|
|
1802
2092
|
"path",
|
|
1803
2093
|
{
|
|
1804
2094
|
fill: stroke || color || "currentColor",
|
|
1805
2095
|
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"
|
|
1806
2096
|
}
|
|
1807
2097
|
),
|
|
1808
|
-
/* @__PURE__ */
|
|
2098
|
+
/* @__PURE__ */ jsx92(
|
|
1809
2099
|
"path",
|
|
1810
2100
|
{
|
|
1811
2101
|
fill: stroke || color || "currentColor",
|
|
@@ -1816,14 +2106,19 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1816
2106
|
export {
|
|
1817
2107
|
Add_default as IconAdd,
|
|
1818
2108
|
Agreements_default as IconAgreements,
|
|
2109
|
+
Aiwriting_default as IconAiwriting,
|
|
1819
2110
|
AngleDown_default as IconAngleDown,
|
|
1820
2111
|
Artboard_default as IconArtboard,
|
|
1821
2112
|
Assets_default as IconAssets,
|
|
1822
2113
|
AssetsFilled_default as IconAssetsFilled,
|
|
1823
2114
|
Backward_default as IconBackward,
|
|
1824
2115
|
BatchShots_default as IconBatchShots,
|
|
2116
|
+
Canvasmode_default as IconCanvasmode,
|
|
2117
|
+
Chaptercollapse_default as IconChaptercollapse,
|
|
2118
|
+
Chapterexpand_default as IconChapterexpand,
|
|
1825
2119
|
CheckedFilled_default as IconCheckedFilled,
|
|
1826
2120
|
Close_default as IconClose,
|
|
2121
|
+
Copy_default as IconCopy,
|
|
1827
2122
|
CreditFilled_default as IconCreditFilled,
|
|
1828
2123
|
Cursor_default as IconCursor,
|
|
1829
2124
|
Delete_default as IconDelete,
|
|
@@ -1834,6 +2129,7 @@ export {
|
|
|
1834
2129
|
FeedbackProblemFilled_default as IconFeedbackProblemFilled,
|
|
1835
2130
|
FiletypePdfFilled_default as IconFiletypePdfFilled,
|
|
1836
2131
|
Gamelanguage_default as IconGamelanguage,
|
|
2132
|
+
Gamepreview_default as IconGamepreview,
|
|
1837
2133
|
GenerateFilled_default as IconGenerateFilled,
|
|
1838
2134
|
GenerateFrameStart_default as IconGenerateFrameStart,
|
|
1839
2135
|
GenerateFrameStart2End_default as IconGenerateFrameStart2End,
|
|
@@ -1853,6 +2149,8 @@ export {
|
|
|
1853
2149
|
Homepage_default as IconHomepage,
|
|
1854
2150
|
HomepageFilled_default as IconHomepageFilled,
|
|
1855
2151
|
ImageGeneration_default as IconImageGeneration,
|
|
2152
|
+
ImageLoadFailed_default as IconImageLoadFailed,
|
|
2153
|
+
Info_default as IconInfo,
|
|
1856
2154
|
Loading_default as IconLoading,
|
|
1857
2155
|
Login_default as IconLogin,
|
|
1858
2156
|
Logout_default as IconLogout,
|
|
@@ -1863,9 +2161,14 @@ export {
|
|
|
1863
2161
|
Models_default as IconModels,
|
|
1864
2162
|
More_default as IconMore,
|
|
1865
2163
|
Moresettings_default as IconMoresettings,
|
|
2164
|
+
Musicassets_default as IconMusicassets,
|
|
1866
2165
|
Mute_default as IconMute,
|
|
2166
|
+
Nextscene_default as IconNextscene,
|
|
2167
|
+
Oneclickgenerate_default as IconOneclickgenerate,
|
|
2168
|
+
Opendemo_default as IconOpendemo,
|
|
1867
2169
|
Pencil_default as IconPencil,
|
|
1868
2170
|
PlanFilled_default as IconPlanFilled,
|
|
2171
|
+
Previouscene_default as IconPreviouscene,
|
|
1869
2172
|
Problem_default as IconProblem,
|
|
1870
2173
|
Ratio_default as IconRatio,
|
|
1871
2174
|
Ratio11_default as IconRatio11,
|
|
@@ -1873,19 +2176,24 @@ export {
|
|
|
1873
2176
|
Ratio916_default as IconRatio916,
|
|
1874
2177
|
ReEdit_default as IconReEdit,
|
|
1875
2178
|
Regenerate_default as IconRegenerate,
|
|
2179
|
+
Scriptmode_default as IconScriptmode,
|
|
1876
2180
|
SocialDiscord_default as IconSocialDiscord,
|
|
1877
2181
|
SocialX_default as IconSocialX,
|
|
1878
2182
|
SoundOff_default as IconSoundOff,
|
|
1879
2183
|
SoundOn_default as IconSoundOn,
|
|
2184
|
+
Storyboard_default as IconStoryboard,
|
|
1880
2185
|
Style_default as IconStyle,
|
|
1881
2186
|
StyleAutoFilled_default as IconStyleAutoFilled,
|
|
2187
|
+
SwitchOn_default as IconSwitchOn,
|
|
1882
2188
|
TextLogo_default as IconTextLogo,
|
|
1883
2189
|
Tools_default as IconTools,
|
|
1884
2190
|
ToolsFilled_default as IconToolsFilled,
|
|
1885
2191
|
Uploadfiles_default as IconUploadfiles,
|
|
2192
|
+
Uploadimage_default as IconUploadimage,
|
|
1886
2193
|
Userfeedback_default as IconUserfeedback,
|
|
1887
2194
|
VideoGeneration_default as IconVideoGeneration,
|
|
1888
2195
|
VideoLength_default as IconVideoLength,
|
|
2196
|
+
Videogenerate_default as IconVideogenerate,
|
|
1889
2197
|
Visualstyles_default as IconVisualstyles,
|
|
1890
2198
|
Volume_default as IconVolume
|
|
1891
2199
|
};
|