@lucide/astro 0.568.0 → 0.569.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.568.0",
3
+ "version": "0.569.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -107,18 +107,18 @@ export {
107
107
  default as AreaChart
108
108
  } from '../icons/chart-area';
109
109
 
110
- // ChartBar aliases
111
- export {
112
- /** @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 */
113
- default as BarChartHorizontal
114
- } from '../icons/chart-bar';
115
-
116
110
  // ChartBarBig aliases
117
111
  export {
118
112
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
119
113
  default as BarChartHorizontalBig
120
114
  } from '../icons/chart-bar-big';
121
115
 
116
+ // ChartBar aliases
117
+ export {
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 */
119
+ default as BarChartHorizontal
120
+ } from '../icons/chart-bar';
121
+
122
122
  // ChartCandlestick aliases
123
123
  export {
124
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 */
@@ -461,18 +461,18 @@ export {
461
461
  default as MoreHorizontal
462
462
  } from '../icons/ellipsis';
463
463
 
464
- // FileBadge aliases
465
- export {
466
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
467
- default as FileBadge2
468
- } from '../icons/file-badge';
469
-
470
464
  // FileAxis3d aliases
471
465
  export {
472
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 */
473
467
  default as FileAxis3D
474
468
  } from '../icons/file-axis-3d';
475
469
 
470
+ // FileBadge aliases
471
+ export {
472
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
473
+ default as FileBadge2
474
+ } from '../icons/file-badge';
475
+
476
476
  // FileBracesCorner aliases
477
477
  export {
478
478
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
@@ -497,18 +497,18 @@ export {
497
497
  default as FileBarChart2
498
498
  } from '../icons/file-chart-column';
499
499
 
500
- // FileChartLine aliases
501
- export {
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 */
503
- default as FileLineChart
504
- } from '../icons/file-chart-line';
505
-
506
500
  // FileChartPie aliases
507
501
  export {
508
502
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
509
503
  default as FilePieChart
510
504
  } from '../icons/file-chart-pie';
511
505
 
506
+ // FileChartLine aliases
507
+ export {
508
+ /** @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 */
509
+ default as FileLineChart
510
+ } from '../icons/file-chart-line';
511
+
512
512
  // FileCheckCorner aliases
513
513
  export {
514
514
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
@@ -791,18 +791,18 @@ export {
791
791
  default as LocationEdit
792
792
  } from '../icons/map-pin-pen';
793
793
 
794
- // MicVocal aliases
795
- export {
796
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
797
- default as Mic2
798
- } from '../icons/mic-vocal';
799
-
800
794
  // MessageCircleQuestionMark aliases
801
795
  export {
802
796
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
803
797
  default as MessageCircleQuestion
804
798
  } from '../icons/message-circle-question-mark';
805
799
 
800
+ // MicVocal aliases
801
+ export {
802
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
803
+ default as Mic2
804
+ } from '../icons/mic-vocal';
805
+
806
806
  // Move3d aliases
807
807
  export {
808
808
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
@@ -995,18 +995,18 @@ export {
995
995
  default as ArrowDownLeftFromSquare
996
996
  } from '../icons/square-arrow-out-down-left';
997
997
 
998
- // SquareArrowOutUpLeft aliases
999
- export {
1000
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1001
- default as ArrowUpLeftFromSquare
1002
- } from '../icons/square-arrow-out-up-left';
1003
-
1004
998
  // SquareArrowOutDownRight aliases
1005
999
  export {
1006
1000
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
1007
1001
  default as ArrowDownRightFromSquare
1008
1002
  } from '../icons/square-arrow-out-down-right';
1009
1003
 
1004
+ // SquareArrowOutUpLeft aliases
1005
+ export {
1006
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
1007
+ default as ArrowUpLeftFromSquare
1008
+ } from '../icons/square-arrow-out-up-left';
1009
+
1010
1010
  // SquareArrowOutUpRight aliases
1011
1011
  export {
1012
1012
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
@@ -1103,18 +1103,18 @@ export {
1103
1103
  default as CodeSquare
1104
1104
  } from '../icons/square-code';
1105
1105
 
1106
- // SquareDashedKanban aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1109
- default as KanbanSquareDashed
1110
- } from '../icons/square-dashed-kanban';
1111
-
1112
1106
  // SquareDashedMousePointer aliases
1113
1107
  export {
1114
1108
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
1115
1109
  default as MousePointerSquareDashed
1116
1110
  } from '../icons/square-dashed-mouse-pointer';
1117
1111
 
1112
+ // SquareDashedKanban aliases
1113
+ export {
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1115
+ default as KanbanSquareDashed
1116
+ } from '../icons/square-dashed-kanban';
1117
+
1118
1118
  // SquareDashed aliases
1119
1119
  export {
1120
1120
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
@@ -1187,6 +1187,12 @@ export {
1187
1187
  default as ParkingSquareOff
1188
1188
  } from '../icons/square-parking-off';
1189
1189
 
1190
+ // SquareParking aliases
1191
+ export {
1192
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
1193
+ default as ParkingSquare
1194
+ } from '../icons/square-parking';
1195
+
1190
1196
  // SquarePen aliases
1191
1197
  export {
1192
1198
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
@@ -1205,12 +1211,6 @@ export {
1205
1211
  default as PenSquare
1206
1212
  } from '../icons/square-pen';
1207
1213
 
1208
- // SquareParking aliases
1209
- export {
1210
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
1211
- default as ParkingSquare
1212
- } from '../icons/square-parking';
1213
-
1214
1214
  // SquarePercent aliases
1215
1215
  export {
1216
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
@@ -1241,18 +1241,18 @@ export {
1241
1241
  default as PlusSquare
1242
1242
  } from '../icons/square-plus';
1243
1243
 
1244
- // SquarePower aliases
1245
- export {
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 */
1247
- default as PowerSquare
1248
- } from '../icons/square-power';
1249
-
1250
1244
  // SquareScissors aliases
1251
1245
  export {
1252
1246
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
1253
1247
  default as ScissorsSquare
1254
1248
  } from '../icons/square-scissors';
1255
1249
 
1250
+ // SquarePower aliases
1251
+ export {
1252
+ /** @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 */
1253
+ default as PowerSquare
1254
+ } from '../icons/square-power';
1255
+
1256
1256
  // SquareSigma aliases
1257
1257
  export {
1258
1258
  /** @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 */
@@ -1289,18 +1289,18 @@ export {
1289
1289
  default as UserSquare2
1290
1290
  } from '../icons/square-user-round';
1291
1291
 
1292
- // SquareUser aliases
1293
- export {
1294
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1295
- default as UserSquare
1296
- } from '../icons/square-user';
1297
-
1298
1292
  // SquareX aliases
1299
1293
  export {
1300
1294
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
1301
1295
  default as XSquare
1302
1296
  } from '../icons/square-x';
1303
1297
 
1298
+ // SquareUser aliases
1299
+ export {
1300
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1301
+ default as UserSquare
1302
+ } from '../icons/square-user';
1303
+
1304
1304
  // TestTubeDiagonal aliases
1305
1305
  export {
1306
1306
  /** @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 */