@versini/ui-icons 4.15.0 → 4.15.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.
Files changed (2) hide show
  1. package/dist/index.js +243 -204
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-icons v4.15.0
2
+ @versini/ui-icons v4.15.2
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_ICONS__) {
7
7
  window.__VERSINI_UI_ICONS__ = {
8
- version: "4.15.0",
9
- buildTime: "11/03/2025 06:59 PM EST",
8
+ version: "4.15.2",
9
+ buildTime: "12/30/2025 08:57 AM EST",
10
10
  homepage: "https://github.com/aversini/ui-icons",
11
11
  license: "MIT",
12
12
  };
@@ -16,13 +16,53 @@ try {
16
16
  }
17
17
 
18
18
  import { jsx, jsxs } from "react/jsx-runtime";
19
- import { SvgIcon } from "@versini/ui-svgicon";
19
+ import clsx from "clsx";
20
20
 
21
21
  ;// CONCATENATED MODULE: external "react/jsx-runtime"
22
22
 
23
- ;// CONCATENATED MODULE: external "@versini/ui-svgicon"
23
+ ;// CONCATENATED MODULE: external "clsx"
24
+
25
+ ;// CONCATENATED MODULE: ../ui-svgicon/dist/index.js
26
+ /*!
27
+ @versini/ui-svgicon v4.3.0
28
+ © 2025 gizmette.com
29
+ */ try {
30
+ if (!window.__VERSINI_UI_SVGICON__) {
31
+ window.__VERSINI_UI_SVGICON__ = {
32
+ version: "4.3.0",
33
+ buildTime: "12/30/2025 08:57 AM EST",
34
+ homepage: "https://github.com/aversini/ui-icons",
35
+ license: "MIT"
36
+ };
37
+ }
38
+ } catch (error) {
39
+ // nothing to declare officer
40
+ }
41
+
42
+
43
+ const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, title, semantic = false, ...rest })=>{
44
+ const generatedClassName = clsx(size, className);
45
+ return /*#__PURE__*/ jsxs("svg", {
46
+ xmlns: "http://www.w3.org/2000/svg",
47
+ className: generatedClassName,
48
+ viewBox: viewBox ? viewBox : defaultViewBox,
49
+ fill: fill ? fill : "currentColor",
50
+ role: "img",
51
+ "aria-hidden": !semantic,
52
+ focusable: false,
53
+ ...rest,
54
+ children: [
55
+ title && semantic && /*#__PURE__*/ jsx("title", {
56
+ children: title
57
+ }),
58
+ children
59
+ ]
60
+ });
61
+ };
62
+ /* v8 ignore next 1 */
24
63
 
25
64
  ;// CONCATENATED MODULE: ./src/components/Icons/IconAdd.tsx
65
+
26
66
  /**
27
67
  * This file was automatically generated.
28
68
  * Please do not edit manually.
@@ -34,10 +74,9 @@ import { SvgIcon } from "@versini/ui-svgicon";
34
74
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
35
75
  *
36
76
  */
37
-
38
77
  const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
39
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
40
- return /*#__PURE__*/ jsx(SvgIcon, {
78
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
79
+ /* v8 ignore stop */ return /*#__PURE__*/ jsx(SvgIcon, {
41
80
  defaultViewBox: "0 0 448 512",
42
81
  size: "size-5",
43
82
  viewBox: viewBox,
@@ -52,6 +91,7 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
52
91
  };
53
92
 
54
93
  ;// CONCATENATED MODULE: ./src/components/Icons/IconAddLight.tsx
94
+
55
95
  /**
56
96
  * This file was automatically generated.
57
97
  * Please do not edit manually.
@@ -63,7 +103,6 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
63
103
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
64
104
  *
65
105
  */
66
-
67
106
  const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
68
107
  return /*#__PURE__*/ jsx(SvgIcon, {
69
108
  defaultViewBox: "0 0 448 512",
@@ -79,6 +118,7 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
79
118
  };
80
119
 
81
120
  ;// CONCATENATED MODULE: ./src/components/Icons/IconAnthropic.tsx
121
+
82
122
  /**
83
123
  * This file was automatically generated.
84
124
  * Please do not edit manually.
@@ -90,7 +130,6 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
90
130
  * undefined
91
131
  *
92
132
  */
93
-
94
133
  const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
95
134
  return /*#__PURE__*/ jsx(SvgIcon, {
96
135
  defaultViewBox: "0 0 24 24",
@@ -106,6 +145,7 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
106
145
  };
107
146
 
108
147
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBack.tsx
148
+
109
149
  /**
110
150
  * This file was automatically generated.
111
151
  * Please do not edit manually.
@@ -117,10 +157,9 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
117
157
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
118
158
  *
119
159
  */
120
-
121
160
  const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
122
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
123
- return /*#__PURE__*/ jsxs(SvgIcon, {
161
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
162
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
124
163
  defaultViewBox: "0 0 512 512",
125
164
  size: "size-5",
126
165
  viewBox: viewBox,
@@ -140,6 +179,7 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
140
179
  };
141
180
 
142
181
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBackLight.tsx
182
+
143
183
  /**
144
184
  * This file was automatically generated.
145
185
  * Please do not edit manually.
@@ -151,7 +191,6 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
151
191
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
152
192
  *
153
193
  */
154
-
155
194
  const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
156
195
  return /*#__PURE__*/ jsx(SvgIcon, {
157
196
  defaultViewBox: "0 0 512 512",
@@ -167,6 +206,7 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
167
206
  };
168
207
 
169
208
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBookmark.tsx
209
+
170
210
  /**
171
211
  * This file was automatically generated.
172
212
  * Please do not edit manually.
@@ -178,7 +218,6 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
178
218
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
179
219
  *
180
220
  */
181
-
182
221
  const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
183
222
  return /*#__PURE__*/ jsxs(SvgIcon, {
184
223
  defaultViewBox: "0 0 384 512",
@@ -200,6 +239,7 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
200
239
  };
201
240
 
202
241
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBookmarkLight.tsx
242
+
203
243
  /**
204
244
  * This file was automatically generated.
205
245
  * Please do not edit manually.
@@ -211,7 +251,6 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
211
251
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
212
252
  *
213
253
  */
214
-
215
254
  const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
216
255
  return /*#__PURE__*/ jsxs(SvgIcon, {
217
256
  defaultViewBox: "0 0 384 512",
@@ -233,6 +272,7 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
233
272
  };
234
273
 
235
274
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparkles.tsx
275
+
236
276
  /**
237
277
  * This file was automatically generated.
238
278
  * Please do not edit manually.
@@ -244,7 +284,6 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
244
284
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
245
285
  *
246
286
  */
247
-
248
287
  const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
249
288
  return /*#__PURE__*/ jsxs(SvgIcon, {
250
289
  defaultViewBox: "0 0 448 512",
@@ -266,6 +305,7 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
266
305
  };
267
306
 
268
307
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparklesLight.tsx
308
+
269
309
  /**
270
310
  * This file was automatically generated.
271
311
  * Please do not edit manually.
@@ -277,7 +317,6 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
277
317
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
278
318
  *
279
319
  */
280
-
281
320
  const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })=>{
282
321
  return /*#__PURE__*/ jsxs(SvgIcon, {
283
322
  defaultViewBox: "0 0 448 512",
@@ -299,6 +338,7 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
299
338
  };
300
339
 
301
340
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBrightness.tsx
341
+
302
342
  /**
303
343
  * This file was automatically generated.
304
344
  * Please do not edit manually.
@@ -310,10 +350,9 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
310
350
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
311
351
  *
312
352
  */
313
-
314
353
  const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
315
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
316
- return /*#__PURE__*/ jsxs(SvgIcon, {
354
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
355
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
317
356
  defaultViewBox: "0 0 512 512",
318
357
  size: "size-5",
319
358
  viewBox: viewBox,
@@ -333,6 +372,7 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
333
372
  };
334
373
 
335
374
  ;// CONCATENATED MODULE: ./src/components/Icons/IconBrightnessLight.tsx
375
+
336
376
  /**
337
377
  * This file was automatically generated.
338
378
  * Please do not edit manually.
@@ -344,10 +384,9 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
344
384
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
345
385
  *
346
386
  */
347
-
348
387
  const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>{
349
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
350
- return /*#__PURE__*/ jsxs(SvgIcon, {
388
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
389
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
351
390
  defaultViewBox: "0 0 512 512",
352
391
  size: "size-5",
353
392
  viewBox: viewBox,
@@ -367,6 +406,7 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
367
406
  };
368
407
 
369
408
  ;// CONCATENATED MODULE: ./src/components/Icons/IconChart.tsx
409
+
370
410
  /**
371
411
  * This file was automatically generated.
372
412
  * Please do not edit manually.
@@ -378,10 +418,9 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
378
418
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
379
419
  *
380
420
  */
381
-
382
421
  const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
383
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
384
- return /*#__PURE__*/ jsxs(SvgIcon, {
422
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
423
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
385
424
  defaultViewBox: "0 0 448 512",
386
425
  size: "size-5",
387
426
  viewBox: viewBox,
@@ -401,6 +440,7 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
401
440
  };
402
441
 
403
442
  ;// CONCATENATED MODULE: ./src/components/Icons/IconChartLight.tsx
443
+
404
444
  /**
405
445
  * This file was automatically generated.
406
446
  * Please do not edit manually.
@@ -412,10 +452,9 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
412
452
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
413
453
  *
414
454
  */
415
-
416
455
  const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
417
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
418
- return /*#__PURE__*/ jsxs(SvgIcon, {
456
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
457
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
419
458
  defaultViewBox: "0 0 448 512",
420
459
  size: "size-5",
421
460
  viewBox: viewBox,
@@ -435,6 +474,7 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
435
474
  };
436
475
 
437
476
  ;// CONCATENATED MODULE: ./src/components/Icons/IconChecked.tsx
477
+
438
478
  /**
439
479
  * This file was automatically generated.
440
480
  * Please do not edit manually.
@@ -446,7 +486,6 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
446
486
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
447
487
  *
448
488
  */
449
-
450
489
  const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
451
490
  return /*#__PURE__*/ jsxs(SvgIcon, {
452
491
  defaultViewBox: "0 0 448 512",
@@ -468,6 +507,7 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
468
507
  };
469
508
 
470
509
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCheckedLight.tsx
510
+
471
511
  /**
472
512
  * This file was automatically generated.
473
513
  * Please do not edit manually.
@@ -479,7 +519,6 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
479
519
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
480
520
  *
481
521
  */
482
-
483
522
  const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
484
523
  return /*#__PURE__*/ jsxs(SvgIcon, {
485
524
  defaultViewBox: "0 0 448 512",
@@ -501,6 +540,7 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
501
540
  };
502
541
 
503
542
  ;// CONCATENATED MODULE: ./src/components/Icons/IconClose.tsx
543
+
504
544
  /**
505
545
  * This file was automatically generated.
506
546
  * Please do not edit manually.
@@ -512,10 +552,9 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
512
552
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
513
553
  *
514
554
  */
515
-
516
555
  const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
517
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
518
- return /*#__PURE__*/ jsx(SvgIcon, {
556
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
557
+ /* v8 ignore stop */ return /*#__PURE__*/ jsx(SvgIcon, {
519
558
  defaultViewBox: "0 0 384 512",
520
559
  size: "size-5",
521
560
  viewBox: viewBox,
@@ -530,6 +569,7 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
530
569
  };
531
570
 
532
571
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCloseLight.tsx
572
+
533
573
  /**
534
574
  * This file was automatically generated.
535
575
  * Please do not edit manually.
@@ -541,7 +581,6 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
541
581
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
542
582
  *
543
583
  */
544
-
545
584
  const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
546
585
  return /*#__PURE__*/ jsx(SvgIcon, {
547
586
  defaultViewBox: "0 0 384 512",
@@ -557,6 +596,7 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
557
596
  };
558
597
 
559
598
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCopied.tsx
599
+
560
600
  /**
561
601
  * This file was automatically generated.
562
602
  * Please do not edit manually.
@@ -568,7 +608,6 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
568
608
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
569
609
  *
570
610
  */
571
-
572
611
  const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
573
612
  return /*#__PURE__*/ jsxs(SvgIcon, {
574
613
  defaultViewBox: "0 0 448 512",
@@ -590,6 +629,7 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
590
629
  };
591
630
 
592
631
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCopiedLight.tsx
632
+
593
633
  /**
594
634
  * This file was automatically generated.
595
635
  * Please do not edit manually.
@@ -601,7 +641,6 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
601
641
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
602
642
  *
603
643
  */
604
-
605
644
  const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
606
645
  return /*#__PURE__*/ jsxs(SvgIcon, {
607
646
  defaultViewBox: "0 0 448 512",
@@ -623,6 +662,7 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
623
662
  };
624
663
 
625
664
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCopy.tsx
665
+
626
666
  /**
627
667
  * This file was automatically generated.
628
668
  * Please do not edit manually.
@@ -634,7 +674,6 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
634
674
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
635
675
  *
636
676
  */
637
-
638
677
  const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
639
678
  return /*#__PURE__*/ jsx(SvgIcon, {
640
679
  defaultViewBox: "0 0 512 512",
@@ -650,6 +689,7 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
650
689
  };
651
690
 
652
691
  ;// CONCATENATED MODULE: ./src/components/Icons/IconCopyLight.tsx
692
+
653
693
  /**
654
694
  * This file was automatically generated.
655
695
  * Please do not edit manually.
@@ -661,7 +701,6 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
661
701
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
662
702
  *
663
703
  */
664
-
665
704
  const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
666
705
  return /*#__PURE__*/ jsx(SvgIcon, {
667
706
  defaultViewBox: "0 0 512 512",
@@ -677,6 +716,7 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
677
716
  };
678
717
 
679
718
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDelete.tsx
719
+
680
720
  /**
681
721
  * This file was automatically generated.
682
722
  * Please do not edit manually.
@@ -688,10 +728,9 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
688
728
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
689
729
  *
690
730
  */
691
-
692
731
  const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
693
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
694
- return /*#__PURE__*/ jsxs(SvgIcon, {
732
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
733
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
695
734
  defaultViewBox: "0 0 448 512",
696
735
  size: "size-5",
697
736
  viewBox: viewBox,
@@ -711,6 +750,7 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
711
750
  };
712
751
 
713
752
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDeleteLight.tsx
753
+
714
754
  /**
715
755
  * This file was automatically generated.
716
756
  * Please do not edit manually.
@@ -722,7 +762,6 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
722
762
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
723
763
  *
724
764
  */
725
-
726
765
  const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
727
766
  return /*#__PURE__*/ jsxs(SvgIcon, {
728
767
  defaultViewBox: "0 0 448 512",
@@ -744,6 +783,7 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
744
783
  };
745
784
 
746
785
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDog.tsx
786
+
747
787
  /**
748
788
  * This file was automatically generated.
749
789
  * Please do not edit manually.
@@ -755,7 +795,6 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
755
795
  * undefined
756
796
  *
757
797
  */
758
-
759
798
  const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
760
799
  return /*#__PURE__*/ jsx(SvgIcon, {
761
800
  defaultViewBox: "0 0 1200 500",
@@ -771,6 +810,7 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
771
810
  };
772
811
 
773
812
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDown.tsx
813
+
774
814
  /**
775
815
  * This file was automatically generated.
776
816
  * Please do not edit manually.
@@ -782,10 +822,9 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
782
822
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
783
823
  *
784
824
  */
785
-
786
825
  const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
787
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
788
- return /*#__PURE__*/ jsxs(SvgIcon, {
826
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
827
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
789
828
  defaultViewBox: "0 0 384 512",
790
829
  size: "size-5",
791
830
  viewBox: viewBox,
@@ -805,6 +844,7 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
805
844
  };
806
845
 
807
846
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDownLight.tsx
847
+
808
848
  /**
809
849
  * This file was automatically generated.
810
850
  * Please do not edit manually.
@@ -816,7 +856,6 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
816
856
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
817
857
  *
818
858
  */
819
-
820
859
  const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
821
860
  return /*#__PURE__*/ jsx(SvgIcon, {
822
861
  defaultViewBox: "0 0 384 512",
@@ -832,6 +871,7 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
832
871
  };
833
872
 
834
873
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDownload.tsx
874
+
835
875
  /**
836
876
  * This file was automatically generated.
837
877
  * Please do not edit manually.
@@ -843,10 +883,9 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
843
883
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
844
884
  *
845
885
  */
846
-
847
886
  const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
848
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
849
- return /*#__PURE__*/ jsxs(SvgIcon, {
887
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
888
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
850
889
  defaultViewBox: "0 0 384 512",
851
890
  size: "size-5",
852
891
  viewBox: viewBox,
@@ -866,6 +905,7 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
866
905
  };
867
906
 
868
907
  ;// CONCATENATED MODULE: ./src/components/Icons/IconDownloadLight.tsx
908
+
869
909
  /**
870
910
  * This file was automatically generated.
871
911
  * Please do not edit manually.
@@ -877,7 +917,6 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
877
917
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
878
918
  *
879
919
  */
880
-
881
920
  const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
882
921
  return /*#__PURE__*/ jsx(SvgIcon, {
883
922
  defaultViewBox: "0 0 384 512",
@@ -893,6 +932,7 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
893
932
  };
894
933
 
895
934
  ;// CONCATENATED MODULE: ./src/components/Icons/IconEdit.tsx
935
+
896
936
  /**
897
937
  * This file was automatically generated.
898
938
  * Please do not edit manually.
@@ -904,10 +944,9 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
904
944
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
905
945
  *
906
946
  */
907
-
908
947
  const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
909
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
910
- return /*#__PURE__*/ jsxs(SvgIcon, {
948
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
949
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
911
950
  defaultViewBox: "0 0 512 512",
912
951
  size: "size-5",
913
952
  viewBox: viewBox,
@@ -927,6 +966,7 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
927
966
  };
928
967
 
929
968
  ;// CONCATENATED MODULE: ./src/components/Icons/IconEditLight.tsx
969
+
930
970
  /**
931
971
  * This file was automatically generated.
932
972
  * Please do not edit manually.
@@ -938,10 +978,9 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
938
978
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
939
979
  *
940
980
  */
941
-
942
981
  const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
943
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
944
- return /*#__PURE__*/ jsxs(SvgIcon, {
982
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
983
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
945
984
  defaultViewBox: "0 0 512 512",
946
985
  size: "size-5",
947
986
  viewBox: viewBox,
@@ -961,6 +1000,7 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
961
1000
  };
962
1001
 
963
1002
  ;// CONCATENATED MODULE: ./src/components/Icons/IconEditUser.tsx
1003
+
964
1004
  /**
965
1005
  * This file was automatically generated.
966
1006
  * Please do not edit manually.
@@ -972,7 +1012,6 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
972
1012
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
973
1013
  *
974
1014
  */
975
-
976
1015
  const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
977
1016
  return /*#__PURE__*/ jsxs(SvgIcon, {
978
1017
  defaultViewBox: "0 0 640 512",
@@ -994,6 +1033,7 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
994
1033
  };
995
1034
 
996
1035
  ;// CONCATENATED MODULE: ./src/components/Icons/IconEditUserLight.tsx
1036
+
997
1037
  /**
998
1038
  * This file was automatically generated.
999
1039
  * Please do not edit manually.
@@ -1005,7 +1045,6 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
1005
1045
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1006
1046
  *
1007
1047
  */
1008
-
1009
1048
  const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
1010
1049
  return /*#__PURE__*/ jsxs(SvgIcon, {
1011
1050
  defaultViewBox: "0 0 640 512",
@@ -1027,6 +1066,7 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
1027
1066
  };
1028
1067
 
1029
1068
  ;// CONCATENATED MODULE: ./src/components/Icons/IconGitHub.tsx
1069
+
1030
1070
  /**
1031
1071
  * This file was automatically generated.
1032
1072
  * Please do not edit manually.
@@ -1038,7 +1078,6 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
1038
1078
  * !Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.
1039
1079
  *
1040
1080
  */
1041
-
1042
1081
  const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
1043
1082
  return /*#__PURE__*/ jsx(SvgIcon, {
1044
1083
  defaultViewBox: "0 0 496 512",
@@ -1054,6 +1093,7 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
1054
1093
  };
1055
1094
 
1056
1095
  ;// CONCATENATED MODULE: ./src/components/Icons/IconGoogleGemini.tsx
1096
+
1057
1097
  /**
1058
1098
  * This file was automatically generated.
1059
1099
  * Please do not edit manually.
@@ -1065,7 +1105,6 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
1065
1105
  * undefined
1066
1106
  *
1067
1107
  */
1068
-
1069
1108
  const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
1070
1109
  return /*#__PURE__*/ jsx(SvgIcon, {
1071
1110
  defaultViewBox: "0 0 24 24",
@@ -1081,6 +1120,7 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
1081
1120
  };
1082
1121
 
1083
1122
  ;// CONCATENATED MODULE: ./src/components/Icons/IconHide.tsx
1123
+
1084
1124
  /**
1085
1125
  * This file was automatically generated.
1086
1126
  * Please do not edit manually.
@@ -1092,10 +1132,9 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
1092
1132
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1093
1133
  *
1094
1134
  */
1095
-
1096
1135
  const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
1097
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1098
- return /*#__PURE__*/ jsxs(SvgIcon, {
1136
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1137
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1099
1138
  defaultViewBox: "0 0 640 512",
1100
1139
  size: "size-5",
1101
1140
  viewBox: viewBox,
@@ -1115,6 +1154,7 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
1115
1154
  };
1116
1155
 
1117
1156
  ;// CONCATENATED MODULE: ./src/components/Icons/IconHideLight.tsx
1157
+
1118
1158
  /**
1119
1159
  * This file was automatically generated.
1120
1160
  * Please do not edit manually.
@@ -1126,10 +1166,9 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
1126
1166
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1127
1167
  *
1128
1168
  */
1129
-
1130
1169
  const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
1131
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1132
- return /*#__PURE__*/ jsxs(SvgIcon, {
1170
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1171
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1133
1172
  defaultViewBox: "0 0 640 512",
1134
1173
  size: "size-5",
1135
1174
  viewBox: viewBox,
@@ -1149,6 +1188,7 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
1149
1188
  };
1150
1189
 
1151
1190
  ;// CONCATENATED MODULE: ./src/components/Icons/IconHistory.tsx
1191
+
1152
1192
  /**
1153
1193
  * This file was automatically generated.
1154
1194
  * Please do not edit manually.
@@ -1160,10 +1200,9 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
1160
1200
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1161
1201
  *
1162
1202
  */
1163
-
1164
1203
  const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
1165
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1166
- return /*#__PURE__*/ jsxs(SvgIcon, {
1204
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1205
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1167
1206
  defaultViewBox: "0 0 512 512",
1168
1207
  size: "size-5",
1169
1208
  viewBox: viewBox,
@@ -1183,6 +1222,7 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
1183
1222
  };
1184
1223
 
1185
1224
  ;// CONCATENATED MODULE: ./src/components/Icons/IconHistoryLight.tsx
1225
+
1186
1226
  /**
1187
1227
  * This file was automatically generated.
1188
1228
  * Please do not edit manually.
@@ -1194,7 +1234,6 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
1194
1234
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1195
1235
  *
1196
1236
  */
1197
-
1198
1237
  const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
1199
1238
  return /*#__PURE__*/ jsx(SvgIcon, {
1200
1239
  defaultViewBox: "0 0 512 512",
@@ -1210,6 +1249,7 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
1210
1249
  };
1211
1250
 
1212
1251
  ;// CONCATENATED MODULE: ./src/components/Icons/IconInfo.tsx
1252
+
1213
1253
  /**
1214
1254
  * This file was automatically generated.
1215
1255
  * Please do not edit manually.
@@ -1221,7 +1261,6 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
1221
1261
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1222
1262
  *
1223
1263
  */
1224
-
1225
1264
  const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
1226
1265
  return /*#__PURE__*/ jsxs(SvgIcon, {
1227
1266
  defaultViewBox: "0 0 512 512",
@@ -1243,6 +1282,7 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
1243
1282
  };
1244
1283
 
1245
1284
  ;// CONCATENATED MODULE: ./src/components/Icons/IconInfoLight.tsx
1285
+
1246
1286
  /**
1247
1287
  * This file was automatically generated.
1248
1288
  * Please do not edit manually.
@@ -1254,7 +1294,6 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
1254
1294
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1255
1295
  *
1256
1296
  */
1257
-
1258
1297
  const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
1259
1298
  return /*#__PURE__*/ jsxs(SvgIcon, {
1260
1299
  defaultViewBox: "0 0 512 512",
@@ -1276,6 +1315,7 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
1276
1315
  };
1277
1316
 
1278
1317
  ;// CONCATENATED MODULE: ./src/components/Icons/IconKey.tsx
1318
+
1279
1319
  /**
1280
1320
  * This file was automatically generated.
1281
1321
  * Please do not edit manually.
@@ -1287,10 +1327,9 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
1287
1327
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1288
1328
  *
1289
1329
  */
1290
-
1291
1330
  const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
1292
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1293
- return /*#__PURE__*/ jsxs(SvgIcon, {
1331
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1332
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1294
1333
  defaultViewBox: "0 0 512 512",
1295
1334
  size: "size-5",
1296
1335
  viewBox: viewBox,
@@ -1310,6 +1349,7 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
1310
1349
  };
1311
1350
 
1312
1351
  ;// CONCATENATED MODULE: ./src/components/Icons/IconKeyLight.tsx
1352
+
1313
1353
  /**
1314
1354
  * This file was automatically generated.
1315
1355
  * Please do not edit manually.
@@ -1321,7 +1361,6 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
1321
1361
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1322
1362
  *
1323
1363
  */
1324
-
1325
1364
  const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
1326
1365
  return /*#__PURE__*/ jsxs(SvgIcon, {
1327
1366
  defaultViewBox: "0 0 512 512",
@@ -1343,6 +1382,7 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
1343
1382
  };
1344
1383
 
1345
1384
  ;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulb.tsx
1385
+
1346
1386
  /**
1347
1387
  * This file was automatically generated.
1348
1388
  * Please do not edit manually.
@@ -1354,10 +1394,9 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
1354
1394
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1355
1395
  *
1356
1396
  */
1357
-
1358
1397
  const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
1359
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1360
- return /*#__PURE__*/ jsxs(SvgIcon, {
1398
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1399
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1361
1400
  defaultViewBox: "0 0 384 512",
1362
1401
  size: "size-5",
1363
1402
  viewBox: viewBox,
@@ -1377,6 +1416,7 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
1377
1416
  };
1378
1417
 
1379
1418
  ;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulbLight.tsx
1419
+
1380
1420
  /**
1381
1421
  * This file was automatically generated.
1382
1422
  * Please do not edit manually.
@@ -1388,10 +1428,9 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
1388
1428
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1389
1429
  *
1390
1430
  */
1391
-
1392
1431
  const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
1393
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1394
- return /*#__PURE__*/ jsxs(SvgIcon, {
1432
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1433
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1395
1434
  defaultViewBox: "0 0 384 512",
1396
1435
  size: "size-5",
1397
1436
  viewBox: viewBox,
@@ -1411,6 +1450,7 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
1411
1450
  };
1412
1451
 
1413
1452
  ;// CONCATENATED MODULE: ./src/components/Icons/IconList.tsx
1453
+
1414
1454
  /**
1415
1455
  * This file was automatically generated.
1416
1456
  * Please do not edit manually.
@@ -1422,10 +1462,9 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
1422
1462
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1423
1463
  *
1424
1464
  */
1425
-
1426
1465
  const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
1427
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1428
- return /*#__PURE__*/ jsxs(SvgIcon, {
1466
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1467
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1429
1468
  defaultViewBox: "0 0 512 512",
1430
1469
  size: "size-5",
1431
1470
  viewBox: viewBox,
@@ -1445,6 +1484,7 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
1445
1484
  };
1446
1485
 
1447
1486
  ;// CONCATENATED MODULE: ./src/components/Icons/IconListLight.tsx
1487
+
1448
1488
  /**
1449
1489
  * This file was automatically generated.
1450
1490
  * Please do not edit manually.
@@ -1456,7 +1496,6 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
1456
1496
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1457
1497
  *
1458
1498
  */
1459
-
1460
1499
  const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
1461
1500
  return /*#__PURE__*/ jsxs(SvgIcon, {
1462
1501
  defaultViewBox: "0 0 512 512",
@@ -1478,6 +1517,7 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
1478
1517
  };
1479
1518
 
1480
1519
  ;// CONCATENATED MODULE: ./src/components/Icons/IconLocked.tsx
1520
+
1481
1521
  /**
1482
1522
  * This file was automatically generated.
1483
1523
  * Please do not edit manually.
@@ -1489,10 +1529,9 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
1489
1529
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1490
1530
  *
1491
1531
  */
1492
-
1493
1532
  const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
1494
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1495
- return /*#__PURE__*/ jsxs(SvgIcon, {
1533
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1534
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1496
1535
  defaultViewBox: "0 0 448 512",
1497
1536
  size: "size-5",
1498
1537
  viewBox: viewBox,
@@ -1512,6 +1551,7 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
1512
1551
  };
1513
1552
 
1514
1553
  ;// CONCATENATED MODULE: ./src/components/Icons/IconLockedLight.tsx
1554
+
1515
1555
  /**
1516
1556
  * This file was automatically generated.
1517
1557
  * Please do not edit manually.
@@ -1523,7 +1563,6 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
1523
1563
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1524
1564
  *
1525
1565
  */
1526
-
1527
1566
  const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
1528
1567
  return /*#__PURE__*/ jsxs(SvgIcon, {
1529
1568
  defaultViewBox: "0 0 448 512",
@@ -1545,6 +1584,7 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
1545
1584
  };
1546
1585
 
1547
1586
  ;// CONCATENATED MODULE: ./src/components/Icons/IconMagic.tsx
1587
+
1548
1588
  /**
1549
1589
  * This file was automatically generated.
1550
1590
  * Please do not edit manually.
@@ -1556,10 +1596,9 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
1556
1596
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1557
1597
  *
1558
1598
  */
1559
-
1560
1599
  const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
1561
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1562
- return /*#__PURE__*/ jsxs(SvgIcon, {
1600
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1601
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1563
1602
  defaultViewBox: "0 0 576 512",
1564
1603
  size: "size-5",
1565
1604
  viewBox: viewBox,
@@ -1579,6 +1618,7 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
1579
1618
  };
1580
1619
 
1581
1620
  ;// CONCATENATED MODULE: ./src/components/Icons/IconMagicLight.tsx
1621
+
1582
1622
  /**
1583
1623
  * This file was automatically generated.
1584
1624
  * Please do not edit manually.
@@ -1590,10 +1630,9 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
1590
1630
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1591
1631
  *
1592
1632
  */
1593
-
1594
1633
  const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
1595
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1596
- return /*#__PURE__*/ jsxs(SvgIcon, {
1634
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1635
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1597
1636
  defaultViewBox: "0 0 576 512",
1598
1637
  size: "size-5",
1599
1638
  viewBox: viewBox,
@@ -1613,6 +1652,7 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
1613
1652
  };
1614
1653
 
1615
1654
  ;// CONCATENATED MODULE: ./src/components/Icons/IconMessages.tsx
1655
+
1616
1656
  /**
1617
1657
  * This file was automatically generated.
1618
1658
  * Please do not edit manually.
@@ -1624,10 +1664,9 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
1624
1664
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1625
1665
  *
1626
1666
  */
1627
-
1628
1667
  const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
1629
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1630
- return /*#__PURE__*/ jsxs(SvgIcon, {
1668
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1669
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1631
1670
  defaultViewBox: "0 0 640 512",
1632
1671
  size: "size-5",
1633
1672
  viewBox: viewBox,
@@ -1647,6 +1686,7 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
1647
1686
  };
1648
1687
 
1649
1688
  ;// CONCATENATED MODULE: ./src/components/Icons/IconMessagesLight.tsx
1689
+
1650
1690
  /**
1651
1691
  * This file was automatically generated.
1652
1692
  * Please do not edit manually.
@@ -1658,10 +1698,9 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
1658
1698
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1659
1699
  *
1660
1700
  */
1661
-
1662
1701
  const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
1663
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1664
- return /*#__PURE__*/ jsxs(SvgIcon, {
1702
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1703
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1665
1704
  defaultViewBox: "0 0 640 512",
1666
1705
  size: "size-5",
1667
1706
  viewBox: viewBox,
@@ -1681,6 +1720,7 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
1681
1720
  };
1682
1721
 
1683
1722
  ;// CONCATENATED MODULE: ./src/components/Icons/IconNext.tsx
1723
+
1684
1724
  /**
1685
1725
  * This file was automatically generated.
1686
1726
  * Please do not edit manually.
@@ -1692,10 +1732,9 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
1692
1732
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1693
1733
  *
1694
1734
  */
1695
-
1696
1735
  const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
1697
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1698
- return /*#__PURE__*/ jsxs(SvgIcon, {
1736
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1737
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1699
1738
  defaultViewBox: "0 0 448 512",
1700
1739
  size: "size-5",
1701
1740
  viewBox: viewBox,
@@ -1715,6 +1754,7 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
1715
1754
  };
1716
1755
 
1717
1756
  ;// CONCATENATED MODULE: ./src/components/Icons/IconNextLight.tsx
1757
+
1718
1758
  /**
1719
1759
  * This file was automatically generated.
1720
1760
  * Please do not edit manually.
@@ -1726,7 +1766,6 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
1726
1766
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1727
1767
  *
1728
1768
  */
1729
-
1730
1769
  const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
1731
1770
  return /*#__PURE__*/ jsx(SvgIcon, {
1732
1771
  defaultViewBox: "0 0 448 512",
@@ -1742,6 +1781,7 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
1742
1781
  };
1743
1782
 
1744
1783
  ;// CONCATENATED MODULE: ./src/components/Icons/IconOpenAI.tsx
1784
+
1745
1785
  /**
1746
1786
  * This file was automatically generated.
1747
1787
  * Please do not edit manually.
@@ -1753,7 +1793,6 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
1753
1793
  * undefined
1754
1794
  *
1755
1795
  */
1756
-
1757
1796
  const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
1758
1797
  return /*#__PURE__*/ jsx(SvgIcon, {
1759
1798
  defaultViewBox: "0 0 24 24",
@@ -1769,6 +1808,7 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
1769
1808
  };
1770
1809
 
1771
1810
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPasskey.tsx
1811
+
1772
1812
  /**
1773
1813
  * This file was automatically generated.
1774
1814
  * Please do not edit manually.
@@ -1780,10 +1820,9 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
1780
1820
  * undefined
1781
1821
  *
1782
1822
  */
1783
-
1784
1823
  const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
1785
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1786
- return /*#__PURE__*/ jsxs(SvgIcon, {
1824
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1825
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1787
1826
  defaultViewBox: "0 0 190 190",
1788
1827
  size: "size-5",
1789
1828
  viewBox: viewBox,
@@ -1807,6 +1846,7 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
1807
1846
  };
1808
1847
 
1809
1848
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanical.tsx
1849
+
1810
1850
  /**
1811
1851
  * This file was automatically generated.
1812
1852
  * Please do not edit manually.
@@ -1818,10 +1858,9 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
1818
1858
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1819
1859
  *
1820
1860
  */
1821
-
1822
1861
  const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=>{
1823
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1824
- return /*#__PURE__*/ jsxs(SvgIcon, {
1862
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1863
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1825
1864
  defaultViewBox: "0 0 512 512",
1826
1865
  size: "size-5",
1827
1866
  viewBox: viewBox,
@@ -1841,6 +1880,7 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
1841
1880
  };
1842
1881
 
1843
1882
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanicalLight.tsx
1883
+
1844
1884
  /**
1845
1885
  * This file was automatically generated.
1846
1886
  * Please do not edit manually.
@@ -1852,10 +1892,9 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
1852
1892
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1853
1893
  *
1854
1894
  */
1855
-
1856
1895
  const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...rest })=>{
1857
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1858
- return /*#__PURE__*/ jsxs(SvgIcon, {
1896
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1897
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1859
1898
  defaultViewBox: "0 0 512 512",
1860
1899
  size: "size-5",
1861
1900
  viewBox: viewBox,
@@ -1875,6 +1914,7 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
1875
1914
  };
1876
1915
 
1877
1916
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPenField.tsx
1917
+
1878
1918
  /**
1879
1919
  * This file was automatically generated.
1880
1920
  * Please do not edit manually.
@@ -1886,10 +1926,9 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
1886
1926
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1887
1927
  *
1888
1928
  */
1889
-
1890
1929
  const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
1891
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1892
- return /*#__PURE__*/ jsxs(SvgIcon, {
1930
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1931
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1893
1932
  defaultViewBox: "0 0 640 512",
1894
1933
  size: "size-5",
1895
1934
  viewBox: viewBox,
@@ -1909,6 +1948,7 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
1909
1948
  };
1910
1949
 
1911
1950
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPenFieldLight.tsx
1951
+
1912
1952
  /**
1913
1953
  * This file was automatically generated.
1914
1954
  * Please do not edit manually.
@@ -1920,10 +1960,9 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
1920
1960
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1921
1961
  *
1922
1962
  */
1923
-
1924
1963
  const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
1925
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1926
- return /*#__PURE__*/ jsxs(SvgIcon, {
1964
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1965
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1927
1966
  defaultViewBox: "0 0 640 512",
1928
1967
  size: "size-5",
1929
1968
  viewBox: viewBox,
@@ -1943,6 +1982,7 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
1943
1982
  };
1944
1983
 
1945
1984
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPrevious.tsx
1985
+
1946
1986
  /**
1947
1987
  * This file was automatically generated.
1948
1988
  * Please do not edit manually.
@@ -1954,10 +1994,9 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
1954
1994
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1955
1995
  *
1956
1996
  */
1957
-
1958
1997
  const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
1959
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
1960
- return /*#__PURE__*/ jsxs(SvgIcon, {
1998
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
1999
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
1961
2000
  defaultViewBox: "0 0 448 512",
1962
2001
  size: "size-5",
1963
2002
  viewBox: viewBox,
@@ -1977,6 +2016,7 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
1977
2016
  };
1978
2017
 
1979
2018
  ;// CONCATENATED MODULE: ./src/components/Icons/IconPreviousLight.tsx
2019
+
1980
2020
  /**
1981
2021
  * This file was automatically generated.
1982
2022
  * Please do not edit manually.
@@ -1988,7 +2028,6 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
1988
2028
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
1989
2029
  *
1990
2030
  */
1991
-
1992
2031
  const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
1993
2032
  return /*#__PURE__*/ jsx(SvgIcon, {
1994
2033
  defaultViewBox: "0 0 448 512",
@@ -2004,6 +2043,7 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
2004
2043
  };
2005
2044
 
2006
2045
  ;// CONCATENATED MODULE: ./src/components/Icons/IconProfile.tsx
2046
+
2007
2047
  /**
2008
2048
  * This file was automatically generated.
2009
2049
  * Please do not edit manually.
@@ -2015,7 +2055,6 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
2015
2055
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2016
2056
  *
2017
2057
  */
2018
-
2019
2058
  const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
2020
2059
  return /*#__PURE__*/ jsxs(SvgIcon, {
2021
2060
  defaultViewBox: "0 0 576 512",
@@ -2037,6 +2076,7 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
2037
2076
  };
2038
2077
 
2039
2078
  ;// CONCATENATED MODULE: ./src/components/Icons/IconProfileLight.tsx
2079
+
2040
2080
  /**
2041
2081
  * This file was automatically generated.
2042
2082
  * Please do not edit manually.
@@ -2048,7 +2088,6 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
2048
2088
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2049
2089
  *
2050
2090
  */
2051
-
2052
2091
  const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
2053
2092
  return /*#__PURE__*/ jsxs(SvgIcon, {
2054
2093
  defaultViewBox: "0 0 576 512",
@@ -2070,6 +2109,7 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
2070
2109
  };
2071
2110
 
2072
2111
  ;// CONCATENATED MODULE: ./src/components/Icons/IconProofread.tsx
2112
+
2073
2113
  /**
2074
2114
  * This file was automatically generated.
2075
2115
  * Please do not edit manually.
@@ -2081,10 +2121,9 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
2081
2121
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2082
2122
  *
2083
2123
  */
2084
-
2085
2124
  const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
2086
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2087
- return /*#__PURE__*/ jsxs(SvgIcon, {
2125
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2126
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2088
2127
  defaultViewBox: "0 0 576 512",
2089
2128
  size: "size-5",
2090
2129
  viewBox: viewBox,
@@ -2104,6 +2143,7 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
2104
2143
  };
2105
2144
 
2106
2145
  ;// CONCATENATED MODULE: ./src/components/Icons/IconProofreadLight.tsx
2146
+
2107
2147
  /**
2108
2148
  * This file was automatically generated.
2109
2149
  * Please do not edit manually.
@@ -2115,7 +2155,6 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
2115
2155
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2116
2156
  *
2117
2157
  */
2118
-
2119
2158
  const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
2120
2159
  return /*#__PURE__*/ jsx(SvgIcon, {
2121
2160
  defaultViewBox: "0 0 576 512",
@@ -2131,6 +2170,7 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
2131
2170
  };
2132
2171
 
2133
2172
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRefresh.tsx
2173
+
2134
2174
  /**
2135
2175
  * This file was automatically generated.
2136
2176
  * Please do not edit manually.
@@ -2142,10 +2182,9 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
2142
2182
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2143
2183
  *
2144
2184
  */
2145
-
2146
2185
  const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
2147
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2148
- return /*#__PURE__*/ jsxs(SvgIcon, {
2186
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2187
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2149
2188
  defaultViewBox: "0 0 512 512",
2150
2189
  size: "size-5",
2151
2190
  viewBox: viewBox,
@@ -2165,6 +2204,7 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
2165
2204
  };
2166
2205
 
2167
2206
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRefreshLight.tsx
2207
+
2168
2208
  /**
2169
2209
  * This file was automatically generated.
2170
2210
  * Please do not edit manually.
@@ -2176,7 +2216,6 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
2176
2216
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2177
2217
  *
2178
2218
  */
2179
-
2180
2219
  const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
2181
2220
  return /*#__PURE__*/ jsx(SvgIcon, {
2182
2221
  defaultViewBox: "0 0 512 512",
@@ -2192,6 +2231,7 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
2192
2231
  };
2193
2232
 
2194
2233
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRestore.tsx
2234
+
2195
2235
  /**
2196
2236
  * This file was automatically generated.
2197
2237
  * Please do not edit manually.
@@ -2203,10 +2243,9 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
2203
2243
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2204
2244
  *
2205
2245
  */
2206
-
2207
2246
  const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
2208
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2209
- return /*#__PURE__*/ jsxs(SvgIcon, {
2247
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2248
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2210
2249
  defaultViewBox: "0 0 512 512",
2211
2250
  size: "size-5",
2212
2251
  viewBox: viewBox,
@@ -2226,6 +2265,7 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
2226
2265
  };
2227
2266
 
2228
2267
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRestoreLight.tsx
2268
+
2229
2269
  /**
2230
2270
  * This file was automatically generated.
2231
2271
  * Please do not edit manually.
@@ -2237,10 +2277,9 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
2237
2277
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2238
2278
  *
2239
2279
  */
2240
-
2241
2280
  const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
2242
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2243
- return /*#__PURE__*/ jsxs(SvgIcon, {
2281
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2282
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2244
2283
  defaultViewBox: "0 0 512 512",
2245
2284
  size: "size-5",
2246
2285
  viewBox: viewBox,
@@ -2260,6 +2299,7 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
2260
2299
  };
2261
2300
 
2262
2301
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRewrite.tsx
2302
+
2263
2303
  /**
2264
2304
  * This file was automatically generated.
2265
2305
  * Please do not edit manually.
@@ -2271,10 +2311,9 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
2271
2311
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2272
2312
  *
2273
2313
  */
2274
-
2275
2314
  const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
2276
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2277
- return /*#__PURE__*/ jsxs(SvgIcon, {
2315
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2316
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2278
2317
  defaultViewBox: "0 0 512 512",
2279
2318
  size: "size-5",
2280
2319
  viewBox: viewBox,
@@ -2294,6 +2333,7 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
2294
2333
  };
2295
2334
 
2296
2335
  ;// CONCATENATED MODULE: ./src/components/Icons/IconRewriteLight.tsx
2336
+
2297
2337
  /**
2298
2338
  * This file was automatically generated.
2299
2339
  * Please do not edit manually.
@@ -2305,10 +2345,9 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
2305
2345
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2306
2346
  *
2307
2347
  */
2308
-
2309
2348
  const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
2310
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2311
- return /*#__PURE__*/ jsxs(SvgIcon, {
2349
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2350
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2312
2351
  defaultViewBox: "0 0 512 512",
2313
2352
  size: "size-5",
2314
2353
  viewBox: viewBox,
@@ -2328,6 +2367,7 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
2328
2367
  };
2329
2368
 
2330
2369
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSearch.tsx
2370
+
2331
2371
  /**
2332
2372
  * This file was automatically generated.
2333
2373
  * Please do not edit manually.
@@ -2339,10 +2379,9 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
2339
2379
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2340
2380
  *
2341
2381
  */
2342
-
2343
2382
  const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
2344
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2345
- return /*#__PURE__*/ jsxs(SvgIcon, {
2383
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2384
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2346
2385
  defaultViewBox: "0 0 512 512",
2347
2386
  size: "size-5",
2348
2387
  viewBox: viewBox,
@@ -2362,6 +2401,7 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
2362
2401
  };
2363
2402
 
2364
2403
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSearchLight.tsx
2404
+
2365
2405
  /**
2366
2406
  * This file was automatically generated.
2367
2407
  * Please do not edit manually.
@@ -2373,7 +2413,6 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
2373
2413
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2374
2414
  *
2375
2415
  */
2376
-
2377
2416
  const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
2378
2417
  return /*#__PURE__*/ jsx(SvgIcon, {
2379
2418
  defaultViewBox: "0 0 512 512",
@@ -2389,6 +2428,7 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
2389
2428
  };
2390
2429
 
2391
2430
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSelected.tsx
2431
+
2392
2432
  /**
2393
2433
  * This file was automatically generated.
2394
2434
  * Please do not edit manually.
@@ -2400,7 +2440,6 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
2400
2440
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2401
2441
  *
2402
2442
  */
2403
-
2404
2443
  const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
2405
2444
  return /*#__PURE__*/ jsxs(SvgIcon, {
2406
2445
  defaultViewBox: "0 0 512 512",
@@ -2422,6 +2461,7 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
2422
2461
  };
2423
2462
 
2424
2463
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSelectedLight.tsx
2464
+
2425
2465
  /**
2426
2466
  * This file was automatically generated.
2427
2467
  * Please do not edit manually.
@@ -2433,7 +2473,6 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
2433
2473
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2434
2474
  *
2435
2475
  */
2436
-
2437
2476
  const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
2438
2477
  return /*#__PURE__*/ jsxs(SvgIcon, {
2439
2478
  defaultViewBox: "0 0 512 512",
@@ -2455,6 +2494,7 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
2455
2494
  };
2456
2495
 
2457
2496
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSend.tsx
2497
+
2458
2498
  /**
2459
2499
  * This file was automatically generated.
2460
2500
  * Please do not edit manually.
@@ -2466,7 +2506,6 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
2466
2506
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2467
2507
  *
2468
2508
  */
2469
-
2470
2509
  const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
2471
2510
  return /*#__PURE__*/ jsxs(SvgIcon, {
2472
2511
  defaultViewBox: "0 0 512 512",
@@ -2488,6 +2527,7 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
2488
2527
  };
2489
2528
 
2490
2529
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSendLight.tsx
2530
+
2491
2531
  /**
2492
2532
  * This file was automatically generated.
2493
2533
  * Please do not edit manually.
@@ -2499,7 +2539,6 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
2499
2539
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2500
2540
  *
2501
2541
  */
2502
-
2503
2542
  const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
2504
2543
  return /*#__PURE__*/ jsxs(SvgIcon, {
2505
2544
  defaultViewBox: "0 0 512 512",
@@ -2521,6 +2560,7 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
2521
2560
  };
2522
2561
 
2523
2562
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSettings.tsx
2563
+
2524
2564
  /**
2525
2565
  * This file was automatically generated.
2526
2566
  * Please do not edit manually.
@@ -2532,7 +2572,6 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
2532
2572
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2533
2573
  *
2534
2574
  */
2535
-
2536
2575
  const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
2537
2576
  return /*#__PURE__*/ jsx(SvgIcon, {
2538
2577
  defaultViewBox: "0 0 448 512",
@@ -2548,6 +2587,7 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
2548
2587
  };
2549
2588
 
2550
2589
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSettingsLight.tsx
2590
+
2551
2591
  /**
2552
2592
  * This file was automatically generated.
2553
2593
  * Please do not edit manually.
@@ -2559,7 +2599,6 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
2559
2599
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2560
2600
  *
2561
2601
  */
2562
-
2563
2602
  const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
2564
2603
  return /*#__PURE__*/ jsx(SvgIcon, {
2565
2604
  defaultViewBox: "0 0 448 512",
@@ -2575,6 +2614,7 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
2575
2614
  };
2576
2615
 
2577
2616
  ;// CONCATENATED MODULE: ./src/components/Icons/IconShow.tsx
2617
+
2578
2618
  /**
2579
2619
  * This file was automatically generated.
2580
2620
  * Please do not edit manually.
@@ -2586,10 +2626,9 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
2586
2626
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2587
2627
  *
2588
2628
  */
2589
-
2590
2629
  const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
2591
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2592
- return /*#__PURE__*/ jsxs(SvgIcon, {
2630
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2631
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2593
2632
  defaultViewBox: "0 0 576 512",
2594
2633
  size: "size-5",
2595
2634
  viewBox: viewBox,
@@ -2609,6 +2648,7 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
2609
2648
  };
2610
2649
 
2611
2650
  ;// CONCATENATED MODULE: ./src/components/Icons/IconShowLight.tsx
2651
+
2612
2652
  /**
2613
2653
  * This file was automatically generated.
2614
2654
  * Please do not edit manually.
@@ -2620,10 +2660,9 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
2620
2660
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2621
2661
  *
2622
2662
  */
2623
-
2624
2663
  const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
2625
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2626
- return /*#__PURE__*/ jsxs(SvgIcon, {
2664
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2665
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2627
2666
  defaultViewBox: "0 0 576 512",
2628
2667
  size: "size-5",
2629
2668
  viewBox: viewBox,
@@ -2643,6 +2682,7 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
2643
2682
  };
2644
2683
 
2645
2684
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSliders.tsx
2685
+
2646
2686
  /**
2647
2687
  * This file was automatically generated.
2648
2688
  * Please do not edit manually.
@@ -2654,10 +2694,9 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
2654
2694
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2655
2695
  *
2656
2696
  */
2657
-
2658
2697
  const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
2659
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2660
- return /*#__PURE__*/ jsxs(SvgIcon, {
2698
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2699
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2661
2700
  defaultViewBox: "0 0 512 512",
2662
2701
  size: "size-5",
2663
2702
  viewBox: viewBox,
@@ -2677,6 +2716,7 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
2677
2716
  };
2678
2717
 
2679
2718
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSlidersLight.tsx
2719
+
2680
2720
  /**
2681
2721
  * This file was automatically generated.
2682
2722
  * Please do not edit manually.
@@ -2688,10 +2728,9 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
2688
2728
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2689
2729
  *
2690
2730
  */
2691
-
2692
2731
  const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
2693
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2694
- return /*#__PURE__*/ jsxs(SvgIcon, {
2732
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2733
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2695
2734
  defaultViewBox: "0 0 512 512",
2696
2735
  size: "size-5",
2697
2736
  viewBox: viewBox,
@@ -2711,6 +2750,7 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
2711
2750
  };
2712
2751
 
2713
2752
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSort.tsx
2753
+
2714
2754
  /**
2715
2755
  * This file was automatically generated.
2716
2756
  * Please do not edit manually.
@@ -2722,10 +2762,9 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
2722
2762
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2723
2763
  *
2724
2764
  */
2725
-
2726
2765
  const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
2727
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2728
- return /*#__PURE__*/ jsxs(SvgIcon, {
2766
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2767
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2729
2768
  defaultViewBox: "0 0 576 512",
2730
2769
  size: "size-5",
2731
2770
  viewBox: viewBox,
@@ -2745,6 +2784,7 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
2745
2784
  };
2746
2785
 
2747
2786
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSortDown.tsx
2787
+
2748
2788
  /**
2749
2789
  * This file was automatically generated.
2750
2790
  * Please do not edit manually.
@@ -2756,10 +2796,9 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
2756
2796
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2757
2797
  *
2758
2798
  */
2759
-
2760
2799
  const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
2761
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2762
- return /*#__PURE__*/ jsxs(SvgIcon, {
2800
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2801
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2763
2802
  defaultViewBox: "0 0 576 512",
2764
2803
  size: "size-5",
2765
2804
  viewBox: viewBox,
@@ -2779,6 +2818,7 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
2779
2818
  };
2780
2819
 
2781
2820
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSortDownLight.tsx
2821
+
2782
2822
  /**
2783
2823
  * This file was automatically generated.
2784
2824
  * Please do not edit manually.
@@ -2790,7 +2830,6 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
2790
2830
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2791
2831
  *
2792
2832
  */
2793
-
2794
2833
  const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
2795
2834
  return /*#__PURE__*/ jsx(SvgIcon, {
2796
2835
  defaultViewBox: "0 0 576 512",
@@ -2806,6 +2845,7 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
2806
2845
  };
2807
2846
 
2808
2847
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSortLight.tsx
2848
+
2809
2849
  /**
2810
2850
  * This file was automatically generated.
2811
2851
  * Please do not edit manually.
@@ -2817,7 +2857,6 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
2817
2857
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2818
2858
  *
2819
2859
  */
2820
-
2821
2860
  const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
2822
2861
  return /*#__PURE__*/ jsx(SvgIcon, {
2823
2862
  defaultViewBox: "0 0 576 512",
@@ -2833,6 +2872,7 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
2833
2872
  };
2834
2873
 
2835
2874
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSortUp.tsx
2875
+
2836
2876
  /**
2837
2877
  * This file was automatically generated.
2838
2878
  * Please do not edit manually.
@@ -2844,10 +2884,9 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
2844
2884
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2845
2885
  *
2846
2886
  */
2847
-
2848
2887
  const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
2849
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
2850
- return /*#__PURE__*/ jsxs(SvgIcon, {
2888
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
2889
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
2851
2890
  defaultViewBox: "0 0 576 512",
2852
2891
  size: "size-5",
2853
2892
  viewBox: viewBox,
@@ -2867,6 +2906,7 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
2867
2906
  };
2868
2907
 
2869
2908
  ;// CONCATENATED MODULE: ./src/components/Icons/IconSortUpLight.tsx
2909
+
2870
2910
  /**
2871
2911
  * This file was automatically generated.
2872
2912
  * Please do not edit manually.
@@ -2878,7 +2918,6 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
2878
2918
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2879
2919
  *
2880
2920
  */
2881
-
2882
2921
  const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
2883
2922
  return /*#__PURE__*/ jsx(SvgIcon, {
2884
2923
  defaultViewBox: "0 0 576 512",
@@ -2894,6 +2933,7 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
2894
2933
  };
2895
2934
 
2896
2935
  ;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircle.tsx
2936
+
2897
2937
  /**
2898
2938
  * This file was automatically generated.
2899
2939
  * Please do not edit manually.
@@ -2905,7 +2945,6 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
2905
2945
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2906
2946
  *
2907
2947
  */
2908
-
2909
2948
  const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
2910
2949
  return /*#__PURE__*/ jsxs(SvgIcon, {
2911
2950
  defaultViewBox: "0 0 512 512",
@@ -2927,6 +2966,7 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
2927
2966
  };
2928
2967
 
2929
2968
  ;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircleLight.tsx
2969
+
2930
2970
  /**
2931
2971
  * This file was automatically generated.
2932
2972
  * Please do not edit manually.
@@ -2938,7 +2978,6 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
2938
2978
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2939
2979
  *
2940
2980
  */
2941
-
2942
2981
  const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })=>{
2943
2982
  return /*#__PURE__*/ jsxs(SvgIcon, {
2944
2983
  defaultViewBox: "0 0 512 512",
@@ -2960,6 +2999,7 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
2960
2999
  };
2961
3000
 
2962
3001
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnChecked.tsx
3002
+
2963
3003
  /**
2964
3004
  * This file was automatically generated.
2965
3005
  * Please do not edit manually.
@@ -2971,7 +3011,6 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
2971
3011
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
2972
3012
  *
2973
3013
  */
2974
-
2975
3014
  const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
2976
3015
  return /*#__PURE__*/ jsx(SvgIcon, {
2977
3016
  defaultViewBox: "0 0 448 512",
@@ -2988,6 +3027,7 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
2988
3027
  };
2989
3028
 
2990
3029
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnCheckedLight.tsx
3030
+
2991
3031
  /**
2992
3032
  * This file was automatically generated.
2993
3033
  * Please do not edit manually.
@@ -2999,7 +3039,6 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
2999
3039
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3000
3040
  *
3001
3041
  */
3002
-
3003
3042
  const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3004
3043
  return /*#__PURE__*/ jsxs(SvgIcon, {
3005
3044
  defaultViewBox: "0 0 448 512",
@@ -3021,6 +3060,7 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3021
3060
  };
3022
3061
 
3023
3062
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnlocked.tsx
3063
+
3024
3064
  /**
3025
3065
  * This file was automatically generated.
3026
3066
  * Please do not edit manually.
@@ -3032,10 +3072,9 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3032
3072
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3033
3073
  *
3034
3074
  */
3035
-
3036
3075
  const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
3037
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
3038
- return /*#__PURE__*/ jsxs(SvgIcon, {
3076
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
3077
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
3039
3078
  defaultViewBox: "0 0 448 512",
3040
3079
  size: "size-5",
3041
3080
  viewBox: viewBox,
@@ -3055,6 +3094,7 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
3055
3094
  };
3056
3095
 
3057
3096
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnlockedLight.tsx
3097
+
3058
3098
  /**
3059
3099
  * This file was automatically generated.
3060
3100
  * Please do not edit manually.
@@ -3066,7 +3106,6 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
3066
3106
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3067
3107
  *
3068
3108
  */
3069
-
3070
3109
  const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3071
3110
  return /*#__PURE__*/ jsxs(SvgIcon, {
3072
3111
  defaultViewBox: "0 0 448 512",
@@ -3088,6 +3127,7 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3088
3127
  };
3089
3128
 
3090
3129
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelected.tsx
3130
+
3091
3131
  /**
3092
3132
  * This file was automatically generated.
3093
3133
  * Please do not edit manually.
@@ -3099,7 +3139,6 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3099
3139
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3100
3140
  *
3101
3141
  */
3102
-
3103
3142
  const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
3104
3143
  return /*#__PURE__*/ jsx(SvgIcon, {
3105
3144
  defaultViewBox: "0 0 512 512",
@@ -3116,6 +3155,7 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
3116
3155
  };
3117
3156
 
3118
3157
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelectedLight.tsx
3158
+
3119
3159
  /**
3120
3160
  * This file was automatically generated.
3121
3161
  * Please do not edit manually.
@@ -3127,7 +3167,6 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
3127
3167
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3128
3168
  *
3129
3169
  */
3130
-
3131
3170
  const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
3132
3171
  return /*#__PURE__*/ jsxs(SvgIcon, {
3133
3172
  defaultViewBox: "0 0 512 512",
@@ -3149,6 +3188,7 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
3149
3188
  };
3150
3189
 
3151
3190
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUp.tsx
3191
+
3152
3192
  /**
3153
3193
  * This file was automatically generated.
3154
3194
  * Please do not edit manually.
@@ -3160,10 +3200,9 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
3160
3200
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3161
3201
  *
3162
3202
  */
3163
-
3164
3203
  const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
3165
- /* v8 ignore next 1 */ const opacity = monotone ? "1" : "0.4";
3166
- return /*#__PURE__*/ jsxs(SvgIcon, {
3204
+ /* v8 ignore start */ const opacity = monotone ? "1" : "0.4";
3205
+ /* v8 ignore stop */ return /*#__PURE__*/ jsxs(SvgIcon, {
3167
3206
  defaultViewBox: "0 0 384 512",
3168
3207
  size: "size-5",
3169
3208
  viewBox: viewBox,
@@ -3183,6 +3222,7 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
3183
3222
  };
3184
3223
 
3185
3224
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUpLight.tsx
3225
+
3186
3226
  /**
3187
3227
  * This file was automatically generated.
3188
3228
  * Please do not edit manually.
@@ -3194,7 +3234,6 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
3194
3234
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3195
3235
  *
3196
3236
  */
3197
-
3198
3237
  const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
3199
3238
  return /*#__PURE__*/ jsx(SvgIcon, {
3200
3239
  defaultViewBox: "0 0 384 512",
@@ -3210,6 +3249,7 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
3210
3249
  };
3211
3250
 
3212
3251
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUser.tsx
3252
+
3213
3253
  /**
3214
3254
  * This file was automatically generated.
3215
3255
  * Please do not edit manually.
@@ -3221,7 +3261,6 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
3221
3261
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3222
3262
  *
3223
3263
  */
3224
-
3225
3264
  const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
3226
3265
  return /*#__PURE__*/ jsxs(SvgIcon, {
3227
3266
  defaultViewBox: "0 0 512 512",
@@ -3243,6 +3282,7 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
3243
3282
  };
3244
3283
 
3245
3284
  ;// CONCATENATED MODULE: ./src/components/Icons/IconUserLight.tsx
3285
+
3246
3286
  /**
3247
3287
  * This file was automatically generated.
3248
3288
  * Please do not edit manually.
@@ -3254,7 +3294,6 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
3254
3294
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3255
3295
  *
3256
3296
  */
3257
-
3258
3297
  const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
3259
3298
  return /*#__PURE__*/ jsxs(SvgIcon, {
3260
3299
  defaultViewBox: "0 0 512 512",
@@ -3276,6 +3315,7 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
3276
3315
  };
3277
3316
 
3278
3317
  ;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearch.tsx
3318
+
3279
3319
  /**
3280
3320
  * This file was automatically generated.
3281
3321
  * Please do not edit manually.
@@ -3287,7 +3327,6 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
3287
3327
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3288
3328
  *
3289
3329
  */
3290
-
3291
3330
  const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
3292
3331
  return /*#__PURE__*/ jsxs(SvgIcon, {
3293
3332
  defaultViewBox: "0 0 512 512",
@@ -3309,6 +3348,7 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
3309
3348
  };
3310
3349
 
3311
3350
  ;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearchLight.tsx
3351
+
3312
3352
  /**
3313
3353
  * This file was automatically generated.
3314
3354
  * Please do not edit manually.
@@ -3320,7 +3360,6 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
3320
3360
  * ! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.
3321
3361
  *
3322
3362
  */
3323
-
3324
3363
  const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3325
3364
  return /*#__PURE__*/ jsxs(SvgIcon, {
3326
3365
  defaultViewBox: "0 0 512 512",
@@ -3345,7 +3384,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
3345
3384
  /**
3346
3385
  * This file is automatically generated.
3347
3386
  * Do not edit it manually.
3348
- * Last updated on 10/24/2025, 5:41:35 PM.
3387
+ * Last updated on 12/29/2025, 8:01:34 PM.
3349
3388
  */
3350
3389
 
3351
3390