@ashmit72/mage-icons-react 0.1.0 → 0.1.2

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,428 @@ 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 AshmitFilled = react.forwardRef(
357
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
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: [
372
+ /* @__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" }),
373
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
374
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
375
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
376
+ ]
377
+ }
378
+ )
379
+ );
380
+ AshmitFilled.displayName = "AshmitFilled";
381
+ var Ashmit = react.forwardRef(
382
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
383
+ "svg",
384
+ {
385
+ ref,
386
+ xmlns: "http://www.w3.org/2000/svg",
387
+ width: size,
388
+ height: size,
389
+ viewBox: "0 0 24 24",
390
+ fill: "none",
391
+ stroke: color,
392
+ strokeWidth,
393
+ strokeLinecap: "round",
394
+ strokeLinejoin: "round",
395
+ ...props,
396
+ children: [
397
+ /* @__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" }),
398
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
399
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
400
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
401
+ ]
402
+ }
403
+ )
404
+ );
405
+ Ashmit.displayName = "Ashmit";
406
+ var AutomobileFilled = react.forwardRef(
407
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
408
+ "svg",
409
+ {
410
+ ref,
411
+ xmlns: "http://www.w3.org/2000/svg",
412
+ width: size,
413
+ height: size,
414
+ viewBox: "0 0 24 24",
415
+ fill: "none",
416
+ stroke: color,
417
+ strokeWidth,
418
+ strokeLinecap: "round",
419
+ strokeLinejoin: "round",
420
+ ...props,
421
+ children: [
422
+ /* @__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" }),
423
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
424
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
425
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
426
+ ]
427
+ }
428
+ )
429
+ );
430
+ AutomobileFilled.displayName = "AutomobileFilled";
431
+ var Automobile = react.forwardRef(
432
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
433
+ "svg",
434
+ {
435
+ ref,
436
+ xmlns: "http://www.w3.org/2000/svg",
437
+ width: size,
438
+ height: size,
439
+ viewBox: "0 0 24 24",
440
+ fill: "none",
441
+ stroke: color,
442
+ strokeWidth,
443
+ strokeLinecap: "round",
444
+ strokeLinejoin: "round",
445
+ ...props,
446
+ children: [
447
+ /* @__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" }),
448
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
449
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
450
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
451
+ ]
452
+ }
453
+ )
454
+ );
455
+ Automobile.displayName = "Automobile";
456
+ var AxeFilled = react.forwardRef(
457
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
38
458
  "svg",
39
459
  {
40
460
  ref,
@@ -42,14 +462,21 @@ var VerifiedFilled = react.forwardRef(
42
462
  width: size,
43
463
  height: size,
44
464
  viewBox: "0 0 24 24",
45
- fill: color,
465
+ fill: "none",
466
+ stroke: color,
467
+ strokeWidth,
468
+ strokeLinecap: "round",
469
+ strokeLinejoin: "round",
46
470
  ...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" })
471
+ children: [
472
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
473
+ /* @__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" })
474
+ ]
48
475
  }
49
476
  )
50
477
  );
51
- VerifiedFilled.displayName = "VerifiedFilled";
52
- var Dashboard = react.forwardRef(
478
+ AxeFilled.displayName = "AxeFilled";
479
+ var Axe = react.forwardRef(
53
480
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
54
481
  "svg",
55
482
  {
@@ -65,14 +492,14 @@ var Dashboard = react.forwardRef(
65
492
  strokeLinejoin: "round",
66
493
  ...props,
67
494
  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" })
495
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
496
+ /* @__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
497
  ]
71
498
  }
72
499
  )
73
500
  );
74
- Dashboard.displayName = "Dashboard";
75
- var Login = react.forwardRef(
501
+ Axe.displayName = "Axe";
502
+ var CarFilled = react.forwardRef(
76
503
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
77
504
  "svg",
78
505
  {
@@ -88,16 +515,234 @@ var Login = react.forwardRef(
88
515
  strokeLinejoin: "round",
89
516
  ...props,
90
517
  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" })
518
+ /* @__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" }),
519
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
520
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
521
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
94
522
  ]
95
523
  }
96
524
  )
97
525
  );
98
- Login.displayName = "Login";
99
- var Moon = react.forwardRef(
100
- ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
526
+ CarFilled.displayName = "CarFilled";
527
+ var Car = react.forwardRef(
528
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
529
+ "svg",
530
+ {
531
+ ref,
532
+ xmlns: "http://www.w3.org/2000/svg",
533
+ width: size,
534
+ height: size,
535
+ viewBox: "0 0 24 24",
536
+ fill: "none",
537
+ stroke: color,
538
+ strokeWidth,
539
+ strokeLinecap: "round",
540
+ strokeLinejoin: "round",
541
+ ...props,
542
+ children: [
543
+ /* @__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" }),
544
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
545
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
546
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
547
+ ]
548
+ }
549
+ )
550
+ );
551
+ Car.displayName = "Car";
552
+ var CheckFilled = react.forwardRef(
553
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
554
+ "svg",
555
+ {
556
+ ref,
557
+ xmlns: "http://www.w3.org/2000/svg",
558
+ width: size,
559
+ height: size,
560
+ viewBox: "0 0 24 24",
561
+ fill: "none",
562
+ stroke: color,
563
+ strokeWidth,
564
+ strokeLinecap: "round",
565
+ strokeLinejoin: "round",
566
+ ...props,
567
+ children: [
568
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
569
+ /* @__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" })
570
+ ]
571
+ }
572
+ )
573
+ );
574
+ CheckFilled.displayName = "CheckFilled";
575
+ var Check = react.forwardRef(
576
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
577
+ "svg",
578
+ {
579
+ ref,
580
+ xmlns: "http://www.w3.org/2000/svg",
581
+ width: size,
582
+ height: size,
583
+ viewBox: "0 0 24 24",
584
+ fill: "none",
585
+ stroke: color,
586
+ strokeWidth,
587
+ strokeLinecap: "round",
588
+ strokeLinejoin: "round",
589
+ ...props,
590
+ children: [
591
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
592
+ /* @__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" })
593
+ ]
594
+ }
595
+ )
596
+ );
597
+ Check.displayName = "Check";
598
+ var FilmFilled = react.forwardRef(
599
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
600
+ "svg",
601
+ {
602
+ ref,
603
+ xmlns: "http://www.w3.org/2000/svg",
604
+ width: size,
605
+ height: size,
606
+ viewBox: "0 0 24 24",
607
+ fill: "none",
608
+ stroke: color,
609
+ strokeWidth,
610
+ strokeLinecap: "round",
611
+ strokeLinejoin: "round",
612
+ ...props,
613
+ children: [
614
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
615
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
616
+ ]
617
+ }
618
+ )
619
+ );
620
+ FilmFilled.displayName = "FilmFilled";
621
+ var Film = react.forwardRef(
622
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
623
+ "svg",
624
+ {
625
+ ref,
626
+ xmlns: "http://www.w3.org/2000/svg",
627
+ width: size,
628
+ height: size,
629
+ viewBox: "0 0 24 24",
630
+ fill: "none",
631
+ stroke: color,
632
+ strokeWidth,
633
+ strokeLinecap: "round",
634
+ strokeLinejoin: "round",
635
+ ...props,
636
+ children: [
637
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "20", height: "20", x: "2", y: "2", rx: "2.18", ry: "2.18" }),
638
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5" })
639
+ ]
640
+ }
641
+ )
642
+ );
643
+ Film.displayName = "Film";
644
+ var FinalFilled = react.forwardRef(
645
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
646
+ "svg",
647
+ {
648
+ ref,
649
+ xmlns: "http://www.w3.org/2000/svg",
650
+ width: size,
651
+ height: size,
652
+ viewBox: "0 0 24 24",
653
+ fill: "none",
654
+ stroke: color,
655
+ strokeWidth,
656
+ strokeLinecap: "round",
657
+ strokeLinejoin: "round",
658
+ ...props,
659
+ children: [
660
+ /* @__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" }),
661
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
662
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
663
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
664
+ ]
665
+ }
666
+ )
667
+ );
668
+ FinalFilled.displayName = "FinalFilled";
669
+ var Final = react.forwardRef(
670
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
671
+ "svg",
672
+ {
673
+ ref,
674
+ xmlns: "http://www.w3.org/2000/svg",
675
+ width: size,
676
+ height: size,
677
+ viewBox: "0 0 24 24",
678
+ fill: "none",
679
+ stroke: color,
680
+ strokeWidth,
681
+ strokeLinecap: "round",
682
+ strokeLinejoin: "round",
683
+ ...props,
684
+ children: [
685
+ /* @__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" }),
686
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
687
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
688
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
689
+ ]
690
+ }
691
+ )
692
+ );
693
+ Final.displayName = "Final";
694
+ var MeFilled = react.forwardRef(
695
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
696
+ "svg",
697
+ {
698
+ ref,
699
+ xmlns: "http://www.w3.org/2000/svg",
700
+ width: size,
701
+ height: size,
702
+ viewBox: "0 0 24 24",
703
+ fill: "none",
704
+ stroke: color,
705
+ strokeWidth,
706
+ strokeLinecap: "round",
707
+ strokeLinejoin: "round",
708
+ ...props,
709
+ children: [
710
+ /* @__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" }),
711
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
712
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
713
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
714
+ ]
715
+ }
716
+ )
717
+ );
718
+ MeFilled.displayName = "MeFilled";
719
+ var Me = react.forwardRef(
720
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
721
+ "svg",
722
+ {
723
+ ref,
724
+ xmlns: "http://www.w3.org/2000/svg",
725
+ width: size,
726
+ height: size,
727
+ viewBox: "0 0 24 24",
728
+ fill: "none",
729
+ stroke: color,
730
+ strokeWidth,
731
+ strokeLinecap: "round",
732
+ strokeLinejoin: "round",
733
+ ...props,
734
+ children: [
735
+ /* @__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" }),
736
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
737
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
738
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
739
+ ]
740
+ }
741
+ )
742
+ );
743
+ Me.displayName = "Me";
744
+ var TestFilled = react.forwardRef(
745
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
101
746
  "svg",
102
747
  {
103
748
  ref,
@@ -111,11 +756,14 @@ var Moon = react.forwardRef(
111
756
  strokeLinecap: "round",
112
757
  strokeLinejoin: "round",
113
758
  ...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" })
759
+ children: [
760
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
761
+ /* @__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" })
762
+ ]
115
763
  }
116
764
  )
117
765
  );
118
- Moon.displayName = "Moon";
766
+ TestFilled.displayName = "TestFilled";
119
767
  var Test = react.forwardRef(
120
768
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
121
769
  "svg",
@@ -132,14 +780,87 @@ var Test = react.forwardRef(
132
780
  strokeLinejoin: "round",
133
781
  ...props,
134
782
  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" })
783
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }),
784
+ /* @__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
785
  ]
138
786
  }
139
787
  )
140
788
  );
141
789
  Test.displayName = "Test";
142
- var Trash = react.forwardRef(
790
+ var VehicleFilled = react.forwardRef(
791
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
792
+ "svg",
793
+ {
794
+ ref,
795
+ xmlns: "http://www.w3.org/2000/svg",
796
+ width: size,
797
+ height: size,
798
+ viewBox: "0 0 24 24",
799
+ fill: "none",
800
+ stroke: color,
801
+ strokeWidth,
802
+ strokeLinecap: "round",
803
+ strokeLinejoin: "round",
804
+ ...props,
805
+ children: [
806
+ /* @__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" }),
807
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
808
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
809
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
810
+ ]
811
+ }
812
+ )
813
+ );
814
+ VehicleFilled.displayName = "VehicleFilled";
815
+ var Vehicle = react.forwardRef(
816
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
817
+ "svg",
818
+ {
819
+ ref,
820
+ xmlns: "http://www.w3.org/2000/svg",
821
+ width: size,
822
+ height: size,
823
+ viewBox: "0 0 24 24",
824
+ fill: "none",
825
+ stroke: color,
826
+ strokeWidth,
827
+ strokeLinecap: "round",
828
+ strokeLinejoin: "round",
829
+ ...props,
830
+ children: [
831
+ /* @__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" }),
832
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "7", cy: "17", r: "2" }),
833
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 17h6" }),
834
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17", cy: "17", r: "2" })
835
+ ]
836
+ }
837
+ )
838
+ );
839
+ Vehicle.displayName = "Vehicle";
840
+ var Verified = react.forwardRef(
841
+ ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
842
+ "svg",
843
+ {
844
+ ref,
845
+ xmlns: "http://www.w3.org/2000/svg",
846
+ width: size,
847
+ height: size,
848
+ viewBox: "0 0 24 24",
849
+ fill: "none",
850
+ stroke: color,
851
+ strokeWidth,
852
+ strokeLinecap: "round",
853
+ strokeLinejoin: "round",
854
+ ...props,
855
+ children: [
856
+ /* @__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" }),
857
+ /* @__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" })
858
+ ]
859
+ }
860
+ )
861
+ );
862
+ Verified.displayName = "Verified";
863
+ var XFilled = react.forwardRef(
143
864
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
144
865
  "svg",
145
866
  {
@@ -155,14 +876,14 @@ var Trash = react.forwardRef(
155
876
  strokeLinejoin: "round",
156
877
  ...props,
157
878
  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" })
879
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
880
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
160
881
  ]
161
882
  }
162
883
  )
163
884
  );
164
- Trash.displayName = "Trash";
165
- var Upload = react.forwardRef(
885
+ XFilled.displayName = "XFilled";
886
+ var X = react.forwardRef(
166
887
  ({ size = 24, color = "currentColor", strokeWidth = 2, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsxs(
167
888
  "svg",
168
889
  {
@@ -178,21 +899,53 @@ var Upload = react.forwardRef(
178
899
  strokeLinejoin: "round",
179
900
  ...props,
180
901
  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" })
902
+ /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }),
903
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m9 9 6 6M15 9l-6 6" })
183
904
  ]
184
905
  }
185
906
  )
186
907
  );
187
- Upload.displayName = "Upload";
908
+ X.displayName = "X";
188
909
 
189
- exports.Dashboard = Dashboard;
910
+ exports.ArrowBigUp = ArrowBigUp;
911
+ exports.ArrowBigUp1 = ArrowBigUp1;
912
+ exports.ArrowBigUp1Filled = ArrowBigUp1Filled;
913
+ exports.ArrowBigUpFilled = ArrowBigUpFilled;
914
+ exports.ArrowLeft = ArrowLeft;
915
+ exports.ArrowLeft1 = ArrowLeft1;
916
+ exports.ArrowLeft1Filled = ArrowLeft1Filled;
917
+ exports.ArrowLeft2 = ArrowLeft2;
918
+ exports.ArrowLeft2Filled = ArrowLeft2Filled;
919
+ exports.ArrowLeft3 = ArrowLeft3;
920
+ exports.ArrowLeft3Filled = ArrowLeft3Filled;
921
+ exports.ArrowLeft4 = ArrowLeft4;
922
+ exports.ArrowLeft4Filled = ArrowLeft4Filled;
923
+ exports.ArrowLeft5 = ArrowLeft5;
924
+ exports.ArrowLeft5Filled = ArrowLeft5Filled;
925
+ exports.ArrowLeftFilled = ArrowLeftFilled;
926
+ exports.Ashmit = Ashmit;
927
+ exports.AshmitFilled = AshmitFilled;
928
+ exports.Automobile = Automobile;
929
+ exports.AutomobileFilled = AutomobileFilled;
930
+ exports.Axe = Axe;
931
+ exports.AxeFilled = AxeFilled;
932
+ exports.Car = Car;
933
+ exports.CarFilled = CarFilled;
934
+ exports.Check = Check;
935
+ exports.CheckFilled = CheckFilled;
936
+ exports.Film = Film;
937
+ exports.FilmFilled = FilmFilled;
938
+ exports.Final = Final;
939
+ exports.FinalFilled = FinalFilled;
190
940
  exports.Icon = Icon;
191
- exports.Login = Login;
192
- exports.Moon = Moon;
941
+ exports.Me = Me;
942
+ exports.MeFilled = MeFilled;
193
943
  exports.Test = Test;
194
- exports.Trash = Trash;
195
- exports.Upload = Upload;
196
- exports.VerifiedFilled = VerifiedFilled;
944
+ exports.TestFilled = TestFilled;
945
+ exports.Vehicle = Vehicle;
946
+ exports.VehicleFilled = VehicleFilled;
947
+ exports.Verified = Verified;
948
+ exports.X = X;
949
+ exports.XFilled = XFilled;
197
950
  //# sourceMappingURL=index.js.map
198
951
  //# sourceMappingURL=index.js.map