@lucide/astro 1.27.0 → 1.29.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "1.27.0",
3
+ "version": "1.29.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -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. */
@@ -65,18 +65,18 @@ export {
65
65
  default as Verified
66
66
  } from '../icons/badge-check';
67
67
 
68
- // BetweenHorizontalEnd aliases
69
- export {
70
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
71
- default as BetweenHorizonalEnd
72
- } from '../icons/between-horizontal-end';
73
-
74
68
  // BadgeQuestionMark aliases
75
69
  export {
76
70
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
77
71
  default as BadgeHelp
78
72
  } from '../icons/badge-question-mark';
79
73
 
74
+ // BetweenHorizontalEnd aliases
75
+ export {
76
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
77
+ default as BetweenHorizonalEnd
78
+ } from '../icons/between-horizontal-end';
79
+
80
80
  // BetweenHorizontalStart aliases
81
81
  export {
82
82
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
@@ -143,18 +143,18 @@ export {
143
143
  default as BarChart3
144
144
  } from '../icons/chart-column';
145
145
 
146
- // ChartLine aliases
147
- export {
148
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
149
- default as LineChart
150
- } from '../icons/chart-line';
151
-
152
146
  // ChartNoAxesColumnIncreasing aliases
153
147
  export {
154
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
155
149
  default as BarChart
156
150
  } from '../icons/chart-no-axes-column-increasing';
157
151
 
152
+ // ChartLine aliases
153
+ export {
154
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
155
+ default as LineChart
156
+ } from '../icons/chart-line';
157
+
158
158
  // ChartNoAxesColumn aliases
159
159
  export {
160
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
@@ -245,18 +245,18 @@ export {
245
245
  default as CheckCircle2
246
246
  } from '../icons/circle-check';
247
247
 
248
- // CircleChevronDown aliases
249
- export {
250
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
251
- default as ChevronDownCircle
252
- } from '../icons/circle-chevron-down';
253
-
254
248
  // CircleChevronLeft aliases
255
249
  export {
256
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
257
251
  default as ChevronLeftCircle
258
252
  } from '../icons/circle-chevron-left';
259
253
 
254
+ // CircleChevronDown aliases
255
+ export {
256
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
257
+ default as ChevronDownCircle
258
+ } from '../icons/circle-chevron-down';
259
+
260
260
  // CircleChevronRight aliases
261
261
  export {
262
262
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
@@ -539,18 +539,18 @@ export {
539
539
  default as FileAudio2
540
540
  } from '../icons/file-headphone';
541
541
 
542
- // FileLock aliases
543
- export {
544
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
545
- default as FileLock2
546
- } from '../icons/file-lock';
547
-
548
542
  // FileKey aliases
549
543
  export {
550
544
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
551
545
  default as FileKey2
552
546
  } from '../icons/file-key';
553
547
 
548
+ // FileLock aliases
549
+ export {
550
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
551
+ default as FileLock2
552
+ } from '../icons/file-lock';
553
+
554
554
  // FileMinusCorner aliases
555
555
  export {
556
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
@@ -689,12 +689,6 @@ export {
689
689
  default as Grid3X3
690
690
  } from '../icons/grid-3x3';
691
691
 
692
- // HandHelping aliases
693
- export {
694
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
695
- default as HelpingHand
696
- } from '../icons/hand-helping';
697
-
698
692
  // HandGrab aliases
699
693
  export {
700
694
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
@@ -707,6 +701,12 @@ export {
707
701
  default as Home
708
702
  } from '../icons/house';
709
703
 
704
+ // HandHelping aliases
705
+ export {
706
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
707
+ default as HelpingHand
708
+ } from '../icons/hand-helping';
709
+
710
710
  // IceCreamBowl aliases
711
711
  export {
712
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
@@ -941,11 +941,11 @@ export {
941
941
  default as SendHorizonal
942
942
  } from '../icons/send-horizontal';
943
943
 
944
- // ShieldQuestionMark aliases
944
+ // ShieldX aliases
945
945
  export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
947
- default as ShieldQuestion
948
- } from '../icons/shield-question-mark';
946
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
947
+ default as ShieldClose
948
+ } from '../icons/shield-x';
949
949
 
950
950
  // SlidersVertical aliases
951
951
  export {
@@ -953,18 +953,18 @@ export {
953
953
  default as Sliders
954
954
  } from '../icons/sliders-vertical';
955
955
 
956
+ // ShieldQuestionMark aliases
957
+ export {
958
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
959
+ default as ShieldQuestion
960
+ } from '../icons/shield-question-mark';
961
+
956
962
  // Sparkles aliases
957
963
  export {
958
964
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
959
965
  default as Stars
960
966
  } from '../icons/sparkles';
961
967
 
962
- // ShieldX aliases
963
- export {
964
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
965
- default as ShieldClose
966
- } from '../icons/shield-x';
967
-
968
968
  // SquareActivity aliases
969
969
  export {
970
970
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
@@ -1019,18 +1019,18 @@ export {
1019
1019
  default as ArrowUpRightFromSquare
1020
1020
  } from '../icons/square-arrow-out-up-right';
1021
1021
 
1022
- // SquareArrowRight aliases
1023
- export {
1024
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1025
- default as ArrowRightSquare
1026
- } from '../icons/square-arrow-right';
1027
-
1028
1022
  // SquareArrowUpLeft aliases
1029
1023
  export {
1030
1024
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
1031
1025
  default as ArrowUpLeftSquare
1032
1026
  } from '../icons/square-arrow-up-left';
1033
1027
 
1028
+ // SquareArrowRight aliases
1029
+ export {
1030
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1031
+ default as ArrowRightSquare
1032
+ } from '../icons/square-arrow-right';
1033
+
1034
1034
  // SquareArrowUpRight aliases
1035
1035
  export {
1036
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
@@ -1061,12 +1061,6 @@ export {
1061
1061
  default as FlipHorizontal
1062
1062
  } from '../icons/square-centerline-dashed-horizontal';
1063
1063
 
1064
- // SquareCenterlineDashedVertical aliases
1065
- export {
1066
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1067
- default as FlipVertical
1068
- } from '../icons/square-centerline-dashed-vertical';
1069
-
1070
1064
  // SquareChartGantt aliases
1071
1065
  export {
1072
1066
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1079,11 +1073,11 @@ export {
1079
1073
  default as SquareGanttChart
1080
1074
  } from '../icons/square-chart-gantt';
1081
1075
 
1082
- // SquareCheck aliases
1076
+ // SquareCenterlineDashedVertical aliases
1083
1077
  export {
1084
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
1085
- default as CheckSquare2
1086
- } from '../icons/square-check';
1078
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1079
+ default as FlipVertical
1080
+ } from '../icons/square-centerline-dashed-vertical';
1087
1081
 
1088
1082
  // SquareCheckBig aliases
1089
1083
  export {
@@ -1091,6 +1085,12 @@ export {
1091
1085
  default as CheckSquare
1092
1086
  } from '../icons/square-check-big';
1093
1087
 
1088
+ // SquareCheck aliases
1089
+ export {
1090
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
1091
+ default as CheckSquare2
1092
+ } from '../icons/square-check';
1093
+
1094
1094
  // SquareChevronDown aliases
1095
1095
  export {
1096
1096
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
@@ -1103,30 +1103,30 @@ export {
1103
1103
  default as ChevronLeftSquare
1104
1104
  } from '../icons/square-chevron-left';
1105
1105
 
1106
- // SquareChevronRight aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1109
- default as ChevronRightSquare
1110
- } from '../icons/square-chevron-right';
1111
-
1112
- // SquareCode aliases
1113
- export {
1114
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1115
- default as CodeSquare
1116
- } from '../icons/square-code';
1117
-
1118
1106
  // SquareChevronUp aliases
1119
1107
  export {
1120
1108
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1121
1109
  default as ChevronUpSquare
1122
1110
  } from '../icons/square-chevron-up';
1123
1111
 
1112
+ // SquareChevronRight aliases
1113
+ export {
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1115
+ default as ChevronRightSquare
1116
+ } from '../icons/square-chevron-right';
1117
+
1124
1118
  // SquareDashedKanban aliases
1125
1119
  export {
1126
1120
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
1127
1121
  default as KanbanSquareDashed
1128
1122
  } from '../icons/square-dashed-kanban';
1129
1123
 
1124
+ // SquareCode aliases
1125
+ export {
1126
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1127
+ default as CodeSquare
1128
+ } from '../icons/square-code';
1129
+
1130
1130
  // SquareDashedMousePointer aliases
1131
1131
  export {
1132
1132
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
@@ -1145,48 +1145,48 @@ export {
1145
1145
  default as TextSelect
1146
1146
  } from '../icons/square-dashed-text';
1147
1147
 
1148
- // SquareDivide aliases
1149
- export {
1150
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
1151
- default as DivideSquare
1152
- } from '../icons/square-divide';
1153
-
1154
- // SquareDot aliases
1155
- export {
1156
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1157
- default as DotSquare
1158
- } from '../icons/square-dot';
1159
-
1160
1148
  // SquareDashed aliases
1161
1149
  export {
1162
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1163
1151
  default as BoxSelect
1164
1152
  } from '../icons/square-dashed';
1165
1153
 
1154
+ // SquareDivide aliases
1155
+ export {
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
1157
+ default as DivideSquare
1158
+ } from '../icons/square-divide';
1159
+
1166
1160
  // SquareEqual aliases
1167
1161
  export {
1168
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
1169
1163
  default as EqualSquare
1170
1164
  } from '../icons/square-equal';
1171
1165
 
1166
+ // SquareDot aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1169
+ default as DotSquare
1170
+ } from '../icons/square-dot';
1171
+
1172
1172
  // SquareFunction aliases
1173
1173
  export {
1174
1174
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1175
1175
  default as FunctionSquare
1176
1176
  } from '../icons/square-function';
1177
1177
 
1178
- // SquareKanban aliases
1179
- export {
1180
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1181
- default as KanbanSquare
1182
- } from '../icons/square-kanban';
1183
-
1184
1178
  // SquareLibrary aliases
1185
1179
  export {
1186
1180
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1187
1181
  default as LibrarySquare
1188
1182
  } from '../icons/square-library';
1189
1183
 
1184
+ // SquareKanban aliases
1185
+ export {
1186
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1187
+ default as KanbanSquare
1188
+ } from '../icons/square-kanban';
1189
+
1190
1190
  // SquareM aliases
1191
1191
  export {
1192
1192
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
@@ -1241,18 +1241,18 @@ export {
1241
1241
  default as PenSquare
1242
1242
  } from '../icons/square-pen';
1243
1243
 
1244
- // SquarePi aliases
1245
- export {
1246
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1247
- default as PiSquare
1248
- } from '../icons/square-pi';
1249
-
1250
1244
  // SquarePercent aliases
1251
1245
  export {
1252
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
1253
1247
  default as PercentSquare
1254
1248
  } from '../icons/square-percent';
1255
1249
 
1250
+ // SquarePi aliases
1251
+ export {
1252
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1253
+ default as PiSquare
1254
+ } from '../icons/square-pi';
1255
+
1256
1256
  // SquarePilcrow aliases
1257
1257
  export {
1258
1258
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
@@ -1325,18 +1325,18 @@ export {
1325
1325
  default as UserSquare
1326
1326
  } from '../icons/square-user';
1327
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. */
1331
- default as TestTube2
1332
- } from '../icons/test-tube-diagonal';
1333
-
1334
1328
  // SquareX aliases
1335
1329
  export {
1336
1330
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
1337
1331
  default as XSquare
1338
1332
  } from '../icons/square-x';
1339
1333
 
1334
+ // TestTubeDiagonal aliases
1335
+ export {
1336
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
1337
+ default as TestTube2
1338
+ } from '../icons/test-tube-diagonal';
1339
+
1340
1340
  // TextAlignCenter aliases
1341
1341
  export {
1342
1342
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
@@ -1403,18 +1403,18 @@ export {
1403
1403
  default as Tv2
1404
1404
  } from '../icons/tv-minimal';
1405
1405
 
1406
- // UserRoundCheck aliases
1407
- export {
1408
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
1409
- default as UserCheck2
1410
- } from '../icons/user-round-check';
1411
-
1412
1406
  // University aliases
1413
1407
  export {
1414
1408
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
1415
1409
  default as School2
1416
1410
  } from '../icons/university';
1417
1411
 
1412
+ // UserRoundCheck aliases
1413
+ export {
1414
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
1415
+ default as UserCheck2
1416
+ } from '../icons/user-round-check';
1417
+
1418
1418
  // UserRoundCog aliases
1419
1419
  export {
1420
1420
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
@@ -1439,23 +1439,17 @@ export {
1439
1439
  default as UserX2
1440
1440
  } from '../icons/user-round-x';
1441
1441
 
1442
- // UsersRound aliases
1443
- export {
1444
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
1445
- default as Users2
1446
- } from '../icons/users-round';
1447
-
1448
1442
  // UserRound aliases
1449
1443
  export {
1450
1444
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
1451
1445
  default as User2
1452
1446
  } from '../icons/user-round';
1453
1447
 
1454
- // Utensils aliases
1448
+ // UsersRound aliases
1455
1449
  export {
1456
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
1457
- default as ForkKnife
1458
- } from '../icons/utensils';
1450
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
1451
+ default as Users2
1452
+ } from '../icons/users-round';
1459
1453
 
1460
1454
  // UtensilsCrossed aliases
1461
1455
  export {
@@ -1463,6 +1457,12 @@ export {
1463
1457
  default as ForkKnifeCrossed
1464
1458
  } from '../icons/utensils-crossed';
1465
1459
 
1460
+ // Utensils aliases
1461
+ export {
1462
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
1463
+ default as ForkKnife
1464
+ } from '../icons/utensils';
1465
+
1466
1466
  // WalletMinimal aliases
1467
1467
  export {
1468
1468
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */