@ashmit72/mage-icons-react 0.1.1 → 0.3.0

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.mjs CHANGED
@@ -18,8 +18,8 @@ var Icon = forwardRef(
18
18
  width: size,
19
19
  height: size,
20
20
  viewBox: "0 0 24 24",
21
- fill: "none",
22
- stroke: color,
21
+ fill: "currentColor",
22
+ stroke: "currentColor",
23
23
  strokeWidth,
24
24
  strokeLinecap: "round",
25
25
  strokeLinejoin: "round",
@@ -31,8 +31,468 @@ var Icon = forwardRef(
31
31
  }
32
32
  );
33
33
  Icon.displayName = "Icon";
34
- var VerifiedFilled = forwardRef(
35
- ({ size = 24, color = "currentColor", ...props }, ref) => /* @__PURE__ */ jsx(
34
+ var ArrowBigUpFilled = forwardRef(
35
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
36
+ "svg",
37
+ {
38
+ ref,
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: size,
41
+ height: size,
42
+ viewBox: "0 0 24 24",
43
+ fill: "none",
44
+ stroke: color,
45
+ strokeWidth,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ ...props,
49
+ children: /* @__PURE__ */ jsx("path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" })
50
+ }
51
+ )
52
+ );
53
+ ArrowBigUpFilled.displayName = "ArrowBigUpFilled";
54
+ var ArrowBigUp = forwardRef(
55
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
56
+ "svg",
57
+ {
58
+ ref,
59
+ xmlns: "http://www.w3.org/2000/svg",
60
+ width: size,
61
+ height: size,
62
+ viewBox: "0 0 24 24",
63
+ fill: "none",
64
+ stroke: color,
65
+ strokeWidth,
66
+ strokeLinecap: "round",
67
+ strokeLinejoin: "round",
68
+ ...props,
69
+ children: /* @__PURE__ */ jsx("path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" })
70
+ }
71
+ )
72
+ );
73
+ ArrowBigUp.displayName = "ArrowBigUp";
74
+ var ArrowBigUp1Filled = forwardRef(
75
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
76
+ "svg",
77
+ {
78
+ ref,
79
+ xmlns: "http://www.w3.org/2000/svg",
80
+ width: size,
81
+ height: size,
82
+ viewBox: "0 0 24 24",
83
+ fill: "none",
84
+ stroke: color,
85
+ strokeWidth,
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round",
88
+ ...props,
89
+ children: /* @__PURE__ */ jsx("path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" })
90
+ }
91
+ )
92
+ );
93
+ ArrowBigUp1Filled.displayName = "ArrowBigUp1Filled";
94
+ var ArrowBigUp1 = forwardRef(
95
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
96
+ "svg",
97
+ {
98
+ ref,
99
+ xmlns: "http://www.w3.org/2000/svg",
100
+ width: size,
101
+ height: size,
102
+ viewBox: "0 0 24 24",
103
+ fill: "none",
104
+ stroke: color,
105
+ strokeWidth,
106
+ strokeLinecap: "round",
107
+ strokeLinejoin: "round",
108
+ ...props,
109
+ children: /* @__PURE__ */ jsx("path", { d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" })
110
+ }
111
+ )
112
+ );
113
+ ArrowBigUp1.displayName = "ArrowBigUp1";
114
+ var ArrowLeftFilled = forwardRef(
115
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
116
+ "svg",
117
+ {
118
+ ref,
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ width: size,
121
+ height: size,
122
+ viewBox: "0 0 24 24",
123
+ fill: "none",
124
+ stroke: color,
125
+ strokeWidth,
126
+ strokeLinecap: "round",
127
+ strokeLinejoin: "round",
128
+ ...props,
129
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
130
+ }
131
+ )
132
+ );
133
+ ArrowLeftFilled.displayName = "ArrowLeftFilled";
134
+ var ArrowLeft = forwardRef(
135
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
136
+ "svg",
137
+ {
138
+ ref,
139
+ xmlns: "http://www.w3.org/2000/svg",
140
+ width: size,
141
+ height: size,
142
+ viewBox: "0 0 24 24",
143
+ fill: "none",
144
+ stroke: color,
145
+ strokeWidth,
146
+ strokeLinecap: "round",
147
+ strokeLinejoin: "round",
148
+ ...props,
149
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
150
+ }
151
+ )
152
+ );
153
+ ArrowLeft.displayName = "ArrowLeft";
154
+ var ArrowLeft1Filled = forwardRef(
155
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
156
+ "svg",
157
+ {
158
+ ref,
159
+ xmlns: "http://www.w3.org/2000/svg",
160
+ width: size,
161
+ height: size,
162
+ viewBox: "0 0 24 24",
163
+ fill: "none",
164
+ stroke: color,
165
+ strokeWidth,
166
+ strokeLinecap: "round",
167
+ strokeLinejoin: "round",
168
+ ...props,
169
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
170
+ }
171
+ )
172
+ );
173
+ ArrowLeft1Filled.displayName = "ArrowLeft1Filled";
174
+ var ArrowLeft1 = forwardRef(
175
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
176
+ "svg",
177
+ {
178
+ ref,
179
+ xmlns: "http://www.w3.org/2000/svg",
180
+ width: size,
181
+ height: size,
182
+ viewBox: "0 0 24 24",
183
+ fill: "none",
184
+ stroke: color,
185
+ strokeWidth,
186
+ strokeLinecap: "round",
187
+ strokeLinejoin: "round",
188
+ ...props,
189
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
190
+ }
191
+ )
192
+ );
193
+ ArrowLeft1.displayName = "ArrowLeft1";
194
+ var ArrowLeft2Filled = forwardRef(
195
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
196
+ "svg",
197
+ {
198
+ ref,
199
+ xmlns: "http://www.w3.org/2000/svg",
200
+ width: size,
201
+ height: size,
202
+ viewBox: "0 0 24 24",
203
+ fill: "none",
204
+ stroke: color,
205
+ strokeWidth,
206
+ strokeLinecap: "round",
207
+ strokeLinejoin: "round",
208
+ ...props,
209
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
210
+ }
211
+ )
212
+ );
213
+ ArrowLeft2Filled.displayName = "ArrowLeft2Filled";
214
+ var ArrowLeft2 = forwardRef(
215
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
216
+ "svg",
217
+ {
218
+ ref,
219
+ xmlns: "http://www.w3.org/2000/svg",
220
+ width: size,
221
+ height: size,
222
+ viewBox: "0 0 24 24",
223
+ fill: "none",
224
+ stroke: color,
225
+ strokeWidth,
226
+ strokeLinecap: "round",
227
+ strokeLinejoin: "round",
228
+ ...props,
229
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
230
+ }
231
+ )
232
+ );
233
+ ArrowLeft2.displayName = "ArrowLeft2";
234
+ var ArrowLeft3Filled = forwardRef(
235
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
236
+ "svg",
237
+ {
238
+ ref,
239
+ xmlns: "http://www.w3.org/2000/svg",
240
+ width: size,
241
+ height: size,
242
+ viewBox: "0 0 24 24",
243
+ fill: "none",
244
+ stroke: color,
245
+ strokeWidth,
246
+ strokeLinecap: "round",
247
+ strokeLinejoin: "round",
248
+ ...props,
249
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
250
+ }
251
+ )
252
+ );
253
+ ArrowLeft3Filled.displayName = "ArrowLeft3Filled";
254
+ var ArrowLeft3 = forwardRef(
255
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
256
+ "svg",
257
+ {
258
+ ref,
259
+ xmlns: "http://www.w3.org/2000/svg",
260
+ width: size,
261
+ height: size,
262
+ viewBox: "0 0 24 24",
263
+ fill: "none",
264
+ stroke: color,
265
+ strokeWidth,
266
+ strokeLinecap: "round",
267
+ strokeLinejoin: "round",
268
+ ...props,
269
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
270
+ }
271
+ )
272
+ );
273
+ ArrowLeft3.displayName = "ArrowLeft3";
274
+ var ArrowLeft4Filled = forwardRef(
275
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
276
+ "svg",
277
+ {
278
+ ref,
279
+ xmlns: "http://www.w3.org/2000/svg",
280
+ width: size,
281
+ height: size,
282
+ viewBox: "0 0 24 24",
283
+ fill: "none",
284
+ stroke: color,
285
+ strokeWidth,
286
+ strokeLinecap: "round",
287
+ strokeLinejoin: "round",
288
+ ...props,
289
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
290
+ }
291
+ )
292
+ );
293
+ ArrowLeft4Filled.displayName = "ArrowLeft4Filled";
294
+ var ArrowLeft4 = forwardRef(
295
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
296
+ "svg",
297
+ {
298
+ ref,
299
+ xmlns: "http://www.w3.org/2000/svg",
300
+ width: size,
301
+ height: size,
302
+ viewBox: "0 0 24 24",
303
+ fill: "none",
304
+ stroke: color,
305
+ strokeWidth,
306
+ strokeLinecap: "round",
307
+ strokeLinejoin: "round",
308
+ ...props,
309
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
310
+ }
311
+ )
312
+ );
313
+ ArrowLeft4.displayName = "ArrowLeft4";
314
+ var ArrowLeft5Filled = forwardRef(
315
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
316
+ "svg",
317
+ {
318
+ ref,
319
+ xmlns: "http://www.w3.org/2000/svg",
320
+ width: size,
321
+ height: size,
322
+ viewBox: "0 0 24 24",
323
+ fill: "none",
324
+ stroke: color,
325
+ strokeWidth,
326
+ strokeLinecap: "round",
327
+ strokeLinejoin: "round",
328
+ ...props,
329
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
330
+ }
331
+ )
332
+ );
333
+ ArrowLeft5Filled.displayName = "ArrowLeft5Filled";
334
+ var ArrowLeft5 = forwardRef(
335
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
336
+ "svg",
337
+ {
338
+ ref,
339
+ xmlns: "http://www.w3.org/2000/svg",
340
+ width: size,
341
+ height: size,
342
+ viewBox: "0 0 24 24",
343
+ fill: "none",
344
+ stroke: color,
345
+ strokeWidth,
346
+ strokeLinecap: "round",
347
+ strokeLinejoin: "round",
348
+ ...props,
349
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
350
+ }
351
+ )
352
+ );
353
+ ArrowLeft5.displayName = "ArrowLeft5";
354
+ var ArrowLeft6Filled = forwardRef(
355
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
356
+ "svg",
357
+ {
358
+ ref,
359
+ xmlns: "http://www.w3.org/2000/svg",
360
+ width: size,
361
+ height: size,
362
+ viewBox: "0 0 24 24",
363
+ fill: "none",
364
+ stroke: color,
365
+ strokeWidth,
366
+ strokeLinecap: "round",
367
+ strokeLinejoin: "round",
368
+ ...props,
369
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
370
+ }
371
+ )
372
+ );
373
+ ArrowLeft6Filled.displayName = "ArrowLeft6Filled";
374
+ var ArrowLeft6 = forwardRef(
375
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
376
+ "svg",
377
+ {
378
+ ref,
379
+ xmlns: "http://www.w3.org/2000/svg",
380
+ width: size,
381
+ height: size,
382
+ viewBox: "0 0 24 24",
383
+ fill: "none",
384
+ stroke: color,
385
+ strokeWidth,
386
+ strokeLinecap: "round",
387
+ strokeLinejoin: "round",
388
+ ...props,
389
+ children: /* @__PURE__ */ jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
390
+ }
391
+ )
392
+ );
393
+ ArrowLeft6.displayName = "ArrowLeft6";
394
+ var AshmitFilled = forwardRef(
395
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
396
+ "svg",
397
+ {
398
+ ref,
399
+ xmlns: "http://www.w3.org/2000/svg",
400
+ width: size,
401
+ height: size,
402
+ viewBox: "0 0 24 24",
403
+ fill: "none",
404
+ stroke: color,
405
+ strokeWidth,
406
+ strokeLinecap: "round",
407
+ strokeLinejoin: "round",
408
+ ...props,
409
+ children: [
410
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
411
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
412
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
413
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
414
+ ]
415
+ }
416
+ )
417
+ );
418
+ AshmitFilled.displayName = "AshmitFilled";
419
+ var Ashmit = forwardRef(
420
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
421
+ "svg",
422
+ {
423
+ ref,
424
+ xmlns: "http://www.w3.org/2000/svg",
425
+ width: size,
426
+ height: size,
427
+ viewBox: "0 0 24 24",
428
+ fill: "none",
429
+ stroke: color,
430
+ strokeWidth,
431
+ strokeLinecap: "round",
432
+ strokeLinejoin: "round",
433
+ ...props,
434
+ children: [
435
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
436
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
437
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
438
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
439
+ ]
440
+ }
441
+ )
442
+ );
443
+ Ashmit.displayName = "Ashmit";
444
+ var AutomobileFilled = forwardRef(
445
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
446
+ "svg",
447
+ {
448
+ ref,
449
+ xmlns: "http://www.w3.org/2000/svg",
450
+ width: size,
451
+ height: size,
452
+ viewBox: "0 0 24 24",
453
+ fill: "none",
454
+ stroke: color,
455
+ strokeWidth,
456
+ strokeLinecap: "round",
457
+ strokeLinejoin: "round",
458
+ ...props,
459
+ children: [
460
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
461
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
462
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
463
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
464
+ ]
465
+ }
466
+ )
467
+ );
468
+ AutomobileFilled.displayName = "AutomobileFilled";
469
+ var Automobile = forwardRef(
470
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
471
+ "svg",
472
+ {
473
+ ref,
474
+ xmlns: "http://www.w3.org/2000/svg",
475
+ width: size,
476
+ height: size,
477
+ viewBox: "0 0 24 24",
478
+ fill: "none",
479
+ stroke: color,
480
+ strokeWidth,
481
+ strokeLinecap: "round",
482
+ strokeLinejoin: "round",
483
+ ...props,
484
+ children: [
485
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
486
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
487
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
488
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
489
+ ]
490
+ }
491
+ )
492
+ );
493
+ Automobile.displayName = "Automobile";
494
+ var AxeFilled = forwardRef(
495
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
36
496
  "svg",
37
497
  {
38
498
  ref,
@@ -40,14 +500,21 @@ var VerifiedFilled = forwardRef(
40
500
  width: size,
41
501
  height: size,
42
502
  viewBox: "0 0 24 24",
43
- fill: color,
503
+ fill: "none",
504
+ stroke: color,
505
+ strokeWidth,
506
+ strokeLinecap: "round",
507
+ strokeLinejoin: "round",
44
508
  ...props,
45
- children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M22.02 11.164a1.84 1.84 0 0 0-.57-.67l-1.33-1a.35.35 0 0 1-.14-.2.36.36 0 0 1 0-.25l.55-1.63a2 2 0 0 0 .06-.9 1.8 1.8 0 0 0-.36-.84 1.86 1.86 0 0 0-.7-.57 1.75 1.75 0 0 0-.85-.17h-1.5a.41.41 0 0 1-.39-.3l-.43-1.5a1.9 1.9 0 0 0-.46-.81 2 2 0 0 0-.78-.49 2 2 0 0 0-.92-.06 1.9 1.9 0 0 0-.83.39l-1.14.9a.35.35 0 0 1-.23.09.36.36 0 0 1-.22-.05l-1.13-.9a1.85 1.85 0 0 0-.8-.38 1.9 1.9 0 0 0-.88 0 1.9 1.9 0 0 0-.78.43 2.1 2.1 0 0 0-.51.79l-.43 1.51a.38.38 0 0 1-.15.22.4.4 0 0 1-.27.07H5.41a1.9 1.9 0 0 0-.89.18 1.8 1.8 0 0 0-.71.57 1.9 1.9 0 0 0-.36.83c-.05.293-.03.595.06.88L4 8.993a.41.41 0 0 1-.14.45l-1.33 1c-.242.18-.44.412-.58.68a1.93 1.93 0 0 0 0 1.71 2 2 0 0 0 .58.68l1.33 1a.41.41 0 0 1 .14.45l-.55 1.63a2 2 0 0 0-.07.91c.05.298.174.58.36.82.183.25.428.45.71.58.265.126.557.184.85.17h1.49a.38.38 0 0 1 .25.08.34.34 0 0 1 .14.21l.43 1.51a2 2 0 0 0 .46.8 1.89 1.89 0 0 0 2.54.17l1.15-.91a.39.39 0 0 1 .49 0l1.13.9c.24.202.53.337.84.39q.17.015.34 0c.197 0 .393-.03.58-.09a1.87 1.87 0 0 0 1.24-1.28l.44-1.52a.34.34 0 0 1 .14-.21.4.4 0 0 1 .27-.08h1.43a2 2 0 0 0 .89-.17 1.91 1.91 0 0 0 1.06-1.4 1.9 1.9 0 0 0-.07-.92l-.54-1.62a.36.36 0 0 1 0-.25.35.35 0 0 1 .14-.2l1.33-1a1.9 1.9 0 0 0 .57-.68c.14-.266.212-.561.21-.86a1.9 1.9 0 0 0-.23-.78m-5.44-.76-4.42 4.42c-.171.167-.371.303-.59.4-.222.09-.46.138-.7.14a1.7 1.7 0 0 1-.71-.15 1.9 1.9 0 0 1-.6-.4l-2.18-2.19a1 1 0 0 1 1.41-1.41l2.08 2.08 4.3-4.31a1 1 0 0 1 1.41 0 1 1 0 0 1 0 1.46z" })
509
+ children: [
510
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
511
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
512
+ ]
46
513
  }
47
514
  )
48
515
  );
49
- VerifiedFilled.displayName = "VerifiedFilled";
50
- var Dashboard = forwardRef(
516
+ AxeFilled.displayName = "AxeFilled";
517
+ var Axe = forwardRef(
51
518
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
52
519
  "svg",
53
520
  {
@@ -63,14 +530,14 @@ var Dashboard = forwardRef(
63
530
  strokeLinejoin: "round",
64
531
  ...props,
65
532
  children: [
66
- /* @__PURE__ */ jsx("rect", { width: "18.5", height: "18.5", x: "2.75", y: "2.75", stroke: "currentColor", "stroke-width": "1.5", rx: "6" }),
67
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "m7 15 2.45-3.26a1 1 0 0 1 1.33-.25L13.17 13a1 1 0 0 0 1.37-.29L17 9" })
533
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
534
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
68
535
  ]
69
536
  }
70
537
  )
71
538
  );
72
- Dashboard.displayName = "Dashboard";
73
- var Login = forwardRef(
539
+ Axe.displayName = "Axe";
540
+ var CarFilled = forwardRef(
74
541
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
75
542
  "svg",
76
543
  {
@@ -86,16 +553,234 @@ var Login = forwardRef(
86
553
  strokeLinejoin: "round",
87
554
  ...props,
88
555
  children: [
89
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M10.973 2.755h5.136a4.92 4.92 0 0 1 5.136 4.623v9.244a4.92 4.92 0 0 1-5.136 4.623h-5.136" }),
90
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M16.109 12H2.755" }),
91
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "m11.397 17.136 4.404-4.404a1.04 1.04 0 0 0 0-1.464l-4.405-4.404" })
556
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
557
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
558
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
559
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
92
560
  ]
93
561
  }
94
562
  )
95
563
  );
96
- Login.displayName = "Login";
97
- var Moon = forwardRef(
98
- ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsx(
564
+ CarFilled.displayName = "CarFilled";
565
+ var Car = forwardRef(
566
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
567
+ "svg",
568
+ {
569
+ ref,
570
+ xmlns: "http://www.w3.org/2000/svg",
571
+ width: size,
572
+ height: size,
573
+ viewBox: "0 0 24 24",
574
+ fill: "none",
575
+ stroke: color,
576
+ strokeWidth,
577
+ strokeLinecap: "round",
578
+ strokeLinejoin: "round",
579
+ ...props,
580
+ children: [
581
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
582
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
583
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
584
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
585
+ ]
586
+ }
587
+ )
588
+ );
589
+ Car.displayName = "Car";
590
+ var CheckFilled = forwardRef(
591
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
592
+ "svg",
593
+ {
594
+ ref,
595
+ xmlns: "http://www.w3.org/2000/svg",
596
+ width: size,
597
+ height: size,
598
+ viewBox: "0 0 24 24",
599
+ fill: "none",
600
+ stroke: color,
601
+ strokeWidth,
602
+ strokeLinecap: "round",
603
+ strokeLinejoin: "round",
604
+ ...props,
605
+ children: [
606
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
607
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
608
+ ]
609
+ }
610
+ )
611
+ );
612
+ CheckFilled.displayName = "CheckFilled";
613
+ var Check = forwardRef(
614
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
615
+ "svg",
616
+ {
617
+ ref,
618
+ xmlns: "http://www.w3.org/2000/svg",
619
+ width: size,
620
+ height: size,
621
+ viewBox: "0 0 24 24",
622
+ fill: "none",
623
+ stroke: color,
624
+ strokeWidth,
625
+ strokeLinecap: "round",
626
+ strokeLinejoin: "round",
627
+ ...props,
628
+ children: [
629
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
630
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
631
+ ]
632
+ }
633
+ )
634
+ );
635
+ Check.displayName = "Check";
636
+ var FilmFilled = forwardRef(
637
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
638
+ "svg",
639
+ {
640
+ ref,
641
+ xmlns: "http://www.w3.org/2000/svg",
642
+ width: size,
643
+ height: size,
644
+ viewBox: "0 0 24 24",
645
+ fill: "none",
646
+ stroke: color,
647
+ strokeWidth,
648
+ strokeLinecap: "round",
649
+ strokeLinejoin: "round",
650
+ ...props,
651
+ children: [
652
+ /* @__PURE__ */ jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
653
+ /* @__PURE__ */ jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
654
+ ]
655
+ }
656
+ )
657
+ );
658
+ FilmFilled.displayName = "FilmFilled";
659
+ var Film = forwardRef(
660
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
661
+ "svg",
662
+ {
663
+ ref,
664
+ xmlns: "http://www.w3.org/2000/svg",
665
+ width: size,
666
+ height: size,
667
+ viewBox: "0 0 24 24",
668
+ fill: "none",
669
+ stroke: color,
670
+ strokeWidth,
671
+ strokeLinecap: "round",
672
+ strokeLinejoin: "round",
673
+ ...props,
674
+ children: [
675
+ /* @__PURE__ */ jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
676
+ /* @__PURE__ */ jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
677
+ ]
678
+ }
679
+ )
680
+ );
681
+ Film.displayName = "Film";
682
+ var FinalFilled = forwardRef(
683
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
684
+ "svg",
685
+ {
686
+ ref,
687
+ xmlns: "http://www.w3.org/2000/svg",
688
+ width: size,
689
+ height: size,
690
+ viewBox: "0 0 24 24",
691
+ fill: "none",
692
+ stroke: color,
693
+ strokeWidth,
694
+ strokeLinecap: "round",
695
+ strokeLinejoin: "round",
696
+ ...props,
697
+ children: [
698
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
699
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
700
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
701
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
702
+ ]
703
+ }
704
+ )
705
+ );
706
+ FinalFilled.displayName = "FinalFilled";
707
+ var Final = forwardRef(
708
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
709
+ "svg",
710
+ {
711
+ ref,
712
+ xmlns: "http://www.w3.org/2000/svg",
713
+ width: size,
714
+ height: size,
715
+ viewBox: "0 0 24 24",
716
+ fill: "none",
717
+ stroke: color,
718
+ strokeWidth,
719
+ strokeLinecap: "round",
720
+ strokeLinejoin: "round",
721
+ ...props,
722
+ children: [
723
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
724
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
725
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
726
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
727
+ ]
728
+ }
729
+ )
730
+ );
731
+ Final.displayName = "Final";
732
+ var MeFilled = forwardRef(
733
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
734
+ "svg",
735
+ {
736
+ ref,
737
+ xmlns: "http://www.w3.org/2000/svg",
738
+ width: size,
739
+ height: size,
740
+ viewBox: "0 0 24 24",
741
+ fill: "none",
742
+ stroke: color,
743
+ strokeWidth,
744
+ strokeLinecap: "round",
745
+ strokeLinejoin: "round",
746
+ ...props,
747
+ children: [
748
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
749
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
750
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
751
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
752
+ ]
753
+ }
754
+ )
755
+ );
756
+ MeFilled.displayName = "MeFilled";
757
+ var Me = forwardRef(
758
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
759
+ "svg",
760
+ {
761
+ ref,
762
+ xmlns: "http://www.w3.org/2000/svg",
763
+ width: size,
764
+ height: size,
765
+ viewBox: "0 0 24 24",
766
+ fill: "none",
767
+ stroke: color,
768
+ strokeWidth,
769
+ strokeLinecap: "round",
770
+ strokeLinejoin: "round",
771
+ ...props,
772
+ children: [
773
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
774
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
775
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
776
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
777
+ ]
778
+ }
779
+ )
780
+ );
781
+ Me.displayName = "Me";
782
+ var TestFilled = forwardRef(
783
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
99
784
  "svg",
100
785
  {
101
786
  ref,
@@ -109,11 +794,14 @@ var Moon = forwardRef(
109
794
  strokeLinecap: "round",
110
795
  strokeLinejoin: "round",
111
796
  ...props,
112
- children: /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M21.182 14.86A9.474 9.474 0 1 1 9.139 2.819a1.053 1.053 0 0 1 1.38 1.295 7.7 7.7 0 0 0-.085 4.642 7 7 0 0 0 4.81 4.811c1.52.45 3.14.42 4.643-.084a1.053 1.053 0 0 1 1.295 1.379" })
797
+ children: [
798
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
799
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
800
+ ]
113
801
  }
114
802
  )
115
803
  );
116
- Moon.displayName = "Moon";
804
+ TestFilled.displayName = "TestFilled";
117
805
  var Test = forwardRef(
118
806
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
119
807
  "svg",
@@ -130,14 +818,87 @@ var Test = forwardRef(
130
818
  strokeLinejoin: "round",
131
819
  ...props,
132
820
  children: [
133
- /* @__PURE__ */ jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
134
- /* @__PURE__ */ jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
821
+ /* @__PURE__ */ jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
822
+ /* @__PURE__ */ jsx("path", { d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" })
135
823
  ]
136
824
  }
137
825
  )
138
826
  );
139
827
  Test.displayName = "Test";
140
- var Trash = forwardRef(
828
+ var VehicleFilled = forwardRef(
829
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
830
+ "svg",
831
+ {
832
+ ref,
833
+ xmlns: "http://www.w3.org/2000/svg",
834
+ width: size,
835
+ height: size,
836
+ viewBox: "0 0 24 24",
837
+ fill: "none",
838
+ stroke: color,
839
+ strokeWidth,
840
+ strokeLinecap: "round",
841
+ strokeLinejoin: "round",
842
+ ...props,
843
+ children: [
844
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
845
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
846
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
847
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
848
+ ]
849
+ }
850
+ )
851
+ );
852
+ VehicleFilled.displayName = "VehicleFilled";
853
+ var Vehicle = forwardRef(
854
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
855
+ "svg",
856
+ {
857
+ ref,
858
+ xmlns: "http://www.w3.org/2000/svg",
859
+ width: size,
860
+ height: size,
861
+ viewBox: "0 0 24 24",
862
+ fill: "none",
863
+ stroke: color,
864
+ strokeWidth,
865
+ strokeLinecap: "round",
866
+ strokeLinejoin: "round",
867
+ ...props,
868
+ children: [
869
+ /* @__PURE__ */ jsx("path", { d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" }),
870
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "17", r: "2" }),
871
+ /* @__PURE__ */ jsx("path", { d: "M9 17h6" }),
872
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "2" })
873
+ ]
874
+ }
875
+ )
876
+ );
877
+ Vehicle.displayName = "Vehicle";
878
+ var Verified = forwardRef(
879
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
880
+ "svg",
881
+ {
882
+ ref,
883
+ xmlns: "http://www.w3.org/2000/svg",
884
+ width: size,
885
+ height: size,
886
+ viewBox: "0 0 24 24",
887
+ fill: "none",
888
+ stroke: color,
889
+ strokeWidth,
890
+ strokeLinecap: "round",
891
+ strokeLinejoin: "round",
892
+ ...props,
893
+ children: [
894
+ /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "m12.717 3.656 1.137-.904a1.134 1.134 0 0 1 1.808.584l.432 1.51c.069.248.218.465.425.617.206.151.457.228.712.219h1.467a1.13 1.13 0 0 1 .96.449 1.15 1.15 0 0 1 .178 1.05l-.546 1.626a1.15 1.15 0 0 0 .41 1.293l1.33.973a1.14 1.14 0 0 1 .47.927 1.15 1.15 0 0 1-.47.927l-1.33.973a1.145 1.145 0 0 0-.41 1.293l.546 1.626a1.15 1.15 0 0 1-.602 1.394 1.1 1.1 0 0 1-.536.105h-1.467a1.13 1.13 0 0 0-.712.22 1.14 1.14 0 0 0-.425.616l-.432 1.51a1.15 1.15 0 0 1-.748.782 1.13 1.13 0 0 1-1.06-.198l-1.137-.904a1.13 1.13 0 0 0-1.434 0l-1.137.904a1.135 1.135 0 0 1-1.808-.584l-.432-1.51a1.15 1.15 0 0 0-.425-.617 1.13 1.13 0 0 0-.712-.219H5.302a1.13 1.13 0 0 1-.96-.449 1.15 1.15 0 0 1-.178-1.05l.546-1.626A1.15 1.15 0 0 0 4.3 13.9l-1.33-.973A1.14 1.14 0 0 1 2.5 12a1.15 1.15 0 0 1 .47-.927L4.3 10.1a1.14 1.14 0 0 0 .41-1.293l-.477-1.66a1.15 1.15 0 0 1 .602-1.394 1.1 1.1 0 0 1 .535-.105h1.467a1.145 1.145 0 0 0 1.137-.836l.432-1.51A1.15 1.15 0 0 1 9.17 2.6a1.13 1.13 0 0 1 1.011.209l1.138.904a1.13 1.13 0 0 0 1.399-.057" }),
895
+ /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "m8.106 11.894 2.192 2.192a.83.83 0 0 0 1.18 0l4.417-4.418" })
896
+ ]
897
+ }
898
+ )
899
+ );
900
+ Verified.displayName = "Verified";
901
+ var XFilled = forwardRef(
141
902
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
142
903
  "svg",
143
904
  {
@@ -153,14 +914,14 @@ var Trash = forwardRef(
153
914
  strokeLinejoin: "round",
154
915
  ...props,
155
916
  children: [
156
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M5.47 6.015v12.514a2.72 2.72 0 0 0 2.721 2.721h7.618a2.72 2.72 0 0 0 2.72-2.72V6.014M3.294 6.015h17.412" }),
157
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M8.735 6.015V4.382a1.63 1.63 0 0 1 1.633-1.632h3.264a1.63 1.63 0 0 1 1.633 1.632v1.633" })
917
+ /* @__PURE__ */ jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
918
+ /* @__PURE__ */ jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
158
919
  ]
159
920
  }
160
921
  )
161
922
  );
162
- Trash.displayName = "Trash";
163
- var Upload = forwardRef(
923
+ XFilled.displayName = "XFilled";
924
+ var X = forwardRef(
164
925
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxs(
165
926
  "svg",
166
927
  {
@@ -176,14 +937,14 @@ var Upload = forwardRef(
176
937
  strokeLinejoin: "round",
177
938
  ...props,
178
939
  children: [
179
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M12 3.212v12.026" }),
180
- /* @__PURE__ */ jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M16.625 7.456 12.66 3.49a.937.937 0 0 0-1.318 0L7.375 7.456M2.75 13.85v4.625a2.31 2.31 0 0 0 2.313 2.313h13.875a2.31 2.31 0 0 0 2.312-2.313V13.85" })
940
+ /* @__PURE__ */ jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
941
+ /* @__PURE__ */ jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
181
942
  ]
182
943
  }
183
944
  )
184
945
  );
185
- Upload.displayName = "Upload";
946
+ X.displayName = "X";
186
947
 
187
- export { Dashboard, Icon, Login, Moon, Test, Trash, Upload, VerifiedFilled };
948
+ export { ArrowBigUp, ArrowBigUp1, ArrowBigUp1Filled, ArrowBigUpFilled, ArrowLeft, ArrowLeft1, ArrowLeft1Filled, ArrowLeft2, ArrowLeft2Filled, ArrowLeft3, ArrowLeft3Filled, ArrowLeft4, ArrowLeft4Filled, ArrowLeft5, ArrowLeft5Filled, ArrowLeft6, ArrowLeft6Filled, ArrowLeftFilled, Ashmit, AshmitFilled, Automobile, AutomobileFilled, Axe, AxeFilled, Car, CarFilled, Check, CheckFilled, Film, FilmFilled, Final, FinalFilled, Icon, Me, MeFilled, Test, TestFilled, Vehicle, VehicleFilled, Verified, X, XFilled };
188
949
  //# sourceMappingURL=index.mjs.map
189
950
  //# sourceMappingURL=index.mjs.map