@lucide/astro 1.42.0 → 1.44.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 +94 -82
- package/src/aliases/prefixed.ts +508 -490
- package/src/aliases/suffixed.ts +755 -737
- package/src/icons/carton-off.ts +20 -0
- package/src/icons/{flip-vertical-2.ts → carton.ts} +5 -5
- package/src/icons/credit-card-check.ts +2 -2
- package/src/icons/credit-card-minus.ts +2 -2
- package/src/icons/credit-card-plus.ts +2 -2
- package/src/icons/credit-card-x.ts +2 -2
- package/src/icons/credit-card.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/id-card-lanyard.ts +2 -2
- package/src/icons/id-card.ts +2 -2
- package/src/icons/index.ts +151 -146
- package/src/icons/satellite-dish.ts +2 -2
- package/src/icons/tic-tac-toe.ts +20 -0
- package/src/icons/toothbrush-sparkles.ts +20 -0
- package/src/icons/{flip-horizontal-2.ts → toothbrush.ts} +5 -5
- package/src/icons/triangles-centerline-dashed-horizontal.ts +20 -0
- package/src/icons/triangles-centerline-dashed-vertical.ts +20 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -5,18 +5,18 @@ export {
|
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
|
-
// AlarmClockMinus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
11
|
-
default as AlarmMinus
|
|
12
|
-
} from '../icons/alarm-clock-minus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockPlus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
17
11
|
default as AlarmPlus
|
|
18
12
|
} from '../icons/alarm-clock-plus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockMinus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
17
|
+
default as AlarmMinus
|
|
18
|
+
} from '../icons/alarm-clock-minus';
|
|
19
|
+
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
@@ -257,6 +257,12 @@ export {
|
|
|
257
257
|
default as ChevronLeftCircle
|
|
258
258
|
} from '../icons/circle-chevron-left';
|
|
259
259
|
|
|
260
|
+
// CircleChevronUp aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
263
|
+
default as ChevronUpCircle
|
|
264
|
+
} from '../icons/circle-chevron-up';
|
|
265
|
+
|
|
260
266
|
// CircleChevronRight aliases
|
|
261
267
|
export {
|
|
262
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
@@ -269,12 +275,6 @@ export {
|
|
|
269
275
|
default as DivideCircle
|
|
270
276
|
} from '../icons/circle-divide';
|
|
271
277
|
|
|
272
|
-
// CircleChevronUp aliases
|
|
273
|
-
export {
|
|
274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
275
|
-
default as ChevronUpCircle
|
|
276
|
-
} from '../icons/circle-chevron-up';
|
|
277
|
-
|
|
278
278
|
// CircleGauge aliases
|
|
279
279
|
export {
|
|
280
280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
@@ -611,18 +611,18 @@ export {
|
|
|
611
611
|
default as FileEdit
|
|
612
612
|
} from '../icons/file-pen';
|
|
613
613
|
|
|
614
|
-
// FilePlay aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
617
|
-
default as FileVideo
|
|
618
|
-
} from '../icons/file-play';
|
|
619
|
-
|
|
620
614
|
// FilePlusCorner aliases
|
|
621
615
|
export {
|
|
622
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
623
617
|
default as FilePlus2
|
|
624
618
|
} from '../icons/file-plus-corner';
|
|
625
619
|
|
|
620
|
+
// FilePlay aliases
|
|
621
|
+
export {
|
|
622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
623
|
+
default as FileVideo
|
|
624
|
+
} from '../icons/file-play';
|
|
625
|
+
|
|
626
626
|
// FileQuestionMark aliases
|
|
627
627
|
export {
|
|
628
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as Move3D
|
|
852
852
|
} from '../icons/move-3d';
|
|
853
853
|
|
|
854
|
-
// OctagonAlert aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
857
|
-
default as AlertOctagon
|
|
858
|
-
} from '../icons/octagon-alert';
|
|
859
|
-
|
|
860
854
|
// OctagonPause aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
863
857
|
default as PauseOctagon
|
|
864
858
|
} from '../icons/octagon-pause';
|
|
865
859
|
|
|
860
|
+
// OctagonAlert aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
863
|
+
default as AlertOctagon
|
|
864
|
+
} from '../icons/octagon-alert';
|
|
865
|
+
|
|
866
866
|
// OctagonX aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
@@ -941,18 +941,18 @@ export {
|
|
|
941
941
|
default as PlugZap2
|
|
942
942
|
} from '../icons/plug-zap';
|
|
943
943
|
|
|
944
|
-
// RectangleEllipsis aliases
|
|
945
|
-
export {
|
|
946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
947
|
-
default as FormInput
|
|
948
|
-
} from '../icons/rectangle-ellipsis';
|
|
949
|
-
|
|
950
944
|
// Rotate3d aliases
|
|
951
945
|
export {
|
|
952
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
953
947
|
default as Rotate3D
|
|
954
948
|
} from '../icons/rotate-3d';
|
|
955
949
|
|
|
950
|
+
// RectangleEllipsis aliases
|
|
951
|
+
export {
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
953
|
+
default as FormInput
|
|
954
|
+
} from '../icons/rectangle-ellipsis';
|
|
955
|
+
|
|
956
956
|
// RotateCcwClock aliases
|
|
957
957
|
export {
|
|
958
958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
@@ -983,18 +983,18 @@ export {
|
|
|
983
983
|
default as SendHorizonal
|
|
984
984
|
} from '../icons/send-horizontal';
|
|
985
985
|
|
|
986
|
-
// ShieldQuestionMark aliases
|
|
987
|
-
export {
|
|
988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
989
|
-
default as ShieldQuestion
|
|
990
|
-
} from '../icons/shield-question-mark';
|
|
991
|
-
|
|
992
986
|
// ShieldX aliases
|
|
993
987
|
export {
|
|
994
988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
995
989
|
default as ShieldClose
|
|
996
990
|
} from '../icons/shield-x';
|
|
997
991
|
|
|
992
|
+
// ShieldQuestionMark aliases
|
|
993
|
+
export {
|
|
994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
995
|
+
default as ShieldQuestion
|
|
996
|
+
} from '../icons/shield-question-mark';
|
|
997
|
+
|
|
998
998
|
// SlidersVertical aliases
|
|
999
999
|
export {
|
|
1000
1000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
@@ -1067,12 +1067,6 @@ export {
|
|
|
1067
1067
|
default as ArrowRightSquare
|
|
1068
1068
|
} from '../icons/square-arrow-right';
|
|
1069
1069
|
|
|
1070
|
-
// SquareArrowUpLeft aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1073
|
-
default as ArrowUpLeftSquare
|
|
1074
|
-
} from '../icons/square-arrow-up-left';
|
|
1075
|
-
|
|
1076
1070
|
// SquareArrowUpRight aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
@@ -1085,6 +1079,12 @@ export {
|
|
|
1085
1079
|
default as ArrowUpSquare
|
|
1086
1080
|
} from '../icons/square-arrow-up';
|
|
1087
1081
|
|
|
1082
|
+
// SquareArrowUpLeft aliases
|
|
1083
|
+
export {
|
|
1084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
1085
|
+
default as ArrowUpLeftSquare
|
|
1086
|
+
} from '../icons/square-arrow-up-left';
|
|
1087
|
+
|
|
1088
1088
|
// SquareAsterisk aliases
|
|
1089
1089
|
export {
|
|
1090
1090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
@@ -1109,6 +1109,12 @@ export {
|
|
|
1109
1109
|
default as FlipVertical
|
|
1110
1110
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1111
1111
|
|
|
1112
|
+
// SquareCheckBig aliases
|
|
1113
|
+
export {
|
|
1114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1115
|
+
default as CheckSquare
|
|
1116
|
+
} from '../icons/square-check-big';
|
|
1117
|
+
|
|
1112
1118
|
// SquareChartGantt aliases
|
|
1113
1119
|
export {
|
|
1114
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
@@ -1121,12 +1127,6 @@ export {
|
|
|
1121
1127
|
default as SquareGanttChart
|
|
1122
1128
|
} from '../icons/square-chart-gantt';
|
|
1123
1129
|
|
|
1124
|
-
// SquareCheckBig aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1127
|
-
default as CheckSquare
|
|
1128
|
-
} from '../icons/square-check-big';
|
|
1129
|
-
|
|
1130
1130
|
// SquareCheck aliases
|
|
1131
1131
|
export {
|
|
1132
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
@@ -1163,17 +1163,23 @@ export {
|
|
|
1163
1163
|
default as CodeSquare
|
|
1164
1164
|
} from '../icons/square-code';
|
|
1165
1165
|
|
|
1166
|
+
// SquareDashedKanban aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
1169
|
+
default as KanbanSquareDashed
|
|
1170
|
+
} from '../icons/square-dashed-kanban';
|
|
1171
|
+
|
|
1166
1172
|
// SquareDashedMousePointer aliases
|
|
1167
1173
|
export {
|
|
1168
1174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
|
|
1169
1175
|
default as MousePointerSquareDashed
|
|
1170
1176
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1171
1177
|
|
|
1172
|
-
//
|
|
1178
|
+
// SquareDashed aliases
|
|
1173
1179
|
export {
|
|
1174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1175
|
-
default as
|
|
1176
|
-
} from '../icons/square-dashed
|
|
1180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1181
|
+
default as BoxSelect
|
|
1182
|
+
} from '../icons/square-dashed';
|
|
1177
1183
|
|
|
1178
1184
|
// SquareDashedText aliases
|
|
1179
1185
|
export {
|
|
@@ -1187,12 +1193,6 @@ export {
|
|
|
1187
1193
|
default as TextSelect
|
|
1188
1194
|
} from '../icons/square-dashed-text';
|
|
1189
1195
|
|
|
1190
|
-
// SquareDashed aliases
|
|
1191
|
-
export {
|
|
1192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1193
|
-
default as BoxSelect
|
|
1194
|
-
} from '../icons/square-dashed';
|
|
1195
|
-
|
|
1196
1196
|
// SquareDivide aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
@@ -1253,6 +1253,12 @@ export {
|
|
|
1253
1253
|
default as Inspect
|
|
1254
1254
|
} from '../icons/square-mouse-pointer';
|
|
1255
1255
|
|
|
1256
|
+
// SquareParkingOff aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1259
|
+
default as ParkingSquareOff
|
|
1260
|
+
} from '../icons/square-parking-off';
|
|
1261
|
+
|
|
1256
1262
|
// SquareParking aliases
|
|
1257
1263
|
export {
|
|
1258
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
@@ -1277,12 +1283,6 @@ export {
|
|
|
1277
1283
|
default as PenSquare
|
|
1278
1284
|
} from '../icons/square-pen';
|
|
1279
1285
|
|
|
1280
|
-
// SquareParkingOff aliases
|
|
1281
|
-
export {
|
|
1282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
1283
|
-
default as ParkingSquareOff
|
|
1284
|
-
} from '../icons/square-parking-off';
|
|
1285
|
-
|
|
1286
1286
|
// SquarePercent aliases
|
|
1287
1287
|
export {
|
|
1288
1288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
@@ -1325,18 +1325,18 @@ export {
|
|
|
1325
1325
|
default as ScissorsSquare
|
|
1326
1326
|
} from '../icons/square-scissors';
|
|
1327
1327
|
|
|
1328
|
-
// SquareSlash aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1331
|
-
default as SlashSquare
|
|
1332
|
-
} from '../icons/square-slash';
|
|
1333
|
-
|
|
1334
1328
|
// SquareSigma aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
1337
1331
|
default as SigmaSquare
|
|
1338
1332
|
} from '../icons/square-sigma';
|
|
1339
1333
|
|
|
1334
|
+
// SquareSlash aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
1337
|
+
default as SlashSquare
|
|
1338
|
+
} from '../icons/square-slash';
|
|
1339
|
+
|
|
1340
1340
|
// SquareSplitHorizontal aliases
|
|
1341
1341
|
export {
|
|
1342
1342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
@@ -1391,6 +1391,12 @@ export {
|
|
|
1391
1391
|
default as AlignRight
|
|
1392
1392
|
} from '../icons/text-align-end';
|
|
1393
1393
|
|
|
1394
|
+
// TextAlignJustify aliases
|
|
1395
|
+
export {
|
|
1396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
1397
|
+
default as AlignJustify
|
|
1398
|
+
} from '../icons/text-align-justify';
|
|
1399
|
+
|
|
1394
1400
|
// TextAlignStart aliases
|
|
1395
1401
|
export {
|
|
1396
1402
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
@@ -1403,12 +1409,6 @@ export {
|
|
|
1403
1409
|
default as AlignLeft
|
|
1404
1410
|
} from '../icons/text-align-start';
|
|
1405
1411
|
|
|
1406
|
-
// TextAlignJustify aliases
|
|
1407
|
-
export {
|
|
1408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
1409
|
-
default as AlignJustify
|
|
1410
|
-
} from '../icons/text-align-justify';
|
|
1411
|
-
|
|
1412
1412
|
// TextInitial aliases
|
|
1413
1413
|
export {
|
|
1414
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
@@ -1445,24 +1445,36 @@ export {
|
|
|
1445
1445
|
default as AlertTriangle
|
|
1446
1446
|
} from '../icons/triangle-alert';
|
|
1447
1447
|
|
|
1448
|
+
// TrianglesCenterlineDashedHorizontal aliases
|
|
1449
|
+
export {
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
|
|
1451
|
+
default as FlipHorizontal2
|
|
1452
|
+
} from '../icons/triangles-centerline-dashed-horizontal';
|
|
1453
|
+
|
|
1454
|
+
// TrianglesCenterlineDashedVertical aliases
|
|
1455
|
+
export {
|
|
1456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedVertical} instead. */
|
|
1457
|
+
default as FlipVertical2
|
|
1458
|
+
} from '../icons/triangles-centerline-dashed-vertical';
|
|
1459
|
+
|
|
1448
1460
|
// TvMinimal aliases
|
|
1449
1461
|
export {
|
|
1450
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
1451
1463
|
default as Tv2
|
|
1452
1464
|
} from '../icons/tv-minimal';
|
|
1453
1465
|
|
|
1454
|
-
// UserRoundCheck aliases
|
|
1455
|
-
export {
|
|
1456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1457
|
-
default as UserCheck2
|
|
1458
|
-
} from '../icons/user-round-check';
|
|
1459
|
-
|
|
1460
1466
|
// University aliases
|
|
1461
1467
|
export {
|
|
1462
1468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1463
1469
|
default as School2
|
|
1464
1470
|
} from '../icons/university';
|
|
1465
1471
|
|
|
1472
|
+
// UserRoundCheck aliases
|
|
1473
|
+
export {
|
|
1474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
1475
|
+
default as UserCheck2
|
|
1476
|
+
} from '../icons/user-round-check';
|
|
1477
|
+
|
|
1466
1478
|
// UserRoundCog aliases
|
|
1467
1479
|
export {
|
|
1468
1480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|