@versini/ui-icons 4.18.2 → 4.19.1
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 +156 -6
- package/package.json +3 -3
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.1
|
|
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: "
|
|
8
|
+
version: "4.19.1",
|
|
9
|
+
buildTime: "03/10/2026 03:46 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-icons",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -20,6 +20,7 @@ import clsx from "clsx";
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
+
|
|
23
24
|
/*!
|
|
24
25
|
@versini/ui-svgicon v4.3.0
|
|
25
26
|
© 2026 gizmette.com
|
|
@@ -27,7 +28,7 @@ import clsx from "clsx";
|
|
|
27
28
|
if (!window.__VERSINI_UI_SVGICON__) {
|
|
28
29
|
window.__VERSINI_UI_SVGICON__ = {
|
|
29
30
|
version: "4.3.0",
|
|
30
|
-
buildTime: "
|
|
31
|
+
buildTime: "03/10/2026 03:46 PM EDT",
|
|
31
32
|
homepage: "https://github.com/aversini/ui-icons",
|
|
32
33
|
license: "MIT"
|
|
33
34
|
};
|
|
@@ -88,6 +89,7 @@ const IconAdd = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
88
89
|
/* export default */ const Icons_IconAdd = ((/* unused pure expression or super */ null && (IconAdd)));
|
|
89
90
|
|
|
90
91
|
|
|
92
|
+
|
|
91
93
|
/**
|
|
92
94
|
* This file was automatically generated.
|
|
93
95
|
* Please do not edit manually.
|
|
@@ -115,6 +117,7 @@ const IconAddLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
115
117
|
/* export default */ const Icons_IconAddLight = ((/* unused pure expression or super */ null && (IconAddLight)));
|
|
116
118
|
|
|
117
119
|
|
|
120
|
+
|
|
118
121
|
/**
|
|
119
122
|
* This file was automatically generated.
|
|
120
123
|
* Please do not edit manually.
|
|
@@ -142,6 +145,7 @@ const IconAnthropic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
142
145
|
/* export default */ const Icons_IconAnthropic = ((/* unused pure expression or super */ null && (IconAnthropic)));
|
|
143
146
|
|
|
144
147
|
|
|
148
|
+
|
|
145
149
|
/**
|
|
146
150
|
* This file was automatically generated.
|
|
147
151
|
* Please do not edit manually.
|
|
@@ -176,6 +180,7 @@ const IconBack = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
176
180
|
/* export default */ const Icons_IconBack = ((/* unused pure expression or super */ null && (IconBack)));
|
|
177
181
|
|
|
178
182
|
|
|
183
|
+
|
|
179
184
|
/**
|
|
180
185
|
* This file was automatically generated.
|
|
181
186
|
* Please do not edit manually.
|
|
@@ -203,6 +208,7 @@ const IconBackLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
203
208
|
/* export default */ const Icons_IconBackLight = ((/* unused pure expression or super */ null && (IconBackLight)));
|
|
204
209
|
|
|
205
210
|
|
|
211
|
+
|
|
206
212
|
/**
|
|
207
213
|
* This file was automatically generated.
|
|
208
214
|
* Please do not edit manually.
|
|
@@ -236,6 +242,7 @@ const IconBookmark = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
236
242
|
/* export default */ const Icons_IconBookmark = ((/* unused pure expression or super */ null && (IconBookmark)));
|
|
237
243
|
|
|
238
244
|
|
|
245
|
+
|
|
239
246
|
/**
|
|
240
247
|
* This file was automatically generated.
|
|
241
248
|
* Please do not edit manually.
|
|
@@ -269,6 +276,7 @@ const IconBookmarkLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
269
276
|
/* export default */ const Icons_IconBookmarkLight = ((/* unused pure expression or super */ null && (IconBookmarkLight)));
|
|
270
277
|
|
|
271
278
|
|
|
279
|
+
|
|
272
280
|
/**
|
|
273
281
|
* This file was automatically generated.
|
|
274
282
|
* Please do not edit manually.
|
|
@@ -302,6 +310,7 @@ const IconBookSparkles = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
302
310
|
/* export default */ const Icons_IconBookSparkles = ((/* unused pure expression or super */ null && (IconBookSparkles)));
|
|
303
311
|
|
|
304
312
|
|
|
313
|
+
|
|
305
314
|
/**
|
|
306
315
|
* This file was automatically generated.
|
|
307
316
|
* Please do not edit manually.
|
|
@@ -335,6 +344,7 @@ const IconBookSparklesLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
335
344
|
/* export default */ const Icons_IconBookSparklesLight = ((/* unused pure expression or super */ null && (IconBookSparklesLight)));
|
|
336
345
|
|
|
337
346
|
|
|
347
|
+
|
|
338
348
|
/**
|
|
339
349
|
* This file was automatically generated.
|
|
340
350
|
* Please do not edit manually.
|
|
@@ -369,6 +379,7 @@ const IconBranch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
369
379
|
/* export default */ const Icons_IconBranch = ((/* unused pure expression or super */ null && (IconBranch)));
|
|
370
380
|
|
|
371
381
|
|
|
382
|
+
|
|
372
383
|
/**
|
|
373
384
|
* This file was automatically generated.
|
|
374
385
|
* Please do not edit manually.
|
|
@@ -396,6 +407,7 @@ const IconBranchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
396
407
|
/* export default */ const Icons_IconBranchLight = ((/* unused pure expression or super */ null && (IconBranchLight)));
|
|
397
408
|
|
|
398
409
|
|
|
410
|
+
|
|
399
411
|
/**
|
|
400
412
|
* This file was automatically generated.
|
|
401
413
|
* Please do not edit manually.
|
|
@@ -430,6 +442,7 @@ const IconBrightness = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
430
442
|
/* export default */ const Icons_IconBrightness = ((/* unused pure expression or super */ null && (IconBrightness)));
|
|
431
443
|
|
|
432
444
|
|
|
445
|
+
|
|
433
446
|
/**
|
|
434
447
|
* This file was automatically generated.
|
|
435
448
|
* Please do not edit manually.
|
|
@@ -464,6 +477,7 @@ const IconBrightnessLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
464
477
|
/* export default */ const Icons_IconBrightnessLight = ((/* unused pure expression or super */ null && (IconBrightnessLight)));
|
|
465
478
|
|
|
466
479
|
|
|
480
|
+
|
|
467
481
|
/**
|
|
468
482
|
* This file was automatically generated.
|
|
469
483
|
* Please do not edit manually.
|
|
@@ -498,6 +512,7 @@ const IconChart = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
498
512
|
/* export default */ const Icons_IconChart = ((/* unused pure expression or super */ null && (IconChart)));
|
|
499
513
|
|
|
500
514
|
|
|
515
|
+
|
|
501
516
|
/**
|
|
502
517
|
* This file was automatically generated.
|
|
503
518
|
* Please do not edit manually.
|
|
@@ -532,6 +547,7 @@ const IconChartLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
532
547
|
/* export default */ const Icons_IconChartLight = ((/* unused pure expression or super */ null && (IconChartLight)));
|
|
533
548
|
|
|
534
549
|
|
|
550
|
+
|
|
535
551
|
/**
|
|
536
552
|
* This file was automatically generated.
|
|
537
553
|
* Please do not edit manually.
|
|
@@ -565,6 +581,7 @@ const IconChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
565
581
|
/* export default */ const Icons_IconChecked = ((/* unused pure expression or super */ null && (IconChecked)));
|
|
566
582
|
|
|
567
583
|
|
|
584
|
+
|
|
568
585
|
/**
|
|
569
586
|
* This file was automatically generated.
|
|
570
587
|
* Please do not edit manually.
|
|
@@ -598,6 +615,7 @@ const IconCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
598
615
|
/* export default */ const Icons_IconCheckedLight = ((/* unused pure expression or super */ null && (IconCheckedLight)));
|
|
599
616
|
|
|
600
617
|
|
|
618
|
+
|
|
601
619
|
/**
|
|
602
620
|
* This file was automatically generated.
|
|
603
621
|
* Please do not edit manually.
|
|
@@ -627,6 +645,7 @@ const IconClose = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
627
645
|
/* export default */ const Icons_IconClose = ((/* unused pure expression or super */ null && (IconClose)));
|
|
628
646
|
|
|
629
647
|
|
|
648
|
+
|
|
630
649
|
/**
|
|
631
650
|
* This file was automatically generated.
|
|
632
651
|
* Please do not edit manually.
|
|
@@ -654,6 +673,7 @@ const IconCloseLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
654
673
|
/* export default */ const Icons_IconCloseLight = ((/* unused pure expression or super */ null && (IconCloseLight)));
|
|
655
674
|
|
|
656
675
|
|
|
676
|
+
|
|
657
677
|
/**
|
|
658
678
|
* This file was automatically generated.
|
|
659
679
|
* Please do not edit manually.
|
|
@@ -687,6 +707,7 @@ const IconCopied = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
687
707
|
/* export default */ const Icons_IconCopied = ((/* unused pure expression or super */ null && (IconCopied)));
|
|
688
708
|
|
|
689
709
|
|
|
710
|
+
|
|
690
711
|
/**
|
|
691
712
|
* This file was automatically generated.
|
|
692
713
|
* Please do not edit manually.
|
|
@@ -720,6 +741,7 @@ const IconCopiedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
720
741
|
/* export default */ const Icons_IconCopiedLight = ((/* unused pure expression or super */ null && (IconCopiedLight)));
|
|
721
742
|
|
|
722
743
|
|
|
744
|
+
|
|
723
745
|
/**
|
|
724
746
|
* This file was automatically generated.
|
|
725
747
|
* Please do not edit manually.
|
|
@@ -747,6 +769,7 @@ const IconCopy = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
747
769
|
/* export default */ const Icons_IconCopy = ((/* unused pure expression or super */ null && (IconCopy)));
|
|
748
770
|
|
|
749
771
|
|
|
772
|
+
|
|
750
773
|
/**
|
|
751
774
|
* This file was automatically generated.
|
|
752
775
|
* Please do not edit manually.
|
|
@@ -774,6 +797,7 @@ const IconCopyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
774
797
|
/* export default */ const Icons_IconCopyLight = ((/* unused pure expression or super */ null && (IconCopyLight)));
|
|
775
798
|
|
|
776
799
|
|
|
800
|
+
|
|
777
801
|
/**
|
|
778
802
|
* This file was automatically generated.
|
|
779
803
|
* Please do not edit manually.
|
|
@@ -808,6 +832,7 @@ const IconDelete = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
808
832
|
/* export default */ const Icons_IconDelete = ((/* unused pure expression or super */ null && (IconDelete)));
|
|
809
833
|
|
|
810
834
|
|
|
835
|
+
|
|
811
836
|
/**
|
|
812
837
|
* This file was automatically generated.
|
|
813
838
|
* Please do not edit manually.
|
|
@@ -841,6 +866,7 @@ const IconDeleteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
841
866
|
/* export default */ const Icons_IconDeleteLight = ((/* unused pure expression or super */ null && (IconDeleteLight)));
|
|
842
867
|
|
|
843
868
|
|
|
869
|
+
|
|
844
870
|
/**
|
|
845
871
|
* This file was automatically generated.
|
|
846
872
|
* Please do not edit manually.
|
|
@@ -868,6 +894,7 @@ const IconDog = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
868
894
|
/* export default */ const Icons_IconDog = ((/* unused pure expression or super */ null && (IconDog)));
|
|
869
895
|
|
|
870
896
|
|
|
897
|
+
|
|
871
898
|
/**
|
|
872
899
|
* This file was automatically generated.
|
|
873
900
|
* Please do not edit manually.
|
|
@@ -902,6 +929,7 @@ const IconDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
902
929
|
/* export default */ const Icons_IconDown = ((/* unused pure expression or super */ null && (IconDown)));
|
|
903
930
|
|
|
904
931
|
|
|
932
|
+
|
|
905
933
|
/**
|
|
906
934
|
* This file was automatically generated.
|
|
907
935
|
* Please do not edit manually.
|
|
@@ -929,6 +957,7 @@ const IconDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
929
957
|
/* export default */ const Icons_IconDownLight = ((/* unused pure expression or super */ null && (IconDownLight)));
|
|
930
958
|
|
|
931
959
|
|
|
960
|
+
|
|
932
961
|
/**
|
|
933
962
|
* This file was automatically generated.
|
|
934
963
|
* Please do not edit manually.
|
|
@@ -963,6 +992,7 @@ const IconDownload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
963
992
|
/* export default */ const Icons_IconDownload = ((/* unused pure expression or super */ null && (IconDownload)));
|
|
964
993
|
|
|
965
994
|
|
|
995
|
+
|
|
966
996
|
/**
|
|
967
997
|
* This file was automatically generated.
|
|
968
998
|
* Please do not edit manually.
|
|
@@ -990,6 +1020,7 @@ const IconDownloadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
990
1020
|
/* export default */ const Icons_IconDownloadLight = ((/* unused pure expression or super */ null && (IconDownloadLight)));
|
|
991
1021
|
|
|
992
1022
|
|
|
1023
|
+
|
|
993
1024
|
/**
|
|
994
1025
|
* This file was automatically generated.
|
|
995
1026
|
* Please do not edit manually.
|
|
@@ -1024,6 +1055,7 @@ const IconEdit = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1024
1055
|
/* export default */ const Icons_IconEdit = ((/* unused pure expression or super */ null && (IconEdit)));
|
|
1025
1056
|
|
|
1026
1057
|
|
|
1058
|
+
|
|
1027
1059
|
/**
|
|
1028
1060
|
* This file was automatically generated.
|
|
1029
1061
|
* Please do not edit manually.
|
|
@@ -1058,6 +1090,7 @@ const IconEditLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1058
1090
|
/* export default */ const Icons_IconEditLight = ((/* unused pure expression or super */ null && (IconEditLight)));
|
|
1059
1091
|
|
|
1060
1092
|
|
|
1093
|
+
|
|
1061
1094
|
/**
|
|
1062
1095
|
* This file was automatically generated.
|
|
1063
1096
|
* Please do not edit manually.
|
|
@@ -1091,6 +1124,7 @@ const IconEditUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1091
1124
|
/* export default */ const Icons_IconEditUser = ((/* unused pure expression or super */ null && (IconEditUser)));
|
|
1092
1125
|
|
|
1093
1126
|
|
|
1127
|
+
|
|
1094
1128
|
/**
|
|
1095
1129
|
* This file was automatically generated.
|
|
1096
1130
|
* Please do not edit manually.
|
|
@@ -1124,6 +1158,46 @@ const IconEditUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1124
1158
|
/* export default */ const Icons_IconEditUserLight = ((/* unused pure expression or super */ null && (IconEditUserLight)));
|
|
1125
1159
|
|
|
1126
1160
|
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* This file was automatically generated.
|
|
1164
|
+
* Please do not edit manually.
|
|
1165
|
+
*
|
|
1166
|
+
* To update this file, run `yarn build:icons`.
|
|
1167
|
+
*
|
|
1168
|
+
* Original name: french-flag.svg
|
|
1169
|
+
*
|
|
1170
|
+
* undefined
|
|
1171
|
+
*
|
|
1172
|
+
*/
|
|
1173
|
+
const IconFrenchFlag = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
1174
|
+
return /*#__PURE__*/ jsxs(SvgIcon, {
|
|
1175
|
+
defaultViewBox: "0 0 36 36",
|
|
1176
|
+
size: "size-5",
|
|
1177
|
+
viewBox: viewBox,
|
|
1178
|
+
className: className ? `[clip-path:circle(50%)] [button:disabled_&]:grayscale ${className}` : "[clip-path:circle(50%)] [button:disabled_&]:grayscale",
|
|
1179
|
+
title: title || "French Flag",
|
|
1180
|
+
...rest,
|
|
1181
|
+
children: [
|
|
1182
|
+
/*#__PURE__*/ jsx("path", {
|
|
1183
|
+
fill: "#002495",
|
|
1184
|
+
d: "M0 0h12v36H0z"
|
|
1185
|
+
}),
|
|
1186
|
+
/*#__PURE__*/ jsx("path", {
|
|
1187
|
+
fill: "#eee",
|
|
1188
|
+
d: "M12 0h12v36H12z"
|
|
1189
|
+
}),
|
|
1190
|
+
/*#__PURE__*/ jsx("path", {
|
|
1191
|
+
fill: "#ed2939",
|
|
1192
|
+
d: "M24 0h12v36H24z"
|
|
1193
|
+
})
|
|
1194
|
+
]
|
|
1195
|
+
});
|
|
1196
|
+
};
|
|
1197
|
+
/* export default */ const Icons_IconFrenchFlag = ((/* unused pure expression or super */ null && (IconFrenchFlag)));
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1127
1201
|
/**
|
|
1128
1202
|
* This file was automatically generated.
|
|
1129
1203
|
* Please do not edit manually.
|
|
@@ -1151,6 +1225,7 @@ const IconGitHub = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1151
1225
|
/* export default */ const Icons_IconGitHub = ((/* unused pure expression or super */ null && (IconGitHub)));
|
|
1152
1226
|
|
|
1153
1227
|
|
|
1228
|
+
|
|
1154
1229
|
/**
|
|
1155
1230
|
* This file was automatically generated.
|
|
1156
1231
|
* Please do not edit manually.
|
|
@@ -1178,6 +1253,7 @@ const IconGoogleGemini = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1178
1253
|
/* export default */ const Icons_IconGoogleGemini = ((/* unused pure expression or super */ null && (IconGoogleGemini)));
|
|
1179
1254
|
|
|
1180
1255
|
|
|
1256
|
+
|
|
1181
1257
|
/**
|
|
1182
1258
|
* This file was automatically generated.
|
|
1183
1259
|
* Please do not edit manually.
|
|
@@ -1212,6 +1288,7 @@ const IconHide = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1212
1288
|
/* export default */ const Icons_IconHide = ((/* unused pure expression or super */ null && (IconHide)));
|
|
1213
1289
|
|
|
1214
1290
|
|
|
1291
|
+
|
|
1215
1292
|
/**
|
|
1216
1293
|
* This file was automatically generated.
|
|
1217
1294
|
* Please do not edit manually.
|
|
@@ -1246,6 +1323,7 @@ const IconHideLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1246
1323
|
/* export default */ const Icons_IconHideLight = ((/* unused pure expression or super */ null && (IconHideLight)));
|
|
1247
1324
|
|
|
1248
1325
|
|
|
1326
|
+
|
|
1249
1327
|
/**
|
|
1250
1328
|
* This file was automatically generated.
|
|
1251
1329
|
* Please do not edit manually.
|
|
@@ -1280,6 +1358,7 @@ const IconHistory = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1280
1358
|
/* export default */ const Icons_IconHistory = ((/* unused pure expression or super */ null && (IconHistory)));
|
|
1281
1359
|
|
|
1282
1360
|
|
|
1361
|
+
|
|
1283
1362
|
/**
|
|
1284
1363
|
* This file was automatically generated.
|
|
1285
1364
|
* Please do not edit manually.
|
|
@@ -1307,6 +1386,7 @@ const IconHistoryLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1307
1386
|
/* export default */ const Icons_IconHistoryLight = ((/* unused pure expression or super */ null && (IconHistoryLight)));
|
|
1308
1387
|
|
|
1309
1388
|
|
|
1389
|
+
|
|
1310
1390
|
/**
|
|
1311
1391
|
* This file was automatically generated.
|
|
1312
1392
|
* Please do not edit manually.
|
|
@@ -1340,6 +1420,7 @@ const IconInfo = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1340
1420
|
/* export default */ const Icons_IconInfo = ((/* unused pure expression or super */ null && (IconInfo)));
|
|
1341
1421
|
|
|
1342
1422
|
|
|
1423
|
+
|
|
1343
1424
|
/**
|
|
1344
1425
|
* This file was automatically generated.
|
|
1345
1426
|
* Please do not edit manually.
|
|
@@ -1373,6 +1454,7 @@ const IconInfoLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1373
1454
|
/* export default */ const Icons_IconInfoLight = ((/* unused pure expression or super */ null && (IconInfoLight)));
|
|
1374
1455
|
|
|
1375
1456
|
|
|
1457
|
+
|
|
1376
1458
|
/**
|
|
1377
1459
|
* This file was automatically generated.
|
|
1378
1460
|
* Please do not edit manually.
|
|
@@ -1407,6 +1489,7 @@ const IconKey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1407
1489
|
/* export default */ const Icons_IconKey = ((/* unused pure expression or super */ null && (IconKey)));
|
|
1408
1490
|
|
|
1409
1491
|
|
|
1492
|
+
|
|
1410
1493
|
/**
|
|
1411
1494
|
* This file was automatically generated.
|
|
1412
1495
|
* Please do not edit manually.
|
|
@@ -1440,6 +1523,7 @@ const IconKeyLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1440
1523
|
/* export default */ const Icons_IconKeyLight = ((/* unused pure expression or super */ null && (IconKeyLight)));
|
|
1441
1524
|
|
|
1442
1525
|
|
|
1526
|
+
|
|
1443
1527
|
/**
|
|
1444
1528
|
* This file was automatically generated.
|
|
1445
1529
|
* Please do not edit manually.
|
|
@@ -1474,6 +1558,7 @@ const IconLightBulb = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1474
1558
|
/* export default */ const Icons_IconLightBulb = ((/* unused pure expression or super */ null && (IconLightBulb)));
|
|
1475
1559
|
|
|
1476
1560
|
|
|
1561
|
+
|
|
1477
1562
|
/**
|
|
1478
1563
|
* This file was automatically generated.
|
|
1479
1564
|
* Please do not edit manually.
|
|
@@ -1508,6 +1593,7 @@ const IconLightBulbLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1508
1593
|
/* export default */ const Icons_IconLightBulbLight = ((/* unused pure expression or super */ null && (IconLightBulbLight)));
|
|
1509
1594
|
|
|
1510
1595
|
|
|
1596
|
+
|
|
1511
1597
|
/**
|
|
1512
1598
|
* This file was automatically generated.
|
|
1513
1599
|
* Please do not edit manually.
|
|
@@ -1542,6 +1628,7 @@ const IconList = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1542
1628
|
/* export default */ const Icons_IconList = ((/* unused pure expression or super */ null && (IconList)));
|
|
1543
1629
|
|
|
1544
1630
|
|
|
1631
|
+
|
|
1545
1632
|
/**
|
|
1546
1633
|
* This file was automatically generated.
|
|
1547
1634
|
* Please do not edit manually.
|
|
@@ -1575,6 +1662,7 @@ const IconListLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1575
1662
|
/* export default */ const Icons_IconListLight = ((/* unused pure expression or super */ null && (IconListLight)));
|
|
1576
1663
|
|
|
1577
1664
|
|
|
1665
|
+
|
|
1578
1666
|
/**
|
|
1579
1667
|
* This file was automatically generated.
|
|
1580
1668
|
* Please do not edit manually.
|
|
@@ -1609,6 +1697,7 @@ const IconLocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1609
1697
|
/* export default */ const Icons_IconLocked = ((/* unused pure expression or super */ null && (IconLocked)));
|
|
1610
1698
|
|
|
1611
1699
|
|
|
1700
|
+
|
|
1612
1701
|
/**
|
|
1613
1702
|
* This file was automatically generated.
|
|
1614
1703
|
* Please do not edit manually.
|
|
@@ -1642,6 +1731,7 @@ const IconLockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1642
1731
|
/* export default */ const Icons_IconLockedLight = ((/* unused pure expression or super */ null && (IconLockedLight)));
|
|
1643
1732
|
|
|
1644
1733
|
|
|
1734
|
+
|
|
1645
1735
|
/**
|
|
1646
1736
|
* This file was automatically generated.
|
|
1647
1737
|
* Please do not edit manually.
|
|
@@ -1676,6 +1766,7 @@ const IconMagic = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1676
1766
|
/* export default */ const Icons_IconMagic = ((/* unused pure expression or super */ null && (IconMagic)));
|
|
1677
1767
|
|
|
1678
1768
|
|
|
1769
|
+
|
|
1679
1770
|
/**
|
|
1680
1771
|
* This file was automatically generated.
|
|
1681
1772
|
* Please do not edit manually.
|
|
@@ -1710,6 +1801,7 @@ const IconMagicLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1710
1801
|
/* export default */ const Icons_IconMagicLight = ((/* unused pure expression or super */ null && (IconMagicLight)));
|
|
1711
1802
|
|
|
1712
1803
|
|
|
1804
|
+
|
|
1713
1805
|
/**
|
|
1714
1806
|
* This file was automatically generated.
|
|
1715
1807
|
* Please do not edit manually.
|
|
@@ -1744,6 +1836,7 @@ const IconMessages = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1744
1836
|
/* export default */ const Icons_IconMessages = ((/* unused pure expression or super */ null && (IconMessages)));
|
|
1745
1837
|
|
|
1746
1838
|
|
|
1839
|
+
|
|
1747
1840
|
/**
|
|
1748
1841
|
* This file was automatically generated.
|
|
1749
1842
|
* Please do not edit manually.
|
|
@@ -1778,6 +1871,7 @@ const IconMessagesLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1778
1871
|
/* export default */ const Icons_IconMessagesLight = ((/* unused pure expression or super */ null && (IconMessagesLight)));
|
|
1779
1872
|
|
|
1780
1873
|
|
|
1874
|
+
|
|
1781
1875
|
/**
|
|
1782
1876
|
* This file was automatically generated.
|
|
1783
1877
|
* Please do not edit manually.
|
|
@@ -1812,6 +1906,7 @@ const IconNext = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1812
1906
|
/* export default */ const Icons_IconNext = ((/* unused pure expression or super */ null && (IconNext)));
|
|
1813
1907
|
|
|
1814
1908
|
|
|
1909
|
+
|
|
1815
1910
|
/**
|
|
1816
1911
|
* This file was automatically generated.
|
|
1817
1912
|
* Please do not edit manually.
|
|
@@ -1839,6 +1934,7 @@ const IconNextLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1839
1934
|
/* export default */ const Icons_IconNextLight = ((/* unused pure expression or super */ null && (IconNextLight)));
|
|
1840
1935
|
|
|
1841
1936
|
|
|
1937
|
+
|
|
1842
1938
|
/**
|
|
1843
1939
|
* This file was automatically generated.
|
|
1844
1940
|
* Please do not edit manually.
|
|
@@ -1866,6 +1962,7 @@ const IconOpenAI = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1866
1962
|
/* export default */ const Icons_IconOpenAI = ((/* unused pure expression or super */ null && (IconOpenAI)));
|
|
1867
1963
|
|
|
1868
1964
|
|
|
1965
|
+
|
|
1869
1966
|
/**
|
|
1870
1967
|
* This file was automatically generated.
|
|
1871
1968
|
* Please do not edit manually.
|
|
@@ -1904,6 +2001,7 @@ const IconPasskey = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
1904
2001
|
/* export default */ const Icons_IconPasskey = ((/* unused pure expression or super */ null && (IconPasskey)));
|
|
1905
2002
|
|
|
1906
2003
|
|
|
2004
|
+
|
|
1907
2005
|
/**
|
|
1908
2006
|
* This file was automatically generated.
|
|
1909
2007
|
* Please do not edit manually.
|
|
@@ -1938,6 +2036,7 @@ const IconPencilMechanical = ({ className, viewBox, title, monotone, ...rest })=
|
|
|
1938
2036
|
/* export default */ const Icons_IconPencilMechanical = ((/* unused pure expression or super */ null && (IconPencilMechanical)));
|
|
1939
2037
|
|
|
1940
2038
|
|
|
2039
|
+
|
|
1941
2040
|
/**
|
|
1942
2041
|
* This file was automatically generated.
|
|
1943
2042
|
* Please do not edit manually.
|
|
@@ -1972,6 +2071,7 @@ const IconPencilMechanicalLight = ({ className, viewBox, title, monotone, ...res
|
|
|
1972
2071
|
/* export default */ const Icons_IconPencilMechanicalLight = ((/* unused pure expression or super */ null && (IconPencilMechanicalLight)));
|
|
1973
2072
|
|
|
1974
2073
|
|
|
2074
|
+
|
|
1975
2075
|
/**
|
|
1976
2076
|
* This file was automatically generated.
|
|
1977
2077
|
* Please do not edit manually.
|
|
@@ -2006,6 +2106,7 @@ const IconPenField = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2006
2106
|
/* export default */ const Icons_IconPenField = ((/* unused pure expression or super */ null && (IconPenField)));
|
|
2007
2107
|
|
|
2008
2108
|
|
|
2109
|
+
|
|
2009
2110
|
/**
|
|
2010
2111
|
* This file was automatically generated.
|
|
2011
2112
|
* Please do not edit manually.
|
|
@@ -2040,6 +2141,7 @@ const IconPenFieldLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2040
2141
|
/* export default */ const Icons_IconPenFieldLight = ((/* unused pure expression or super */ null && (IconPenFieldLight)));
|
|
2041
2142
|
|
|
2042
2143
|
|
|
2144
|
+
|
|
2043
2145
|
/**
|
|
2044
2146
|
* This file was automatically generated.
|
|
2045
2147
|
* Please do not edit manually.
|
|
@@ -2074,6 +2176,7 @@ const IconPrevious = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2074
2176
|
/* export default */ const Icons_IconPrevious = ((/* unused pure expression or super */ null && (IconPrevious)));
|
|
2075
2177
|
|
|
2076
2178
|
|
|
2179
|
+
|
|
2077
2180
|
/**
|
|
2078
2181
|
* This file was automatically generated.
|
|
2079
2182
|
* Please do not edit manually.
|
|
@@ -2101,6 +2204,7 @@ const IconPreviousLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2101
2204
|
/* export default */ const Icons_IconPreviousLight = ((/* unused pure expression or super */ null && (IconPreviousLight)));
|
|
2102
2205
|
|
|
2103
2206
|
|
|
2207
|
+
|
|
2104
2208
|
/**
|
|
2105
2209
|
* This file was automatically generated.
|
|
2106
2210
|
* Please do not edit manually.
|
|
@@ -2134,6 +2238,7 @@ const IconProfile = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2134
2238
|
/* export default */ const Icons_IconProfile = ((/* unused pure expression or super */ null && (IconProfile)));
|
|
2135
2239
|
|
|
2136
2240
|
|
|
2241
|
+
|
|
2137
2242
|
/**
|
|
2138
2243
|
* This file was automatically generated.
|
|
2139
2244
|
* Please do not edit manually.
|
|
@@ -2167,6 +2272,7 @@ const IconProfileLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2167
2272
|
/* export default */ const Icons_IconProfileLight = ((/* unused pure expression or super */ null && (IconProfileLight)));
|
|
2168
2273
|
|
|
2169
2274
|
|
|
2275
|
+
|
|
2170
2276
|
/**
|
|
2171
2277
|
* This file was automatically generated.
|
|
2172
2278
|
* Please do not edit manually.
|
|
@@ -2201,6 +2307,7 @@ const IconProofread = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2201
2307
|
/* export default */ const Icons_IconProofread = ((/* unused pure expression or super */ null && (IconProofread)));
|
|
2202
2308
|
|
|
2203
2309
|
|
|
2310
|
+
|
|
2204
2311
|
/**
|
|
2205
2312
|
* This file was automatically generated.
|
|
2206
2313
|
* Please do not edit manually.
|
|
@@ -2228,6 +2335,7 @@ const IconProofreadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2228
2335
|
/* export default */ const Icons_IconProofreadLight = ((/* unused pure expression or super */ null && (IconProofreadLight)));
|
|
2229
2336
|
|
|
2230
2337
|
|
|
2338
|
+
|
|
2231
2339
|
/**
|
|
2232
2340
|
* This file was automatically generated.
|
|
2233
2341
|
* Please do not edit manually.
|
|
@@ -2262,6 +2370,7 @@ const IconRefresh = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2262
2370
|
/* export default */ const Icons_IconRefresh = ((/* unused pure expression or super */ null && (IconRefresh)));
|
|
2263
2371
|
|
|
2264
2372
|
|
|
2373
|
+
|
|
2265
2374
|
/**
|
|
2266
2375
|
* This file was automatically generated.
|
|
2267
2376
|
* Please do not edit manually.
|
|
@@ -2289,6 +2398,7 @@ const IconRefreshLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2289
2398
|
/* export default */ const Icons_IconRefreshLight = ((/* unused pure expression or super */ null && (IconRefreshLight)));
|
|
2290
2399
|
|
|
2291
2400
|
|
|
2401
|
+
|
|
2292
2402
|
/**
|
|
2293
2403
|
* This file was automatically generated.
|
|
2294
2404
|
* Please do not edit manually.
|
|
@@ -2323,6 +2433,7 @@ const IconRestore = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2323
2433
|
/* export default */ const Icons_IconRestore = ((/* unused pure expression or super */ null && (IconRestore)));
|
|
2324
2434
|
|
|
2325
2435
|
|
|
2436
|
+
|
|
2326
2437
|
/**
|
|
2327
2438
|
* This file was automatically generated.
|
|
2328
2439
|
* Please do not edit manually.
|
|
@@ -2357,6 +2468,7 @@ const IconRestoreLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2357
2468
|
/* export default */ const Icons_IconRestoreLight = ((/* unused pure expression or super */ null && (IconRestoreLight)));
|
|
2358
2469
|
|
|
2359
2470
|
|
|
2471
|
+
|
|
2360
2472
|
/**
|
|
2361
2473
|
* This file was automatically generated.
|
|
2362
2474
|
* Please do not edit manually.
|
|
@@ -2391,6 +2503,7 @@ const IconRewrite = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2391
2503
|
/* export default */ const Icons_IconRewrite = ((/* unused pure expression or super */ null && (IconRewrite)));
|
|
2392
2504
|
|
|
2393
2505
|
|
|
2506
|
+
|
|
2394
2507
|
/**
|
|
2395
2508
|
* This file was automatically generated.
|
|
2396
2509
|
* Please do not edit manually.
|
|
@@ -2425,6 +2538,7 @@ const IconRewriteLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2425
2538
|
/* export default */ const Icons_IconRewriteLight = ((/* unused pure expression or super */ null && (IconRewriteLight)));
|
|
2426
2539
|
|
|
2427
2540
|
|
|
2541
|
+
|
|
2428
2542
|
/**
|
|
2429
2543
|
* This file was automatically generated.
|
|
2430
2544
|
* Please do not edit manually.
|
|
@@ -2459,6 +2573,7 @@ const IconRotateLeft = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2459
2573
|
/* export default */ const Icons_IconRotateLeft = ((/* unused pure expression or super */ null && (IconRotateLeft)));
|
|
2460
2574
|
|
|
2461
2575
|
|
|
2576
|
+
|
|
2462
2577
|
/**
|
|
2463
2578
|
* This file was automatically generated.
|
|
2464
2579
|
* Please do not edit manually.
|
|
@@ -2492,6 +2607,7 @@ const IconRotateLeftLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
2492
2607
|
/* export default */ const Icons_IconRotateLeftLight = ((/* unused pure expression or super */ null && (IconRotateLeftLight)));
|
|
2493
2608
|
|
|
2494
2609
|
|
|
2610
|
+
|
|
2495
2611
|
/**
|
|
2496
2612
|
* This file was automatically generated.
|
|
2497
2613
|
* Please do not edit manually.
|
|
@@ -2526,6 +2642,7 @@ const IconSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2526
2642
|
/* export default */ const Icons_IconSearch = ((/* unused pure expression or super */ null && (IconSearch)));
|
|
2527
2643
|
|
|
2528
2644
|
|
|
2645
|
+
|
|
2529
2646
|
/**
|
|
2530
2647
|
* This file was automatically generated.
|
|
2531
2648
|
* Please do not edit manually.
|
|
@@ -2553,6 +2670,7 @@ const IconSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2553
2670
|
/* export default */ const Icons_IconSearchLight = ((/* unused pure expression or super */ null && (IconSearchLight)));
|
|
2554
2671
|
|
|
2555
2672
|
|
|
2673
|
+
|
|
2556
2674
|
/**
|
|
2557
2675
|
* This file was automatically generated.
|
|
2558
2676
|
* Please do not edit manually.
|
|
@@ -2586,6 +2704,7 @@ const IconSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2586
2704
|
/* export default */ const Icons_IconSelected = ((/* unused pure expression or super */ null && (IconSelected)));
|
|
2587
2705
|
|
|
2588
2706
|
|
|
2707
|
+
|
|
2589
2708
|
/**
|
|
2590
2709
|
* This file was automatically generated.
|
|
2591
2710
|
* Please do not edit manually.
|
|
@@ -2619,6 +2738,7 @@ const IconSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2619
2738
|
/* export default */ const Icons_IconSelectedLight = ((/* unused pure expression or super */ null && (IconSelectedLight)));
|
|
2620
2739
|
|
|
2621
2740
|
|
|
2741
|
+
|
|
2622
2742
|
/**
|
|
2623
2743
|
* This file was automatically generated.
|
|
2624
2744
|
* Please do not edit manually.
|
|
@@ -2652,6 +2772,7 @@ const IconSend = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2652
2772
|
/* export default */ const Icons_IconSend = ((/* unused pure expression or super */ null && (IconSend)));
|
|
2653
2773
|
|
|
2654
2774
|
|
|
2775
|
+
|
|
2655
2776
|
/**
|
|
2656
2777
|
* This file was automatically generated.
|
|
2657
2778
|
* Please do not edit manually.
|
|
@@ -2685,6 +2806,7 @@ const IconSendLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2685
2806
|
/* export default */ const Icons_IconSendLight = ((/* unused pure expression or super */ null && (IconSendLight)));
|
|
2686
2807
|
|
|
2687
2808
|
|
|
2809
|
+
|
|
2688
2810
|
/**
|
|
2689
2811
|
* This file was automatically generated.
|
|
2690
2812
|
* Please do not edit manually.
|
|
@@ -2712,6 +2834,7 @@ const IconSettings = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2712
2834
|
/* export default */ const Icons_IconSettings = ((/* unused pure expression or super */ null && (IconSettings)));
|
|
2713
2835
|
|
|
2714
2836
|
|
|
2837
|
+
|
|
2715
2838
|
/**
|
|
2716
2839
|
* This file was automatically generated.
|
|
2717
2840
|
* Please do not edit manually.
|
|
@@ -2739,6 +2862,7 @@ const IconSettingsLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2739
2862
|
/* export default */ const Icons_IconSettingsLight = ((/* unused pure expression or super */ null && (IconSettingsLight)));
|
|
2740
2863
|
|
|
2741
2864
|
|
|
2865
|
+
|
|
2742
2866
|
/**
|
|
2743
2867
|
* This file was automatically generated.
|
|
2744
2868
|
* Please do not edit manually.
|
|
@@ -2773,6 +2897,7 @@ const IconShow = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2773
2897
|
/* export default */ const Icons_IconShow = ((/* unused pure expression or super */ null && (IconShow)));
|
|
2774
2898
|
|
|
2775
2899
|
|
|
2900
|
+
|
|
2776
2901
|
/**
|
|
2777
2902
|
* This file was automatically generated.
|
|
2778
2903
|
* Please do not edit manually.
|
|
@@ -2807,6 +2932,7 @@ const IconShowLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2807
2932
|
/* export default */ const Icons_IconShowLight = ((/* unused pure expression or super */ null && (IconShowLight)));
|
|
2808
2933
|
|
|
2809
2934
|
|
|
2935
|
+
|
|
2810
2936
|
/**
|
|
2811
2937
|
* This file was automatically generated.
|
|
2812
2938
|
* Please do not edit manually.
|
|
@@ -2841,6 +2967,7 @@ const IconSliders = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2841
2967
|
/* export default */ const Icons_IconSliders = ((/* unused pure expression or super */ null && (IconSliders)));
|
|
2842
2968
|
|
|
2843
2969
|
|
|
2970
|
+
|
|
2844
2971
|
/**
|
|
2845
2972
|
* This file was automatically generated.
|
|
2846
2973
|
* Please do not edit manually.
|
|
@@ -2875,6 +3002,7 @@ const IconSlidersLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2875
3002
|
/* export default */ const Icons_IconSlidersLight = ((/* unused pure expression or super */ null && (IconSlidersLight)));
|
|
2876
3003
|
|
|
2877
3004
|
|
|
3005
|
+
|
|
2878
3006
|
/**
|
|
2879
3007
|
* This file was automatically generated.
|
|
2880
3008
|
* Please do not edit manually.
|
|
@@ -2909,6 +3037,7 @@ const IconSort = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2909
3037
|
/* export default */ const Icons_IconSort = ((/* unused pure expression or super */ null && (IconSort)));
|
|
2910
3038
|
|
|
2911
3039
|
|
|
3040
|
+
|
|
2912
3041
|
/**
|
|
2913
3042
|
* This file was automatically generated.
|
|
2914
3043
|
* Please do not edit manually.
|
|
@@ -2943,6 +3072,7 @@ const IconSortDown = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2943
3072
|
/* export default */ const Icons_IconSortDown = ((/* unused pure expression or super */ null && (IconSortDown)));
|
|
2944
3073
|
|
|
2945
3074
|
|
|
3075
|
+
|
|
2946
3076
|
/**
|
|
2947
3077
|
* This file was automatically generated.
|
|
2948
3078
|
* Please do not edit manually.
|
|
@@ -2970,6 +3100,7 @@ const IconSortDownLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2970
3100
|
/* export default */ const Icons_IconSortDownLight = ((/* unused pure expression or super */ null && (IconSortDownLight)));
|
|
2971
3101
|
|
|
2972
3102
|
|
|
3103
|
+
|
|
2973
3104
|
/**
|
|
2974
3105
|
* This file was automatically generated.
|
|
2975
3106
|
* Please do not edit manually.
|
|
@@ -2997,6 +3128,7 @@ const IconSortLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
2997
3128
|
/* export default */ const Icons_IconSortLight = ((/* unused pure expression or super */ null && (IconSortLight)));
|
|
2998
3129
|
|
|
2999
3130
|
|
|
3131
|
+
|
|
3000
3132
|
/**
|
|
3001
3133
|
* This file was automatically generated.
|
|
3002
3134
|
* Please do not edit manually.
|
|
@@ -3031,6 +3163,7 @@ const IconSortUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3031
3163
|
/* export default */ const Icons_IconSortUp = ((/* unused pure expression or super */ null && (IconSortUp)));
|
|
3032
3164
|
|
|
3033
3165
|
|
|
3166
|
+
|
|
3034
3167
|
/**
|
|
3035
3168
|
* This file was automatically generated.
|
|
3036
3169
|
* Please do not edit manually.
|
|
@@ -3058,6 +3191,7 @@ const IconSortUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3058
3191
|
/* export default */ const Icons_IconSortUpLight = ((/* unused pure expression or super */ null && (IconSortUpLight)));
|
|
3059
3192
|
|
|
3060
3193
|
|
|
3194
|
+
|
|
3061
3195
|
/**
|
|
3062
3196
|
* This file was automatically generated.
|
|
3063
3197
|
* Please do not edit manually.
|
|
@@ -3091,6 +3225,7 @@ const IconStarInCircle = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3091
3225
|
/* export default */ const Icons_IconStarInCircle = ((/* unused pure expression or super */ null && (IconStarInCircle)));
|
|
3092
3226
|
|
|
3093
3227
|
|
|
3228
|
+
|
|
3094
3229
|
/**
|
|
3095
3230
|
* This file was automatically generated.
|
|
3096
3231
|
* Please do not edit manually.
|
|
@@ -3124,6 +3259,7 @@ const IconStarInCircleLight = ({ className, viewBox, title, monotone, ...rest })
|
|
|
3124
3259
|
/* export default */ const Icons_IconStarInCircleLight = ((/* unused pure expression or super */ null && (IconStarInCircleLight)));
|
|
3125
3260
|
|
|
3126
3261
|
|
|
3262
|
+
|
|
3127
3263
|
/**
|
|
3128
3264
|
* This file was automatically generated.
|
|
3129
3265
|
* Please do not edit manually.
|
|
@@ -3152,6 +3288,7 @@ const IconUnChecked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3152
3288
|
/* export default */ const Icons_IconUnChecked = ((/* unused pure expression or super */ null && (IconUnChecked)));
|
|
3153
3289
|
|
|
3154
3290
|
|
|
3291
|
+
|
|
3155
3292
|
/**
|
|
3156
3293
|
* This file was automatically generated.
|
|
3157
3294
|
* Please do not edit manually.
|
|
@@ -3185,6 +3322,7 @@ const IconUnCheckedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3185
3322
|
/* export default */ const Icons_IconUnCheckedLight = ((/* unused pure expression or super */ null && (IconUnCheckedLight)));
|
|
3186
3323
|
|
|
3187
3324
|
|
|
3325
|
+
|
|
3188
3326
|
/**
|
|
3189
3327
|
* This file was automatically generated.
|
|
3190
3328
|
* Please do not edit manually.
|
|
@@ -3219,6 +3357,7 @@ const IconUnlocked = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3219
3357
|
/* export default */ const Icons_IconUnlocked = ((/* unused pure expression or super */ null && (IconUnlocked)));
|
|
3220
3358
|
|
|
3221
3359
|
|
|
3360
|
+
|
|
3222
3361
|
/**
|
|
3223
3362
|
* This file was automatically generated.
|
|
3224
3363
|
* Please do not edit manually.
|
|
@@ -3252,6 +3391,7 @@ const IconUnlockedLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3252
3391
|
/* export default */ const Icons_IconUnlockedLight = ((/* unused pure expression or super */ null && (IconUnlockedLight)));
|
|
3253
3392
|
|
|
3254
3393
|
|
|
3394
|
+
|
|
3255
3395
|
/**
|
|
3256
3396
|
* This file was automatically generated.
|
|
3257
3397
|
* Please do not edit manually.
|
|
@@ -3280,6 +3420,7 @@ const IconUnSelected = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3280
3420
|
/* export default */ const Icons_IconUnSelected = ((/* unused pure expression or super */ null && (IconUnSelected)));
|
|
3281
3421
|
|
|
3282
3422
|
|
|
3423
|
+
|
|
3283
3424
|
/**
|
|
3284
3425
|
* This file was automatically generated.
|
|
3285
3426
|
* Please do not edit manually.
|
|
@@ -3313,6 +3454,7 @@ const IconUnSelectedLight = ({ className, viewBox, title, monotone, ...rest })=>
|
|
|
3313
3454
|
/* export default */ const Icons_IconUnSelectedLight = ((/* unused pure expression or super */ null && (IconUnSelectedLight)));
|
|
3314
3455
|
|
|
3315
3456
|
|
|
3457
|
+
|
|
3316
3458
|
/**
|
|
3317
3459
|
* This file was automatically generated.
|
|
3318
3460
|
* Please do not edit manually.
|
|
@@ -3347,6 +3489,7 @@ const IconUp = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3347
3489
|
/* export default */ const Icons_IconUp = ((/* unused pure expression or super */ null && (IconUp)));
|
|
3348
3490
|
|
|
3349
3491
|
|
|
3492
|
+
|
|
3350
3493
|
/**
|
|
3351
3494
|
* This file was automatically generated.
|
|
3352
3495
|
* Please do not edit manually.
|
|
@@ -3374,6 +3517,7 @@ const IconUpLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3374
3517
|
/* export default */ const Icons_IconUpLight = ((/* unused pure expression or super */ null && (IconUpLight)));
|
|
3375
3518
|
|
|
3376
3519
|
|
|
3520
|
+
|
|
3377
3521
|
/**
|
|
3378
3522
|
* This file was automatically generated.
|
|
3379
3523
|
* Please do not edit manually.
|
|
@@ -3408,6 +3552,7 @@ const IconUpload = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3408
3552
|
/* export default */ const Icons_IconUpload = ((/* unused pure expression or super */ null && (IconUpload)));
|
|
3409
3553
|
|
|
3410
3554
|
|
|
3555
|
+
|
|
3411
3556
|
/**
|
|
3412
3557
|
* This file was automatically generated.
|
|
3413
3558
|
* Please do not edit manually.
|
|
@@ -3435,6 +3580,7 @@ const IconUploadLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3435
3580
|
/* export default */ const Icons_IconUploadLight = ((/* unused pure expression or super */ null && (IconUploadLight)));
|
|
3436
3581
|
|
|
3437
3582
|
|
|
3583
|
+
|
|
3438
3584
|
/**
|
|
3439
3585
|
* This file was automatically generated.
|
|
3440
3586
|
* Please do not edit manually.
|
|
@@ -3468,6 +3614,7 @@ const IconUser = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3468
3614
|
/* export default */ const Icons_IconUser = ((/* unused pure expression or super */ null && (IconUser)));
|
|
3469
3615
|
|
|
3470
3616
|
|
|
3617
|
+
|
|
3471
3618
|
/**
|
|
3472
3619
|
* This file was automatically generated.
|
|
3473
3620
|
* Please do not edit manually.
|
|
@@ -3501,6 +3648,7 @@ const IconUserLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3501
3648
|
/* export default */ const Icons_IconUserLight = ((/* unused pure expression or super */ null && (IconUserLight)));
|
|
3502
3649
|
|
|
3503
3650
|
|
|
3651
|
+
|
|
3504
3652
|
/**
|
|
3505
3653
|
* This file was automatically generated.
|
|
3506
3654
|
* Please do not edit manually.
|
|
@@ -3534,6 +3682,7 @@ const IconWebSearch = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3534
3682
|
/* export default */ const Icons_IconWebSearch = ((/* unused pure expression or super */ null && (IconWebSearch)));
|
|
3535
3683
|
|
|
3536
3684
|
|
|
3685
|
+
|
|
3537
3686
|
/**
|
|
3538
3687
|
* This file was automatically generated.
|
|
3539
3688
|
* Please do not edit manually.
|
|
@@ -3569,7 +3718,7 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3569
3718
|
/**
|
|
3570
3719
|
* This file is automatically generated.
|
|
3571
3720
|
* Do not edit it manually.
|
|
3572
|
-
* Last updated on
|
|
3721
|
+
* Last updated on 3/1/2026, 5:37:15 PM.
|
|
3573
3722
|
*/
|
|
3574
3723
|
|
|
3575
3724
|
|
|
@@ -3681,4 +3830,5 @@ const IconWebSearchLight = ({ className, viewBox, title, monotone, ...rest })=>{
|
|
|
3681
3830
|
|
|
3682
3831
|
|
|
3683
3832
|
|
|
3684
|
-
|
|
3833
|
+
|
|
3834
|
+
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.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@awesome.me/kit-7767782ab9": "latest",
|
|
39
39
|
"@versini/ui-svgicon": "../ui-svgicon",
|
|
40
|
-
"svgo": "4.0.
|
|
40
|
+
"svgo": "4.0.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": [
|
|
43
43
|
"**/*.css"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a9ec519ea37b0c97b56bc7228d09de89747403f6"
|
|
46
46
|
}
|