@lucide/astro 1.29.0 → 1.31.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.29.0",
3
+ "version": "1.31.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -5,18 +5,18 @@ export {
5
5
  default as AlarmCheck
6
6
  } from '../icons/alarm-clock-check';
7
7
 
8
- // AlarmClockPlus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
11
- default as AlarmPlus
12
- } from '../icons/alarm-clock-plus';
13
-
14
8
  // AlarmClockMinus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
17
11
  default as AlarmMinus
18
12
  } from '../icons/alarm-clock-minus';
19
13
 
14
+ // AlarmClockPlus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
17
+ default as AlarmPlus
18
+ } from '../icons/alarm-clock-plus';
19
+
20
20
  // ArrowDownAZ aliases
21
21
  export {
22
22
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
@@ -41,18 +41,18 @@ export {
41
41
  default as ArrowUpAz
42
42
  } from '../icons/arrow-up-a-z';
43
43
 
44
- // ArrowUpNarrowWide aliases
45
- export {
46
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
47
- default as SortAsc
48
- } from '../icons/arrow-up-narrow-wide';
49
-
50
44
  // ArrowUpZA aliases
51
45
  export {
52
46
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
53
47
  default as ArrowUpZa
54
48
  } from '../icons/arrow-up-z-a';
55
49
 
50
+ // ArrowUpNarrowWide aliases
51
+ export {
52
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
53
+ default as SortAsc
54
+ } from '../icons/arrow-up-narrow-wide';
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,6 +137,12 @@ 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
+
140
146
  // ChartColumn aliases
141
147
  export {
142
148
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
@@ -149,12 +155,6 @@ export {
149
155
  default as BarChart
150
156
  } from '../icons/chart-no-axes-column-increasing';
151
157
 
152
- // ChartLine aliases
153
- export {
154
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
155
- default as LineChart
156
- } from '../icons/chart-line';
157
-
158
158
  // ChartNoAxesColumn aliases
159
159
  export {
160
160
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
@@ -245,18 +245,18 @@ export {
245
245
  default as CheckCircle2
246
246
  } from '../icons/circle-check';
247
247
 
248
- // CircleChevronLeft aliases
249
- export {
250
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
251
- default as ChevronLeftCircle
252
- } from '../icons/circle-chevron-left';
253
-
254
248
  // CircleChevronDown aliases
255
249
  export {
256
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
257
251
  default as ChevronDownCircle
258
252
  } from '../icons/circle-chevron-down';
259
253
 
254
+ // CircleChevronLeft aliases
255
+ export {
256
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
257
+ default as ChevronLeftCircle
258
+ } from '../icons/circle-chevron-left';
259
+
260
260
  // CircleChevronRight aliases
261
261
  export {
262
262
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
@@ -269,18 +269,18 @@ export {
269
269
  default as ChevronUpCircle
270
270
  } from '../icons/circle-chevron-up';
271
271
 
272
- // CircleDivide aliases
273
- export {
274
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
275
- default as DivideCircle
276
- } from '../icons/circle-divide';
277
-
278
272
  // CircleGauge aliases
279
273
  export {
280
274
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
281
275
  default as GaugeCircle
282
276
  } from '../icons/circle-gauge';
283
277
 
278
+ // CircleDivide aliases
279
+ export {
280
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
281
+ default as DivideCircle
282
+ } from '../icons/circle-divide';
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
- // CirclePlay aliases
315
- export {
316
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
317
- default as PlayCircle
318
- } from '../icons/circle-play';
319
-
320
314
  // CirclePlus aliases
321
315
  export {
322
316
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
323
317
  default as PlusCircle
324
318
  } from '../icons/circle-plus';
325
319
 
320
+ // CirclePlay aliases
321
+ export {
322
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
323
+ default as PlayCircle
324
+ } from '../icons/circle-play';
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. */
@@ -455,6 +455,48 @@ export {
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
+ // FaceAngry aliases
459
+ export {
460
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
461
+ default as Angry
462
+ } from '../icons/face-angry';
463
+
464
+ // FaceExpressionless aliases
465
+ export {
466
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
467
+ default as Annoyed
468
+ } from '../icons/face-expressionless';
469
+
470
+ // FaceGrinning aliases
471
+ export {
472
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
473
+ default as Laugh
474
+ } from '../icons/face-grinning';
475
+
476
+ // FaceNeutral aliases
477
+ export {
478
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
479
+ default as Meh
480
+ } from '../icons/face-neutral';
481
+
482
+ // FaceSlightlyFrowning aliases
483
+ export {
484
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
485
+ default as Frown
486
+ } from '../icons/face-slightly-frowning';
487
+
488
+ // FaceSlightlySmilingPlus aliases
489
+ export {
490
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
491
+ default as SmilePlus
492
+ } from '../icons/face-slightly-smiling-plus';
493
+
494
+ // FaceSlightlySmiling aliases
495
+ export {
496
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
497
+ default as Smile
498
+ } from '../icons/face-slightly-smiling';
499
+
458
500
  // FileAxis3d aliases
459
501
  export {
460
502
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
@@ -563,18 +605,18 @@ export {
563
605
  default as FileSignature
564
606
  } from '../icons/file-pen-line';
565
607
 
566
- // FilePen aliases
567
- export {
568
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
569
- default as FileEdit
570
- } from '../icons/file-pen';
571
-
572
608
  // FilePlay aliases
573
609
  export {
574
610
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
575
611
  default as FileVideo
576
612
  } from '../icons/file-play';
577
613
 
614
+ // FilePen aliases
615
+ export {
616
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
617
+ default as FileEdit
618
+ } from '../icons/file-pen';
619
+
578
620
  // FilePlusCorner aliases
579
621
  export {
580
622
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
@@ -605,18 +647,18 @@ export {
605
647
  default as FileType2
606
648
  } from '../icons/file-type-corner';
607
649
 
608
- // FileVideoCamera aliases
609
- export {
610
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
611
- default as FileVideo2
612
- } from '../icons/file-video-camera';
613
-
614
650
  // FileXCorner aliases
615
651
  export {
616
652
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
617
653
  default as FileX2
618
654
  } from '../icons/file-x-corner';
619
655
 
656
+ // FileVideoCamera aliases
657
+ export {
658
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
659
+ default as FileVideo2
660
+ } from '../icons/file-video-camera';
661
+
620
662
  // FingerprintPattern aliases
621
663
  export {
622
664
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
@@ -695,18 +737,18 @@ export {
695
737
  default as Grab
696
738
  } from '../icons/hand-grab';
697
739
 
698
- // House aliases
699
- export {
700
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
701
- default as Home
702
- } from '../icons/house';
703
-
704
740
  // HandHelping aliases
705
741
  export {
706
742
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
707
743
  default as HelpingHand
708
744
  } from '../icons/hand-helping';
709
745
 
746
+ // House aliases
747
+ export {
748
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
749
+ default as Home
750
+ } from '../icons/house';
751
+
710
752
  // IceCreamBowl aliases
711
753
  export {
712
754
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
@@ -793,7 +835,7 @@ export {
793
835
 
794
836
  // MicSignal aliases
795
837
  export {
796
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. This alias will be removed in v1.0 */
838
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
797
839
  default as Podcast
798
840
  } from '../icons/mic-signal';
799
841
 
@@ -941,6 +983,12 @@ export {
941
983
  default as SendHorizonal
942
984
  } from '../icons/send-horizontal';
943
985
 
986
+ // ShieldQuestionMark aliases
987
+ export {
988
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
989
+ default as ShieldQuestion
990
+ } from '../icons/shield-question-mark';
991
+
944
992
  // ShieldX aliases
945
993
  export {
946
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
@@ -953,12 +1001,6 @@ export {
953
1001
  default as Sliders
954
1002
  } from '../icons/sliders-vertical';
955
1003
 
956
- // ShieldQuestionMark aliases
957
- export {
958
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
959
- default as ShieldQuestion
960
- } from '../icons/shield-question-mark';
961
-
962
1004
  // Sparkles aliases
963
1005
  export {
964
1006
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
@@ -1043,24 +1085,30 @@ export {
1043
1085
  default as ArrowUpSquare
1044
1086
  } from '../icons/square-arrow-up';
1045
1087
 
1046
- // SquareAsterisk aliases
1047
- export {
1048
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
1049
- default as AsteriskSquare
1050
- } from '../icons/square-asterisk';
1051
-
1052
1088
  // SquareBottomDashedScissors aliases
1053
1089
  export {
1054
1090
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
1055
1091
  default as ScissorsSquareDashedBottom
1056
1092
  } from '../icons/square-bottom-dashed-scissors';
1057
1093
 
1094
+ // SquareAsterisk aliases
1095
+ export {
1096
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
1097
+ default as AsteriskSquare
1098
+ } from '../icons/square-asterisk';
1099
+
1058
1100
  // SquareCenterlineDashedHorizontal aliases
1059
1101
  export {
1060
1102
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
1061
1103
  default as FlipHorizontal
1062
1104
  } from '../icons/square-centerline-dashed-horizontal';
1063
1105
 
1106
+ // SquareCenterlineDashedVertical aliases
1107
+ export {
1108
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1109
+ default as FlipVertical
1110
+ } from '../icons/square-centerline-dashed-vertical';
1111
+
1064
1112
  // SquareChartGantt aliases
1065
1113
  export {
1066
1114
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
@@ -1073,12 +1121,6 @@ export {
1073
1121
  default as SquareGanttChart
1074
1122
  } from '../icons/square-chart-gantt';
1075
1123
 
1076
- // SquareCenterlineDashedVertical aliases
1077
- export {
1078
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
1079
- default as FlipVertical
1080
- } from '../icons/square-centerline-dashed-vertical';
1081
-
1082
1124
  // SquareCheckBig aliases
1083
1125
  export {
1084
1126
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
@@ -1103,23 +1145,17 @@ export {
1103
1145
  default as ChevronLeftSquare
1104
1146
  } from '../icons/square-chevron-left';
1105
1147
 
1106
- // SquareChevronUp aliases
1107
- export {
1108
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1109
- default as ChevronUpSquare
1110
- } from '../icons/square-chevron-up';
1111
-
1112
1148
  // SquareChevronRight aliases
1113
1149
  export {
1114
1150
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
1115
1151
  default as ChevronRightSquare
1116
1152
  } from '../icons/square-chevron-right';
1117
1153
 
1118
- // SquareDashedKanban aliases
1154
+ // SquareChevronUp aliases
1119
1155
  export {
1120
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
1121
- default as KanbanSquareDashed
1122
- } from '../icons/square-dashed-kanban';
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
1157
+ default as ChevronUpSquare
1158
+ } from '../icons/square-chevron-up';
1123
1159
 
1124
1160
  // SquareCode aliases
1125
1161
  export {
@@ -1127,6 +1163,12 @@ export {
1127
1163
  default as CodeSquare
1128
1164
  } from '../icons/square-code';
1129
1165
 
1166
+ // SquareDashedKanban aliases
1167
+ export {
1168
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
1169
+ default as KanbanSquareDashed
1170
+ } from '../icons/square-dashed-kanban';
1171
+
1130
1172
  // SquareDashedMousePointer aliases
1131
1173
  export {
1132
1174
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. */
@@ -1157,36 +1199,36 @@ export {
1157
1199
  default as DivideSquare
1158
1200
  } from '../icons/square-divide';
1159
1201
 
1160
- // SquareEqual aliases
1161
- export {
1162
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
1163
- default as EqualSquare
1164
- } from '../icons/square-equal';
1165
-
1166
1202
  // SquareDot aliases
1167
1203
  export {
1168
1204
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
1169
1205
  default as DotSquare
1170
1206
  } from '../icons/square-dot';
1171
1207
 
1208
+ // SquareEqual aliases
1209
+ export {
1210
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
1211
+ default as EqualSquare
1212
+ } from '../icons/square-equal';
1213
+
1172
1214
  // SquareFunction aliases
1173
1215
  export {
1174
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
1175
1217
  default as FunctionSquare
1176
1218
  } from '../icons/square-function';
1177
1219
 
1178
- // SquareLibrary aliases
1179
- export {
1180
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1181
- default as LibrarySquare
1182
- } from '../icons/square-library';
1183
-
1184
1220
  // SquareKanban aliases
1185
1221
  export {
1186
1222
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
1187
1223
  default as KanbanSquare
1188
1224
  } from '../icons/square-kanban';
1189
1225
 
1226
+ // SquareLibrary aliases
1227
+ export {
1228
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
1229
+ default as LibrarySquare
1230
+ } from '../icons/square-library';
1231
+
1190
1232
  // SquareM aliases
1191
1233
  export {
1192
1234
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
@@ -1319,12 +1361,6 @@ export {
1319
1361
  default as UserSquare2
1320
1362
  } from '../icons/square-user-round';
1321
1363
 
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. */
1325
- default as UserSquare
1326
- } from '../icons/square-user';
1327
-
1328
1364
  // SquareX aliases
1329
1365
  export {
1330
1366
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
@@ -1337,6 +1373,12 @@ export {
1337
1373
  default as TestTube2
1338
1374
  } from '../icons/test-tube-diagonal';
1339
1375
 
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
+
1340
1382
  // TextAlignCenter aliases
1341
1383
  export {
1342
1384
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */