@versini/ui-icons 4.18.1 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +155 -120
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export declare const IconEditUser: ({ className, viewBox, title, monotone, ...re
|
|
|
69
69
|
|
|
70
70
|
export declare const IconEditUserLight: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
71
71
|
|
|
72
|
+
export declare const IconFrenchFlag: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
73
|
+
|
|
72
74
|
export declare const IconGitHub: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
|
73
75
|
|
|
74
76
|
export declare const IconGoogleGemini: ({ className, viewBox, title, monotone, ...rest }: IconsProps) => JSX.Element;
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-icons v4.
|
|
2
|
+
@versini/ui-icons v4.19.0
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_ICONS__) {
|
|
7
7
|
window.__VERSINI_UI_ICONS__ = {
|
|
8
|
-
version: "4.
|
|
9
|
-
buildTime: "01/
|
|
8
|
+
version: "4.19.0",
|
|
9
|
+
buildTime: "03/01/2026 05:45 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -18,11 +18,8 @@ try {
|
|
|
18
18
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
19
19
|
import clsx from "clsx";
|
|
20
20
|
|
|
21
|
-
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
22
21
|
|
|
23
|
-
;// CONCATENATED MODULE: external "clsx"
|
|
24
22
|
|
|
25
|
-
;// CONCATENATED MODULE: ../ui-svgicon/dist/index.js
|
|
26
23
|
/*!
|
|
27
24
|
@versini/ui-svgicon v4.3.0
|
|
28
25
|
© 2026 gizmette.com
|
|
@@ -30,7 +27,7 @@ import clsx from "clsx";
|
|
|
30
27
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
31
28
|
window.__VERSINI_UI_SVGICON__ = {
|
|
32
29
|
version: "4.3.0",
|
|
33
|
-
buildTime: "01/
|
|
30
|
+
buildTime: "03/01/2026 05:45 PM EST",
|
|
34
31
|
homepage: "https://github.com/aversini/ui-icons",
|
|
35
32
|
license: "MIT"
|
|
36
33
|
};
|
|
@@ -61,7 +58,6 @@ const SvgIcon = ({ children, fill, viewBox, className, defaultViewBox, size, tit
|
|
|
61
58
|
};
|
|
62
59
|
/* v8 ignore next 1 */
|
|
63
60
|
|
|
64
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconAdd.tsx
|
|
65
61
|
|
|
66
62
|
/**
|
|
67
63
|
* This file was automatically generated.
|
|
@@ -89,8 +85,8 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
89
85
|
})
|
|
90
86
|
});
|
|
91
87
|
};
|
|
88
|
+
/* export default */ const Icons_IconAdd = ((/* unused pure expression or super */ null && (IconAdd)));
|
|
92
89
|
|
|
93
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconAddLight.tsx
|
|
94
90
|
|
|
95
91
|
/**
|
|
96
92
|
* This file was automatically generated.
|
|
@@ -116,8 +112,8 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
116
112
|
})
|
|
117
113
|
});
|
|
118
114
|
};
|
|
115
|
+
/* export default */ const Icons_IconAddLight = ((/* unused pure expression or super */ null && (IconAddLight)));
|
|
119
116
|
|
|
120
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconAnthropic.tsx
|
|
121
117
|
|
|
122
118
|
/**
|
|
123
119
|
* This file was automatically generated.
|
|
@@ -143,8 +139,8 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
143
139
|
})
|
|
144
140
|
});
|
|
145
141
|
};
|
|
142
|
+
/* export default */ const Icons_IconAnthropic = ((/* unused pure expression or super */ null && (IconAnthropic)));
|
|
146
143
|
|
|
147
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBack.tsx
|
|
148
144
|
|
|
149
145
|
/**
|
|
150
146
|
* This file was automatically generated.
|
|
@@ -177,8 +173,8 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
177
173
|
]
|
|
178
174
|
});
|
|
179
175
|
};
|
|
176
|
+
/* export default */ const Icons_IconBack = ((/* unused pure expression or super */ null && (IconBack)));
|
|
180
177
|
|
|
181
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBackLight.tsx
|
|
182
178
|
|
|
183
179
|
/**
|
|
184
180
|
* This file was automatically generated.
|
|
@@ -204,8 +200,8 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
204
200
|
})
|
|
205
201
|
});
|
|
206
202
|
};
|
|
203
|
+
/* export default */ const Icons_IconBackLight = ((/* unused pure expression or super */ null && (IconBackLight)));
|
|
207
204
|
|
|
208
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBookmark.tsx
|
|
209
205
|
|
|
210
206
|
/**
|
|
211
207
|
* This file was automatically generated.
|
|
@@ -237,8 +233,8 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
237
233
|
]
|
|
238
234
|
});
|
|
239
235
|
};
|
|
236
|
+
/* export default */ const Icons_IconBookmark = ((/* unused pure expression or super */ null && (IconBookmark)));
|
|
240
237
|
|
|
241
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBookmarkLight.tsx
|
|
242
238
|
|
|
243
239
|
/**
|
|
244
240
|
* This file was automatically generated.
|
|
@@ -270,8 +266,8 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
270
266
|
]
|
|
271
267
|
});
|
|
272
268
|
};
|
|
269
|
+
/* export default */ const Icons_IconBookmarkLight = ((/* unused pure expression or super */ null && (IconBookmarkLight)));
|
|
273
270
|
|
|
274
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparkles.tsx
|
|
275
271
|
|
|
276
272
|
/**
|
|
277
273
|
* This file was automatically generated.
|
|
@@ -303,8 +299,8 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
303
299
|
]
|
|
304
300
|
});
|
|
305
301
|
};
|
|
302
|
+
/* export default */ const Icons_IconBookSparkles = ((/* unused pure expression or super */ null && (IconBookSparkles)));
|
|
306
303
|
|
|
307
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBookSparklesLight.tsx
|
|
308
304
|
|
|
309
305
|
/**
|
|
310
306
|
* This file was automatically generated.
|
|
@@ -336,8 +332,8 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
336
332
|
]
|
|
337
333
|
});
|
|
338
334
|
};
|
|
335
|
+
/* export default */ const Icons_IconBookSparklesLight = ((/* unused pure expression or super */ null && (IconBookSparklesLight)));
|
|
339
336
|
|
|
340
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBranch.tsx
|
|
341
337
|
|
|
342
338
|
/**
|
|
343
339
|
* This file was automatically generated.
|
|
@@ -370,8 +366,8 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
370
366
|
]
|
|
371
367
|
});
|
|
372
368
|
};
|
|
369
|
+
/* export default */ const Icons_IconBranch = ((/* unused pure expression or super */ null && (IconBranch)));
|
|
373
370
|
|
|
374
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBranchLight.tsx
|
|
375
371
|
|
|
376
372
|
/**
|
|
377
373
|
* This file was automatically generated.
|
|
@@ -397,8 +393,8 @@ const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
397
393
|
})
|
|
398
394
|
});
|
|
399
395
|
};
|
|
396
|
+
/* export default */ const Icons_IconBranchLight = ((/* unused pure expression or super */ null && (IconBranchLight)));
|
|
400
397
|
|
|
401
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBrightness.tsx
|
|
402
398
|
|
|
403
399
|
/**
|
|
404
400
|
* This file was automatically generated.
|
|
@@ -431,8 +427,8 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
431
427
|
]
|
|
432
428
|
});
|
|
433
429
|
};
|
|
430
|
+
/* export default */ const Icons_IconBrightness = ((/* unused pure expression or super */ null && (IconBrightness)));
|
|
434
431
|
|
|
435
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconBrightnessLight.tsx
|
|
436
432
|
|
|
437
433
|
/**
|
|
438
434
|
* This file was automatically generated.
|
|
@@ -465,8 +461,8 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
465
461
|
]
|
|
466
462
|
});
|
|
467
463
|
};
|
|
464
|
+
/* export default */ const Icons_IconBrightnessLight = ((/* unused pure expression or super */ null && (IconBrightnessLight)));
|
|
468
465
|
|
|
469
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconChart.tsx
|
|
470
466
|
|
|
471
467
|
/**
|
|
472
468
|
* This file was automatically generated.
|
|
@@ -499,8 +495,8 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
499
495
|
]
|
|
500
496
|
});
|
|
501
497
|
};
|
|
498
|
+
/* export default */ const Icons_IconChart = ((/* unused pure expression or super */ null && (IconChart)));
|
|
502
499
|
|
|
503
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconChartLight.tsx
|
|
504
500
|
|
|
505
501
|
/**
|
|
506
502
|
* This file was automatically generated.
|
|
@@ -533,8 +529,8 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
533
529
|
]
|
|
534
530
|
});
|
|
535
531
|
};
|
|
532
|
+
/* export default */ const Icons_IconChartLight = ((/* unused pure expression or super */ null && (IconChartLight)));
|
|
536
533
|
|
|
537
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconChecked.tsx
|
|
538
534
|
|
|
539
535
|
/**
|
|
540
536
|
* This file was automatically generated.
|
|
@@ -566,8 +562,8 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
566
562
|
]
|
|
567
563
|
});
|
|
568
564
|
};
|
|
565
|
+
/* export default */ const Icons_IconChecked = ((/* unused pure expression or super */ null && (IconChecked)));
|
|
569
566
|
|
|
570
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCheckedLight.tsx
|
|
571
567
|
|
|
572
568
|
/**
|
|
573
569
|
* This file was automatically generated.
|
|
@@ -599,8 +595,8 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
599
595
|
]
|
|
600
596
|
});
|
|
601
597
|
};
|
|
598
|
+
/* export default */ const Icons_IconCheckedLight = ((/* unused pure expression or super */ null && (IconCheckedLight)));
|
|
602
599
|
|
|
603
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconClose.tsx
|
|
604
600
|
|
|
605
601
|
/**
|
|
606
602
|
* This file was automatically generated.
|
|
@@ -628,8 +624,8 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
628
624
|
})
|
|
629
625
|
});
|
|
630
626
|
};
|
|
627
|
+
/* export default */ const Icons_IconClose = ((/* unused pure expression or super */ null && (IconClose)));
|
|
631
628
|
|
|
632
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCloseLight.tsx
|
|
633
629
|
|
|
634
630
|
/**
|
|
635
631
|
* This file was automatically generated.
|
|
@@ -655,8 +651,8 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
655
651
|
})
|
|
656
652
|
});
|
|
657
653
|
};
|
|
654
|
+
/* export default */ const Icons_IconCloseLight = ((/* unused pure expression or super */ null && (IconCloseLight)));
|
|
658
655
|
|
|
659
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCopied.tsx
|
|
660
656
|
|
|
661
657
|
/**
|
|
662
658
|
* This file was automatically generated.
|
|
@@ -688,8 +684,8 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
688
684
|
]
|
|
689
685
|
});
|
|
690
686
|
};
|
|
687
|
+
/* export default */ const Icons_IconCopied = ((/* unused pure expression or super */ null && (IconCopied)));
|
|
691
688
|
|
|
692
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCopiedLight.tsx
|
|
693
689
|
|
|
694
690
|
/**
|
|
695
691
|
* This file was automatically generated.
|
|
@@ -721,8 +717,8 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
721
717
|
]
|
|
722
718
|
});
|
|
723
719
|
};
|
|
720
|
+
/* export default */ const Icons_IconCopiedLight = ((/* unused pure expression or super */ null && (IconCopiedLight)));
|
|
724
721
|
|
|
725
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCopy.tsx
|
|
726
722
|
|
|
727
723
|
/**
|
|
728
724
|
* This file was automatically generated.
|
|
@@ -748,8 +744,8 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
748
744
|
})
|
|
749
745
|
});
|
|
750
746
|
};
|
|
747
|
+
/* export default */ const Icons_IconCopy = ((/* unused pure expression or super */ null && (IconCopy)));
|
|
751
748
|
|
|
752
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconCopyLight.tsx
|
|
753
749
|
|
|
754
750
|
/**
|
|
755
751
|
* This file was automatically generated.
|
|
@@ -775,8 +771,8 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
775
771
|
})
|
|
776
772
|
});
|
|
777
773
|
};
|
|
774
|
+
/* export default */ const Icons_IconCopyLight = ((/* unused pure expression or super */ null && (IconCopyLight)));
|
|
778
775
|
|
|
779
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDelete.tsx
|
|
780
776
|
|
|
781
777
|
/**
|
|
782
778
|
* This file was automatically generated.
|
|
@@ -809,8 +805,8 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
809
805
|
]
|
|
810
806
|
});
|
|
811
807
|
};
|
|
808
|
+
/* export default */ const Icons_IconDelete = ((/* unused pure expression or super */ null && (IconDelete)));
|
|
812
809
|
|
|
813
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDeleteLight.tsx
|
|
814
810
|
|
|
815
811
|
/**
|
|
816
812
|
* This file was automatically generated.
|
|
@@ -842,8 +838,8 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
842
838
|
]
|
|
843
839
|
});
|
|
844
840
|
};
|
|
841
|
+
/* export default */ const Icons_IconDeleteLight = ((/* unused pure expression or super */ null && (IconDeleteLight)));
|
|
845
842
|
|
|
846
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDog.tsx
|
|
847
843
|
|
|
848
844
|
/**
|
|
849
845
|
* This file was automatically generated.
|
|
@@ -869,8 +865,8 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
869
865
|
})
|
|
870
866
|
});
|
|
871
867
|
};
|
|
868
|
+
/* export default */ const Icons_IconDog = ((/* unused pure expression or super */ null && (IconDog)));
|
|
872
869
|
|
|
873
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDown.tsx
|
|
874
870
|
|
|
875
871
|
/**
|
|
876
872
|
* This file was automatically generated.
|
|
@@ -903,8 +899,8 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
903
899
|
]
|
|
904
900
|
});
|
|
905
901
|
};
|
|
902
|
+
/* export default */ const Icons_IconDown = ((/* unused pure expression or super */ null && (IconDown)));
|
|
906
903
|
|
|
907
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDownLight.tsx
|
|
908
904
|
|
|
909
905
|
/**
|
|
910
906
|
* This file was automatically generated.
|
|
@@ -930,8 +926,8 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
930
926
|
})
|
|
931
927
|
});
|
|
932
928
|
};
|
|
929
|
+
/* export default */ const Icons_IconDownLight = ((/* unused pure expression or super */ null && (IconDownLight)));
|
|
933
930
|
|
|
934
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDownload.tsx
|
|
935
931
|
|
|
936
932
|
/**
|
|
937
933
|
* This file was automatically generated.
|
|
@@ -964,8 +960,8 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
964
960
|
]
|
|
965
961
|
});
|
|
966
962
|
};
|
|
963
|
+
/* export default */ const Icons_IconDownload = ((/* unused pure expression or super */ null && (IconDownload)));
|
|
967
964
|
|
|
968
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconDownloadLight.tsx
|
|
969
965
|
|
|
970
966
|
/**
|
|
971
967
|
* This file was automatically generated.
|
|
@@ -991,8 +987,8 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
991
987
|
})
|
|
992
988
|
});
|
|
993
989
|
};
|
|
990
|
+
/* export default */ const Icons_IconDownloadLight = ((/* unused pure expression or super */ null && (IconDownloadLight)));
|
|
994
991
|
|
|
995
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconEdit.tsx
|
|
996
992
|
|
|
997
993
|
/**
|
|
998
994
|
* This file was automatically generated.
|
|
@@ -1025,8 +1021,8 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1025
1021
|
]
|
|
1026
1022
|
});
|
|
1027
1023
|
};
|
|
1024
|
+
/* export default */ const Icons_IconEdit = ((/* unused pure expression or super */ null && (IconEdit)));
|
|
1028
1025
|
|
|
1029
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconEditLight.tsx
|
|
1030
1026
|
|
|
1031
1027
|
/**
|
|
1032
1028
|
* This file was automatically generated.
|
|
@@ -1059,8 +1055,8 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1059
1055
|
]
|
|
1060
1056
|
});
|
|
1061
1057
|
};
|
|
1058
|
+
/* export default */ const Icons_IconEditLight = ((/* unused pure expression or super */ null && (IconEditLight)));
|
|
1062
1059
|
|
|
1063
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconEditUser.tsx
|
|
1064
1060
|
|
|
1065
1061
|
/**
|
|
1066
1062
|
* This file was automatically generated.
|
|
@@ -1092,8 +1088,8 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1092
1088
|
]
|
|
1093
1089
|
});
|
|
1094
1090
|
};
|
|
1091
|
+
/* export default */ const Icons_IconEditUser = ((/* unused pure expression or super */ null && (IconEditUser)));
|
|
1095
1092
|
|
|
1096
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconEditUserLight.tsx
|
|
1097
1093
|
|
|
1098
1094
|
/**
|
|
1099
1095
|
* This file was automatically generated.
|
|
@@ -1125,8 +1121,46 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1125
1121
|
]
|
|
1126
1122
|
});
|
|
1127
1123
|
};
|
|
1124
|
+
/* export default */ const Icons_IconEditUserLight = ((/* unused pure expression or super */ null && (IconEditUserLight)));
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* This file was automatically generated.
|
|
1129
|
+
* Please do not edit manually.
|
|
1130
|
+
*
|
|
1131
|
+
* To update this file, run `yarn build:icons`.
|
|
1132
|
+
*
|
|
1133
|
+
* Original name: french-flag.svg
|
|
1134
|
+
*
|
|
1135
|
+
* undefined
|
|
1136
|
+
*
|
|
1137
|
+
*/
|
|
1138
|
+
const IconFrenchFlag = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1139
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1140
|
+
defaultViewBox: "0 0 36 36",
|
|
1141
|
+
size: "size-5",
|
|
1142
|
+
viewBox: viewBox,
|
|
1143
|
+
className: className ? `[clip-path:circle(50%)] [button:disabled_&]:grayscale ${className}` : "[clip-path:circle(50%)] [button:disabled_&]:grayscale",
|
|
1144
|
+
title: title || "French Flag",
|
|
1145
|
+
...rest,
|
|
1146
|
+
children: [
|
|
1147
|
+
/*#__PURE__*/ jsx("path", {
|
|
1148
|
+
fill: "#002495",
|
|
1149
|
+
d: "M0 0h12v36H0z"
|
|
1150
|
+
}),
|
|
1151
|
+
/*#__PURE__*/ jsx("path", {
|
|
1152
|
+
fill: "#eee",
|
|
1153
|
+
d: "M12 0h12v36H12z"
|
|
1154
|
+
}),
|
|
1155
|
+
/*#__PURE__*/ jsx("path", {
|
|
1156
|
+
fill: "#ed2939",
|
|
1157
|
+
d: "M24 0h12v36H24z"
|
|
1158
|
+
})
|
|
1159
|
+
]
|
|
1160
|
+
});
|
|
1161
|
+
};
|
|
1162
|
+
/* export default */ const Icons_IconFrenchFlag = ((/* unused pure expression or super */ null && (IconFrenchFlag)));
|
|
1128
1163
|
|
|
1129
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconGitHub.tsx
|
|
1130
1164
|
|
|
1131
1165
|
/**
|
|
1132
1166
|
* This file was automatically generated.
|
|
@@ -1152,8 +1186,8 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1152
1186
|
})
|
|
1153
1187
|
});
|
|
1154
1188
|
};
|
|
1189
|
+
/* export default */ const Icons_IconGitHub = ((/* unused pure expression or super */ null && (IconGitHub)));
|
|
1155
1190
|
|
|
1156
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconGoogleGemini.tsx
|
|
1157
1191
|
|
|
1158
1192
|
/**
|
|
1159
1193
|
* This file was automatically generated.
|
|
@@ -1179,8 +1213,8 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1179
1213
|
})
|
|
1180
1214
|
});
|
|
1181
1215
|
};
|
|
1216
|
+
/* export default */ const Icons_IconGoogleGemini = ((/* unused pure expression or super */ null && (IconGoogleGemini)));
|
|
1182
1217
|
|
|
1183
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconHide.tsx
|
|
1184
1218
|
|
|
1185
1219
|
/**
|
|
1186
1220
|
* This file was automatically generated.
|
|
@@ -1213,8 +1247,8 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1213
1247
|
]
|
|
1214
1248
|
});
|
|
1215
1249
|
};
|
|
1250
|
+
/* export default */ const Icons_IconHide = ((/* unused pure expression or super */ null && (IconHide)));
|
|
1216
1251
|
|
|
1217
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconHideLight.tsx
|
|
1218
1252
|
|
|
1219
1253
|
/**
|
|
1220
1254
|
* This file was automatically generated.
|
|
@@ -1247,8 +1281,8 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1247
1281
|
]
|
|
1248
1282
|
});
|
|
1249
1283
|
};
|
|
1284
|
+
/* export default */ const Icons_IconHideLight = ((/* unused pure expression or super */ null && (IconHideLight)));
|
|
1250
1285
|
|
|
1251
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconHistory.tsx
|
|
1252
1286
|
|
|
1253
1287
|
/**
|
|
1254
1288
|
* This file was automatically generated.
|
|
@@ -1281,8 +1315,8 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1281
1315
|
]
|
|
1282
1316
|
});
|
|
1283
1317
|
};
|
|
1318
|
+
/* export default */ const Icons_IconHistory = ((/* unused pure expression or super */ null && (IconHistory)));
|
|
1284
1319
|
|
|
1285
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconHistoryLight.tsx
|
|
1286
1320
|
|
|
1287
1321
|
/**
|
|
1288
1322
|
* This file was automatically generated.
|
|
@@ -1308,8 +1342,8 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1308
1342
|
})
|
|
1309
1343
|
});
|
|
1310
1344
|
};
|
|
1345
|
+
/* export default */ const Icons_IconHistoryLight = ((/* unused pure expression or super */ null && (IconHistoryLight)));
|
|
1311
1346
|
|
|
1312
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconInfo.tsx
|
|
1313
1347
|
|
|
1314
1348
|
/**
|
|
1315
1349
|
* This file was automatically generated.
|
|
@@ -1341,8 +1375,8 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1341
1375
|
]
|
|
1342
1376
|
});
|
|
1343
1377
|
};
|
|
1378
|
+
/* export default */ const Icons_IconInfo = ((/* unused pure expression or super */ null && (IconInfo)));
|
|
1344
1379
|
|
|
1345
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconInfoLight.tsx
|
|
1346
1380
|
|
|
1347
1381
|
/**
|
|
1348
1382
|
* This file was automatically generated.
|
|
@@ -1374,8 +1408,8 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1374
1408
|
]
|
|
1375
1409
|
});
|
|
1376
1410
|
};
|
|
1411
|
+
/* export default */ const Icons_IconInfoLight = ((/* unused pure expression or super */ null && (IconInfoLight)));
|
|
1377
1412
|
|
|
1378
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconKey.tsx
|
|
1379
1413
|
|
|
1380
1414
|
/**
|
|
1381
1415
|
* This file was automatically generated.
|
|
@@ -1408,8 +1442,8 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1408
1442
|
]
|
|
1409
1443
|
});
|
|
1410
1444
|
};
|
|
1445
|
+
/* export default */ const Icons_IconKey = ((/* unused pure expression or super */ null && (IconKey)));
|
|
1411
1446
|
|
|
1412
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconKeyLight.tsx
|
|
1413
1447
|
|
|
1414
1448
|
/**
|
|
1415
1449
|
* This file was automatically generated.
|
|
@@ -1441,8 +1475,8 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1441
1475
|
]
|
|
1442
1476
|
});
|
|
1443
1477
|
};
|
|
1478
|
+
/* export default */ const Icons_IconKeyLight = ((/* unused pure expression or super */ null && (IconKeyLight)));
|
|
1444
1479
|
|
|
1445
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulb.tsx
|
|
1446
1480
|
|
|
1447
1481
|
/**
|
|
1448
1482
|
* This file was automatically generated.
|
|
@@ -1475,8 +1509,8 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1475
1509
|
]
|
|
1476
1510
|
});
|
|
1477
1511
|
};
|
|
1512
|
+
/* export default */ const Icons_IconLightBulb = ((/* unused pure expression or super */ null && (IconLightBulb)));
|
|
1478
1513
|
|
|
1479
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconLightBulbLight.tsx
|
|
1480
1514
|
|
|
1481
1515
|
/**
|
|
1482
1516
|
* This file was automatically generated.
|
|
@@ -1509,8 +1543,8 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1509
1543
|
]
|
|
1510
1544
|
});
|
|
1511
1545
|
};
|
|
1546
|
+
/* export default */ const Icons_IconLightBulbLight = ((/* unused pure expression or super */ null && (IconLightBulbLight)));
|
|
1512
1547
|
|
|
1513
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconList.tsx
|
|
1514
1548
|
|
|
1515
1549
|
/**
|
|
1516
1550
|
* This file was automatically generated.
|
|
@@ -1543,8 +1577,8 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1543
1577
|
]
|
|
1544
1578
|
});
|
|
1545
1579
|
};
|
|
1580
|
+
/* export default */ const Icons_IconList = ((/* unused pure expression or super */ null && (IconList)));
|
|
1546
1581
|
|
|
1547
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconListLight.tsx
|
|
1548
1582
|
|
|
1549
1583
|
/**
|
|
1550
1584
|
* This file was automatically generated.
|
|
@@ -1576,8 +1610,8 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1576
1610
|
]
|
|
1577
1611
|
});
|
|
1578
1612
|
};
|
|
1613
|
+
/* export default */ const Icons_IconListLight = ((/* unused pure expression or super */ null && (IconListLight)));
|
|
1579
1614
|
|
|
1580
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconLocked.tsx
|
|
1581
1615
|
|
|
1582
1616
|
/**
|
|
1583
1617
|
* This file was automatically generated.
|
|
@@ -1610,8 +1644,8 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1610
1644
|
]
|
|
1611
1645
|
});
|
|
1612
1646
|
};
|
|
1647
|
+
/* export default */ const Icons_IconLocked = ((/* unused pure expression or super */ null && (IconLocked)));
|
|
1613
1648
|
|
|
1614
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconLockedLight.tsx
|
|
1615
1649
|
|
|
1616
1650
|
/**
|
|
1617
1651
|
* This file was automatically generated.
|
|
@@ -1643,8 +1677,8 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1643
1677
|
]
|
|
1644
1678
|
});
|
|
1645
1679
|
};
|
|
1680
|
+
/* export default */ const Icons_IconLockedLight = ((/* unused pure expression or super */ null && (IconLockedLight)));
|
|
1646
1681
|
|
|
1647
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconMagic.tsx
|
|
1648
1682
|
|
|
1649
1683
|
/**
|
|
1650
1684
|
* This file was automatically generated.
|
|
@@ -1677,8 +1711,8 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1677
1711
|
]
|
|
1678
1712
|
});
|
|
1679
1713
|
};
|
|
1714
|
+
/* export default */ const Icons_IconMagic = ((/* unused pure expression or super */ null && (IconMagic)));
|
|
1680
1715
|
|
|
1681
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconMagicLight.tsx
|
|
1682
1716
|
|
|
1683
1717
|
/**
|
|
1684
1718
|
* This file was automatically generated.
|
|
@@ -1711,8 +1745,8 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1711
1745
|
]
|
|
1712
1746
|
});
|
|
1713
1747
|
};
|
|
1748
|
+
/* export default */ const Icons_IconMagicLight = ((/* unused pure expression or super */ null && (IconMagicLight)));
|
|
1714
1749
|
|
|
1715
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconMessages.tsx
|
|
1716
1750
|
|
|
1717
1751
|
/**
|
|
1718
1752
|
* This file was automatically generated.
|
|
@@ -1745,8 +1779,8 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1745
1779
|
]
|
|
1746
1780
|
});
|
|
1747
1781
|
};
|
|
1782
|
+
/* export default */ const Icons_IconMessages = ((/* unused pure expression or super */ null && (IconMessages)));
|
|
1748
1783
|
|
|
1749
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconMessagesLight.tsx
|
|
1750
1784
|
|
|
1751
1785
|
/**
|
|
1752
1786
|
* This file was automatically generated.
|
|
@@ -1779,8 +1813,8 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1779
1813
|
]
|
|
1780
1814
|
});
|
|
1781
1815
|
};
|
|
1816
|
+
/* export default */ const Icons_IconMessagesLight = ((/* unused pure expression or super */ null && (IconMessagesLight)));
|
|
1782
1817
|
|
|
1783
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconNext.tsx
|
|
1784
1818
|
|
|
1785
1819
|
/**
|
|
1786
1820
|
* This file was automatically generated.
|
|
@@ -1813,8 +1847,8 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1813
1847
|
]
|
|
1814
1848
|
});
|
|
1815
1849
|
};
|
|
1850
|
+
/* export default */ const Icons_IconNext = ((/* unused pure expression or super */ null && (IconNext)));
|
|
1816
1851
|
|
|
1817
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconNextLight.tsx
|
|
1818
1852
|
|
|
1819
1853
|
/**
|
|
1820
1854
|
* This file was automatically generated.
|
|
@@ -1840,8 +1874,8 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1840
1874
|
})
|
|
1841
1875
|
});
|
|
1842
1876
|
};
|
|
1877
|
+
/* export default */ const Icons_IconNextLight = ((/* unused pure expression or super */ null && (IconNextLight)));
|
|
1843
1878
|
|
|
1844
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconOpenAI.tsx
|
|
1845
1879
|
|
|
1846
1880
|
/**
|
|
1847
1881
|
* This file was automatically generated.
|
|
@@ -1867,8 +1901,8 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1867
1901
|
})
|
|
1868
1902
|
});
|
|
1869
1903
|
};
|
|
1904
|
+
/* export default */ const Icons_IconOpenAI = ((/* unused pure expression or super */ null && (IconOpenAI)));
|
|
1870
1905
|
|
|
1871
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPasskey.tsx
|
|
1872
1906
|
|
|
1873
1907
|
/**
|
|
1874
1908
|
* This file was automatically generated.
|
|
@@ -1905,8 +1939,8 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1905
1939
|
]
|
|
1906
1940
|
});
|
|
1907
1941
|
};
|
|
1942
|
+
/* export default */ const Icons_IconPasskey = ((/* unused pure expression or super */ null && (IconPasskey)));
|
|
1908
1943
|
|
|
1909
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanical.tsx
|
|
1910
1944
|
|
|
1911
1945
|
/**
|
|
1912
1946
|
* This file was automatically generated.
|
|
@@ -1939,8 +1973,8 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
1939
1973
|
]
|
|
1940
1974
|
});
|
|
1941
1975
|
};
|
|
1976
|
+
/* export default */ const Icons_IconPencilMechanical = ((/* unused pure expression or super */ null && (IconPencilMechanical)));
|
|
1942
1977
|
|
|
1943
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPencilMechanicalLight.tsx
|
|
1944
1978
|
|
|
1945
1979
|
/**
|
|
1946
1980
|
* This file was automatically generated.
|
|
@@ -1973,8 +2007,8 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
1973
2007
|
]
|
|
1974
2008
|
});
|
|
1975
2009
|
};
|
|
2010
|
+
/* export default */ const Icons_IconPencilMechanicalLight = ((/* unused pure expression or super */ null && (IconPencilMechanicalLight)));
|
|
1976
2011
|
|
|
1977
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPenField.tsx
|
|
1978
2012
|
|
|
1979
2013
|
/**
|
|
1980
2014
|
* This file was automatically generated.
|
|
@@ -2007,8 +2041,8 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2007
2041
|
]
|
|
2008
2042
|
});
|
|
2009
2043
|
};
|
|
2044
|
+
/* export default */ const Icons_IconPenField = ((/* unused pure expression or super */ null && (IconPenField)));
|
|
2010
2045
|
|
|
2011
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPenFieldLight.tsx
|
|
2012
2046
|
|
|
2013
2047
|
/**
|
|
2014
2048
|
* This file was automatically generated.
|
|
@@ -2041,8 +2075,8 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2041
2075
|
]
|
|
2042
2076
|
});
|
|
2043
2077
|
};
|
|
2078
|
+
/* export default */ const Icons_IconPenFieldLight = ((/* unused pure expression or super */ null && (IconPenFieldLight)));
|
|
2044
2079
|
|
|
2045
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPrevious.tsx
|
|
2046
2080
|
|
|
2047
2081
|
/**
|
|
2048
2082
|
* This file was automatically generated.
|
|
@@ -2075,8 +2109,8 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2075
2109
|
]
|
|
2076
2110
|
});
|
|
2077
2111
|
};
|
|
2112
|
+
/* export default */ const Icons_IconPrevious = ((/* unused pure expression or super */ null && (IconPrevious)));
|
|
2078
2113
|
|
|
2079
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconPreviousLight.tsx
|
|
2080
2114
|
|
|
2081
2115
|
/**
|
|
2082
2116
|
* This file was automatically generated.
|
|
@@ -2102,8 +2136,8 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2102
2136
|
})
|
|
2103
2137
|
});
|
|
2104
2138
|
};
|
|
2139
|
+
/* export default */ const Icons_IconPreviousLight = ((/* unused pure expression or super */ null && (IconPreviousLight)));
|
|
2105
2140
|
|
|
2106
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconProfile.tsx
|
|
2107
2141
|
|
|
2108
2142
|
/**
|
|
2109
2143
|
* This file was automatically generated.
|
|
@@ -2135,8 +2169,8 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2135
2169
|
]
|
|
2136
2170
|
});
|
|
2137
2171
|
};
|
|
2172
|
+
/* export default */ const Icons_IconProfile = ((/* unused pure expression or super */ null && (IconProfile)));
|
|
2138
2173
|
|
|
2139
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconProfileLight.tsx
|
|
2140
2174
|
|
|
2141
2175
|
/**
|
|
2142
2176
|
* This file was automatically generated.
|
|
@@ -2168,8 +2202,8 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2168
2202
|
]
|
|
2169
2203
|
});
|
|
2170
2204
|
};
|
|
2205
|
+
/* export default */ const Icons_IconProfileLight = ((/* unused pure expression or super */ null && (IconProfileLight)));
|
|
2171
2206
|
|
|
2172
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconProofread.tsx
|
|
2173
2207
|
|
|
2174
2208
|
/**
|
|
2175
2209
|
* This file was automatically generated.
|
|
@@ -2202,8 +2236,8 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2202
2236
|
]
|
|
2203
2237
|
});
|
|
2204
2238
|
};
|
|
2239
|
+
/* export default */ const Icons_IconProofread = ((/* unused pure expression or super */ null && (IconProofread)));
|
|
2205
2240
|
|
|
2206
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconProofreadLight.tsx
|
|
2207
2241
|
|
|
2208
2242
|
/**
|
|
2209
2243
|
* This file was automatically generated.
|
|
@@ -2229,8 +2263,8 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2229
2263
|
})
|
|
2230
2264
|
});
|
|
2231
2265
|
};
|
|
2266
|
+
/* export default */ const Icons_IconProofreadLight = ((/* unused pure expression or super */ null && (IconProofreadLight)));
|
|
2232
2267
|
|
|
2233
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRefresh.tsx
|
|
2234
2268
|
|
|
2235
2269
|
/**
|
|
2236
2270
|
* This file was automatically generated.
|
|
@@ -2263,8 +2297,8 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2263
2297
|
]
|
|
2264
2298
|
});
|
|
2265
2299
|
};
|
|
2300
|
+
/* export default */ const Icons_IconRefresh = ((/* unused pure expression or super */ null && (IconRefresh)));
|
|
2266
2301
|
|
|
2267
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRefreshLight.tsx
|
|
2268
2302
|
|
|
2269
2303
|
/**
|
|
2270
2304
|
* This file was automatically generated.
|
|
@@ -2290,8 +2324,8 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2290
2324
|
})
|
|
2291
2325
|
});
|
|
2292
2326
|
};
|
|
2327
|
+
/* export default */ const Icons_IconRefreshLight = ((/* unused pure expression or super */ null && (IconRefreshLight)));
|
|
2293
2328
|
|
|
2294
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRestore.tsx
|
|
2295
2329
|
|
|
2296
2330
|
/**
|
|
2297
2331
|
* This file was automatically generated.
|
|
@@ -2324,8 +2358,8 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2324
2358
|
]
|
|
2325
2359
|
});
|
|
2326
2360
|
};
|
|
2361
|
+
/* export default */ const Icons_IconRestore = ((/* unused pure expression or super */ null && (IconRestore)));
|
|
2327
2362
|
|
|
2328
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRestoreLight.tsx
|
|
2329
2363
|
|
|
2330
2364
|
/**
|
|
2331
2365
|
* This file was automatically generated.
|
|
@@ -2358,8 +2392,8 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2358
2392
|
]
|
|
2359
2393
|
});
|
|
2360
2394
|
};
|
|
2395
|
+
/* export default */ const Icons_IconRestoreLight = ((/* unused pure expression or super */ null && (IconRestoreLight)));
|
|
2361
2396
|
|
|
2362
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRewrite.tsx
|
|
2363
2397
|
|
|
2364
2398
|
/**
|
|
2365
2399
|
* This file was automatically generated.
|
|
@@ -2392,8 +2426,8 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2392
2426
|
]
|
|
2393
2427
|
});
|
|
2394
2428
|
};
|
|
2429
|
+
/* export default */ const Icons_IconRewrite = ((/* unused pure expression or super */ null && (IconRewrite)));
|
|
2395
2430
|
|
|
2396
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRewriteLight.tsx
|
|
2397
2431
|
|
|
2398
2432
|
/**
|
|
2399
2433
|
* This file was automatically generated.
|
|
@@ -2426,8 +2460,8 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2426
2460
|
]
|
|
2427
2461
|
});
|
|
2428
2462
|
};
|
|
2463
|
+
/* export default */ const Icons_IconRewriteLight = ((/* unused pure expression or super */ null && (IconRewriteLight)));
|
|
2429
2464
|
|
|
2430
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRotateLeft.tsx
|
|
2431
2465
|
|
|
2432
2466
|
/**
|
|
2433
2467
|
* This file was automatically generated.
|
|
@@ -2460,8 +2494,8 @@ const IconRotateLeft = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2460
2494
|
]
|
|
2461
2495
|
});
|
|
2462
2496
|
};
|
|
2497
|
+
/* export default */ const Icons_IconRotateLeft = ((/* unused pure expression or super */ null && (IconRotateLeft)));
|
|
2463
2498
|
|
|
2464
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconRotateLeftLight.tsx
|
|
2465
2499
|
|
|
2466
2500
|
/**
|
|
2467
2501
|
* This file was automatically generated.
|
|
@@ -2493,8 +2527,8 @@ const IconRotateLeftLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
2493
2527
|
]
|
|
2494
2528
|
});
|
|
2495
2529
|
};
|
|
2530
|
+
/* export default */ const Icons_IconRotateLeftLight = ((/* unused pure expression or super */ null && (IconRotateLeftLight)));
|
|
2496
2531
|
|
|
2497
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSearch.tsx
|
|
2498
2532
|
|
|
2499
2533
|
/**
|
|
2500
2534
|
* This file was automatically generated.
|
|
@@ -2527,8 +2561,8 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2527
2561
|
]
|
|
2528
2562
|
});
|
|
2529
2563
|
};
|
|
2564
|
+
/* export default */ const Icons_IconSearch = ((/* unused pure expression or super */ null && (IconSearch)));
|
|
2530
2565
|
|
|
2531
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSearchLight.tsx
|
|
2532
2566
|
|
|
2533
2567
|
/**
|
|
2534
2568
|
* This file was automatically generated.
|
|
@@ -2554,8 +2588,8 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2554
2588
|
})
|
|
2555
2589
|
});
|
|
2556
2590
|
};
|
|
2591
|
+
/* export default */ const Icons_IconSearchLight = ((/* unused pure expression or super */ null && (IconSearchLight)));
|
|
2557
2592
|
|
|
2558
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSelected.tsx
|
|
2559
2593
|
|
|
2560
2594
|
/**
|
|
2561
2595
|
* This file was automatically generated.
|
|
@@ -2587,8 +2621,8 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2587
2621
|
]
|
|
2588
2622
|
});
|
|
2589
2623
|
};
|
|
2624
|
+
/* export default */ const Icons_IconSelected = ((/* unused pure expression or super */ null && (IconSelected)));
|
|
2590
2625
|
|
|
2591
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSelectedLight.tsx
|
|
2592
2626
|
|
|
2593
2627
|
/**
|
|
2594
2628
|
* This file was automatically generated.
|
|
@@ -2620,8 +2654,8 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2620
2654
|
]
|
|
2621
2655
|
});
|
|
2622
2656
|
};
|
|
2657
|
+
/* export default */ const Icons_IconSelectedLight = ((/* unused pure expression or super */ null && (IconSelectedLight)));
|
|
2623
2658
|
|
|
2624
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSend.tsx
|
|
2625
2659
|
|
|
2626
2660
|
/**
|
|
2627
2661
|
* This file was automatically generated.
|
|
@@ -2653,8 +2687,8 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2653
2687
|
]
|
|
2654
2688
|
});
|
|
2655
2689
|
};
|
|
2690
|
+
/* export default */ const Icons_IconSend = ((/* unused pure expression or super */ null && (IconSend)));
|
|
2656
2691
|
|
|
2657
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSendLight.tsx
|
|
2658
2692
|
|
|
2659
2693
|
/**
|
|
2660
2694
|
* This file was automatically generated.
|
|
@@ -2686,8 +2720,8 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2686
2720
|
]
|
|
2687
2721
|
});
|
|
2688
2722
|
};
|
|
2723
|
+
/* export default */ const Icons_IconSendLight = ((/* unused pure expression or super */ null && (IconSendLight)));
|
|
2689
2724
|
|
|
2690
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSettings.tsx
|
|
2691
2725
|
|
|
2692
2726
|
/**
|
|
2693
2727
|
* This file was automatically generated.
|
|
@@ -2713,8 +2747,8 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2713
2747
|
})
|
|
2714
2748
|
});
|
|
2715
2749
|
};
|
|
2750
|
+
/* export default */ const Icons_IconSettings = ((/* unused pure expression or super */ null && (IconSettings)));
|
|
2716
2751
|
|
|
2717
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSettingsLight.tsx
|
|
2718
2752
|
|
|
2719
2753
|
/**
|
|
2720
2754
|
* This file was automatically generated.
|
|
@@ -2740,8 +2774,8 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2740
2774
|
})
|
|
2741
2775
|
});
|
|
2742
2776
|
};
|
|
2777
|
+
/* export default */ const Icons_IconSettingsLight = ((/* unused pure expression or super */ null && (IconSettingsLight)));
|
|
2743
2778
|
|
|
2744
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconShow.tsx
|
|
2745
2779
|
|
|
2746
2780
|
/**
|
|
2747
2781
|
* This file was automatically generated.
|
|
@@ -2774,8 +2808,8 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2774
2808
|
]
|
|
2775
2809
|
});
|
|
2776
2810
|
};
|
|
2811
|
+
/* export default */ const Icons_IconShow = ((/* unused pure expression or super */ null && (IconShow)));
|
|
2777
2812
|
|
|
2778
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconShowLight.tsx
|
|
2779
2813
|
|
|
2780
2814
|
/**
|
|
2781
2815
|
* This file was automatically generated.
|
|
@@ -2808,8 +2842,8 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2808
2842
|
]
|
|
2809
2843
|
});
|
|
2810
2844
|
};
|
|
2845
|
+
/* export default */ const Icons_IconShowLight = ((/* unused pure expression or super */ null && (IconShowLight)));
|
|
2811
2846
|
|
|
2812
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSliders.tsx
|
|
2813
2847
|
|
|
2814
2848
|
/**
|
|
2815
2849
|
* This file was automatically generated.
|
|
@@ -2842,8 +2876,8 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2842
2876
|
]
|
|
2843
2877
|
});
|
|
2844
2878
|
};
|
|
2879
|
+
/* export default */ const Icons_IconSliders = ((/* unused pure expression or super */ null && (IconSliders)));
|
|
2845
2880
|
|
|
2846
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSlidersLight.tsx
|
|
2847
2881
|
|
|
2848
2882
|
/**
|
|
2849
2883
|
* This file was automatically generated.
|
|
@@ -2876,8 +2910,8 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2876
2910
|
]
|
|
2877
2911
|
});
|
|
2878
2912
|
};
|
|
2913
|
+
/* export default */ const Icons_IconSlidersLight = ((/* unused pure expression or super */ null && (IconSlidersLight)));
|
|
2879
2914
|
|
|
2880
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSort.tsx
|
|
2881
2915
|
|
|
2882
2916
|
/**
|
|
2883
2917
|
* This file was automatically generated.
|
|
@@ -2910,8 +2944,8 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2910
2944
|
]
|
|
2911
2945
|
});
|
|
2912
2946
|
};
|
|
2947
|
+
/* export default */ const Icons_IconSort = ((/* unused pure expression or super */ null && (IconSort)));
|
|
2913
2948
|
|
|
2914
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSortDown.tsx
|
|
2915
2949
|
|
|
2916
2950
|
/**
|
|
2917
2951
|
* This file was automatically generated.
|
|
@@ -2944,8 +2978,8 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2944
2978
|
]
|
|
2945
2979
|
});
|
|
2946
2980
|
};
|
|
2981
|
+
/* export default */ const Icons_IconSortDown = ((/* unused pure expression or super */ null && (IconSortDown)));
|
|
2947
2982
|
|
|
2948
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSortDownLight.tsx
|
|
2949
2983
|
|
|
2950
2984
|
/**
|
|
2951
2985
|
* This file was automatically generated.
|
|
@@ -2971,8 +3005,8 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2971
3005
|
})
|
|
2972
3006
|
});
|
|
2973
3007
|
};
|
|
3008
|
+
/* export default */ const Icons_IconSortDownLight = ((/* unused pure expression or super */ null && (IconSortDownLight)));
|
|
2974
3009
|
|
|
2975
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSortLight.tsx
|
|
2976
3010
|
|
|
2977
3011
|
/**
|
|
2978
3012
|
* This file was automatically generated.
|
|
@@ -2998,8 +3032,8 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2998
3032
|
})
|
|
2999
3033
|
});
|
|
3000
3034
|
};
|
|
3035
|
+
/* export default */ const Icons_IconSortLight = ((/* unused pure expression or super */ null && (IconSortLight)));
|
|
3001
3036
|
|
|
3002
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSortUp.tsx
|
|
3003
3037
|
|
|
3004
3038
|
/**
|
|
3005
3039
|
* This file was automatically generated.
|
|
@@ -3032,8 +3066,8 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3032
3066
|
]
|
|
3033
3067
|
});
|
|
3034
3068
|
};
|
|
3069
|
+
/* export default */ const Icons_IconSortUp = ((/* unused pure expression or super */ null && (IconSortUp)));
|
|
3035
3070
|
|
|
3036
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconSortUpLight.tsx
|
|
3037
3071
|
|
|
3038
3072
|
/**
|
|
3039
3073
|
* This file was automatically generated.
|
|
@@ -3059,8 +3093,8 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3059
3093
|
})
|
|
3060
3094
|
});
|
|
3061
3095
|
};
|
|
3096
|
+
/* export default */ const Icons_IconSortUpLight = ((/* unused pure expression or super */ null && (IconSortUpLight)));
|
|
3062
3097
|
|
|
3063
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircle.tsx
|
|
3064
3098
|
|
|
3065
3099
|
/**
|
|
3066
3100
|
* This file was automatically generated.
|
|
@@ -3092,8 +3126,8 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3092
3126
|
]
|
|
3093
3127
|
});
|
|
3094
3128
|
};
|
|
3129
|
+
/* export default */ const Icons_IconStarInCircle = ((/* unused pure expression or super */ null && (IconStarInCircle)));
|
|
3095
3130
|
|
|
3096
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconStarInCircleLight.tsx
|
|
3097
3131
|
|
|
3098
3132
|
/**
|
|
3099
3133
|
* This file was automatically generated.
|
|
@@ -3125,8 +3159,8 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
3125
3159
|
]
|
|
3126
3160
|
});
|
|
3127
3161
|
};
|
|
3162
|
+
/* export default */ const Icons_IconStarInCircleLight = ((/* unused pure expression or super */ null && (IconStarInCircleLight)));
|
|
3128
3163
|
|
|
3129
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnChecked.tsx
|
|
3130
3164
|
|
|
3131
3165
|
/**
|
|
3132
3166
|
* This file was automatically generated.
|
|
@@ -3153,8 +3187,8 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3153
3187
|
})
|
|
3154
3188
|
});
|
|
3155
3189
|
};
|
|
3190
|
+
/* export default */ const Icons_IconUnChecked = ((/* unused pure expression or super */ null && (IconUnChecked)));
|
|
3156
3191
|
|
|
3157
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnCheckedLight.tsx
|
|
3158
3192
|
|
|
3159
3193
|
/**
|
|
3160
3194
|
* This file was automatically generated.
|
|
@@ -3186,8 +3220,8 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3186
3220
|
]
|
|
3187
3221
|
});
|
|
3188
3222
|
};
|
|
3223
|
+
/* export default */ const Icons_IconUnCheckedLight = ((/* unused pure expression or super */ null && (IconUnCheckedLight)));
|
|
3189
3224
|
|
|
3190
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnlocked.tsx
|
|
3191
3225
|
|
|
3192
3226
|
/**
|
|
3193
3227
|
* This file was automatically generated.
|
|
@@ -3220,8 +3254,8 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3220
3254
|
]
|
|
3221
3255
|
});
|
|
3222
3256
|
};
|
|
3257
|
+
/* export default */ const Icons_IconUnlocked = ((/* unused pure expression or super */ null && (IconUnlocked)));
|
|
3223
3258
|
|
|
3224
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnlockedLight.tsx
|
|
3225
3259
|
|
|
3226
3260
|
/**
|
|
3227
3261
|
* This file was automatically generated.
|
|
@@ -3253,8 +3287,8 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3253
3287
|
]
|
|
3254
3288
|
});
|
|
3255
3289
|
};
|
|
3290
|
+
/* export default */ const Icons_IconUnlockedLight = ((/* unused pure expression or super */ null && (IconUnlockedLight)));
|
|
3256
3291
|
|
|
3257
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelected.tsx
|
|
3258
3292
|
|
|
3259
3293
|
/**
|
|
3260
3294
|
* This file was automatically generated.
|
|
@@ -3281,8 +3315,8 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3281
3315
|
})
|
|
3282
3316
|
});
|
|
3283
3317
|
};
|
|
3318
|
+
/* export default */ const Icons_IconUnSelected = ((/* unused pure expression or super */ null && (IconUnSelected)));
|
|
3284
3319
|
|
|
3285
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUnSelectedLight.tsx
|
|
3286
3320
|
|
|
3287
3321
|
/**
|
|
3288
3322
|
* This file was automatically generated.
|
|
@@ -3314,8 +3348,8 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
3314
3348
|
]
|
|
3315
3349
|
});
|
|
3316
3350
|
};
|
|
3351
|
+
/* export default */ const Icons_IconUnSelectedLight = ((/* unused pure expression or super */ null && (IconUnSelectedLight)));
|
|
3317
3352
|
|
|
3318
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUp.tsx
|
|
3319
3353
|
|
|
3320
3354
|
/**
|
|
3321
3355
|
* This file was automatically generated.
|
|
@@ -3348,8 +3382,8 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3348
3382
|
]
|
|
3349
3383
|
});
|
|
3350
3384
|
};
|
|
3385
|
+
/* export default */ const Icons_IconUp = ((/* unused pure expression or super */ null && (IconUp)));
|
|
3351
3386
|
|
|
3352
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUpLight.tsx
|
|
3353
3387
|
|
|
3354
3388
|
/**
|
|
3355
3389
|
* This file was automatically generated.
|
|
@@ -3375,8 +3409,8 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3375
3409
|
})
|
|
3376
3410
|
});
|
|
3377
3411
|
};
|
|
3412
|
+
/* export default */ const Icons_IconUpLight = ((/* unused pure expression or super */ null && (IconUpLight)));
|
|
3378
3413
|
|
|
3379
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUpload.tsx
|
|
3380
3414
|
|
|
3381
3415
|
/**
|
|
3382
3416
|
* This file was automatically generated.
|
|
@@ -3409,8 +3443,8 @@ const IconUpload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3409
3443
|
]
|
|
3410
3444
|
});
|
|
3411
3445
|
};
|
|
3446
|
+
/* export default */ const Icons_IconUpload = ((/* unused pure expression or super */ null && (IconUpload)));
|
|
3412
3447
|
|
|
3413
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUploadLight.tsx
|
|
3414
3448
|
|
|
3415
3449
|
/**
|
|
3416
3450
|
* This file was automatically generated.
|
|
@@ -3436,8 +3470,8 @@ const IconUploadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3436
3470
|
})
|
|
3437
3471
|
});
|
|
3438
3472
|
};
|
|
3473
|
+
/* export default */ const Icons_IconUploadLight = ((/* unused pure expression or super */ null && (IconUploadLight)));
|
|
3439
3474
|
|
|
3440
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUser.tsx
|
|
3441
3475
|
|
|
3442
3476
|
/**
|
|
3443
3477
|
* This file was automatically generated.
|
|
@@ -3469,8 +3503,8 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3469
3503
|
]
|
|
3470
3504
|
});
|
|
3471
3505
|
};
|
|
3506
|
+
/* export default */ const Icons_IconUser = ((/* unused pure expression or super */ null && (IconUser)));
|
|
3472
3507
|
|
|
3473
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconUserLight.tsx
|
|
3474
3508
|
|
|
3475
3509
|
/**
|
|
3476
3510
|
* This file was automatically generated.
|
|
@@ -3502,8 +3536,8 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3502
3536
|
]
|
|
3503
3537
|
});
|
|
3504
3538
|
};
|
|
3539
|
+
/* export default */ const Icons_IconUserLight = ((/* unused pure expression or super */ null && (IconUserLight)));
|
|
3505
3540
|
|
|
3506
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearch.tsx
|
|
3507
3541
|
|
|
3508
3542
|
/**
|
|
3509
3543
|
* This file was automatically generated.
|
|
@@ -3535,8 +3569,8 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3535
3569
|
]
|
|
3536
3570
|
});
|
|
3537
3571
|
};
|
|
3572
|
+
/* export default */ const Icons_IconWebSearch = ((/* unused pure expression or super */ null && (IconWebSearch)));
|
|
3538
3573
|
|
|
3539
|
-
;// CONCATENATED MODULE: ./src/components/Icons/IconWebSearchLight.tsx
|
|
3540
3574
|
|
|
3541
3575
|
/**
|
|
3542
3576
|
* This file was automatically generated.
|
|
@@ -3568,12 +3602,12 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3568
3602
|
]
|
|
3569
3603
|
});
|
|
3570
3604
|
};
|
|
3605
|
+
/* export default */ const Icons_IconWebSearchLight = ((/* unused pure expression or super */ null && (IconWebSearchLight)));
|
|
3571
3606
|
|
|
3572
|
-
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
3573
3607
|
/**
|
|
3574
3608
|
* This file is automatically generated.
|
|
3575
3609
|
* Do not edit it manually.
|
|
3576
|
-
* Last updated on 1/
|
|
3610
|
+
* Last updated on 3/1/2026, 5:37:15 PM.
|
|
3577
3611
|
*/
|
|
3578
3612
|
|
|
3579
3613
|
|
|
@@ -3685,4 +3719,5 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3685
3719
|
|
|
3686
3720
|
|
|
3687
3721
|
|
|
3688
|
-
|
|
3722
|
+
|
|
3723
|
+
export { IconAdd, IconAddLight, IconAnthropic, IconBack, IconBackLight, IconBookSparkles, IconBookSparklesLight, IconBookmark, IconBookmarkLight, IconBranch, IconBranchLight, IconBrightness, IconBrightnessLight, IconChart, IconChartLight, IconChecked, IconCheckedLight, IconClose, IconCloseLight, IconCopied, IconCopiedLight, IconCopy, IconCopyLight, IconDelete, IconDeleteLight, IconDog, IconDown, IconDownLight, IconDownload, IconDownloadLight, IconEdit, IconEditLight, IconEditUser, IconEditUserLight, IconFrenchFlag, IconGitHub, IconGoogleGemini, IconHide, IconHideLight, IconHistory, IconHistoryLight, IconInfo, IconInfoLight, IconKey, IconKeyLight, IconLightBulb, IconLightBulbLight, IconList, IconListLight, IconLocked, IconLockedLight, IconMagic, IconMagicLight, IconMessages, IconMessagesLight, IconNext, IconNextLight, IconOpenAI, IconPasskey, IconPenField, IconPenFieldLight, IconPencilMechanical, IconPencilMechanicalLight, IconPrevious, IconPreviousLight, IconProfile, IconProfileLight, IconProofread, IconProofreadLight, IconRefresh, IconRefreshLight, IconRestore, IconRestoreLight, IconRewrite, IconRewriteLight, IconRotateLeft, IconRotateLeftLight, IconSearch, IconSearchLight, IconSelected, IconSelectedLight, IconSend, IconSendLight, IconSettings, IconSettingsLight, IconShow, IconShowLight, IconSliders, IconSlidersLight, IconSort, IconSortDown, IconSortDownLight, IconSortLight, IconSortUp, IconSortUpLight, IconStarInCircle, IconStarInCircleLight, IconUnChecked, IconUnCheckedLight, IconUnSelected, IconUnSelectedLight, IconUnlocked, IconUnlockedLight, IconUp, IconUpLight, IconUpload, IconUploadLight, IconUser, IconUserLight, IconWebSearch, IconWebSearchLight };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"sideEffects": [
|
|
43
43
|
"**/*.css"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "88569c1fca3fa714506b5eed5835ee78c9d6c3ef"
|
|
46
46
|
}
|