@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.js CHANGED
@@ -20,8 +20,8 @@ var Icon = react.forwardRef(
20
20
  width: size,
21
21
  height: size,
22
22
  viewBox: "0 0 24 24",
23
- fill: "none",
24
- stroke: color,
23
+ fill: "currentColor",
24
+ stroke: "currentColor",
25
25
  strokeWidth,
26
26
  strokeLinecap: "round",
27
27
  strokeLinejoin: "round",
@@ -33,8 +33,468 @@ var Icon = react.forwardRef(
33
33
  }
34
34
  );
35
35
  Icon.displayName = "Icon";
36
- var VerifiedFilled = react.forwardRef(
37
- ({ size = 24, color = "currentColor", ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
36
+ var ArrowBigUpFilled = react.forwardRef(
37
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
38
+ "svg",
39
+ {
40
+ ref,
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ width: size,
43
+ height: size,
44
+ viewBox: "0 0 24 24",
45
+ fill: "none",
46
+ stroke: color,
47
+ strokeWidth,
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ ...props,
51
+ children: /* @__PURE__ */ jsxRuntime.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" })
52
+ }
53
+ )
54
+ );
55
+ ArrowBigUpFilled.displayName = "ArrowBigUpFilled";
56
+ var ArrowBigUp = react.forwardRef(
57
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
58
+ "svg",
59
+ {
60
+ ref,
61
+ xmlns: "http://www.w3.org/2000/svg",
62
+ width: size,
63
+ height: size,
64
+ viewBox: "0 0 24 24",
65
+ fill: "none",
66
+ stroke: color,
67
+ strokeWidth,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round",
70
+ ...props,
71
+ children: /* @__PURE__ */ jsxRuntime.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" })
72
+ }
73
+ )
74
+ );
75
+ ArrowBigUp.displayName = "ArrowBigUp";
76
+ var ArrowBigUp1Filled = react.forwardRef(
77
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
78
+ "svg",
79
+ {
80
+ ref,
81
+ xmlns: "http://www.w3.org/2000/svg",
82
+ width: size,
83
+ height: size,
84
+ viewBox: "0 0 24 24",
85
+ fill: "none",
86
+ stroke: color,
87
+ strokeWidth,
88
+ strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ ...props,
91
+ children: /* @__PURE__ */ jsxRuntime.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" })
92
+ }
93
+ )
94
+ );
95
+ ArrowBigUp1Filled.displayName = "ArrowBigUp1Filled";
96
+ var ArrowBigUp1 = react.forwardRef(
97
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
98
+ "svg",
99
+ {
100
+ ref,
101
+ xmlns: "http://www.w3.org/2000/svg",
102
+ width: size,
103
+ height: size,
104
+ viewBox: "0 0 24 24",
105
+ fill: "none",
106
+ stroke: color,
107
+ strokeWidth,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round",
110
+ ...props,
111
+ children: /* @__PURE__ */ jsxRuntime.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" })
112
+ }
113
+ )
114
+ );
115
+ ArrowBigUp1.displayName = "ArrowBigUp1";
116
+ var ArrowLeftFilled = react.forwardRef(
117
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
118
+ "svg",
119
+ {
120
+ ref,
121
+ xmlns: "http://www.w3.org/2000/svg",
122
+ width: size,
123
+ height: size,
124
+ viewBox: "0 0 24 24",
125
+ fill: "none",
126
+ stroke: color,
127
+ strokeWidth,
128
+ strokeLinecap: "round",
129
+ strokeLinejoin: "round",
130
+ ...props,
131
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
132
+ }
133
+ )
134
+ );
135
+ ArrowLeftFilled.displayName = "ArrowLeftFilled";
136
+ var ArrowLeft = react.forwardRef(
137
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
138
+ "svg",
139
+ {
140
+ ref,
141
+ xmlns: "http://www.w3.org/2000/svg",
142
+ width: size,
143
+ height: size,
144
+ viewBox: "0 0 24 24",
145
+ fill: "none",
146
+ stroke: color,
147
+ strokeWidth,
148
+ strokeLinecap: "round",
149
+ strokeLinejoin: "round",
150
+ ...props,
151
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
152
+ }
153
+ )
154
+ );
155
+ ArrowLeft.displayName = "ArrowLeft";
156
+ var ArrowLeft1Filled = react.forwardRef(
157
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
158
+ "svg",
159
+ {
160
+ ref,
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ width: size,
163
+ height: size,
164
+ viewBox: "0 0 24 24",
165
+ fill: "none",
166
+ stroke: color,
167
+ strokeWidth,
168
+ strokeLinecap: "round",
169
+ strokeLinejoin: "round",
170
+ ...props,
171
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
172
+ }
173
+ )
174
+ );
175
+ ArrowLeft1Filled.displayName = "ArrowLeft1Filled";
176
+ var ArrowLeft1 = react.forwardRef(
177
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
178
+ "svg",
179
+ {
180
+ ref,
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ width: size,
183
+ height: size,
184
+ viewBox: "0 0 24 24",
185
+ fill: "none",
186
+ stroke: color,
187
+ strokeWidth,
188
+ strokeLinecap: "round",
189
+ strokeLinejoin: "round",
190
+ ...props,
191
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
192
+ }
193
+ )
194
+ );
195
+ ArrowLeft1.displayName = "ArrowLeft1";
196
+ var ArrowLeft2Filled = react.forwardRef(
197
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
198
+ "svg",
199
+ {
200
+ ref,
201
+ xmlns: "http://www.w3.org/2000/svg",
202
+ width: size,
203
+ height: size,
204
+ viewBox: "0 0 24 24",
205
+ fill: "none",
206
+ stroke: color,
207
+ strokeWidth,
208
+ strokeLinecap: "round",
209
+ strokeLinejoin: "round",
210
+ ...props,
211
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
212
+ }
213
+ )
214
+ );
215
+ ArrowLeft2Filled.displayName = "ArrowLeft2Filled";
216
+ var ArrowLeft2 = react.forwardRef(
217
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
218
+ "svg",
219
+ {
220
+ ref,
221
+ xmlns: "http://www.w3.org/2000/svg",
222
+ width: size,
223
+ height: size,
224
+ viewBox: "0 0 24 24",
225
+ fill: "none",
226
+ stroke: color,
227
+ strokeWidth,
228
+ strokeLinecap: "round",
229
+ strokeLinejoin: "round",
230
+ ...props,
231
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
232
+ }
233
+ )
234
+ );
235
+ ArrowLeft2.displayName = "ArrowLeft2";
236
+ var ArrowLeft3Filled = react.forwardRef(
237
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
238
+ "svg",
239
+ {
240
+ ref,
241
+ xmlns: "http://www.w3.org/2000/svg",
242
+ width: size,
243
+ height: size,
244
+ viewBox: "0 0 24 24",
245
+ fill: "none",
246
+ stroke: color,
247
+ strokeWidth,
248
+ strokeLinecap: "round",
249
+ strokeLinejoin: "round",
250
+ ...props,
251
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
252
+ }
253
+ )
254
+ );
255
+ ArrowLeft3Filled.displayName = "ArrowLeft3Filled";
256
+ var ArrowLeft3 = react.forwardRef(
257
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
258
+ "svg",
259
+ {
260
+ ref,
261
+ xmlns: "http://www.w3.org/2000/svg",
262
+ width: size,
263
+ height: size,
264
+ viewBox: "0 0 24 24",
265
+ fill: "none",
266
+ stroke: color,
267
+ strokeWidth,
268
+ strokeLinecap: "round",
269
+ strokeLinejoin: "round",
270
+ ...props,
271
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
272
+ }
273
+ )
274
+ );
275
+ ArrowLeft3.displayName = "ArrowLeft3";
276
+ var ArrowLeft4Filled = react.forwardRef(
277
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
278
+ "svg",
279
+ {
280
+ ref,
281
+ xmlns: "http://www.w3.org/2000/svg",
282
+ width: size,
283
+ height: size,
284
+ viewBox: "0 0 24 24",
285
+ fill: "none",
286
+ stroke: color,
287
+ strokeWidth,
288
+ strokeLinecap: "round",
289
+ strokeLinejoin: "round",
290
+ ...props,
291
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
292
+ }
293
+ )
294
+ );
295
+ ArrowLeft4Filled.displayName = "ArrowLeft4Filled";
296
+ var ArrowLeft4 = react.forwardRef(
297
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
298
+ "svg",
299
+ {
300
+ ref,
301
+ xmlns: "http://www.w3.org/2000/svg",
302
+ width: size,
303
+ height: size,
304
+ viewBox: "0 0 24 24",
305
+ fill: "none",
306
+ stroke: color,
307
+ strokeWidth,
308
+ strokeLinecap: "round",
309
+ strokeLinejoin: "round",
310
+ ...props,
311
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
312
+ }
313
+ )
314
+ );
315
+ ArrowLeft4.displayName = "ArrowLeft4";
316
+ var ArrowLeft5Filled = react.forwardRef(
317
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
318
+ "svg",
319
+ {
320
+ ref,
321
+ xmlns: "http://www.w3.org/2000/svg",
322
+ width: size,
323
+ height: size,
324
+ viewBox: "0 0 24 24",
325
+ fill: "none",
326
+ stroke: color,
327
+ strokeWidth,
328
+ strokeLinecap: "round",
329
+ strokeLinejoin: "round",
330
+ ...props,
331
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
332
+ }
333
+ )
334
+ );
335
+ ArrowLeft5Filled.displayName = "ArrowLeft5Filled";
336
+ var ArrowLeft5 = react.forwardRef(
337
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
338
+ "svg",
339
+ {
340
+ ref,
341
+ xmlns: "http://www.w3.org/2000/svg",
342
+ width: size,
343
+ height: size,
344
+ viewBox: "0 0 24 24",
345
+ fill: "none",
346
+ stroke: color,
347
+ strokeWidth,
348
+ strokeLinecap: "round",
349
+ strokeLinejoin: "round",
350
+ ...props,
351
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
352
+ }
353
+ )
354
+ );
355
+ ArrowLeft5.displayName = "ArrowLeft5";
356
+ var ArrowLeft6Filled = react.forwardRef(
357
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
358
+ "svg",
359
+ {
360
+ ref,
361
+ xmlns: "http://www.w3.org/2000/svg",
362
+ width: size,
363
+ height: size,
364
+ viewBox: "0 0 24 24",
365
+ fill: "none",
366
+ stroke: color,
367
+ strokeWidth,
368
+ strokeLinecap: "round",
369
+ strokeLinejoin: "round",
370
+ ...props,
371
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
372
+ }
373
+ )
374
+ );
375
+ ArrowLeft6Filled.displayName = "ArrowLeft6Filled";
376
+ var ArrowLeft6 = react.forwardRef(
377
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
378
+ "svg",
379
+ {
380
+ ref,
381
+ xmlns: "http://www.w3.org/2000/svg",
382
+ width: size,
383
+ height: size,
384
+ viewBox: "0 0 24 24",
385
+ fill: "none",
386
+ stroke: color,
387
+ strokeWidth,
388
+ strokeLinecap: "round",
389
+ strokeLinejoin: "round",
390
+ ...props,
391
+ children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7M19 12H5" })
392
+ }
393
+ )
394
+ );
395
+ ArrowLeft6.displayName = "ArrowLeft6";
396
+ var AshmitFilled = react.forwardRef(
397
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
398
+ "svg",
399
+ {
400
+ ref,
401
+ xmlns: "http://www.w3.org/2000/svg",
402
+ width: size,
403
+ height: size,
404
+ viewBox: "0 0 24 24",
405
+ fill: "none",
406
+ stroke: color,
407
+ strokeWidth,
408
+ strokeLinecap: "round",
409
+ strokeLinejoin: "round",
410
+ ...props,
411
+ children: [
412
+ /* @__PURE__ */ jsxRuntime.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" }),
413
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
414
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
415
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
416
+ ]
417
+ }
418
+ )
419
+ );
420
+ AshmitFilled.displayName = "AshmitFilled";
421
+ var Ashmit = react.forwardRef(
422
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
423
+ "svg",
424
+ {
425
+ ref,
426
+ xmlns: "http://www.w3.org/2000/svg",
427
+ width: size,
428
+ height: size,
429
+ viewBox: "0 0 24 24",
430
+ fill: "none",
431
+ stroke: color,
432
+ strokeWidth,
433
+ strokeLinecap: "round",
434
+ strokeLinejoin: "round",
435
+ ...props,
436
+ children: [
437
+ /* @__PURE__ */ jsxRuntime.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" }),
438
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
439
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
440
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
441
+ ]
442
+ }
443
+ )
444
+ );
445
+ Ashmit.displayName = "Ashmit";
446
+ var AutomobileFilled = react.forwardRef(
447
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
448
+ "svg",
449
+ {
450
+ ref,
451
+ xmlns: "http://www.w3.org/2000/svg",
452
+ width: size,
453
+ height: size,
454
+ viewBox: "0 0 24 24",
455
+ fill: "none",
456
+ stroke: color,
457
+ strokeWidth,
458
+ strokeLinecap: "round",
459
+ strokeLinejoin: "round",
460
+ ...props,
461
+ children: [
462
+ /* @__PURE__ */ jsxRuntime.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" }),
463
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
464
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
465
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
466
+ ]
467
+ }
468
+ )
469
+ );
470
+ AutomobileFilled.displayName = "AutomobileFilled";
471
+ var Automobile = react.forwardRef(
472
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
473
+ "svg",
474
+ {
475
+ ref,
476
+ xmlns: "http://www.w3.org/2000/svg",
477
+ width: size,
478
+ height: size,
479
+ viewBox: "0 0 24 24",
480
+ fill: "none",
481
+ stroke: color,
482
+ strokeWidth,
483
+ strokeLinecap: "round",
484
+ strokeLinejoin: "round",
485
+ ...props,
486
+ children: [
487
+ /* @__PURE__ */ jsxRuntime.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" }),
488
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
489
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
490
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
491
+ ]
492
+ }
493
+ )
494
+ );
495
+ Automobile.displayName = "Automobile";
496
+ var AxeFilled = react.forwardRef(
497
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
38
498
  "svg",
39
499
  {
40
500
  ref,
@@ -42,14 +502,21 @@ var VerifiedFilled = react.forwardRef(
42
502
  width: size,
43
503
  height: size,
44
504
  viewBox: "0 0 24 24",
45
- fill: color,
505
+ fill: "none",
506
+ stroke: color,
507
+ strokeWidth,
508
+ strokeLinecap: "round",
509
+ strokeLinejoin: "round",
46
510
  ...props,
47
- children: /* @__PURE__ */ jsxRuntime.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" })
511
+ children: [
512
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
513
+ /* @__PURE__ */ jsxRuntime.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" })
514
+ ]
48
515
  }
49
516
  )
50
517
  );
51
- VerifiedFilled.displayName = "VerifiedFilled";
52
- var Dashboard = react.forwardRef(
518
+ AxeFilled.displayName = "AxeFilled";
519
+ var Axe = react.forwardRef(
53
520
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
54
521
  "svg",
55
522
  {
@@ -65,14 +532,14 @@ var Dashboard = react.forwardRef(
65
532
  strokeLinejoin: "round",
66
533
  ...props,
67
534
  children: [
68
- /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18.5", height: "18.5", x: "2.75", y: "2.75", stroke: "currentColor", "stroke-width": "1.5", rx: "6" }),
69
- /* @__PURE__ */ jsxRuntime.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" })
535
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
536
+ /* @__PURE__ */ jsxRuntime.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" })
70
537
  ]
71
538
  }
72
539
  )
73
540
  );
74
- Dashboard.displayName = "Dashboard";
75
- var Login = react.forwardRef(
541
+ Axe.displayName = "Axe";
542
+ var CarFilled = react.forwardRef(
76
543
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
77
544
  "svg",
78
545
  {
@@ -88,16 +555,234 @@ var Login = react.forwardRef(
88
555
  strokeLinejoin: "round",
89
556
  ...props,
90
557
  children: [
91
- /* @__PURE__ */ jsxRuntime.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" }),
92
- /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M16.109 12H2.755" }),
93
- /* @__PURE__ */ jsxRuntime.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" })
558
+ /* @__PURE__ */ jsxRuntime.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" }),
559
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
560
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
561
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
94
562
  ]
95
563
  }
96
564
  )
97
565
  );
98
- Login.displayName = "Login";
99
- var Moon = react.forwardRef(
100
- ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
566
+ CarFilled.displayName = "CarFilled";
567
+ var Car = react.forwardRef(
568
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
569
+ "svg",
570
+ {
571
+ ref,
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ width: size,
574
+ height: size,
575
+ viewBox: "0 0 24 24",
576
+ fill: "none",
577
+ stroke: color,
578
+ strokeWidth,
579
+ strokeLinecap: "round",
580
+ strokeLinejoin: "round",
581
+ ...props,
582
+ children: [
583
+ /* @__PURE__ */ jsxRuntime.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" }),
584
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
585
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
586
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
587
+ ]
588
+ }
589
+ )
590
+ );
591
+ Car.displayName = "Car";
592
+ var CheckFilled = react.forwardRef(
593
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
594
+ "svg",
595
+ {
596
+ ref,
597
+ xmlns: "http://www.w3.org/2000/svg",
598
+ width: size,
599
+ height: size,
600
+ viewBox: "0 0 24 24",
601
+ fill: "none",
602
+ stroke: color,
603
+ strokeWidth,
604
+ strokeLinecap: "round",
605
+ strokeLinejoin: "round",
606
+ ...props,
607
+ children: [
608
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
609
+ /* @__PURE__ */ jsxRuntime.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" })
610
+ ]
611
+ }
612
+ )
613
+ );
614
+ CheckFilled.displayName = "CheckFilled";
615
+ var Check = react.forwardRef(
616
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
617
+ "svg",
618
+ {
619
+ ref,
620
+ xmlns: "http://www.w3.org/2000/svg",
621
+ width: size,
622
+ height: size,
623
+ viewBox: "0 0 24 24",
624
+ fill: "none",
625
+ stroke: color,
626
+ strokeWidth,
627
+ strokeLinecap: "round",
628
+ strokeLinejoin: "round",
629
+ ...props,
630
+ children: [
631
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
632
+ /* @__PURE__ */ jsxRuntime.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" })
633
+ ]
634
+ }
635
+ )
636
+ );
637
+ Check.displayName = "Check";
638
+ var FilmFilled = react.forwardRef(
639
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
640
+ "svg",
641
+ {
642
+ ref,
643
+ xmlns: "http://www.w3.org/2000/svg",
644
+ width: size,
645
+ height: size,
646
+ viewBox: "0 0 24 24",
647
+ fill: "none",
648
+ stroke: color,
649
+ strokeWidth,
650
+ strokeLinecap: "round",
651
+ strokeLinejoin: "round",
652
+ ...props,
653
+ children: [
654
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
655
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
656
+ ]
657
+ }
658
+ )
659
+ );
660
+ FilmFilled.displayName = "FilmFilled";
661
+ var Film = react.forwardRef(
662
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
663
+ "svg",
664
+ {
665
+ ref,
666
+ xmlns: "http://www.w3.org/2000/svg",
667
+ width: size,
668
+ height: size,
669
+ viewBox: "0 0 24 24",
670
+ fill: "none",
671
+ stroke: color,
672
+ strokeWidth,
673
+ strokeLinecap: "round",
674
+ strokeLinejoin: "round",
675
+ ...props,
676
+ children: [
677
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
678
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
679
+ ]
680
+ }
681
+ )
682
+ );
683
+ Film.displayName = "Film";
684
+ var FinalFilled = react.forwardRef(
685
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
686
+ "svg",
687
+ {
688
+ ref,
689
+ xmlns: "http://www.w3.org/2000/svg",
690
+ width: size,
691
+ height: size,
692
+ viewBox: "0 0 24 24",
693
+ fill: "none",
694
+ stroke: color,
695
+ strokeWidth,
696
+ strokeLinecap: "round",
697
+ strokeLinejoin: "round",
698
+ ...props,
699
+ children: [
700
+ /* @__PURE__ */ jsxRuntime.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" }),
701
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
702
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
703
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
704
+ ]
705
+ }
706
+ )
707
+ );
708
+ FinalFilled.displayName = "FinalFilled";
709
+ var Final = react.forwardRef(
710
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
711
+ "svg",
712
+ {
713
+ ref,
714
+ xmlns: "http://www.w3.org/2000/svg",
715
+ width: size,
716
+ height: size,
717
+ viewBox: "0 0 24 24",
718
+ fill: "none",
719
+ stroke: color,
720
+ strokeWidth,
721
+ strokeLinecap: "round",
722
+ strokeLinejoin: "round",
723
+ ...props,
724
+ children: [
725
+ /* @__PURE__ */ jsxRuntime.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" }),
726
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
727
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
728
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
729
+ ]
730
+ }
731
+ )
732
+ );
733
+ Final.displayName = "Final";
734
+ var MeFilled = react.forwardRef(
735
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
736
+ "svg",
737
+ {
738
+ ref,
739
+ xmlns: "http://www.w3.org/2000/svg",
740
+ width: size,
741
+ height: size,
742
+ viewBox: "0 0 24 24",
743
+ fill: "none",
744
+ stroke: color,
745
+ strokeWidth,
746
+ strokeLinecap: "round",
747
+ strokeLinejoin: "round",
748
+ ...props,
749
+ children: [
750
+ /* @__PURE__ */ jsxRuntime.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" }),
751
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
752
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
753
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
754
+ ]
755
+ }
756
+ )
757
+ );
758
+ MeFilled.displayName = "MeFilled";
759
+ var Me = react.forwardRef(
760
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
761
+ "svg",
762
+ {
763
+ ref,
764
+ xmlns: "http://www.w3.org/2000/svg",
765
+ width: size,
766
+ height: size,
767
+ viewBox: "0 0 24 24",
768
+ fill: "none",
769
+ stroke: color,
770
+ strokeWidth,
771
+ strokeLinecap: "round",
772
+ strokeLinejoin: "round",
773
+ ...props,
774
+ children: [
775
+ /* @__PURE__ */ jsxRuntime.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" }),
776
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
777
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
778
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
779
+ ]
780
+ }
781
+ )
782
+ );
783
+ Me.displayName = "Me";
784
+ var TestFilled = react.forwardRef(
785
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
101
786
  "svg",
102
787
  {
103
788
  ref,
@@ -111,11 +796,14 @@ var Moon = react.forwardRef(
111
796
  strokeLinecap: "round",
112
797
  strokeLinejoin: "round",
113
798
  ...props,
114
- children: /* @__PURE__ */ jsxRuntime.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" })
799
+ children: [
800
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
801
+ /* @__PURE__ */ jsxRuntime.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" })
802
+ ]
115
803
  }
116
804
  )
117
805
  );
118
- Moon.displayName = "Moon";
806
+ TestFilled.displayName = "TestFilled";
119
807
  var Test = react.forwardRef(
120
808
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
121
809
  "svg",
@@ -132,14 +820,87 @@ var Test = react.forwardRef(
132
820
  strokeLinejoin: "round",
133
821
  ...props,
134
822
  children: [
135
- /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
136
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
823
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
824
+ /* @__PURE__ */ jsxRuntime.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" })
137
825
  ]
138
826
  }
139
827
  )
140
828
  );
141
829
  Test.displayName = "Test";
142
- var Trash = react.forwardRef(
830
+ var VehicleFilled = react.forwardRef(
831
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
832
+ "svg",
833
+ {
834
+ ref,
835
+ xmlns: "http://www.w3.org/2000/svg",
836
+ width: size,
837
+ height: size,
838
+ viewBox: "0 0 24 24",
839
+ fill: "none",
840
+ stroke: color,
841
+ strokeWidth,
842
+ strokeLinecap: "round",
843
+ strokeLinejoin: "round",
844
+ ...props,
845
+ children: [
846
+ /* @__PURE__ */ jsxRuntime.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" }),
847
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
848
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
849
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
850
+ ]
851
+ }
852
+ )
853
+ );
854
+ VehicleFilled.displayName = "VehicleFilled";
855
+ var Vehicle = react.forwardRef(
856
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
857
+ "svg",
858
+ {
859
+ ref,
860
+ xmlns: "http://www.w3.org/2000/svg",
861
+ width: size,
862
+ height: size,
863
+ viewBox: "0 0 24 24",
864
+ fill: "none",
865
+ stroke: color,
866
+ strokeWidth,
867
+ strokeLinecap: "round",
868
+ strokeLinejoin: "round",
869
+ ...props,
870
+ children: [
871
+ /* @__PURE__ */ jsxRuntime.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" }),
872
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
873
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
874
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
875
+ ]
876
+ }
877
+ )
878
+ );
879
+ Vehicle.displayName = "Vehicle";
880
+ var Verified = react.forwardRef(
881
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
882
+ "svg",
883
+ {
884
+ ref,
885
+ xmlns: "http://www.w3.org/2000/svg",
886
+ width: size,
887
+ height: size,
888
+ viewBox: "0 0 24 24",
889
+ fill: "none",
890
+ stroke: color,
891
+ strokeWidth,
892
+ strokeLinecap: "round",
893
+ strokeLinejoin: "round",
894
+ ...props,
895
+ children: [
896
+ /* @__PURE__ */ jsxRuntime.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" }),
897
+ /* @__PURE__ */ jsxRuntime.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" })
898
+ ]
899
+ }
900
+ )
901
+ );
902
+ Verified.displayName = "Verified";
903
+ var XFilled = react.forwardRef(
143
904
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
144
905
  "svg",
145
906
  {
@@ -155,14 +916,14 @@ var Trash = react.forwardRef(
155
916
  strokeLinejoin: "round",
156
917
  ...props,
157
918
  children: [
158
- /* @__PURE__ */ jsxRuntime.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" }),
159
- /* @__PURE__ */ jsxRuntime.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" })
919
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
920
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
160
921
  ]
161
922
  }
162
923
  )
163
924
  );
164
- Trash.displayName = "Trash";
165
- var Upload = react.forwardRef(
925
+ XFilled.displayName = "XFilled";
926
+ var X = react.forwardRef(
166
927
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
167
928
  "svg",
168
929
  {
@@ -178,21 +939,55 @@ var Upload = react.forwardRef(
178
939
  strokeLinejoin: "round",
179
940
  ...props,
180
941
  children: [
181
- /* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M12 3.212v12.026" }),
182
- /* @__PURE__ */ jsxRuntime.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" })
942
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
943
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
183
944
  ]
184
945
  }
185
946
  )
186
947
  );
187
- Upload.displayName = "Upload";
948
+ X.displayName = "X";
188
949
 
189
- exports.Dashboard = Dashboard;
950
+ exports.ArrowBigUp = ArrowBigUp;
951
+ exports.ArrowBigUp1 = ArrowBigUp1;
952
+ exports.ArrowBigUp1Filled = ArrowBigUp1Filled;
953
+ exports.ArrowBigUpFilled = ArrowBigUpFilled;
954
+ exports.ArrowLeft = ArrowLeft;
955
+ exports.ArrowLeft1 = ArrowLeft1;
956
+ exports.ArrowLeft1Filled = ArrowLeft1Filled;
957
+ exports.ArrowLeft2 = ArrowLeft2;
958
+ exports.ArrowLeft2Filled = ArrowLeft2Filled;
959
+ exports.ArrowLeft3 = ArrowLeft3;
960
+ exports.ArrowLeft3Filled = ArrowLeft3Filled;
961
+ exports.ArrowLeft4 = ArrowLeft4;
962
+ exports.ArrowLeft4Filled = ArrowLeft4Filled;
963
+ exports.ArrowLeft5 = ArrowLeft5;
964
+ exports.ArrowLeft5Filled = ArrowLeft5Filled;
965
+ exports.ArrowLeft6 = ArrowLeft6;
966
+ exports.ArrowLeft6Filled = ArrowLeft6Filled;
967
+ exports.ArrowLeftFilled = ArrowLeftFilled;
968
+ exports.Ashmit = Ashmit;
969
+ exports.AshmitFilled = AshmitFilled;
970
+ exports.Automobile = Automobile;
971
+ exports.AutomobileFilled = AutomobileFilled;
972
+ exports.Axe = Axe;
973
+ exports.AxeFilled = AxeFilled;
974
+ exports.Car = Car;
975
+ exports.CarFilled = CarFilled;
976
+ exports.Check = Check;
977
+ exports.CheckFilled = CheckFilled;
978
+ exports.Film = Film;
979
+ exports.FilmFilled = FilmFilled;
980
+ exports.Final = Final;
981
+ exports.FinalFilled = FinalFilled;
190
982
  exports.Icon = Icon;
191
- exports.Login = Login;
192
- exports.Moon = Moon;
983
+ exports.Me = Me;
984
+ exports.MeFilled = MeFilled;
193
985
  exports.Test = Test;
194
- exports.Trash = Trash;
195
- exports.Upload = Upload;
196
- exports.VerifiedFilled = VerifiedFilled;
986
+ exports.TestFilled = TestFilled;
987
+ exports.Vehicle = Vehicle;
988
+ exports.VehicleFilled = VehicleFilled;
989
+ exports.Verified = Verified;
990
+ exports.X = X;
991
+ exports.XFilled = XFilled;
197
992
  //# sourceMappingURL=index.js.map
198
993
  //# sourceMappingURL=index.js.map