@lucide/astro 0.540.0 → 0.542.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.540.0",
3
+ "version": "0.542.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
- // AlarmClockMinus aliases
9
- export {
10
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
11
- default as AlarmMinus
12
- } from '../icons/alarm-clock-minus';
13
-
14
8
  // AlarmClockPlus aliases
15
9
  export {
16
10
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
17
11
  default as AlarmPlus
18
12
  } from '../icons/alarm-clock-plus';
19
13
 
14
+ // AlarmClockMinus aliases
15
+ export {
16
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
17
+ default as AlarmMinus
18
+ } from '../icons/alarm-clock-minus';
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. This alias will be removed in v1.0 */
@@ -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. This alias will be removed in v1.0 */
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. This alias will be removed in v1.0 */
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. This alias will be removed in v1.0 */
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. This alias will be removed in v1.0 */
@@ -179,6 +179,12 @@ export {
179
179
  default as ScatterChart
180
180
  } from '../icons/chart-scatter';
181
181
 
182
+ // Chromium aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
185
+ default as Chrome
186
+ } from '../icons/chromium';
187
+
182
188
  // CircleAlert aliases
183
189
  export {
184
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
@@ -329,6 +335,12 @@ export {
329
335
  default as PowerCircle
330
336
  } from '../icons/circle-power';
331
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
+
332
344
  // CircleQuestionMark aliases
333
345
  export {
334
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 */
@@ -341,12 +353,6 @@ export {
341
353
  default as CircleHelp
342
354
  } from '../icons/circle-question-mark';
343
355
 
344
- // CircleSlash2 aliases
345
- export {
346
- /** @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 */
347
- default as CircleSlashed
348
- } from '../icons/circle-slash-2';
349
-
350
356
  // CircleStop aliases
351
357
  export {
352
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 */
@@ -443,18 +449,18 @@ export {
443
449
  default as Globe2
444
450
  } from '../icons/earth';
445
451
 
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. This alias will be removed in v1.0 */
449
- default as MoreVertical
450
- } from '../icons/ellipsis-vertical';
451
-
452
452
  // Ellipsis aliases
453
453
  export {
454
454
  /** @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 */
455
455
  default as MoreHorizontal
456
456
  } from '../icons/ellipsis';
457
457
 
458
+ // EllipsisVertical aliases
459
+ export {
460
+ /** @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
+ default as MoreVertical
462
+ } from '../icons/ellipsis-vertical';
463
+
458
464
  // FileAxis3d aliases
459
465
  export {
460
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 */
@@ -635,18 +641,18 @@ export {
635
641
  default as Laptop2
636
642
  } from '../icons/laptop-minimal';
637
643
 
638
- // LoaderCircle aliases
639
- export {
640
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
641
- default as Loader2
642
- } from '../icons/loader-circle';
643
-
644
644
  // Layers aliases
645
645
  export {
646
646
  /** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
647
647
  default as Layers3
648
648
  } from '../icons/layers';
649
649
 
650
+ // LoaderCircle aliases
651
+ export {
652
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
653
+ default as Loader2
654
+ } from '../icons/loader-circle';
655
+
650
656
  // LockKeyholeOpen aliases
651
657
  export {
652
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
@@ -827,36 +833,36 @@ export {
827
833
  default as ShieldClose
828
834
  } from '../icons/shield-x';
829
835
 
830
- // Sparkles aliases
831
- export {
832
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
833
- default as Stars
834
- } from '../icons/sparkles';
835
-
836
836
  // SlidersVertical aliases
837
837
  export {
838
838
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
839
839
  default as Sliders
840
840
  } from '../icons/sliders-vertical';
841
841
 
842
+ // Sparkles aliases
843
+ export {
844
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
845
+ default as Stars
846
+ } from '../icons/sparkles';
847
+
842
848
  // SquareActivity aliases
843
849
  export {
844
850
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
845
851
  default as ActivitySquare
846
852
  } from '../icons/square-activity';
847
853
 
848
- // SquareArrowDownLeft aliases
849
- export {
850
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
851
- default as ArrowDownLeftSquare
852
- } from '../icons/square-arrow-down-left';
853
-
854
854
  // SquareArrowDownRight aliases
855
855
  export {
856
856
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
857
857
  default as ArrowDownRightSquare
858
858
  } from '../icons/square-arrow-down-right';
859
859
 
860
+ // SquareArrowDownLeft aliases
861
+ export {
862
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
863
+ default as ArrowDownLeftSquare
864
+ } from '../icons/square-arrow-down-left';
865
+
860
866
  // SquareArrowDown aliases
861
867
  export {
862
868
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
@@ -869,12 +875,6 @@ export {
869
875
  default as ArrowLeftSquare
870
876
  } from '../icons/square-arrow-left';
871
877
 
872
- // SquareArrowOutDownLeft aliases
873
- export {
874
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
875
- default as ArrowDownLeftFromSquare
876
- } from '../icons/square-arrow-out-down-left';
877
-
878
878
  // SquareArrowOutDownRight aliases
879
879
  export {
880
880
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
@@ -887,6 +887,12 @@ export {
887
887
  default as ArrowUpLeftFromSquare
888
888
  } from '../icons/square-arrow-out-up-left';
889
889
 
890
+ // SquareArrowOutDownLeft aliases
891
+ export {
892
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
893
+ default as ArrowDownLeftFromSquare
894
+ } from '../icons/square-arrow-out-down-left';
895
+
890
896
  // SquareArrowOutUpRight aliases
891
897
  export {
892
898
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
@@ -983,18 +989,18 @@ export {
983
989
  default as CodeSquare
984
990
  } from '../icons/square-code';
985
991
 
986
- // SquareDashedKanban aliases
987
- export {
988
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
989
- default as KanbanSquareDashed
990
- } from '../icons/square-dashed-kanban';
991
-
992
992
  // SquareDashedMousePointer aliases
993
993
  export {
994
994
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
995
995
  default as MousePointerSquareDashed
996
996
  } from '../icons/square-dashed-mouse-pointer';
997
997
 
998
+ // SquareDashedKanban aliases
999
+ export {
1000
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
1001
+ default as KanbanSquareDashed
1002
+ } from '../icons/square-dashed-kanban';
1003
+
998
1004
  // SquareDashed aliases
999
1005
  export {
1000
1006
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
@@ -1121,18 +1127,18 @@ export {
1121
1127
  default as PlusSquare
1122
1128
  } from '../icons/square-plus';
1123
1129
 
1124
- // SquareScissors aliases
1125
- export {
1126
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
1127
- default as ScissorsSquare
1128
- } from '../icons/square-scissors';
1129
-
1130
1130
  // SquarePower aliases
1131
1131
  export {
1132
1132
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
1133
1133
  default as PowerSquare
1134
1134
  } from '../icons/square-power';
1135
1135
 
1136
+ // SquareScissors aliases
1137
+ export {
1138
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
1139
+ default as ScissorsSquare
1140
+ } from '../icons/square-scissors';
1141
+
1136
1142
  // SquareSigma aliases
1137
1143
  export {
1138
1144
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
@@ -1175,18 +1181,18 @@ export {
1175
1181
  default as UserSquare
1176
1182
  } from '../icons/square-user';
1177
1183
 
1178
- // TestTubeDiagonal aliases
1179
- export {
1180
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
1181
- default as TestTube2
1182
- } from '../icons/test-tube-diagonal';
1183
-
1184
1184
  // SquareX aliases
1185
1185
  export {
1186
1186
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
1187
1187
  default as XSquare
1188
1188
  } from '../icons/square-x';
1189
1189
 
1190
+ // TestTubeDiagonal aliases
1191
+ export {
1192
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
1193
+ default as TestTube2
1194
+ } from '../icons/test-tube-diagonal';
1195
+
1190
1196
  // TextSelect aliases
1191
1197
  export {
1192
1198
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */