@lucide/astro 0.547.0 → 0.548.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.547.0",
3
+ "version": "0.548.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -197,18 +197,18 @@ export {
197
197
  default as ArrowDownCircle
198
198
  } from '../icons/circle-arrow-down';
199
199
 
200
- // CircleArrowLeft aliases
201
- export {
202
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
203
- default as ArrowLeftCircle
204
- } from '../icons/circle-arrow-left';
205
-
206
200
  // CircleArrowOutDownLeft aliases
207
201
  export {
208
202
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
209
203
  default as ArrowDownLeftFromCircle
210
204
  } from '../icons/circle-arrow-out-down-left';
211
205
 
206
+ // CircleArrowLeft aliases
207
+ export {
208
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
209
+ default as ArrowLeftCircle
210
+ } from '../icons/circle-arrow-left';
211
+
212
212
  // CircleArrowOutDownRight aliases
213
213
  export {
214
214
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
@@ -227,18 +227,18 @@ export {
227
227
  default as ArrowUpRightFromCircle
228
228
  } from '../icons/circle-arrow-out-up-right';
229
229
 
230
- // CircleArrowUp aliases
231
- export {
232
- /** @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 */
233
- default as ArrowUpCircle
234
- } from '../icons/circle-arrow-up';
235
-
236
230
  // CircleArrowRight aliases
237
231
  export {
238
232
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
239
233
  default as ArrowRightCircle
240
234
  } from '../icons/circle-arrow-right';
241
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
242
  // CircleCheckBig aliases
243
243
  export {
244
244
  /** @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 */
@@ -431,18 +431,18 @@ export {
431
431
  default as PanelsLeftRight
432
432
  } from '../icons/columns-3';
433
433
 
434
- // DiamondPercent aliases
435
- export {
436
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
437
- default as PercentDiamond
438
- } from '../icons/diamond-percent';
439
-
440
434
  // ContactRound aliases
441
435
  export {
442
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
443
437
  default as Contact2
444
438
  } from '../icons/contact-round';
445
439
 
440
+ // DiamondPercent aliases
441
+ export {
442
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
443
+ default as PercentDiamond
444
+ } from '../icons/diamond-percent';
445
+
446
446
  // Earth aliases
447
447
  export {
448
448
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
@@ -455,18 +455,18 @@ export {
455
455
  default as MoreVertical
456
456
  } from '../icons/ellipsis-vertical';
457
457
 
458
- // Ellipsis aliases
459
- export {
460
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
461
- default as MoreHorizontal
462
- } from '../icons/ellipsis';
463
-
464
458
  // FileAxis3d aliases
465
459
  export {
466
460
  /** @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 */
467
461
  default as FileAxis3D
468
462
  } from '../icons/file-axis-3d';
469
463
 
464
+ // Ellipsis aliases
465
+ export {
466
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
467
+ default as MoreHorizontal
468
+ } from '../icons/ellipsis';
469
+
470
470
  // FileChartColumnIncreasing aliases
471
471
  export {
472
472
  /** @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 */
@@ -647,6 +647,12 @@ export {
647
647
  default as IndentDecrease
648
648
  } from '../icons/list-indent-decrease';
649
649
 
650
+ // LoaderCircle aliases
651
+ export {
652
+ /** @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 */
653
+ default as Loader2
654
+ } from '../icons/loader-circle';
655
+
650
656
  // ListIndentIncrease aliases
651
657
  export {
652
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
@@ -659,12 +665,6 @@ export {
659
665
  default as IndentIncrease
660
666
  } from '../icons/list-indent-increase';
661
667
 
662
- // LoaderCircle aliases
663
- export {
664
- /** @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 */
665
- default as Loader2
666
- } from '../icons/loader-circle';
667
-
668
668
  // LockKeyholeOpen aliases
669
669
  export {
670
670
  /** @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 */
@@ -779,18 +779,18 @@ export {
779
779
  default as Layout
780
780
  } from '../icons/panels-top-left';
781
781
 
782
- // Pen aliases
783
- export {
784
- /** @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 */
785
- default as Edit2
786
- } from '../icons/pen';
787
-
788
782
  // PenLine aliases
789
783
  export {
790
784
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
791
785
  default as Edit3
792
786
  } from '../icons/pen-line';
793
787
 
788
+ // Pen aliases
789
+ export {
790
+ /** @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 */
791
+ default as Edit2
792
+ } from '../icons/pen';
793
+
794
794
  // PlugZap aliases
795
795
  export {
796
796
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
@@ -815,6 +815,12 @@ export {
815
815
  default as Rows
816
816
  } from '../icons/rows-2';
817
817
 
818
+ // Rows3 aliases
819
+ export {
820
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
821
+ default as PanelsTopBottom
822
+ } from '../icons/rows-3';
823
+
818
824
  // Scale3d aliases
819
825
  export {
820
826
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
@@ -827,12 +833,6 @@ export {
827
833
  default as SendHorizonal
828
834
  } from '../icons/send-horizontal';
829
835
 
830
- // Rows3 aliases
831
- export {
832
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
833
- default as PanelsTopBottom
834
- } from '../icons/rows-3';
835
-
836
836
  // ShieldQuestionMark aliases
837
837
  export {
838
838
  /** @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 */
@@ -911,18 +911,18 @@ export {
911
911
  default as ArrowUpRightFromSquare
912
912
  } from '../icons/square-arrow-out-up-right';
913
913
 
914
- // SquareArrowRight aliases
915
- export {
916
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
917
- default as ArrowRightSquare
918
- } from '../icons/square-arrow-right';
919
-
920
914
  // SquareArrowUpLeft aliases
921
915
  export {
922
916
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
923
917
  default as ArrowUpLeftSquare
924
918
  } from '../icons/square-arrow-up-left';
925
919
 
920
+ // SquareArrowRight aliases
921
+ export {
922
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
923
+ default as ArrowRightSquare
924
+ } from '../icons/square-arrow-right';
925
+
926
926
  // SquareArrowUpRight aliases
927
927
  export {
928
928
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
@@ -1181,18 +1181,18 @@ export {
1181
1181
  default as TerminalSquare
1182
1182
  } from '../icons/square-terminal';
1183
1183
 
1184
- // SquareUser aliases
1185
- export {
1186
- /** @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 */
1187
- default as UserSquare
1188
- } from '../icons/square-user';
1189
-
1190
1184
  // SquareUserRound aliases
1191
1185
  export {
1192
1186
  /** @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 */
1193
1187
  default as UserSquare2
1194
1188
  } from '../icons/square-user-round';
1195
1189
 
1190
+ // SquareUser aliases
1191
+ export {
1192
+ /** @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 */
1193
+ default as UserSquare
1194
+ } from '../icons/square-user';
1195
+
1196
1196
  // SquareX aliases
1197
1197
  export {
1198
1198
  /** @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 */
@@ -1307,18 +1307,18 @@ export {
1307
1307
  default as UserPlus2
1308
1308
  } from '../icons/user-round-plus';
1309
1309
 
1310
- // UserRound aliases
1311
- export {
1312
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
1313
- default as User2
1314
- } from '../icons/user-round';
1315
-
1316
1310
  // UserRoundX aliases
1317
1311
  export {
1318
1312
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
1319
1313
  default as UserX2
1320
1314
  } from '../icons/user-round-x';
1321
1315
 
1316
+ // UserRound aliases
1317
+ export {
1318
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
1319
+ default as User2
1320
+ } from '../icons/user-round';
1321
+
1322
1322
  // UsersRound aliases
1323
1323
  export {
1324
1324
  /** @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 */