@lucide/astro 1.25.0 → 1.26.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.25.0",
3
+ "version": "1.26.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -131,18 +131,18 @@ export {
131
131
  default as BarChartBig
132
132
  } from '../icons/chart-column-big';
133
133
 
134
- // ChartColumn aliases
135
- export {
136
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
137
- default as BarChart3
138
- } from '../icons/chart-column';
139
-
140
134
  // ChartColumnIncreasing aliases
141
135
  export {
142
136
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
143
137
  default as BarChart4
144
138
  } from '../icons/chart-column-increasing';
145
139
 
140
+ // ChartColumn aliases
141
+ export {
142
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
143
+ default as BarChart3
144
+ } from '../icons/chart-column';
145
+
146
146
  // ChartLine aliases
147
147
  export {
148
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
@@ -221,36 +221,36 @@ export {
221
221
  default as ArrowUpRightFromCircle
222
222
  } from '../icons/circle-arrow-out-up-right';
223
223
 
224
- // CircleArrowRight aliases
225
- export {
226
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
227
- default as ArrowRightCircle
228
- } from '../icons/circle-arrow-right';
229
-
230
224
  // CircleArrowUp aliases
231
225
  export {
232
226
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
233
227
  default as ArrowUpCircle
234
228
  } from '../icons/circle-arrow-up';
235
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. */
233
+ default as ArrowRightCircle
234
+ } from '../icons/circle-arrow-right';
235
+
236
236
  // CircleCheckBig aliases
237
237
  export {
238
238
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
239
239
  default as CheckCircle
240
240
  } from '../icons/circle-check-big';
241
241
 
242
- // CircleChevronDown aliases
243
- export {
244
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
245
- default as ChevronDownCircle
246
- } from '../icons/circle-chevron-down';
247
-
248
242
  // CircleCheck aliases
249
243
  export {
250
244
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
251
245
  default as CheckCircle2
252
246
  } from '../icons/circle-check';
253
247
 
248
+ // CircleChevronDown aliases
249
+ export {
250
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
251
+ default as ChevronDownCircle
252
+ } from '../icons/circle-chevron-down';
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. */
@@ -281,18 +281,18 @@ export {
281
281
  default as GaugeCircle
282
282
  } from '../icons/circle-gauge';
283
283
 
284
- // CircleParkingOff aliases
285
- export {
286
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
287
- default as ParkingCircleOff
288
- } from '../icons/circle-parking-off';
289
-
290
284
  // CircleMinus aliases
291
285
  export {
292
286
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
293
287
  default as MinusCircle
294
288
  } from '../icons/circle-minus';
295
289
 
290
+ // CircleParkingOff aliases
291
+ export {
292
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
293
+ default as ParkingCircleOff
294
+ } from '../icons/circle-parking-off';
295
+
296
296
  // CircleParking aliases
297
297
  export {
298
298
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
@@ -425,36 +425,36 @@ export {
425
425
  default as PanelsLeftRight
426
426
  } from '../icons/columns-3';
427
427
 
428
- // DiamondPercent aliases
429
- export {
430
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
431
- default as PercentDiamond
432
- } from '../icons/diamond-percent';
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. */
437
431
  default as Contact2
438
432
  } from '../icons/contact-round';
439
433
 
434
+ // DiamondPercent aliases
435
+ export {
436
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
437
+ default as PercentDiamond
438
+ } from '../icons/diamond-percent';
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. */
443
443
  default as Globe2
444
444
  } from '../icons/earth';
445
445
 
446
- // EllipsisVertical aliases
447
- export {
448
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
449
- default as MoreVertical
450
- } from '../icons/ellipsis-vertical';
451
-
452
446
  // Ellipsis aliases
453
447
  export {
454
448
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
455
449
  default as MoreHorizontal
456
450
  } from '../icons/ellipsis';
457
451
 
452
+ // EllipsisVertical aliases
453
+ export {
454
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
455
+ default as MoreVertical
456
+ } from '../icons/ellipsis-vertical';
457
+
458
458
  // FileAxis3d aliases
459
459
  export {
460
460
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
@@ -635,18 +635,18 @@ export {
635
635
  default as FolderEdit
636
636
  } from '../icons/folder-pen';
637
637
 
638
- // FunnelX aliases
639
- export {
640
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
641
- default as FilterX
642
- } from '../icons/funnel-x';
643
-
644
638
  // Funnel aliases
645
639
  export {
646
640
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
647
641
  default as Filter
648
642
  } from '../icons/funnel';
649
643
 
644
+ // FunnelX aliases
645
+ export {
646
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
647
+ default as FilterX
648
+ } from '../icons/funnel-x';
649
+
650
650
  // GitCommitHorizontal aliases
651
651
  export {
652
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
@@ -689,18 +689,18 @@ export {
689
689
  default as Grid3X3
690
690
  } from '../icons/grid-3x3';
691
691
 
692
- // HandHelping aliases
693
- export {
694
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
695
- default as HelpingHand
696
- } from '../icons/hand-helping';
697
-
698
692
  // HandGrab aliases
699
693
  export {
700
694
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
701
695
  default as Grab
702
696
  } from '../icons/hand-grab';
703
697
 
698
+ // HandHelping aliases
699
+ export {
700
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
701
+ default as HelpingHand
702
+ } from '../icons/hand-helping';
703
+
704
704
  // House aliases
705
705
  export {
706
706
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
@@ -743,12 +743,6 @@ export {
743
743
  default as IndentDecrease
744
744
  } from '../icons/list-indent-decrease';
745
745
 
746
- // LoaderCircle aliases
747
- export {
748
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
749
- default as Loader2
750
- } from '../icons/loader-circle';
751
-
752
746
  // ListIndentIncrease aliases
753
747
  export {
754
748
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
@@ -761,6 +755,12 @@ export {
761
755
  default as IndentIncrease
762
756
  } from '../icons/list-indent-increase';
763
757
 
758
+ // LoaderCircle aliases
759
+ export {
760
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
761
+ default as Loader2
762
+ } from '../icons/loader-circle';
763
+
764
764
  // LockKeyholeOpen aliases
765
765
  export {
766
766
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
@@ -779,18 +779,18 @@ export {
779
779
  default as MailQuestion
780
780
  } from '../icons/mail-question-mark';
781
781
 
782
- // MessageCircleQuestionMark aliases
783
- export {
784
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
785
- default as MessageCircleQuestion
786
- } from '../icons/message-circle-question-mark';
787
-
788
782
  // MapPinPen aliases
789
783
  export {
790
784
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
791
785
  default as LocationEdit
792
786
  } from '../icons/map-pin-pen';
793
787
 
788
+ // MessageCircleQuestionMark aliases
789
+ export {
790
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
791
+ default as MessageCircleQuestion
792
+ } from '../icons/message-circle-question-mark';
793
+
794
794
  // MicVocal aliases
795
795
  export {
796
796
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
@@ -821,6 +821,12 @@ export {
821
821
  default as XOctagon
822
822
  } from '../icons/octagon-x';
823
823
 
824
+ // PaintbrushVertical aliases
825
+ export {
826
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
827
+ default as Paintbrush2
828
+ } from '../icons/paintbrush-vertical';
829
+
824
830
  // PanelBottomDashed aliases
825
831
  export {
826
832
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
@@ -833,12 +839,6 @@ export {
833
839
  default as SidebarClose
834
840
  } from '../icons/panel-left-close';
835
841
 
836
- // PaintbrushVertical aliases
837
- export {
838
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
839
- default as Paintbrush2
840
- } from '../icons/paintbrush-vertical';
841
-
842
842
  // PanelLeftDashed aliases
843
843
  export {
844
844
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
@@ -863,18 +863,18 @@ export {
863
863
  default as PanelRightInactive
864
864
  } from '../icons/panel-right-dashed';
865
865
 
866
- // PanelsTopLeft aliases
867
- export {
868
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
869
- default as Layout
870
- } from '../icons/panels-top-left';
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. */
875
869
  default as PanelTopInactive
876
870
  } from '../icons/panel-top-dashed';
877
871
 
872
+ // PanelsTopLeft aliases
873
+ export {
874
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
875
+ default as Layout
876
+ } from '../icons/panels-top-left';
877
+
878
878
  // PenLine aliases
879
879
  export {
880
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
@@ -941,18 +941,18 @@ export {
941
941
  default as ShieldClose
942
942
  } from '../icons/shield-x';
943
943
 
944
- // Sparkles aliases
945
- export {
946
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
947
- default as Stars
948
- } from '../icons/sparkles';
949
-
950
944
  // SlidersVertical aliases
951
945
  export {
952
946
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
953
947
  default as Sliders
954
948
  } from '../icons/sliders-vertical';
955
949
 
950
+ // Sparkles aliases
951
+ export {
952
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
953
+ default as Stars
954
+ } from '../icons/sparkles';
955
+
956
956
  // SquareActivity aliases
957
957
  export {
958
958
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
@@ -995,18 +995,18 @@ export {
995
995
  default as ArrowDownRightFromSquare
996
996
  } from '../icons/square-arrow-out-down-right';
997
997
 
998
- // SquareArrowOutUpLeft aliases
999
- export {
1000
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
1001
- default as ArrowUpLeftFromSquare
1002
- } from '../icons/square-arrow-out-up-left';
1003
-
1004
998
  // SquareArrowOutUpRight aliases
1005
999
  export {
1006
1000
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
1007
1001
  default as ArrowUpRightFromSquare
1008
1002
  } from '../icons/square-arrow-out-up-right';
1009
1003
 
1004
+ // SquareArrowOutUpLeft aliases
1005
+ export {
1006
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
1007
+ default as ArrowUpLeftFromSquare
1008
+ } from '../icons/square-arrow-out-up-left';
1009
+
1010
1010
  // SquareArrowRight aliases
1011
1011
  export {
1012
1012
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
@@ -1079,23 +1079,17 @@ export {
1079
1079
  default as CheckSquare2
1080
1080
  } from '../icons/square-check';
1081
1081
 
1082
- // SquareChevronLeft aliases
1083
- export {
1084
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
1085
- default as ChevronLeftSquare
1086
- } from '../icons/square-chevron-left';
1087
-
1088
1082
  // SquareChevronDown aliases
1089
1083
  export {
1090
1084
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
1091
1085
  default as ChevronDownSquare
1092
1086
  } from '../icons/square-chevron-down';
1093
1087
 
1094
- // SquareChevronUp aliases
1088
+ // SquareChevronLeft aliases
1095
1089
  export {
1096
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1097
- default as ChevronUpSquare
1098
- } from '../icons/square-chevron-up';
1090
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
1091
+ default as ChevronLeftSquare
1092
+ } from '../icons/square-chevron-left';
1099
1093
 
1100
1094
  // SquareChevronRight aliases
1101
1095
  export {
@@ -1103,11 +1097,11 @@ export {
1103
1097
  default as ChevronRightSquare
1104
1098
  } from '../icons/square-chevron-right';
1105
1099
 
1106
- // SquareCode aliases
1100
+ // SquareChevronUp aliases
1107
1101
  export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1109
- default as CodeSquare
1110
- } from '../icons/square-code';
1102
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1103
+ default as ChevronUpSquare
1104
+ } from '../icons/square-chevron-up';
1111
1105
 
1112
1106
  // SquareDashedKanban aliases
1113
1107
  export {
@@ -1115,6 +1109,12 @@ export {
1115
1109
  default as KanbanSquareDashed
1116
1110
  } from '../icons/square-dashed-kanban';
1117
1111
 
1112
+ // SquareCode aliases
1113
+ export {
1114
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
1115
+ default as CodeSquare
1116
+ } from '../icons/square-code';
1117
+
1118
1118
  // SquareDashedMousePointer aliases
1119
1119
  export {
1120
1120
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
@@ -1133,36 +1133,36 @@ export {
1133
1133
  default as TextSelect
1134
1134
  } from '../icons/square-dashed-text';
1135
1135
 
1136
- // SquareDivide aliases
1137
- export {
1138
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
1139
- default as DivideSquare
1140
- } from '../icons/square-divide';
1141
-
1142
1136
  // SquareDashed aliases
1143
1137
  export {
1144
1138
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
1145
1139
  default as BoxSelect
1146
1140
  } from '../icons/square-dashed';
1147
1141
 
1142
+ // SquareDivide aliases
1143
+ export {
1144
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
1145
+ default as DivideSquare
1146
+ } from '../icons/square-divide';
1147
+
1148
1148
  // SquareDot aliases
1149
1149
  export {
1150
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1151
1151
  default as DotSquare
1152
1152
  } from '../icons/square-dot';
1153
1153
 
1154
- // SquareFunction aliases
1155
- export {
1156
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1157
- default as FunctionSquare
1158
- } from '../icons/square-function';
1159
-
1160
1154
  // SquareEqual aliases
1161
1155
  export {
1162
1156
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
1163
1157
  default as EqualSquare
1164
1158
  } from '../icons/square-equal';
1165
1159
 
1160
+ // SquareFunction aliases
1161
+ export {
1162
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1163
+ default as FunctionSquare
1164
+ } from '../icons/square-function';
1165
+
1166
1166
  // SquareKanban aliases
1167
1167
  export {
1168
1168
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
@@ -1235,18 +1235,18 @@ export {
1235
1235
  default as PercentSquare
1236
1236
  } from '../icons/square-percent';
1237
1237
 
1238
- // SquarePi aliases
1239
- export {
1240
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1241
- default as PiSquare
1242
- } from '../icons/square-pi';
1243
-
1244
1238
  // SquarePilcrow aliases
1245
1239
  export {
1246
1240
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
1247
1241
  default as PilcrowSquare
1248
1242
  } from '../icons/square-pilcrow';
1249
1243
 
1244
+ // SquarePi aliases
1245
+ export {
1246
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
1247
+ default as PiSquare
1248
+ } from '../icons/square-pi';
1249
+
1250
1250
  // SquarePlay aliases
1251
1251
  export {
1252
1252
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
@@ -1331,18 +1331,18 @@ export {
1331
1331
  default as AlignCenter
1332
1332
  } from '../icons/text-align-center';
1333
1333
 
1334
- // TextAlignJustify aliases
1335
- export {
1336
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
1337
- default as AlignJustify
1338
- } from '../icons/text-align-justify';
1339
-
1340
1334
  // TextAlignEnd aliases
1341
1335
  export {
1342
1336
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
1343
1337
  default as AlignRight
1344
1338
  } from '../icons/text-align-end';
1345
1339
 
1340
+ // TextAlignJustify aliases
1341
+ export {
1342
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
1343
+ default as AlignJustify
1344
+ } from '../icons/text-align-justify';
1345
+
1346
1346
  // TextAlignStart aliases
1347
1347
  export {
1348
1348
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */