@lucide/astro 0.554.0 → 0.555.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.554.0",
3
+ "version": "0.555.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // Captions aliases
99
- export {
100
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
101
- default as Subtitles
102
- } from '../icons/captions';
103
-
104
98
  // ChartArea aliases
105
99
  export {
106
100
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
107
101
  default as AreaChart
108
102
  } from '../icons/chart-area';
109
103
 
104
+ // Captions aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
107
+ default as Subtitles
108
+ } from '../icons/captions';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
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 */
@@ -605,6 +605,12 @@ export {
605
605
  default as FileVolume2
606
606
  } from '../icons/file-signal';
607
607
 
608
+ // FileTypeCorner aliases
609
+ export {
610
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
611
+ default as FileType2
612
+ } from '../icons/file-type-corner';
613
+
608
614
  // FileVideoCamera aliases
609
615
  export {
610
616
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
@@ -617,12 +623,6 @@ export {
617
623
  default as FileX2
618
624
  } from '../icons/file-x-corner';
619
625
 
620
- // FileTypeCorner aliases
621
- export {
622
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
623
- default as FileType2
624
- } from '../icons/file-type-corner';
625
-
626
626
  // FingerprintPattern aliases
627
627
  export {
628
628
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
@@ -761,18 +761,18 @@ export {
761
761
  default as IndentIncrease
762
762
  } from '../icons/list-indent-increase';
763
763
 
764
- // LoaderCircle aliases
765
- export {
766
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
767
- default as Loader2
768
- } from '../icons/loader-circle';
769
-
770
764
  // LockKeyholeOpen aliases
771
765
  export {
772
766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
773
767
  default as UnlockKeyhole
774
768
  } from '../icons/lock-keyhole-open';
775
769
 
770
+ // LoaderCircle aliases
771
+ export {
772
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
773
+ default as Loader2
774
+ } from '../icons/loader-circle';
775
+
776
776
  // LockOpen aliases
777
777
  export {
778
778
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
@@ -869,6 +869,12 @@ export {
869
869
  default as PanelRightInactive
870
870
  } from '../icons/panel-right-dashed';
871
871
 
872
+ // PanelsTopLeft aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
875
+ default as Layout
876
+ } from '../icons/panels-top-left';
877
+
872
878
  // PanelTopDashed aliases
873
879
  export {
874
880
  /** @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,12 +887,6 @@ export {
881
887
  default as Edit3
882
888
  } from '../icons/pen-line';
883
889
 
884
- // PanelsTopLeft aliases
885
- export {
886
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
887
- default as Layout
888
- } from '../icons/panels-top-left';
889
-
890
890
  // Pen aliases
891
891
  export {
892
892
  /** @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 */
@@ -1067,18 +1067,18 @@ export {
1067
1067
  default as CheckSquare
1068
1068
  } from '../icons/square-check-big';
1069
1069
 
1070
- // SquareCheck aliases
1071
- export {
1072
- /** @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 */
1073
- default as CheckSquare2
1074
- } from '../icons/square-check';
1075
-
1076
1070
  // SquareChevronDown aliases
1077
1071
  export {
1078
1072
  /** @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
1073
  default as ChevronDownSquare
1080
1074
  } from '../icons/square-chevron-down';
1081
1075
 
1076
+ // SquareCheck aliases
1077
+ export {
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 */
1079
+ default as CheckSquare2
1080
+ } from '../icons/square-check';
1081
+
1082
1082
  // SquareChevronLeft aliases
1083
1083
  export {
1084
1084
  /** @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 */
@@ -1145,18 +1145,18 @@ export {
1145
1145
  default as FunctionSquare
1146
1146
  } from '../icons/square-function';
1147
1147
 
1148
- // SquareKanban aliases
1149
- export {
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 */
1151
- default as KanbanSquare
1152
- } from '../icons/square-kanban';
1153
-
1154
1148
  // SquareLibrary aliases
1155
1149
  export {
1156
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1157
1151
  default as LibrarySquare
1158
1152
  } from '../icons/square-library';
1159
1153
 
1154
+ // SquareKanban aliases
1155
+ export {
1156
+ /** @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 */
1157
+ default as KanbanSquare
1158
+ } from '../icons/square-kanban';
1159
+
1160
1160
  // SquareM aliases
1161
1161
  export {
1162
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
@@ -1247,18 +1247,18 @@ export {
1247
1247
  default as PowerSquare
1248
1248
  } from '../icons/square-power';
1249
1249
 
1250
- // SquareSigma aliases
1251
- export {
1252
- /** @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 */
1253
- default as SigmaSquare
1254
- } from '../icons/square-sigma';
1255
-
1256
1250
  // SquareScissors aliases
1257
1251
  export {
1258
1252
  /** @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 */
1259
1253
  default as ScissorsSquare
1260
1254
  } from '../icons/square-scissors';
1261
1255
 
1256
+ // SquareSigma aliases
1257
+ export {
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 */
1259
+ default as SigmaSquare
1260
+ } from '../icons/square-sigma';
1261
+
1262
1262
  // SquareSlash aliases
1263
1263
  export {
1264
1264
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
@@ -1271,18 +1271,18 @@ export {
1271
1271
  default as SplitSquareHorizontal
1272
1272
  } from '../icons/square-split-horizontal';
1273
1273
 
1274
- // SquareTerminal aliases
1275
- export {
1276
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
1277
- default as TerminalSquare
1278
- } from '../icons/square-terminal';
1279
-
1280
1274
  // SquareSplitVertical aliases
1281
1275
  export {
1282
1276
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
1283
1277
  default as SplitSquareVertical
1284
1278
  } from '../icons/square-split-vertical';
1285
1279
 
1280
+ // SquareTerminal aliases
1281
+ export {
1282
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
1283
+ default as TerminalSquare
1284
+ } from '../icons/square-terminal';
1285
+
1286
1286
  // SquareUserRound aliases
1287
1287
  export {
1288
1288
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
@@ -1361,23 +1361,17 @@ export {
1361
1361
  default as Train
1362
1362
  } from '../icons/tram-front';
1363
1363
 
1364
- // TriangleAlert aliases
1365
- export {
1366
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1367
- default as AlertTriangle
1368
- } from '../icons/triangle-alert';
1369
-
1370
1364
  // TreePalm aliases
1371
1365
  export {
1372
1366
  /** @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
1367
  default as Palmtree
1374
1368
  } from '../icons/tree-palm';
1375
1369
 
1376
- // University aliases
1370
+ // TriangleAlert aliases
1377
1371
  export {
1378
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1379
- default as School2
1380
- } from '../icons/university';
1372
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1373
+ default as AlertTriangle
1374
+ } from '../icons/triangle-alert';
1381
1375
 
1382
1376
  // TvMinimal aliases
1383
1377
  export {
@@ -1385,6 +1379,12 @@ export {
1385
1379
  default as Tv2
1386
1380
  } from '../icons/tv-minimal';
1387
1381
 
1382
+ // University aliases
1383
+ export {
1384
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
1385
+ default as School2
1386
+ } from '../icons/university';
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 */