@lucide/astro 1.12.0 → 1.13.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": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -239,18 +239,18 @@ export {
239
239
  default as CheckCircle
240
240
  } from '../icons/circle-check-big';
241
241
 
242
- // CircleCheck aliases
243
- export {
244
- /** @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 */
245
- default as CheckCircle2
246
- } from '../icons/circle-check';
247
-
248
242
  // CircleChevronDown aliases
249
243
  export {
250
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
251
245
  default as ChevronDownCircle
252
246
  } from '../icons/circle-chevron-down';
253
247
 
248
+ // CircleCheck aliases
249
+ export {
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 */
251
+ default as CheckCircle2
252
+ } from '../icons/circle-check';
253
+
254
254
  // CircleChevronLeft aliases
255
255
  export {
256
256
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
@@ -263,12 +263,6 @@ export {
263
263
  default as ChevronRightCircle
264
264
  } from '../icons/circle-chevron-right';
265
265
 
266
- // CircleChevronUp aliases
267
- export {
268
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
269
- default as ChevronUpCircle
270
- } from '../icons/circle-chevron-up';
271
-
272
266
  // CircleDivide aliases
273
267
  export {
274
268
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
@@ -287,6 +281,12 @@ export {
287
281
  default as MinusCircle
288
282
  } from '../icons/circle-minus';
289
283
 
284
+ // CircleChevronUp aliases
285
+ export {
286
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
287
+ default as ChevronUpCircle
288
+ } from '../icons/circle-chevron-up';
289
+
290
290
  // CircleParkingOff aliases
291
291
  export {
292
292
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
@@ -455,18 +455,18 @@ export {
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
- // FileAxis3d aliases
459
- export {
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 */
461
- default as FileAxis3D
462
- } from '../icons/file-axis-3d';
463
-
464
458
  // FileBadge aliases
465
459
  export {
466
460
  /** @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
461
  default as FileBadge2
468
462
  } from '../icons/file-badge';
469
463
 
464
+ // FileAxis3d aliases
465
+ export {
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 */
467
+ default as FileAxis3D
468
+ } from '../icons/file-axis-3d';
469
+
470
470
  // FileBracesCorner aliases
471
471
  export {
472
472
  /** @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 */
@@ -701,18 +701,18 @@ export {
701
701
  default as HelpingHand
702
702
  } from '../icons/hand-helping';
703
703
 
704
- // House aliases
705
- export {
706
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
707
- default as Home
708
- } from '../icons/house';
709
-
710
704
  // IceCreamBowl aliases
711
705
  export {
712
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
713
707
  default as IceCream2
714
708
  } from '../icons/ice-cream-bowl';
715
709
 
710
+ // House aliases
711
+ export {
712
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
713
+ default as Home
714
+ } from '../icons/house';
715
+
716
716
  // IceCreamCone aliases
717
717
  export {
718
718
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
@@ -929,18 +929,18 @@ export {
929
929
  default as SendHorizonal
930
930
  } from '../icons/send-horizontal';
931
931
 
932
- // ShieldQuestionMark aliases
933
- export {
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 */
935
- default as ShieldQuestion
936
- } from '../icons/shield-question-mark';
937
-
938
932
  // ShieldX aliases
939
933
  export {
940
934
  /** @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 */
941
935
  default as ShieldClose
942
936
  } from '../icons/shield-x';
943
937
 
938
+ // ShieldQuestionMark aliases
939
+ export {
940
+ /** @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
+ default as ShieldQuestion
942
+ } from '../icons/shield-question-mark';
943
+
944
944
  // SlidersVertical aliases
945
945
  export {
946
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
@@ -1019,18 +1019,18 @@ export {
1019
1019
  default as ArrowUpLeftSquare
1020
1020
  } from '../icons/square-arrow-up-left';
1021
1021
 
1022
- // SquareArrowUpRight aliases
1023
- export {
1024
- /** @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 */
1025
- default as ArrowUpRightSquare
1026
- } from '../icons/square-arrow-up-right';
1027
-
1028
1022
  // SquareArrowUp aliases
1029
1023
  export {
1030
1024
  /** @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 */
1031
1025
  default as ArrowUpSquare
1032
1026
  } from '../icons/square-arrow-up';
1033
1027
 
1028
+ // SquareArrowUpRight aliases
1029
+ export {
1030
+ /** @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 */
1031
+ default as ArrowUpRightSquare
1032
+ } from '../icons/square-arrow-up-right';
1033
+
1034
1034
  // SquareAsterisk aliases
1035
1035
  export {
1036
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 */
@@ -1307,12 +1307,6 @@ export {
1307
1307
  default as UserSquare2
1308
1308
  } from '../icons/square-user-round';
1309
1309
 
1310
- // SquareUser aliases
1311
- export {
1312
- /** @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 */
1313
- default as UserSquare
1314
- } from '../icons/square-user';
1315
-
1316
1310
  // SquareX aliases
1317
1311
  export {
1318
1312
  /** @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 */
@@ -1325,6 +1319,12 @@ export {
1325
1319
  default as TestTube2
1326
1320
  } from '../icons/test-tube-diagonal';
1327
1321
 
1322
+ // SquareUser aliases
1323
+ export {
1324
+ /** @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 */
1325
+ default as UserSquare
1326
+ } from '../icons/square-user';
1327
+
1328
1328
  // TextAlignCenter aliases
1329
1329
  export {
1330
1330
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
@@ -1391,18 +1391,18 @@ export {
1391
1391
  default as Tv2
1392
1392
  } from '../icons/tv-minimal';
1393
1393
 
1394
- // University aliases
1395
- export {
1396
- /** @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 */
1397
- default as School2
1398
- } from '../icons/university';
1399
-
1400
1394
  // UserRoundCheck aliases
1401
1395
  export {
1402
1396
  /** @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 */
1403
1397
  default as UserCheck2
1404
1398
  } from '../icons/user-round-check';
1405
1399
 
1400
+ // University aliases
1401
+ export {
1402
+ /** @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 */
1403
+ default as School2
1404
+ } from '../icons/university';
1405
+
1406
1406
  // UserRoundCog aliases
1407
1407
  export {
1408
1408
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
@@ -1457,6 +1457,12 @@ export {
1457
1457
  default as Wallet2
1458
1458
  } from '../icons/wallet-minimal';
1459
1459
 
1460
+ // WavesHorizontal aliases
1461
+ export {
1462
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
1463
+ default as Waves
1464
+ } from '../icons/waves-horizontal';
1465
+
1460
1466
  // WandSparkles aliases
1461
1467
  export {
1462
1468
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */