@lucide/astro 1.31.0 → 1.33.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.31.0",
3
+ "version": "1.33.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -41,18 +41,18 @@ export {
41
41
  default as ArrowUpAz
42
42
  } from '../icons/arrow-up-a-z';
43
43
 
44
- // ArrowUpZA aliases
45
- export {
46
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
47
- default as ArrowUpZa
48
- } from '../icons/arrow-up-z-a';
49
-
50
44
  // ArrowUpNarrowWide aliases
51
45
  export {
52
46
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
53
47
  default as SortAsc
54
48
  } from '../icons/arrow-up-narrow-wide';
55
49
 
50
+ // ArrowUpZA aliases
51
+ export {
52
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
53
+ default as ArrowUpZa
54
+ } from '../icons/arrow-up-z-a';
55
+
56
56
  // Axis3d aliases
57
57
  export {
58
58
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
@@ -137,18 +137,18 @@ export {
137
137
  default as BarChart4
138
138
  } from '../icons/chart-column-increasing';
139
139
 
140
- // ChartLine aliases
141
- export {
142
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
143
- default as LineChart
144
- } from '../icons/chart-line';
145
-
146
140
  // ChartColumn aliases
147
141
  export {
148
142
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
149
143
  default as BarChart3
150
144
  } from '../icons/chart-column';
151
145
 
146
+ // ChartLine aliases
147
+ export {
148
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
149
+ default as LineChart
150
+ } from '../icons/chart-line';
151
+
152
152
  // ChartNoAxesColumnIncreasing aliases
153
153
  export {
154
154
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
@@ -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. */
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. */
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. */
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. */
@@ -269,18 +269,18 @@ export {
269
269
  default as ChevronUpCircle
270
270
  } from '../icons/circle-chevron-up';
271
271
 
272
- // CircleGauge aliases
273
- export {
274
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
275
- default as GaugeCircle
276
- } from '../icons/circle-gauge';
277
-
278
272
  // CircleDivide aliases
279
273
  export {
280
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
281
275
  default as DivideCircle
282
276
  } from '../icons/circle-divide';
283
277
 
278
+ // CircleGauge aliases
279
+ export {
280
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
281
+ default as GaugeCircle
282
+ } from '../icons/circle-gauge';
283
+
284
284
  // CircleMinus aliases
285
285
  export {
286
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
@@ -311,18 +311,18 @@ export {
311
311
  default as PercentCircle
312
312
  } from '../icons/circle-percent';
313
313
 
314
- // CirclePlus aliases
315
- export {
316
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
317
- default as PlusCircle
318
- } from '../icons/circle-plus';
319
-
320
314
  // CirclePlay aliases
321
315
  export {
322
316
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
323
317
  default as PlayCircle
324
318
  } from '../icons/circle-play';
325
319
 
320
+ // CirclePlus aliases
321
+ export {
322
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
323
+ default as PlusCircle
324
+ } from '../icons/circle-plus';
325
+
326
326
  // CirclePower aliases
327
327
  export {
328
328
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
@@ -605,12 +605,6 @@ export {
605
605
  default as FileSignature
606
606
  } from '../icons/file-pen-line';
607
607
 
608
- // FilePlay aliases
609
- export {
610
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
611
- default as FileVideo
612
- } from '../icons/file-play';
613
-
614
608
  // FilePen aliases
615
609
  export {
616
610
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
@@ -623,6 +617,12 @@ export {
623
617
  default as FilePlus2
624
618
  } from '../icons/file-plus-corner';
625
619
 
620
+ // FilePlay aliases
621
+ export {
622
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
623
+ default as FileVideo
624
+ } from '../icons/file-play';
625
+
626
626
  // FileQuestionMark aliases
627
627
  export {
628
628
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
@@ -647,12 +647,6 @@ export {
647
647
  default as FileType2
648
648
  } from '../icons/file-type-corner';
649
649
 
650
- // FileXCorner aliases
651
- export {
652
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
653
- default as FileX2
654
- } from '../icons/file-x-corner';
655
-
656
650
  // FileVideoCamera aliases
657
651
  export {
658
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
@@ -671,6 +665,12 @@ export {
671
665
  default as FolderCog2
672
666
  } from '../icons/folder-cog';
673
667
 
668
+ // FileXCorner aliases
669
+ export {
670
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
671
+ default as FileX2
672
+ } from '../icons/file-x-corner';
673
+
674
674
  // FolderPen aliases
675
675
  export {
676
676
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
@@ -683,18 +683,18 @@ export {
683
683
  default as FilterX
684
684
  } from '../icons/funnel-x';
685
685
 
686
- // Funnel aliases
687
- export {
688
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
689
- default as Filter
690
- } from '../icons/funnel';
691
-
692
686
  // GitCommitHorizontal aliases
693
687
  export {
694
688
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
695
689
  default as GitCommit
696
690
  } from '../icons/git-commit-horizontal';
697
691
 
692
+ // Funnel aliases
693
+ export {
694
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
695
+ default as Filter
696
+ } from '../icons/funnel';
697
+
698
698
  // Grid2x2Check aliases
699
699
  export {
700
700
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
@@ -875,18 +875,18 @@ export {
875
875
  default as Paintbrush2
876
876
  } from '../icons/paintbrush-vertical';
877
877
 
878
- // PanelBottomDashed aliases
879
- export {
880
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
881
- default as PanelBottomInactive
882
- } from '../icons/panel-bottom-dashed';
883
-
884
878
  // PanelLeftClose aliases
885
879
  export {
886
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
887
881
  default as SidebarClose
888
882
  } from '../icons/panel-left-close';
889
883
 
884
+ // PanelBottomDashed aliases
885
+ export {
886
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
887
+ default as PanelBottomInactive
888
+ } from '../icons/panel-bottom-dashed';
889
+
890
890
  // PanelLeftDashed aliases
891
891
  export {
892
892
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
@@ -1061,18 +1061,18 @@ export {
1061
1061
  default as ArrowUpRightFromSquare
1062
1062
  } from '../icons/square-arrow-out-up-right';
1063
1063
 
1064
- // SquareArrowUpLeft aliases
1065
- export {
1066
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
1067
- default as ArrowUpLeftSquare
1068
- } from '../icons/square-arrow-up-left';
1069
-
1070
1064
  // SquareArrowRight aliases
1071
1065
  export {
1072
1066
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
1073
1067
  default as ArrowRightSquare
1074
1068
  } from '../icons/square-arrow-right';
1075
1069
 
1070
+ // SquareArrowUpLeft aliases
1071
+ export {
1072
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
1073
+ default as ArrowUpLeftSquare
1074
+ } from '../icons/square-arrow-up-left';
1075
+
1076
1076
  // SquareArrowUpRight aliases
1077
1077
  export {
1078
1078
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
@@ -1085,18 +1085,18 @@ export {
1085
1085
  default as ArrowUpSquare
1086
1086
  } from '../icons/square-arrow-up';
1087
1087
 
1088
- // SquareBottomDashedScissors aliases
1089
- export {
1090
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
1091
- default as ScissorsSquareDashedBottom
1092
- } from '../icons/square-bottom-dashed-scissors';
1093
-
1094
1088
  // SquareAsterisk aliases
1095
1089
  export {
1096
1090
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
1097
1091
  default as AsteriskSquare
1098
1092
  } from '../icons/square-asterisk';
1099
1093
 
1094
+ // SquareBottomDashedScissors aliases
1095
+ export {
1096
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
1097
+ default as ScissorsSquareDashedBottom
1098
+ } from '../icons/square-bottom-dashed-scissors';
1099
+
1100
1100
  // SquareCenterlineDashedHorizontal aliases
1101
1101
  export {
1102
1102
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
@@ -1331,18 +1331,18 @@ export {
1331
1331
  default as SigmaSquare
1332
1332
  } from '../icons/square-sigma';
1333
1333
 
1334
- // SquareSlash aliases
1335
- export {
1336
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
1337
- default as SlashSquare
1338
- } from '../icons/square-slash';
1339
-
1340
1334
  // SquareSplitHorizontal aliases
1341
1335
  export {
1342
1336
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
1343
1337
  default as SplitSquareHorizontal
1344
1338
  } from '../icons/square-split-horizontal';
1345
1339
 
1340
+ // SquareSlash aliases
1341
+ export {
1342
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
1343
+ default as SlashSquare
1344
+ } from '../icons/square-slash';
1345
+
1346
1346
  // SquareSplitVertical aliases
1347
1347
  export {
1348
1348
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
@@ -1361,6 +1361,12 @@ export {
1361
1361
  default as UserSquare2
1362
1362
  } from '../icons/square-user-round';
1363
1363
 
1364
+ // SquareUser aliases
1365
+ export {
1366
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
1367
+ default as UserSquare
1368
+ } from '../icons/square-user';
1369
+
1364
1370
  // SquareX aliases
1365
1371
  export {
1366
1372
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
@@ -1373,12 +1379,6 @@ export {
1373
1379
  default as TestTube2
1374
1380
  } from '../icons/test-tube-diagonal';
1375
1381
 
1376
- // SquareUser aliases
1377
- export {
1378
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
1379
- default as UserSquare
1380
- } from '../icons/square-user';
1381
-
1382
1382
  // TextAlignCenter aliases
1383
1383
  export {
1384
1384
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */