@lucide/astro 0.571.0 → 0.573.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.571.0",
3
+ "version": "0.573.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -161,18 +161,18 @@ export {
161
161
  default as BarChart2
162
162
  } from '../icons/chart-no-axes-column';
163
163
 
164
- // ChartNoAxesGantt aliases
165
- export {
166
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
167
- default as GanttChart
168
- } from '../icons/chart-no-axes-gantt';
169
-
170
164
  // ChartPie aliases
171
165
  export {
172
166
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
173
167
  default as PieChart
174
168
  } from '../icons/chart-pie';
175
169
 
170
+ // ChartNoAxesGantt aliases
171
+ export {
172
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
173
+ default as GanttChart
174
+ } from '../icons/chart-no-axes-gantt';
175
+
176
176
  // ChartScatter aliases
177
177
  export {
178
178
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
@@ -335,6 +335,12 @@ export {
335
335
  default as PowerCircle
336
336
  } from '../icons/circle-power';
337
337
 
338
+ // CircleSlash2 aliases
339
+ export {
340
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
341
+ default as CircleSlashed
342
+ } from '../icons/circle-slash-2';
343
+
338
344
  // CircleQuestionMark aliases
339
345
  export {
340
346
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
@@ -347,12 +353,6 @@ export {
347
353
  default as CircleHelp
348
354
  } from '../icons/circle-question-mark';
349
355
 
350
- // CircleSlash2 aliases
351
- export {
352
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
353
- default as CircleSlashed
354
- } from '../icons/circle-slash-2';
355
-
356
356
  // CircleStop aliases
357
357
  export {
358
358
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
@@ -425,23 +425,17 @@ export {
425
425
  default as TableConfig
426
426
  } from '../icons/columns-3-cog';
427
427
 
428
- // Columns3 aliases
429
- export {
430
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
431
- default as PanelsLeftRight
432
- } from '../icons/columns-3';
433
-
434
428
  // ContactRound aliases
435
429
  export {
436
430
  /** @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
431
  default as Contact2
438
432
  } from '../icons/contact-round';
439
433
 
440
- // DiamondPercent aliases
434
+ // Columns3 aliases
441
435
  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';
436
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
437
+ default as PanelsLeftRight
438
+ } from '../icons/columns-3';
445
439
 
446
440
  // Earth aliases
447
441
  export {
@@ -449,6 +443,12 @@ export {
449
443
  default as Globe2
450
444
  } from '../icons/earth';
451
445
 
446
+ // DiamondPercent aliases
447
+ export {
448
+ /** @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 */
449
+ default as PercentDiamond
450
+ } from '../icons/diamond-percent';
451
+
452
452
  // EllipsisVertical aliases
453
453
  export {
454
454
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
@@ -461,23 +461,17 @@ export {
461
461
  default as MoreHorizontal
462
462
  } from '../icons/ellipsis';
463
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
464
  // FileBadge aliases
471
465
  export {
472
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 */
473
467
  default as FileBadge2
474
468
  } from '../icons/file-badge';
475
469
 
476
- // FileBracesCorner aliases
470
+ // FileAxis3d aliases
477
471
  export {
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 */
479
- default as FileJson2
480
- } from '../icons/file-braces-corner';
472
+ /** @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
+ default as FileAxis3D
474
+ } from '../icons/file-axis-3d';
481
475
 
482
476
  // FileBraces aliases
483
477
  export {
@@ -485,6 +479,12 @@ export {
485
479
  default as FileJson
486
480
  } from '../icons/file-braces';
487
481
 
482
+ // FileBracesCorner aliases
483
+ export {
484
+ /** @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 */
485
+ default as FileJson2
486
+ } from '../icons/file-braces-corner';
487
+
488
488
  // FileChartColumnIncreasing aliases
489
489
  export {
490
490
  /** @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 */
@@ -521,18 +521,18 @@ export {
521
521
  default as FileCode2
522
522
  } from '../icons/file-code-corner';
523
523
 
524
- // FileCog aliases
525
- export {
526
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
527
- default as FileCog2
528
- } from '../icons/file-cog';
529
-
530
524
  // FileExclamationPoint aliases
531
525
  export {
532
526
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
533
527
  default as FileWarning
534
528
  } from '../icons/file-exclamation-point';
535
529
 
530
+ // FileCog aliases
531
+ export {
532
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
533
+ default as FileCog2
534
+ } from '../icons/file-cog';
535
+
536
536
  // FileHeadphone aliases
537
537
  export {
538
538
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
@@ -551,18 +551,18 @@ export {
551
551
  default as FileKey2
552
552
  } from '../icons/file-key';
553
553
 
554
- // FileLock aliases
555
- export {
556
- /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
557
- default as FileLock2
558
- } from '../icons/file-lock';
559
-
560
554
  // FileMinusCorner aliases
561
555
  export {
562
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
563
557
  default as FileMinus2
564
558
  } from '../icons/file-minus-corner';
565
559
 
560
+ // FileLock aliases
561
+ export {
562
+ /** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
563
+ default as FileLock2
564
+ } from '../icons/file-lock';
565
+
566
566
  // FilePenLine aliases
567
567
  export {
568
568
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
@@ -617,18 +617,18 @@ export {
617
617
  default as FileVideo2
618
618
  } from '../icons/file-video-camera';
619
619
 
620
- // FingerprintPattern aliases
621
- export {
622
- /** @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 */
623
- default as Fingerprint
624
- } from '../icons/fingerprint-pattern';
625
-
626
620
  // FileXCorner aliases
627
621
  export {
628
622
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
629
623
  default as FileX2
630
624
  } from '../icons/file-x-corner';
631
625
 
626
+ // FingerprintPattern aliases
627
+ export {
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 */
629
+ default as Fingerprint
630
+ } from '../icons/fingerprint-pattern';
631
+
632
632
  // FolderCog aliases
633
633
  export {
634
634
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
@@ -683,6 +683,12 @@ export {
683
683
  default as Grid2X2
684
684
  } from '../icons/grid-2x2';
685
685
 
686
+ // HandGrab aliases
687
+ export {
688
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
689
+ default as Grab
690
+ } from '../icons/hand-grab';
691
+
686
692
  // Grid3x3 aliases
687
693
  export {
688
694
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
@@ -695,12 +701,6 @@ export {
695
701
  default as Grid3X3
696
702
  } from '../icons/grid-3x3';
697
703
 
698
- // HandGrab aliases
699
- export {
700
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
701
- default as Grab
702
- } from '../icons/hand-grab';
703
-
704
704
  // HandHelping aliases
705
705
  export {
706
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
@@ -797,18 +797,18 @@ export {
797
797
  default as MessageCircleQuestion
798
798
  } from '../icons/message-circle-question-mark';
799
799
 
800
- // Move3d aliases
801
- export {
802
- /** @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 */
803
- default as Move3D
804
- } from '../icons/move-3d';
805
-
806
800
  // MicVocal aliases
807
801
  export {
808
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 */
809
803
  default as Mic2
810
804
  } from '../icons/mic-vocal';
811
805
 
806
+ // Move3d aliases
807
+ export {
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 */
809
+ default as Move3D
810
+ } from '../icons/move-3d';
811
+
812
812
  // OctagonAlert aliases
813
813
  export {
814
814
  /** @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 */
@@ -863,18 +863,18 @@ export {
863
863
  default as Sidebar
864
864
  } from '../icons/panel-left';
865
865
 
866
- // PanelRightDashed aliases
867
- export {
868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
869
- default as PanelRightInactive
870
- } from '../icons/panel-right-dashed';
871
-
872
866
  // PanelTopDashed aliases
873
867
  export {
874
868
  /** @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 */
875
869
  default as PanelTopInactive
876
870
  } from '../icons/panel-top-dashed';
877
871
 
872
+ // PanelRightDashed aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
875
+ default as PanelRightInactive
876
+ } from '../icons/panel-right-dashed';
877
+
878
878
  // PanelsTopLeft aliases
879
879
  export {
880
880
  /** @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 */
@@ -1121,18 +1121,18 @@ export {
1121
1121
  default as BoxSelect
1122
1122
  } from '../icons/square-dashed';
1123
1123
 
1124
- // SquareDot aliases
1125
- export {
1126
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1127
- default as DotSquare
1128
- } from '../icons/square-dot';
1129
-
1130
1124
  // SquareDivide aliases
1131
1125
  export {
1132
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
1133
1127
  default as DivideSquare
1134
1128
  } from '../icons/square-divide';
1135
1129
 
1130
+ // SquareDot aliases
1131
+ export {
1132
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
1133
+ default as DotSquare
1134
+ } from '../icons/square-dot';
1135
+
1136
1136
  // SquareEqual aliases
1137
1137
  export {
1138
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
@@ -1181,18 +1181,18 @@ export {
1181
1181
  default as Inspect
1182
1182
  } from '../icons/square-mouse-pointer';
1183
1183
 
1184
- // SquareParking aliases
1185
- export {
1186
- /** @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 */
1187
- default as ParkingSquare
1188
- } from '../icons/square-parking';
1189
-
1190
1184
  // SquareParkingOff aliases
1191
1185
  export {
1192
1186
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
1193
1187
  default as ParkingSquareOff
1194
1188
  } from '../icons/square-parking-off';
1195
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
+
1196
1196
  // SquarePen aliases
1197
1197
  export {
1198
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 */
@@ -1211,18 +1211,18 @@ export {
1211
1211
  default as PenSquare
1212
1212
  } from '../icons/square-pen';
1213
1213
 
1214
- // SquarePercent aliases
1215
- export {
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 */
1217
- default as PercentSquare
1218
- } from '../icons/square-percent';
1219
-
1220
1214
  // SquarePi aliases
1221
1215
  export {
1222
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
1223
1217
  default as PiSquare
1224
1218
  } from '../icons/square-pi';
1225
1219
 
1220
+ // SquarePercent aliases
1221
+ export {
1222
+ /** @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 */
1223
+ default as PercentSquare
1224
+ } from '../icons/square-percent';
1225
+
1226
1226
  // SquarePilcrow aliases
1227
1227
  export {
1228
1228
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} 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
- // SquareSplitVertical aliases
1275
- export {
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 */
1277
- default as SplitSquareVertical
1278
- } from '../icons/square-split-vertical';
1279
-
1280
1274
  // SquareTerminal aliases
1281
1275
  export {
1282
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 */
1283
1277
  default as TerminalSquare
1284
1278
  } from '../icons/square-terminal';
1285
1279
 
1280
+ // SquareSplitVertical aliases
1281
+ export {
1282
+ /** @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
+ default as SplitSquareVertical
1284
+ } from '../icons/square-split-vertical';
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 */
@@ -1415,36 +1415,36 @@ export {
1415
1415
  default as UserX2
1416
1416
  } from '../icons/user-round-x';
1417
1417
 
1418
- // UserRound aliases
1419
- export {
1420
- /** @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 */
1421
- default as User2
1422
- } from '../icons/user-round';
1423
-
1424
1418
  // UsersRound aliases
1425
1419
  export {
1426
1420
  /** @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 */
1427
1421
  default as Users2
1428
1422
  } from '../icons/users-round';
1429
1423
 
1424
+ // UserRound aliases
1425
+ export {
1426
+ /** @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 */
1427
+ default as User2
1428
+ } from '../icons/user-round';
1429
+
1430
1430
  // UtensilsCrossed aliases
1431
1431
  export {
1432
1432
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
1433
1433
  default as ForkKnifeCrossed
1434
1434
  } from '../icons/utensils-crossed';
1435
1435
 
1436
- // Utensils aliases
1437
- export {
1438
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
1439
- default as ForkKnife
1440
- } from '../icons/utensils';
1441
-
1442
1436
  // WalletMinimal aliases
1443
1437
  export {
1444
1438
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
1445
1439
  default as Wallet2
1446
1440
  } from '../icons/wallet-minimal';
1447
1441
 
1442
+ // Utensils aliases
1443
+ export {
1444
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
1445
+ default as ForkKnife
1446
+ } from '../icons/utensils';
1447
+
1448
1448
  // WandSparkles aliases
1449
1449
  export {
1450
1450
  /** @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 */