@yoroll/react-icon 0.0.1

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.
Files changed (38) hide show
  1. package/dist/index.cjs +732 -0
  2. package/dist/index.iife.js +2288 -0
  3. package/dist/index.iife.min.js +66 -0
  4. package/dist/index.js +742 -0
  5. package/dist/index.min.cjs +3 -0
  6. package/dist/index.min.js +3 -0
  7. package/dist/types/components/Add.d.ts +3 -0
  8. package/dist/types/components/AngleDown.d.ts +3 -0
  9. package/dist/types/components/Assets.d.ts +3 -0
  10. package/dist/types/components/AssetsFilled.d.ts +3 -0
  11. package/dist/types/components/Backward.d.ts +3 -0
  12. package/dist/types/components/Close.d.ts +3 -0
  13. package/dist/types/components/CreditFilled.d.ts +3 -0
  14. package/dist/types/components/Delete.d.ts +3 -0
  15. package/dist/types/components/Download.d.ts +3 -0
  16. package/dist/types/components/GenerateFilled.d.ts +3 -0
  17. package/dist/types/components/Homepage.d.ts +3 -0
  18. package/dist/types/components/HomepageFilled.d.ts +3 -0
  19. package/dist/types/components/ImageGeneration.d.ts +3 -0
  20. package/dist/types/components/Models.d.ts +3 -0
  21. package/dist/types/components/More.d.ts +3 -0
  22. package/dist/types/components/PlanFilled.d.ts +3 -0
  23. package/dist/types/components/Ratio11.d.ts +3 -0
  24. package/dist/types/components/Ratio169.d.ts +3 -0
  25. package/dist/types/components/Ratio916.d.ts +3 -0
  26. package/dist/types/components/ReEdit.d.ts +3 -0
  27. package/dist/types/components/Regenerate.d.ts +3 -0
  28. package/dist/types/components/SocialDiscord.d.ts +3 -0
  29. package/dist/types/components/SocialX.d.ts +3 -0
  30. package/dist/types/components/SoundOff.d.ts +3 -0
  31. package/dist/types/components/SoundOn.d.ts +3 -0
  32. package/dist/types/components/Tools.d.ts +3 -0
  33. package/dist/types/components/ToolsFilled.d.ts +3 -0
  34. package/dist/types/components/VideoGeneration.d.ts +3 -0
  35. package/dist/types/components/VideoLength.d.ts +3 -0
  36. package/dist/types/components/index.d.ts +38 -0
  37. package/dist/types/index.d.ts +1 -0
  38. package/package.json +58 -0
package/dist/index.js ADDED
@@ -0,0 +1,742 @@
1
+ /*! @lineargame svg icons react v0.0.1 */
2
+
3
+
4
+ // src/components/Add.tsx
5
+ import { jsx } from "react/jsx-runtime";
6
+ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx(
7
+ "svg",
8
+ {
9
+ width: width || size || 24,
10
+ height: height || size || 24,
11
+ fill: fill || color || "none",
12
+ viewBox: "0 0 24 24",
13
+ className,
14
+ children: /* @__PURE__ */ jsx(
15
+ "path",
16
+ {
17
+ fill: stroke || color || "white",
18
+ d: "M13.125 10.875V1.5H10.875V10.875H1.5V13.125H10.875V22.5H13.125V13.125H22.5V10.875H13.125Z"
19
+ }
20
+ )
21
+ }
22
+ ), Add_default = IconAdd;
23
+
24
+ // src/components/AngleDown.tsx
25
+ import { jsx as jsx2 } from "react/jsx-runtime";
26
+ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx2(
27
+ "svg",
28
+ {
29
+ width: width || size || 24,
30
+ height: height || size || 24,
31
+ fill: fill || color || "none",
32
+ viewBox: "0 0 24 24",
33
+ className,
34
+ children: /* @__PURE__ */ jsx2(
35
+ "path",
36
+ {
37
+ fill: stroke || color || "white",
38
+ d: "M12 14.909L3.79553 6.70454L2.20454 8.29554L12 18.091L21.7955 8.29553L20.2045 6.70454L12 14.909Z"
39
+ }
40
+ )
41
+ }
42
+ ), AngleDown_default = IconAngleDown;
43
+
44
+ // src/components/AssetsFilled.tsx
45
+ import { jsx as jsx3, jsxs } from "react/jsx-runtime";
46
+ var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs(
47
+ "svg",
48
+ {
49
+ width: width || size || 24,
50
+ height: height || size || 24,
51
+ fill: fill || color || "none",
52
+ viewBox: "0 0 24 24",
53
+ className,
54
+ children: [
55
+ /* @__PURE__ */ jsx3("path", { fill: fill || color || "black", d: "M19.5 0H4.5V3H19.5V0Z" }),
56
+ /* @__PURE__ */ jsx3("path", { fill: fill || color || "black", d: "M3 6H21V9H3V6Z" }),
57
+ /* @__PURE__ */ jsx3("path", { fill: fill || color || "black", d: "M1.5 12H22.5V22.5H1.5V12Z" })
58
+ ]
59
+ }
60
+ ), AssetsFilled_default = IconAssetsFilled;
61
+
62
+ // src/components/Assets.tsx
63
+ import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
64
+ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs2(
65
+ "svg",
66
+ {
67
+ width: width || size || 24,
68
+ height: height || size || 24,
69
+ fill: fill || color || "none",
70
+ viewBox: "0 0 24 24",
71
+ className,
72
+ children: [
73
+ /* @__PURE__ */ jsx4("path", { fill: stroke || color || "white", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
74
+ /* @__PURE__ */ jsx4("path", { fill: stroke || color || "white", d: "M3 5.25H21V7.5H3V5.25Z" }),
75
+ /* @__PURE__ */ jsx4(
76
+ "path",
77
+ {
78
+ fill: stroke || color || "white",
79
+ d: "M1.5 10.5V22.5H22.5V10.5H1.5ZM20.25 12.75H3.75V20.25H20.25V12.75Z",
80
+ fillRule: "evenodd",
81
+ clipRule: "evenodd"
82
+ }
83
+ )
84
+ ]
85
+ }
86
+ ), Assets_default = IconAssets;
87
+
88
+ // src/components/Backward.tsx
89
+ import { jsx as jsx5 } from "react/jsx-runtime";
90
+ var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx5(
91
+ "svg",
92
+ {
93
+ width: width || size || 24,
94
+ height: height || size || 24,
95
+ fill: fill || color || "none",
96
+ viewBox: "0 0 24 24",
97
+ className,
98
+ children: /* @__PURE__ */ jsx5(
99
+ "path",
100
+ {
101
+ fill: stroke || color || "white",
102
+ d: "M9.09098 12L17.2955 3.79553L15.7045 2.20454L5.909 12L15.7045 21.7955L17.2955 20.2045L9.09098 12Z"
103
+ }
104
+ )
105
+ }
106
+ ), Backward_default = IconBackward;
107
+
108
+ // src/components/Close.tsx
109
+ import { jsx as jsx6 } from "react/jsx-runtime";
110
+ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx6(
111
+ "svg",
112
+ {
113
+ width: width || size || 24,
114
+ height: height || size || 24,
115
+ fill: fill || color || "none",
116
+ viewBox: "0 0 24 24",
117
+ className,
118
+ children: /* @__PURE__ */ jsx6(
119
+ "path",
120
+ {
121
+ fill: stroke || color || "white",
122
+ d: "M10.409 12L3.70454 5.29549L5.29553 3.7045L12 10.409L18.7045 3.7045L20.2955 5.29549L13.591 12L20.2955 18.7045L18.7045 20.2955L12 13.591L5.29553 20.2955L3.70454 18.7045L10.409 12Z"
123
+ }
124
+ )
125
+ }
126
+ ), Close_default = IconClose;
127
+
128
+ // src/components/CreditFilled.tsx
129
+ import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
130
+ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs3(
131
+ "svg",
132
+ {
133
+ width: width || size || 24,
134
+ height: height || size || 24,
135
+ fill: fill || color || "none",
136
+ viewBox: "0 0 24 24",
137
+ className,
138
+ children: [
139
+ /* @__PURE__ */ jsx7("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx7(
140
+ "path",
141
+ {
142
+ fill: fill || color || "black",
143
+ d: "M13.5 1.5L15 2.625L13.9138 7.24138L22.5 1.875L24 3L16.4194 18.8503C15.9764 19.7767 15.3791 20.621 14.653 21.3471L14.4505 21.5495C12.8771 23.1229 10.7062 24 8.48532 24C3.88426 24 0.138523 20.3379 0.00378707 15.7695C-0.000777042 15.6162 -0.00124666 15.4614 0.00256649 15.3073C0.055676 13.1329 0.942267 11.0587 2.48348 9.51655L2.61778 9.38225C3.15341 8.84662 3.74792 8.38783 4.38476 8.01089L13.5 1.5ZM8.25 19.5C10.3211 19.5 12 17.8211 12 15.75C12 13.6789 10.3211 12 8.25 12C6.17893 12 4.5 13.6789 4.5 15.75C4.5 17.8211 6.17893 19.5 8.25 19.5Z",
144
+ fillRule: "evenodd",
145
+ clipRule: "evenodd"
146
+ }
147
+ ) }),
148
+ /* @__PURE__ */ jsx7("defs", { children: /* @__PURE__ */ jsx7("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx7("rect", { width: width || size || 24, height: height || size || 24, fill: stroke || color || "white" }) }) })
149
+ ]
150
+ }
151
+ ), CreditFilled_default = IconCreditFilled;
152
+
153
+ // src/components/Delete.tsx
154
+ import { jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
155
+ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs4(
156
+ "svg",
157
+ {
158
+ width: width || size || 24,
159
+ height: height || size || 24,
160
+ fill: fill || color || "none",
161
+ viewBox: "0 0 24 24",
162
+ className,
163
+ children: [
164
+ /* @__PURE__ */ jsx8("path", { fill: stroke || color || "white", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
165
+ /* @__PURE__ */ jsx8(
166
+ "path",
167
+ {
168
+ fill: stroke || color || "white",
169
+ d: "M6 0H18V4.5H22.5V6.75H19.5V24H4.5V6.75H1.5V4.5H6V0ZM17.25 6.75V21.75H6.75V6.75H17.25ZM8.25 4.5H15.75V2.25H8.25V4.5Z",
170
+ fillRule: "evenodd",
171
+ clipRule: "evenodd"
172
+ }
173
+ )
174
+ ]
175
+ }
176
+ ), Delete_default = IconDelete;
177
+
178
+ // src/components/Download.tsx
179
+ import { jsx as jsx9, jsxs as jsxs5 } from "react/jsx-runtime";
180
+ var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5(
181
+ "svg",
182
+ {
183
+ width: width || size || 24,
184
+ height: height || size || 24,
185
+ fill: fill || color || "none",
186
+ viewBox: "0 0 24 24",
187
+ className,
188
+ children: [
189
+ /* @__PURE__ */ jsx9(
190
+ "path",
191
+ {
192
+ fill: stroke || color || "white",
193
+ d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
194
+ }
195
+ ),
196
+ /* @__PURE__ */ jsx9(
197
+ "path",
198
+ {
199
+ fill: stroke || color || "white",
200
+ d: "M6 10.5L6 8.25L10.875 8.25L10.875 0L13.125 1.96701e-07L13.125 8.25L18 8.25V10.5L12 16.5L6 10.5ZM12 13.318L14.818 10.5L9.18198 10.5L12 13.318Z",
201
+ fillRule: "evenodd",
202
+ clipRule: "evenodd"
203
+ }
204
+ )
205
+ ]
206
+ }
207
+ ), Download_default = IconDownload;
208
+
209
+ // src/components/GenerateFilled.tsx
210
+ import { jsx as jsx10 } from "react/jsx-runtime";
211
+ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10(
212
+ "svg",
213
+ {
214
+ width: width || size || 24,
215
+ height: height || size || 24,
216
+ fill: fill || color || "none",
217
+ viewBox: "0 0 24 24",
218
+ className,
219
+ children: /* @__PURE__ */ jsx10(
220
+ "path",
221
+ {
222
+ fill: fill || color || "black",
223
+ d: "M7.63636 7.63636L0 10.9091V13.0909L7.63636 16.3636L10.9091 24H13.0909L16.3636 16.3636L24 13.0909V10.9091L16.3636 7.63636L13.0909 0H10.9091L7.63636 7.63636Z",
224
+ fillRule: "evenodd",
225
+ clipRule: "evenodd"
226
+ }
227
+ )
228
+ }
229
+ ), GenerateFilled_default = IconGenerateFilled;
230
+
231
+ // src/components/HomepageFilled.tsx
232
+ import { jsx as jsx11 } from "react/jsx-runtime";
233
+ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11(
234
+ "svg",
235
+ {
236
+ width: width || size || 24,
237
+ height: height || size || 24,
238
+ fill: fill || color || "none",
239
+ viewBox: "0 0 24 24",
240
+ className,
241
+ children: /* @__PURE__ */ jsx11(
242
+ "path",
243
+ {
244
+ fill: fill || color || "black",
245
+ d: "M4.5 1.5V6L7 8.5L6.3 12H3V9H0V22.5H9V18C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18V22.5H24V9H21V12H17.7L17 8.5L19.5 6V1.5H16.5V4.5H13.5V1.5H10.5V4.5H7.5V1.5H4.5Z"
246
+ }
247
+ )
248
+ }
249
+ ), HomepageFilled_default = IconHomepageFilled;
250
+
251
+ // src/components/Homepage.tsx
252
+ import { jsx as jsx12 } from "react/jsx-runtime";
253
+ var IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx12(
254
+ "svg",
255
+ {
256
+ width: width || size || 24,
257
+ height: height || size || 24,
258
+ fill: fill || color || "none",
259
+ viewBox: "0 0 24 24",
260
+ className,
261
+ children: /* @__PURE__ */ jsx12(
262
+ "path",
263
+ {
264
+ fill: stroke || color || "white",
265
+ d: "M6.75 3.75V1.5H4.5V6.75L6.875 9.125L6.45 11.25H2.25V9H0V22.5H10.5V18.75C10.5 17.9216 11.1716 17.25 12 17.25C12.8284 17.25 13.5 17.9216 13.5 18.75V22.5H24V9H21.75V11.25H17.55L17.125 9.125L19.5 6.75V1.5H17.25V3.75H13.125V1.5H10.875V3.75H6.75ZM21.75 13.5V20.25H15.75V18.75C15.75 16.6789 14.0711 15 12 15C9.92893 15 8.25 16.6789 8.25 18.75V20.25H2.25V13.5H8.29456L9.31746 8.38548L6.93198 6H17.068L14.6825 8.38548L15.7054 13.5H21.75Z",
266
+ fillRule: "evenodd",
267
+ clipRule: "evenodd"
268
+ }
269
+ )
270
+ }
271
+ ), Homepage_default = IconHomepage;
272
+
273
+ // src/components/ImageGeneration.tsx
274
+ import { jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
275
+ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6(
276
+ "svg",
277
+ {
278
+ width: width || size || 24,
279
+ height: height || size || 24,
280
+ fill: fill || color || "none",
281
+ viewBox: "0 0 24 24",
282
+ className,
283
+ children: [
284
+ /* @__PURE__ */ jsx13(
285
+ "path",
286
+ {
287
+ fill: stroke || color || "white",
288
+ d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75ZM8.625 6C9.66053 6 10.5 6.83947 10.5 7.875C10.5 8.91053 9.66053 9.75 8.625 9.75C7.58947 9.75 6.75 8.91053 6.75 7.875C6.75 6.83947 7.58947 6 8.625 6Z"
289
+ }
290
+ ),
291
+ /* @__PURE__ */ jsx13(
292
+ "path",
293
+ {
294
+ fill: stroke || color || "white",
295
+ d: "M14 4.28571L17.5714 3.57143L18.2857 0H19.7143L20.4286 3.57143L24 4.28571V5.71429L20.4286 6.42857L19.7143 10H18.2857L17.5714 6.42857L14 5.71429V4.28571Z"
296
+ }
297
+ )
298
+ ]
299
+ }
300
+ ), ImageGeneration_default = IconImageGeneration;
301
+
302
+ // src/components/Models.tsx
303
+ import { jsx as jsx14 } from "react/jsx-runtime";
304
+ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14(
305
+ "svg",
306
+ {
307
+ width: width || size || 24,
308
+ height: height || size || 24,
309
+ fill: fill || color || "none",
310
+ viewBox: "0 0 24 24",
311
+ className,
312
+ children: /* @__PURE__ */ jsx14(
313
+ "path",
314
+ {
315
+ fill: stroke || color || "white",
316
+ d: "M1.5 6L12 0L22.5 6V18L12 24L1.5 18V6ZM3.75 8.58143V16.6943L10.875 20.7657V12.6529L3.75 8.58143ZM13.125 20.7657L20.25 16.6943V8.58143L13.125 12.6529V20.7657ZM19.0987 6.64786L12 2.59144L4.90126 6.64786L12 10.7043L19.0987 6.64786Z",
317
+ fillRule: "evenodd",
318
+ clipRule: "evenodd"
319
+ }
320
+ )
321
+ }
322
+ ), Models_default = IconModels;
323
+
324
+ // src/components/More.tsx
325
+ import { jsx as jsx15, jsxs as jsxs7 } from "react/jsx-runtime";
326
+ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7(
327
+ "svg",
328
+ {
329
+ width: width || size || 24,
330
+ height: height || size || 24,
331
+ fill: fill || color || "none",
332
+ viewBox: "0 0 24 24",
333
+ className,
334
+ children: [
335
+ /* @__PURE__ */ jsx15(
336
+ "path",
337
+ {
338
+ fill: stroke || color || "white",
339
+ 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"
340
+ }
341
+ ),
342
+ /* @__PURE__ */ jsx15(
343
+ "path",
344
+ {
345
+ fill: stroke || color || "white",
346
+ 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"
347
+ }
348
+ ),
349
+ /* @__PURE__ */ jsx15(
350
+ "path",
351
+ {
352
+ fill: stroke || color || "white",
353
+ d: "M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z"
354
+ }
355
+ )
356
+ ]
357
+ }
358
+ ), More_default = IconMore;
359
+
360
+ // src/components/PlanFilled.tsx
361
+ import { jsx as jsx16, jsxs as jsxs8 } from "react/jsx-runtime";
362
+ var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8(
363
+ "svg",
364
+ {
365
+ width: width || size || 24,
366
+ height: height || size || 24,
367
+ fill: fill || color || "none",
368
+ viewBox: "0 0 24 24",
369
+ className,
370
+ children: [
371
+ /* @__PURE__ */ jsx16("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx16("path", { fill: fill || color || "black", d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z" }) }),
372
+ /* @__PURE__ */ jsx16("defs", { children: /* @__PURE__ */ jsx16("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx16("rect", { width: width || size || 24, height: height || size || 24, fill: stroke || color || "white" }) }) })
373
+ ]
374
+ }
375
+ ), PlanFilled_default = IconPlanFilled;
376
+
377
+ // src/components/Ratio169.tsx
378
+ import { jsx as jsx17 } from "react/jsx-runtime";
379
+ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx17(
380
+ "svg",
381
+ {
382
+ width: width || size || 24,
383
+ height: height || size || 24,
384
+ fill: fill || color || "none",
385
+ viewBox: "0 0 24 24",
386
+ className,
387
+ children: /* @__PURE__ */ jsx17(
388
+ "path",
389
+ {
390
+ fill: stroke || color || "white",
391
+ d: "M24 5.14285V18.8571H0V5.14285H24ZM2.40039 16.5057H21.5996V7.49426H2.40039V16.5057Z"
392
+ }
393
+ )
394
+ }
395
+ ), Ratio169_default = IconRatio169;
396
+
397
+ // src/components/Ratio11.tsx
398
+ import { jsx as jsx18, jsxs as jsxs9 } from "react/jsx-runtime";
399
+ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9(
400
+ "svg",
401
+ {
402
+ width: width || size || 24,
403
+ height: height || size || 24,
404
+ fill: fill || color || "none",
405
+ viewBox: "0 0 24 24",
406
+ className,
407
+ children: [
408
+ /* @__PURE__ */ jsx18("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx18(
409
+ "path",
410
+ {
411
+ fill: stroke || color || "white",
412
+ d: "M24 24L2.76562e-06 24L3.8147e-06 0L24 1.04907e-06L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
413
+ }
414
+ ) }),
415
+ /* @__PURE__ */ jsx18("defs", { children: /* @__PURE__ */ jsx18("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx18(
416
+ "rect",
417
+ {
418
+ width: width || size || 24,
419
+ height: height || size || 24,
420
+ fill: stroke || color || "white",
421
+ transform: "translate(24 1.04907e-06) rotate(90)"
422
+ }
423
+ ) }) })
424
+ ]
425
+ }
426
+ ), Ratio11_default = IconRatio11;
427
+
428
+ // src/components/Ratio916.tsx
429
+ import { jsx as jsx19, jsxs as jsxs10 } from "react/jsx-runtime";
430
+ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10(
431
+ "svg",
432
+ {
433
+ width: width || size || 24,
434
+ height: height || size || 24,
435
+ fill: fill || color || "none",
436
+ viewBox: "0 0 24 24",
437
+ className,
438
+ children: [
439
+ /* @__PURE__ */ jsx19("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx19(
440
+ "path",
441
+ {
442
+ fill: stroke || color || "white",
443
+ d: "M18.8571 24L5.14286 24L5.14286 4.49603e-07L18.8571 1.04907e-06L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
444
+ }
445
+ ) }),
446
+ /* @__PURE__ */ jsx19("defs", { children: /* @__PURE__ */ jsx19("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx19(
447
+ "rect",
448
+ {
449
+ width: width || size || 24,
450
+ height: height || size || 24,
451
+ fill: stroke || color || "white",
452
+ transform: "translate(24 1.04907e-06) rotate(90)"
453
+ }
454
+ ) }) })
455
+ ]
456
+ }
457
+ ), Ratio916_default = IconRatio916;
458
+
459
+ // src/components/ReEdit.tsx
460
+ import { jsx as jsx20 } from "react/jsx-runtime";
461
+ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20(
462
+ "svg",
463
+ {
464
+ width: width || size || 24,
465
+ height: height || size || 24,
466
+ fill: fill || color || "none",
467
+ viewBox: "0 0 24 24",
468
+ className,
469
+ children: /* @__PURE__ */ jsx20(
470
+ "path",
471
+ {
472
+ fill: stroke || color || "white",
473
+ d: "M1.5 0V8.25H19.5V5.25H21.75V9.58393L10.875 11.8339V15H8.25V24H15.75V15H13.125V13.6661L24 11.4161V3H19.5V0H1.5ZM17.25 2.25H3.75V6H17.25V2.25ZM10.5 17.25H13.5V21.75H10.5V17.25Z",
474
+ fillRule: "evenodd",
475
+ clipRule: "evenodd"
476
+ }
477
+ )
478
+ }
479
+ ), ReEdit_default = IconReEdit;
480
+
481
+ // src/components/Regenerate.tsx
482
+ import { jsx as jsx21 } from "react/jsx-runtime";
483
+ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21(
484
+ "svg",
485
+ {
486
+ width: width || size || 24,
487
+ height: height || size || 24,
488
+ fill: fill || color || "none",
489
+ viewBox: "0 0 24 24",
490
+ className,
491
+ children: /* @__PURE__ */ jsx21(
492
+ "path",
493
+ {
494
+ fill: stroke || color || "white",
495
+ d: "M13.5 9L15 10.5H24V1.5L22.5 0L18.7955 3.7045L17.6831 2.59214C16.0234 0.932422 13.7723 0 11.4252 0C5.11521 0 0 5.11522 0 11.4252V12C0 18.6274 5.37258 24 12 24C15.0693 24 18.1424 22.8282 20.4853 20.4853L18.8943 18.8943C16.9903 20.7983 14.497 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12V11.4252C2.25 6.35786 6.35786 2.25 11.4252 2.25C13.1756 2.25 14.8544 2.94537 16.0921 4.18313L17.2045 5.2955L13.5 9ZM21.75 3.93198V8.25H17.432L21.75 3.93198Z",
496
+ fillRule: "evenodd",
497
+ clipRule: "evenodd"
498
+ }
499
+ )
500
+ }
501
+ ), Regenerate_default = IconRegenerate;
502
+
503
+ // src/components/SocialX.tsx
504
+ import { jsx as jsx22 } from "react/jsx-runtime";
505
+ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22(
506
+ "svg",
507
+ {
508
+ width: width || size || 24,
509
+ height: height || size || 24,
510
+ fill: fill || color || "none",
511
+ viewBox: "0 0 24 24",
512
+ className,
513
+ children: /* @__PURE__ */ jsx22(
514
+ "path",
515
+ {
516
+ fill: fill || color || "black",
517
+ d: "M18.3263 1.9039H21.6998L14.3297 10.3274L23 21.7899H16.2112L10.894 14.8379L4.80995 21.7899H1.43443L9.31743 12.78L1 1.9039H7.96111L12.7674 8.25823L18.3263 1.9039ZM17.1423 19.7707H19.0116L6.94539 3.81703H4.93946L17.1423 19.7707Z"
518
+ }
519
+ )
520
+ }
521
+ ), SocialX_default = IconSocialX;
522
+
523
+ // src/components/SocialDiscord.tsx
524
+ import { jsx as jsx23 } from "react/jsx-runtime";
525
+ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx23(
526
+ "svg",
527
+ {
528
+ width: width || size || 24,
529
+ height: height || size || 24,
530
+ fill: fill || color || "none",
531
+ viewBox: "0 0 24 24",
532
+ className,
533
+ children: /* @__PURE__ */ jsx23(
534
+ "path",
535
+ {
536
+ fill: fill || color || "black",
537
+ d: "M20.317 4.1556C18.7873 3.45372 17.147 2.93661 15.4319 2.64043C15.4007 2.63472 15.3695 2.649 15.3534 2.67757C15.1424 3.05279 14.9087 3.54229 14.7451 3.92703C12.9004 3.65086 11.0652 3.65086 9.25832 3.92703C9.09465 3.53373 8.85248 3.05279 8.64057 2.67757C8.62448 2.64996 8.59328 2.63567 8.56205 2.64043C6.84791 2.93566 5.20756 3.45278 3.67693 4.1556C3.66368 4.16132 3.65233 4.17085 3.64479 4.18322C0.533392 8.83158 -0.31895 13.3657 0.0991801 17.8436C0.101072 17.8655 0.11337 17.8864 0.130398 17.8998C2.18321 19.4073 4.17171 20.3225 6.12328 20.9291C6.15451 20.9387 6.18761 20.9272 6.20748 20.9015C6.66913 20.2711 7.08064 19.6064 7.43348 18.9073C7.4543 18.8664 7.43442 18.8178 7.39186 18.8016C6.73913 18.554 6.1176 18.2521 5.51973 17.9093C5.47244 17.8817 5.46865 17.814 5.51216 17.7817C5.63797 17.6874 5.76382 17.5893 5.88396 17.4902C5.90569 17.4722 5.93598 17.4683 5.96153 17.4798C9.88928 19.273 14.1415 19.273 18.023 17.4798C18.0485 17.4674 18.0788 17.4712 18.1015 17.4893C18.2216 17.5883 18.3475 17.6874 18.4742 17.7817C18.5177 17.814 18.5149 17.8817 18.4676 17.9093C17.8697 18.2588 17.2482 18.554 16.5945 18.8007C16.552 18.8169 16.533 18.8664 16.5538 18.9073C16.9143 19.6054 17.3258 20.2701 17.7789 20.9006C17.7978 20.9272 17.8319 20.9387 17.8631 20.9291C19.8241 20.3225 21.8126 19.4073 23.8654 17.8998C23.8834 17.8864 23.8948 17.8664 23.8967 17.8445C24.3971 12.6676 23.0585 8.17067 20.3482 4.18417C20.3416 4.17085 20.3303 4.16132 20.317 4.1556ZM8.02002 15.117C6.8375 15.117 5.86313 14.0314 5.86313 12.6981C5.86313 11.3648 6.8186 10.2792 8.02002 10.2792C9.23087 10.2792 10.1958 11.3743 10.1769 12.6981C10.1769 14.0314 9.22141 15.117 8.02002 15.117ZM15.9947 15.117C14.8123 15.117 13.8379 14.0314 13.8379 12.6981C13.8379 11.3648 14.7933 10.2792 15.9947 10.2792C17.2056 10.2792 18.1705 11.3743 18.1516 12.6981C18.1516 14.0314 17.2056 15.117 15.9947 15.117Z"
538
+ }
539
+ )
540
+ }
541
+ ), SocialDiscord_default = IconSocialDiscord;
542
+
543
+ // src/components/SoundOff.tsx
544
+ import { jsx as jsx24, jsxs as jsxs11 } from "react/jsx-runtime";
545
+ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11(
546
+ "svg",
547
+ {
548
+ width: width || size || 24,
549
+ height: height || size || 24,
550
+ fill: fill || color || "none",
551
+ viewBox: "0 0 24 24",
552
+ className,
553
+ children: [
554
+ /* @__PURE__ */ jsx24(
555
+ "path",
556
+ {
557
+ fill: stroke || color || "white",
558
+ d: "M0.75 0H3.75L23.25 24H20.25L12 13.8462V22.5H9L3 16.5H0V7.5H3L5.12069 5.37931L0.75 0ZM6.54709 7.13489L3.93198 9.75H2.25V14.25H3.93198L9.75 20.068V11.0769L6.54709 7.13489Z",
559
+ fillRule: "evenodd",
560
+ clipRule: "evenodd"
561
+ }
562
+ ),
563
+ /* @__PURE__ */ jsx24(
564
+ "path",
565
+ {
566
+ fill: stroke || color || "white",
567
+ d: "M20.5212 15.8841L21.981 17.6807C23.2432 16.1315 24 14.1541 24 12C24 7.02944 19.9706 3 15 3V5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 13.4459 21.2954 14.7857 20.5212 15.8841Z"
568
+ }
569
+ )
570
+ ]
571
+ }
572
+ ), SoundOff_default = IconSoundOff;
573
+
574
+ // src/components/SoundOn.tsx
575
+ import { jsx as jsx25, jsxs as jsxs12 } from "react/jsx-runtime";
576
+ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12(
577
+ "svg",
578
+ {
579
+ width: width || size || 24,
580
+ height: height || size || 24,
581
+ fill: fill || color || "none",
582
+ viewBox: "0 0 24 24",
583
+ className,
584
+ children: [
585
+ /* @__PURE__ */ jsx25(
586
+ "path",
587
+ {
588
+ fill: stroke || color || "white",
589
+ d: "M9 22.5L3 16.5H0V7.5H3L9 1.5H12V22.5H9ZM2.25 14.25V9.75H3.93198L9.75 3.93198V20.068L3.93198 14.25H2.25Z",
590
+ fillRule: "evenodd",
591
+ clipRule: "evenodd"
592
+ }
593
+ ),
594
+ /* @__PURE__ */ jsx25(
595
+ "path",
596
+ {
597
+ fill: stroke || color || "white",
598
+ 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"
599
+ }
600
+ ),
601
+ /* @__PURE__ */ jsx25(
602
+ "path",
603
+ {
604
+ fill: stroke || color || "white",
605
+ d: "M15 10.5C15.8284 10.5 16.5 11.1716 16.5 12C16.5 12.8284 15.8284 13.5 15 13.5V15.75C17.0711 15.75 18.75 14.0711 18.75 12C18.75 9.92893 17.0711 8.25 15 8.25V10.5Z"
606
+ }
607
+ )
608
+ ]
609
+ }
610
+ ), SoundOn_default = IconSoundOn;
611
+
612
+ // src/components/ToolsFilled.tsx
613
+ import { jsx as jsx26, jsxs as jsxs13 } from "react/jsx-runtime";
614
+ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13(
615
+ "svg",
616
+ {
617
+ width: width || size || 24,
618
+ height: height || size || 24,
619
+ fill: fill || color || "none",
620
+ viewBox: "0 0 24 24",
621
+ className,
622
+ children: [
623
+ /* @__PURE__ */ jsx26("path", { fill: fill || color || "black", d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z" }),
624
+ /* @__PURE__ */ jsx26("path", { fill: fill || color || "black", d: "M0 19.4999L7.62868 11.8713L12.1287 16.3713L4.5 23.9999L0 19.4999Z" })
625
+ ]
626
+ }
627
+ ), ToolsFilled_default = IconToolsFilled;
628
+
629
+ // src/components/Tools.tsx
630
+ import { jsx as jsx27 } from "react/jsx-runtime";
631
+ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27(
632
+ "svg",
633
+ {
634
+ width: width || size || 24,
635
+ height: height || size || 24,
636
+ fill: fill || color || "none",
637
+ viewBox: "0 0 24 24",
638
+ className,
639
+ children: /* @__PURE__ */ jsx27(
640
+ "path",
641
+ {
642
+ stroke: stroke || color || "white",
643
+ d: "M16.0957 2.15625L21.8438 7.9043L23.1416 11.7979L19.2979 15.6416L15.4043 14.3438L14.625 13.5645L5.25 22.9395L1.06055 18.75L10.4355 9.375L9.65625 8.5957L8.3584 4.70215L12.2021 0.858398L16.0957 2.15625ZM2.12109 18.75L5.25 21.8789L14.0947 13.0342L10.9658 9.90527L2.12109 18.75ZM9.21582 4.90527L9.3623 5.34473L10.2549 8.02148L10.3115 8.18945L15.8105 13.6885L15.9785 13.7451L18.6553 14.6377L19.0947 14.7842L22.2842 11.5947L22.1377 11.1553L21.2451 8.47852L21.1885 8.31055L15.6895 2.81152L15.5215 2.75488L12.8447 1.8623L12.4053 1.71582L9.21582 4.90527Z",
644
+ strokeWidth: "1.5"
645
+ }
646
+ )
647
+ }
648
+ ), Tools_default = IconTools;
649
+
650
+ // src/components/VideoGeneration.tsx
651
+ import { jsx as jsx28, jsxs as jsxs14 } from "react/jsx-runtime";
652
+ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14(
653
+ "svg",
654
+ {
655
+ width: width || size || 24,
656
+ height: height || size || 24,
657
+ fill: fill || color || "none",
658
+ viewBox: "0 0 24 24",
659
+ className,
660
+ children: [
661
+ /* @__PURE__ */ jsx28(
662
+ "path",
663
+ {
664
+ fill: stroke || color || "white",
665
+ d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25ZM12 6.75V9.93164L11.25 9.18164V14.8184L14.0684 12H17.25L11.25 18H9V6H11.25L12 6.75Z"
666
+ }
667
+ ),
668
+ /* @__PURE__ */ jsx28(
669
+ "path",
670
+ {
671
+ fill: stroke || color || "white",
672
+ d: "M13.5 4.5L17.25 3.75L18 0H19.5L20.25 3.75L24 4.5V6L20.25 6.75L19.5 10.5H18L17.25 6.75L13.5 6V4.5Z"
673
+ }
674
+ ),
675
+ /* @__PURE__ */ jsx28(
676
+ "path",
677
+ {
678
+ fill: stroke || color || "white",
679
+ d: "M9 18H11.25L17.25 12L11.25 6H9V18ZM11.25 9.18198L14.068 12L11.25 14.818V9.18198Z",
680
+ fillRule: "evenodd",
681
+ clipRule: "evenodd"
682
+ }
683
+ )
684
+ ]
685
+ }
686
+ ), VideoGeneration_default = IconVideoGeneration;
687
+
688
+ // src/components/VideoLength.tsx
689
+ import { jsx as jsx29, jsxs as jsxs15 } from "react/jsx-runtime";
690
+ var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15(
691
+ "svg",
692
+ {
693
+ width: width || size || 24,
694
+ height: height || size || 24,
695
+ fill: fill || color || "none",
696
+ viewBox: "0 0 24 24",
697
+ className,
698
+ children: [
699
+ /* @__PURE__ */ jsx29("path", { fill: stroke || color || "white", d: "M10.875 9V15H13.125V9H10.875Z" }),
700
+ /* @__PURE__ */ jsx29(
701
+ "path",
702
+ {
703
+ fill: stroke || color || "white",
704
+ d: "M7.5 2.25H10.875V4.5642C6.02013 5.12198 2.25 9.24571 2.25 14.25C2.25 19.6348 6.61522 24 12 24C17.3848 24 21.75 19.6348 21.75 14.25C21.75 11.963 20.9626 9.85985 19.644 8.19698L21.7955 6.0455L20.2045 4.4545L18.053 6.60599C16.6668 5.5068 14.9746 4.77671 13.125 4.5642V2.25H16.5V0H7.5V2.25ZM19.5 14.25C19.5 18.3921 16.1421 21.75 12 21.75C7.85786 21.75 4.5 18.3921 4.5 14.25C4.5 10.1079 7.85786 6.75 12 6.75C16.1421 6.75 19.5 10.1079 19.5 14.25Z",
705
+ fillRule: "evenodd",
706
+ clipRule: "evenodd"
707
+ }
708
+ )
709
+ ]
710
+ }
711
+ ), VideoLength_default = IconVideoLength;
712
+ export {
713
+ Add_default as IconAdd,
714
+ AngleDown_default as IconAngleDown,
715
+ Assets_default as IconAssets,
716
+ AssetsFilled_default as IconAssetsFilled,
717
+ Backward_default as IconBackward,
718
+ Close_default as IconClose,
719
+ CreditFilled_default as IconCreditFilled,
720
+ Delete_default as IconDelete,
721
+ Download_default as IconDownload,
722
+ GenerateFilled_default as IconGenerateFilled,
723
+ Homepage_default as IconHomepage,
724
+ HomepageFilled_default as IconHomepageFilled,
725
+ ImageGeneration_default as IconImageGeneration,
726
+ Models_default as IconModels,
727
+ More_default as IconMore,
728
+ PlanFilled_default as IconPlanFilled,
729
+ Ratio11_default as IconRatio11,
730
+ Ratio169_default as IconRatio169,
731
+ Ratio916_default as IconRatio916,
732
+ ReEdit_default as IconReEdit,
733
+ Regenerate_default as IconRegenerate,
734
+ SocialDiscord_default as IconSocialDiscord,
735
+ SocialX_default as IconSocialX,
736
+ SoundOff_default as IconSoundOff,
737
+ SoundOn_default as IconSoundOn,
738
+ Tools_default as IconTools,
739
+ ToolsFilled_default as IconToolsFilled,
740
+ VideoGeneration_default as IconVideoGeneration,
741
+ VideoLength_default as IconVideoLength
742
+ };