@lucide/astro 0.573.0 → 0.574.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.573.0",
3
+ "version": "0.574.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
- // ChartPie aliases
165
- export {
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 */
167
- default as PieChart
168
- } from '../icons/chart-pie';
169
-
170
164
  // ChartNoAxesGantt aliases
171
165
  export {
172
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 */
173
167
  default as GanttChart
174
168
  } from '../icons/chart-no-axes-gantt';
175
169
 
170
+ // ChartPie aliases
171
+ export {
172
+ /** @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
+ default as PieChart
174
+ } from '../icons/chart-pie';
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 */
@@ -251,18 +251,18 @@ export {
251
251
  default as CheckCircle2
252
252
  } from '../icons/circle-check';
253
253
 
254
- // CircleChevronDown aliases
255
- export {
256
- /** @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 */
257
- default as ChevronDownCircle
258
- } from '../icons/circle-chevron-down';
259
-
260
254
  // CircleChevronLeft aliases
261
255
  export {
262
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
257
  default as ChevronLeftCircle
264
258
  } from '../icons/circle-chevron-left';
265
259
 
260
+ // CircleChevronDown aliases
261
+ export {
262
+ /** @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 */
263
+ default as ChevronDownCircle
264
+ } from '../icons/circle-chevron-down';
265
+
266
266
  // CircleChevronRight aliases
267
267
  export {
268
268
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
@@ -335,12 +335,6 @@ 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
-
344
338
  // CircleQuestionMark aliases
345
339
  export {
346
340
  /** @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 */
@@ -353,6 +347,12 @@ export {
353
347
  default as CircleHelp
354
348
  } from '../icons/circle-question-mark';
355
349
 
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,54 +425,54 @@ export {
425
425
  default as TableConfig
426
426
  } from '../icons/columns-3-cog';
427
427
 
428
- // ContactRound aliases
429
- export {
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 */
431
- default as Contact2
432
- } from '../icons/contact-round';
433
-
434
428
  // Columns3 aliases
435
429
  export {
436
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 */
437
431
  default as PanelsLeftRight
438
432
  } from '../icons/columns-3';
439
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
440
  // Earth aliases
441
441
  export {
442
442
  /** @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 */
443
443
  default as Globe2
444
444
  } from '../icons/earth';
445
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
446
  // EllipsisVertical aliases
453
447
  export {
454
448
  /** @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 */
455
449
  default as MoreVertical
456
450
  } from '../icons/ellipsis-vertical';
457
451
 
452
+ // DiamondPercent aliases
453
+ export {
454
+ /** @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 */
455
+ default as PercentDiamond
456
+ } from '../icons/diamond-percent';
457
+
458
458
  // Ellipsis aliases
459
459
  export {
460
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
461
  default as MoreHorizontal
462
462
  } from '../icons/ellipsis';
463
463
 
464
- // FileBadge aliases
465
- export {
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 */
467
- default as FileBadge2
468
- } from '../icons/file-badge';
469
-
470
464
  // FileAxis3d aliases
471
465
  export {
472
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 */
473
467
  default as FileAxis3D
474
468
  } from '../icons/file-axis-3d';
475
469
 
470
+ // FileBadge aliases
471
+ export {
472
+ /** @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
+ default as FileBadge2
474
+ } from '../icons/file-badge';
475
+
476
476
  // FileBraces aliases
477
477
  export {
478
478
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} 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
- // FileExclamationPoint aliases
525
- export {
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 */
527
- default as FileWarning
528
- } from '../icons/file-exclamation-point';
529
-
530
524
  // FileCog aliases
531
525
  export {
532
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 */
533
527
  default as FileCog2
534
528
  } from '../icons/file-cog';
535
529
 
530
+ // FileExclamationPoint aliases
531
+ export {
532
+ /** @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
+ default as FileWarning
534
+ } from '../icons/file-exclamation-point';
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
- // FileMinusCorner aliases
555
- export {
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 */
557
- default as FileMinus2
558
- } from '../icons/file-minus-corner';
559
-
560
554
  // FileLock aliases
561
555
  export {
562
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 */
563
557
  default as FileLock2
564
558
  } from '../icons/file-lock';
565
559
 
560
+ // FileMinusCorner aliases
561
+ export {
562
+ /** @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
+ default as FileMinus2
564
+ } from '../icons/file-minus-corner';
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 */
@@ -683,12 +683,6 @@ 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
-
692
686
  // Grid3x3 aliases
693
687
  export {
694
688
  /** @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 */
@@ -701,6 +695,12 @@ export {
701
695
  default as Grid3X3
702
696
  } from '../icons/grid-3x3';
703
697
 
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 */
@@ -839,18 +839,18 @@ export {
839
839
  default as PanelBottomInactive
840
840
  } from '../icons/panel-bottom-dashed';
841
841
 
842
- // PanelLeftClose aliases
843
- export {
844
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
845
- default as SidebarClose
846
- } from '../icons/panel-left-close';
847
-
848
842
  // PanelLeftDashed aliases
849
843
  export {
850
844
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
851
845
  default as PanelLeftInactive
852
846
  } from '../icons/panel-left-dashed';
853
847
 
848
+ // PanelLeftClose aliases
849
+ export {
850
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
851
+ default as SidebarClose
852
+ } from '../icons/panel-left-close';
853
+
854
854
  // PanelLeftOpen aliases
855
855
  export {
856
856
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} 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
- // PanelTopDashed aliases
867
- export {
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 */
869
- default as PanelTopInactive
870
- } from '../icons/panel-top-dashed';
871
-
872
866
  // PanelRightDashed aliases
873
867
  export {
874
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 */
875
869
  default as PanelRightInactive
876
870
  } from '../icons/panel-right-dashed';
877
871
 
872
+ // PanelTopDashed aliases
873
+ export {
874
+ /** @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
+ default as PanelTopInactive
876
+ } from '../icons/panel-top-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 */
@@ -1019,18 +1019,18 @@ export {
1019
1019
  default as ArrowRightSquare
1020
1020
  } from '../icons/square-arrow-right';
1021
1021
 
1022
- // SquareArrowUpLeft aliases
1023
- export {
1024
- /** @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 */
1025
- default as ArrowUpLeftSquare
1026
- } from '../icons/square-arrow-up-left';
1027
-
1028
1022
  // SquareArrowUpRight aliases
1029
1023
  export {
1030
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 */
1031
1025
  default as ArrowUpRightSquare
1032
1026
  } from '../icons/square-arrow-up-right';
1033
1027
 
1028
+ // SquareArrowUpLeft aliases
1029
+ export {
1030
+ /** @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 */
1031
+ default as ArrowUpLeftSquare
1032
+ } from '../icons/square-arrow-up-left';
1033
+
1034
1034
  // SquareArrowUp aliases
1035
1035
  export {
1036
1036
  /** @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 */
@@ -1211,18 +1211,18 @@ export {
1211
1211
  default as PenSquare
1212
1212
  } from '../icons/square-pen';
1213
1213
 
1214
- // SquarePi aliases
1215
- export {
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 */
1217
- default as PiSquare
1218
- } from '../icons/square-pi';
1219
-
1220
1214
  // SquarePercent aliases
1221
1215
  export {
1222
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 */
1223
1217
  default as PercentSquare
1224
1218
  } from '../icons/square-percent';
1225
1219
 
1220
+ // SquarePi aliases
1221
+ export {
1222
+ /** @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
+ default as PiSquare
1224
+ } from '../icons/square-pi';
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 */
@@ -1259,23 +1259,17 @@ export {
1259
1259
  default as SigmaSquare
1260
1260
  } from '../icons/square-sigma';
1261
1261
 
1262
- // SquareSlash aliases
1263
- export {
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 */
1265
- default as SlashSquare
1266
- } from '../icons/square-slash';
1267
-
1268
1262
  // SquareSplitHorizontal aliases
1269
1263
  export {
1270
1264
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1271
1265
  default as SplitSquareHorizontal
1272
1266
  } from '../icons/square-split-horizontal';
1273
1267
 
1274
- // SquareTerminal aliases
1268
+ // SquareSlash aliases
1275
1269
  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';
1270
+ /** @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
+ default as SlashSquare
1272
+ } from '../icons/square-slash';
1279
1273
 
1280
1274
  // SquareSplitVertical aliases
1281
1275
  export {
@@ -1283,6 +1277,12 @@ export {
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 */
@@ -1379,18 +1379,18 @@ export {
1379
1379
  default as Tv2
1380
1380
  } from '../icons/tv-minimal';
1381
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
1382
  // UserRoundCheck aliases
1389
1383
  export {
1390
1384
  /** @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 */
1391
1385
  default as UserCheck2
1392
1386
  } from '../icons/user-round-check';
1393
1387
 
1388
+ // University aliases
1389
+ export {
1390
+ /** @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 */
1391
+ default as School2
1392
+ } from '../icons/university';
1393
+
1394
1394
  // UserRoundCog aliases
1395
1395
  export {
1396
1396
  /** @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 */
@@ -1415,36 +1415,36 @@ export {
1415
1415
  default as UserX2
1416
1416
  } from '../icons/user-round-x';
1417
1417
 
1418
- // UsersRound aliases
1419
- export {
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 */
1421
- default as Users2
1422
- } from '../icons/users-round';
1423
-
1424
1418
  // UserRound aliases
1425
1419
  export {
1426
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 */
1427
1421
  default as User2
1428
1422
  } from '../icons/user-round';
1429
1423
 
1424
+ // UsersRound aliases
1425
+ export {
1426
+ /** @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
+ default as Users2
1428
+ } from '../icons/users-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
- // WalletMinimal aliases
1437
- export {
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 */
1439
- default as Wallet2
1440
- } from '../icons/wallet-minimal';
1441
-
1442
1436
  // Utensils aliases
1443
1437
  export {
1444
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 */
1445
1439
  default as ForkKnife
1446
1440
  } from '../icons/utensils';
1447
1441
 
1442
+ // WalletMinimal aliases
1443
+ export {
1444
+ /** @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
+ default as Wallet2
1446
+ } from '../icons/wallet-minimal';
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 */