@lucide/astro 1.10.0 → 1.11.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/package.json +1 -1
- package/src/aliases/aliases.ts +92 -92
- package/src/aliases/prefixed.ts +681 -679
- package/src/aliases/suffixed.ts +1092 -1090
- package/src/icons/bell-check.ts +18 -0
- package/src/icons/index.ts +179 -178
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,12 +41,6 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpNarrowWide aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as SortAsc
|
|
48
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
49
|
-
|
|
50
44
|
// ArrowUpZA aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
@@ -59,11 +53,11 @@ export {
|
|
|
59
53
|
default as Axis3D
|
|
60
54
|
} from '../icons/axis-3d';
|
|
61
55
|
|
|
62
|
-
//
|
|
56
|
+
// ArrowUpNarrowWide aliases
|
|
63
57
|
export {
|
|
64
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
65
|
-
default as
|
|
66
|
-
} from '../icons/
|
|
58
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
59
|
+
default as SortAsc
|
|
60
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
67
61
|
|
|
68
62
|
// BadgeCheck aliases
|
|
69
63
|
export {
|
|
@@ -71,6 +65,12 @@ export {
|
|
|
71
65
|
default as Verified
|
|
72
66
|
} from '../icons/badge-check';
|
|
73
67
|
|
|
68
|
+
// BadgeQuestionMark aliases
|
|
69
|
+
export {
|
|
70
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
71
|
+
default as BadgeHelp
|
|
72
|
+
} from '../icons/badge-question-mark';
|
|
73
|
+
|
|
74
74
|
// BetweenHorizontalEnd aliases
|
|
75
75
|
export {
|
|
76
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowDownLeftFromCircle
|
|
204
204
|
} from '../icons/circle-arrow-out-down-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutUpLeft aliases
|
|
207
|
-
export {
|
|
208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
209
|
-
default as ArrowUpLeftFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownRight aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
215
209
|
default as ArrowDownRightFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutUpLeft aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
215
|
+
default as ArrowUpLeftFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutUpRight aliases
|
|
219
219
|
export {
|
|
220
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -281,18 +281,18 @@ export {
|
|
|
281
281
|
default as GaugeCircle
|
|
282
282
|
} from '../icons/circle-gauge';
|
|
283
283
|
|
|
284
|
-
// CircleParkingOff aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
287
|
-
default as ParkingCircleOff
|
|
288
|
-
} from '../icons/circle-parking-off';
|
|
289
|
-
|
|
290
284
|
// CircleMinus aliases
|
|
291
285
|
export {
|
|
292
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
293
287
|
default as MinusCircle
|
|
294
288
|
} from '../icons/circle-minus';
|
|
295
289
|
|
|
290
|
+
// CircleParkingOff aliases
|
|
291
|
+
export {
|
|
292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
293
|
+
default as ParkingCircleOff
|
|
294
|
+
} from '../icons/circle-parking-off';
|
|
295
|
+
|
|
296
296
|
// CircleParking aliases
|
|
297
297
|
export {
|
|
298
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
|
-
// ContactRound aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
425
|
-
default as Contact2
|
|
426
|
-
} from '../icons/contact-round';
|
|
427
|
-
|
|
428
422
|
// Columns3 aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
425
|
default as PanelsLeftRight
|
|
432
426
|
} from '../icons/columns-3';
|
|
433
427
|
|
|
428
|
+
// ContactRound aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as Contact2
|
|
432
|
+
} from '../icons/contact-round';
|
|
433
|
+
|
|
434
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
@@ -449,12 +449,6 @@ export {
|
|
|
449
449
|
default as MoreVertical
|
|
450
450
|
} from '../icons/ellipsis-vertical';
|
|
451
451
|
|
|
452
|
-
// FileAxis3d aliases
|
|
453
|
-
export {
|
|
454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
455
|
-
default as FileAxis3D
|
|
456
|
-
} from '../icons/file-axis-3d';
|
|
457
|
-
|
|
458
452
|
// Ellipsis aliases
|
|
459
453
|
export {
|
|
460
454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
@@ -467,11 +461,11 @@ export {
|
|
|
467
461
|
default as FileBadge2
|
|
468
462
|
} from '../icons/file-badge';
|
|
469
463
|
|
|
470
|
-
//
|
|
464
|
+
// FileAxis3d aliases
|
|
471
465
|
export {
|
|
472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
473
|
-
default as
|
|
474
|
-
} from '../icons/file-
|
|
466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as FileAxis3D
|
|
468
|
+
} from '../icons/file-axis-3d';
|
|
475
469
|
|
|
476
470
|
// FileBracesCorner aliases
|
|
477
471
|
export {
|
|
@@ -479,6 +473,12 @@ export {
|
|
|
479
473
|
default as FileJson2
|
|
480
474
|
} from '../icons/file-braces-corner';
|
|
481
475
|
|
|
476
|
+
// FileBraces aliases
|
|
477
|
+
export {
|
|
478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
479
|
+
default as FileJson
|
|
480
|
+
} from '../icons/file-braces';
|
|
481
|
+
|
|
482
482
|
// FileChartColumnIncreasing aliases
|
|
483
483
|
export {
|
|
484
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as SidebarOpen
|
|
852
852
|
} from '../icons/panel-left-open';
|
|
853
853
|
|
|
854
|
-
// PanelRightDashed aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
857
|
-
default as PanelRightInactive
|
|
858
|
-
} from '../icons/panel-right-dashed';
|
|
859
|
-
|
|
860
854
|
// PanelLeft aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
863
857
|
default as Sidebar
|
|
864
858
|
} from '../icons/panel-left';
|
|
865
859
|
|
|
860
|
+
// PanelRightDashed aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
863
|
+
default as PanelRightInactive
|
|
864
|
+
} from '../icons/panel-right-dashed';
|
|
865
|
+
|
|
866
866
|
// PanelTopDashed aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
@@ -881,18 +881,18 @@ export {
|
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// PlugZap aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
887
|
-
default as PlugZap2
|
|
888
|
-
} from '../icons/plug-zap';
|
|
889
|
-
|
|
890
884
|
// Pen aliases
|
|
891
885
|
export {
|
|
892
886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
893
887
|
default as Edit2
|
|
894
888
|
} from '../icons/pen';
|
|
895
889
|
|
|
890
|
+
// PlugZap aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
+
default as PlugZap2
|
|
894
|
+
} from '../icons/plug-zap';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
@@ -935,18 +935,18 @@ export {
|
|
|
935
935
|
default as ShieldQuestion
|
|
936
936
|
} from '../icons/shield-question-mark';
|
|
937
937
|
|
|
938
|
-
// SlidersVertical aliases
|
|
939
|
-
export {
|
|
940
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
941
|
-
default as Sliders
|
|
942
|
-
} from '../icons/sliders-vertical';
|
|
943
|
-
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
946
940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
947
941
|
default as ShieldClose
|
|
948
942
|
} from '../icons/shield-x';
|
|
949
943
|
|
|
944
|
+
// SlidersVertical aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
947
|
+
default as Sliders
|
|
948
|
+
} from '../icons/sliders-vertical';
|
|
949
|
+
|
|
950
950
|
// Sparkles aliases
|
|
951
951
|
export {
|
|
952
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
@@ -1073,18 +1073,18 @@ export {
|
|
|
1073
1073
|
default as CheckSquare
|
|
1074
1074
|
} from '../icons/square-check-big';
|
|
1075
1075
|
|
|
1076
|
-
// SquareChevronDown aliases
|
|
1077
|
-
export {
|
|
1078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1079
|
-
default as ChevronDownSquare
|
|
1080
|
-
} from '../icons/square-chevron-down';
|
|
1081
|
-
|
|
1082
1076
|
// SquareCheck aliases
|
|
1083
1077
|
export {
|
|
1084
1078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1085
1079
|
default as CheckSquare2
|
|
1086
1080
|
} from '../icons/square-check';
|
|
1087
1081
|
|
|
1082
|
+
// SquareChevronDown aliases
|
|
1083
|
+
export {
|
|
1084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1085
|
+
default as ChevronDownSquare
|
|
1086
|
+
} from '../icons/square-chevron-down';
|
|
1087
|
+
|
|
1088
1088
|
// SquareChevronLeft aliases
|
|
1089
1089
|
export {
|
|
1090
1090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1151,18 +1151,18 @@ export {
|
|
|
1151
1151
|
default as DotSquare
|
|
1152
1152
|
} from '../icons/square-dot';
|
|
1153
1153
|
|
|
1154
|
-
// SquareEqual aliases
|
|
1155
|
-
export {
|
|
1156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1157
|
-
default as EqualSquare
|
|
1158
|
-
} from '../icons/square-equal';
|
|
1159
|
-
|
|
1160
1154
|
// SquareFunction aliases
|
|
1161
1155
|
export {
|
|
1162
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1163
1157
|
default as FunctionSquare
|
|
1164
1158
|
} from '../icons/square-function';
|
|
1165
1159
|
|
|
1160
|
+
// SquareEqual aliases
|
|
1161
|
+
export {
|
|
1162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1163
|
+
default as EqualSquare
|
|
1164
|
+
} from '../icons/square-equal';
|
|
1165
|
+
|
|
1166
1166
|
// SquareKanban aliases
|
|
1167
1167
|
export {
|
|
1168
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,12 +1241,6 @@ export {
|
|
|
1241
1241
|
default as PiSquare
|
|
1242
1242
|
} from '../icons/square-pi';
|
|
1243
1243
|
|
|
1244
|
-
// SquarePlus aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
|
-
default as PlusSquare
|
|
1248
|
-
} from '../icons/square-plus';
|
|
1249
|
-
|
|
1250
1244
|
// SquarePilcrow aliases
|
|
1251
1245
|
export {
|
|
1252
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
@@ -1271,6 +1265,12 @@ export {
|
|
|
1271
1265
|
default as ScissorsSquare
|
|
1272
1266
|
} from '../icons/square-scissors';
|
|
1273
1267
|
|
|
1268
|
+
// SquarePlus aliases
|
|
1269
|
+
export {
|
|
1270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1271
|
+
default as PlusSquare
|
|
1272
|
+
} from '../icons/square-plus';
|
|
1273
|
+
|
|
1274
1274
|
// SquareSigma aliases
|
|
1275
1275
|
export {
|
|
1276
1276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
@@ -1319,30 +1319,24 @@ export {
|
|
|
1319
1319
|
default as XSquare
|
|
1320
1320
|
} from '../icons/square-x';
|
|
1321
1321
|
|
|
1322
|
-
// TestTubeDiagonal aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1325
|
-
default as TestTube2
|
|
1326
|
-
} from '../icons/test-tube-diagonal';
|
|
1327
|
-
|
|
1328
1322
|
// TextAlignCenter aliases
|
|
1329
1323
|
export {
|
|
1330
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
1331
1325
|
default as AlignCenter
|
|
1332
1326
|
} from '../icons/text-align-center';
|
|
1333
1327
|
|
|
1328
|
+
// TestTubeDiagonal aliases
|
|
1329
|
+
export {
|
|
1330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1331
|
+
default as TestTube2
|
|
1332
|
+
} from '../icons/test-tube-diagonal';
|
|
1333
|
+
|
|
1334
1334
|
// TextAlignEnd aliases
|
|
1335
1335
|
export {
|
|
1336
1336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1337
1337
|
default as AlignRight
|
|
1338
1338
|
} from '../icons/text-align-end';
|
|
1339
1339
|
|
|
1340
|
-
// TextAlignJustify aliases
|
|
1341
|
-
export {
|
|
1342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1343
|
-
default as AlignJustify
|
|
1344
|
-
} from '../icons/text-align-justify';
|
|
1345
|
-
|
|
1346
1340
|
// TextAlignStart aliases
|
|
1347
1341
|
export {
|
|
1348
1342
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
@@ -1355,6 +1349,12 @@ export {
|
|
|
1355
1349
|
default as AlignLeft
|
|
1356
1350
|
} from '../icons/text-align-start';
|
|
1357
1351
|
|
|
1352
|
+
// TextAlignJustify aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1355
|
+
default as AlignJustify
|
|
1356
|
+
} from '../icons/text-align-justify';
|
|
1357
|
+
|
|
1358
1358
|
// TextInitial aliases
|
|
1359
1359
|
export {
|
|
1360
1360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
@@ -1427,18 +1427,18 @@ export {
|
|
|
1427
1427
|
default as UserX2
|
|
1428
1428
|
} from '../icons/user-round-x';
|
|
1429
1429
|
|
|
1430
|
-
// UsersRound aliases
|
|
1431
|
-
export {
|
|
1432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
1433
|
-
default as Users2
|
|
1434
|
-
} from '../icons/users-round';
|
|
1435
|
-
|
|
1436
1430
|
// UserRound aliases
|
|
1437
1431
|
export {
|
|
1438
1432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
1439
1433
|
default as User2
|
|
1440
1434
|
} from '../icons/user-round';
|
|
1441
1435
|
|
|
1436
|
+
// UsersRound aliases
|
|
1437
|
+
export {
|
|
1438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
1439
|
+
default as Users2
|
|
1440
|
+
} from '../icons/users-round';
|
|
1441
|
+
|
|
1442
1442
|
// UtensilsCrossed aliases
|
|
1443
1443
|
export {
|
|
1444
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|