@lucide/astro 0.545.0 → 0.547.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.545.0",
3
+ "version": "0.547.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -227,18 +227,18 @@ export {
227
227
  default as ArrowUpRightFromCircle
228
228
  } from '../icons/circle-arrow-out-up-right';
229
229
 
230
- // CircleArrowRight aliases
231
- export {
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 */
233
- default as ArrowRightCircle
234
- } from '../icons/circle-arrow-right';
235
-
236
230
  // CircleArrowUp aliases
237
231
  export {
238
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 */
239
233
  default as ArrowUpCircle
240
234
  } from '../icons/circle-arrow-up';
241
235
 
236
+ // CircleArrowRight aliases
237
+ export {
238
+ /** @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
+ default as ArrowRightCircle
240
+ } from '../icons/circle-arrow-right';
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
- // ContactRound aliases
435
- export {
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 */
437
- default as Contact2
438
- } from '../icons/contact-round';
439
-
440
434
  // DiamondPercent aliases
441
435
  export {
442
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 */
443
437
  default as PercentDiamond
444
438
  } from '../icons/diamond-percent';
445
439
 
440
+ // ContactRound aliases
441
+ export {
442
+ /** @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
+ default as Contact2
444
+ } from '../icons/contact-round';
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 */
@@ -557,18 +557,18 @@ export {
557
557
  default as GitCommit
558
558
  } from '../icons/git-commit-horizontal';
559
559
 
560
- // Grid2x2Plus aliases
561
- export {
562
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
563
- default as Grid2X2Plus
564
- } from '../icons/grid-2x2-plus';
565
-
566
560
  // Grid2x2Check aliases
567
561
  export {
568
562
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
569
563
  default as Grid2X2Check
570
564
  } from '../icons/grid-2x2-check';
571
565
 
566
+ // Grid2x2Plus aliases
567
+ export {
568
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
569
+ default as Grid2X2Plus
570
+ } from '../icons/grid-2x2-plus';
571
+
572
572
  // Grid2x2X aliases
573
573
  export {
574
574
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
@@ -695,18 +695,18 @@ export {
695
695
  default as MessageCircleQuestion
696
696
  } from '../icons/message-circle-question-mark';
697
697
 
698
- // Move3d aliases
699
- export {
700
- /** @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 */
701
- default as Move3D
702
- } from '../icons/move-3d';
703
-
704
698
  // MicVocal aliases
705
699
  export {
706
700
  /** @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 */
707
701
  default as Mic2
708
702
  } from '../icons/mic-vocal';
709
703
 
704
+ // Move3d aliases
705
+ export {
706
+ /** @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 */
707
+ default as Move3D
708
+ } from '../icons/move-3d';
709
+
710
710
  // OctagonAlert aliases
711
711
  export {
712
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} 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
- // PenLine aliases
783
- export {
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 */
785
- default as Edit3
786
- } from '../icons/pen-line';
787
-
788
782
  // Pen aliases
789
783
  export {
790
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 */
791
785
  default as Edit2
792
786
  } from '../icons/pen';
793
787
 
788
+ // PenLine aliases
789
+ export {
790
+ /** @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
+ default as Edit3
792
+ } from '../icons/pen-line';
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,12 +815,6 @@ 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
-
824
818
  // Scale3d aliases
825
819
  export {
826
820
  /** @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 */
@@ -833,6 +827,12 @@ export {
833
827
  default as SendHorizonal
834
828
  } from '../icons/send-horizontal';
835
829
 
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 */
@@ -1181,18 +1181,18 @@ export {
1181
1181
  default as TerminalSquare
1182
1182
  } from '../icons/square-terminal';
1183
1183
 
1184
- // SquareUserRound aliases
1185
- export {
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 */
1187
- default as UserSquare2
1188
- } from '../icons/square-user-round';
1189
-
1190
1184
  // SquareUser aliases
1191
1185
  export {
1192
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 */
1193
1187
  default as UserSquare
1194
1188
  } from '../icons/square-user';
1195
1189
 
1190
+ // SquareUserRound aliases
1191
+ export {
1192
+ /** @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
+ default as UserSquare2
1194
+ } from '../icons/square-user-round';
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
- // UserRoundX aliases
1311
- export {
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 */
1313
- default as UserX2
1314
- } from '../icons/user-round-x';
1315
-
1316
1310
  // UserRound aliases
1317
1311
  export {
1318
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 */
1319
1313
  default as User2
1320
1314
  } from '../icons/user-round';
1321
1315
 
1316
+ // UserRoundX aliases
1317
+ export {
1318
+ /** @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
+ default as UserX2
1320
+ } from '../icons/user-round-x';
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 */