@lucide/astro 0.558.0 → 0.559.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": "0.558.0",
3
+ "version": "0.559.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -113,36 +113,36 @@ export {
113
113
  default as BarChartHorizontalBig
114
114
  } from '../icons/chart-bar-big';
115
115
 
116
- // ChartCandlestick aliases
117
- export {
118
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
119
- default as CandlestickChart
120
- } from '../icons/chart-candlestick';
121
-
122
116
  // ChartBar aliases
123
117
  export {
124
118
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
125
119
  default as BarChartHorizontal
126
120
  } from '../icons/chart-bar';
127
121
 
122
+ // ChartCandlestick aliases
123
+ export {
124
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
125
+ default as CandlestickChart
126
+ } from '../icons/chart-candlestick';
127
+
128
128
  // ChartColumnBig aliases
129
129
  export {
130
130
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
131
131
  default as BarChartBig
132
132
  } from '../icons/chart-column-big';
133
133
 
134
- // ChartColumnIncreasing aliases
135
- export {
136
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
137
- default as BarChart4
138
- } from '../icons/chart-column-increasing';
139
-
140
134
  // ChartColumn aliases
141
135
  export {
142
136
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
143
137
  default as BarChart3
144
138
  } from '../icons/chart-column';
145
139
 
140
+ // ChartColumnIncreasing aliases
141
+ export {
142
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
143
+ default as BarChart4
144
+ } from '../icons/chart-column-increasing';
145
+
146
146
  // ChartLine aliases
147
147
  export {
148
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
@@ -173,18 +173,18 @@ export {
173
173
  default as PieChart
174
174
  } from '../icons/chart-pie';
175
175
 
176
- // Chromium aliases
177
- export {
178
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
179
- default as Chrome
180
- } from '../icons/chromium';
181
-
182
176
  // ChartScatter aliases
183
177
  export {
184
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
185
179
  default as ScatterChart
186
180
  } from '../icons/chart-scatter';
187
181
 
182
+ // Chromium aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
185
+ default as Chrome
186
+ } from '../icons/chromium';
187
+
188
188
  // CircleAlert aliases
189
189
  export {
190
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
@@ -233,18 +233,18 @@ export {
233
233
  default as ArrowRightCircle
234
234
  } from '../icons/circle-arrow-right';
235
235
 
236
- // CircleArrowUp aliases
237
- export {
238
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
239
- default as ArrowUpCircle
240
- } from '../icons/circle-arrow-up';
241
-
242
236
  // CircleCheckBig aliases
243
237
  export {
244
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
245
239
  default as CheckCircle
246
240
  } from '../icons/circle-check-big';
247
241
 
242
+ // CircleArrowUp aliases
243
+ export {
244
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
245
+ default as ArrowUpCircle
246
+ } from '../icons/circle-arrow-up';
247
+
248
248
  // CircleCheck aliases
249
249
  export {
250
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
@@ -485,18 +485,18 @@ export {
485
485
  default as FileJson
486
486
  } from '../icons/file-braces';
487
487
 
488
- // FileChartColumnIncreasing aliases
489
- export {
490
- /** @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 */
491
- default as FileBarChart
492
- } from '../icons/file-chart-column-increasing';
493
-
494
488
  // FileChartColumn aliases
495
489
  export {
496
490
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
497
491
  default as FileBarChart2
498
492
  } from '../icons/file-chart-column';
499
493
 
494
+ // FileChartColumnIncreasing aliases
495
+ export {
496
+ /** @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 */
497
+ default as FileBarChart
498
+ } from '../icons/file-chart-column-increasing';
499
+
500
500
  // FileChartLine aliases
501
501
  export {
502
502
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
@@ -815,18 +815,18 @@ export {
815
815
  default as AlertOctagon
816
816
  } from '../icons/octagon-alert';
817
817
 
818
- // OctagonPause aliases
819
- export {
820
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
821
- default as PauseOctagon
822
- } from '../icons/octagon-pause';
823
-
824
818
  // OctagonX aliases
825
819
  export {
826
820
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
827
821
  default as XOctagon
828
822
  } from '../icons/octagon-x';
829
823
 
824
+ // OctagonPause aliases
825
+ export {
826
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
827
+ default as PauseOctagon
828
+ } from '../icons/octagon-pause';
829
+
830
830
  // PaintbrushVertical aliases
831
831
  export {
832
832
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
@@ -929,18 +929,18 @@ export {
929
929
  default as Scale3D
930
930
  } from '../icons/scale-3d';
931
931
 
932
- // SendHorizontal aliases
933
- export {
934
- /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
935
- default as SendHorizonal
936
- } from '../icons/send-horizontal';
937
-
938
932
  // ShieldQuestionMark aliases
939
933
  export {
940
934
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
941
935
  default as ShieldQuestion
942
936
  } from '../icons/shield-question-mark';
943
937
 
938
+ // SendHorizontal aliases
939
+ export {
940
+ /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
941
+ default as SendHorizonal
942
+ } from '../icons/send-horizontal';
943
+
944
944
  // ShieldX aliases
945
945
  export {
946
946
  /** @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 */
@@ -959,18 +959,18 @@ export {
959
959
  default as Stars
960
960
  } from '../icons/sparkles';
961
961
 
962
- // SquareArrowDownLeft aliases
963
- export {
964
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
965
- default as ArrowDownLeftSquare
966
- } from '../icons/square-arrow-down-left';
967
-
968
962
  // SquareActivity aliases
969
963
  export {
970
964
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
971
965
  default as ActivitySquare
972
966
  } from '../icons/square-activity';
973
967
 
968
+ // SquareArrowDownLeft aliases
969
+ export {
970
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
971
+ default as ArrowDownLeftSquare
972
+ } from '../icons/square-arrow-down-left';
973
+
974
974
  // SquareArrowDownRight aliases
975
975
  export {
976
976
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
@@ -1031,36 +1031,24 @@ export {
1031
1031
  default as ArrowUpRightSquare
1032
1032
  } from '../icons/square-arrow-up-right';
1033
1033
 
1034
- // SquareArrowUp aliases
1035
- export {
1036
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1037
- default as ArrowUpSquare
1038
- } from '../icons/square-arrow-up';
1039
-
1040
1034
  // SquareAsterisk aliases
1041
1035
  export {
1042
1036
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
1043
1037
  default as AsteriskSquare
1044
1038
  } from '../icons/square-asterisk';
1045
1039
 
1040
+ // SquareArrowUp aliases
1041
+ export {
1042
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
1043
+ default as ArrowUpSquare
1044
+ } from '../icons/square-arrow-up';
1045
+
1046
1046
  // SquareBottomDashedScissors aliases
1047
1047
  export {
1048
1048
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
1049
1049
  default as ScissorsSquareDashedBottom
1050
1050
  } from '../icons/square-bottom-dashed-scissors';
1051
1051
 
1052
- // SquareChartGantt aliases
1053
- export {
1054
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1055
- default as GanttChartSquare
1056
- } from '../icons/square-chart-gantt';
1057
-
1058
- // SquareChartGantt aliases
1059
- export {
1060
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1061
- default as SquareGanttChart
1062
- } from '../icons/square-chart-gantt';
1063
-
1064
1052
  // SquareCheckBig aliases
1065
1053
  export {
1066
1054
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
@@ -1073,6 +1061,18 @@ export {
1073
1061
  default as CheckSquare2
1074
1062
  } from '../icons/square-check';
1075
1063
 
1064
+ // SquareChartGantt aliases
1065
+ export {
1066
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1067
+ default as GanttChartSquare
1068
+ } from '../icons/square-chart-gantt';
1069
+
1070
+ // SquareChartGantt aliases
1071
+ export {
1072
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
1073
+ default as SquareGanttChart
1074
+ } from '../icons/square-chart-gantt';
1075
+
1076
1076
  // SquareChevronDown aliases
1077
1077
  export {
1078
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 */
@@ -1133,18 +1133,18 @@ export {
1133
1133
  default as DotSquare
1134
1134
  } from '../icons/square-dot';
1135
1135
 
1136
- // SquareEqual aliases
1137
- export {
1138
- /** @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 */
1139
- default as EqualSquare
1140
- } from '../icons/square-equal';
1141
-
1142
1136
  // SquareFunction aliases
1143
1137
  export {
1144
1138
  /** @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 */
1145
1139
  default as FunctionSquare
1146
1140
  } from '../icons/square-function';
1147
1141
 
1142
+ // SquareEqual aliases
1143
+ export {
1144
+ /** @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 */
1145
+ default as EqualSquare
1146
+ } from '../icons/square-equal';
1147
+
1148
1148
  // SquareKanban aliases
1149
1149
  export {
1150
1150
  /** @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 */
@@ -1229,18 +1229,18 @@ export {
1229
1229
  default as PilcrowSquare
1230
1230
  } from '../icons/square-pilcrow';
1231
1231
 
1232
- // SquarePlay aliases
1233
- export {
1234
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
1235
- default as PlaySquare
1236
- } from '../icons/square-play';
1237
-
1238
1232
  // SquarePlus aliases
1239
1233
  export {
1240
1234
  /** @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 */
1241
1235
  default as PlusSquare
1242
1236
  } from '../icons/square-plus';
1243
1237
 
1238
+ // SquarePlay aliases
1239
+ export {
1240
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
1241
+ default as PlaySquare
1242
+ } from '../icons/square-play';
1243
+
1244
1244
  // SquarePower aliases
1245
1245
  export {
1246
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
@@ -1355,12 +1355,6 @@ export {
1355
1355
  default as WrapText
1356
1356
  } from '../icons/text-wrap';
1357
1357
 
1358
- // TramFront aliases
1359
- export {
1360
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
1361
- default as Train
1362
- } from '../icons/tram-front';
1363
-
1364
1358
  // TreePalm aliases
1365
1359
  export {
1366
1360
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
@@ -1373,11 +1367,11 @@ export {
1373
1367
  default as AlertTriangle
1374
1368
  } from '../icons/triangle-alert';
1375
1369
 
1376
- // TvMinimal aliases
1370
+ // TramFront aliases
1377
1371
  export {
1378
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1379
- default as Tv2
1380
- } from '../icons/tv-minimal';
1372
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
1373
+ default as Train
1374
+ } from '../icons/tram-front';
1381
1375
 
1382
1376
  // University aliases
1383
1377
  export {
@@ -1385,6 +1379,12 @@ export {
1385
1379
  default as School2
1386
1380
  } from '../icons/university';
1387
1381
 
1382
+ // TvMinimal aliases
1383
+ export {
1384
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1385
+ default as Tv2
1386
+ } from '../icons/tv-minimal';
1387
+
1388
1388
  // UserRoundCheck aliases
1389
1389
  export {
1390
1390
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
@@ -1421,12 +1421,6 @@ export {
1421
1421
  default as User2
1422
1422
  } from '../icons/user-round';
1423
1423
 
1424
- // UtensilsCrossed aliases
1425
- export {
1426
- /** @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 */
1427
- default as ForkKnifeCrossed
1428
- } from '../icons/utensils-crossed';
1429
-
1430
1424
  // UsersRound aliases
1431
1425
  export {
1432
1426
  /** @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,6 +1433,12 @@ export {
1439
1433
  default as ForkKnife
1440
1434
  } from '../icons/utensils';
1441
1435
 
1436
+ // UtensilsCrossed aliases
1437
+ export {
1438
+ /** @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 */
1439
+ default as ForkKnifeCrossed
1440
+ } from '../icons/utensils-crossed';
1441
+
1442
1442
  // WalletMinimal aliases
1443
1443
  export {
1444
1444
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */