@yoroll/react-icon 0.0.9 → 0.0.10
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 +553 -384
- package/dist/index.iife.js +540 -384
- package/dist/index.iife.min.js +6 -6
- package/dist/index.js +664 -482
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/AddSceneChoice.d.ts +4 -0
- package/dist/types/components/Check.d.ts +4 -0
- package/dist/types/components/DraghandleFilled.d.ts +4 -0
- package/dist/types/components/ModelGeminiFilled1.d.ts +4 -0
- package/dist/types/components/Next.d.ts +4 -0
- package/dist/types/components/PageError1.d.ts +4 -0
- package/dist/types/components/Pick.d.ts +4 -0
- package/dist/types/components/PickedFilled.d.ts +4 -0
- package/dist/types/components/PlayFilled.d.ts +4 -0
- package/dist/types/components/SceneNext.d.ts +4 -0
- package/dist/types/components/Share.d.ts +4 -0
- package/dist/types/components/ShareFilled.d.ts +4 -0
- package/dist/types/components/SwitchOnFilled1.d.ts +4 -0
- package/dist/types/components/index.d.ts +13 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.10 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -44,9 +44,30 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
44
44
|
)
|
|
45
45
|
] }), Uploadimage_default = IconUploadimage;
|
|
46
46
|
|
|
47
|
+
// src/components/AddSceneChoice.tsx
|
|
48
|
+
import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
49
|
+
var IconAddSceneChoice = ({ 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: [
|
|
50
|
+
/* @__PURE__ */ jsx4(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
fill: stroke || color || "currentColor",
|
|
54
|
+
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsx4(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fill: stroke || color || "currentColor",
|
|
61
|
+
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",
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd"
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
67
|
+
|
|
47
68
|
// src/components/Add.tsx
|
|
48
|
-
import { jsx as
|
|
49
|
-
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
69
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
70
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx5(
|
|
50
71
|
"path",
|
|
51
72
|
{
|
|
52
73
|
fill: stroke || color || "currentColor",
|
|
@@ -55,9 +76,9 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
55
76
|
) }), Add_default = IconAdd;
|
|
56
77
|
|
|
57
78
|
// src/components/Agreements.tsx
|
|
58
|
-
import { jsx as
|
|
59
|
-
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
60
|
-
/* @__PURE__ */
|
|
79
|
+
import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
80
|
+
var IconAgreements = ({ 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: [
|
|
81
|
+
/* @__PURE__ */ jsx6(
|
|
61
82
|
"path",
|
|
62
83
|
{
|
|
63
84
|
fill: stroke || color || "currentColor",
|
|
@@ -66,12 +87,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
66
87
|
clipRule: "evenodd"
|
|
67
88
|
}
|
|
68
89
|
),
|
|
69
|
-
/* @__PURE__ */
|
|
90
|
+
/* @__PURE__ */ jsx6("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
70
91
|
] }), Agreements_default = IconAgreements;
|
|
71
92
|
|
|
72
93
|
// src/components/AngleDown.tsx
|
|
73
|
-
import { jsx as
|
|
74
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
94
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
95
|
+
var IconAngleDown = ({ 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(
|
|
75
96
|
"path",
|
|
76
97
|
{
|
|
77
98
|
fill: stroke || color || "currentColor",
|
|
@@ -80,8 +101,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
80
101
|
) }), AngleDown_default = IconAngleDown;
|
|
81
102
|
|
|
82
103
|
// src/components/Artboard.tsx
|
|
83
|
-
import { jsx as
|
|
84
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
104
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
105
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx8(
|
|
85
106
|
"path",
|
|
86
107
|
{
|
|
87
108
|
fill: stroke || color || "currentColor",
|
|
@@ -92,19 +113,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
92
113
|
) }), Artboard_default = IconArtboard;
|
|
93
114
|
|
|
94
115
|
// src/components/AssetsFilled.tsx
|
|
95
|
-
import { jsx as
|
|
96
|
-
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
98
|
-
/* @__PURE__ */
|
|
99
|
-
/* @__PURE__ */
|
|
116
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
117
|
+
var IconAssetsFilled = ({ 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: [
|
|
118
|
+
/* @__PURE__ */ jsx9("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
119
|
+
/* @__PURE__ */ jsx9("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
120
|
+
/* @__PURE__ */ jsx9("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
100
121
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
101
122
|
|
|
102
123
|
// src/components/Assets.tsx
|
|
103
|
-
import { jsx as
|
|
104
|
-
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
/* @__PURE__ */
|
|
107
|
-
/* @__PURE__ */
|
|
124
|
+
import { jsx as jsx10, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
125
|
+
var IconAssets = ({ 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: [
|
|
126
|
+
/* @__PURE__ */ jsx10("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
127
|
+
/* @__PURE__ */ jsx10("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
128
|
+
/* @__PURE__ */ jsx10(
|
|
108
129
|
"path",
|
|
109
130
|
{
|
|
110
131
|
fill: stroke || color || "currentColor",
|
|
@@ -116,8 +137,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
116
137
|
] }), Assets_default = IconAssets;
|
|
117
138
|
|
|
118
139
|
// src/components/Backward.tsx
|
|
119
|
-
import { jsx as
|
|
120
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
140
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
141
|
+
var IconBackward = ({ 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(
|
|
121
142
|
"path",
|
|
122
143
|
{
|
|
123
144
|
fill: stroke || color || "currentColor",
|
|
@@ -126,8 +147,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
126
147
|
) }), Backward_default = IconBackward;
|
|
127
148
|
|
|
128
149
|
// src/components/BatchShots.tsx
|
|
129
|
-
import { jsx as
|
|
130
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
150
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
151
|
+
var IconBatchShots = ({ 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(
|
|
131
152
|
"path",
|
|
132
153
|
{
|
|
133
154
|
fill: stroke || color || "currentColor",
|
|
@@ -138,8 +159,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
138
159
|
) }), BatchShots_default = IconBatchShots;
|
|
139
160
|
|
|
140
161
|
// src/components/Canvasmode.tsx
|
|
141
|
-
import { jsx as
|
|
142
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
162
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
163
|
+
var IconCanvasmode = ({ 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(
|
|
143
164
|
"path",
|
|
144
165
|
{
|
|
145
166
|
fill: stroke || color || "currentColor",
|
|
@@ -150,8 +171,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
150
171
|
) }), Canvasmode_default = IconCanvasmode;
|
|
151
172
|
|
|
152
173
|
// src/components/Chaptercollapse.tsx
|
|
153
|
-
import { jsx as
|
|
154
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
174
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
175
|
+
var IconChaptercollapse = ({ 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(
|
|
155
176
|
"path",
|
|
156
177
|
{
|
|
157
178
|
fill: stroke || color || "currentColor",
|
|
@@ -162,8 +183,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
162
183
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
163
184
|
|
|
164
185
|
// src/components/Chapterexpand.tsx
|
|
165
|
-
import { jsx as
|
|
166
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
186
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
187
|
+
var IconChapterexpand = ({ 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(
|
|
167
188
|
"path",
|
|
168
189
|
{
|
|
169
190
|
fill: stroke || color || "currentColor",
|
|
@@ -173,9 +194,19 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
173
194
|
}
|
|
174
195
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
175
196
|
|
|
197
|
+
// src/components/Check.tsx
|
|
198
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
199
|
+
var IconCheck = ({ 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(
|
|
200
|
+
"path",
|
|
201
|
+
{
|
|
202
|
+
fill: stroke || color || "currentColor",
|
|
203
|
+
d: "M21.7953 6.04549L8.99984 18.841L2.20435 12.0455L3.79534 10.4545L8.99984 15.659L20.2043 4.4545L21.7953 6.04549Z"
|
|
204
|
+
}
|
|
205
|
+
) }), Check_default = IconCheck;
|
|
206
|
+
|
|
176
207
|
// src/components/CheckedFilled.tsx
|
|
177
|
-
import { jsx as
|
|
178
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
208
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
209
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx17(
|
|
179
210
|
"path",
|
|
180
211
|
{
|
|
181
212
|
fill: fill || color || "currentColor",
|
|
@@ -186,8 +217,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
186
217
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
187
218
|
|
|
188
219
|
// src/components/Close.tsx
|
|
189
|
-
import { jsx as
|
|
190
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
220
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
221
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
|
|
191
222
|
"path",
|
|
192
223
|
{
|
|
193
224
|
fill: stroke || color || "currentColor",
|
|
@@ -196,10 +227,10 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
196
227
|
) }), Close_default = IconClose;
|
|
197
228
|
|
|
198
229
|
// src/components/Copy.tsx
|
|
199
|
-
import { jsx as
|
|
200
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
201
|
-
/* @__PURE__ */
|
|
202
|
-
/* @__PURE__ */
|
|
230
|
+
import { jsx as jsx19, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
231
|
+
var IconCopy = ({ 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: [
|
|
232
|
+
/* @__PURE__ */ jsx19("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
233
|
+
/* @__PURE__ */ jsx19(
|
|
203
234
|
"path",
|
|
204
235
|
{
|
|
205
236
|
fill: stroke || color || "currentColor",
|
|
@@ -211,9 +242,9 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
211
242
|
] }), Copy_default = IconCopy;
|
|
212
243
|
|
|
213
244
|
// src/components/CreditFilled.tsx
|
|
214
|
-
import { jsx as
|
|
215
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
216
|
-
/* @__PURE__ */
|
|
245
|
+
import { jsx as jsx20, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
246
|
+
var IconCreditFilled = ({ 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: [
|
|
247
|
+
/* @__PURE__ */ jsx20("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx20(
|
|
217
248
|
"path",
|
|
218
249
|
{
|
|
219
250
|
fill: fill || color || "currentColor",
|
|
@@ -222,12 +253,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
222
253
|
clipRule: "evenodd"
|
|
223
254
|
}
|
|
224
255
|
) }),
|
|
225
|
-
/* @__PURE__ */
|
|
256
|
+
/* @__PURE__ */ jsx20("defs", { children: /* @__PURE__ */ jsx20("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx20("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
226
257
|
] }), CreditFilled_default = IconCreditFilled;
|
|
227
258
|
|
|
228
259
|
// src/components/Cursor.tsx
|
|
229
|
-
import { jsx as
|
|
230
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
260
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
261
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
|
|
231
262
|
"path",
|
|
232
263
|
{
|
|
233
264
|
fill: stroke || color || "currentColor",
|
|
@@ -238,10 +269,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
238
269
|
) }), Cursor_default = IconCursor;
|
|
239
270
|
|
|
240
271
|
// src/components/DeleteSceneChoice.tsx
|
|
241
|
-
import { jsx as
|
|
242
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
243
|
-
/* @__PURE__ */
|
|
244
|
-
/* @__PURE__ */
|
|
272
|
+
import { jsx as jsx22, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
273
|
+
var IconDeleteSceneChoice = ({ 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: [
|
|
274
|
+
/* @__PURE__ */ jsx22("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
275
|
+
/* @__PURE__ */ jsx22(
|
|
245
276
|
"path",
|
|
246
277
|
{
|
|
247
278
|
fill: stroke || color || "currentColor",
|
|
@@ -253,10 +284,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
253
284
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
254
285
|
|
|
255
286
|
// src/components/Delete.tsx
|
|
256
|
-
import { jsx as
|
|
257
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
258
|
-
/* @__PURE__ */
|
|
259
|
-
/* @__PURE__ */
|
|
287
|
+
import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
288
|
+
var IconDelete = ({ 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: [
|
|
289
|
+
/* @__PURE__ */ jsx23("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
290
|
+
/* @__PURE__ */ jsx23(
|
|
260
291
|
"path",
|
|
261
292
|
{
|
|
262
293
|
fill: stroke || color || "currentColor",
|
|
@@ -268,16 +299,16 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
268
299
|
] }), Delete_default = IconDelete;
|
|
269
300
|
|
|
270
301
|
// src/components/Download.tsx
|
|
271
|
-
import { jsx as
|
|
272
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
273
|
-
/* @__PURE__ */
|
|
302
|
+
import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
303
|
+
var IconDownload = ({ 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: [
|
|
304
|
+
/* @__PURE__ */ jsx24(
|
|
274
305
|
"path",
|
|
275
306
|
{
|
|
276
307
|
fill: stroke || color || "currentColor",
|
|
277
308
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
278
309
|
}
|
|
279
310
|
),
|
|
280
|
-
/* @__PURE__ */
|
|
311
|
+
/* @__PURE__ */ jsx24(
|
|
281
312
|
"path",
|
|
282
313
|
{
|
|
283
314
|
fill: stroke || color || "currentColor",
|
|
@@ -288,9 +319,20 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
288
319
|
)
|
|
289
320
|
] }), Download_default = IconDownload;
|
|
290
321
|
|
|
322
|
+
// src/components/DraghandleFilled.tsx
|
|
323
|
+
import { jsx as jsx25, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
324
|
+
var IconDraghandleFilled = ({ 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: [
|
|
325
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
326
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
327
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
328
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
329
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
330
|
+
/* @__PURE__ */ jsx25("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
331
|
+
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
332
|
+
|
|
291
333
|
// src/components/FeedbackFailFilled.tsx
|
|
292
|
-
import { jsx as
|
|
293
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
334
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
335
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx26(
|
|
294
336
|
"path",
|
|
295
337
|
{
|
|
296
338
|
fill: fill || color || "currentColor",
|
|
@@ -301,8 +343,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
301
343
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
302
344
|
|
|
303
345
|
// src/components/FeedbackPendingFilled.tsx
|
|
304
|
-
import { jsx as
|
|
305
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
346
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
347
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
306
348
|
"path",
|
|
307
349
|
{
|
|
308
350
|
fill: fill || color || "currentColor",
|
|
@@ -313,8 +355,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
313
355
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
314
356
|
|
|
315
357
|
// src/components/FeedbackProblemFilled.tsx
|
|
316
|
-
import { jsx as
|
|
317
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
358
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
359
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
|
|
318
360
|
"path",
|
|
319
361
|
{
|
|
320
362
|
fill: fill || color || "currentColor",
|
|
@@ -325,30 +367,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
325
367
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
326
368
|
|
|
327
369
|
// src/components/FeedbackProblem.tsx
|
|
328
|
-
import { jsx as
|
|
329
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
330
|
-
/* @__PURE__ */
|
|
370
|
+
import { jsx as jsx29, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
371
|
+
var IconFeedbackProblem = ({ 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: [
|
|
372
|
+
/* @__PURE__ */ jsx29(
|
|
331
373
|
"path",
|
|
332
374
|
{
|
|
333
375
|
fill: stroke || color || "currentColor",
|
|
334
376
|
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"
|
|
335
377
|
}
|
|
336
378
|
),
|
|
337
|
-
/* @__PURE__ */
|
|
379
|
+
/* @__PURE__ */ jsx29(
|
|
338
380
|
"path",
|
|
339
381
|
{
|
|
340
382
|
fill: stroke || color || "currentColor",
|
|
341
383
|
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"
|
|
342
384
|
}
|
|
343
385
|
),
|
|
344
|
-
/* @__PURE__ */
|
|
386
|
+
/* @__PURE__ */ jsx29(
|
|
345
387
|
"path",
|
|
346
388
|
{
|
|
347
389
|
fill: stroke || color || "currentColor",
|
|
348
390
|
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"
|
|
349
391
|
}
|
|
350
392
|
),
|
|
351
|
-
/* @__PURE__ */
|
|
393
|
+
/* @__PURE__ */ jsx29(
|
|
352
394
|
"path",
|
|
353
395
|
{
|
|
354
396
|
fill: stroke || color || "currentColor",
|
|
@@ -360,9 +402,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
360
402
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
361
403
|
|
|
362
404
|
// src/components/FiletypePdfFilled.tsx
|
|
363
|
-
import { jsx as
|
|
364
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
365
|
-
/* @__PURE__ */
|
|
405
|
+
import { jsx as jsx30, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
406
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
407
|
+
/* @__PURE__ */ jsx30("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx30(
|
|
366
408
|
"path",
|
|
367
409
|
{
|
|
368
410
|
fill: "#FF3E4C",
|
|
@@ -370,14 +412,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
370
412
|
style: { opacity: 0.3 }
|
|
371
413
|
}
|
|
372
414
|
) }),
|
|
373
|
-
/* @__PURE__ */
|
|
415
|
+
/* @__PURE__ */ jsx30(
|
|
374
416
|
"path",
|
|
375
417
|
{
|
|
376
418
|
fill: "#FF3E4C",
|
|
377
419
|
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"
|
|
378
420
|
}
|
|
379
421
|
),
|
|
380
|
-
/* @__PURE__ */
|
|
422
|
+
/* @__PURE__ */ jsx30(
|
|
381
423
|
"path",
|
|
382
424
|
{
|
|
383
425
|
fill: "#FF3E4C",
|
|
@@ -387,9 +429,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
387
429
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
388
430
|
|
|
389
431
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
390
|
-
import { jsx as
|
|
391
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
392
|
-
/* @__PURE__ */
|
|
432
|
+
import { jsx as jsx31, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
433
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
434
|
+
/* @__PURE__ */ jsx31("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx31(
|
|
393
435
|
"path",
|
|
394
436
|
{
|
|
395
437
|
fill: "#2E2E2E",
|
|
@@ -397,14 +439,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
397
439
|
style: { opacity: 0.3 }
|
|
398
440
|
}
|
|
399
441
|
) }),
|
|
400
|
-
/* @__PURE__ */
|
|
442
|
+
/* @__PURE__ */ jsx31(
|
|
401
443
|
"path",
|
|
402
444
|
{
|
|
403
445
|
fill: "#2E2E2E",
|
|
404
446
|
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"
|
|
405
447
|
}
|
|
406
448
|
),
|
|
407
|
-
/* @__PURE__ */
|
|
449
|
+
/* @__PURE__ */ jsx31(
|
|
408
450
|
"path",
|
|
409
451
|
{
|
|
410
452
|
fill: "#2E2E2E",
|
|
@@ -414,8 +456,8 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
414
456
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
415
457
|
|
|
416
458
|
// src/components/GamecontrolChoice.tsx
|
|
417
|
-
import { jsx as
|
|
418
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
459
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
460
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
419
461
|
"path",
|
|
420
462
|
{
|
|
421
463
|
fill: stroke || color || "currentColor",
|
|
@@ -426,8 +468,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
426
468
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
427
469
|
|
|
428
470
|
// src/components/GamecontrolGameplay.tsx
|
|
429
|
-
import { jsx as
|
|
430
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
471
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
472
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
|
|
431
473
|
"path",
|
|
432
474
|
{
|
|
433
475
|
fill: stroke || color || "currentColor",
|
|
@@ -438,8 +480,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
438
480
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
439
481
|
|
|
440
482
|
// src/components/GamecontrolLinear.tsx
|
|
441
|
-
import { jsx as
|
|
442
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
483
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
484
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
|
|
443
485
|
"path",
|
|
444
486
|
{
|
|
445
487
|
fill: stroke || color || "currentColor",
|
|
@@ -450,8 +492,8 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
450
492
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
451
493
|
|
|
452
494
|
// src/components/Gamelanguage.tsx
|
|
453
|
-
import { jsx as
|
|
454
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
495
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
496
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
|
|
455
497
|
"path",
|
|
456
498
|
{
|
|
457
499
|
fill: stroke || color || "currentColor",
|
|
@@ -462,9 +504,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
462
504
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
463
505
|
|
|
464
506
|
// src/components/Gamepreview.tsx
|
|
465
|
-
import { jsx as
|
|
466
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
467
|
-
/* @__PURE__ */
|
|
507
|
+
import { jsx as jsx36, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
508
|
+
var IconGamepreview = ({ 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: [
|
|
509
|
+
/* @__PURE__ */ jsx36(
|
|
468
510
|
"path",
|
|
469
511
|
{
|
|
470
512
|
fill: stroke || color || "currentColor",
|
|
@@ -473,7 +515,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
473
515
|
clipRule: "evenodd"
|
|
474
516
|
}
|
|
475
517
|
),
|
|
476
|
-
/* @__PURE__ */
|
|
518
|
+
/* @__PURE__ */ jsx36(
|
|
477
519
|
"path",
|
|
478
520
|
{
|
|
479
521
|
fill: stroke || color || "currentColor",
|
|
@@ -485,16 +527,16 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
485
527
|
] }), Gamepreview_default = IconGamepreview;
|
|
486
528
|
|
|
487
529
|
// src/components/GenerateMultimage.tsx
|
|
488
|
-
import { jsx as
|
|
489
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
490
|
-
/* @__PURE__ */
|
|
530
|
+
import { jsx as jsx37, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
531
|
+
var IconGenerateMultimage = ({ 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: [
|
|
532
|
+
/* @__PURE__ */ jsx37(
|
|
491
533
|
"path",
|
|
492
534
|
{
|
|
493
535
|
fill: stroke || color || "currentColor",
|
|
494
536
|
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"
|
|
495
537
|
}
|
|
496
538
|
),
|
|
497
|
-
/* @__PURE__ */
|
|
539
|
+
/* @__PURE__ */ jsx37(
|
|
498
540
|
"path",
|
|
499
541
|
{
|
|
500
542
|
fill: stroke || color || "currentColor",
|
|
@@ -503,12 +545,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
503
545
|
clipRule: "evenodd"
|
|
504
546
|
}
|
|
505
547
|
),
|
|
506
|
-
/* @__PURE__ */
|
|
548
|
+
/* @__PURE__ */ jsx37("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
507
549
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
508
550
|
|
|
509
551
|
// src/components/GenerateFilled.tsx
|
|
510
|
-
import { jsx as
|
|
511
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
552
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
553
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx38(
|
|
512
554
|
"path",
|
|
513
555
|
{
|
|
514
556
|
fill: fill || color || "currentColor",
|
|
@@ -519,16 +561,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
519
561
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
520
562
|
|
|
521
563
|
// src/components/GenerateFrameStart.tsx
|
|
522
|
-
import { jsx as
|
|
523
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
524
|
-
/* @__PURE__ */
|
|
564
|
+
import { jsx as jsx39, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
565
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
566
|
+
/* @__PURE__ */ jsx39(
|
|
525
567
|
"path",
|
|
526
568
|
{
|
|
527
569
|
fill: stroke || color || "currentColor",
|
|
528
570
|
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"
|
|
529
571
|
}
|
|
530
572
|
),
|
|
531
|
-
/* @__PURE__ */
|
|
573
|
+
/* @__PURE__ */ jsx39(
|
|
532
574
|
"path",
|
|
533
575
|
{
|
|
534
576
|
fill: stroke || color || "currentColor",
|
|
@@ -540,29 +582,29 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
540
582
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
541
583
|
|
|
542
584
|
// src/components/GenerateFrameStart2End.tsx
|
|
543
|
-
import { jsx as
|
|
544
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
545
|
-
/* @__PURE__ */
|
|
585
|
+
import { jsx as jsx40, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
586
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
587
|
+
/* @__PURE__ */ jsx40(
|
|
546
588
|
"path",
|
|
547
589
|
{
|
|
548
590
|
fill: stroke || color || "currentColor",
|
|
549
|
-
d: "
|
|
591
|
+
d: "M24 8V24.001H8V16H10.2002V21.8008H21.7998V10.2002H16V8H24Z",
|
|
550
592
|
fillRule: "evenodd",
|
|
551
593
|
clipRule: "evenodd"
|
|
552
594
|
}
|
|
553
595
|
),
|
|
554
|
-
/* @__PURE__ */
|
|
596
|
+
/* @__PURE__ */ jsx40(
|
|
555
597
|
"path",
|
|
556
598
|
{
|
|
557
599
|
fill: stroke || color || "currentColor",
|
|
558
|
-
d: "M4.
|
|
600
|
+
d: "M4.75 7.5C5.57843 7.5 6.25 6.82843 6.25 6C6.25 5.17157 5.57843 4.5 4.75 4.5C3.92157 4.5 3.25 5.17157 3.25 6C3.25 6.82843 3.92157 7.5 4.75 7.5Z"
|
|
559
601
|
}
|
|
560
602
|
),
|
|
561
|
-
/* @__PURE__ */
|
|
603
|
+
/* @__PURE__ */ jsx40(
|
|
562
604
|
"path",
|
|
563
605
|
{
|
|
564
606
|
fill: stroke || color || "currentColor",
|
|
565
|
-
d: "M0 0H16.
|
|
607
|
+
d: "M0 0H16.75V16.75H0V0ZM2.25 2.25H14.5V6.75L14.4545 6.7045L11.25 9.90901L8.25 6.90901L2.25 12.909V2.25ZM14.5 9.84099V14.5H3.84099L8.25 10.091L11.25 13.091L14.5 9.84099Z",
|
|
566
608
|
fillRule: "evenodd",
|
|
567
609
|
clipRule: "evenodd"
|
|
568
610
|
}
|
|
@@ -570,9 +612,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
570
612
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
571
613
|
|
|
572
614
|
// src/components/GenerateSwitchframe.tsx
|
|
573
|
-
import { jsx as
|
|
574
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
575
|
-
/* @__PURE__ */
|
|
615
|
+
import { jsx as jsx41, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
616
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
617
|
+
/* @__PURE__ */ jsx41(
|
|
576
618
|
"path",
|
|
577
619
|
{
|
|
578
620
|
fill: stroke || color || "currentColor",
|
|
@@ -581,7 +623,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
581
623
|
clipRule: "evenodd"
|
|
582
624
|
}
|
|
583
625
|
),
|
|
584
|
-
/* @__PURE__ */
|
|
626
|
+
/* @__PURE__ */ jsx41(
|
|
585
627
|
"path",
|
|
586
628
|
{
|
|
587
629
|
fill: stroke || color || "currentColor",
|
|
@@ -593,16 +635,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
593
635
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
594
636
|
|
|
595
637
|
// src/components/GenerateT2V.tsx
|
|
596
|
-
import { jsx as
|
|
597
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
598
|
-
/* @__PURE__ */
|
|
638
|
+
import { jsx as jsx42, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
639
|
+
var IconGenerateT2V = ({ 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: [
|
|
640
|
+
/* @__PURE__ */ jsx42(
|
|
599
641
|
"path",
|
|
600
642
|
{
|
|
601
643
|
fill: stroke || color || "currentColor",
|
|
602
644
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
603
645
|
}
|
|
604
646
|
),
|
|
605
|
-
/* @__PURE__ */
|
|
647
|
+
/* @__PURE__ */ jsx42(
|
|
606
648
|
"path",
|
|
607
649
|
{
|
|
608
650
|
fill: stroke || color || "currentColor",
|
|
@@ -614,16 +656,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
614
656
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
615
657
|
|
|
616
658
|
// src/components/GenreAuto.tsx
|
|
617
|
-
import { jsx as
|
|
618
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
619
|
-
/* @__PURE__ */
|
|
659
|
+
import { jsx as jsx43, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
660
|
+
var IconGenreAuto = ({ 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: [
|
|
661
|
+
/* @__PURE__ */ jsx43(
|
|
620
662
|
"path",
|
|
621
663
|
{
|
|
622
664
|
fill: stroke || color || "currentColor",
|
|
623
665
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
624
666
|
}
|
|
625
667
|
),
|
|
626
|
-
/* @__PURE__ */
|
|
668
|
+
/* @__PURE__ */ jsx43(
|
|
627
669
|
"path",
|
|
628
670
|
{
|
|
629
671
|
fill: stroke || color || "currentColor",
|
|
@@ -632,15 +674,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
632
674
|
clipRule: "evenodd"
|
|
633
675
|
}
|
|
634
676
|
),
|
|
635
|
-
/* @__PURE__ */
|
|
636
|
-
/* @__PURE__ */
|
|
677
|
+
/* @__PURE__ */ jsx43("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
678
|
+
/* @__PURE__ */ jsx43(
|
|
637
679
|
"path",
|
|
638
680
|
{
|
|
639
681
|
fill: stroke || color || "currentColor",
|
|
640
682
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
641
683
|
}
|
|
642
684
|
),
|
|
643
|
-
/* @__PURE__ */
|
|
685
|
+
/* @__PURE__ */ jsx43(
|
|
644
686
|
"path",
|
|
645
687
|
{
|
|
646
688
|
fill: stroke || color || "currentColor",
|
|
@@ -650,23 +692,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
650
692
|
] }), GenreAuto_default = IconGenreAuto;
|
|
651
693
|
|
|
652
694
|
// src/components/GenreComedy.tsx
|
|
653
|
-
import { jsx as
|
|
654
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
655
|
-
/* @__PURE__ */
|
|
695
|
+
import { jsx as jsx44, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
696
|
+
var IconGenreComedy = ({ 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: [
|
|
697
|
+
/* @__PURE__ */ jsx44(
|
|
656
698
|
"path",
|
|
657
699
|
{
|
|
658
700
|
fill: stroke || color || "currentColor",
|
|
659
701
|
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"
|
|
660
702
|
}
|
|
661
703
|
),
|
|
662
|
-
/* @__PURE__ */
|
|
704
|
+
/* @__PURE__ */ jsx44(
|
|
663
705
|
"path",
|
|
664
706
|
{
|
|
665
707
|
fill: stroke || color || "currentColor",
|
|
666
708
|
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"
|
|
667
709
|
}
|
|
668
710
|
),
|
|
669
|
-
/* @__PURE__ */
|
|
711
|
+
/* @__PURE__ */ jsx44(
|
|
670
712
|
"path",
|
|
671
713
|
{
|
|
672
714
|
fill: stroke || color || "currentColor",
|
|
@@ -675,7 +717,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
675
717
|
clipRule: "evenodd"
|
|
676
718
|
}
|
|
677
719
|
),
|
|
678
|
-
/* @__PURE__ */
|
|
720
|
+
/* @__PURE__ */ jsx44(
|
|
679
721
|
"path",
|
|
680
722
|
{
|
|
681
723
|
fill: stroke || color || "currentColor",
|
|
@@ -687,8 +729,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
687
729
|
] }), GenreComedy_default = IconGenreComedy;
|
|
688
730
|
|
|
689
731
|
// src/components/GenreFantasy.tsx
|
|
690
|
-
import { jsx as
|
|
691
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
732
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
733
|
+
var IconGenreFantasy = ({ 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(
|
|
692
734
|
"path",
|
|
693
735
|
{
|
|
694
736
|
fill: stroke || color || "currentColor",
|
|
@@ -699,23 +741,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
699
741
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
700
742
|
|
|
701
743
|
// src/components/GenreHorror.tsx
|
|
702
|
-
import { jsx as
|
|
703
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
704
|
-
/* @__PURE__ */
|
|
744
|
+
import { jsx as jsx46, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
745
|
+
var IconGenreHorror = ({ 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: [
|
|
746
|
+
/* @__PURE__ */ jsx46(
|
|
705
747
|
"path",
|
|
706
748
|
{
|
|
707
749
|
fill: stroke || color || "currentColor",
|
|
708
750
|
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"
|
|
709
751
|
}
|
|
710
752
|
),
|
|
711
|
-
/* @__PURE__ */
|
|
753
|
+
/* @__PURE__ */ jsx46(
|
|
712
754
|
"path",
|
|
713
755
|
{
|
|
714
756
|
fill: stroke || color || "currentColor",
|
|
715
757
|
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"
|
|
716
758
|
}
|
|
717
759
|
),
|
|
718
|
-
/* @__PURE__ */
|
|
760
|
+
/* @__PURE__ */ jsx46(
|
|
719
761
|
"path",
|
|
720
762
|
{
|
|
721
763
|
fill: stroke || color || "currentColor",
|
|
@@ -727,8 +769,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
727
769
|
] }), GenreHorror_default = IconGenreHorror;
|
|
728
770
|
|
|
729
771
|
// src/components/GenreRomance.tsx
|
|
730
|
-
import { jsx as
|
|
731
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
772
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
773
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
|
|
732
774
|
"path",
|
|
733
775
|
{
|
|
734
776
|
fill: stroke || color || "currentColor",
|
|
@@ -739,16 +781,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
739
781
|
) }), GenreRomance_default = IconGenreRomance;
|
|
740
782
|
|
|
741
783
|
// src/components/GenreScifi.tsx
|
|
742
|
-
import { jsx as
|
|
743
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
744
|
-
/* @__PURE__ */
|
|
784
|
+
import { jsx as jsx48, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
785
|
+
var IconGenreScifi = ({ 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: [
|
|
786
|
+
/* @__PURE__ */ jsx48(
|
|
745
787
|
"path",
|
|
746
788
|
{
|
|
747
789
|
fill: stroke || color || "currentColor",
|
|
748
790
|
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"
|
|
749
791
|
}
|
|
750
792
|
),
|
|
751
|
-
/* @__PURE__ */
|
|
793
|
+
/* @__PURE__ */ jsx48(
|
|
752
794
|
"path",
|
|
753
795
|
{
|
|
754
796
|
fill: stroke || color || "currentColor",
|
|
@@ -757,7 +799,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
757
799
|
clipRule: "evenodd"
|
|
758
800
|
}
|
|
759
801
|
),
|
|
760
|
-
/* @__PURE__ */
|
|
802
|
+
/* @__PURE__ */ jsx48(
|
|
761
803
|
"path",
|
|
762
804
|
{
|
|
763
805
|
fill: stroke || color || "currentColor",
|
|
@@ -767,8 +809,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
767
809
|
] }), GenreScifi_default = IconGenreScifi;
|
|
768
810
|
|
|
769
811
|
// src/components/GenreSuspense.tsx
|
|
770
|
-
import { jsx as
|
|
771
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
812
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
813
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx49(
|
|
772
814
|
"path",
|
|
773
815
|
{
|
|
774
816
|
fill: stroke || color || "currentColor",
|
|
@@ -779,8 +821,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
779
821
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
780
822
|
|
|
781
823
|
// src/components/Genre.tsx
|
|
782
|
-
import { jsx as
|
|
783
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
824
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
825
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx50(
|
|
784
826
|
"path",
|
|
785
827
|
{
|
|
786
828
|
fill: stroke || color || "currentColor",
|
|
@@ -791,9 +833,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
791
833
|
) }), Genre_default = IconGenre;
|
|
792
834
|
|
|
793
835
|
// src/components/GoogleLogoFilled.tsx
|
|
794
|
-
import { jsx as
|
|
795
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
796
|
-
/* @__PURE__ */
|
|
836
|
+
import { jsx as jsx51, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
837
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
838
|
+
/* @__PURE__ */ jsx51(
|
|
797
839
|
"mask",
|
|
798
840
|
{
|
|
799
841
|
id: "mask0_48_113",
|
|
@@ -803,7 +845,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
803
845
|
y: "0",
|
|
804
846
|
maskUnits: "userSpaceOnUse",
|
|
805
847
|
style: { maskType: "luminance" },
|
|
806
|
-
children: /* @__PURE__ */
|
|
848
|
+
children: /* @__PURE__ */ jsx51(
|
|
807
849
|
"path",
|
|
808
850
|
{
|
|
809
851
|
fill: stroke || color || "currentColor",
|
|
@@ -812,64 +854,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
812
854
|
)
|
|
813
855
|
}
|
|
814
856
|
),
|
|
815
|
-
/* @__PURE__ */
|
|
816
|
-
/* @__PURE__ */
|
|
857
|
+
/* @__PURE__ */ jsxs25("g", { mask: "url(#mask0_48_113)", children: [
|
|
858
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
817
859
|
"path",
|
|
818
860
|
{
|
|
819
861
|
fill: "url(#paint0_radial_48_113)",
|
|
820
862
|
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"
|
|
821
863
|
}
|
|
822
864
|
) }),
|
|
823
|
-
/* @__PURE__ */
|
|
865
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
824
866
|
"path",
|
|
825
867
|
{
|
|
826
868
|
fill: "url(#paint1_radial_48_113)",
|
|
827
869
|
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"
|
|
828
870
|
}
|
|
829
871
|
) }),
|
|
830
|
-
/* @__PURE__ */
|
|
872
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
831
873
|
"path",
|
|
832
874
|
{
|
|
833
875
|
fill: "url(#paint2_radial_48_113)",
|
|
834
876
|
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"
|
|
835
877
|
}
|
|
836
878
|
) }),
|
|
837
|
-
/* @__PURE__ */
|
|
879
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
838
880
|
"path",
|
|
839
881
|
{
|
|
840
882
|
fill: "url(#paint3_radial_48_113)",
|
|
841
883
|
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"
|
|
842
884
|
}
|
|
843
885
|
) }),
|
|
844
|
-
/* @__PURE__ */
|
|
886
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
845
887
|
"path",
|
|
846
888
|
{
|
|
847
889
|
fill: "#3086FF",
|
|
848
890
|
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"
|
|
849
891
|
}
|
|
850
892
|
) }),
|
|
851
|
-
/* @__PURE__ */
|
|
893
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
852
894
|
"path",
|
|
853
895
|
{
|
|
854
896
|
fill: "url(#paint4_radial_48_113)",
|
|
855
897
|
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"
|
|
856
898
|
}
|
|
857
899
|
) }),
|
|
858
|
-
/* @__PURE__ */
|
|
900
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
859
901
|
"path",
|
|
860
902
|
{
|
|
861
903
|
fill: "url(#paint5_radial_48_113)",
|
|
862
904
|
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"
|
|
863
905
|
}
|
|
864
906
|
) }),
|
|
865
|
-
/* @__PURE__ */
|
|
907
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx51(
|
|
866
908
|
"path",
|
|
867
909
|
{
|
|
868
910
|
fill: "url(#paint6_radial_48_113)",
|
|
869
911
|
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"
|
|
870
912
|
}
|
|
871
913
|
) }),
|
|
872
|
-
/* @__PURE__ */
|
|
914
|
+
/* @__PURE__ */ jsx51("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx51(
|
|
873
915
|
"path",
|
|
874
916
|
{
|
|
875
917
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -877,8 +919,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
877
919
|
}
|
|
878
920
|
) })
|
|
879
921
|
] }),
|
|
880
|
-
/* @__PURE__ */
|
|
881
|
-
/* @__PURE__ */
|
|
922
|
+
/* @__PURE__ */ jsxs25("defs", { children: [
|
|
923
|
+
/* @__PURE__ */ jsxs25(
|
|
882
924
|
"filter",
|
|
883
925
|
{
|
|
884
926
|
id: "filter0_f_48_113",
|
|
@@ -889,13 +931,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
889
931
|
filterUnits: "userSpaceOnUse",
|
|
890
932
|
colorInterpolationFilters: "sRGB",
|
|
891
933
|
children: [
|
|
892
|
-
/* @__PURE__ */
|
|
893
|
-
/* @__PURE__ */
|
|
894
|
-
/* @__PURE__ */
|
|
934
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
935
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
936
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
895
937
|
]
|
|
896
938
|
}
|
|
897
939
|
),
|
|
898
|
-
/* @__PURE__ */
|
|
940
|
+
/* @__PURE__ */ jsxs25(
|
|
899
941
|
"filter",
|
|
900
942
|
{
|
|
901
943
|
id: "filter1_f_48_113",
|
|
@@ -906,13 +948,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
906
948
|
filterUnits: "userSpaceOnUse",
|
|
907
949
|
colorInterpolationFilters: "sRGB",
|
|
908
950
|
children: [
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
911
|
-
/* @__PURE__ */
|
|
951
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
952
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
953
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
912
954
|
]
|
|
913
955
|
}
|
|
914
956
|
),
|
|
915
|
-
/* @__PURE__ */
|
|
957
|
+
/* @__PURE__ */ jsxs25(
|
|
916
958
|
"filter",
|
|
917
959
|
{
|
|
918
960
|
id: "filter2_f_48_113",
|
|
@@ -923,13 +965,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
923
965
|
filterUnits: "userSpaceOnUse",
|
|
924
966
|
colorInterpolationFilters: "sRGB",
|
|
925
967
|
children: [
|
|
926
|
-
/* @__PURE__ */
|
|
927
|
-
/* @__PURE__ */
|
|
928
|
-
/* @__PURE__ */
|
|
968
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
969
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
970
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
929
971
|
]
|
|
930
972
|
}
|
|
931
973
|
),
|
|
932
|
-
/* @__PURE__ */
|
|
974
|
+
/* @__PURE__ */ jsxs25(
|
|
933
975
|
"filter",
|
|
934
976
|
{
|
|
935
977
|
id: "filter3_f_48_113",
|
|
@@ -940,13 +982,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
940
982
|
filterUnits: "userSpaceOnUse",
|
|
941
983
|
colorInterpolationFilters: "sRGB",
|
|
942
984
|
children: [
|
|
943
|
-
/* @__PURE__ */
|
|
944
|
-
/* @__PURE__ */
|
|
945
|
-
/* @__PURE__ */
|
|
985
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
986
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
987
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
946
988
|
]
|
|
947
989
|
}
|
|
948
990
|
),
|
|
949
|
-
/* @__PURE__ */
|
|
991
|
+
/* @__PURE__ */ jsxs25(
|
|
950
992
|
"filter",
|
|
951
993
|
{
|
|
952
994
|
id: "filter4_f_48_113",
|
|
@@ -957,13 +999,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
957
999
|
filterUnits: "userSpaceOnUse",
|
|
958
1000
|
colorInterpolationFilters: "sRGB",
|
|
959
1001
|
children: [
|
|
960
|
-
/* @__PURE__ */
|
|
961
|
-
/* @__PURE__ */
|
|
962
|
-
/* @__PURE__ */
|
|
1002
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1003
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1004
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
963
1005
|
]
|
|
964
1006
|
}
|
|
965
1007
|
),
|
|
966
|
-
/* @__PURE__ */
|
|
1008
|
+
/* @__PURE__ */ jsxs25(
|
|
967
1009
|
"filter",
|
|
968
1010
|
{
|
|
969
1011
|
id: "filter5_f_48_113",
|
|
@@ -974,13 +1016,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
974
1016
|
filterUnits: "userSpaceOnUse",
|
|
975
1017
|
colorInterpolationFilters: "sRGB",
|
|
976
1018
|
children: [
|
|
977
|
-
/* @__PURE__ */
|
|
978
|
-
/* @__PURE__ */
|
|
979
|
-
/* @__PURE__ */
|
|
1019
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1020
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1021
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
980
1022
|
]
|
|
981
1023
|
}
|
|
982
1024
|
),
|
|
983
|
-
/* @__PURE__ */
|
|
1025
|
+
/* @__PURE__ */ jsxs25(
|
|
984
1026
|
"filter",
|
|
985
1027
|
{
|
|
986
1028
|
id: "filter6_f_48_113",
|
|
@@ -991,13 +1033,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
991
1033
|
filterUnits: "userSpaceOnUse",
|
|
992
1034
|
colorInterpolationFilters: "sRGB",
|
|
993
1035
|
children: [
|
|
994
|
-
/* @__PURE__ */
|
|
995
|
-
/* @__PURE__ */
|
|
996
|
-
/* @__PURE__ */
|
|
1036
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1037
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1038
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
997
1039
|
]
|
|
998
1040
|
}
|
|
999
1041
|
),
|
|
1000
|
-
/* @__PURE__ */
|
|
1042
|
+
/* @__PURE__ */ jsxs25(
|
|
1001
1043
|
"filter",
|
|
1002
1044
|
{
|
|
1003
1045
|
id: "filter7_f_48_113",
|
|
@@ -1008,13 +1050,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1008
1050
|
filterUnits: "userSpaceOnUse",
|
|
1009
1051
|
colorInterpolationFilters: "sRGB",
|
|
1010
1052
|
children: [
|
|
1011
|
-
/* @__PURE__ */
|
|
1012
|
-
/* @__PURE__ */
|
|
1013
|
-
/* @__PURE__ */
|
|
1053
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1054
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1055
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1014
1056
|
]
|
|
1015
1057
|
}
|
|
1016
1058
|
),
|
|
1017
|
-
/* @__PURE__ */
|
|
1059
|
+
/* @__PURE__ */ jsxs25(
|
|
1018
1060
|
"filter",
|
|
1019
1061
|
{
|
|
1020
1062
|
id: "filter8_f_48_113",
|
|
@@ -1025,13 +1067,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1025
1067
|
filterUnits: "userSpaceOnUse",
|
|
1026
1068
|
colorInterpolationFilters: "sRGB",
|
|
1027
1069
|
children: [
|
|
1028
|
-
/* @__PURE__ */
|
|
1029
|
-
/* @__PURE__ */
|
|
1030
|
-
/* @__PURE__ */
|
|
1070
|
+
/* @__PURE__ */ jsx51("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1071
|
+
/* @__PURE__ */ jsx51("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1072
|
+
/* @__PURE__ */ jsx51("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1031
1073
|
]
|
|
1032
1074
|
}
|
|
1033
1075
|
),
|
|
1034
|
-
/* @__PURE__ */
|
|
1076
|
+
/* @__PURE__ */ jsxs25(
|
|
1035
1077
|
"radialGradient",
|
|
1036
1078
|
{
|
|
1037
1079
|
id: "paint0_radial_48_113",
|
|
@@ -1041,20 +1083,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1041
1083
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1042
1084
|
gradientUnits: "userSpaceOnUse",
|
|
1043
1085
|
children: [
|
|
1044
|
-
/* @__PURE__ */
|
|
1045
|
-
/* @__PURE__ */
|
|
1046
|
-
/* @__PURE__ */
|
|
1047
|
-
/* @__PURE__ */
|
|
1048
|
-
/* @__PURE__ */
|
|
1049
|
-
/* @__PURE__ */
|
|
1050
|
-
/* @__PURE__ */
|
|
1051
|
-
/* @__PURE__ */
|
|
1052
|
-
/* @__PURE__ */
|
|
1053
|
-
/* @__PURE__ */
|
|
1086
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1087
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1088
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1089
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1090
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1091
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1092
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1093
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1094
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1095
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1054
1096
|
]
|
|
1055
1097
|
}
|
|
1056
1098
|
),
|
|
1057
|
-
/* @__PURE__ */
|
|
1099
|
+
/* @__PURE__ */ jsxs25(
|
|
1058
1100
|
"radialGradient",
|
|
1059
1101
|
{
|
|
1060
1102
|
id: "paint1_radial_48_113",
|
|
@@ -1064,12 +1106,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1064
1106
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1065
1107
|
gradientUnits: "userSpaceOnUse",
|
|
1066
1108
|
children: [
|
|
1067
|
-
/* @__PURE__ */
|
|
1068
|
-
/* @__PURE__ */
|
|
1109
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1110
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1069
1111
|
]
|
|
1070
1112
|
}
|
|
1071
1113
|
),
|
|
1072
|
-
/* @__PURE__ */
|
|
1114
|
+
/* @__PURE__ */ jsxs25(
|
|
1073
1115
|
"radialGradient",
|
|
1074
1116
|
{
|
|
1075
1117
|
id: "paint2_radial_48_113",
|
|
@@ -1079,18 +1121,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1079
1121
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1080
1122
|
gradientUnits: "userSpaceOnUse",
|
|
1081
1123
|
children: [
|
|
1082
|
-
/* @__PURE__ */
|
|
1083
|
-
/* @__PURE__ */
|
|
1084
|
-
/* @__PURE__ */
|
|
1085
|
-
/* @__PURE__ */
|
|
1086
|
-
/* @__PURE__ */
|
|
1087
|
-
/* @__PURE__ */
|
|
1088
|
-
/* @__PURE__ */
|
|
1089
|
-
/* @__PURE__ */
|
|
1124
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1125
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1126
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1127
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1128
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1129
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1130
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1131
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1090
1132
|
]
|
|
1091
1133
|
}
|
|
1092
1134
|
),
|
|
1093
|
-
/* @__PURE__ */
|
|
1135
|
+
/* @__PURE__ */ jsxs25(
|
|
1094
1136
|
"radialGradient",
|
|
1095
1137
|
{
|
|
1096
1138
|
id: "paint3_radial_48_113",
|
|
@@ -1100,19 +1142,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1100
1142
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1101
1143
|
gradientUnits: "userSpaceOnUse",
|
|
1102
1144
|
children: [
|
|
1103
|
-
/* @__PURE__ */
|
|
1104
|
-
/* @__PURE__ */
|
|
1105
|
-
/* @__PURE__ */
|
|
1106
|
-
/* @__PURE__ */
|
|
1107
|
-
/* @__PURE__ */
|
|
1108
|
-
/* @__PURE__ */
|
|
1109
|
-
/* @__PURE__ */
|
|
1110
|
-
/* @__PURE__ */
|
|
1111
|
-
/* @__PURE__ */
|
|
1145
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1146
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1147
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1148
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1149
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1150
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1151
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1152
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1153
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1112
1154
|
]
|
|
1113
1155
|
}
|
|
1114
1156
|
),
|
|
1115
|
-
/* @__PURE__ */
|
|
1157
|
+
/* @__PURE__ */ jsxs25(
|
|
1116
1158
|
"radialGradient",
|
|
1117
1159
|
{
|
|
1118
1160
|
id: "paint4_radial_48_113",
|
|
@@ -1122,18 +1164,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1122
1164
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1123
1165
|
gradientUnits: "userSpaceOnUse",
|
|
1124
1166
|
children: [
|
|
1125
|
-
/* @__PURE__ */
|
|
1126
|
-
/* @__PURE__ */
|
|
1127
|
-
/* @__PURE__ */
|
|
1128
|
-
/* @__PURE__ */
|
|
1129
|
-
/* @__PURE__ */
|
|
1130
|
-
/* @__PURE__ */
|
|
1131
|
-
/* @__PURE__ */
|
|
1132
|
-
/* @__PURE__ */
|
|
1167
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1168
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1169
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1170
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1171
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1172
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1173
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1174
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1133
1175
|
]
|
|
1134
1176
|
}
|
|
1135
1177
|
),
|
|
1136
|
-
/* @__PURE__ */
|
|
1178
|
+
/* @__PURE__ */ jsxs25(
|
|
1137
1179
|
"radialGradient",
|
|
1138
1180
|
{
|
|
1139
1181
|
id: "paint5_radial_48_113",
|
|
@@ -1143,15 +1185,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1143
1185
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1144
1186
|
gradientUnits: "userSpaceOnUse",
|
|
1145
1187
|
children: [
|
|
1146
|
-
/* @__PURE__ */
|
|
1147
|
-
/* @__PURE__ */
|
|
1148
|
-
/* @__PURE__ */
|
|
1149
|
-
/* @__PURE__ */
|
|
1150
|
-
/* @__PURE__ */
|
|
1188
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1189
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1190
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1191
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1192
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1151
1193
|
]
|
|
1152
1194
|
}
|
|
1153
1195
|
),
|
|
1154
|
-
/* @__PURE__ */
|
|
1196
|
+
/* @__PURE__ */ jsxs25(
|
|
1155
1197
|
"radialGradient",
|
|
1156
1198
|
{
|
|
1157
1199
|
id: "paint6_radial_48_113",
|
|
@@ -1161,20 +1203,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1161
1203
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1162
1204
|
gradientUnits: "userSpaceOnUse",
|
|
1163
1205
|
children: [
|
|
1164
|
-
/* @__PURE__ */
|
|
1165
|
-
/* @__PURE__ */
|
|
1166
|
-
/* @__PURE__ */
|
|
1167
|
-
/* @__PURE__ */
|
|
1168
|
-
/* @__PURE__ */
|
|
1169
|
-
/* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1171
|
-
/* @__PURE__ */
|
|
1172
|
-
/* @__PURE__ */
|
|
1173
|
-
/* @__PURE__ */
|
|
1206
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1207
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1208
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1209
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1210
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1211
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1212
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1213
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1214
|
+
/* @__PURE__ */ jsx51("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1215
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#86C504" })
|
|
1174
1216
|
]
|
|
1175
1217
|
}
|
|
1176
1218
|
),
|
|
1177
|
-
/* @__PURE__ */
|
|
1219
|
+
/* @__PURE__ */ jsxs25(
|
|
1178
1220
|
"linearGradient",
|
|
1179
1221
|
{
|
|
1180
1222
|
id: "paint7_linear_48_113",
|
|
@@ -1184,8 +1226,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1184
1226
|
y2: "21.5116",
|
|
1185
1227
|
gradientUnits: "userSpaceOnUse",
|
|
1186
1228
|
children: [
|
|
1187
|
-
/* @__PURE__ */
|
|
1188
|
-
/* @__PURE__ */
|
|
1229
|
+
/* @__PURE__ */ jsx51("stop", { stopColor: "#0FBC5C" }),
|
|
1230
|
+
/* @__PURE__ */ jsx51("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1189
1231
|
]
|
|
1190
1232
|
}
|
|
1191
1233
|
)
|
|
@@ -1193,8 +1235,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1193
1235
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1194
1236
|
|
|
1195
1237
|
// src/components/Handtool.tsx
|
|
1196
|
-
import { jsx as
|
|
1197
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1238
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
1239
|
+
var IconHandtool = ({ 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(
|
|
1198
1240
|
"path",
|
|
1199
1241
|
{
|
|
1200
1242
|
fill: stroke || color || "currentColor",
|
|
@@ -1203,17 +1245,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1203
1245
|
) }), Handtool_default = IconHandtool;
|
|
1204
1246
|
|
|
1205
1247
|
// src/components/Help.tsx
|
|
1206
|
-
import { jsx as
|
|
1207
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1208
|
-
/* @__PURE__ */
|
|
1209
|
-
/* @__PURE__ */
|
|
1248
|
+
import { jsx as jsx53, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1249
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1250
|
+
/* @__PURE__ */ jsx53("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1251
|
+
/* @__PURE__ */ jsx53(
|
|
1210
1252
|
"path",
|
|
1211
1253
|
{
|
|
1212
1254
|
fill: stroke || color || "currentColor",
|
|
1213
1255
|
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"
|
|
1214
1256
|
}
|
|
1215
1257
|
),
|
|
1216
|
-
/* @__PURE__ */
|
|
1258
|
+
/* @__PURE__ */ jsx53(
|
|
1217
1259
|
"path",
|
|
1218
1260
|
{
|
|
1219
1261
|
fill: stroke || color || "currentColor",
|
|
@@ -1225,8 +1267,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1225
1267
|
] }), Help_default = IconHelp;
|
|
1226
1268
|
|
|
1227
1269
|
// src/components/HomepageFilled.tsx
|
|
1228
|
-
import { jsx as
|
|
1229
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1270
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
1271
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
|
|
1230
1272
|
"path",
|
|
1231
1273
|
{
|
|
1232
1274
|
fill: fill || color || "currentColor",
|
|
@@ -1237,16 +1279,16 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1237
1279
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1238
1280
|
|
|
1239
1281
|
// src/components/ImageGeneration.tsx
|
|
1240
|
-
import { jsx as
|
|
1241
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1242
|
-
/* @__PURE__ */
|
|
1282
|
+
import { jsx as jsx55, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1283
|
+
var IconImageGeneration = ({ 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: [
|
|
1284
|
+
/* @__PURE__ */ jsx55(
|
|
1243
1285
|
"path",
|
|
1244
1286
|
{
|
|
1245
1287
|
fill: stroke || color || "currentColor",
|
|
1246
1288
|
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"
|
|
1247
1289
|
}
|
|
1248
1290
|
),
|
|
1249
|
-
/* @__PURE__ */
|
|
1291
|
+
/* @__PURE__ */ jsx55(
|
|
1250
1292
|
"path",
|
|
1251
1293
|
{
|
|
1252
1294
|
fill: stroke || color || "currentColor",
|
|
@@ -1256,9 +1298,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1256
1298
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1257
1299
|
|
|
1258
1300
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1259
|
-
import { jsx as
|
|
1260
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1261
|
-
/* @__PURE__ */
|
|
1301
|
+
import { jsx as jsx56, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1302
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
1303
|
+
/* @__PURE__ */ jsx56(
|
|
1262
1304
|
"path",
|
|
1263
1305
|
{
|
|
1264
1306
|
fill: fill || color || "currentColor",
|
|
@@ -1267,7 +1309,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1267
1309
|
clipRule: "evenodd"
|
|
1268
1310
|
}
|
|
1269
1311
|
),
|
|
1270
|
-
/* @__PURE__ */
|
|
1312
|
+
/* @__PURE__ */ jsx56(
|
|
1271
1313
|
"path",
|
|
1272
1314
|
{
|
|
1273
1315
|
fill: fill || color || "currentColor",
|
|
@@ -1277,11 +1319,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1277
1319
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1278
1320
|
|
|
1279
1321
|
// src/components/Info.tsx
|
|
1280
|
-
import { jsx as
|
|
1281
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1282
|
-
/* @__PURE__ */
|
|
1283
|
-
/* @__PURE__ */
|
|
1284
|
-
/* @__PURE__ */
|
|
1322
|
+
import { jsx as jsx57, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1323
|
+
var IconInfo = ({ 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: [
|
|
1324
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1325
|
+
/* @__PURE__ */ jsx57("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1326
|
+
/* @__PURE__ */ jsx57(
|
|
1285
1327
|
"path",
|
|
1286
1328
|
{
|
|
1287
1329
|
fill: stroke || color || "currentColor",
|
|
@@ -1293,8 +1335,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1293
1335
|
] }), Info_default = IconInfo;
|
|
1294
1336
|
|
|
1295
1337
|
// src/components/Invitecode.tsx
|
|
1296
|
-
import { jsx as
|
|
1297
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1338
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
1339
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx58(
|
|
1298
1340
|
"path",
|
|
1299
1341
|
{
|
|
1300
1342
|
fill: fill || color || "currentColor",
|
|
@@ -1305,8 +1347,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1305
1347
|
) }), Invitecode_default = IconInvitecode;
|
|
1306
1348
|
|
|
1307
1349
|
// src/components/Loading.tsx
|
|
1308
|
-
import { jsx as
|
|
1309
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1350
|
+
import { jsx as jsx59, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1351
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30(
|
|
1310
1352
|
"svg",
|
|
1311
1353
|
{
|
|
1312
1354
|
fill: "none",
|
|
@@ -1316,10 +1358,10 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1316
1358
|
height: height || size,
|
|
1317
1359
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1318
1360
|
children: [
|
|
1319
|
-
/* @__PURE__ */
|
|
1320
|
-
/* @__PURE__ */
|
|
1321
|
-
/* @__PURE__ */
|
|
1322
|
-
/* @__PURE__ */
|
|
1361
|
+
/* @__PURE__ */ jsx59("rect", { width: "24", height: "24", fill: "url(#pattern0_78_19)" }),
|
|
1362
|
+
/* @__PURE__ */ jsxs30("defs", { children: [
|
|
1363
|
+
/* @__PURE__ */ jsx59("pattern", { id: "pattern0_78_19", width: "1", height: "1", patternContentUnits: "objectBoundingBox", children: /* @__PURE__ */ jsx59("use", { transform: "scale(0.005)", xlinkHref: "#image0_78_19" }) }),
|
|
1364
|
+
/* @__PURE__ */ jsx59(
|
|
1323
1365
|
"image",
|
|
1324
1366
|
{
|
|
1325
1367
|
id: "image0_78_19",
|
|
@@ -1335,16 +1377,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1335
1377
|
), Loading_default = IconLoading;
|
|
1336
1378
|
|
|
1337
1379
|
// src/components/Login.tsx
|
|
1338
|
-
import { jsx as
|
|
1339
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1340
|
-
/* @__PURE__ */
|
|
1380
|
+
import { jsx as jsx60, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1381
|
+
var IconLogin = ({ 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: [
|
|
1382
|
+
/* @__PURE__ */ jsx60(
|
|
1341
1383
|
"path",
|
|
1342
1384
|
{
|
|
1343
1385
|
fill: stroke || color || "currentColor",
|
|
1344
1386
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1345
1387
|
}
|
|
1346
1388
|
),
|
|
1347
|
-
/* @__PURE__ */
|
|
1389
|
+
/* @__PURE__ */ jsx60(
|
|
1348
1390
|
"path",
|
|
1349
1391
|
{
|
|
1350
1392
|
fill: stroke || color || "currentColor",
|
|
@@ -1356,9 +1398,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1356
1398
|
] }), Login_default = IconLogin;
|
|
1357
1399
|
|
|
1358
1400
|
// src/components/Logout.tsx
|
|
1359
|
-
import { jsx as
|
|
1360
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1361
|
-
/* @__PURE__ */
|
|
1401
|
+
import { jsx as jsx61, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1402
|
+
var IconLogout = ({ 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: [
|
|
1403
|
+
/* @__PURE__ */ jsx61(
|
|
1362
1404
|
"path",
|
|
1363
1405
|
{
|
|
1364
1406
|
fill: stroke || color || "currentColor",
|
|
@@ -1367,7 +1409,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1367
1409
|
clipRule: "evenodd"
|
|
1368
1410
|
}
|
|
1369
1411
|
),
|
|
1370
|
-
/* @__PURE__ */
|
|
1412
|
+
/* @__PURE__ */ jsx61(
|
|
1371
1413
|
"path",
|
|
1372
1414
|
{
|
|
1373
1415
|
fill: stroke || color || "currentColor",
|
|
@@ -1376,20 +1418,30 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1376
1418
|
)
|
|
1377
1419
|
] }), Logout_default = IconLogout;
|
|
1378
1420
|
|
|
1379
|
-
// src/components/
|
|
1380
|
-
import { jsx as
|
|
1381
|
-
var
|
|
1421
|
+
// src/components/ModelGeminiFilled1.tsx
|
|
1422
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1423
|
+
var IconModelGeminiFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx62(
|
|
1382
1424
|
"path",
|
|
1383
1425
|
{
|
|
1384
1426
|
fill: fill || color || "currentColor",
|
|
1385
1427
|
d: "M20.4616 10.2312C20.6284 9.73654 20.7135 9.21858 20.7136 8.69721C20.7135 7.8345 20.4806 6.98736 20.0388 6.24288C19.1511 4.71818 17.5043 3.77684 15.722 3.77684C15.3709 3.77685 15.0207 3.81344 14.6774 3.886C14.2156 3.37264 13.6488 2.96169 13.0143 2.68026C12.3798 2.39883 11.692 2.25331 10.9963 2.2533H10.9651L10.9534 2.25336C8.7947 2.25336 6.88035 3.62773 6.21676 5.65386C5.52986 5.79268 4.88094 6.07468 4.31344 6.48098C3.74593 6.88728 3.27294 7.40852 2.92613 8.00979C2.48567 8.75875 2.25357 9.60923 2.2533 10.4751C2.25346 11.6921 2.71129 12.8657 3.53813 13.7687C3.37122 14.2633 3.2861 14.7813 3.28603 15.3027C3.28611 16.1654 3.51901 17.0125 3.96079 17.757C4.48616 18.6596 5.28845 19.3741 6.25199 19.7977C7.21553 20.2213 8.29052 20.332 9.32193 20.1138C9.78379 20.6272 10.3507 21.0381 10.9852 21.3196C11.6198 21.601 12.3076 21.7466 13.0033 21.7466H13.0345L13.0472 21.7465C15.2071 21.7465 17.1208 20.3721 17.7844 18.3441C18.4713 18.2053 19.1202 17.9232 19.6877 17.5169C20.2552 17.1106 20.7282 16.5894 21.0751 15.9881C21.5151 15.2398 21.7467 14.3901 21.7466 13.525C21.7464 12.308 21.2886 11.1345 20.4618 10.2315L20.4616 10.2312ZM13.0358 20.4722H13.0307C12.1664 20.4719 11.3296 20.1728 10.6658 19.6268C10.7052 19.6058 10.7442 19.584 10.7826 19.5614L14.7163 17.3195C14.8145 17.2644 14.8961 17.1846 14.9529 17.0882C15.0097 16.9919 15.0396 16.8824 15.0397 16.771V11.2953L16.7023 12.2426C16.7111 12.2469 16.7186 12.2532 16.7242 12.2611C16.7299 12.2689 16.7334 12.278 16.7347 12.2876V16.8191C16.7324 18.8338 15.0778 20.4681 13.0358 20.4722ZM5.08119 17.12C4.75627 16.5657 4.58508 15.9367 4.58486 15.2963C4.58486 15.0874 4.60335 14.878 4.63935 14.6722C4.66859 14.6895 4.71963 14.7203 4.75626 14.741L8.68993 16.983C8.788 17.0395 8.89953 17.0692 9.01309 17.0692C9.12665 17.0692 9.23816 17.0394 9.33621 16.9828L14.1388 14.2467V16.1413L14.1389 16.1445C14.1389 16.1536 14.1367 16.1626 14.1326 16.1708C14.1285 16.179 14.1225 16.1861 14.1151 16.1916L10.1385 18.457C9.57584 18.7765 8.93805 18.9447 8.28885 18.9449C7.63897 18.9448 7.00052 18.7762 6.43753 18.4558C5.87455 18.1355 5.4068 17.6748 5.08119 17.1198V17.12ZM4.04632 8.64678C4.47836 7.90634 5.16055 7.3394 5.9735 7.04518C5.9735 7.07859 5.97157 7.1378 5.97157 7.17891V11.6628L5.9715 11.6665C5.97151 11.7778 6.00139 11.8872 6.0581 11.9835C6.1148 12.0797 6.19632 12.1594 6.29436 12.2146L11.097 14.9503L9.43436 15.8976C9.42616 15.9029 9.41674 15.9061 9.40696 15.907C9.39718 15.9079 9.38733 15.9064 9.37828 15.9026L5.4013 13.6353C4.83909 13.3139 4.37236 12.8524 4.04787 12.297C3.72339 11.7416 3.55255 11.1118 3.55247 10.4707C3.55272 9.83064 3.72307 9.20182 4.04653 8.64699L4.04632 8.64678ZM17.7068 11.7834L12.9042 9.04728L14.5669 8.10037C14.5751 8.09503 14.5845 8.09177 14.5942 8.0909C14.604 8.09002 14.6139 8.09154 14.6229 8.09533L18.5998 10.3607C19.1625 10.6816 19.6297 11.1428 19.9546 11.6982C20.2795 12.2536 20.4506 12.8835 20.4507 13.5247C20.4507 15.0552 19.4828 16.4246 18.0275 16.9532V12.3352C18.0277 12.3335 18.0277 12.3318 18.0277 12.3301C18.0277 12.2191 17.998 12.1102 17.9416 12.0142C17.8853 11.9182 17.8043 11.8386 17.7068 11.7834ZM19.3617 9.32583C19.323 9.30246 19.284 9.27955 19.2448 9.2571L15.3111 7.0151C15.2131 6.95871 15.1016 6.92898 14.9881 6.92894C14.8746 6.92898 14.7631 6.95871 14.665 7.0151L9.86233 9.75124V7.85666L9.86227 7.8534C9.86227 7.83489 9.87116 7.81746 9.88613 7.80637L13.8627 5.54287C14.4252 5.22291 15.063 5.05447 15.7123 5.05444C17.7569 5.05444 19.415 6.69048 19.415 8.70789C19.4149 8.91492 19.3971 9.12157 19.3617 9.32563V9.32583ZM8.95837 12.7026L7.29536 11.7553C7.28664 11.751 7.27912 11.7447 7.27348 11.7368C7.26783 11.729 7.26424 11.7199 7.26302 11.7103V7.17877C7.26391 5.16244 8.92203 3.52776 10.9658 3.52776C11.8314 3.52794 12.6696 3.82713 13.3349 4.37341C13.305 4.38954 13.2528 4.41799 13.2181 4.43874L9.28441 6.68068C9.18626 6.73577 9.10465 6.81553 9.04786 6.91184C8.99108 7.00815 8.96116 7.11757 8.96113 7.22899V7.2326L8.95837 12.7026ZM9.86158 10.7812L12.0006 9.56219L14.1396 10.7804V13.2176L12.0006 14.4358L9.86158 13.2176V10.7812Z"
|
|
1386
1428
|
}
|
|
1429
|
+
) }), ModelGeminiFilled1_default = IconModelGeminiFilled1;
|
|
1430
|
+
|
|
1431
|
+
// src/components/ModelGeminiFilled.tsx
|
|
1432
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1433
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx63(
|
|
1434
|
+
"path",
|
|
1435
|
+
{
|
|
1436
|
+
fill: fill || color || "currentColor",
|
|
1437
|
+
d: "M11.9797 1.5C11.64 7.1325 7.1325 11.64 1.5 11.9797V12.0203C7.1325 12.36 11.64 16.8675 11.9797 22.5H12.0203C12.36 16.8675 16.8675 12.36 22.5 12.0203V11.9797C16.8675 11.64 12.36 7.1325 12.0203 1.5H11.9797Z"
|
|
1438
|
+
}
|
|
1387
1439
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1388
1440
|
|
|
1389
1441
|
// src/components/ModelDeepmindFilled.tsx
|
|
1390
|
-
import { jsx as
|
|
1391
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1392
|
-
/* @__PURE__ */
|
|
1442
|
+
import { jsx as jsx64, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1443
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
1444
|
+
/* @__PURE__ */ jsx64("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx64(
|
|
1393
1445
|
"path",
|
|
1394
1446
|
{
|
|
1395
1447
|
fill: fill || color || "currentColor",
|
|
@@ -1398,12 +1450,12 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
1398
1450
|
clipRule: "evenodd"
|
|
1399
1451
|
}
|
|
1400
1452
|
) }),
|
|
1401
|
-
/* @__PURE__ */
|
|
1453
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx64("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1402
1454
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1403
1455
|
|
|
1404
1456
|
// src/components/ModelSoraFilled.tsx
|
|
1405
|
-
import { jsx as
|
|
1406
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1457
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1458
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx65("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx65(
|
|
1407
1459
|
"path",
|
|
1408
1460
|
{
|
|
1409
1461
|
fill: fill || color || "currentColor",
|
|
@@ -1412,7 +1464,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1412
1464
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1413
1465
|
|
|
1414
1466
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1415
|
-
import { jsx as
|
|
1467
|
+
import { jsx as jsx66, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1416
1468
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
1417
1469
|
size,
|
|
1418
1470
|
width,
|
|
@@ -1421,64 +1473,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1421
1473
|
className,
|
|
1422
1474
|
fill,
|
|
1423
1475
|
stroke
|
|
1424
|
-
}) => /* @__PURE__ */
|
|
1425
|
-
/* @__PURE__ */
|
|
1476
|
+
}) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1477
|
+
/* @__PURE__ */ jsx66(
|
|
1426
1478
|
"path",
|
|
1427
1479
|
{
|
|
1428
1480
|
fill: "#5A5C62",
|
|
1429
1481
|
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"
|
|
1430
1482
|
}
|
|
1431
1483
|
),
|
|
1432
|
-
/* @__PURE__ */
|
|
1484
|
+
/* @__PURE__ */ jsx66(
|
|
1433
1485
|
"path",
|
|
1434
1486
|
{
|
|
1435
1487
|
fill: "#D5D6D7",
|
|
1436
1488
|
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"
|
|
1437
1489
|
}
|
|
1438
1490
|
),
|
|
1439
|
-
/* @__PURE__ */
|
|
1491
|
+
/* @__PURE__ */ jsx66(
|
|
1440
1492
|
"path",
|
|
1441
1493
|
{
|
|
1442
1494
|
fill: "#C4C5C7",
|
|
1443
1495
|
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"
|
|
1444
1496
|
}
|
|
1445
1497
|
),
|
|
1446
|
-
/* @__PURE__ */
|
|
1498
|
+
/* @__PURE__ */ jsx66(
|
|
1447
1499
|
"path",
|
|
1448
1500
|
{
|
|
1449
1501
|
fill: "#7B7C81",
|
|
1450
1502
|
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"
|
|
1451
1503
|
}
|
|
1452
1504
|
),
|
|
1453
|
-
/* @__PURE__ */
|
|
1505
|
+
/* @__PURE__ */ jsx66(
|
|
1454
1506
|
"path",
|
|
1455
1507
|
{
|
|
1456
1508
|
fill: "#85878B",
|
|
1457
1509
|
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"
|
|
1458
1510
|
}
|
|
1459
1511
|
),
|
|
1460
|
-
/* @__PURE__ */
|
|
1512
|
+
/* @__PURE__ */ jsx66(
|
|
1461
1513
|
"path",
|
|
1462
1514
|
{
|
|
1463
1515
|
fill: "#1B1D24",
|
|
1464
1516
|
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"
|
|
1465
1517
|
}
|
|
1466
1518
|
),
|
|
1467
|
-
/* @__PURE__ */
|
|
1519
|
+
/* @__PURE__ */ jsx66(
|
|
1468
1520
|
"path",
|
|
1469
1521
|
{
|
|
1470
1522
|
fill: "#D5D6D7",
|
|
1471
1523
|
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"
|
|
1472
1524
|
}
|
|
1473
1525
|
),
|
|
1474
|
-
/* @__PURE__ */
|
|
1526
|
+
/* @__PURE__ */ jsx66(
|
|
1475
1527
|
"path",
|
|
1476
1528
|
{
|
|
1477
1529
|
fill: "#85878B",
|
|
1478
1530
|
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"
|
|
1479
1531
|
}
|
|
1480
1532
|
),
|
|
1481
|
-
/* @__PURE__ */
|
|
1533
|
+
/* @__PURE__ */ jsx66(
|
|
1482
1534
|
"path",
|
|
1483
1535
|
{
|
|
1484
1536
|
fill: "#D5D6D7",
|
|
@@ -1488,8 +1540,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1488
1540
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
1489
1541
|
|
|
1490
1542
|
// src/components/Models.tsx
|
|
1491
|
-
import { jsx as
|
|
1492
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1543
|
+
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
1544
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx67(
|
|
1493
1545
|
"path",
|
|
1494
1546
|
{
|
|
1495
1547
|
fill: stroke || color || "currentColor",
|
|
@@ -1500,23 +1552,23 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1500
1552
|
) }), Models_default = IconModels;
|
|
1501
1553
|
|
|
1502
1554
|
// src/components/More.tsx
|
|
1503
|
-
import { jsx as
|
|
1504
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1505
|
-
/* @__PURE__ */
|
|
1555
|
+
import { jsx as jsx68, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1556
|
+
var IconMore = ({ 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: [
|
|
1557
|
+
/* @__PURE__ */ jsx68(
|
|
1506
1558
|
"path",
|
|
1507
1559
|
{
|
|
1508
1560
|
fill: stroke || color || "currentColor",
|
|
1509
1561
|
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"
|
|
1510
1562
|
}
|
|
1511
1563
|
),
|
|
1512
|
-
/* @__PURE__ */
|
|
1564
|
+
/* @__PURE__ */ jsx68(
|
|
1513
1565
|
"path",
|
|
1514
1566
|
{
|
|
1515
1567
|
fill: stroke || color || "currentColor",
|
|
1516
1568
|
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"
|
|
1517
1569
|
}
|
|
1518
1570
|
),
|
|
1519
|
-
/* @__PURE__ */
|
|
1571
|
+
/* @__PURE__ */ jsx68(
|
|
1520
1572
|
"path",
|
|
1521
1573
|
{
|
|
1522
1574
|
fill: stroke || color || "currentColor",
|
|
@@ -1526,30 +1578,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1526
1578
|
] }), More_default = IconMore;
|
|
1527
1579
|
|
|
1528
1580
|
// src/components/Moresettings.tsx
|
|
1529
|
-
import { jsx as
|
|
1530
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1531
|
-
/* @__PURE__ */
|
|
1581
|
+
import { jsx as jsx69, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1582
|
+
var IconMoresettings = ({ 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: [
|
|
1583
|
+
/* @__PURE__ */ jsx69(
|
|
1532
1584
|
"path",
|
|
1533
1585
|
{
|
|
1534
1586
|
fill: stroke || color || "currentColor",
|
|
1535
1587
|
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"
|
|
1536
1588
|
}
|
|
1537
1589
|
),
|
|
1538
|
-
/* @__PURE__ */
|
|
1590
|
+
/* @__PURE__ */ jsx69(
|
|
1539
1591
|
"path",
|
|
1540
1592
|
{
|
|
1541
1593
|
fill: stroke || color || "currentColor",
|
|
1542
1594
|
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"
|
|
1543
1595
|
}
|
|
1544
1596
|
),
|
|
1545
|
-
/* @__PURE__ */
|
|
1597
|
+
/* @__PURE__ */ jsx69(
|
|
1546
1598
|
"path",
|
|
1547
1599
|
{
|
|
1548
1600
|
fill: stroke || color || "currentColor",
|
|
1549
1601
|
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"
|
|
1550
1602
|
}
|
|
1551
1603
|
),
|
|
1552
|
-
/* @__PURE__ */
|
|
1604
|
+
/* @__PURE__ */ jsx69(
|
|
1553
1605
|
"path",
|
|
1554
1606
|
{
|
|
1555
1607
|
fill: stroke || color || "currentColor",
|
|
@@ -1561,8 +1613,8 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
1561
1613
|
] }), Moresettings_default = IconMoresettings;
|
|
1562
1614
|
|
|
1563
1615
|
// src/components/Musicassets.tsx
|
|
1564
|
-
import { jsx as
|
|
1565
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1616
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1617
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx70(
|
|
1566
1618
|
"path",
|
|
1567
1619
|
{
|
|
1568
1620
|
fill: stroke || color || "currentColor",
|
|
@@ -1573,9 +1625,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
1573
1625
|
) }), Musicassets_default = IconMusicassets;
|
|
1574
1626
|
|
|
1575
1627
|
// src/components/Mute.tsx
|
|
1576
|
-
import { jsx as
|
|
1577
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1578
|
-
/* @__PURE__ */
|
|
1628
|
+
import { jsx as jsx71, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1629
|
+
var IconMute = ({ 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: [
|
|
1630
|
+
/* @__PURE__ */ jsx71(
|
|
1579
1631
|
"path",
|
|
1580
1632
|
{
|
|
1581
1633
|
fill: stroke || color || "currentColor",
|
|
@@ -1584,7 +1636,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1584
1636
|
clipRule: "evenodd"
|
|
1585
1637
|
}
|
|
1586
1638
|
),
|
|
1587
|
-
/* @__PURE__ */
|
|
1639
|
+
/* @__PURE__ */ jsx71(
|
|
1588
1640
|
"path",
|
|
1589
1641
|
{
|
|
1590
1642
|
fill: stroke || color || "currentColor",
|
|
@@ -1593,10 +1645,22 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1593
1645
|
)
|
|
1594
1646
|
] }), Mute_default = IconMute;
|
|
1595
1647
|
|
|
1648
|
+
// src/components/Next.tsx
|
|
1649
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1650
|
+
var IconNext = ({ 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(
|
|
1651
|
+
"path",
|
|
1652
|
+
{
|
|
1653
|
+
fill: stroke || color || "currentColor",
|
|
1654
|
+
d: "M12 13.125L0 13.125L9.83506e-08 10.875L12 10.875L12 3L15 3L24 12L15 21H12L12 13.125ZM20.818 12L14.25 5.43198L14.25 18.568L20.818 12Z",
|
|
1655
|
+
fillRule: "evenodd",
|
|
1656
|
+
clipRule: "evenodd"
|
|
1657
|
+
}
|
|
1658
|
+
) }), Next_default = IconNext;
|
|
1659
|
+
|
|
1596
1660
|
// src/components/Nextscene.tsx
|
|
1597
|
-
import { jsx as
|
|
1598
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1599
|
-
/* @__PURE__ */
|
|
1661
|
+
import { jsx as jsx73, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1662
|
+
var IconNextscene = ({ 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: [
|
|
1663
|
+
/* @__PURE__ */ jsx73(
|
|
1600
1664
|
"rect",
|
|
1601
1665
|
{
|
|
1602
1666
|
width: "22.5",
|
|
@@ -1609,7 +1673,7 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1609
1673
|
strokeWidth: "1.5"
|
|
1610
1674
|
}
|
|
1611
1675
|
),
|
|
1612
|
-
/* @__PURE__ */
|
|
1676
|
+
/* @__PURE__ */ jsx73(
|
|
1613
1677
|
"path",
|
|
1614
1678
|
{
|
|
1615
1679
|
fill: stroke || color || "currentColor",
|
|
@@ -1619,18 +1683,18 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1619
1683
|
] }), Nextscene_default = IconNextscene;
|
|
1620
1684
|
|
|
1621
1685
|
// src/components/Oneclickgenerate.tsx
|
|
1622
|
-
import { jsx as
|
|
1623
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1624
|
-
/* @__PURE__ */
|
|
1625
|
-
/* @__PURE__ */
|
|
1626
|
-
/* @__PURE__ */
|
|
1686
|
+
import { jsx as jsx74, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1687
|
+
var IconOneclickgenerate = ({ 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: [
|
|
1688
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
1689
|
+
/* @__PURE__ */ jsx74("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
1690
|
+
/* @__PURE__ */ jsx74(
|
|
1627
1691
|
"path",
|
|
1628
1692
|
{
|
|
1629
1693
|
fill: stroke || color || "currentColor",
|
|
1630
1694
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
1631
1695
|
}
|
|
1632
1696
|
),
|
|
1633
|
-
/* @__PURE__ */
|
|
1697
|
+
/* @__PURE__ */ jsx74(
|
|
1634
1698
|
"path",
|
|
1635
1699
|
{
|
|
1636
1700
|
fill: stroke || color || "currentColor",
|
|
@@ -1642,9 +1706,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
1642
1706
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
1643
1707
|
|
|
1644
1708
|
// src/components/Opendemo.tsx
|
|
1645
|
-
import { jsx as
|
|
1646
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1647
|
-
/* @__PURE__ */
|
|
1709
|
+
import { jsx as jsx75, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1710
|
+
var IconOpendemo = ({ 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: [
|
|
1711
|
+
/* @__PURE__ */ jsx75(
|
|
1648
1712
|
"path",
|
|
1649
1713
|
{
|
|
1650
1714
|
fill: stroke || color || "currentColor",
|
|
@@ -1653,16 +1717,51 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1653
1717
|
clipRule: "evenodd"
|
|
1654
1718
|
}
|
|
1655
1719
|
),
|
|
1656
|
-
/* @__PURE__ */
|
|
1720
|
+
/* @__PURE__ */ jsx75("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
1657
1721
|
] }), Opendemo_default = IconOpendemo;
|
|
1658
1722
|
|
|
1723
|
+
// src/components/PageError1.tsx
|
|
1724
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1725
|
+
var IconPageError1 = ({ 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("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError1_default = IconPageError1;
|
|
1726
|
+
|
|
1659
1727
|
// src/components/PageError.tsx
|
|
1660
|
-
import { jsx as
|
|
1661
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1728
|
+
import { jsx as jsx77, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1729
|
+
var IconPageError = ({ 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: [
|
|
1730
|
+
/* @__PURE__ */ jsx77(
|
|
1731
|
+
"path",
|
|
1732
|
+
{
|
|
1733
|
+
fill: stroke || color || "currentColor",
|
|
1734
|
+
d: "M10.4111 8.28966C10.9969 8.87545 11.9466 8.87545 12.5324 8.28966C13.1182 7.70388 13.1182 6.75413 12.5324 6.16834C11.9466 5.58255 10.9969 5.58255 10.4111 6.16834C9.82529 6.75413 9.82529 7.70388 10.4111 8.28966Z"
|
|
1735
|
+
}
|
|
1736
|
+
),
|
|
1737
|
+
/* @__PURE__ */ jsx77(
|
|
1738
|
+
"path",
|
|
1739
|
+
{
|
|
1740
|
+
fill: stroke || color || "currentColor",
|
|
1741
|
+
d: "M17.8357 14.343C17.2499 14.9288 16.3001 14.9288 15.7144 14.343C15.1286 13.7572 15.1286 12.8075 15.7144 12.2217C16.3001 11.6359 17.2499 11.6359 17.8357 12.2217C18.4215 12.8075 18.4215 13.7572 17.8357 14.343Z"
|
|
1742
|
+
}
|
|
1743
|
+
),
|
|
1744
|
+
/* @__PURE__ */ jsx77(
|
|
1745
|
+
"path",
|
|
1746
|
+
{
|
|
1747
|
+
fill: stroke || color || "currentColor",
|
|
1748
|
+
d: "M7.75937 16.2446C6.00846 14.4937 5.56592 11.9298 6.43174 9.768L8.41315 10.912C8.02527 12.1931 8.33767 13.6409 9.35036 14.6536C10.0828 15.386 11.0406 15.7519 12.002 15.7519C13.6589 15.7519 15.002 17.0951 15.002 18.7519V19.5019H12.752V18.7519C12.752 18.3377 12.4162 18.0019 12.002 18.0019C10.4682 18.0019 8.93073 17.4159 7.75937 16.2446Z"
|
|
1749
|
+
}
|
|
1750
|
+
),
|
|
1751
|
+
/* @__PURE__ */ jsx77(
|
|
1752
|
+
"path",
|
|
1753
|
+
{
|
|
1754
|
+
fill: stroke || color || "currentColor",
|
|
1755
|
+
d: "M24.002 19.502L22.0681 18.535C22.1807 18.3612 22.2895 18.1835 22.3943 18.002C22.6697 17.5251 22.9086 17.0371 23.1119 16.5413C25.3552 11.0706 23.2646 4.64805 18.002 1.6097C12.2625 -1.70401 4.92341 0.262492 1.6097 6.002C-0.319115 9.34281 -0.458958 13.2256 0.892935 16.541C1.1756 17.2342 1.52349 17.9026 1.93387 18.5361L0.00203299 19.502V24.002H11.7707C11.9176 24.0047 12.0644 24.0047 12.211 24.002H24.002V19.502ZM20.1797 17.3117L18.8122 19.4227L21.752 20.8926V21.752H12.1903L12.1696 21.7524C12.0506 21.7546 11.9313 21.7546 11.812 21.7524L11.7914 21.752H2.25203V20.8926L5.1898 19.4237L3.82224 17.3127C1.89069 14.3312 1.66503 10.4062 3.55826 7.127C6.25064 2.46365 12.2136 0.865868 16.877 3.55826C21.5404 6.25064 23.1381 12.2136 20.4458 16.877C20.3602 17.0252 20.2715 17.1701 20.1797 17.3117Z",
|
|
1756
|
+
fillRule: "evenodd",
|
|
1757
|
+
clipRule: "evenodd"
|
|
1758
|
+
}
|
|
1759
|
+
)
|
|
1760
|
+
] }), PageError_default = IconPageError;
|
|
1662
1761
|
|
|
1663
1762
|
// src/components/Pencil.tsx
|
|
1664
|
-
import { jsx as
|
|
1665
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1763
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1764
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx78(
|
|
1666
1765
|
"path",
|
|
1667
1766
|
{
|
|
1668
1767
|
fill: stroke || color || "currentColor",
|
|
@@ -1672,23 +1771,49 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1672
1771
|
}
|
|
1673
1772
|
) }), Pencil_default = IconPencil;
|
|
1674
1773
|
|
|
1774
|
+
// src/components/Pick.tsx
|
|
1775
|
+
import { jsx as jsx79 } from "react/jsx-runtime";
|
|
1776
|
+
var IconPick = ({ 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(
|
|
1777
|
+
"path",
|
|
1778
|
+
{
|
|
1779
|
+
fill: stroke || color || "currentColor",
|
|
1780
|
+
d: "M18 24H21V0H3V24H6L12 18L18 24ZM5.25 21.568L12 14.818L18.75 21.568V2.25H5.25V21.568Z",
|
|
1781
|
+
fillRule: "evenodd",
|
|
1782
|
+
clipRule: "evenodd"
|
|
1783
|
+
}
|
|
1784
|
+
) }), Pick_default = IconPick;
|
|
1785
|
+
|
|
1786
|
+
// src/components/PickedFilled.tsx
|
|
1787
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
1788
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx80("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
1789
|
+
|
|
1675
1790
|
// src/components/PlanFilled.tsx
|
|
1676
|
-
import { jsx as
|
|
1677
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1678
|
-
/* @__PURE__ */
|
|
1791
|
+
import { jsx as jsx81, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1792
|
+
var IconPlanFilled = ({ 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: [
|
|
1793
|
+
/* @__PURE__ */ jsx81("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx81(
|
|
1679
1794
|
"path",
|
|
1680
1795
|
{
|
|
1681
1796
|
fill: fill || color || "currentColor",
|
|
1682
1797
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
1683
1798
|
}
|
|
1684
1799
|
) }),
|
|
1685
|
-
/* @__PURE__ */
|
|
1800
|
+
/* @__PURE__ */ jsx81("defs", { children: /* @__PURE__ */ jsx81("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx81("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
1686
1801
|
] }), PlanFilled_default = IconPlanFilled;
|
|
1687
1802
|
|
|
1803
|
+
// src/components/PlayFilled.tsx
|
|
1804
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1805
|
+
var IconPlayFilled = ({ 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(
|
|
1806
|
+
"path",
|
|
1807
|
+
{
|
|
1808
|
+
fill: fill || color || "currentColor",
|
|
1809
|
+
d: "M7.5 24L10.5 24L22.5 12L10.5 -4.17271e-08L7.5 0L7.5 24Z"
|
|
1810
|
+
}
|
|
1811
|
+
) }), PlayFilled_default = IconPlayFilled;
|
|
1812
|
+
|
|
1688
1813
|
// src/components/Previouscene.tsx
|
|
1689
|
-
import { jsx as
|
|
1690
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1691
|
-
/* @__PURE__ */
|
|
1814
|
+
import { jsx as jsx83, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1815
|
+
var IconPreviouscene = ({ 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: [
|
|
1816
|
+
/* @__PURE__ */ jsx83(
|
|
1692
1817
|
"rect",
|
|
1693
1818
|
{
|
|
1694
1819
|
width: "22.5",
|
|
@@ -1700,7 +1825,7 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1700
1825
|
strokeWidth: "1.5"
|
|
1701
1826
|
}
|
|
1702
1827
|
),
|
|
1703
|
-
/* @__PURE__ */
|
|
1828
|
+
/* @__PURE__ */ jsx83(
|
|
1704
1829
|
"path",
|
|
1705
1830
|
{
|
|
1706
1831
|
fill: stroke || color || "currentColor",
|
|
@@ -1710,8 +1835,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
1710
1835
|
] }), Previouscene_default = IconPreviouscene;
|
|
1711
1836
|
|
|
1712
1837
|
// src/components/ProblemNoticeFilled.tsx
|
|
1713
|
-
import { jsx as
|
|
1714
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1838
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1839
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
|
|
1715
1840
|
"path",
|
|
1716
1841
|
{
|
|
1717
1842
|
fill: fill || color || "currentColor",
|
|
@@ -1722,11 +1847,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
1722
1847
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
1723
1848
|
|
|
1724
1849
|
// src/components/Problem.tsx
|
|
1725
|
-
import { jsx as
|
|
1726
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1727
|
-
/* @__PURE__ */
|
|
1728
|
-
/* @__PURE__ */
|
|
1729
|
-
/* @__PURE__ */
|
|
1850
|
+
import { jsx as jsx85, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1851
|
+
var IconProblem = ({ 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: [
|
|
1852
|
+
/* @__PURE__ */ jsx85("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
1853
|
+
/* @__PURE__ */ jsx85("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
1854
|
+
/* @__PURE__ */ jsx85(
|
|
1730
1855
|
"path",
|
|
1731
1856
|
{
|
|
1732
1857
|
fill: stroke || color || "currentColor",
|
|
@@ -1738,8 +1863,8 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1738
1863
|
] }), Problem_default = IconProblem;
|
|
1739
1864
|
|
|
1740
1865
|
// src/components/Ratio169.tsx
|
|
1741
|
-
import { jsx as
|
|
1742
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1866
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
1867
|
+
var IconRatio169 = ({ 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(
|
|
1743
1868
|
"path",
|
|
1744
1869
|
{
|
|
1745
1870
|
fill: stroke || color || "currentColor",
|
|
@@ -1748,16 +1873,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1748
1873
|
) }), Ratio169_default = IconRatio169;
|
|
1749
1874
|
|
|
1750
1875
|
// src/components/Ratio11.tsx
|
|
1751
|
-
import { jsx as
|
|
1752
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1753
|
-
/* @__PURE__ */
|
|
1876
|
+
import { jsx as jsx87, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1877
|
+
var IconRatio11 = ({ 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: [
|
|
1878
|
+
/* @__PURE__ */ jsx87("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx87(
|
|
1754
1879
|
"path",
|
|
1755
1880
|
{
|
|
1756
1881
|
fill: stroke || color || "currentColor",
|
|
1757
1882
|
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"
|
|
1758
1883
|
}
|
|
1759
1884
|
) }),
|
|
1760
|
-
/* @__PURE__ */
|
|
1885
|
+
/* @__PURE__ */ jsx87("defs", { children: /* @__PURE__ */ jsx87("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx87(
|
|
1761
1886
|
"rect",
|
|
1762
1887
|
{
|
|
1763
1888
|
width: "24",
|
|
@@ -1769,16 +1894,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1769
1894
|
] }), Ratio11_default = IconRatio11;
|
|
1770
1895
|
|
|
1771
1896
|
// src/components/Ratio916.tsx
|
|
1772
|
-
import { jsx as
|
|
1773
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1774
|
-
/* @__PURE__ */
|
|
1897
|
+
import { jsx as jsx88, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1898
|
+
var IconRatio916 = ({ 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: [
|
|
1899
|
+
/* @__PURE__ */ jsx88("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx88(
|
|
1775
1900
|
"path",
|
|
1776
1901
|
{
|
|
1777
1902
|
fill: stroke || color || "currentColor",
|
|
1778
1903
|
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"
|
|
1779
1904
|
}
|
|
1780
1905
|
) }),
|
|
1781
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx88(
|
|
1782
1907
|
"rect",
|
|
1783
1908
|
{
|
|
1784
1909
|
width: "24",
|
|
@@ -1790,16 +1915,16 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1790
1915
|
] }), Ratio916_default = IconRatio916;
|
|
1791
1916
|
|
|
1792
1917
|
// src/components/Ratio.tsx
|
|
1793
|
-
import { jsx as
|
|
1794
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1795
|
-
/* @__PURE__ */
|
|
1918
|
+
import { jsx as jsx89, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1919
|
+
var IconRatio = ({ 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: [
|
|
1920
|
+
/* @__PURE__ */ jsx89(
|
|
1796
1921
|
"path",
|
|
1797
1922
|
{
|
|
1798
1923
|
fill: stroke || color || "currentColor",
|
|
1799
1924
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
1800
1925
|
}
|
|
1801
1926
|
),
|
|
1802
|
-
/* @__PURE__ */
|
|
1927
|
+
/* @__PURE__ */ jsx89(
|
|
1803
1928
|
"path",
|
|
1804
1929
|
{
|
|
1805
1930
|
fill: stroke || color || "currentColor",
|
|
@@ -1809,8 +1934,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1809
1934
|
] }), Ratio_default = IconRatio;
|
|
1810
1935
|
|
|
1811
1936
|
// src/components/ReEdit.tsx
|
|
1812
|
-
import { jsx as
|
|
1813
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1937
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1938
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
|
|
1814
1939
|
"path",
|
|
1815
1940
|
{
|
|
1816
1941
|
fill: stroke || color || "currentColor",
|
|
@@ -1821,8 +1946,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1821
1946
|
) }), ReEdit_default = IconReEdit;
|
|
1822
1947
|
|
|
1823
1948
|
// src/components/Regenerate.tsx
|
|
1824
|
-
import { jsx as
|
|
1825
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1949
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
1950
|
+
var IconRegenerate = ({ 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(
|
|
1826
1951
|
"path",
|
|
1827
1952
|
{
|
|
1828
1953
|
fill: stroke || color || "currentColor",
|
|
@@ -1832,22 +1957,54 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1832
1957
|
}
|
|
1833
1958
|
) }), Regenerate_default = IconRegenerate;
|
|
1834
1959
|
|
|
1960
|
+
// src/components/SceneNext.tsx
|
|
1961
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1962
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
|
|
1963
|
+
"path",
|
|
1964
|
+
{
|
|
1965
|
+
fill: stroke || color || "currentColor",
|
|
1966
|
+
d: "M21.8867 12L12.0908 21.7959L10.5 20.2041L17.5791 13.125H3V10.875H17.5791L10.5 3.7959L12.0908 2.2041L21.8867 12Z"
|
|
1967
|
+
}
|
|
1968
|
+
) }), SceneNext_default = IconSceneNext;
|
|
1969
|
+
|
|
1835
1970
|
// src/components/Scriptmode.tsx
|
|
1836
|
-
import { jsx as
|
|
1837
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1839
|
-
/* @__PURE__ */
|
|
1840
|
-
/* @__PURE__ */
|
|
1841
|
-
/* @__PURE__ */
|
|
1842
|
-
/* @__PURE__ */
|
|
1843
|
-
/* @__PURE__ */
|
|
1844
|
-
/* @__PURE__ */
|
|
1845
|
-
/* @__PURE__ */
|
|
1971
|
+
import { jsx as jsx93, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1972
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1973
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
1974
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
1975
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
1976
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
1977
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
1978
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
1979
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
1980
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
1846
1981
|
] }), Scriptmode_default = IconScriptmode;
|
|
1847
1982
|
|
|
1983
|
+
// src/components/ShareFilled.tsx
|
|
1984
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
1985
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx94("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx94(
|
|
1986
|
+
"path",
|
|
1987
|
+
{
|
|
1988
|
+
fill: fill || color || "currentColor",
|
|
1989
|
+
d: "M13.0996 2L23.5 12L13.0996 22H10.5V16.3008C6.62666 16.4035 4.00721 17.6875 2.59082 18.8301L0.5 17.6211C1.0383 13.6816 3.68853 8.05945 10.5 7.79688V2H13.0996Z"
|
|
1990
|
+
}
|
|
1991
|
+
) }), ShareFilled_default = IconShareFilled;
|
|
1992
|
+
|
|
1993
|
+
// src/components/Share.tsx
|
|
1994
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1995
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
1996
|
+
"path",
|
|
1997
|
+
{
|
|
1998
|
+
fill: stroke || color || "currentColor",
|
|
1999
|
+
d: "M24 12L12.6097 22.3903H9.76212V16.2936C5.95222 16.5128 3.5677 17.6386 2.09119 18.8297L0 17.6215C0.55117 13.587 2.56375 8.38928 9.76212 7.78703V1.6097H12.6097L24 12ZM11.8978 9.75169L9.9401 9.91576C7.66821 10.1058 6.14378 10.8115 5.08615 11.6858C4.0136 12.5726 3.28821 13.7428 2.80308 15.0506C2.68538 15.3679 2.5841 15.6887 2.4958 16.0086C4.25079 15.0558 6.57865 14.3382 9.63977 14.1621L11.8978 14.0314V20.0822L20.98 12L11.8978 3.91779V9.75169Z",
|
|
2000
|
+
fillRule: "evenodd",
|
|
2001
|
+
clipRule: "evenodd"
|
|
2002
|
+
}
|
|
2003
|
+
) }), Share_default = IconShare;
|
|
2004
|
+
|
|
1848
2005
|
// src/components/SocialX.tsx
|
|
1849
|
-
import { jsx as
|
|
1850
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2006
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
2007
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx96(
|
|
1851
2008
|
"path",
|
|
1852
2009
|
{
|
|
1853
2010
|
fill: fill || color || "currentColor",
|
|
@@ -1856,8 +2013,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1856
2013
|
) }), SocialX_default = IconSocialX;
|
|
1857
2014
|
|
|
1858
2015
|
// src/components/SocialDiscord.tsx
|
|
1859
|
-
import { jsx as
|
|
1860
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2016
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2017
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1861
2018
|
"path",
|
|
1862
2019
|
{
|
|
1863
2020
|
fill: fill || color || "currentColor",
|
|
@@ -1866,9 +2023,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
1866
2023
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
1867
2024
|
|
|
1868
2025
|
// src/components/SoundOff.tsx
|
|
1869
|
-
import { jsx as
|
|
1870
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1871
|
-
/* @__PURE__ */
|
|
2026
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2027
|
+
var IconSoundOff = ({ 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: [
|
|
2028
|
+
/* @__PURE__ */ jsx98(
|
|
1872
2029
|
"path",
|
|
1873
2030
|
{
|
|
1874
2031
|
fill: stroke || color || "currentColor",
|
|
@@ -1877,7 +2034,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1877
2034
|
clipRule: "evenodd"
|
|
1878
2035
|
}
|
|
1879
2036
|
),
|
|
1880
|
-
/* @__PURE__ */
|
|
2037
|
+
/* @__PURE__ */ jsx98(
|
|
1881
2038
|
"path",
|
|
1882
2039
|
{
|
|
1883
2040
|
fill: stroke || color || "currentColor",
|
|
@@ -1887,9 +2044,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1887
2044
|
] }), SoundOff_default = IconSoundOff;
|
|
1888
2045
|
|
|
1889
2046
|
// src/components/SoundOn.tsx
|
|
1890
|
-
import { jsx as
|
|
1891
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1892
|
-
/* @__PURE__ */
|
|
2047
|
+
import { jsx as jsx99, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2048
|
+
var IconSoundOn = ({ 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: [
|
|
2049
|
+
/* @__PURE__ */ jsx99(
|
|
1893
2050
|
"path",
|
|
1894
2051
|
{
|
|
1895
2052
|
fill: stroke || color || "currentColor",
|
|
@@ -1898,14 +2055,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1898
2055
|
clipRule: "evenodd"
|
|
1899
2056
|
}
|
|
1900
2057
|
),
|
|
1901
|
-
/* @__PURE__ */
|
|
2058
|
+
/* @__PURE__ */ jsx99(
|
|
1902
2059
|
"path",
|
|
1903
2060
|
{
|
|
1904
2061
|
fill: stroke || color || "currentColor",
|
|
1905
2062
|
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"
|
|
1906
2063
|
}
|
|
1907
2064
|
),
|
|
1908
|
-
/* @__PURE__ */
|
|
2065
|
+
/* @__PURE__ */ jsx99(
|
|
1909
2066
|
"path",
|
|
1910
2067
|
{
|
|
1911
2068
|
fill: stroke || color || "currentColor",
|
|
@@ -1915,8 +2072,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
1915
2072
|
] }), SoundOn_default = IconSoundOn;
|
|
1916
2073
|
|
|
1917
2074
|
// src/components/Storyboard.tsx
|
|
1918
|
-
import { jsx as
|
|
1919
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2075
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2076
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx100(
|
|
1920
2077
|
"path",
|
|
1921
2078
|
{
|
|
1922
2079
|
fill: stroke || color || "currentColor",
|
|
@@ -1927,25 +2084,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1927
2084
|
) }), Storyboard_default = IconStoryboard;
|
|
1928
2085
|
|
|
1929
2086
|
// src/components/StyleAutoFilled.tsx
|
|
1930
|
-
import { jsx as
|
|
1931
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1932
|
-
/* @__PURE__ */
|
|
2087
|
+
import { jsx as jsx101, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2088
|
+
var IconStyleAutoFilled = ({ 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: [
|
|
2089
|
+
/* @__PURE__ */ jsx101(
|
|
1933
2090
|
"path",
|
|
1934
2091
|
{
|
|
1935
2092
|
fill: fill || color || "currentColor",
|
|
1936
2093
|
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"
|
|
1937
2094
|
}
|
|
1938
2095
|
),
|
|
1939
|
-
/* @__PURE__ */
|
|
2096
|
+
/* @__PURE__ */ jsx101(
|
|
1940
2097
|
"path",
|
|
1941
2098
|
{
|
|
1942
2099
|
fill: fill || color || "currentColor",
|
|
1943
2100
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
1944
2101
|
}
|
|
1945
2102
|
),
|
|
1946
|
-
/* @__PURE__ */
|
|
1947
|
-
/* @__PURE__ */
|
|
1948
|
-
/* @__PURE__ */
|
|
2103
|
+
/* @__PURE__ */ jsx101("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
2104
|
+
/* @__PURE__ */ jsx101("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
2105
|
+
/* @__PURE__ */ jsx101(
|
|
1949
2106
|
"path",
|
|
1950
2107
|
{
|
|
1951
2108
|
fill: fill || color || "currentColor",
|
|
@@ -1955,44 +2112,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1955
2112
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
1956
2113
|
|
|
1957
2114
|
// src/components/Style.tsx
|
|
1958
|
-
import { jsx as
|
|
1959
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1960
|
-
/* @__PURE__ */
|
|
2115
|
+
import { jsx as jsx102, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2116
|
+
var IconStyle = ({ 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: [
|
|
2117
|
+
/* @__PURE__ */ jsx102(
|
|
1961
2118
|
"path",
|
|
1962
2119
|
{
|
|
1963
2120
|
fill: stroke || color || "currentColor",
|
|
1964
2121
|
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"
|
|
1965
2122
|
}
|
|
1966
2123
|
),
|
|
1967
|
-
/* @__PURE__ */
|
|
2124
|
+
/* @__PURE__ */ jsx102(
|
|
1968
2125
|
"path",
|
|
1969
2126
|
{
|
|
1970
2127
|
fill: stroke || color || "currentColor",
|
|
1971
2128
|
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"
|
|
1972
2129
|
}
|
|
1973
2130
|
),
|
|
1974
|
-
/* @__PURE__ */
|
|
2131
|
+
/* @__PURE__ */ jsx102(
|
|
1975
2132
|
"path",
|
|
1976
2133
|
{
|
|
1977
2134
|
fill: stroke || color || "currentColor",
|
|
1978
2135
|
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"
|
|
1979
2136
|
}
|
|
1980
2137
|
),
|
|
1981
|
-
/* @__PURE__ */
|
|
2138
|
+
/* @__PURE__ */ jsx102(
|
|
1982
2139
|
"path",
|
|
1983
2140
|
{
|
|
1984
2141
|
fill: stroke || color || "currentColor",
|
|
1985
2142
|
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"
|
|
1986
2143
|
}
|
|
1987
2144
|
),
|
|
1988
|
-
/* @__PURE__ */
|
|
2145
|
+
/* @__PURE__ */ jsx102(
|
|
1989
2146
|
"path",
|
|
1990
2147
|
{
|
|
1991
2148
|
fill: stroke || color || "currentColor",
|
|
1992
2149
|
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"
|
|
1993
2150
|
}
|
|
1994
2151
|
),
|
|
1995
|
-
/* @__PURE__ */
|
|
2152
|
+
/* @__PURE__ */ jsx102(
|
|
1996
2153
|
"path",
|
|
1997
2154
|
{
|
|
1998
2155
|
fill: stroke || color || "currentColor",
|
|
@@ -2003,9 +2160,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2003
2160
|
)
|
|
2004
2161
|
] }), Style_default = IconStyle;
|
|
2005
2162
|
|
|
2006
|
-
// src/components/
|
|
2007
|
-
import { jsx as
|
|
2008
|
-
var
|
|
2163
|
+
// src/components/SwitchOnFilled1.tsx
|
|
2164
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2165
|
+
var IconSwitchOnFilled1 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
2009
2166
|
"path",
|
|
2010
2167
|
{
|
|
2011
2168
|
fill: fill || color || "currentColor",
|
|
@@ -2013,12 +2170,24 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2013
2170
|
fillRule: "evenodd",
|
|
2014
2171
|
clipRule: "evenodd"
|
|
2015
2172
|
}
|
|
2173
|
+
) }), SwitchOnFilled1_default = IconSwitchOnFilled1;
|
|
2174
|
+
|
|
2175
|
+
// src/components/SwitchOnFilled.tsx
|
|
2176
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
2177
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx104(
|
|
2178
|
+
"path",
|
|
2179
|
+
{
|
|
2180
|
+
fill: fill || color || "currentColor",
|
|
2181
|
+
d: "M16.5 4.5C20.6421 4.5 24 7.85786 24 12C24 16.1421 20.6421 19.5 16.5 19.5H7.5C3.35786 19.5 0 16.1421 0 12C0 7.85786 3.35786 4.5 7.5 4.5H16.5ZM16.5 7.5C18.9853 7.5 21 9.51472 21 12C21 14.4853 18.9853 16.5 16.5 16.5C14.0147 16.5 12 14.4853 12 12C12 9.51472 14.0147 7.5 16.5 7.5Z",
|
|
2182
|
+
fillRule: "evenodd",
|
|
2183
|
+
clipRule: "evenodd"
|
|
2184
|
+
}
|
|
2016
2185
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
2017
2186
|
|
|
2018
2187
|
// src/components/Target.tsx
|
|
2019
|
-
import { jsx as
|
|
2020
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2021
|
-
/* @__PURE__ */
|
|
2188
|
+
import { jsx as jsx105, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2189
|
+
var IconTarget = ({ 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: [
|
|
2190
|
+
/* @__PURE__ */ jsx105(
|
|
2022
2191
|
"path",
|
|
2023
2192
|
{
|
|
2024
2193
|
fill: stroke || color || "currentColor",
|
|
@@ -2027,7 +2196,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2027
2196
|
clipRule: "evenodd"
|
|
2028
2197
|
}
|
|
2029
2198
|
),
|
|
2030
|
-
/* @__PURE__ */
|
|
2199
|
+
/* @__PURE__ */ jsx105(
|
|
2031
2200
|
"path",
|
|
2032
2201
|
{
|
|
2033
2202
|
fill: stroke || color || "currentColor",
|
|
@@ -2039,63 +2208,63 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2039
2208
|
] }), Target_default = IconTarget;
|
|
2040
2209
|
|
|
2041
2210
|
// src/components/TextLogo.tsx
|
|
2042
|
-
import { jsx as
|
|
2043
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2044
|
-
/* @__PURE__ */
|
|
2211
|
+
import { jsx as jsx106, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2212
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
2213
|
+
/* @__PURE__ */ jsx106(
|
|
2045
2214
|
"path",
|
|
2046
2215
|
{
|
|
2047
2216
|
fill: fill || color || "currentColor",
|
|
2048
|
-
d: "M42.
|
|
2217
|
+
d: "M42.0619 5.62238C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2219 27.6027 49.8822 33.9423 42.0619 33.9423C34.2415 33.9423 27.9019 27.6027 27.9019 19.7823C27.9019 11.962 34.2415 5.62238 42.0619 5.62238ZM42.0619 13.1743C38.4124 13.1743 35.4538 16.1329 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0619 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7114 13.1743 42.0619 13.1743Z"
|
|
2049
2218
|
}
|
|
2050
2219
|
),
|
|
2051
|
-
/* @__PURE__ */
|
|
2220
|
+
/* @__PURE__ */ jsx106(
|
|
2052
2221
|
"path",
|
|
2053
2222
|
{
|
|
2054
2223
|
fill: fill || color || "currentColor",
|
|
2055
|
-
d: "M89.3535 5.
|
|
2224
|
+
d: "M89.3535 5.62238C97.1738 5.62238 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.62238ZM89.3536 13.1744C85.7041 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.7041 26.3904 89.3536 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3536 13.1744Z"
|
|
2056
2225
|
}
|
|
2057
2226
|
),
|
|
2058
|
-
/* @__PURE__ */
|
|
2227
|
+
/* @__PURE__ */ jsx106(
|
|
2059
2228
|
"path",
|
|
2060
2229
|
{
|
|
2061
2230
|
fill: fill || color || "currentColor",
|
|
2062
|
-
d: "M59.1199 19.3272C59.1199 11.741 63.
|
|
2231
|
+
d: "M59.1199 19.3272C59.1199 11.741 63.1894 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.3218 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
2063
2232
|
}
|
|
2064
2233
|
),
|
|
2065
|
-
/* @__PURE__ */
|
|
2234
|
+
/* @__PURE__ */ jsx106(
|
|
2066
2235
|
"path",
|
|
2067
2236
|
{
|
|
2068
2237
|
fill: fill || color || "currentColor",
|
|
2069
|
-
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.
|
|
2238
|
+
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358172 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"
|
|
2070
2239
|
}
|
|
2071
2240
|
),
|
|
2072
|
-
/* @__PURE__ */
|
|
2241
|
+
/* @__PURE__ */ jsx106(
|
|
2073
2242
|
"path",
|
|
2074
2243
|
{
|
|
2075
2244
|
fill: fill || color || "currentColor",
|
|
2076
|
-
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.
|
|
2245
|
+
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358172 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"
|
|
2077
2246
|
}
|
|
2078
2247
|
),
|
|
2079
|
-
/* @__PURE__ */
|
|
2248
|
+
/* @__PURE__ */ jsx106(
|
|
2080
2249
|
"path",
|
|
2081
2250
|
{
|
|
2082
2251
|
fill: fill || color || "currentColor",
|
|
2083
|
-
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.
|
|
2252
|
+
d: "M28.9593 6.56006C29.4318 6.56006 29.7414 7.05518 29.5348 7.48064L13.9665 39.5493C13.8326 39.825 13.5532 40 13.247 40L6.77146 39.9999C6.30411 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.06159L13.9677 20.3519C14.1249 20.7422 14.6717 20.756 14.8483 20.3742L21.0237 7.02433C21.1547 6.74124 21.4379 6.56006 21.7496 6.56006H28.9593Z"
|
|
2084
2253
|
}
|
|
2085
2254
|
)
|
|
2086
2255
|
] }), TextLogo_default = IconTextLogo;
|
|
2087
2256
|
|
|
2088
2257
|
// src/components/ToolsFilled.tsx
|
|
2089
|
-
import { jsx as
|
|
2090
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2258
|
+
import { jsx as jsx107, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2259
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2260
|
+
/* @__PURE__ */ jsx107(
|
|
2092
2261
|
"path",
|
|
2093
2262
|
{
|
|
2094
2263
|
fill: fill || color || "currentColor",
|
|
2095
2264
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
2096
2265
|
}
|
|
2097
2266
|
),
|
|
2098
|
-
/* @__PURE__ */
|
|
2267
|
+
/* @__PURE__ */ jsx107(
|
|
2099
2268
|
"path",
|
|
2100
2269
|
{
|
|
2101
2270
|
fill: fill || color || "currentColor",
|
|
@@ -2105,8 +2274,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2105
2274
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
2106
2275
|
|
|
2107
2276
|
// src/components/Tools.tsx
|
|
2108
|
-
import { jsx as
|
|
2109
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2277
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
2278
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx108("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx108(
|
|
2110
2279
|
"path",
|
|
2111
2280
|
{
|
|
2112
2281
|
stroke: stroke || color || "currentColor",
|
|
@@ -2116,8 +2285,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2116
2285
|
) }), Tools_default = IconTools;
|
|
2117
2286
|
|
|
2118
2287
|
// src/components/Uploadfiles.tsx
|
|
2119
|
-
import { jsx as
|
|
2120
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2288
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
2289
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx109("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx109(
|
|
2121
2290
|
"path",
|
|
2122
2291
|
{
|
|
2123
2292
|
fill: stroke || color || "currentColor",
|
|
@@ -2126,8 +2295,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
2126
2295
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
2127
2296
|
|
|
2128
2297
|
// src/components/Userfeedback.tsx
|
|
2129
|
-
import { jsx as
|
|
2130
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2298
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
2299
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx110("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx110(
|
|
2131
2300
|
"path",
|
|
2132
2301
|
{
|
|
2133
2302
|
fill: stroke || color || "currentColor",
|
|
@@ -2138,23 +2307,23 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
2138
2307
|
) }), Userfeedback_default = IconUserfeedback;
|
|
2139
2308
|
|
|
2140
2309
|
// src/components/VideoGeneration.tsx
|
|
2141
|
-
import { jsx as
|
|
2142
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2143
|
-
/* @__PURE__ */
|
|
2310
|
+
import { jsx as jsx111, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2311
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2312
|
+
/* @__PURE__ */ jsx111(
|
|
2144
2313
|
"path",
|
|
2145
2314
|
{
|
|
2146
2315
|
fill: stroke || color || "currentColor",
|
|
2147
2316
|
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"
|
|
2148
2317
|
}
|
|
2149
2318
|
),
|
|
2150
|
-
/* @__PURE__ */
|
|
2319
|
+
/* @__PURE__ */ jsx111(
|
|
2151
2320
|
"path",
|
|
2152
2321
|
{
|
|
2153
2322
|
fill: stroke || color || "currentColor",
|
|
2154
2323
|
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"
|
|
2155
2324
|
}
|
|
2156
2325
|
),
|
|
2157
|
-
/* @__PURE__ */
|
|
2326
|
+
/* @__PURE__ */ jsx111(
|
|
2158
2327
|
"path",
|
|
2159
2328
|
{
|
|
2160
2329
|
fill: stroke || color || "currentColor",
|
|
@@ -2166,10 +2335,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2166
2335
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
2167
2336
|
|
|
2168
2337
|
// src/components/VideoLength.tsx
|
|
2169
|
-
import { jsx as
|
|
2170
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2171
|
-
/* @__PURE__ */
|
|
2172
|
-
/* @__PURE__ */
|
|
2338
|
+
import { jsx as jsx112, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2339
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2340
|
+
/* @__PURE__ */ jsx112("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
2341
|
+
/* @__PURE__ */ jsx112(
|
|
2173
2342
|
"path",
|
|
2174
2343
|
{
|
|
2175
2344
|
fill: stroke || color || "currentColor",
|
|
@@ -2181,9 +2350,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
2181
2350
|
] }), VideoLength_default = IconVideoLength;
|
|
2182
2351
|
|
|
2183
2352
|
// src/components/Videogenerate.tsx
|
|
2184
|
-
import { jsx as
|
|
2185
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2186
|
-
/* @__PURE__ */
|
|
2353
|
+
import { jsx as jsx113, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2354
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2355
|
+
/* @__PURE__ */ jsx113(
|
|
2187
2356
|
"path",
|
|
2188
2357
|
{
|
|
2189
2358
|
fill: stroke || color || "currentColor",
|
|
@@ -2192,7 +2361,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2192
2361
|
clipRule: "evenodd"
|
|
2193
2362
|
}
|
|
2194
2363
|
),
|
|
2195
|
-
/* @__PURE__ */
|
|
2364
|
+
/* @__PURE__ */ jsx113(
|
|
2196
2365
|
"path",
|
|
2197
2366
|
{
|
|
2198
2367
|
fill: stroke || color || "currentColor",
|
|
@@ -2204,21 +2373,21 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
2204
2373
|
] }), Videogenerate_default = IconVideogenerate;
|
|
2205
2374
|
|
|
2206
2375
|
// src/components/Visualstyles.tsx
|
|
2207
|
-
import { jsx as
|
|
2208
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2376
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2377
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2209
2378
|
"path",
|
|
2210
2379
|
{
|
|
2211
2380
|
fill: stroke || color || "currentColor",
|
|
2212
|
-
d: "M17.8393 10.3393L22.
|
|
2381
|
+
d: "M17.8393 10.3393L22.7041 6.32059C23.5248 5.64258 24 4.63359 24 3.56901C24 1.5979 22.4021 0 20.431 0C19.3664 0 18.3575 0.475231 17.6794 1.29597L13.6607 6.16073L13.1319 5.63193C12.4072 4.90717 11.4242 4.5 10.3992 4.5C9.49512 4.5 8.61964 4.81697 7.9251 5.39575L0 12L12 24L18.6043 16.0749C19.183 15.3804 19.5 14.5049 19.5 13.6008C19.5 12.5758 19.0928 11.5928 18.3681 10.8681L17.8393 10.3393ZM16.2411 8.74111L15.2589 7.75892L19.4141 2.72896C19.6647 2.42563 20.0376 2.25 20.431 2.25C21.1595 2.25 21.75 2.84054 21.75 3.56901C21.75 3.96245 21.5744 4.33535 21.2711 4.58592L16.2411 8.74111ZM3.33318 12.1512L6.45701 9.548L14.452 17.543L11.8488 20.6668L3.33318 12.1512ZM15.8984 15.8074L8.19264 8.10165L9.36552 7.12425C9.6557 6.88243 10.0215 6.75 10.3992 6.75C10.8274 6.75 11.2381 6.92012 11.5409 7.22292L16.7771 12.4591C17.0799 12.7619 17.25 13.1726 17.25 13.6008C17.25 13.9785 17.1176 14.3443 16.8758 14.6345L15.8984 15.8074Z",
|
|
2213
2382
|
fillRule: "evenodd",
|
|
2214
2383
|
clipRule: "evenodd"
|
|
2215
2384
|
}
|
|
2216
2385
|
) }), Visualstyles_default = IconVisualstyles;
|
|
2217
2386
|
|
|
2218
2387
|
// src/components/Volume.tsx
|
|
2219
|
-
import { jsx as
|
|
2220
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2221
|
-
/* @__PURE__ */
|
|
2388
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2389
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2390
|
+
/* @__PURE__ */ jsx115(
|
|
2222
2391
|
"path",
|
|
2223
2392
|
{
|
|
2224
2393
|
fill: stroke || color || "currentColor",
|
|
@@ -2227,14 +2396,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2227
2396
|
clipRule: "evenodd"
|
|
2228
2397
|
}
|
|
2229
2398
|
),
|
|
2230
|
-
/* @__PURE__ */
|
|
2399
|
+
/* @__PURE__ */ jsx115(
|
|
2231
2400
|
"path",
|
|
2232
2401
|
{
|
|
2233
2402
|
fill: stroke || color || "currentColor",
|
|
2234
2403
|
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"
|
|
2235
2404
|
}
|
|
2236
2405
|
),
|
|
2237
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ jsx115(
|
|
2238
2407
|
"path",
|
|
2239
2408
|
{
|
|
2240
2409
|
fill: stroke || color || "currentColor",
|
|
@@ -2244,6 +2413,7 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2244
2413
|
] }), Volume_default = IconVolume;
|
|
2245
2414
|
export {
|
|
2246
2415
|
Add_default as IconAdd,
|
|
2416
|
+
AddSceneChoice_default as IconAddSceneChoice,
|
|
2247
2417
|
Agreements_default as IconAgreements,
|
|
2248
2418
|
Aiwriting_default as IconAiwriting,
|
|
2249
2419
|
AngleDown_default as IconAngleDown,
|
|
@@ -2255,6 +2425,7 @@ export {
|
|
|
2255
2425
|
Canvasmode_default as IconCanvasmode,
|
|
2256
2426
|
Chaptercollapse_default as IconChaptercollapse,
|
|
2257
2427
|
Chapterexpand_default as IconChapterexpand,
|
|
2428
|
+
Check_default as IconCheck,
|
|
2258
2429
|
CheckedFilled_default as IconCheckedFilled,
|
|
2259
2430
|
Close_default as IconClose,
|
|
2260
2431
|
Copy_default as IconCopy,
|
|
@@ -2263,6 +2434,7 @@ export {
|
|
|
2263
2434
|
Delete_default as IconDelete,
|
|
2264
2435
|
DeleteSceneChoice_default as IconDeleteSceneChoice,
|
|
2265
2436
|
Download_default as IconDownload,
|
|
2437
|
+
DraghandleFilled_default as IconDraghandleFilled,
|
|
2266
2438
|
FeedbackFailFilled_default as IconFeedbackFailFilled,
|
|
2267
2439
|
FeedbackPendingFilled_default as IconFeedbackPendingFilled,
|
|
2268
2440
|
FeedbackProblem_default as IconFeedbackProblem,
|
|
@@ -2302,6 +2474,7 @@ export {
|
|
|
2302
2474
|
Logout_default as IconLogout,
|
|
2303
2475
|
ModelDeepmindFilled_default as IconModelDeepmindFilled,
|
|
2304
2476
|
ModelGeminiFilled_default as IconModelGeminiFilled,
|
|
2477
|
+
ModelGeminiFilled1_default as IconModelGeminiFilled1,
|
|
2305
2478
|
ModelNanobananaLogoNomoFilled_default as IconModelNanobananaLogoNomoFilled,
|
|
2306
2479
|
ModelSoraFilled_default as IconModelSoraFilled,
|
|
2307
2480
|
Models_default as IconModels,
|
|
@@ -2309,12 +2482,17 @@ export {
|
|
|
2309
2482
|
Moresettings_default as IconMoresettings,
|
|
2310
2483
|
Musicassets_default as IconMusicassets,
|
|
2311
2484
|
Mute_default as IconMute,
|
|
2485
|
+
Next_default as IconNext,
|
|
2312
2486
|
Nextscene_default as IconNextscene,
|
|
2313
2487
|
Oneclickgenerate_default as IconOneclickgenerate,
|
|
2314
2488
|
Opendemo_default as IconOpendemo,
|
|
2315
2489
|
PageError_default as IconPageError,
|
|
2490
|
+
PageError1_default as IconPageError1,
|
|
2316
2491
|
Pencil_default as IconPencil,
|
|
2492
|
+
Pick_default as IconPick,
|
|
2493
|
+
PickedFilled_default as IconPickedFilled,
|
|
2317
2494
|
PlanFilled_default as IconPlanFilled,
|
|
2495
|
+
PlayFilled_default as IconPlayFilled,
|
|
2318
2496
|
Previouscene_default as IconPreviouscene,
|
|
2319
2497
|
Problem_default as IconProblem,
|
|
2320
2498
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
@@ -2324,7 +2502,10 @@ export {
|
|
|
2324
2502
|
Ratio916_default as IconRatio916,
|
|
2325
2503
|
ReEdit_default as IconReEdit,
|
|
2326
2504
|
Regenerate_default as IconRegenerate,
|
|
2505
|
+
SceneNext_default as IconSceneNext,
|
|
2327
2506
|
Scriptmode_default as IconScriptmode,
|
|
2507
|
+
Share_default as IconShare,
|
|
2508
|
+
ShareFilled_default as IconShareFilled,
|
|
2328
2509
|
SocialDiscord_default as IconSocialDiscord,
|
|
2329
2510
|
SocialX_default as IconSocialX,
|
|
2330
2511
|
SoundOff_default as IconSoundOff,
|
|
@@ -2333,6 +2514,7 @@ export {
|
|
|
2333
2514
|
Style_default as IconStyle,
|
|
2334
2515
|
StyleAutoFilled_default as IconStyleAutoFilled,
|
|
2335
2516
|
SwitchOnFilled_default as IconSwitchOnFilled,
|
|
2517
|
+
SwitchOnFilled1_default as IconSwitchOnFilled1,
|
|
2336
2518
|
Target_default as IconTarget,
|
|
2337
2519
|
TextLogo_default as IconTextLogo,
|
|
2338
2520
|
Tools_default as IconTools,
|