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