@yoroll/react-icon 0.0.21 → 0.0.22
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 +701 -601
- package/dist/index.iife.js +694 -601
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +905 -798
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Agent.d.ts +4 -0
- package/dist/types/components/AgentFilled.d.ts +4 -0
- package/dist/types/components/Createplan.d.ts +4 -0
- package/dist/types/components/Element.d.ts +4 -0
- package/dist/types/components/SatisfiedFilled.d.ts +4 -0
- package/dist/types/components/Table.d.ts +4 -0
- package/dist/types/components/UnsatisfiedFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +7 -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.22 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Document.tsx
|
|
@@ -132,10 +132,48 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
132
132
|
}
|
|
133
133
|
) }), Add_default = IconAdd;
|
|
134
134
|
|
|
135
|
+
// src/components/AgentFilled.tsx
|
|
136
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
137
|
+
var IconAgentFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
|
|
138
|
+
"path",
|
|
139
|
+
{
|
|
140
|
+
fill: fill || color || "currentColor",
|
|
141
|
+
d: "M17.6387 2.47656L14.6182 6H23.5V23.5H0.5V6H9.38184L6.36133 2.47656L8.63867 0.523438L12 4.44531L15.3613 0.523438L17.6387 2.47656ZM17.5 9V20.5H20.5V9H17.5ZM7 11C6.17157 11 5.5 11.6716 5.5 12.5C5.5 13.3284 6.17157 14 7 14C7.82843 14 8.5 13.3284 8.5 12.5C8.5 11.6716 7.82843 11 7 11ZM13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11Z"
|
|
142
|
+
}
|
|
143
|
+
) }), AgentFilled_default = IconAgentFilled;
|
|
144
|
+
|
|
145
|
+
// src/components/Agent.tsx
|
|
146
|
+
import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
147
|
+
var IconAgent = ({ 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: [
|
|
148
|
+
/* @__PURE__ */ jsx11(
|
|
149
|
+
"path",
|
|
150
|
+
{
|
|
151
|
+
fill: stroke || color || "currentColor",
|
|
152
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H23.5V23.5H0.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM2.75 8.25V21.25H16.75V8.25H2.75ZM19 8.25V21.25H21.25V8.25H19Z",
|
|
153
|
+
fillRule: "evenodd",
|
|
154
|
+
clipRule: "evenodd"
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ jsx11(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
fill: stroke || color || "currentColor",
|
|
161
|
+
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
162
|
+
}
|
|
163
|
+
),
|
|
164
|
+
/* @__PURE__ */ jsx11(
|
|
165
|
+
"path",
|
|
166
|
+
{
|
|
167
|
+
fill: stroke || color || "currentColor",
|
|
168
|
+
d: "M13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14Z"
|
|
169
|
+
}
|
|
170
|
+
)
|
|
171
|
+
] }), Agent_default = IconAgent;
|
|
172
|
+
|
|
135
173
|
// src/components/Agreements.tsx
|
|
136
|
-
import { jsx as
|
|
137
|
-
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
138
|
-
/* @__PURE__ */
|
|
174
|
+
import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
175
|
+
var IconAgreements = ({ 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: [
|
|
176
|
+
/* @__PURE__ */ jsx12(
|
|
139
177
|
"path",
|
|
140
178
|
{
|
|
141
179
|
fill: stroke || color || "currentColor",
|
|
@@ -144,12 +182,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
144
182
|
clipRule: "evenodd"
|
|
145
183
|
}
|
|
146
184
|
),
|
|
147
|
-
/* @__PURE__ */
|
|
185
|
+
/* @__PURE__ */ jsx12("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
148
186
|
] }), Agreements_default = IconAgreements;
|
|
149
187
|
|
|
150
188
|
// src/components/AngleDown.tsx
|
|
151
|
-
import { jsx as
|
|
152
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
189
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
190
|
+
var IconAngleDown = ({ 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(
|
|
153
191
|
"path",
|
|
154
192
|
{
|
|
155
193
|
fill: stroke || color || "currentColor",
|
|
@@ -158,8 +196,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
158
196
|
) }), AngleDown_default = IconAngleDown;
|
|
159
197
|
|
|
160
198
|
// src/components/Angleright.tsx
|
|
161
|
-
import { jsx as
|
|
162
|
-
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
199
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
200
|
+
var IconAngleright = ({ 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(
|
|
163
201
|
"path",
|
|
164
202
|
{
|
|
165
203
|
fill: stroke || color || "currentColor",
|
|
@@ -168,8 +206,8 @@ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
168
206
|
) }), Angleright_default = IconAngleright;
|
|
169
207
|
|
|
170
208
|
// src/components/Announcement.tsx
|
|
171
|
-
import { jsx as
|
|
172
|
-
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
209
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
210
|
+
var IconAnnouncement = ({ 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(
|
|
173
211
|
"path",
|
|
174
212
|
{
|
|
175
213
|
fill: stroke || color || "currentColor",
|
|
@@ -180,8 +218,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
180
218
|
) }), Announcement_default = IconAnnouncement;
|
|
181
219
|
|
|
182
220
|
// src/components/Artboard.tsx
|
|
183
|
-
import { jsx as
|
|
184
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
221
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
222
|
+
var IconArtboard = ({ 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(
|
|
185
223
|
"path",
|
|
186
224
|
{
|
|
187
225
|
fill: stroke || color || "currentColor",
|
|
@@ -192,19 +230,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
192
230
|
) }), Artboard_default = IconArtboard;
|
|
193
231
|
|
|
194
232
|
// src/components/AssetsFilled.tsx
|
|
195
|
-
import { jsx as
|
|
196
|
-
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
197
|
-
/* @__PURE__ */
|
|
198
|
-
/* @__PURE__ */
|
|
199
|
-
/* @__PURE__ */
|
|
233
|
+
import { jsx as jsx17, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
234
|
+
var IconAssetsFilled = ({ 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: [
|
|
235
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
236
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
237
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
200
238
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
201
239
|
|
|
202
240
|
// src/components/Assets.tsx
|
|
203
|
-
import { jsx as
|
|
204
|
-
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
205
|
-
/* @__PURE__ */
|
|
206
|
-
/* @__PURE__ */
|
|
207
|
-
/* @__PURE__ */
|
|
241
|
+
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
242
|
+
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
243
|
+
/* @__PURE__ */ jsx18("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
244
|
+
/* @__PURE__ */ jsx18("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
245
|
+
/* @__PURE__ */ jsx18(
|
|
208
246
|
"path",
|
|
209
247
|
{
|
|
210
248
|
fill: stroke || color || "currentColor",
|
|
@@ -216,8 +254,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
216
254
|
] }), Assets_default = IconAssets;
|
|
217
255
|
|
|
218
256
|
// src/components/Autolayout.tsx
|
|
219
|
-
import { jsx as
|
|
220
|
-
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
257
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
258
|
+
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
221
259
|
"path",
|
|
222
260
|
{
|
|
223
261
|
fill: stroke || color || "currentColor",
|
|
@@ -226,9 +264,9 @@ var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
226
264
|
) }), Autolayout_default = IconAutolayout;
|
|
227
265
|
|
|
228
266
|
// src/components/Backtoprojects.tsx
|
|
229
|
-
import { jsx as
|
|
230
|
-
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
231
|
-
/* @__PURE__ */
|
|
267
|
+
import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
268
|
+
var IconBacktoprojects = ({ 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: [
|
|
269
|
+
/* @__PURE__ */ jsx20(
|
|
232
270
|
"path",
|
|
233
271
|
{
|
|
234
272
|
fill: stroke || color || "currentColor",
|
|
@@ -237,7 +275,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
237
275
|
clipRule: "evenodd"
|
|
238
276
|
}
|
|
239
277
|
),
|
|
240
|
-
/* @__PURE__ */
|
|
278
|
+
/* @__PURE__ */ jsx20(
|
|
241
279
|
"path",
|
|
242
280
|
{
|
|
243
281
|
fill: stroke || color || "currentColor",
|
|
@@ -246,7 +284,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
246
284
|
clipRule: "evenodd"
|
|
247
285
|
}
|
|
248
286
|
),
|
|
249
|
-
/* @__PURE__ */
|
|
287
|
+
/* @__PURE__ */ jsx20(
|
|
250
288
|
"path",
|
|
251
289
|
{
|
|
252
290
|
fill: stroke || color || "currentColor",
|
|
@@ -255,7 +293,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
255
293
|
clipRule: "evenodd"
|
|
256
294
|
}
|
|
257
295
|
),
|
|
258
|
-
/* @__PURE__ */
|
|
296
|
+
/* @__PURE__ */ jsx20(
|
|
259
297
|
"path",
|
|
260
298
|
{
|
|
261
299
|
fill: stroke || color || "currentColor",
|
|
@@ -267,8 +305,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
267
305
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
268
306
|
|
|
269
307
|
// src/components/Backward.tsx
|
|
270
|
-
import { jsx as
|
|
271
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
308
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
309
|
+
var IconBackward = ({ 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(
|
|
272
310
|
"path",
|
|
273
311
|
{
|
|
274
312
|
fill: stroke || color || "currentColor",
|
|
@@ -277,8 +315,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
277
315
|
) }), Backward_default = IconBackward;
|
|
278
316
|
|
|
279
317
|
// src/components/BatchShots.tsx
|
|
280
|
-
import { jsx as
|
|
281
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
318
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
319
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
282
320
|
"path",
|
|
283
321
|
{
|
|
284
322
|
fill: stroke || color || "currentColor",
|
|
@@ -289,16 +327,16 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
289
327
|
) }), BatchShots_default = IconBatchShots;
|
|
290
328
|
|
|
291
329
|
// src/components/Canvaposition.tsx
|
|
292
|
-
import { jsx as
|
|
293
|
-
var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
294
|
-
/* @__PURE__ */
|
|
330
|
+
import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
331
|
+
var IconCanvaposition = ({ 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: [
|
|
332
|
+
/* @__PURE__ */ jsx23(
|
|
295
333
|
"path",
|
|
296
334
|
{
|
|
297
335
|
fill: stroke || color || "currentColor",
|
|
298
336
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
299
337
|
}
|
|
300
338
|
),
|
|
301
|
-
/* @__PURE__ */
|
|
339
|
+
/* @__PURE__ */ jsx23(
|
|
302
340
|
"path",
|
|
303
341
|
{
|
|
304
342
|
fill: stroke || color || "currentColor",
|
|
@@ -310,8 +348,8 @@ var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }
|
|
|
310
348
|
] }), Canvaposition_default = IconCanvaposition;
|
|
311
349
|
|
|
312
350
|
// src/components/Canvasmode.tsx
|
|
313
|
-
import { jsx as
|
|
314
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
351
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
352
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx24(
|
|
315
353
|
"path",
|
|
316
354
|
{
|
|
317
355
|
fill: stroke || color || "currentColor",
|
|
@@ -322,8 +360,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
322
360
|
) }), Canvasmode_default = IconCanvasmode;
|
|
323
361
|
|
|
324
362
|
// src/components/CcgFilled.tsx
|
|
325
|
-
import { jsx as
|
|
326
|
-
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
363
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
364
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
|
|
327
365
|
"path",
|
|
328
366
|
{
|
|
329
367
|
fill: fill || color || "currentColor",
|
|
@@ -334,8 +372,8 @@ var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
334
372
|
) }), CcgFilled_default = IconCcgFilled;
|
|
335
373
|
|
|
336
374
|
// src/components/Ccg.tsx
|
|
337
|
-
import { jsx as
|
|
338
|
-
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
375
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
376
|
+
var IconCcg = ({ 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(
|
|
339
377
|
"path",
|
|
340
378
|
{
|
|
341
379
|
fill: stroke || color || "currentColor",
|
|
@@ -346,30 +384,30 @@ var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
346
384
|
) }), Ccg_default = IconCcg;
|
|
347
385
|
|
|
348
386
|
// src/components/Ccggame.tsx
|
|
349
|
-
import { jsx as
|
|
350
|
-
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
351
|
-
/* @__PURE__ */
|
|
387
|
+
import { jsx as jsx27, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
388
|
+
var IconCcggame = ({ 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: [
|
|
389
|
+
/* @__PURE__ */ jsx27(
|
|
352
390
|
"path",
|
|
353
391
|
{
|
|
354
392
|
fill: stroke || color || "currentColor",
|
|
355
393
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
356
394
|
}
|
|
357
395
|
),
|
|
358
|
-
/* @__PURE__ */
|
|
396
|
+
/* @__PURE__ */ jsx27(
|
|
359
397
|
"path",
|
|
360
398
|
{
|
|
361
399
|
fill: stroke || color || "currentColor",
|
|
362
400
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
363
401
|
}
|
|
364
402
|
),
|
|
365
|
-
/* @__PURE__ */
|
|
403
|
+
/* @__PURE__ */ jsx27(
|
|
366
404
|
"path",
|
|
367
405
|
{
|
|
368
406
|
fill: stroke || color || "currentColor",
|
|
369
407
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
370
408
|
}
|
|
371
409
|
),
|
|
372
|
-
/* @__PURE__ */
|
|
410
|
+
/* @__PURE__ */ jsx27(
|
|
373
411
|
"path",
|
|
374
412
|
{
|
|
375
413
|
fill: stroke || color || "currentColor",
|
|
@@ -381,8 +419,8 @@ var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
381
419
|
] }), Ccggame_default = IconCcggame;
|
|
382
420
|
|
|
383
421
|
// src/components/Ccglanguage.tsx
|
|
384
|
-
import { jsx as
|
|
385
|
-
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
422
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
423
|
+
var IconCcglanguage = ({ 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(
|
|
386
424
|
"path",
|
|
387
425
|
{
|
|
388
426
|
fill: stroke || color || "currentColor",
|
|
@@ -391,8 +429,8 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
391
429
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
392
430
|
|
|
393
431
|
// src/components/Chaptercollapse.tsx
|
|
394
|
-
import { jsx as
|
|
395
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
432
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
433
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx29(
|
|
396
434
|
"path",
|
|
397
435
|
{
|
|
398
436
|
fill: stroke || color || "currentColor",
|
|
@@ -403,8 +441,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
403
441
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
404
442
|
|
|
405
443
|
// src/components/Chapterexpand.tsx
|
|
406
|
-
import { jsx as
|
|
407
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
444
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
445
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
|
|
408
446
|
"path",
|
|
409
447
|
{
|
|
410
448
|
fill: stroke || color || "currentColor",
|
|
@@ -415,16 +453,16 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
415
453
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
416
454
|
|
|
417
455
|
// src/components/Chathistory.tsx
|
|
418
|
-
import { jsx as
|
|
419
|
-
var IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
420
|
-
/* @__PURE__ */
|
|
456
|
+
import { jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
457
|
+
var IconChathistory = ({ 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: [
|
|
458
|
+
/* @__PURE__ */ jsx31(
|
|
421
459
|
"path",
|
|
422
460
|
{
|
|
423
461
|
fill: stroke || color || "currentColor",
|
|
424
462
|
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
425
463
|
}
|
|
426
464
|
),
|
|
427
|
-
/* @__PURE__ */
|
|
465
|
+
/* @__PURE__ */ jsx31(
|
|
428
466
|
"path",
|
|
429
467
|
{
|
|
430
468
|
fill: stroke || color || "currentColor",
|
|
@@ -436,8 +474,8 @@ var IconChathistory = ({ size, width, height, color, className, fill, stroke })
|
|
|
436
474
|
] }), Chathistory_default = IconChathistory;
|
|
437
475
|
|
|
438
476
|
// src/components/Check.tsx
|
|
439
|
-
import { jsx as
|
|
440
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
477
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
478
|
+
var IconCheck = ({ 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(
|
|
441
479
|
"path",
|
|
442
480
|
{
|
|
443
481
|
fill: stroke || color || "currentColor",
|
|
@@ -446,8 +484,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
446
484
|
) }), Check_default = IconCheck;
|
|
447
485
|
|
|
448
486
|
// src/components/CheckedFilled.tsx
|
|
449
|
-
import { jsx as
|
|
450
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
487
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
488
|
+
var IconCheckedFilled = ({ 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(
|
|
451
489
|
"path",
|
|
452
490
|
{
|
|
453
491
|
fill: fill || color || "currentColor",
|
|
@@ -458,8 +496,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
458
496
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
459
497
|
|
|
460
498
|
// src/components/Close.tsx
|
|
461
|
-
import { jsx as
|
|
462
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
499
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
500
|
+
var IconClose = ({ 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(
|
|
463
501
|
"path",
|
|
464
502
|
{
|
|
465
503
|
fill: stroke || color || "currentColor",
|
|
@@ -468,9 +506,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
468
506
|
) }), Close_default = IconClose;
|
|
469
507
|
|
|
470
508
|
// src/components/Collapsewindow.tsx
|
|
471
|
-
import { jsx as
|
|
472
|
-
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
473
|
-
/* @__PURE__ */
|
|
509
|
+
import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
510
|
+
var IconCollapsewindow = ({ 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: [
|
|
511
|
+
/* @__PURE__ */ jsx35(
|
|
474
512
|
"path",
|
|
475
513
|
{
|
|
476
514
|
fill: stroke || color || "currentColor",
|
|
@@ -479,7 +517,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
479
517
|
clipRule: "evenodd"
|
|
480
518
|
}
|
|
481
519
|
),
|
|
482
|
-
/* @__PURE__ */
|
|
520
|
+
/* @__PURE__ */ jsx35(
|
|
483
521
|
"path",
|
|
484
522
|
{
|
|
485
523
|
fill: stroke || color || "currentColor",
|
|
@@ -491,10 +529,10 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
491
529
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
492
530
|
|
|
493
531
|
// src/components/Copy.tsx
|
|
494
|
-
import { jsx as
|
|
495
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
496
|
-
/* @__PURE__ */
|
|
497
|
-
/* @__PURE__ */
|
|
532
|
+
import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
533
|
+
var IconCopy = ({ 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: [
|
|
534
|
+
/* @__PURE__ */ jsx36("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
535
|
+
/* @__PURE__ */ jsx36(
|
|
498
536
|
"path",
|
|
499
537
|
{
|
|
500
538
|
fill: stroke || color || "currentColor",
|
|
@@ -506,8 +544,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
506
544
|
] }), Copy_default = IconCopy;
|
|
507
545
|
|
|
508
546
|
// src/components/Copylink.tsx
|
|
509
|
-
import { jsx as
|
|
510
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
547
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
548
|
+
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
511
549
|
"path",
|
|
512
550
|
{
|
|
513
551
|
fill: stroke || color || "currentColor",
|
|
@@ -517,10 +555,22 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
517
555
|
}
|
|
518
556
|
) }), Copylink_default = IconCopylink;
|
|
519
557
|
|
|
558
|
+
// src/components/Createplan.tsx
|
|
559
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
560
|
+
var IconCreateplan = ({ 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(
|
|
561
|
+
"path",
|
|
562
|
+
{
|
|
563
|
+
fill: stroke || color || "currentColor",
|
|
564
|
+
d: "M7.5 0H16.5V3H21V24H3V3H7.5V0ZM9.75 2.25H14.25V5.25H9.75V2.25ZM7.5 5.25H5.25V21.75H18.75V5.25H16.5V7.5H7.5V5.25Z",
|
|
565
|
+
fillRule: "evenodd",
|
|
566
|
+
clipRule: "evenodd"
|
|
567
|
+
}
|
|
568
|
+
) }), Createplan_default = IconCreateplan;
|
|
569
|
+
|
|
520
570
|
// src/components/CreditFilled.tsx
|
|
521
|
-
import { jsx as
|
|
522
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
523
|
-
/* @__PURE__ */
|
|
571
|
+
import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
572
|
+
var IconCreditFilled = ({ 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: [
|
|
573
|
+
/* @__PURE__ */ jsx39("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx39(
|
|
524
574
|
"path",
|
|
525
575
|
{
|
|
526
576
|
fill: fill || color || "currentColor",
|
|
@@ -529,12 +579,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
529
579
|
clipRule: "evenodd"
|
|
530
580
|
}
|
|
531
581
|
) }),
|
|
532
|
-
/* @__PURE__ */
|
|
582
|
+
/* @__PURE__ */ jsx39("defs", { children: /* @__PURE__ */ jsx39("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx39("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
533
583
|
] }), CreditFilled_default = IconCreditFilled;
|
|
534
584
|
|
|
535
585
|
// src/components/Cursor.tsx
|
|
536
|
-
import { jsx as
|
|
537
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
586
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
587
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx40(
|
|
538
588
|
"path",
|
|
539
589
|
{
|
|
540
590
|
fill: stroke || color || "currentColor",
|
|
@@ -545,10 +595,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
545
595
|
) }), Cursor_default = IconCursor;
|
|
546
596
|
|
|
547
597
|
// src/components/DeleteSceneChoice.tsx
|
|
548
|
-
import { jsx as
|
|
549
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
550
|
-
/* @__PURE__ */
|
|
551
|
-
/* @__PURE__ */
|
|
598
|
+
import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
599
|
+
var IconDeleteSceneChoice = ({ 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: [
|
|
600
|
+
/* @__PURE__ */ jsx41("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
601
|
+
/* @__PURE__ */ jsx41(
|
|
552
602
|
"path",
|
|
553
603
|
{
|
|
554
604
|
fill: stroke || color || "currentColor",
|
|
@@ -560,10 +610,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
560
610
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
561
611
|
|
|
562
612
|
// src/components/Delete.tsx
|
|
563
|
-
import { jsx as
|
|
564
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
565
|
-
/* @__PURE__ */
|
|
566
|
-
/* @__PURE__ */
|
|
613
|
+
import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
614
|
+
var IconDelete = ({ 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: [
|
|
615
|
+
/* @__PURE__ */ jsx42("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
616
|
+
/* @__PURE__ */ jsx42(
|
|
567
617
|
"path",
|
|
568
618
|
{
|
|
569
619
|
fill: stroke || color || "currentColor",
|
|
@@ -575,8 +625,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
575
625
|
] }), Delete_default = IconDelete;
|
|
576
626
|
|
|
577
627
|
// src/components/DownFilled.tsx
|
|
578
|
-
import { jsx as
|
|
579
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
628
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
629
|
+
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx43(
|
|
580
630
|
"path",
|
|
581
631
|
{
|
|
582
632
|
fill: fill || color || "currentColor",
|
|
@@ -587,8 +637,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
587
637
|
) }), DownFilled_default = IconDownFilled;
|
|
588
638
|
|
|
589
639
|
// src/components/DownleftFilled.tsx
|
|
590
|
-
import { jsx as
|
|
591
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
640
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
641
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx44(
|
|
592
642
|
"path",
|
|
593
643
|
{
|
|
594
644
|
fill: fill || color || "currentColor",
|
|
@@ -599,16 +649,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
599
649
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
600
650
|
|
|
601
651
|
// src/components/Download.tsx
|
|
602
|
-
import { jsx as
|
|
603
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
604
|
-
/* @__PURE__ */
|
|
652
|
+
import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
653
|
+
var IconDownload = ({ 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: [
|
|
654
|
+
/* @__PURE__ */ jsx45(
|
|
605
655
|
"path",
|
|
606
656
|
{
|
|
607
657
|
fill: stroke || color || "currentColor",
|
|
608
658
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
609
659
|
}
|
|
610
660
|
),
|
|
611
|
-
/* @__PURE__ */
|
|
661
|
+
/* @__PURE__ */ jsx45(
|
|
612
662
|
"path",
|
|
613
663
|
{
|
|
614
664
|
fill: stroke || color || "currentColor",
|
|
@@ -620,8 +670,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
620
670
|
] }), Download_default = IconDownload;
|
|
621
671
|
|
|
622
672
|
// src/components/DownrightFilled.tsx
|
|
623
|
-
import { jsx as
|
|
624
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
673
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
674
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx46(
|
|
625
675
|
"path",
|
|
626
676
|
{
|
|
627
677
|
fill: fill || color || "currentColor",
|
|
@@ -632,20 +682,20 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
632
682
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
633
683
|
|
|
634
684
|
// src/components/DraghandleFilled.tsx
|
|
635
|
-
import { jsx as
|
|
636
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
637
|
-
/* @__PURE__ */
|
|
638
|
-
/* @__PURE__ */
|
|
639
|
-
/* @__PURE__ */
|
|
640
|
-
/* @__PURE__ */
|
|
641
|
-
/* @__PURE__ */
|
|
642
|
-
/* @__PURE__ */
|
|
685
|
+
import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
686
|
+
var IconDraghandleFilled = ({ 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: [
|
|
687
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
688
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
689
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
690
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
691
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
692
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
643
693
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
644
694
|
|
|
645
695
|
// src/components/Edit.tsx
|
|
646
|
-
import { jsx as
|
|
647
|
-
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
648
|
-
/* @__PURE__ */
|
|
696
|
+
import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
697
|
+
var IconEdit = ({ 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: [
|
|
698
|
+
/* @__PURE__ */ jsx48(
|
|
649
699
|
"path",
|
|
650
700
|
{
|
|
651
701
|
fill: stroke || color || "currentColor",
|
|
@@ -654,7 +704,7 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
654
704
|
clipRule: "evenodd"
|
|
655
705
|
}
|
|
656
706
|
),
|
|
657
|
-
/* @__PURE__ */
|
|
707
|
+
/* @__PURE__ */ jsx48(
|
|
658
708
|
"path",
|
|
659
709
|
{
|
|
660
710
|
fill: stroke || color || "currentColor",
|
|
@@ -663,10 +713,22 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
663
713
|
)
|
|
664
714
|
] }), Edit_default = IconEdit;
|
|
665
715
|
|
|
716
|
+
// src/components/Element.tsx
|
|
717
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
718
|
+
var IconElement = ({ 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(
|
|
719
|
+
"path",
|
|
720
|
+
{
|
|
721
|
+
fill: stroke || color || "currentColor",
|
|
722
|
+
d: "M8.76736 2.40203C5.77582 3.40922 3.40924 5.77581 2.40207 8.76735C1.0124 9.18502 0 10.4743 0 12C0 13.5257 1.0124 14.815 2.40206 15.2326C3.40924 18.2242 5.77582 20.5908 8.76736 21.598C9.18504 22.9876 10.4743 24 12 24C13.5257 24 14.8149 22.9876 15.2326 21.598C18.2242 20.5908 20.5909 18.2242 21.598 15.2326C22.9877 14.8149 24 13.5257 24 12C24 10.4743 22.9877 9.18508 21.598 8.76738C20.5909 5.77579 18.2242 3.40917 15.2326 2.40199C14.8149 1.01237 13.5257 0 12 0C10.4743 0 9.18504 1.01238 8.76736 2.40203ZM10.875 3.375C10.875 3.99632 11.3787 4.5 12 4.5C12.6213 4.5 13.125 3.99632 13.125 3.375C13.125 2.75368 12.6213 2.25 12 2.25C11.3787 2.25 10.875 2.75368 10.875 3.375ZM15.0826 4.75118C14.5559 5.92916 13.3738 6.75 12 6.75C10.6262 6.75 9.44412 5.92918 8.91742 4.75121C7.04694 5.54767 5.54767 7.04694 4.75123 8.91743C5.92919 9.44413 6.75 10.6262 6.75 12C6.75 13.3738 5.92919 14.5559 4.75123 15.0826C5.54767 16.9531 7.04694 18.4523 8.91742 19.2488C9.44412 18.0708 10.6262 17.25 12 17.25C13.3738 17.25 14.5559 18.0708 15.0826 19.2488C16.9531 18.4524 18.4524 16.9531 19.2488 15.0826C18.0708 14.5559 17.25 13.3738 17.25 12C17.25 10.6262 18.0708 9.44408 19.2488 8.91739C18.4524 7.04689 16.9531 5.54762 15.0826 4.75118ZM2.25 12C2.25 12.6213 2.75368 13.125 3.375 13.125C3.99632 13.125 4.5 12.6213 4.5 12C4.5 11.3787 3.99632 10.875 3.375 10.875C2.75368 10.875 2.25 11.3787 2.25 12ZM12 21.75C11.3787 21.75 10.875 21.2463 10.875 20.625C10.875 20.0037 11.3787 19.5 12 19.5C12.6213 19.5 13.125 20.0037 13.125 20.625C13.125 21.2463 12.6213 21.75 12 21.75ZM19.5 12C19.5 12.6213 20.0037 13.125 20.625 13.125C21.2463 13.125 21.75 12.6213 21.75 12C21.75 11.3787 21.2463 10.875 20.625 10.875C20.0037 10.875 19.5 11.3787 19.5 12Z",
|
|
723
|
+
fillRule: "evenodd",
|
|
724
|
+
clipRule: "evenodd"
|
|
725
|
+
}
|
|
726
|
+
) }), Element_default = IconElement;
|
|
727
|
+
|
|
666
728
|
// src/components/Expandwindow.tsx
|
|
667
|
-
import { jsx as
|
|
668
|
-
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
669
|
-
/* @__PURE__ */
|
|
729
|
+
import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
730
|
+
var IconExpandwindow = ({ 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: [
|
|
731
|
+
/* @__PURE__ */ jsx50(
|
|
670
732
|
"path",
|
|
671
733
|
{
|
|
672
734
|
fill: stroke || color || "currentColor",
|
|
@@ -675,7 +737,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
675
737
|
clipRule: "evenodd"
|
|
676
738
|
}
|
|
677
739
|
),
|
|
678
|
-
/* @__PURE__ */
|
|
740
|
+
/* @__PURE__ */ jsx50(
|
|
679
741
|
"path",
|
|
680
742
|
{
|
|
681
743
|
fill: stroke || color || "currentColor",
|
|
@@ -687,8 +749,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
687
749
|
] }), Expandwindow_default = IconExpandwindow;
|
|
688
750
|
|
|
689
751
|
// src/components/FavoriteFilled.tsx
|
|
690
|
-
import { jsx as
|
|
691
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
752
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
753
|
+
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx51(
|
|
692
754
|
"path",
|
|
693
755
|
{
|
|
694
756
|
fill: fill || color || "currentColor",
|
|
@@ -697,8 +759,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
697
759
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
698
760
|
|
|
699
761
|
// src/components/Favorite.tsx
|
|
700
|
-
import { jsx as
|
|
701
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
762
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
763
|
+
var IconFavorite = ({ 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(
|
|
702
764
|
"path",
|
|
703
765
|
{
|
|
704
766
|
fill: stroke || color || "currentColor",
|
|
@@ -709,8 +771,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
709
771
|
) }), Favorite_default = IconFavorite;
|
|
710
772
|
|
|
711
773
|
// src/components/FeedbackFailFilled.tsx
|
|
712
|
-
import { jsx as
|
|
713
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
774
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
775
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx53(
|
|
714
776
|
"path",
|
|
715
777
|
{
|
|
716
778
|
fill: fill || color || "currentColor",
|
|
@@ -721,8 +783,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
721
783
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
722
784
|
|
|
723
785
|
// src/components/FeedbackPendingFilled.tsx
|
|
724
|
-
import { jsx as
|
|
725
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
786
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
787
|
+
var IconFeedbackPendingFilled = ({ 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(
|
|
726
788
|
"path",
|
|
727
789
|
{
|
|
728
790
|
fill: fill || color || "currentColor",
|
|
@@ -733,8 +795,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
733
795
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
734
796
|
|
|
735
797
|
// src/components/FeedbackProblemFilled.tsx
|
|
736
|
-
import { jsx as
|
|
737
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
798
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
799
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
|
|
738
800
|
"path",
|
|
739
801
|
{
|
|
740
802
|
fill: fill || color || "currentColor",
|
|
@@ -745,30 +807,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
745
807
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
746
808
|
|
|
747
809
|
// src/components/FeedbackProblem.tsx
|
|
748
|
-
import { jsx as
|
|
749
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
750
|
-
/* @__PURE__ */
|
|
810
|
+
import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
811
|
+
var IconFeedbackProblem = ({ 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: [
|
|
812
|
+
/* @__PURE__ */ jsx56(
|
|
751
813
|
"path",
|
|
752
814
|
{
|
|
753
815
|
fill: stroke || color || "currentColor",
|
|
754
816
|
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"
|
|
755
817
|
}
|
|
756
818
|
),
|
|
757
|
-
/* @__PURE__ */
|
|
819
|
+
/* @__PURE__ */ jsx56(
|
|
758
820
|
"path",
|
|
759
821
|
{
|
|
760
822
|
fill: stroke || color || "currentColor",
|
|
761
823
|
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"
|
|
762
824
|
}
|
|
763
825
|
),
|
|
764
|
-
/* @__PURE__ */
|
|
826
|
+
/* @__PURE__ */ jsx56(
|
|
765
827
|
"path",
|
|
766
828
|
{
|
|
767
829
|
fill: stroke || color || "currentColor",
|
|
768
830
|
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"
|
|
769
831
|
}
|
|
770
832
|
),
|
|
771
|
-
/* @__PURE__ */
|
|
833
|
+
/* @__PURE__ */ jsx56(
|
|
772
834
|
"path",
|
|
773
835
|
{
|
|
774
836
|
fill: stroke || color || "currentColor",
|
|
@@ -780,9 +842,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
780
842
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
781
843
|
|
|
782
844
|
// src/components/FiletypeImageFilled.tsx
|
|
783
|
-
import { jsx as
|
|
784
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
785
|
-
/* @__PURE__ */
|
|
845
|
+
import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
846
|
+
var IconFiletypeImageFilled = ({ 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: [
|
|
847
|
+
/* @__PURE__ */ jsx57("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx57(
|
|
786
848
|
"path",
|
|
787
849
|
{
|
|
788
850
|
fill: "#2E2E2E",
|
|
@@ -790,21 +852,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
790
852
|
style: { opacity: 0.3 }
|
|
791
853
|
}
|
|
792
854
|
) }),
|
|
793
|
-
/* @__PURE__ */
|
|
855
|
+
/* @__PURE__ */ jsx57(
|
|
794
856
|
"path",
|
|
795
857
|
{
|
|
796
858
|
fill: "#2E2E2E",
|
|
797
859
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
798
860
|
}
|
|
799
861
|
),
|
|
800
|
-
/* @__PURE__ */
|
|
862
|
+
/* @__PURE__ */ jsx57(
|
|
801
863
|
"path",
|
|
802
864
|
{
|
|
803
865
|
fill: "#2E2E2E",
|
|
804
866
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
805
867
|
}
|
|
806
868
|
),
|
|
807
|
-
/* @__PURE__ */
|
|
869
|
+
/* @__PURE__ */ jsx57(
|
|
808
870
|
"path",
|
|
809
871
|
{
|
|
810
872
|
fill: "#2E2E2E",
|
|
@@ -816,9 +878,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
816
878
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
817
879
|
|
|
818
880
|
// src/components/FiletypePdfFilled.tsx
|
|
819
|
-
import { jsx as
|
|
820
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
881
|
+
import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
882
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
883
|
+
/* @__PURE__ */ jsx58("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx58(
|
|
822
884
|
"path",
|
|
823
885
|
{
|
|
824
886
|
fill: "#FF3E4C",
|
|
@@ -826,14 +888,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
826
888
|
style: { opacity: 0.3 }
|
|
827
889
|
}
|
|
828
890
|
) }),
|
|
829
|
-
/* @__PURE__ */
|
|
891
|
+
/* @__PURE__ */ jsx58(
|
|
830
892
|
"path",
|
|
831
893
|
{
|
|
832
894
|
fill: "#FF3E4C",
|
|
833
895
|
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"
|
|
834
896
|
}
|
|
835
897
|
),
|
|
836
|
-
/* @__PURE__ */
|
|
898
|
+
/* @__PURE__ */ jsx58(
|
|
837
899
|
"path",
|
|
838
900
|
{
|
|
839
901
|
fill: "#FF3E4C",
|
|
@@ -843,9 +905,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
843
905
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
844
906
|
|
|
845
907
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
846
|
-
import { jsx as
|
|
847
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
848
|
-
/* @__PURE__ */
|
|
908
|
+
import { jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
909
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
910
|
+
/* @__PURE__ */ jsx59("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx59(
|
|
849
911
|
"path",
|
|
850
912
|
{
|
|
851
913
|
fill: "#2E2E2E",
|
|
@@ -853,14 +915,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
853
915
|
style: { opacity: 0.3 }
|
|
854
916
|
}
|
|
855
917
|
) }),
|
|
856
|
-
/* @__PURE__ */
|
|
918
|
+
/* @__PURE__ */ jsx59(
|
|
857
919
|
"path",
|
|
858
920
|
{
|
|
859
921
|
fill: "#2E2E2E",
|
|
860
922
|
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"
|
|
861
923
|
}
|
|
862
924
|
),
|
|
863
|
-
/* @__PURE__ */
|
|
925
|
+
/* @__PURE__ */ jsx59(
|
|
864
926
|
"path",
|
|
865
927
|
{
|
|
866
928
|
fill: "#2E2E2E",
|
|
@@ -870,9 +932,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
870
932
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
871
933
|
|
|
872
934
|
// src/components/FiletypeTxtFilled.tsx
|
|
873
|
-
import { jsx as
|
|
874
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
875
|
-
/* @__PURE__ */
|
|
935
|
+
import { jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
936
|
+
var IconFiletypeTxtFilled = ({ 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: [
|
|
937
|
+
/* @__PURE__ */ jsx60("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx60(
|
|
876
938
|
"path",
|
|
877
939
|
{
|
|
878
940
|
fill: "#005FAD",
|
|
@@ -880,11 +942,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
880
942
|
style: { opacity: 0.3 }
|
|
881
943
|
}
|
|
882
944
|
) }),
|
|
883
|
-
/* @__PURE__ */
|
|
884
|
-
/* @__PURE__ */
|
|
885
|
-
/* @__PURE__ */
|
|
886
|
-
/* @__PURE__ */
|
|
887
|
-
/* @__PURE__ */
|
|
945
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
946
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
947
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
948
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
949
|
+
/* @__PURE__ */ jsx60(
|
|
888
950
|
"path",
|
|
889
951
|
{
|
|
890
952
|
fill: "#005FAD",
|
|
@@ -894,9 +956,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
894
956
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
895
957
|
|
|
896
958
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
897
|
-
import { jsx as
|
|
898
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
899
|
-
/* @__PURE__ */
|
|
959
|
+
import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
960
|
+
var IconFiletypeTxtLumiFilled = ({ 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: [
|
|
961
|
+
/* @__PURE__ */ jsx61("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx61(
|
|
900
962
|
"path",
|
|
901
963
|
{
|
|
902
964
|
fill: "#2E2E2E",
|
|
@@ -904,11 +966,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
904
966
|
style: { opacity: 0.3 }
|
|
905
967
|
}
|
|
906
968
|
) }),
|
|
907
|
-
/* @__PURE__ */
|
|
908
|
-
/* @__PURE__ */
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
911
|
-
/* @__PURE__ */
|
|
969
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
970
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
971
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
972
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
973
|
+
/* @__PURE__ */ jsx61(
|
|
912
974
|
"path",
|
|
913
975
|
{
|
|
914
976
|
fill: "#2E2E2E",
|
|
@@ -918,9 +980,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
918
980
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
919
981
|
|
|
920
982
|
// src/components/FiletypeWordFilled.tsx
|
|
921
|
-
import { jsx as
|
|
922
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
983
|
+
import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
984
|
+
var IconFiletypeWordFilled = ({ 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: [
|
|
985
|
+
/* @__PURE__ */ jsx62("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx62(
|
|
924
986
|
"path",
|
|
925
987
|
{
|
|
926
988
|
fill: "#0072FF",
|
|
@@ -928,14 +990,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
928
990
|
style: { opacity: 0.3 }
|
|
929
991
|
}
|
|
930
992
|
) }),
|
|
931
|
-
/* @__PURE__ */
|
|
993
|
+
/* @__PURE__ */ jsx62(
|
|
932
994
|
"path",
|
|
933
995
|
{
|
|
934
996
|
fill: "#0072FF",
|
|
935
997
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
936
998
|
}
|
|
937
999
|
),
|
|
938
|
-
/* @__PURE__ */
|
|
1000
|
+
/* @__PURE__ */ jsx62(
|
|
939
1001
|
"path",
|
|
940
1002
|
{
|
|
941
1003
|
fill: "#0072FF",
|
|
@@ -945,9 +1007,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
945
1007
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
946
1008
|
|
|
947
1009
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
948
|
-
import { jsx as
|
|
949
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
950
|
-
/* @__PURE__ */
|
|
1010
|
+
import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1011
|
+
var IconFiletypeWordLumiFilled = ({ 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: [
|
|
1012
|
+
/* @__PURE__ */ jsx63("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx63(
|
|
951
1013
|
"path",
|
|
952
1014
|
{
|
|
953
1015
|
fill: "#2E2E2E",
|
|
@@ -955,14 +1017,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
955
1017
|
style: { opacity: 0.3 }
|
|
956
1018
|
}
|
|
957
1019
|
) }),
|
|
958
|
-
/* @__PURE__ */
|
|
1020
|
+
/* @__PURE__ */ jsx63(
|
|
959
1021
|
"path",
|
|
960
1022
|
{
|
|
961
1023
|
fill: "#2E2E2E",
|
|
962
1024
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
963
1025
|
}
|
|
964
1026
|
),
|
|
965
|
-
/* @__PURE__ */
|
|
1027
|
+
/* @__PURE__ */ jsx63(
|
|
966
1028
|
"path",
|
|
967
1029
|
{
|
|
968
1030
|
fill: "#2E2E2E",
|
|
@@ -972,9 +1034,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
972
1034
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
973
1035
|
|
|
974
1036
|
// src/components/Fillin.tsx
|
|
975
|
-
import { jsx as
|
|
976
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
977
|
-
/* @__PURE__ */
|
|
1037
|
+
import { jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1038
|
+
var IconFillin = ({ 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: [
|
|
1039
|
+
/* @__PURE__ */ jsx64("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx64(
|
|
978
1040
|
"path",
|
|
979
1041
|
{
|
|
980
1042
|
fill: stroke || color || "currentColor",
|
|
@@ -983,7 +1045,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
983
1045
|
clipRule: "evenodd"
|
|
984
1046
|
}
|
|
985
1047
|
) }),
|
|
986
|
-
/* @__PURE__ */
|
|
1048
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx64(
|
|
987
1049
|
"rect",
|
|
988
1050
|
{
|
|
989
1051
|
width: "24",
|
|
@@ -995,36 +1057,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
995
1057
|
] }), Fillin_default = IconFillin;
|
|
996
1058
|
|
|
997
1059
|
// src/components/FoldedMenu.tsx
|
|
998
|
-
import { jsx as
|
|
999
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1000
|
-
/* @__PURE__ */
|
|
1001
|
-
/* @__PURE__ */
|
|
1002
|
-
/* @__PURE__ */
|
|
1003
|
-
/* @__PURE__ */
|
|
1060
|
+
import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1061
|
+
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1062
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1063
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1064
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1065
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
1004
1066
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
1005
1067
|
|
|
1006
1068
|
// src/components/FullScreen.tsx
|
|
1007
|
-
import { jsx as
|
|
1008
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1009
|
-
/* @__PURE__ */
|
|
1010
|
-
/* @__PURE__ */
|
|
1011
|
-
/* @__PURE__ */
|
|
1012
|
-
/* @__PURE__ */
|
|
1069
|
+
import { jsx as jsx66, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1070
|
+
var IconFullScreen = ({ 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: [
|
|
1071
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1072
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1073
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1074
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
1013
1075
|
] }), FullScreen_default = IconFullScreen;
|
|
1014
1076
|
|
|
1015
1077
|
// src/components/GameFilled.tsx
|
|
1016
|
-
import { jsx as
|
|
1017
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1018
|
-
/* @__PURE__ */
|
|
1019
|
-
/* @__PURE__ */
|
|
1020
|
-
/* @__PURE__ */
|
|
1078
|
+
import { jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1079
|
+
var IconGameFilled = ({ 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: [
|
|
1080
|
+
/* @__PURE__ */ jsx67("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1081
|
+
/* @__PURE__ */ jsx67("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1082
|
+
/* @__PURE__ */ jsx67(
|
|
1021
1083
|
"path",
|
|
1022
1084
|
{
|
|
1023
1085
|
fill: fill || color || "currentColor",
|
|
1024
1086
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
1025
1087
|
}
|
|
1026
1088
|
),
|
|
1027
|
-
/* @__PURE__ */
|
|
1089
|
+
/* @__PURE__ */ jsx67(
|
|
1028
1090
|
"path",
|
|
1029
1091
|
{
|
|
1030
1092
|
fill: fill || color || "currentColor",
|
|
@@ -1034,9 +1096,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1034
1096
|
] }), GameFilled_default = IconGameFilled;
|
|
1035
1097
|
|
|
1036
1098
|
// src/components/Game.tsx
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
-
/* @__PURE__ */
|
|
1099
|
+
import { jsx as jsx68, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1100
|
+
var IconGame = ({ 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: [
|
|
1101
|
+
/* @__PURE__ */ jsx68(
|
|
1040
1102
|
"path",
|
|
1041
1103
|
{
|
|
1042
1104
|
fill: stroke || color || "currentColor",
|
|
@@ -1045,7 +1107,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1045
1107
|
clipRule: "evenodd"
|
|
1046
1108
|
}
|
|
1047
1109
|
),
|
|
1048
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsx68(
|
|
1049
1111
|
"path",
|
|
1050
1112
|
{
|
|
1051
1113
|
fill: stroke || color || "currentColor",
|
|
@@ -1054,7 +1116,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1054
1116
|
clipRule: "evenodd"
|
|
1055
1117
|
}
|
|
1056
1118
|
),
|
|
1057
|
-
/* @__PURE__ */
|
|
1119
|
+
/* @__PURE__ */ jsx68(
|
|
1058
1120
|
"path",
|
|
1059
1121
|
{
|
|
1060
1122
|
fill: stroke || color || "currentColor",
|
|
@@ -1063,7 +1125,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1063
1125
|
clipRule: "evenodd"
|
|
1064
1126
|
}
|
|
1065
1127
|
),
|
|
1066
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx68(
|
|
1067
1129
|
"path",
|
|
1068
1130
|
{
|
|
1069
1131
|
fill: stroke || color || "currentColor",
|
|
@@ -1075,8 +1137,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1075
1137
|
] }), Game_default = IconGame;
|
|
1076
1138
|
|
|
1077
1139
|
// src/components/GamebackupFilled.tsx
|
|
1078
|
-
import { jsx as
|
|
1079
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1140
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1141
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx69(
|
|
1080
1142
|
"path",
|
|
1081
1143
|
{
|
|
1082
1144
|
fill: fill || color || "currentColor",
|
|
@@ -1087,8 +1149,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1087
1149
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1088
1150
|
|
|
1089
1151
|
// src/components/Gamebackup.tsx
|
|
1090
|
-
import { jsx as
|
|
1091
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1152
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1153
|
+
var IconGamebackup = ({ 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(
|
|
1092
1154
|
"path",
|
|
1093
1155
|
{
|
|
1094
1156
|
fill: stroke || color || "currentColor",
|
|
@@ -1099,8 +1161,8 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1099
1161
|
) }), Gamebackup_default = IconGamebackup;
|
|
1100
1162
|
|
|
1101
1163
|
// src/components/GamecontrolChoice.tsx
|
|
1102
|
-
import { jsx as
|
|
1103
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1164
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1165
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx71(
|
|
1104
1166
|
"path",
|
|
1105
1167
|
{
|
|
1106
1168
|
fill: stroke || color || "currentColor",
|
|
@@ -1111,8 +1173,8 @@ var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stro
|
|
|
1111
1173
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1112
1174
|
|
|
1113
1175
|
// src/components/GamecontrolGameplay.tsx
|
|
1114
|
-
import { jsx as
|
|
1115
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1176
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1177
|
+
var IconGamecontrolGameplay = ({ 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(
|
|
1116
1178
|
"path",
|
|
1117
1179
|
{
|
|
1118
1180
|
fill: stroke || color || "currentColor",
|
|
@@ -1123,8 +1185,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1123
1185
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1124
1186
|
|
|
1125
1187
|
// src/components/GamecontrolLinear.tsx
|
|
1126
|
-
import { jsx as
|
|
1127
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1188
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1189
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1128
1190
|
"path",
|
|
1129
1191
|
{
|
|
1130
1192
|
fill: stroke || color || "currentColor",
|
|
@@ -1135,16 +1197,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1135
1197
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1136
1198
|
|
|
1137
1199
|
// src/components/GamecontrolNone.tsx
|
|
1138
|
-
import { jsx as
|
|
1139
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1140
|
-
/* @__PURE__ */
|
|
1200
|
+
import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1201
|
+
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1202
|
+
/* @__PURE__ */ jsx74(
|
|
1141
1203
|
"path",
|
|
1142
1204
|
{
|
|
1143
1205
|
fill: stroke || color || "currentColor",
|
|
1144
1206
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
1145
1207
|
}
|
|
1146
1208
|
),
|
|
1147
|
-
/* @__PURE__ */
|
|
1209
|
+
/* @__PURE__ */ jsx74(
|
|
1148
1210
|
"path",
|
|
1149
1211
|
{
|
|
1150
1212
|
fill: stroke || color || "currentColor",
|
|
@@ -1153,7 +1215,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1153
1215
|
clipRule: "evenodd"
|
|
1154
1216
|
}
|
|
1155
1217
|
),
|
|
1156
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx74(
|
|
1157
1219
|
"path",
|
|
1158
1220
|
{
|
|
1159
1221
|
fill: stroke || color || "currentColor",
|
|
@@ -1165,23 +1227,23 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1165
1227
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1166
1228
|
|
|
1167
1229
|
// src/components/GamecontrolTerminal.tsx
|
|
1168
|
-
import { jsx as
|
|
1169
|
-
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1230
|
+
import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1231
|
+
var IconGamecontrolTerminal = ({ 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: [
|
|
1232
|
+
/* @__PURE__ */ jsx75(
|
|
1171
1233
|
"path",
|
|
1172
1234
|
{
|
|
1173
1235
|
fill: stroke || color || "currentColor",
|
|
1174
1236
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
1175
1237
|
}
|
|
1176
1238
|
),
|
|
1177
|
-
/* @__PURE__ */
|
|
1239
|
+
/* @__PURE__ */ jsx75(
|
|
1178
1240
|
"path",
|
|
1179
1241
|
{
|
|
1180
1242
|
fill: stroke || color || "currentColor",
|
|
1181
1243
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
1182
1244
|
}
|
|
1183
1245
|
),
|
|
1184
|
-
/* @__PURE__ */
|
|
1246
|
+
/* @__PURE__ */ jsx75(
|
|
1185
1247
|
"path",
|
|
1186
1248
|
{
|
|
1187
1249
|
fill: stroke || color || "currentColor",
|
|
@@ -1193,8 +1255,8 @@ var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, st
|
|
|
1193
1255
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1194
1256
|
|
|
1195
1257
|
// src/components/Gamelanguage.tsx
|
|
1196
|
-
import { jsx as
|
|
1197
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1258
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1259
|
+
var IconGamelanguage = ({ 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(
|
|
1198
1260
|
"path",
|
|
1199
1261
|
{
|
|
1200
1262
|
fill: stroke || color || "currentColor",
|
|
@@ -1205,9 +1267,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1205
1267
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1206
1268
|
|
|
1207
1269
|
// src/components/Gamepreview.tsx
|
|
1208
|
-
import { jsx as
|
|
1209
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1210
|
-
/* @__PURE__ */
|
|
1270
|
+
import { jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1271
|
+
var IconGamepreview = ({ 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: [
|
|
1272
|
+
/* @__PURE__ */ jsx77(
|
|
1211
1273
|
"path",
|
|
1212
1274
|
{
|
|
1213
1275
|
fill: stroke || color || "currentColor",
|
|
@@ -1216,7 +1278,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1216
1278
|
clipRule: "evenodd"
|
|
1217
1279
|
}
|
|
1218
1280
|
),
|
|
1219
|
-
/* @__PURE__ */
|
|
1281
|
+
/* @__PURE__ */ jsx77(
|
|
1220
1282
|
"path",
|
|
1221
1283
|
{
|
|
1222
1284
|
fill: stroke || color || "currentColor",
|
|
@@ -1228,8 +1290,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1228
1290
|
] }), Gamepreview_default = IconGamepreview;
|
|
1229
1291
|
|
|
1230
1292
|
// src/components/Gameui.tsx
|
|
1231
|
-
import { jsx as
|
|
1232
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1293
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1294
|
+
var IconGameui = ({ 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(
|
|
1233
1295
|
"path",
|
|
1234
1296
|
{
|
|
1235
1297
|
fill: stroke || color || "currentColor",
|
|
@@ -1240,9 +1302,9 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1240
1302
|
) }), Gameui_default = IconGameui;
|
|
1241
1303
|
|
|
1242
1304
|
// src/components/Gameuivariable.tsx
|
|
1243
|
-
import { jsx as
|
|
1244
|
-
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1245
|
-
/* @__PURE__ */
|
|
1305
|
+
import { jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1306
|
+
var IconGameuivariable = ({ 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: [
|
|
1307
|
+
/* @__PURE__ */ jsx79(
|
|
1246
1308
|
"path",
|
|
1247
1309
|
{
|
|
1248
1310
|
fill: fill || color || "currentColor",
|
|
@@ -1251,7 +1313,7 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1251
1313
|
clipRule: "evenodd"
|
|
1252
1314
|
}
|
|
1253
1315
|
),
|
|
1254
|
-
/* @__PURE__ */
|
|
1316
|
+
/* @__PURE__ */ jsx79(
|
|
1255
1317
|
"path",
|
|
1256
1318
|
{
|
|
1257
1319
|
fill: stroke || color || "currentColor",
|
|
@@ -1261,16 +1323,16 @@ var IconGameuivariable = ({ size, width, height, color, className, fill, stroke
|
|
|
1261
1323
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1262
1324
|
|
|
1263
1325
|
// src/components/Gameuivariable2.tsx
|
|
1264
|
-
import { jsx as
|
|
1265
|
-
var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1266
|
-
/* @__PURE__ */
|
|
1326
|
+
import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1327
|
+
var IconGameuivariable2 = ({ 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: [
|
|
1328
|
+
/* @__PURE__ */ jsx80(
|
|
1267
1329
|
"path",
|
|
1268
1330
|
{
|
|
1269
1331
|
fill: fill || color || "currentColor",
|
|
1270
1332
|
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
1271
1333
|
}
|
|
1272
1334
|
),
|
|
1273
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx80(
|
|
1274
1336
|
"path",
|
|
1275
1337
|
{
|
|
1276
1338
|
fill: stroke || color || "currentColor",
|
|
@@ -1280,16 +1342,16 @@ var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke
|
|
|
1280
1342
|
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1281
1343
|
|
|
1282
1344
|
// src/components/GenerateMultimage.tsx
|
|
1283
|
-
import { jsx as
|
|
1284
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1285
|
-
/* @__PURE__ */
|
|
1345
|
+
import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1346
|
+
var IconGenerateMultimage = ({ 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: [
|
|
1347
|
+
/* @__PURE__ */ jsx81(
|
|
1286
1348
|
"path",
|
|
1287
1349
|
{
|
|
1288
1350
|
fill: stroke || color || "currentColor",
|
|
1289
1351
|
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"
|
|
1290
1352
|
}
|
|
1291
1353
|
),
|
|
1292
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ jsx81(
|
|
1293
1355
|
"path",
|
|
1294
1356
|
{
|
|
1295
1357
|
fill: stroke || color || "currentColor",
|
|
@@ -1298,12 +1360,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1298
1360
|
clipRule: "evenodd"
|
|
1299
1361
|
}
|
|
1300
1362
|
),
|
|
1301
|
-
/* @__PURE__ */
|
|
1363
|
+
/* @__PURE__ */ jsx81("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1302
1364
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1303
1365
|
|
|
1304
1366
|
// src/components/GenerateFilled.tsx
|
|
1305
|
-
import { jsx as
|
|
1306
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1367
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1368
|
+
var IconGenerateFilled = ({ 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(
|
|
1307
1369
|
"path",
|
|
1308
1370
|
{
|
|
1309
1371
|
fill: fill || color || "currentColor",
|
|
@@ -1314,16 +1376,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1314
1376
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1315
1377
|
|
|
1316
1378
|
// src/components/GenerateFrameStart.tsx
|
|
1317
|
-
import { jsx as
|
|
1318
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1319
|
-
/* @__PURE__ */
|
|
1379
|
+
import { jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1380
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
1381
|
+
/* @__PURE__ */ jsx83(
|
|
1320
1382
|
"path",
|
|
1321
1383
|
{
|
|
1322
1384
|
fill: stroke || color || "currentColor",
|
|
1323
1385
|
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"
|
|
1324
1386
|
}
|
|
1325
1387
|
),
|
|
1326
|
-
/* @__PURE__ */
|
|
1388
|
+
/* @__PURE__ */ jsx83(
|
|
1327
1389
|
"path",
|
|
1328
1390
|
{
|
|
1329
1391
|
fill: stroke || color || "currentColor",
|
|
@@ -1335,9 +1397,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1335
1397
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1336
1398
|
|
|
1337
1399
|
// src/components/GenerateFrameStart2End.tsx
|
|
1338
|
-
import { jsx as
|
|
1339
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1340
|
-
/* @__PURE__ */
|
|
1400
|
+
import { jsx as jsx84, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1401
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
1402
|
+
/* @__PURE__ */ jsx84(
|
|
1341
1403
|
"path",
|
|
1342
1404
|
{
|
|
1343
1405
|
fill: stroke || color || "currentColor",
|
|
@@ -1346,14 +1408,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1346
1408
|
clipRule: "evenodd"
|
|
1347
1409
|
}
|
|
1348
1410
|
),
|
|
1349
|
-
/* @__PURE__ */
|
|
1411
|
+
/* @__PURE__ */ jsx84(
|
|
1350
1412
|
"path",
|
|
1351
1413
|
{
|
|
1352
1414
|
fill: stroke || color || "currentColor",
|
|
1353
1415
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
1354
1416
|
}
|
|
1355
1417
|
),
|
|
1356
|
-
/* @__PURE__ */
|
|
1418
|
+
/* @__PURE__ */ jsx84(
|
|
1357
1419
|
"path",
|
|
1358
1420
|
{
|
|
1359
1421
|
fill: stroke || color || "currentColor",
|
|
@@ -1365,9 +1427,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1365
1427
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1366
1428
|
|
|
1367
1429
|
// src/components/GenerateSwitchframe.tsx
|
|
1368
|
-
import { jsx as
|
|
1369
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1370
|
-
/* @__PURE__ */
|
|
1430
|
+
import { jsx as jsx85, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1431
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
1432
|
+
/* @__PURE__ */ jsx85(
|
|
1371
1433
|
"path",
|
|
1372
1434
|
{
|
|
1373
1435
|
fill: stroke || color || "currentColor",
|
|
@@ -1376,7 +1438,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1376
1438
|
clipRule: "evenodd"
|
|
1377
1439
|
}
|
|
1378
1440
|
),
|
|
1379
|
-
/* @__PURE__ */
|
|
1441
|
+
/* @__PURE__ */ jsx85(
|
|
1380
1442
|
"path",
|
|
1381
1443
|
{
|
|
1382
1444
|
fill: stroke || color || "currentColor",
|
|
@@ -1388,16 +1450,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1388
1450
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1389
1451
|
|
|
1390
1452
|
// src/components/GenerateT2V.tsx
|
|
1391
|
-
import { jsx as
|
|
1392
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1393
|
-
/* @__PURE__ */
|
|
1453
|
+
import { jsx as jsx86, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1454
|
+
var IconGenerateT2V = ({ 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: [
|
|
1455
|
+
/* @__PURE__ */ jsx86(
|
|
1394
1456
|
"path",
|
|
1395
1457
|
{
|
|
1396
1458
|
fill: stroke || color || "currentColor",
|
|
1397
1459
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1398
1460
|
}
|
|
1399
1461
|
),
|
|
1400
|
-
/* @__PURE__ */
|
|
1462
|
+
/* @__PURE__ */ jsx86(
|
|
1401
1463
|
"path",
|
|
1402
1464
|
{
|
|
1403
1465
|
fill: stroke || color || "currentColor",
|
|
@@ -1409,8 +1471,8 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1409
1471
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1410
1472
|
|
|
1411
1473
|
// src/components/Generate.tsx
|
|
1412
|
-
import { jsx as
|
|
1413
|
-
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1474
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1475
|
+
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
|
|
1414
1476
|
"path",
|
|
1415
1477
|
{
|
|
1416
1478
|
fill: stroke || color || "currentColor",
|
|
@@ -1419,16 +1481,16 @@ var IconGenerate = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1419
1481
|
) }), Generate_default = IconGenerate;
|
|
1420
1482
|
|
|
1421
1483
|
// src/components/GenreAuto.tsx
|
|
1422
|
-
import { jsx as
|
|
1423
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1424
|
-
/* @__PURE__ */
|
|
1484
|
+
import { jsx as jsx88, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1485
|
+
var IconGenreAuto = ({ 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: [
|
|
1486
|
+
/* @__PURE__ */ jsx88(
|
|
1425
1487
|
"path",
|
|
1426
1488
|
{
|
|
1427
1489
|
fill: stroke || color || "currentColor",
|
|
1428
1490
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1429
1491
|
}
|
|
1430
1492
|
),
|
|
1431
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ jsx88(
|
|
1432
1494
|
"path",
|
|
1433
1495
|
{
|
|
1434
1496
|
fill: stroke || color || "currentColor",
|
|
@@ -1437,15 +1499,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1437
1499
|
clipRule: "evenodd"
|
|
1438
1500
|
}
|
|
1439
1501
|
),
|
|
1440
|
-
/* @__PURE__ */
|
|
1441
|
-
/* @__PURE__ */
|
|
1502
|
+
/* @__PURE__ */ jsx88("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1503
|
+
/* @__PURE__ */ jsx88(
|
|
1442
1504
|
"path",
|
|
1443
1505
|
{
|
|
1444
1506
|
fill: stroke || color || "currentColor",
|
|
1445
1507
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1446
1508
|
}
|
|
1447
1509
|
),
|
|
1448
|
-
/* @__PURE__ */
|
|
1510
|
+
/* @__PURE__ */ jsx88(
|
|
1449
1511
|
"path",
|
|
1450
1512
|
{
|
|
1451
1513
|
fill: stroke || color || "currentColor",
|
|
@@ -1455,23 +1517,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1455
1517
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1456
1518
|
|
|
1457
1519
|
// src/components/GenreComedy.tsx
|
|
1458
|
-
import { jsx as
|
|
1459
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1460
|
-
/* @__PURE__ */
|
|
1520
|
+
import { jsx as jsx89, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1521
|
+
var IconGenreComedy = ({ 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: [
|
|
1522
|
+
/* @__PURE__ */ jsx89(
|
|
1461
1523
|
"path",
|
|
1462
1524
|
{
|
|
1463
1525
|
fill: stroke || color || "currentColor",
|
|
1464
1526
|
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"
|
|
1465
1527
|
}
|
|
1466
1528
|
),
|
|
1467
|
-
/* @__PURE__ */
|
|
1529
|
+
/* @__PURE__ */ jsx89(
|
|
1468
1530
|
"path",
|
|
1469
1531
|
{
|
|
1470
1532
|
fill: stroke || color || "currentColor",
|
|
1471
1533
|
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"
|
|
1472
1534
|
}
|
|
1473
1535
|
),
|
|
1474
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx89(
|
|
1475
1537
|
"path",
|
|
1476
1538
|
{
|
|
1477
1539
|
fill: stroke || color || "currentColor",
|
|
@@ -1480,7 +1542,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1480
1542
|
clipRule: "evenodd"
|
|
1481
1543
|
}
|
|
1482
1544
|
),
|
|
1483
|
-
/* @__PURE__ */
|
|
1545
|
+
/* @__PURE__ */ jsx89(
|
|
1484
1546
|
"path",
|
|
1485
1547
|
{
|
|
1486
1548
|
fill: stroke || color || "currentColor",
|
|
@@ -1492,8 +1554,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1492
1554
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1493
1555
|
|
|
1494
1556
|
// src/components/GenreFantasy.tsx
|
|
1495
|
-
import { jsx as
|
|
1496
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1557
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1558
|
+
var IconGenreFantasy = ({ 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(
|
|
1497
1559
|
"path",
|
|
1498
1560
|
{
|
|
1499
1561
|
fill: stroke || color || "currentColor",
|
|
@@ -1504,23 +1566,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1504
1566
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1505
1567
|
|
|
1506
1568
|
// src/components/GenreHorror.tsx
|
|
1507
|
-
import { jsx as
|
|
1508
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1509
|
-
/* @__PURE__ */
|
|
1569
|
+
import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1570
|
+
var IconGenreHorror = ({ 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: [
|
|
1571
|
+
/* @__PURE__ */ jsx91(
|
|
1510
1572
|
"path",
|
|
1511
1573
|
{
|
|
1512
1574
|
fill: stroke || color || "currentColor",
|
|
1513
1575
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
1514
1576
|
}
|
|
1515
1577
|
),
|
|
1516
|
-
/* @__PURE__ */
|
|
1578
|
+
/* @__PURE__ */ jsx91(
|
|
1517
1579
|
"path",
|
|
1518
1580
|
{
|
|
1519
1581
|
fill: stroke || color || "currentColor",
|
|
1520
1582
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
1521
1583
|
}
|
|
1522
1584
|
),
|
|
1523
|
-
/* @__PURE__ */
|
|
1585
|
+
/* @__PURE__ */ jsx91(
|
|
1524
1586
|
"path",
|
|
1525
1587
|
{
|
|
1526
1588
|
fill: stroke || color || "currentColor",
|
|
@@ -1532,8 +1594,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1532
1594
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1533
1595
|
|
|
1534
1596
|
// src/components/GenreRomance.tsx
|
|
1535
|
-
import { jsx as
|
|
1536
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1597
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1598
|
+
var IconGenreRomance = ({ 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(
|
|
1537
1599
|
"path",
|
|
1538
1600
|
{
|
|
1539
1601
|
fill: stroke || color || "currentColor",
|
|
@@ -1544,16 +1606,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1544
1606
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1545
1607
|
|
|
1546
1608
|
// src/components/GenreScifi.tsx
|
|
1547
|
-
import { jsx as
|
|
1548
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1549
|
-
/* @__PURE__ */
|
|
1609
|
+
import { jsx as jsx93, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1610
|
+
var IconGenreScifi = ({ 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: [
|
|
1611
|
+
/* @__PURE__ */ jsx93(
|
|
1550
1612
|
"path",
|
|
1551
1613
|
{
|
|
1552
1614
|
fill: stroke || color || "currentColor",
|
|
1553
1615
|
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"
|
|
1554
1616
|
}
|
|
1555
1617
|
),
|
|
1556
|
-
/* @__PURE__ */
|
|
1618
|
+
/* @__PURE__ */ jsx93(
|
|
1557
1619
|
"path",
|
|
1558
1620
|
{
|
|
1559
1621
|
fill: stroke || color || "currentColor",
|
|
@@ -1562,7 +1624,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1562
1624
|
clipRule: "evenodd"
|
|
1563
1625
|
}
|
|
1564
1626
|
),
|
|
1565
|
-
/* @__PURE__ */
|
|
1627
|
+
/* @__PURE__ */ jsx93(
|
|
1566
1628
|
"path",
|
|
1567
1629
|
{
|
|
1568
1630
|
fill: stroke || color || "currentColor",
|
|
@@ -1572,8 +1634,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1572
1634
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1573
1635
|
|
|
1574
1636
|
// src/components/GenreSuspense.tsx
|
|
1575
|
-
import { jsx as
|
|
1576
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1637
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
1638
|
+
var IconGenreSuspense = ({ 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(
|
|
1577
1639
|
"path",
|
|
1578
1640
|
{
|
|
1579
1641
|
fill: stroke || color || "currentColor",
|
|
@@ -1584,8 +1646,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1584
1646
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1585
1647
|
|
|
1586
1648
|
// src/components/Genre.tsx
|
|
1587
|
-
import { jsx as
|
|
1588
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1649
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1650
|
+
var IconGenre = ({ 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(
|
|
1589
1651
|
"path",
|
|
1590
1652
|
{
|
|
1591
1653
|
fill: stroke || color || "currentColor",
|
|
@@ -1596,9 +1658,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1596
1658
|
) }), Genre_default = IconGenre;
|
|
1597
1659
|
|
|
1598
1660
|
// src/components/GoogleLogoFilled.tsx
|
|
1599
|
-
import { jsx as
|
|
1600
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1601
|
-
/* @__PURE__ */
|
|
1661
|
+
import { jsx as jsx96, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1662
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
1663
|
+
/* @__PURE__ */ jsx96(
|
|
1602
1664
|
"mask",
|
|
1603
1665
|
{
|
|
1604
1666
|
id: "mask0_48_113",
|
|
@@ -1608,7 +1670,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1608
1670
|
y: "0",
|
|
1609
1671
|
maskUnits: "userSpaceOnUse",
|
|
1610
1672
|
style: { maskType: "luminance" },
|
|
1611
|
-
children: /* @__PURE__ */
|
|
1673
|
+
children: /* @__PURE__ */ jsx96(
|
|
1612
1674
|
"path",
|
|
1613
1675
|
{
|
|
1614
1676
|
fill: stroke || color || "currentColor",
|
|
@@ -1617,64 +1679,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1617
1679
|
)
|
|
1618
1680
|
}
|
|
1619
1681
|
),
|
|
1620
|
-
/* @__PURE__ */
|
|
1621
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ jsxs48("g", { mask: "url(#mask0_48_113)", children: [
|
|
1683
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1622
1684
|
"path",
|
|
1623
1685
|
{
|
|
1624
1686
|
fill: "url(#paint0_radial_48_113)",
|
|
1625
1687
|
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"
|
|
1626
1688
|
}
|
|
1627
1689
|
) }),
|
|
1628
|
-
/* @__PURE__ */
|
|
1690
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1629
1691
|
"path",
|
|
1630
1692
|
{
|
|
1631
1693
|
fill: "url(#paint1_radial_48_113)",
|
|
1632
1694
|
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"
|
|
1633
1695
|
}
|
|
1634
1696
|
) }),
|
|
1635
|
-
/* @__PURE__ */
|
|
1697
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1636
1698
|
"path",
|
|
1637
1699
|
{
|
|
1638
1700
|
fill: "url(#paint2_radial_48_113)",
|
|
1639
1701
|
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"
|
|
1640
1702
|
}
|
|
1641
1703
|
) }),
|
|
1642
|
-
/* @__PURE__ */
|
|
1704
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1643
1705
|
"path",
|
|
1644
1706
|
{
|
|
1645
1707
|
fill: "url(#paint3_radial_48_113)",
|
|
1646
1708
|
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"
|
|
1647
1709
|
}
|
|
1648
1710
|
) }),
|
|
1649
|
-
/* @__PURE__ */
|
|
1711
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1650
1712
|
"path",
|
|
1651
1713
|
{
|
|
1652
1714
|
fill: "#3086FF",
|
|
1653
1715
|
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"
|
|
1654
1716
|
}
|
|
1655
1717
|
) }),
|
|
1656
|
-
/* @__PURE__ */
|
|
1718
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1657
1719
|
"path",
|
|
1658
1720
|
{
|
|
1659
1721
|
fill: "url(#paint4_radial_48_113)",
|
|
1660
1722
|
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"
|
|
1661
1723
|
}
|
|
1662
1724
|
) }),
|
|
1663
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1664
1726
|
"path",
|
|
1665
1727
|
{
|
|
1666
1728
|
fill: "url(#paint5_radial_48_113)",
|
|
1667
1729
|
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"
|
|
1668
1730
|
}
|
|
1669
1731
|
) }),
|
|
1670
|
-
/* @__PURE__ */
|
|
1732
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1671
1733
|
"path",
|
|
1672
1734
|
{
|
|
1673
1735
|
fill: "url(#paint6_radial_48_113)",
|
|
1674
1736
|
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"
|
|
1675
1737
|
}
|
|
1676
1738
|
) }),
|
|
1677
|
-
/* @__PURE__ */
|
|
1739
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx96(
|
|
1678
1740
|
"path",
|
|
1679
1741
|
{
|
|
1680
1742
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1682,8 +1744,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1682
1744
|
}
|
|
1683
1745
|
) })
|
|
1684
1746
|
] }),
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsxs48("defs", { children: [
|
|
1748
|
+
/* @__PURE__ */ jsxs48(
|
|
1687
1749
|
"filter",
|
|
1688
1750
|
{
|
|
1689
1751
|
id: "filter0_f_48_113",
|
|
@@ -1694,13 +1756,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1694
1756
|
filterUnits: "userSpaceOnUse",
|
|
1695
1757
|
colorInterpolationFilters: "sRGB",
|
|
1696
1758
|
children: [
|
|
1697
|
-
/* @__PURE__ */
|
|
1698
|
-
/* @__PURE__ */
|
|
1699
|
-
/* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1760
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1761
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1700
1762
|
]
|
|
1701
1763
|
}
|
|
1702
1764
|
),
|
|
1703
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsxs48(
|
|
1704
1766
|
"filter",
|
|
1705
1767
|
{
|
|
1706
1768
|
id: "filter1_f_48_113",
|
|
@@ -1711,13 +1773,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1711
1773
|
filterUnits: "userSpaceOnUse",
|
|
1712
1774
|
colorInterpolationFilters: "sRGB",
|
|
1713
1775
|
children: [
|
|
1714
|
-
/* @__PURE__ */
|
|
1715
|
-
/* @__PURE__ */
|
|
1716
|
-
/* @__PURE__ */
|
|
1776
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1777
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1778
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1717
1779
|
]
|
|
1718
1780
|
}
|
|
1719
1781
|
),
|
|
1720
|
-
/* @__PURE__ */
|
|
1782
|
+
/* @__PURE__ */ jsxs48(
|
|
1721
1783
|
"filter",
|
|
1722
1784
|
{
|
|
1723
1785
|
id: "filter2_f_48_113",
|
|
@@ -1728,13 +1790,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1728
1790
|
filterUnits: "userSpaceOnUse",
|
|
1729
1791
|
colorInterpolationFilters: "sRGB",
|
|
1730
1792
|
children: [
|
|
1731
|
-
/* @__PURE__ */
|
|
1732
|
-
/* @__PURE__ */
|
|
1733
|
-
/* @__PURE__ */
|
|
1793
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1794
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1795
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1734
1796
|
]
|
|
1735
1797
|
}
|
|
1736
1798
|
),
|
|
1737
|
-
/* @__PURE__ */
|
|
1799
|
+
/* @__PURE__ */ jsxs48(
|
|
1738
1800
|
"filter",
|
|
1739
1801
|
{
|
|
1740
1802
|
id: "filter3_f_48_113",
|
|
@@ -1745,13 +1807,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1745
1807
|
filterUnits: "userSpaceOnUse",
|
|
1746
1808
|
colorInterpolationFilters: "sRGB",
|
|
1747
1809
|
children: [
|
|
1748
|
-
/* @__PURE__ */
|
|
1749
|
-
/* @__PURE__ */
|
|
1750
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1811
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1812
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1751
1813
|
]
|
|
1752
1814
|
}
|
|
1753
1815
|
),
|
|
1754
|
-
/* @__PURE__ */
|
|
1816
|
+
/* @__PURE__ */ jsxs48(
|
|
1755
1817
|
"filter",
|
|
1756
1818
|
{
|
|
1757
1819
|
id: "filter4_f_48_113",
|
|
@@ -1762,13 +1824,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1762
1824
|
filterUnits: "userSpaceOnUse",
|
|
1763
1825
|
colorInterpolationFilters: "sRGB",
|
|
1764
1826
|
children: [
|
|
1765
|
-
/* @__PURE__ */
|
|
1766
|
-
/* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */
|
|
1827
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1828
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1829
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1768
1830
|
]
|
|
1769
1831
|
}
|
|
1770
1832
|
),
|
|
1771
|
-
/* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ jsxs48(
|
|
1772
1834
|
"filter",
|
|
1773
1835
|
{
|
|
1774
1836
|
id: "filter5_f_48_113",
|
|
@@ -1779,13 +1841,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1779
1841
|
filterUnits: "userSpaceOnUse",
|
|
1780
1842
|
colorInterpolationFilters: "sRGB",
|
|
1781
1843
|
children: [
|
|
1782
|
-
/* @__PURE__ */
|
|
1783
|
-
/* @__PURE__ */
|
|
1784
|
-
/* @__PURE__ */
|
|
1844
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1845
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1846
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1785
1847
|
]
|
|
1786
1848
|
}
|
|
1787
1849
|
),
|
|
1788
|
-
/* @__PURE__ */
|
|
1850
|
+
/* @__PURE__ */ jsxs48(
|
|
1789
1851
|
"filter",
|
|
1790
1852
|
{
|
|
1791
1853
|
id: "filter6_f_48_113",
|
|
@@ -1796,13 +1858,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1796
1858
|
filterUnits: "userSpaceOnUse",
|
|
1797
1859
|
colorInterpolationFilters: "sRGB",
|
|
1798
1860
|
children: [
|
|
1799
|
-
/* @__PURE__ */
|
|
1800
|
-
/* @__PURE__ */
|
|
1801
|
-
/* @__PURE__ */
|
|
1861
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1862
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1863
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1802
1864
|
]
|
|
1803
1865
|
}
|
|
1804
1866
|
),
|
|
1805
|
-
/* @__PURE__ */
|
|
1867
|
+
/* @__PURE__ */ jsxs48(
|
|
1806
1868
|
"filter",
|
|
1807
1869
|
{
|
|
1808
1870
|
id: "filter7_f_48_113",
|
|
@@ -1813,13 +1875,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1813
1875
|
filterUnits: "userSpaceOnUse",
|
|
1814
1876
|
colorInterpolationFilters: "sRGB",
|
|
1815
1877
|
children: [
|
|
1816
|
-
/* @__PURE__ */
|
|
1817
|
-
/* @__PURE__ */
|
|
1818
|
-
/* @__PURE__ */
|
|
1878
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1879
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1880
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1819
1881
|
]
|
|
1820
1882
|
}
|
|
1821
1883
|
),
|
|
1822
|
-
/* @__PURE__ */
|
|
1884
|
+
/* @__PURE__ */ jsxs48(
|
|
1823
1885
|
"filter",
|
|
1824
1886
|
{
|
|
1825
1887
|
id: "filter8_f_48_113",
|
|
@@ -1830,13 +1892,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1830
1892
|
filterUnits: "userSpaceOnUse",
|
|
1831
1893
|
colorInterpolationFilters: "sRGB",
|
|
1832
1894
|
children: [
|
|
1833
|
-
/* @__PURE__ */
|
|
1834
|
-
/* @__PURE__ */
|
|
1835
|
-
/* @__PURE__ */
|
|
1895
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1896
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1897
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1836
1898
|
]
|
|
1837
1899
|
}
|
|
1838
1900
|
),
|
|
1839
|
-
/* @__PURE__ */
|
|
1901
|
+
/* @__PURE__ */ jsxs48(
|
|
1840
1902
|
"radialGradient",
|
|
1841
1903
|
{
|
|
1842
1904
|
id: "paint0_radial_48_113",
|
|
@@ -1846,20 +1908,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1846
1908
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1847
1909
|
gradientUnits: "userSpaceOnUse",
|
|
1848
1910
|
children: [
|
|
1849
|
-
/* @__PURE__ */
|
|
1850
|
-
/* @__PURE__ */
|
|
1851
|
-
/* @__PURE__ */
|
|
1852
|
-
/* @__PURE__ */
|
|
1853
|
-
/* @__PURE__ */
|
|
1854
|
-
/* @__PURE__ */
|
|
1855
|
-
/* @__PURE__ */
|
|
1856
|
-
/* @__PURE__ */
|
|
1857
|
-
/* @__PURE__ */
|
|
1858
|
-
/* @__PURE__ */
|
|
1911
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1912
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1913
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1914
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1915
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1916
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1917
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1918
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1919
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1920
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1859
1921
|
]
|
|
1860
1922
|
}
|
|
1861
1923
|
),
|
|
1862
|
-
/* @__PURE__ */
|
|
1924
|
+
/* @__PURE__ */ jsxs48(
|
|
1863
1925
|
"radialGradient",
|
|
1864
1926
|
{
|
|
1865
1927
|
id: "paint1_radial_48_113",
|
|
@@ -1869,12 +1931,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1869
1931
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1870
1932
|
gradientUnits: "userSpaceOnUse",
|
|
1871
1933
|
children: [
|
|
1872
|
-
/* @__PURE__ */
|
|
1873
|
-
/* @__PURE__ */
|
|
1934
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1935
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1874
1936
|
]
|
|
1875
1937
|
}
|
|
1876
1938
|
),
|
|
1877
|
-
/* @__PURE__ */
|
|
1939
|
+
/* @__PURE__ */ jsxs48(
|
|
1878
1940
|
"radialGradient",
|
|
1879
1941
|
{
|
|
1880
1942
|
id: "paint2_radial_48_113",
|
|
@@ -1884,18 +1946,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1884
1946
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1885
1947
|
gradientUnits: "userSpaceOnUse",
|
|
1886
1948
|
children: [
|
|
1887
|
-
/* @__PURE__ */
|
|
1888
|
-
/* @__PURE__ */
|
|
1889
|
-
/* @__PURE__ */
|
|
1890
|
-
/* @__PURE__ */
|
|
1891
|
-
/* @__PURE__ */
|
|
1892
|
-
/* @__PURE__ */
|
|
1893
|
-
/* @__PURE__ */
|
|
1894
|
-
/* @__PURE__ */
|
|
1949
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1950
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1951
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1952
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1953
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1954
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1955
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1956
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1895
1957
|
]
|
|
1896
1958
|
}
|
|
1897
1959
|
),
|
|
1898
|
-
/* @__PURE__ */
|
|
1960
|
+
/* @__PURE__ */ jsxs48(
|
|
1899
1961
|
"radialGradient",
|
|
1900
1962
|
{
|
|
1901
1963
|
id: "paint3_radial_48_113",
|
|
@@ -1905,19 +1967,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1905
1967
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1906
1968
|
gradientUnits: "userSpaceOnUse",
|
|
1907
1969
|
children: [
|
|
1908
|
-
/* @__PURE__ */
|
|
1909
|
-
/* @__PURE__ */
|
|
1910
|
-
/* @__PURE__ */
|
|
1911
|
-
/* @__PURE__ */
|
|
1912
|
-
/* @__PURE__ */
|
|
1913
|
-
/* @__PURE__ */
|
|
1914
|
-
/* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
1916
|
-
/* @__PURE__ */
|
|
1970
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1971
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1972
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1973
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1974
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1975
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1976
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1977
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1978
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1917
1979
|
]
|
|
1918
1980
|
}
|
|
1919
1981
|
),
|
|
1920
|
-
/* @__PURE__ */
|
|
1982
|
+
/* @__PURE__ */ jsxs48(
|
|
1921
1983
|
"radialGradient",
|
|
1922
1984
|
{
|
|
1923
1985
|
id: "paint4_radial_48_113",
|
|
@@ -1927,18 +1989,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1927
1989
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1928
1990
|
gradientUnits: "userSpaceOnUse",
|
|
1929
1991
|
children: [
|
|
1930
|
-
/* @__PURE__ */
|
|
1931
|
-
/* @__PURE__ */
|
|
1932
|
-
/* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1934
|
-
/* @__PURE__ */
|
|
1935
|
-
/* @__PURE__ */
|
|
1936
|
-
/* @__PURE__ */
|
|
1937
|
-
/* @__PURE__ */
|
|
1992
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1993
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1994
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1995
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1996
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1997
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1998
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1999
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1938
2000
|
]
|
|
1939
2001
|
}
|
|
1940
2002
|
),
|
|
1941
|
-
/* @__PURE__ */
|
|
2003
|
+
/* @__PURE__ */ jsxs48(
|
|
1942
2004
|
"radialGradient",
|
|
1943
2005
|
{
|
|
1944
2006
|
id: "paint5_radial_48_113",
|
|
@@ -1948,15 +2010,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1948
2010
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1949
2011
|
gradientUnits: "userSpaceOnUse",
|
|
1950
2012
|
children: [
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1953
|
-
/* @__PURE__ */
|
|
1954
|
-
/* @__PURE__ */
|
|
1955
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2014
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2015
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2016
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2017
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1956
2018
|
]
|
|
1957
2019
|
}
|
|
1958
2020
|
),
|
|
1959
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsxs48(
|
|
1960
2022
|
"radialGradient",
|
|
1961
2023
|
{
|
|
1962
2024
|
id: "paint6_radial_48_113",
|
|
@@ -1966,20 +2028,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1966
2028
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1967
2029
|
gradientUnits: "userSpaceOnUse",
|
|
1968
2030
|
children: [
|
|
1969
|
-
/* @__PURE__ */
|
|
1970
|
-
/* @__PURE__ */
|
|
1971
|
-
/* @__PURE__ */
|
|
1972
|
-
/* @__PURE__ */
|
|
1973
|
-
/* @__PURE__ */
|
|
1974
|
-
/* @__PURE__ */
|
|
1975
|
-
/* @__PURE__ */
|
|
1976
|
-
/* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
1978
|
-
/* @__PURE__ */
|
|
2031
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2032
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2033
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2034
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2035
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2036
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2037
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2038
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2039
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2040
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#86C504" })
|
|
1979
2041
|
]
|
|
1980
2042
|
}
|
|
1981
2043
|
),
|
|
1982
|
-
/* @__PURE__ */
|
|
2044
|
+
/* @__PURE__ */ jsxs48(
|
|
1983
2045
|
"linearGradient",
|
|
1984
2046
|
{
|
|
1985
2047
|
id: "paint7_linear_48_113",
|
|
@@ -1989,8 +2051,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1989
2051
|
y2: "21.5116",
|
|
1990
2052
|
gradientUnits: "userSpaceOnUse",
|
|
1991
2053
|
children: [
|
|
1992
|
-
/* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
2054
|
+
/* @__PURE__ */ jsx96("stop", { stopColor: "#0FBC5C" }),
|
|
2055
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1994
2056
|
]
|
|
1995
2057
|
}
|
|
1996
2058
|
)
|
|
@@ -1998,8 +2060,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1998
2060
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1999
2061
|
|
|
2000
2062
|
// src/components/Handtool.tsx
|
|
2001
|
-
import { jsx as
|
|
2002
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2063
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2064
|
+
var IconHandtool = ({ 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(
|
|
2003
2065
|
"path",
|
|
2004
2066
|
{
|
|
2005
2067
|
fill: stroke || color || "currentColor",
|
|
@@ -2008,17 +2070,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2008
2070
|
) }), Handtool_default = IconHandtool;
|
|
2009
2071
|
|
|
2010
2072
|
// src/components/Help.tsx
|
|
2011
|
-
import { jsx as
|
|
2012
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2013
|
-
/* @__PURE__ */
|
|
2014
|
-
/* @__PURE__ */
|
|
2073
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2074
|
+
var IconHelp = ({ 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: [
|
|
2075
|
+
/* @__PURE__ */ jsx98("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2076
|
+
/* @__PURE__ */ jsx98(
|
|
2015
2077
|
"path",
|
|
2016
2078
|
{
|
|
2017
2079
|
fill: stroke || color || "currentColor",
|
|
2018
2080
|
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"
|
|
2019
2081
|
}
|
|
2020
2082
|
),
|
|
2021
|
-
/* @__PURE__ */
|
|
2083
|
+
/* @__PURE__ */ jsx98(
|
|
2022
2084
|
"path",
|
|
2023
2085
|
{
|
|
2024
2086
|
fill: stroke || color || "currentColor",
|
|
@@ -2030,8 +2092,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2030
2092
|
] }), Help_default = IconHelp;
|
|
2031
2093
|
|
|
2032
2094
|
// src/components/HomepageFilled.tsx
|
|
2033
|
-
import { jsx as
|
|
2034
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2095
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2096
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx99(
|
|
2035
2097
|
"path",
|
|
2036
2098
|
{
|
|
2037
2099
|
fill: fill || color || "currentColor",
|
|
@@ -2042,8 +2104,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2042
2104
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
2043
2105
|
|
|
2044
2106
|
// src/components/Hotareacenter.tsx
|
|
2045
|
-
import { jsx as
|
|
2046
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2107
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2108
|
+
var IconHotareacenter = ({ 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(
|
|
2047
2109
|
"path",
|
|
2048
2110
|
{
|
|
2049
2111
|
fill: "#191919",
|
|
@@ -2053,23 +2115,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
2053
2115
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
2054
2116
|
|
|
2055
2117
|
// src/components/ImageGeneration.tsx
|
|
2056
|
-
import { jsx as
|
|
2057
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2058
|
-
/* @__PURE__ */
|
|
2118
|
+
import { jsx as jsx101, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2119
|
+
var IconImageGeneration = ({ 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: [
|
|
2120
|
+
/* @__PURE__ */ jsx101(
|
|
2059
2121
|
"path",
|
|
2060
2122
|
{
|
|
2061
2123
|
fill: stroke || color || "currentColor",
|
|
2062
2124
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
2063
2125
|
}
|
|
2064
2126
|
),
|
|
2065
|
-
/* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ jsx101(
|
|
2066
2128
|
"path",
|
|
2067
2129
|
{
|
|
2068
2130
|
fill: stroke || color || "currentColor",
|
|
2069
2131
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
2070
2132
|
}
|
|
2071
2133
|
),
|
|
2072
|
-
/* @__PURE__ */
|
|
2134
|
+
/* @__PURE__ */ jsx101(
|
|
2073
2135
|
"path",
|
|
2074
2136
|
{
|
|
2075
2137
|
fill: stroke || color || "currentColor",
|
|
@@ -2079,9 +2141,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2079
2141
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2080
2142
|
|
|
2081
2143
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2082
|
-
import { jsx as
|
|
2083
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2084
|
-
/* @__PURE__ */
|
|
2144
|
+
import { jsx as jsx102, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2145
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
2146
|
+
/* @__PURE__ */ jsx102(
|
|
2085
2147
|
"path",
|
|
2086
2148
|
{
|
|
2087
2149
|
fill: fill || color || "currentColor",
|
|
@@ -2090,7 +2152,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2090
2152
|
clipRule: "evenodd"
|
|
2091
2153
|
}
|
|
2092
2154
|
),
|
|
2093
|
-
/* @__PURE__ */
|
|
2155
|
+
/* @__PURE__ */ jsx102(
|
|
2094
2156
|
"path",
|
|
2095
2157
|
{
|
|
2096
2158
|
fill: fill || color || "currentColor",
|
|
@@ -2100,11 +2162,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2100
2162
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2101
2163
|
|
|
2102
2164
|
// src/components/Info.tsx
|
|
2103
|
-
import { jsx as
|
|
2104
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */
|
|
2107
|
-
/* @__PURE__ */
|
|
2165
|
+
import { jsx as jsx103, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2166
|
+
var IconInfo = ({ 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: [
|
|
2167
|
+
/* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2168
|
+
/* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2169
|
+
/* @__PURE__ */ jsx103(
|
|
2108
2170
|
"path",
|
|
2109
2171
|
{
|
|
2110
2172
|
fill: stroke || color || "currentColor",
|
|
@@ -2116,8 +2178,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2116
2178
|
] }), Info_default = IconInfo;
|
|
2117
2179
|
|
|
2118
2180
|
// src/components/Invitecode.tsx
|
|
2119
|
-
import { jsx as
|
|
2120
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2181
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
2182
|
+
var IconInvitecode = ({ 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(
|
|
2121
2183
|
"path",
|
|
2122
2184
|
{
|
|
2123
2185
|
fill: fill || color || "currentColor",
|
|
@@ -2128,8 +2190,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2128
2190
|
) }), Invitecode_default = IconInvitecode;
|
|
2129
2191
|
|
|
2130
2192
|
// src/components/LeftFilled.tsx
|
|
2131
|
-
import { jsx as
|
|
2132
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2193
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2194
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
|
|
2133
2195
|
"path",
|
|
2134
2196
|
{
|
|
2135
2197
|
fill: fill || color || "currentColor",
|
|
@@ -2140,16 +2202,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2140
2202
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2141
2203
|
|
|
2142
2204
|
// src/components/Loading.tsx
|
|
2143
|
-
import { jsx as
|
|
2144
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2145
|
-
/* @__PURE__ */
|
|
2205
|
+
import { jsx as jsx106, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2206
|
+
var IconLoading = ({ 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: [
|
|
2207
|
+
/* @__PURE__ */ jsx106(
|
|
2146
2208
|
"path",
|
|
2147
2209
|
{
|
|
2148
2210
|
fill: fill || color || "currentColor",
|
|
2149
2211
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
2150
2212
|
}
|
|
2151
2213
|
),
|
|
2152
|
-
/* @__PURE__ */
|
|
2214
|
+
/* @__PURE__ */ jsx106(
|
|
2153
2215
|
"path",
|
|
2154
2216
|
{
|
|
2155
2217
|
fill: stroke || color || "currentColor",
|
|
@@ -2159,16 +2221,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2159
2221
|
] }), Loading_default = IconLoading;
|
|
2160
2222
|
|
|
2161
2223
|
// src/components/Login.tsx
|
|
2162
|
-
import { jsx as
|
|
2163
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2164
|
-
/* @__PURE__ */
|
|
2224
|
+
import { jsx as jsx107, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2225
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2226
|
+
/* @__PURE__ */ jsx107(
|
|
2165
2227
|
"path",
|
|
2166
2228
|
{
|
|
2167
2229
|
fill: stroke || color || "currentColor",
|
|
2168
2230
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2169
2231
|
}
|
|
2170
2232
|
),
|
|
2171
|
-
/* @__PURE__ */
|
|
2233
|
+
/* @__PURE__ */ jsx107(
|
|
2172
2234
|
"path",
|
|
2173
2235
|
{
|
|
2174
2236
|
fill: stroke || color || "currentColor",
|
|
@@ -2180,9 +2242,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2180
2242
|
] }), Login_default = IconLogin;
|
|
2181
2243
|
|
|
2182
2244
|
// src/components/Logout.tsx
|
|
2183
|
-
import { jsx as
|
|
2184
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2185
|
-
/* @__PURE__ */
|
|
2245
|
+
import { jsx as jsx108, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2246
|
+
var IconLogout = ({ 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: [
|
|
2247
|
+
/* @__PURE__ */ jsx108(
|
|
2186
2248
|
"path",
|
|
2187
2249
|
{
|
|
2188
2250
|
fill: stroke || color || "currentColor",
|
|
@@ -2191,7 +2253,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2191
2253
|
clipRule: "evenodd"
|
|
2192
2254
|
}
|
|
2193
2255
|
),
|
|
2194
|
-
/* @__PURE__ */
|
|
2256
|
+
/* @__PURE__ */ jsx108(
|
|
2195
2257
|
"path",
|
|
2196
2258
|
{
|
|
2197
2259
|
fill: stroke || color || "currentColor",
|
|
@@ -2201,9 +2263,9 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2201
2263
|
] }), Logout_default = IconLogout;
|
|
2202
2264
|
|
|
2203
2265
|
// src/components/Magic.tsx
|
|
2204
|
-
import { jsx as
|
|
2205
|
-
var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2206
|
-
/* @__PURE__ */
|
|
2266
|
+
import { jsx as jsx109, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2267
|
+
var IconMagic = ({ 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: [
|
|
2268
|
+
/* @__PURE__ */ jsx109(
|
|
2207
2269
|
"path",
|
|
2208
2270
|
{
|
|
2209
2271
|
fill: stroke || color || "currentColor",
|
|
@@ -2212,15 +2274,15 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2212
2274
|
clipRule: "evenodd"
|
|
2213
2275
|
}
|
|
2214
2276
|
),
|
|
2215
|
-
/* @__PURE__ */
|
|
2216
|
-
/* @__PURE__ */
|
|
2277
|
+
/* @__PURE__ */ jsx109("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2278
|
+
/* @__PURE__ */ jsx109(
|
|
2217
2279
|
"path",
|
|
2218
2280
|
{
|
|
2219
2281
|
fill: stroke || color || "currentColor",
|
|
2220
2282
|
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2221
2283
|
}
|
|
2222
2284
|
),
|
|
2223
|
-
/* @__PURE__ */
|
|
2285
|
+
/* @__PURE__ */ jsx109(
|
|
2224
2286
|
"path",
|
|
2225
2287
|
{
|
|
2226
2288
|
fill: stroke || color || "currentColor",
|
|
@@ -2230,8 +2292,8 @@ var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2230
2292
|
] }), Magic_default = IconMagic;
|
|
2231
2293
|
|
|
2232
2294
|
// src/components/ModelGeminiFilled.tsx
|
|
2233
|
-
import { jsx as
|
|
2234
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2295
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
2296
|
+
var IconModelGeminiFilled = ({ 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(
|
|
2235
2297
|
"path",
|
|
2236
2298
|
{
|
|
2237
2299
|
fill: fill || color || "currentColor",
|
|
@@ -2240,8 +2302,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2240
2302
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2241
2303
|
|
|
2242
2304
|
// src/components/ModelOpenaiFilled.tsx
|
|
2243
|
-
import { jsx as
|
|
2244
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2305
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2306
|
+
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
|
|
2245
2307
|
"path",
|
|
2246
2308
|
{
|
|
2247
2309
|
fill: fill || color || "currentColor",
|
|
@@ -2250,9 +2312,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2250
2312
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2251
2313
|
|
|
2252
2314
|
// src/components/ModelDeepmindFilled.tsx
|
|
2253
|
-
import { jsx as
|
|
2254
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2255
|
-
/* @__PURE__ */
|
|
2315
|
+
import { jsx as jsx112, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2316
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
2317
|
+
/* @__PURE__ */ jsx112("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx112(
|
|
2256
2318
|
"path",
|
|
2257
2319
|
{
|
|
2258
2320
|
fill: fill || color || "currentColor",
|
|
@@ -2261,28 +2323,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2261
2323
|
clipRule: "evenodd"
|
|
2262
2324
|
}
|
|
2263
2325
|
) }),
|
|
2264
|
-
/* @__PURE__ */
|
|
2326
|
+
/* @__PURE__ */ jsx112("defs", { children: /* @__PURE__ */ jsx112("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx112("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2265
2327
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2266
2328
|
|
|
2267
2329
|
// src/components/ModelSeedFilled.tsx
|
|
2268
|
-
import { jsx as
|
|
2269
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2270
|
-
/* @__PURE__ */
|
|
2271
|
-
/* @__PURE__ */
|
|
2330
|
+
import { jsx as jsx113, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2331
|
+
var IconModelSeedFilled = ({ 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: [
|
|
2332
|
+
/* @__PURE__ */ jsx113("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2333
|
+
/* @__PURE__ */ jsx113(
|
|
2272
2334
|
"path",
|
|
2273
2335
|
{
|
|
2274
2336
|
fill: fill || color || "currentColor",
|
|
2275
2337
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2276
2338
|
}
|
|
2277
2339
|
),
|
|
2278
|
-
/* @__PURE__ */
|
|
2340
|
+
/* @__PURE__ */ jsx113(
|
|
2279
2341
|
"path",
|
|
2280
2342
|
{
|
|
2281
2343
|
fill: fill || color || "currentColor",
|
|
2282
2344
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2283
2345
|
}
|
|
2284
2346
|
),
|
|
2285
|
-
/* @__PURE__ */
|
|
2347
|
+
/* @__PURE__ */ jsx113(
|
|
2286
2348
|
"path",
|
|
2287
2349
|
{
|
|
2288
2350
|
fill: fill || color || "currentColor",
|
|
@@ -2292,8 +2354,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2292
2354
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2293
2355
|
|
|
2294
2356
|
// src/components/ModelSoraFilled.tsx
|
|
2295
|
-
import { jsx as
|
|
2296
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2357
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2358
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2297
2359
|
"path",
|
|
2298
2360
|
{
|
|
2299
2361
|
fill: fill || color || "currentColor",
|
|
@@ -2302,7 +2364,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2302
2364
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2303
2365
|
|
|
2304
2366
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2305
|
-
import { jsx as
|
|
2367
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2306
2368
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2307
2369
|
size,
|
|
2308
2370
|
width,
|
|
@@ -2311,64 +2373,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2311
2373
|
className,
|
|
2312
2374
|
fill,
|
|
2313
2375
|
stroke
|
|
2314
|
-
}) => /* @__PURE__ */
|
|
2315
|
-
/* @__PURE__ */
|
|
2376
|
+
}) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2377
|
+
/* @__PURE__ */ jsx115(
|
|
2316
2378
|
"path",
|
|
2317
2379
|
{
|
|
2318
2380
|
fill: "#5A5C62",
|
|
2319
2381
|
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"
|
|
2320
2382
|
}
|
|
2321
2383
|
),
|
|
2322
|
-
/* @__PURE__ */
|
|
2384
|
+
/* @__PURE__ */ jsx115(
|
|
2323
2385
|
"path",
|
|
2324
2386
|
{
|
|
2325
2387
|
fill: "#D5D6D7",
|
|
2326
2388
|
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"
|
|
2327
2389
|
}
|
|
2328
2390
|
),
|
|
2329
|
-
/* @__PURE__ */
|
|
2391
|
+
/* @__PURE__ */ jsx115(
|
|
2330
2392
|
"path",
|
|
2331
2393
|
{
|
|
2332
2394
|
fill: "#C4C5C7",
|
|
2333
2395
|
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"
|
|
2334
2396
|
}
|
|
2335
2397
|
),
|
|
2336
|
-
/* @__PURE__ */
|
|
2398
|
+
/* @__PURE__ */ jsx115(
|
|
2337
2399
|
"path",
|
|
2338
2400
|
{
|
|
2339
2401
|
fill: "#7B7C81",
|
|
2340
2402
|
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"
|
|
2341
2403
|
}
|
|
2342
2404
|
),
|
|
2343
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ jsx115(
|
|
2344
2406
|
"path",
|
|
2345
2407
|
{
|
|
2346
2408
|
fill: "#85878B",
|
|
2347
2409
|
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"
|
|
2348
2410
|
}
|
|
2349
2411
|
),
|
|
2350
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx115(
|
|
2351
2413
|
"path",
|
|
2352
2414
|
{
|
|
2353
2415
|
fill: "#1B1D24",
|
|
2354
2416
|
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"
|
|
2355
2417
|
}
|
|
2356
2418
|
),
|
|
2357
|
-
/* @__PURE__ */
|
|
2419
|
+
/* @__PURE__ */ jsx115(
|
|
2358
2420
|
"path",
|
|
2359
2421
|
{
|
|
2360
2422
|
fill: "#D5D6D7",
|
|
2361
2423
|
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"
|
|
2362
2424
|
}
|
|
2363
2425
|
),
|
|
2364
|
-
/* @__PURE__ */
|
|
2426
|
+
/* @__PURE__ */ jsx115(
|
|
2365
2427
|
"path",
|
|
2366
2428
|
{
|
|
2367
2429
|
fill: "#85878B",
|
|
2368
2430
|
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"
|
|
2369
2431
|
}
|
|
2370
2432
|
),
|
|
2371
|
-
/* @__PURE__ */
|
|
2433
|
+
/* @__PURE__ */ jsx115(
|
|
2372
2434
|
"path",
|
|
2373
2435
|
{
|
|
2374
2436
|
fill: "#D5D6D7",
|
|
@@ -2378,10 +2440,10 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2378
2440
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2379
2441
|
|
|
2380
2442
|
// src/components/ModelhappyhorseFilled.tsx
|
|
2381
|
-
import { jsx as
|
|
2382
|
-
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2383
|
-
/* @__PURE__ */
|
|
2384
|
-
/* @__PURE__ */
|
|
2443
|
+
import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2444
|
+
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2445
|
+
/* @__PURE__ */ jsxs60("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2446
|
+
/* @__PURE__ */ jsx116(
|
|
2385
2447
|
"mask",
|
|
2386
2448
|
{
|
|
2387
2449
|
id: "mask0_786_80",
|
|
@@ -2391,10 +2453,10 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2391
2453
|
y: "-8",
|
|
2392
2454
|
maskUnits: "userSpaceOnUse",
|
|
2393
2455
|
style: { maskType: "luminance" },
|
|
2394
|
-
children: /* @__PURE__ */
|
|
2456
|
+
children: /* @__PURE__ */ jsx116("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2395
2457
|
}
|
|
2396
2458
|
),
|
|
2397
|
-
/* @__PURE__ */
|
|
2459
|
+
/* @__PURE__ */ jsx116("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ jsx116(
|
|
2398
2460
|
"path",
|
|
2399
2461
|
{
|
|
2400
2462
|
fill: fill || color || "currentColor",
|
|
@@ -2402,12 +2464,12 @@ var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill,
|
|
|
2402
2464
|
}
|
|
2403
2465
|
) })
|
|
2404
2466
|
] }),
|
|
2405
|
-
/* @__PURE__ */
|
|
2467
|
+
/* @__PURE__ */ jsx116("defs", { children: /* @__PURE__ */ jsx116("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ jsx116("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2406
2468
|
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2407
2469
|
|
|
2408
2470
|
// src/components/ModelklingFilled.tsx
|
|
2409
|
-
import { jsx as
|
|
2410
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2471
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2472
|
+
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
|
|
2411
2473
|
"path",
|
|
2412
2474
|
{
|
|
2413
2475
|
fill: fill || color || "currentColor",
|
|
@@ -2418,8 +2480,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2418
2480
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2419
2481
|
|
|
2420
2482
|
// src/components/Models.tsx
|
|
2421
|
-
import { jsx as
|
|
2422
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2483
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
2484
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx118("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx118(
|
|
2423
2485
|
"path",
|
|
2424
2486
|
{
|
|
2425
2487
|
fill: stroke || color || "currentColor",
|
|
@@ -2430,8 +2492,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2430
2492
|
) }), Models_default = IconModels;
|
|
2431
2493
|
|
|
2432
2494
|
// src/components/MoreCollapse.tsx
|
|
2433
|
-
import { jsx as
|
|
2434
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2495
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2496
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
|
|
2435
2497
|
"path",
|
|
2436
2498
|
{
|
|
2437
2499
|
fill: stroke || color || "currentColor",
|
|
@@ -2440,23 +2502,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2440
2502
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2441
2503
|
|
|
2442
2504
|
// src/components/MoreHorizontal.tsx
|
|
2443
|
-
import { jsx as
|
|
2444
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2445
|
-
/* @__PURE__ */
|
|
2505
|
+
import { jsx as jsx120, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2506
|
+
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2507
|
+
/* @__PURE__ */ jsx120(
|
|
2446
2508
|
"path",
|
|
2447
2509
|
{
|
|
2448
2510
|
fill: stroke || color || "currentColor",
|
|
2449
2511
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
2450
2512
|
}
|
|
2451
2513
|
),
|
|
2452
|
-
/* @__PURE__ */
|
|
2514
|
+
/* @__PURE__ */ jsx120(
|
|
2453
2515
|
"path",
|
|
2454
2516
|
{
|
|
2455
2517
|
fill: stroke || color || "currentColor",
|
|
2456
2518
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
2457
2519
|
}
|
|
2458
2520
|
),
|
|
2459
|
-
/* @__PURE__ */
|
|
2521
|
+
/* @__PURE__ */ jsx120(
|
|
2460
2522
|
"path",
|
|
2461
2523
|
{
|
|
2462
2524
|
fill: stroke || color || "currentColor",
|
|
@@ -2466,8 +2528,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2466
2528
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2467
2529
|
|
|
2468
2530
|
// src/components/MoreShowed.tsx
|
|
2469
|
-
import { jsx as
|
|
2470
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2531
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2532
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2471
2533
|
"path",
|
|
2472
2534
|
{
|
|
2473
2535
|
fill: stroke || color || "currentColor",
|
|
@@ -2476,23 +2538,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2476
2538
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2477
2539
|
|
|
2478
2540
|
// src/components/More.tsx
|
|
2479
|
-
import { jsx as
|
|
2480
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2481
|
-
/* @__PURE__ */
|
|
2541
|
+
import { jsx as jsx122, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2542
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2543
|
+
/* @__PURE__ */ jsx122(
|
|
2482
2544
|
"path",
|
|
2483
2545
|
{
|
|
2484
2546
|
fill: stroke || color || "currentColor",
|
|
2485
2547
|
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"
|
|
2486
2548
|
}
|
|
2487
2549
|
),
|
|
2488
|
-
/* @__PURE__ */
|
|
2550
|
+
/* @__PURE__ */ jsx122(
|
|
2489
2551
|
"path",
|
|
2490
2552
|
{
|
|
2491
2553
|
fill: stroke || color || "currentColor",
|
|
2492
2554
|
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"
|
|
2493
2555
|
}
|
|
2494
2556
|
),
|
|
2495
|
-
/* @__PURE__ */
|
|
2557
|
+
/* @__PURE__ */ jsx122(
|
|
2496
2558
|
"path",
|
|
2497
2559
|
{
|
|
2498
2560
|
fill: stroke || color || "currentColor",
|
|
@@ -2502,30 +2564,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2502
2564
|
] }), More_default = IconMore;
|
|
2503
2565
|
|
|
2504
2566
|
// src/components/Moresettings.tsx
|
|
2505
|
-
import { jsx as
|
|
2506
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2507
|
-
/* @__PURE__ */
|
|
2567
|
+
import { jsx as jsx123, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2568
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2569
|
+
/* @__PURE__ */ jsx123(
|
|
2508
2570
|
"path",
|
|
2509
2571
|
{
|
|
2510
2572
|
fill: stroke || color || "currentColor",
|
|
2511
2573
|
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"
|
|
2512
2574
|
}
|
|
2513
2575
|
),
|
|
2514
|
-
/* @__PURE__ */
|
|
2576
|
+
/* @__PURE__ */ jsx123(
|
|
2515
2577
|
"path",
|
|
2516
2578
|
{
|
|
2517
2579
|
fill: stroke || color || "currentColor",
|
|
2518
2580
|
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"
|
|
2519
2581
|
}
|
|
2520
2582
|
),
|
|
2521
|
-
/* @__PURE__ */
|
|
2583
|
+
/* @__PURE__ */ jsx123(
|
|
2522
2584
|
"path",
|
|
2523
2585
|
{
|
|
2524
2586
|
fill: stroke || color || "currentColor",
|
|
2525
2587
|
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"
|
|
2526
2588
|
}
|
|
2527
2589
|
),
|
|
2528
|
-
/* @__PURE__ */
|
|
2590
|
+
/* @__PURE__ */ jsx123(
|
|
2529
2591
|
"path",
|
|
2530
2592
|
{
|
|
2531
2593
|
fill: stroke || color || "currentColor",
|
|
@@ -2537,9 +2599,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2537
2599
|
] }), Moresettings_default = IconMoresettings;
|
|
2538
2600
|
|
|
2539
2601
|
// src/components/MouseDrag.tsx
|
|
2540
|
-
import { jsx as
|
|
2541
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2542
|
-
/* @__PURE__ */
|
|
2602
|
+
import { jsx as jsx124, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2603
|
+
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2604
|
+
/* @__PURE__ */ jsx124(
|
|
2543
2605
|
"path",
|
|
2544
2606
|
{
|
|
2545
2607
|
fill: fill || color || "currentColor",
|
|
@@ -2547,7 +2609,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2547
2609
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2548
2610
|
}
|
|
2549
2611
|
),
|
|
2550
|
-
/* @__PURE__ */
|
|
2612
|
+
/* @__PURE__ */ jsx124(
|
|
2551
2613
|
"path",
|
|
2552
2614
|
{
|
|
2553
2615
|
fill: fill || color || "currentColor",
|
|
@@ -2555,7 +2617,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2555
2617
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2556
2618
|
}
|
|
2557
2619
|
),
|
|
2558
|
-
/* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ jsx124(
|
|
2559
2621
|
"path",
|
|
2560
2622
|
{
|
|
2561
2623
|
fill: fill || color || "currentColor",
|
|
@@ -2566,9 +2628,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2566
2628
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2567
2629
|
|
|
2568
2630
|
// src/components/MouseMove.tsx
|
|
2569
|
-
import { jsx as
|
|
2570
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2571
|
-
/* @__PURE__ */
|
|
2631
|
+
import { jsx as jsx125, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2632
|
+
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2633
|
+
/* @__PURE__ */ jsx125("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx125(
|
|
2572
2634
|
"path",
|
|
2573
2635
|
{
|
|
2574
2636
|
fill: fill || color || "currentColor",
|
|
@@ -2576,13 +2638,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2576
2638
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
2577
2639
|
}
|
|
2578
2640
|
) }),
|
|
2579
|
-
/* @__PURE__ */
|
|
2641
|
+
/* @__PURE__ */ jsx125("defs", { children: /* @__PURE__ */ jsx125("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx125("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2580
2642
|
] }), MouseMove_default = IconMouseMove;
|
|
2581
2643
|
|
|
2582
2644
|
// src/components/MouseNumberchange.tsx
|
|
2583
|
-
import { jsx as
|
|
2584
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2585
|
-
/* @__PURE__ */
|
|
2645
|
+
import { jsx as jsx126, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2646
|
+
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2647
|
+
/* @__PURE__ */ jsx126(
|
|
2586
2648
|
"path",
|
|
2587
2649
|
{
|
|
2588
2650
|
fill: fill || color || "currentColor",
|
|
@@ -2590,7 +2652,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2590
2652
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2591
2653
|
}
|
|
2592
2654
|
),
|
|
2593
|
-
/* @__PURE__ */
|
|
2655
|
+
/* @__PURE__ */ jsx126(
|
|
2594
2656
|
"path",
|
|
2595
2657
|
{
|
|
2596
2658
|
fill: fill || color || "currentColor",
|
|
@@ -2601,8 +2663,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2601
2663
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2602
2664
|
|
|
2603
2665
|
// src/components/Musicassets.tsx
|
|
2604
|
-
import { jsx as
|
|
2605
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2666
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
2667
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx127("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx127(
|
|
2606
2668
|
"path",
|
|
2607
2669
|
{
|
|
2608
2670
|
fill: stroke || color || "currentColor",
|
|
@@ -2613,9 +2675,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2613
2675
|
) }), Musicassets_default = IconMusicassets;
|
|
2614
2676
|
|
|
2615
2677
|
// src/components/Mute.tsx
|
|
2616
|
-
import { jsx as
|
|
2617
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2618
|
-
/* @__PURE__ */
|
|
2678
|
+
import { jsx as jsx128, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2679
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2680
|
+
/* @__PURE__ */ jsx128(
|
|
2619
2681
|
"path",
|
|
2620
2682
|
{
|
|
2621
2683
|
fill: stroke || color || "currentColor",
|
|
@@ -2624,7 +2686,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2624
2686
|
clipRule: "evenodd"
|
|
2625
2687
|
}
|
|
2626
2688
|
),
|
|
2627
|
-
/* @__PURE__ */
|
|
2689
|
+
/* @__PURE__ */ jsx128(
|
|
2628
2690
|
"path",
|
|
2629
2691
|
{
|
|
2630
2692
|
fill: stroke || color || "currentColor",
|
|
@@ -2634,9 +2696,9 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2634
2696
|
] }), Mute_default = IconMute;
|
|
2635
2697
|
|
|
2636
2698
|
// src/components/Newchat.tsx
|
|
2637
|
-
import { jsx as
|
|
2638
|
-
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2639
|
-
/* @__PURE__ */
|
|
2699
|
+
import { jsx as jsx129, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2700
|
+
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2701
|
+
/* @__PURE__ */ jsx129(
|
|
2640
2702
|
"path",
|
|
2641
2703
|
{
|
|
2642
2704
|
fill: stroke || color || "currentColor",
|
|
@@ -2645,7 +2707,7 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2645
2707
|
clipRule: "evenodd"
|
|
2646
2708
|
}
|
|
2647
2709
|
),
|
|
2648
|
-
/* @__PURE__ */
|
|
2710
|
+
/* @__PURE__ */ jsx129(
|
|
2649
2711
|
"path",
|
|
2650
2712
|
{
|
|
2651
2713
|
fill: stroke || color || "currentColor",
|
|
@@ -2655,8 +2717,8 @@ var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2655
2717
|
] }), Newchat_default = IconNewchat;
|
|
2656
2718
|
|
|
2657
2719
|
// src/components/Next.tsx
|
|
2658
|
-
import { jsx as
|
|
2659
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2720
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2721
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx130("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx130(
|
|
2660
2722
|
"path",
|
|
2661
2723
|
{
|
|
2662
2724
|
fill: stroke || color || "currentColor",
|
|
@@ -2667,16 +2729,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2667
2729
|
) }), Next_default = IconNext;
|
|
2668
2730
|
|
|
2669
2731
|
// src/components/Nextscene.tsx
|
|
2670
|
-
import { jsx as
|
|
2671
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2672
|
-
/* @__PURE__ */
|
|
2732
|
+
import { jsx as jsx131, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2733
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2734
|
+
/* @__PURE__ */ jsx131(
|
|
2673
2735
|
"path",
|
|
2674
2736
|
{
|
|
2675
2737
|
fill: stroke || color || "currentColor",
|
|
2676
2738
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2677
2739
|
}
|
|
2678
2740
|
),
|
|
2679
|
-
/* @__PURE__ */
|
|
2741
|
+
/* @__PURE__ */ jsx131(
|
|
2680
2742
|
"path",
|
|
2681
2743
|
{
|
|
2682
2744
|
fill: stroke || color || "currentColor",
|
|
@@ -2688,8 +2750,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2688
2750
|
] }), Nextscene_default = IconNextscene;
|
|
2689
2751
|
|
|
2690
2752
|
// src/components/Niceofficial.tsx
|
|
2691
|
-
import { jsx as
|
|
2692
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2753
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
2754
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx132("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx132(
|
|
2693
2755
|
"path",
|
|
2694
2756
|
{
|
|
2695
2757
|
fill: fill || color || "currentColor",
|
|
@@ -2700,9 +2762,9 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2700
2762
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2701
2763
|
|
|
2702
2764
|
// src/components/Notification.tsx
|
|
2703
|
-
import { jsx as
|
|
2704
|
-
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2705
|
-
/* @__PURE__ */
|
|
2765
|
+
import { jsx as jsx133, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2766
|
+
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2767
|
+
/* @__PURE__ */ jsx133(
|
|
2706
2768
|
"path",
|
|
2707
2769
|
{
|
|
2708
2770
|
fill: stroke || color || "currentColor",
|
|
@@ -2711,7 +2773,7 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2711
2773
|
clipRule: "evenodd"
|
|
2712
2774
|
}
|
|
2713
2775
|
),
|
|
2714
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ jsx133(
|
|
2715
2777
|
"path",
|
|
2716
2778
|
{
|
|
2717
2779
|
fill: stroke || color || "currentColor",
|
|
@@ -2721,18 +2783,18 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2721
2783
|
] }), Notification_default = IconNotification;
|
|
2722
2784
|
|
|
2723
2785
|
// src/components/Oneclickgenerate.tsx
|
|
2724
|
-
import { jsx as
|
|
2725
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2726
|
-
/* @__PURE__ */
|
|
2727
|
-
/* @__PURE__ */
|
|
2728
|
-
/* @__PURE__ */
|
|
2786
|
+
import { jsx as jsx134, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2787
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2788
|
+
/* @__PURE__ */ jsx134("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2789
|
+
/* @__PURE__ */ jsx134("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2790
|
+
/* @__PURE__ */ jsx134(
|
|
2729
2791
|
"path",
|
|
2730
2792
|
{
|
|
2731
2793
|
fill: stroke || color || "currentColor",
|
|
2732
2794
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2733
2795
|
}
|
|
2734
2796
|
),
|
|
2735
|
-
/* @__PURE__ */
|
|
2797
|
+
/* @__PURE__ */ jsx134(
|
|
2736
2798
|
"path",
|
|
2737
2799
|
{
|
|
2738
2800
|
fill: stroke || color || "currentColor",
|
|
@@ -2744,9 +2806,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2744
2806
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2745
2807
|
|
|
2746
2808
|
// src/components/Opendemo.tsx
|
|
2747
|
-
import { jsx as
|
|
2748
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2749
|
-
/* @__PURE__ */
|
|
2809
|
+
import { jsx as jsx135, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2810
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2811
|
+
/* @__PURE__ */ jsx135(
|
|
2750
2812
|
"path",
|
|
2751
2813
|
{
|
|
2752
2814
|
fill: stroke || color || "currentColor",
|
|
@@ -2755,12 +2817,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2755
2817
|
clipRule: "evenodd"
|
|
2756
2818
|
}
|
|
2757
2819
|
),
|
|
2758
|
-
/* @__PURE__ */
|
|
2820
|
+
/* @__PURE__ */ jsx135("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2759
2821
|
] }), Opendemo_default = IconOpendemo;
|
|
2760
2822
|
|
|
2761
2823
|
// src/components/OppsFilled.tsx
|
|
2762
|
-
import { jsx as
|
|
2763
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2824
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
2825
|
+
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx136("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx136(
|
|
2764
2826
|
"path",
|
|
2765
2827
|
{
|
|
2766
2828
|
fill: fill || color || "currentColor",
|
|
@@ -2771,8 +2833,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2771
2833
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2772
2834
|
|
|
2773
2835
|
// src/components/OptionalcheckedFilled.tsx
|
|
2774
|
-
import { jsx as
|
|
2775
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2836
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2837
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx137("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx137(
|
|
2776
2838
|
"path",
|
|
2777
2839
|
{
|
|
2778
2840
|
fill: fill || color || "currentColor",
|
|
@@ -2783,8 +2845,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2783
2845
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2784
2846
|
|
|
2785
2847
|
// src/components/Optionaluncheck.tsx
|
|
2786
|
-
import { jsx as
|
|
2787
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2848
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
2849
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx138("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx138(
|
|
2788
2850
|
"path",
|
|
2789
2851
|
{
|
|
2790
2852
|
fill: stroke || color || "currentColor",
|
|
@@ -2795,8 +2857,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2795
2857
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2796
2858
|
|
|
2797
2859
|
// src/components/Packagegame.tsx
|
|
2798
|
-
import { jsx as
|
|
2799
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2860
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
2861
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx139("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx139(
|
|
2800
2862
|
"path",
|
|
2801
2863
|
{
|
|
2802
2864
|
fill: stroke || color || "currentColor",
|
|
@@ -2807,13 +2869,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2807
2869
|
) }), Packagegame_default = IconPackagegame;
|
|
2808
2870
|
|
|
2809
2871
|
// src/components/PageError.tsx
|
|
2810
|
-
import { jsx as
|
|
2811
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2872
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2873
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2812
2874
|
|
|
2813
2875
|
// src/components/Parameters.tsx
|
|
2814
|
-
import { jsx as
|
|
2815
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2816
|
-
/* @__PURE__ */
|
|
2876
|
+
import { jsx as jsx141, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2877
|
+
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2878
|
+
/* @__PURE__ */ jsx141(
|
|
2817
2879
|
"path",
|
|
2818
2880
|
{
|
|
2819
2881
|
fill: stroke || color || "currentColor",
|
|
@@ -2822,7 +2884,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2822
2884
|
clipRule: "evenodd"
|
|
2823
2885
|
}
|
|
2824
2886
|
),
|
|
2825
|
-
/* @__PURE__ */
|
|
2887
|
+
/* @__PURE__ */ jsx141(
|
|
2826
2888
|
"path",
|
|
2827
2889
|
{
|
|
2828
2890
|
fill: stroke || color || "currentColor",
|
|
@@ -2834,9 +2896,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2834
2896
|
] }), Parameters_default = IconParameters;
|
|
2835
2897
|
|
|
2836
2898
|
// src/components/Pause.tsx
|
|
2837
|
-
import { jsx as
|
|
2838
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2839
|
-
/* @__PURE__ */
|
|
2899
|
+
import { jsx as jsx142, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2900
|
+
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2901
|
+
/* @__PURE__ */ jsx142(
|
|
2840
2902
|
"path",
|
|
2841
2903
|
{
|
|
2842
2904
|
fill: stroke || color || "currentColor",
|
|
@@ -2845,7 +2907,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2845
2907
|
clipRule: "evenodd"
|
|
2846
2908
|
}
|
|
2847
2909
|
),
|
|
2848
|
-
/* @__PURE__ */
|
|
2910
|
+
/* @__PURE__ */ jsx142(
|
|
2849
2911
|
"path",
|
|
2850
2912
|
{
|
|
2851
2913
|
fill: stroke || color || "currentColor",
|
|
@@ -2857,8 +2919,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2857
2919
|
] }), Pause_default = IconPause;
|
|
2858
2920
|
|
|
2859
2921
|
// src/components/Pencil.tsx
|
|
2860
|
-
import { jsx as
|
|
2861
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2922
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2923
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
|
|
2862
2924
|
"path",
|
|
2863
2925
|
{
|
|
2864
2926
|
fill: stroke || color || "currentColor",
|
|
@@ -2869,8 +2931,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2869
2931
|
) }), Pencil_default = IconPencil;
|
|
2870
2932
|
|
|
2871
2933
|
// src/components/Pick.tsx
|
|
2872
|
-
import { jsx as
|
|
2873
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2934
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
2935
|
+
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx144("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx144(
|
|
2874
2936
|
"path",
|
|
2875
2937
|
{
|
|
2876
2938
|
fill: stroke || color || "currentColor",
|
|
@@ -2881,25 +2943,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2881
2943
|
) }), Pick_default = IconPick;
|
|
2882
2944
|
|
|
2883
2945
|
// src/components/PickedFilled.tsx
|
|
2884
|
-
import { jsx as
|
|
2885
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2946
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2947
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx145("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2886
2948
|
|
|
2887
2949
|
// src/components/PlanFilled.tsx
|
|
2888
|
-
import { jsx as
|
|
2889
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2890
|
-
/* @__PURE__ */
|
|
2950
|
+
import { jsx as jsx146, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2951
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2952
|
+
/* @__PURE__ */ jsx146("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx146(
|
|
2891
2953
|
"path",
|
|
2892
2954
|
{
|
|
2893
2955
|
fill: fill || color || "currentColor",
|
|
2894
2956
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2895
2957
|
}
|
|
2896
2958
|
) }),
|
|
2897
|
-
/* @__PURE__ */
|
|
2959
|
+
/* @__PURE__ */ jsx146("defs", { children: /* @__PURE__ */ jsx146("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx146("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2898
2960
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2899
2961
|
|
|
2900
2962
|
// src/components/PlayFilled.tsx
|
|
2901
|
-
import { jsx as
|
|
2902
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2963
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
2964
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx147("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx147(
|
|
2903
2965
|
"path",
|
|
2904
2966
|
{
|
|
2905
2967
|
fill: fill || color || "currentColor",
|
|
@@ -2908,8 +2970,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2908
2970
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2909
2971
|
|
|
2910
2972
|
// src/components/Play.tsx
|
|
2911
|
-
import { jsx as
|
|
2912
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2973
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
2974
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx148("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx148(
|
|
2913
2975
|
"path",
|
|
2914
2976
|
{
|
|
2915
2977
|
fill: stroke || color || "currentColor",
|
|
@@ -2920,16 +2982,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2920
2982
|
) }), Play_default = IconPlay;
|
|
2921
2983
|
|
|
2922
2984
|
// src/components/Previouscene.tsx
|
|
2923
|
-
import { jsx as
|
|
2924
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2925
|
-
/* @__PURE__ */
|
|
2985
|
+
import { jsx as jsx149, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2986
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2987
|
+
/* @__PURE__ */ jsx149(
|
|
2926
2988
|
"path",
|
|
2927
2989
|
{
|
|
2928
2990
|
fill: stroke || color || "currentColor",
|
|
2929
2991
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2930
2992
|
}
|
|
2931
2993
|
),
|
|
2932
|
-
/* @__PURE__ */
|
|
2994
|
+
/* @__PURE__ */ jsx149(
|
|
2933
2995
|
"path",
|
|
2934
2996
|
{
|
|
2935
2997
|
fill: stroke || color || "currentColor",
|
|
@@ -2941,8 +3003,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2941
3003
|
] }), Previouscene_default = IconPreviouscene;
|
|
2942
3004
|
|
|
2943
3005
|
// src/components/ProblemFilled.tsx
|
|
2944
|
-
import { jsx as
|
|
2945
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3006
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
3007
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx150("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx150(
|
|
2946
3008
|
"path",
|
|
2947
3009
|
{
|
|
2948
3010
|
fill: fill || color || "currentColor",
|
|
@@ -2953,8 +3015,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
2953
3015
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2954
3016
|
|
|
2955
3017
|
// src/components/ProblemNoticeFilled.tsx
|
|
2956
|
-
import { jsx as
|
|
2957
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3018
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
3019
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
|
|
2958
3020
|
"path",
|
|
2959
3021
|
{
|
|
2960
3022
|
fill: fill || color || "currentColor",
|
|
@@ -2965,11 +3027,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2965
3027
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2966
3028
|
|
|
2967
3029
|
// src/components/Problem.tsx
|
|
2968
|
-
import { jsx as
|
|
2969
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2970
|
-
/* @__PURE__ */
|
|
2971
|
-
/* @__PURE__ */
|
|
2972
|
-
/* @__PURE__ */
|
|
3030
|
+
import { jsx as jsx152, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3031
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3032
|
+
/* @__PURE__ */ jsx152("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3033
|
+
/* @__PURE__ */ jsx152("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3034
|
+
/* @__PURE__ */ jsx152(
|
|
2973
3035
|
"path",
|
|
2974
3036
|
{
|
|
2975
3037
|
fill: stroke || color || "currentColor",
|
|
@@ -2981,9 +3043,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2981
3043
|
] }), Problem_default = IconProblem;
|
|
2982
3044
|
|
|
2983
3045
|
// src/components/Publish.tsx
|
|
2984
|
-
import { jsx as
|
|
2985
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2986
|
-
/* @__PURE__ */
|
|
3046
|
+
import { jsx as jsx153, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3047
|
+
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3048
|
+
/* @__PURE__ */ jsx153(
|
|
2987
3049
|
"path",
|
|
2988
3050
|
{
|
|
2989
3051
|
fill: stroke || color || "currentColor",
|
|
@@ -2992,13 +3054,13 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2992
3054
|
clipRule: "evenodd"
|
|
2993
3055
|
}
|
|
2994
3056
|
),
|
|
2995
|
-
/* @__PURE__ */
|
|
3057
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2996
3058
|
] }), Publish_default = IconPublish;
|
|
2997
3059
|
|
|
2998
3060
|
// src/components/Quote.tsx
|
|
2999
|
-
import { jsx as
|
|
3000
|
-
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3001
|
-
/* @__PURE__ */
|
|
3061
|
+
import { jsx as jsx154, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3062
|
+
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3063
|
+
/* @__PURE__ */ jsx154(
|
|
3002
3064
|
"path",
|
|
3003
3065
|
{
|
|
3004
3066
|
fill: stroke || color || "currentColor",
|
|
@@ -3007,7 +3069,7 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3007
3069
|
clipRule: "evenodd"
|
|
3008
3070
|
}
|
|
3009
3071
|
),
|
|
3010
|
-
/* @__PURE__ */
|
|
3072
|
+
/* @__PURE__ */ jsx154(
|
|
3011
3073
|
"path",
|
|
3012
3074
|
{
|
|
3013
3075
|
fill: stroke || color || "currentColor",
|
|
@@ -3019,8 +3081,8 @@ var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3019
3081
|
] }), Quote_default = IconQuote;
|
|
3020
3082
|
|
|
3021
3083
|
// src/components/Ratio169.tsx
|
|
3022
|
-
import { jsx as
|
|
3023
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3084
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3085
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx155("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx155(
|
|
3024
3086
|
"path",
|
|
3025
3087
|
{
|
|
3026
3088
|
fill: stroke || color || "currentColor",
|
|
@@ -3029,16 +3091,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3029
3091
|
) }), Ratio169_default = IconRatio169;
|
|
3030
3092
|
|
|
3031
3093
|
// src/components/Ratio11.tsx
|
|
3032
|
-
import { jsx as
|
|
3033
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3034
|
-
/* @__PURE__ */
|
|
3094
|
+
import { jsx as jsx156, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3095
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3096
|
+
/* @__PURE__ */ jsx156("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx156(
|
|
3035
3097
|
"path",
|
|
3036
3098
|
{
|
|
3037
3099
|
fill: stroke || color || "currentColor",
|
|
3038
3100
|
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"
|
|
3039
3101
|
}
|
|
3040
3102
|
) }),
|
|
3041
|
-
/* @__PURE__ */
|
|
3103
|
+
/* @__PURE__ */ jsx156("defs", { children: /* @__PURE__ */ jsx156("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx156(
|
|
3042
3104
|
"rect",
|
|
3043
3105
|
{
|
|
3044
3106
|
width: "24",
|
|
@@ -3050,16 +3112,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3050
3112
|
] }), Ratio11_default = IconRatio11;
|
|
3051
3113
|
|
|
3052
3114
|
// src/components/Ratio916.tsx
|
|
3053
|
-
import { jsx as
|
|
3054
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3055
|
-
/* @__PURE__ */
|
|
3115
|
+
import { jsx as jsx157, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3116
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3117
|
+
/* @__PURE__ */ jsx157("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx157(
|
|
3056
3118
|
"path",
|
|
3057
3119
|
{
|
|
3058
3120
|
fill: stroke || color || "currentColor",
|
|
3059
3121
|
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"
|
|
3060
3122
|
}
|
|
3061
3123
|
) }),
|
|
3062
|
-
/* @__PURE__ */
|
|
3124
|
+
/* @__PURE__ */ jsx157("defs", { children: /* @__PURE__ */ jsx157("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx157(
|
|
3063
3125
|
"rect",
|
|
3064
3126
|
{
|
|
3065
3127
|
width: "24",
|
|
@@ -3071,18 +3133,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3071
3133
|
] }), Ratio916_default = IconRatio916;
|
|
3072
3134
|
|
|
3073
3135
|
// src/components/RatioAuto.tsx
|
|
3074
|
-
import { jsx as
|
|
3075
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3076
|
-
/* @__PURE__ */
|
|
3077
|
-
/* @__PURE__ */
|
|
3136
|
+
import { jsx as jsx158, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3137
|
+
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3138
|
+
/* @__PURE__ */ jsxs82("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3139
|
+
/* @__PURE__ */ jsx158(
|
|
3078
3140
|
"path",
|
|
3079
3141
|
{
|
|
3080
3142
|
fill: stroke || color || "currentColor",
|
|
3081
3143
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
3082
3144
|
}
|
|
3083
3145
|
),
|
|
3084
|
-
/* @__PURE__ */
|
|
3085
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ jsx158("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3147
|
+
/* @__PURE__ */ jsx158(
|
|
3086
3148
|
"path",
|
|
3087
3149
|
{
|
|
3088
3150
|
fill: stroke || color || "currentColor",
|
|
@@ -3092,7 +3154,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3092
3154
|
}
|
|
3093
3155
|
)
|
|
3094
3156
|
] }),
|
|
3095
|
-
/* @__PURE__ */
|
|
3157
|
+
/* @__PURE__ */ jsx158("defs", { children: /* @__PURE__ */ jsx158("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx158(
|
|
3096
3158
|
"rect",
|
|
3097
3159
|
{
|
|
3098
3160
|
width: "24",
|
|
@@ -3104,16 +3166,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3104
3166
|
] }), RatioAuto_default = IconRatioAuto;
|
|
3105
3167
|
|
|
3106
3168
|
// src/components/Ratio.tsx
|
|
3107
|
-
import { jsx as
|
|
3108
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3109
|
-
/* @__PURE__ */
|
|
3169
|
+
import { jsx as jsx159, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3170
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3171
|
+
/* @__PURE__ */ jsx159(
|
|
3110
3172
|
"path",
|
|
3111
3173
|
{
|
|
3112
3174
|
fill: stroke || color || "currentColor",
|
|
3113
3175
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
3114
3176
|
}
|
|
3115
3177
|
),
|
|
3116
|
-
/* @__PURE__ */
|
|
3178
|
+
/* @__PURE__ */ jsx159(
|
|
3117
3179
|
"path",
|
|
3118
3180
|
{
|
|
3119
3181
|
fill: stroke || color || "currentColor",
|
|
@@ -3123,8 +3185,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3123
3185
|
] }), Ratio_default = IconRatio;
|
|
3124
3186
|
|
|
3125
3187
|
// src/components/ReEdit.tsx
|
|
3126
|
-
import { jsx as
|
|
3127
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3188
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3189
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx160("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx160(
|
|
3128
3190
|
"path",
|
|
3129
3191
|
{
|
|
3130
3192
|
fill: stroke || color || "currentColor",
|
|
@@ -3135,8 +3197,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3135
3197
|
) }), ReEdit_default = IconReEdit;
|
|
3136
3198
|
|
|
3137
3199
|
// src/components/Regenerate.tsx
|
|
3138
|
-
import { jsx as
|
|
3139
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3200
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
3201
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
|
|
3140
3202
|
"path",
|
|
3141
3203
|
{
|
|
3142
3204
|
fill: stroke || color || "currentColor",
|
|
@@ -3147,9 +3209,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3147
3209
|
) }), Regenerate_default = IconRegenerate;
|
|
3148
3210
|
|
|
3149
3211
|
// src/components/Resultsetting.tsx
|
|
3150
|
-
import { jsx as
|
|
3151
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3152
|
-
/* @__PURE__ */
|
|
3212
|
+
import { jsx as jsx162, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3213
|
+
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3214
|
+
/* @__PURE__ */ jsx162("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx162(
|
|
3153
3215
|
"path",
|
|
3154
3216
|
{
|
|
3155
3217
|
fill: stroke || color || "currentColor",
|
|
@@ -3158,7 +3220,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3158
3220
|
clipRule: "evenodd"
|
|
3159
3221
|
}
|
|
3160
3222
|
) }),
|
|
3161
|
-
/* @__PURE__ */
|
|
3223
|
+
/* @__PURE__ */ jsx162("defs", { children: /* @__PURE__ */ jsx162("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx162(
|
|
3162
3224
|
"rect",
|
|
3163
3225
|
{
|
|
3164
3226
|
width: "24",
|
|
@@ -3170,8 +3232,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
3170
3232
|
] }), Resultsetting_default = IconResultsetting;
|
|
3171
3233
|
|
|
3172
3234
|
// src/components/RightFilled.tsx
|
|
3173
|
-
import { jsx as
|
|
3174
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3235
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
3236
|
+
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx163("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx163(
|
|
3175
3237
|
"path",
|
|
3176
3238
|
{
|
|
3177
3239
|
fill: fill || color || "currentColor",
|
|
@@ -3181,9 +3243,22 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3181
3243
|
}
|
|
3182
3244
|
) }), RightFilled_default = IconRightFilled;
|
|
3183
3245
|
|
|
3246
|
+
// src/components/SatisfiedFilled.tsx
|
|
3247
|
+
import { jsx as jsx164, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3248
|
+
var IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3249
|
+
/* @__PURE__ */ jsx164(
|
|
3250
|
+
"path",
|
|
3251
|
+
{
|
|
3252
|
+
fill: fill || color || "currentColor",
|
|
3253
|
+
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3254
|
+
}
|
|
3255
|
+
),
|
|
3256
|
+
/* @__PURE__ */ jsx164("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3257
|
+
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3258
|
+
|
|
3184
3259
|
// src/components/Satisfied.tsx
|
|
3185
|
-
import { jsx as
|
|
3186
|
-
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3260
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3261
|
+
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
|
|
3187
3262
|
"path",
|
|
3188
3263
|
{
|
|
3189
3264
|
fill: stroke || color || "currentColor",
|
|
@@ -3194,8 +3269,8 @@ var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3194
3269
|
) }), Satisfied_default = IconSatisfied;
|
|
3195
3270
|
|
|
3196
3271
|
// src/components/SceneNext.tsx
|
|
3197
|
-
import { jsx as
|
|
3198
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3272
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
3273
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx166("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx166(
|
|
3199
3274
|
"path",
|
|
3200
3275
|
{
|
|
3201
3276
|
fill: stroke || color || "currentColor",
|
|
@@ -3204,29 +3279,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3204
3279
|
) }), SceneNext_default = IconSceneNext;
|
|
3205
3280
|
|
|
3206
3281
|
// src/components/Scriptmode.tsx
|
|
3207
|
-
import { jsx as
|
|
3208
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3209
|
-
/* @__PURE__ */
|
|
3210
|
-
/* @__PURE__ */
|
|
3211
|
-
/* @__PURE__ */
|
|
3212
|
-
/* @__PURE__ */
|
|
3213
|
-
/* @__PURE__ */
|
|
3214
|
-
/* @__PURE__ */
|
|
3215
|
-
/* @__PURE__ */
|
|
3216
|
-
/* @__PURE__ */
|
|
3282
|
+
import { jsx as jsx167, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3283
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3284
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3285
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3286
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3287
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3288
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3289
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3290
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3291
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3217
3292
|
] }), Scriptmode_default = IconScriptmode;
|
|
3218
3293
|
|
|
3219
3294
|
// src/components/Scrolldown.tsx
|
|
3220
|
-
import { jsx as
|
|
3221
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3222
|
-
/* @__PURE__ */
|
|
3295
|
+
import { jsx as jsx168, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3296
|
+
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3297
|
+
/* @__PURE__ */ jsx168(
|
|
3223
3298
|
"path",
|
|
3224
3299
|
{
|
|
3225
3300
|
fill: stroke || color || "currentColor",
|
|
3226
3301
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3227
3302
|
}
|
|
3228
3303
|
),
|
|
3229
|
-
/* @__PURE__ */
|
|
3304
|
+
/* @__PURE__ */ jsx168(
|
|
3230
3305
|
"path",
|
|
3231
3306
|
{
|
|
3232
3307
|
fill: stroke || color || "currentColor",
|
|
@@ -3236,8 +3311,8 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3236
3311
|
] }), Scrolldown_default = IconScrolldown;
|
|
3237
3312
|
|
|
3238
3313
|
// src/components/Sendrequest.tsx
|
|
3239
|
-
import { jsx as
|
|
3240
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3314
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
3315
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx169("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx169(
|
|
3241
3316
|
"path",
|
|
3242
3317
|
{
|
|
3243
3318
|
fill: fill || color || "currentColor",
|
|
@@ -3248,8 +3323,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
3248
3323
|
) }), Sendrequest_default = IconSendrequest;
|
|
3249
3324
|
|
|
3250
3325
|
// src/components/Sendup.tsx
|
|
3251
|
-
import { jsx as
|
|
3252
|
-
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3326
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3327
|
+
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx170("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx170(
|
|
3253
3328
|
"path",
|
|
3254
3329
|
{
|
|
3255
3330
|
fill: stroke || color || "currentColor",
|
|
@@ -3258,8 +3333,8 @@ var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3258
3333
|
) }), Sendup_default = IconSendup;
|
|
3259
3334
|
|
|
3260
3335
|
// src/components/Sendup2.tsx
|
|
3261
|
-
import { jsx as
|
|
3262
|
-
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3336
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3337
|
+
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
|
|
3263
3338
|
"path",
|
|
3264
3339
|
{
|
|
3265
3340
|
fill: stroke || color || "currentColor",
|
|
@@ -3268,8 +3343,8 @@ var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3268
3343
|
) }), Sendup2_default = IconSendup2;
|
|
3269
3344
|
|
|
3270
3345
|
// src/components/ShareFilled.tsx
|
|
3271
|
-
import { jsx as
|
|
3272
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3346
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
3347
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx172("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx172(
|
|
3273
3348
|
"path",
|
|
3274
3349
|
{
|
|
3275
3350
|
fill: fill || color || "currentColor",
|
|
@@ -3278,8 +3353,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3278
3353
|
) }), ShareFilled_default = IconShareFilled;
|
|
3279
3354
|
|
|
3280
3355
|
// src/components/Share.tsx
|
|
3281
|
-
import { jsx as
|
|
3282
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3356
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3357
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx173("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx173(
|
|
3283
3358
|
"path",
|
|
3284
3359
|
{
|
|
3285
3360
|
fill: stroke || color || "currentColor",
|
|
@@ -3290,8 +3365,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3290
3365
|
) }), Share_default = IconShare;
|
|
3291
3366
|
|
|
3292
3367
|
// src/components/Sidebar.tsx
|
|
3293
|
-
import { jsx as
|
|
3294
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3368
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3369
|
+
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx174("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx174(
|
|
3295
3370
|
"path",
|
|
3296
3371
|
{
|
|
3297
3372
|
fill: stroke || color || "currentColor",
|
|
@@ -3302,8 +3377,8 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3302
3377
|
) }), Sidebar_default = IconSidebar;
|
|
3303
3378
|
|
|
3304
3379
|
// src/components/Singleunchecked.tsx
|
|
3305
|
-
import { jsx as
|
|
3306
|
-
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3380
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3381
|
+
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx175("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx175(
|
|
3307
3382
|
"path",
|
|
3308
3383
|
{
|
|
3309
3384
|
fill: stroke || color || "currentColor",
|
|
@@ -3314,8 +3389,8 @@ var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke
|
|
|
3314
3389
|
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3315
3390
|
|
|
3316
3391
|
// src/components/SocialX.tsx
|
|
3317
|
-
import { jsx as
|
|
3318
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3392
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3393
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx176("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx176(
|
|
3319
3394
|
"path",
|
|
3320
3395
|
{
|
|
3321
3396
|
fill: fill || color || "currentColor",
|
|
@@ -3324,8 +3399,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3324
3399
|
) }), SocialX_default = IconSocialX;
|
|
3325
3400
|
|
|
3326
3401
|
// src/components/SocialDiscord.tsx
|
|
3327
|
-
import { jsx as
|
|
3328
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3402
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3403
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx177("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx177(
|
|
3329
3404
|
"path",
|
|
3330
3405
|
{
|
|
3331
3406
|
fill: fill || color || "currentColor",
|
|
@@ -3334,9 +3409,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3334
3409
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3335
3410
|
|
|
3336
3411
|
// src/components/SoundOff.tsx
|
|
3337
|
-
import { jsx as
|
|
3338
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3339
|
-
/* @__PURE__ */
|
|
3412
|
+
import { jsx as jsx178, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3413
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3414
|
+
/* @__PURE__ */ jsx178(
|
|
3340
3415
|
"path",
|
|
3341
3416
|
{
|
|
3342
3417
|
fill: stroke || color || "currentColor",
|
|
@@ -3345,7 +3420,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3345
3420
|
clipRule: "evenodd"
|
|
3346
3421
|
}
|
|
3347
3422
|
),
|
|
3348
|
-
/* @__PURE__ */
|
|
3423
|
+
/* @__PURE__ */ jsx178(
|
|
3349
3424
|
"path",
|
|
3350
3425
|
{
|
|
3351
3426
|
fill: stroke || color || "currentColor",
|
|
@@ -3355,9 +3430,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3355
3430
|
] }), SoundOff_default = IconSoundOff;
|
|
3356
3431
|
|
|
3357
3432
|
// src/components/SoundOn.tsx
|
|
3358
|
-
import { jsx as
|
|
3359
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3360
|
-
/* @__PURE__ */
|
|
3433
|
+
import { jsx as jsx179, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3434
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3435
|
+
/* @__PURE__ */ jsx179(
|
|
3361
3436
|
"path",
|
|
3362
3437
|
{
|
|
3363
3438
|
fill: stroke || color || "currentColor",
|
|
@@ -3366,14 +3441,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3366
3441
|
clipRule: "evenodd"
|
|
3367
3442
|
}
|
|
3368
3443
|
),
|
|
3369
|
-
/* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ jsx179(
|
|
3370
3445
|
"path",
|
|
3371
3446
|
{
|
|
3372
3447
|
fill: stroke || color || "currentColor",
|
|
3373
3448
|
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"
|
|
3374
3449
|
}
|
|
3375
3450
|
),
|
|
3376
|
-
/* @__PURE__ */
|
|
3451
|
+
/* @__PURE__ */ jsx179(
|
|
3377
3452
|
"path",
|
|
3378
3453
|
{
|
|
3379
3454
|
fill: stroke || color || "currentColor",
|
|
@@ -3383,8 +3458,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3383
3458
|
] }), SoundOn_default = IconSoundOn;
|
|
3384
3459
|
|
|
3385
3460
|
// src/components/Storyboard.tsx
|
|
3386
|
-
import { jsx as
|
|
3387
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3461
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3462
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx180("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx180(
|
|
3388
3463
|
"path",
|
|
3389
3464
|
{
|
|
3390
3465
|
fill: stroke || color || "currentColor",
|
|
@@ -3395,25 +3470,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3395
3470
|
) }), Storyboard_default = IconStoryboard;
|
|
3396
3471
|
|
|
3397
3472
|
// src/components/StyleAutoFilled.tsx
|
|
3398
|
-
import { jsx as
|
|
3399
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3400
|
-
/* @__PURE__ */
|
|
3473
|
+
import { jsx as jsx181, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3474
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3475
|
+
/* @__PURE__ */ jsx181(
|
|
3401
3476
|
"path",
|
|
3402
3477
|
{
|
|
3403
3478
|
fill: fill || color || "currentColor",
|
|
3404
3479
|
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"
|
|
3405
3480
|
}
|
|
3406
3481
|
),
|
|
3407
|
-
/* @__PURE__ */
|
|
3482
|
+
/* @__PURE__ */ jsx181(
|
|
3408
3483
|
"path",
|
|
3409
3484
|
{
|
|
3410
3485
|
fill: fill || color || "currentColor",
|
|
3411
3486
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3412
3487
|
}
|
|
3413
3488
|
),
|
|
3414
|
-
/* @__PURE__ */
|
|
3415
|
-
/* @__PURE__ */
|
|
3416
|
-
/* @__PURE__ */
|
|
3489
|
+
/* @__PURE__ */ jsx181("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3490
|
+
/* @__PURE__ */ jsx181("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3491
|
+
/* @__PURE__ */ jsx181(
|
|
3417
3492
|
"path",
|
|
3418
3493
|
{
|
|
3419
3494
|
fill: fill || color || "currentColor",
|
|
@@ -3423,44 +3498,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3423
3498
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3424
3499
|
|
|
3425
3500
|
// src/components/Style.tsx
|
|
3426
|
-
import { jsx as
|
|
3427
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3428
|
-
/* @__PURE__ */
|
|
3501
|
+
import { jsx as jsx182, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3502
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3503
|
+
/* @__PURE__ */ jsx182(
|
|
3429
3504
|
"path",
|
|
3430
3505
|
{
|
|
3431
3506
|
fill: stroke || color || "currentColor",
|
|
3432
3507
|
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"
|
|
3433
3508
|
}
|
|
3434
3509
|
),
|
|
3435
|
-
/* @__PURE__ */
|
|
3510
|
+
/* @__PURE__ */ jsx182(
|
|
3436
3511
|
"path",
|
|
3437
3512
|
{
|
|
3438
3513
|
fill: stroke || color || "currentColor",
|
|
3439
3514
|
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"
|
|
3440
3515
|
}
|
|
3441
3516
|
),
|
|
3442
|
-
/* @__PURE__ */
|
|
3517
|
+
/* @__PURE__ */ jsx182(
|
|
3443
3518
|
"path",
|
|
3444
3519
|
{
|
|
3445
3520
|
fill: stroke || color || "currentColor",
|
|
3446
3521
|
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"
|
|
3447
3522
|
}
|
|
3448
3523
|
),
|
|
3449
|
-
/* @__PURE__ */
|
|
3524
|
+
/* @__PURE__ */ jsx182(
|
|
3450
3525
|
"path",
|
|
3451
3526
|
{
|
|
3452
3527
|
fill: stroke || color || "currentColor",
|
|
3453
3528
|
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"
|
|
3454
3529
|
}
|
|
3455
3530
|
),
|
|
3456
|
-
/* @__PURE__ */
|
|
3531
|
+
/* @__PURE__ */ jsx182(
|
|
3457
3532
|
"path",
|
|
3458
3533
|
{
|
|
3459
3534
|
fill: stroke || color || "currentColor",
|
|
3460
3535
|
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"
|
|
3461
3536
|
}
|
|
3462
3537
|
),
|
|
3463
|
-
/* @__PURE__ */
|
|
3538
|
+
/* @__PURE__ */ jsx182(
|
|
3464
3539
|
"path",
|
|
3465
3540
|
{
|
|
3466
3541
|
fill: stroke || color || "currentColor",
|
|
@@ -3472,9 +3547,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3472
3547
|
] }), Style_default = IconStyle;
|
|
3473
3548
|
|
|
3474
3549
|
// src/components/Styleoverall.tsx
|
|
3475
|
-
import { jsx as
|
|
3476
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3477
|
-
/* @__PURE__ */
|
|
3550
|
+
import { jsx as jsx183, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
3551
|
+
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3552
|
+
/* @__PURE__ */ jsx183(
|
|
3478
3553
|
"path",
|
|
3479
3554
|
{
|
|
3480
3555
|
fill: stroke || color || "currentColor",
|
|
@@ -3483,7 +3558,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3483
3558
|
clipRule: "evenodd"
|
|
3484
3559
|
}
|
|
3485
3560
|
),
|
|
3486
|
-
/* @__PURE__ */
|
|
3561
|
+
/* @__PURE__ */ jsx183(
|
|
3487
3562
|
"path",
|
|
3488
3563
|
{
|
|
3489
3564
|
fill: stroke || color || "currentColor",
|
|
@@ -3492,7 +3567,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3492
3567
|
clipRule: "evenodd"
|
|
3493
3568
|
}
|
|
3494
3569
|
),
|
|
3495
|
-
/* @__PURE__ */
|
|
3570
|
+
/* @__PURE__ */ jsx183(
|
|
3496
3571
|
"path",
|
|
3497
3572
|
{
|
|
3498
3573
|
fill: stroke || color || "currentColor",
|
|
@@ -3501,7 +3576,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3501
3576
|
clipRule: "evenodd"
|
|
3502
3577
|
}
|
|
3503
3578
|
),
|
|
3504
|
-
/* @__PURE__ */
|
|
3579
|
+
/* @__PURE__ */ jsx183(
|
|
3505
3580
|
"path",
|
|
3506
3581
|
{
|
|
3507
3582
|
fill: stroke || color || "currentColor",
|
|
@@ -3513,8 +3588,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3513
3588
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3514
3589
|
|
|
3515
3590
|
// src/components/SwitchOffFilled.tsx
|
|
3516
|
-
import { jsx as
|
|
3517
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3591
|
+
import { jsx as jsx184 } from "react/jsx-runtime";
|
|
3592
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx184("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx184(
|
|
3518
3593
|
"path",
|
|
3519
3594
|
{
|
|
3520
3595
|
fill: fill || color || "currentColor",
|
|
@@ -3525,8 +3600,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3525
3600
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3526
3601
|
|
|
3527
3602
|
// src/components/SwitchOnFilled.tsx
|
|
3528
|
-
import { jsx as
|
|
3529
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3603
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3604
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx185("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx185(
|
|
3530
3605
|
"path",
|
|
3531
3606
|
{
|
|
3532
3607
|
fill: fill || color || "currentColor",
|
|
@@ -3536,10 +3611,22 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3536
3611
|
}
|
|
3537
3612
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3538
3613
|
|
|
3614
|
+
// src/components/Table.tsx
|
|
3615
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
3616
|
+
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx186("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx186(
|
|
3617
|
+
"path",
|
|
3618
|
+
{
|
|
3619
|
+
fill: stroke || color || "currentColor",
|
|
3620
|
+
d: "M24 21.875L24 3.125L0 3.125L0 21.875L24 21.875ZM21.75 5.46875L16.5 5.46875V11.3281L21.75 11.3281V5.46875ZM21.75 13.6719V19.5312L16.5 19.5312V13.6719L21.75 13.6719ZM14.25 11.3281L14.25 5.46875L8.25 5.46875L8.25 11.3281L14.25 11.3281ZM8.25 13.6719L14.25 13.6719V19.5312L8.25 19.5312V13.6719ZM6 19.5312L6 5.46875L2.25 5.46875L2.25 19.5312L6 19.5312Z",
|
|
3621
|
+
fillRule: "evenodd",
|
|
3622
|
+
clipRule: "evenodd"
|
|
3623
|
+
}
|
|
3624
|
+
) }), Table_default = IconTable;
|
|
3625
|
+
|
|
3539
3626
|
// src/components/Target.tsx
|
|
3540
|
-
import { jsx as
|
|
3541
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3542
|
-
/* @__PURE__ */
|
|
3627
|
+
import { jsx as jsx187, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
3628
|
+
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3629
|
+
/* @__PURE__ */ jsx187(
|
|
3543
3630
|
"path",
|
|
3544
3631
|
{
|
|
3545
3632
|
fill: stroke || color || "currentColor",
|
|
@@ -3548,7 +3635,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3548
3635
|
clipRule: "evenodd"
|
|
3549
3636
|
}
|
|
3550
3637
|
),
|
|
3551
|
-
/* @__PURE__ */
|
|
3638
|
+
/* @__PURE__ */ jsx187(
|
|
3552
3639
|
"path",
|
|
3553
3640
|
{
|
|
3554
3641
|
fill: stroke || color || "currentColor",
|
|
@@ -3560,44 +3647,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3560
3647
|
] }), Target_default = IconTarget;
|
|
3561
3648
|
|
|
3562
3649
|
// src/components/TextLogo.tsx
|
|
3563
|
-
import { jsx as
|
|
3564
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3565
|
-
/* @__PURE__ */
|
|
3650
|
+
import { jsx as jsx188, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
3651
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs94("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3652
|
+
/* @__PURE__ */ jsx188(
|
|
3566
3653
|
"path",
|
|
3567
3654
|
{
|
|
3568
3655
|
fill: fill || color || "currentColor",
|
|
3569
3656
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
3570
3657
|
}
|
|
3571
3658
|
),
|
|
3572
|
-
/* @__PURE__ */
|
|
3659
|
+
/* @__PURE__ */ jsx188(
|
|
3573
3660
|
"path",
|
|
3574
3661
|
{
|
|
3575
3662
|
fill: fill || color || "currentColor",
|
|
3576
3663
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
3577
3664
|
}
|
|
3578
3665
|
),
|
|
3579
|
-
/* @__PURE__ */
|
|
3666
|
+
/* @__PURE__ */ jsx188(
|
|
3580
3667
|
"path",
|
|
3581
3668
|
{
|
|
3582
3669
|
fill: fill || color || "currentColor",
|
|
3583
3670
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3584
3671
|
}
|
|
3585
3672
|
),
|
|
3586
|
-
/* @__PURE__ */
|
|
3673
|
+
/* @__PURE__ */ jsx188(
|
|
3587
3674
|
"path",
|
|
3588
3675
|
{
|
|
3589
3676
|
fill: fill || color || "currentColor",
|
|
3590
3677
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3591
3678
|
}
|
|
3592
3679
|
),
|
|
3593
|
-
/* @__PURE__ */
|
|
3680
|
+
/* @__PURE__ */ jsx188(
|
|
3594
3681
|
"path",
|
|
3595
3682
|
{
|
|
3596
3683
|
fill: fill || color || "currentColor",
|
|
3597
3684
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3598
3685
|
}
|
|
3599
3686
|
),
|
|
3600
|
-
/* @__PURE__ */
|
|
3687
|
+
/* @__PURE__ */ jsx188(
|
|
3601
3688
|
"path",
|
|
3602
3689
|
{
|
|
3603
3690
|
fill: fill || color || "currentColor",
|
|
@@ -3607,8 +3694,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3607
3694
|
] }), TextLogo_default = IconTextLogo;
|
|
3608
3695
|
|
|
3609
3696
|
// src/components/TipsFilled.tsx
|
|
3610
|
-
import { jsx as
|
|
3611
|
-
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3697
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
3698
|
+
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx189("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx189(
|
|
3612
3699
|
"path",
|
|
3613
3700
|
{
|
|
3614
3701
|
fill: fill || color || "currentColor",
|
|
@@ -3619,8 +3706,8 @@ var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3619
3706
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3620
3707
|
|
|
3621
3708
|
// src/components/Tips.tsx
|
|
3622
|
-
import { jsx as
|
|
3623
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3709
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
3710
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx190("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx190(
|
|
3624
3711
|
"path",
|
|
3625
3712
|
{
|
|
3626
3713
|
fill: stroke || color || "currentColor",
|
|
@@ -3631,16 +3718,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3631
3718
|
) }), Tips_default = IconTips;
|
|
3632
3719
|
|
|
3633
3720
|
// src/components/ToolsFilled.tsx
|
|
3634
|
-
import { jsx as
|
|
3635
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3636
|
-
/* @__PURE__ */
|
|
3721
|
+
import { jsx as jsx191, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
3722
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3723
|
+
/* @__PURE__ */ jsx191(
|
|
3637
3724
|
"path",
|
|
3638
3725
|
{
|
|
3639
3726
|
fill: fill || color || "currentColor",
|
|
3640
3727
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3641
3728
|
}
|
|
3642
3729
|
),
|
|
3643
|
-
/* @__PURE__ */
|
|
3730
|
+
/* @__PURE__ */ jsx191(
|
|
3644
3731
|
"path",
|
|
3645
3732
|
{
|
|
3646
3733
|
fill: fill || color || "currentColor",
|
|
@@ -3650,8 +3737,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3650
3737
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3651
3738
|
|
|
3652
3739
|
// src/components/Tools.tsx
|
|
3653
|
-
import { jsx as
|
|
3654
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3740
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
3741
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx192("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx192(
|
|
3655
3742
|
"path",
|
|
3656
3743
|
{
|
|
3657
3744
|
stroke: stroke || color || "currentColor",
|
|
@@ -3661,8 +3748,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3661
3748
|
) }), Tools_default = IconTools;
|
|
3662
3749
|
|
|
3663
3750
|
// src/components/Undo.tsx
|
|
3664
|
-
import { jsx as
|
|
3665
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3751
|
+
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
3752
|
+
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx193("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx193(
|
|
3666
3753
|
"path",
|
|
3667
3754
|
{
|
|
3668
3755
|
fill: stroke || color || "currentColor",
|
|
@@ -3672,9 +3759,22 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3672
3759
|
}
|
|
3673
3760
|
) }), Undo_default = IconUndo;
|
|
3674
3761
|
|
|
3762
|
+
// src/components/UnsatisfiedFilled.tsx
|
|
3763
|
+
import { jsx as jsx194, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
3764
|
+
var IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3765
|
+
/* @__PURE__ */ jsx194(
|
|
3766
|
+
"path",
|
|
3767
|
+
{
|
|
3768
|
+
fill: fill || color || "currentColor",
|
|
3769
|
+
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3770
|
+
}
|
|
3771
|
+
),
|
|
3772
|
+
/* @__PURE__ */ jsx194("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3773
|
+
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3774
|
+
|
|
3675
3775
|
// src/components/Unsatisfied.tsx
|
|
3676
|
-
import { jsx as
|
|
3677
|
-
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3776
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
3777
|
+
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx195("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx195(
|
|
3678
3778
|
"path",
|
|
3679
3779
|
{
|
|
3680
3780
|
fill: stroke || color || "currentColor",
|
|
@@ -3685,8 +3785,8 @@ var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke })
|
|
|
3685
3785
|
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3686
3786
|
|
|
3687
3787
|
// src/components/UpFilled.tsx
|
|
3688
|
-
import { jsx as
|
|
3689
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3788
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
3789
|
+
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx196("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx196(
|
|
3690
3790
|
"path",
|
|
3691
3791
|
{
|
|
3692
3792
|
fill: fill || color || "currentColor",
|
|
@@ -3697,8 +3797,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3697
3797
|
) }), UpFilled_default = IconUpFilled;
|
|
3698
3798
|
|
|
3699
3799
|
// src/components/UpleftFilled.tsx
|
|
3700
|
-
import { jsx as
|
|
3701
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3800
|
+
import { jsx as jsx197 } from "react/jsx-runtime";
|
|
3801
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx197("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx197(
|
|
3702
3802
|
"path",
|
|
3703
3803
|
{
|
|
3704
3804
|
fill: fill || color || "currentColor",
|
|
@@ -3709,8 +3809,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3709
3809
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3710
3810
|
|
|
3711
3811
|
// src/components/Uploadedvideo.tsx
|
|
3712
|
-
import { jsx as
|
|
3713
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3812
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
3813
|
+
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx198("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx198(
|
|
3714
3814
|
"path",
|
|
3715
3815
|
{
|
|
3716
3816
|
fill: fill || color || "currentColor",
|
|
@@ -3721,8 +3821,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3721
3821
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3722
3822
|
|
|
3723
3823
|
// src/components/Uploadfiles.tsx
|
|
3724
|
-
import { jsx as
|
|
3725
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3824
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
3825
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx199("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx199(
|
|
3726
3826
|
"path",
|
|
3727
3827
|
{
|
|
3728
3828
|
fill: stroke || color || "currentColor",
|
|
@@ -3731,8 +3831,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3731
3831
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3732
3832
|
|
|
3733
3833
|
// src/components/Uploadstory.tsx
|
|
3734
|
-
import { jsx as
|
|
3735
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3834
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
3835
|
+
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx200("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx200(
|
|
3736
3836
|
"path",
|
|
3737
3837
|
{
|
|
3738
3838
|
fill: stroke || color || "currentColor",
|
|
@@ -3743,8 +3843,8 @@ var IconUploadstory = ({ size, width, height, color, className, fill, stroke })
|
|
|
3743
3843
|
) }), Uploadstory_default = IconUploadstory;
|
|
3744
3844
|
|
|
3745
3845
|
// src/components/UprightFilled.tsx
|
|
3746
|
-
import { jsx as
|
|
3747
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3846
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
3847
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx201("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx201(
|
|
3748
3848
|
"path",
|
|
3749
3849
|
{
|
|
3750
3850
|
fill: fill || color || "currentColor",
|
|
@@ -3755,8 +3855,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3755
3855
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3756
3856
|
|
|
3757
3857
|
// src/components/Userfeedback.tsx
|
|
3758
|
-
import { jsx as
|
|
3759
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3858
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
3859
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx202("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx202(
|
|
3760
3860
|
"path",
|
|
3761
3861
|
{
|
|
3762
3862
|
fill: stroke || color || "currentColor",
|
|
@@ -3767,17 +3867,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3767
3867
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3768
3868
|
|
|
3769
3869
|
// src/components/Userfollow.tsx
|
|
3770
|
-
import { jsx as
|
|
3771
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3772
|
-
/* @__PURE__ */
|
|
3870
|
+
import { jsx as jsx203, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
3871
|
+
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3872
|
+
/* @__PURE__ */ jsx203(
|
|
3773
3873
|
"path",
|
|
3774
3874
|
{
|
|
3775
3875
|
fill: stroke || color || "currentColor",
|
|
3776
3876
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3777
3877
|
}
|
|
3778
3878
|
),
|
|
3779
|
-
/* @__PURE__ */
|
|
3780
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ jsx203("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3880
|
+
/* @__PURE__ */ jsx203(
|
|
3781
3881
|
"path",
|
|
3782
3882
|
{
|
|
3783
3883
|
fill: stroke || color || "currentColor",
|
|
@@ -3789,8 +3889,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3789
3889
|
] }), Userfollow_default = IconUserfollow;
|
|
3790
3890
|
|
|
3791
3891
|
// src/components/Userfollowback.tsx
|
|
3792
|
-
import { jsx as
|
|
3793
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3892
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
3893
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx204("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx204(
|
|
3794
3894
|
"path",
|
|
3795
3895
|
{
|
|
3796
3896
|
fill: stroke || color || "currentColor",
|
|
@@ -3799,8 +3899,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3799
3899
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3800
3900
|
|
|
3801
3901
|
// src/components/Userfollowed.tsx
|
|
3802
|
-
import { jsx as
|
|
3803
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3902
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
3903
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx205("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx205(
|
|
3804
3904
|
"path",
|
|
3805
3905
|
{
|
|
3806
3906
|
fill: stroke || color || "currentColor",
|
|
@@ -3809,16 +3909,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3809
3909
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3810
3910
|
|
|
3811
3911
|
// src/components/VideoGeneration.tsx
|
|
3812
|
-
import { jsx as
|
|
3813
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3814
|
-
/* @__PURE__ */
|
|
3912
|
+
import { jsx as jsx206, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
3913
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs98("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3914
|
+
/* @__PURE__ */ jsx206(
|
|
3815
3915
|
"path",
|
|
3816
3916
|
{
|
|
3817
3917
|
fill: stroke || color || "currentColor",
|
|
3818
3918
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
3819
3919
|
}
|
|
3820
3920
|
),
|
|
3821
|
-
/* @__PURE__ */
|
|
3921
|
+
/* @__PURE__ */ jsx206(
|
|
3822
3922
|
"path",
|
|
3823
3923
|
{
|
|
3824
3924
|
fill: stroke || color || "currentColor",
|
|
@@ -3827,7 +3927,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3827
3927
|
clipRule: "evenodd"
|
|
3828
3928
|
}
|
|
3829
3929
|
),
|
|
3830
|
-
/* @__PURE__ */
|
|
3930
|
+
/* @__PURE__ */ jsx206(
|
|
3831
3931
|
"path",
|
|
3832
3932
|
{
|
|
3833
3933
|
fill: stroke || color || "currentColor",
|
|
@@ -3837,10 +3937,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3837
3937
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3838
3938
|
|
|
3839
3939
|
// src/components/VideoLength.tsx
|
|
3840
|
-
import { jsx as
|
|
3841
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3842
|
-
/* @__PURE__ */
|
|
3843
|
-
/* @__PURE__ */
|
|
3940
|
+
import { jsx as jsx207, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
3941
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3942
|
+
/* @__PURE__ */ jsx207("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3943
|
+
/* @__PURE__ */ jsx207(
|
|
3844
3944
|
"path",
|
|
3845
3945
|
{
|
|
3846
3946
|
fill: stroke || color || "currentColor",
|
|
@@ -3852,9 +3952,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3852
3952
|
] }), VideoLength_default = IconVideoLength;
|
|
3853
3953
|
|
|
3854
3954
|
// src/components/Videogenerate.tsx
|
|
3855
|
-
import { jsx as
|
|
3856
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3857
|
-
/* @__PURE__ */
|
|
3955
|
+
import { jsx as jsx208, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
3956
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3957
|
+
/* @__PURE__ */ jsx208(
|
|
3858
3958
|
"path",
|
|
3859
3959
|
{
|
|
3860
3960
|
fill: stroke || color || "currentColor",
|
|
@@ -3863,7 +3963,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3863
3963
|
clipRule: "evenodd"
|
|
3864
3964
|
}
|
|
3865
3965
|
),
|
|
3866
|
-
/* @__PURE__ */
|
|
3966
|
+
/* @__PURE__ */ jsx208(
|
|
3867
3967
|
"path",
|
|
3868
3968
|
{
|
|
3869
3969
|
fill: stroke || color || "currentColor",
|
|
@@ -3875,8 +3975,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3875
3975
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3876
3976
|
|
|
3877
3977
|
// src/components/Visualstyles.tsx
|
|
3878
|
-
import { jsx as
|
|
3879
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3978
|
+
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
3979
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx209("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx209(
|
|
3880
3980
|
"path",
|
|
3881
3981
|
{
|
|
3882
3982
|
fill: stroke || color || "currentColor",
|
|
@@ -3887,9 +3987,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3887
3987
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3888
3988
|
|
|
3889
3989
|
// src/components/Volume.tsx
|
|
3890
|
-
import { jsx as
|
|
3891
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3892
|
-
/* @__PURE__ */
|
|
3990
|
+
import { jsx as jsx210, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
3991
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3992
|
+
/* @__PURE__ */ jsx210(
|
|
3893
3993
|
"path",
|
|
3894
3994
|
{
|
|
3895
3995
|
fill: stroke || color || "currentColor",
|
|
@@ -3898,14 +3998,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3898
3998
|
clipRule: "evenodd"
|
|
3899
3999
|
}
|
|
3900
4000
|
),
|
|
3901
|
-
/* @__PURE__ */
|
|
4001
|
+
/* @__PURE__ */ jsx210(
|
|
3902
4002
|
"path",
|
|
3903
4003
|
{
|
|
3904
4004
|
fill: stroke || color || "currentColor",
|
|
3905
4005
|
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"
|
|
3906
4006
|
}
|
|
3907
4007
|
),
|
|
3908
|
-
/* @__PURE__ */
|
|
4008
|
+
/* @__PURE__ */ jsx210(
|
|
3909
4009
|
"path",
|
|
3910
4010
|
{
|
|
3911
4011
|
fill: stroke || color || "currentColor",
|
|
@@ -3915,8 +4015,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3915
4015
|
] }), Volume_default = IconVolume;
|
|
3916
4016
|
|
|
3917
4017
|
// src/components/Withdrawgame.tsx
|
|
3918
|
-
import { jsx as
|
|
3919
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4018
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
4019
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx211("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx211(
|
|
3920
4020
|
"path",
|
|
3921
4021
|
{
|
|
3922
4022
|
fill: stroke || color || "currentColor",
|
|
@@ -3927,16 +4027,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3927
4027
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3928
4028
|
|
|
3929
4029
|
// src/components/Zoomhandle.tsx
|
|
3930
|
-
import { jsx as
|
|
3931
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3932
|
-
/* @__PURE__ */
|
|
4030
|
+
import { jsx as jsx212, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
4031
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4032
|
+
/* @__PURE__ */ jsx212(
|
|
3933
4033
|
"path",
|
|
3934
4034
|
{
|
|
3935
4035
|
fill: fill || color || "currentColor",
|
|
3936
4036
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
3937
4037
|
}
|
|
3938
4038
|
),
|
|
3939
|
-
/* @__PURE__ */
|
|
4039
|
+
/* @__PURE__ */ jsx212(
|
|
3940
4040
|
"path",
|
|
3941
4041
|
{
|
|
3942
4042
|
fill: stroke || color || "currentColor",
|
|
@@ -3946,16 +4046,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3946
4046
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3947
4047
|
|
|
3948
4048
|
// src/components/Zoomin.tsx
|
|
3949
|
-
import { jsx as
|
|
3950
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3951
|
-
/* @__PURE__ */
|
|
4049
|
+
import { jsx as jsx213, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
4050
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4051
|
+
/* @__PURE__ */ jsx213(
|
|
3952
4052
|
"path",
|
|
3953
4053
|
{
|
|
3954
4054
|
fill: stroke || color || "currentColor",
|
|
3955
4055
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3956
4056
|
}
|
|
3957
4057
|
),
|
|
3958
|
-
/* @__PURE__ */
|
|
4058
|
+
/* @__PURE__ */ jsx213(
|
|
3959
4059
|
"path",
|
|
3960
4060
|
{
|
|
3961
4061
|
fill: stroke || color || "currentColor",
|
|
@@ -3967,10 +4067,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3967
4067
|
] }), Zoomin_default = IconZoomin;
|
|
3968
4068
|
|
|
3969
4069
|
// src/components/Zoomout.tsx
|
|
3970
|
-
import { jsx as
|
|
3971
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3972
|
-
/* @__PURE__ */
|
|
3973
|
-
/* @__PURE__ */
|
|
4070
|
+
import { jsx as jsx214, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
4071
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4072
|
+
/* @__PURE__ */ jsx214("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4073
|
+
/* @__PURE__ */ jsx214(
|
|
3974
4074
|
"path",
|
|
3975
4075
|
{
|
|
3976
4076
|
fill: stroke || color || "currentColor",
|
|
@@ -3984,6 +4084,8 @@ export {
|
|
|
3984
4084
|
Aboutus_default as IconAboutus,
|
|
3985
4085
|
Add_default as IconAdd,
|
|
3986
4086
|
AddSceneChoice_default as IconAddSceneChoice,
|
|
4087
|
+
Agent_default as IconAgent,
|
|
4088
|
+
AgentFilled_default as IconAgentFilled,
|
|
3987
4089
|
Agreements_default as IconAgreements,
|
|
3988
4090
|
Aiwriting_default as IconAiwriting,
|
|
3989
4091
|
AngleDown_default as IconAngleDown,
|
|
@@ -4011,6 +4113,7 @@ export {
|
|
|
4011
4113
|
Collapsewindow_default as IconCollapsewindow,
|
|
4012
4114
|
Copy_default as IconCopy,
|
|
4013
4115
|
Copylink_default as IconCopylink,
|
|
4116
|
+
Createplan_default as IconCreateplan,
|
|
4014
4117
|
CreditFilled_default as IconCreditFilled,
|
|
4015
4118
|
Cursor_default as IconCursor,
|
|
4016
4119
|
Delete_default as IconDelete,
|
|
@@ -4022,6 +4125,7 @@ export {
|
|
|
4022
4125
|
DownrightFilled_default as IconDownrightFilled,
|
|
4023
4126
|
DraghandleFilled_default as IconDraghandleFilled,
|
|
4024
4127
|
Edit_default as IconEdit,
|
|
4128
|
+
Element_default as IconElement,
|
|
4025
4129
|
Expandwindow_default as IconExpandwindow,
|
|
4026
4130
|
Favorite_default as IconFavorite,
|
|
4027
4131
|
FavoriteFilled_default as IconFavoriteFilled,
|
|
@@ -4140,6 +4244,7 @@ export {
|
|
|
4140
4244
|
Resultsetting_default as IconResultsetting,
|
|
4141
4245
|
RightFilled_default as IconRightFilled,
|
|
4142
4246
|
Satisfied_default as IconSatisfied,
|
|
4247
|
+
SatisfiedFilled_default as IconSatisfiedFilled,
|
|
4143
4248
|
SceneNext_default as IconSceneNext,
|
|
4144
4249
|
Scriptmode_default as IconScriptmode,
|
|
4145
4250
|
Scrolldown_default as IconScrolldown,
|
|
@@ -4160,6 +4265,7 @@ export {
|
|
|
4160
4265
|
Styleoverall_default as IconStyleoverall,
|
|
4161
4266
|
SwitchOffFilled_default as IconSwitchOffFilled,
|
|
4162
4267
|
SwitchOnFilled_default as IconSwitchOnFilled,
|
|
4268
|
+
Table_default as IconTable,
|
|
4163
4269
|
Target_default as IconTarget,
|
|
4164
4270
|
TextLogo_default as IconTextLogo,
|
|
4165
4271
|
Tips_default as IconTips,
|
|
@@ -4168,6 +4274,7 @@ export {
|
|
|
4168
4274
|
ToolsFilled_default as IconToolsFilled,
|
|
4169
4275
|
Undo_default as IconUndo,
|
|
4170
4276
|
Unsatisfied_default as IconUnsatisfied,
|
|
4277
|
+
UnsatisfiedFilled_default as IconUnsatisfiedFilled,
|
|
4171
4278
|
UpFilled_default as IconUpFilled,
|
|
4172
4279
|
UpleftFilled_default as IconUpleftFilled,
|
|
4173
4280
|
Uploadedvideo_default as IconUploadedvideo,
|