@lucide/astro 0.538.0 → 0.540.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -13,3 +13,27 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
13
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
14
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15
15
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
+
17
+ ---
18
+
19
+ The MIT License (MIT) (for portions derived from Feather)
20
+
21
+ Copyright (c) 2013-2023 Cole Bemis
22
+
23
+ Permission is hereby granted, free of charge, to any person obtaining a copy
24
+ of this software and associated documentation files (the "Software"), to deal
25
+ in the Software without restriction, including without limitation the rights
26
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
+ copies of the Software, and to permit persons to whom the Software is
28
+ furnished to do so, subject to the following conditions:
29
+
30
+ The above copyright notice and this permission notice shall be included in all
31
+ copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.538.0",
3
+ "version": "0.540.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -47,18 +47,18 @@ export {
47
47
  default as SortAsc
48
48
  } from '../icons/arrow-up-narrow-wide';
49
49
 
50
- // Axis3d aliases
51
- export {
52
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
53
- default as Axis3D
54
- } from '../icons/axis-3d';
55
-
56
50
  // ArrowUpZA aliases
57
51
  export {
58
52
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
59
53
  default as ArrowUpZa
60
54
  } from '../icons/arrow-up-z-a';
61
55
 
56
+ // Axis3d aliases
57
+ export {
58
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
59
+ default as Axis3D
60
+ } from '../icons/axis-3d';
61
+
62
62
  // BadgeCheck aliases
63
63
  export {
64
64
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} 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
- // 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. This alias will be removed in v1.0 */
143
- default as BarChart3
144
- } from '../icons/chart-column';
145
-
146
140
  // ChartLine aliases
147
141
  export {
148
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 */
149
143
  default as LineChart
150
144
  } from '../icons/chart-line';
151
145
 
146
+ // ChartColumn aliases
147
+ export {
148
+ /** @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
+ default as BarChart3
150
+ } from '../icons/chart-column';
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 */
@@ -533,6 +533,12 @@ export {
533
533
  default as FolderEdit
534
534
  } from '../icons/folder-pen';
535
535
 
536
+ // FunnelX aliases
537
+ export {
538
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
539
+ default as FilterX
540
+ } from '../icons/funnel-x';
541
+
536
542
  // Funnel aliases
537
543
  export {
538
544
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
@@ -545,12 +551,6 @@ export {
545
551
  default as GitCommit
546
552
  } from '../icons/git-commit-horizontal';
547
553
 
548
- // FunnelX aliases
549
- export {
550
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
551
- default as FilterX
552
- } from '../icons/funnel-x';
553
-
554
554
  // Grid2x2Check aliases
555
555
  export {
556
556
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
@@ -635,54 +635,54 @@ export {
635
635
  default as Laptop2
636
636
  } from '../icons/laptop-minimal';
637
637
 
638
- // Layers aliases
639
- export {
640
- /** @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 */
641
- default as Layers3
642
- } from '../icons/layers';
643
-
644
638
  // LoaderCircle aliases
645
639
  export {
646
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 */
647
641
  default as Loader2
648
642
  } from '../icons/loader-circle';
649
643
 
644
+ // Layers aliases
645
+ export {
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
+ default as Layers3
648
+ } from '../icons/layers';
649
+
650
650
  // LockKeyholeOpen aliases
651
651
  export {
652
652
  /** @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 */
653
653
  default as UnlockKeyhole
654
654
  } from '../icons/lock-keyhole-open';
655
655
 
656
- // MailQuestionMark aliases
657
- export {
658
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
659
- default as MailQuestion
660
- } from '../icons/mail-question-mark';
661
-
662
656
  // LockOpen aliases
663
657
  export {
664
658
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
665
659
  default as Unlock
666
660
  } from '../icons/lock-open';
667
661
 
662
+ // MailQuestionMark aliases
663
+ export {
664
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
665
+ default as MailQuestion
666
+ } from '../icons/mail-question-mark';
667
+
668
668
  // MapPinPen aliases
669
669
  export {
670
670
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
671
671
  default as LocationEdit
672
672
  } from '../icons/map-pin-pen';
673
673
 
674
- // MicVocal aliases
675
- export {
676
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
677
- default as Mic2
678
- } from '../icons/mic-vocal';
679
-
680
674
  // MessageCircleQuestionMark aliases
681
675
  export {
682
676
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
683
677
  default as MessageCircleQuestion
684
678
  } from '../icons/message-circle-question-mark';
685
679
 
680
+ // MicVocal aliases
681
+ export {
682
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
683
+ default as Mic2
684
+ } from '../icons/mic-vocal';
685
+
686
686
  // Move3d aliases
687
687
  export {
688
688
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
@@ -827,18 +827,18 @@ export {
827
827
  default as ShieldClose
828
828
  } from '../icons/shield-x';
829
829
 
830
- // SlidersVertical aliases
831
- export {
832
- /** @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 */
833
- default as Sliders
834
- } from '../icons/sliders-vertical';
835
-
836
830
  // Sparkles aliases
837
831
  export {
838
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 */
839
833
  default as Stars
840
834
  } from '../icons/sparkles';
841
835
 
836
+ // SlidersVertical aliases
837
+ export {
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
+ default as Sliders
840
+ } from '../icons/sliders-vertical';
841
+
842
842
  // SquareActivity aliases
843
843
  export {
844
844
  /** @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 */
@@ -887,18 +887,18 @@ export {
887
887
  default as ArrowUpLeftFromSquare
888
888
  } from '../icons/square-arrow-out-up-left';
889
889
 
890
- // SquareArrowRight aliases
891
- export {
892
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
893
- default as ArrowRightSquare
894
- } from '../icons/square-arrow-right';
895
-
896
890
  // SquareArrowOutUpRight aliases
897
891
  export {
898
892
  /** @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 */
899
893
  default as ArrowUpRightFromSquare
900
894
  } from '../icons/square-arrow-out-up-right';
901
895
 
896
+ // SquareArrowRight aliases
897
+ export {
898
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
899
+ default as ArrowRightSquare
900
+ } from '../icons/square-arrow-right';
901
+
902
902
  // SquareArrowUpLeft aliases
903
903
  export {
904
904
  /** @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 */
@@ -971,6 +971,12 @@ export {
971
971
  default as ChevronRightSquare
972
972
  } from '../icons/square-chevron-right';
973
973
 
974
+ // SquareChevronUp aliases
975
+ export {
976
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
977
+ default as ChevronUpSquare
978
+ } from '../icons/square-chevron-up';
979
+
974
980
  // SquareCode aliases
975
981
  export {
976
982
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
@@ -983,12 +989,6 @@ export {
983
989
  default as KanbanSquareDashed
984
990
  } from '../icons/square-dashed-kanban';
985
991
 
986
- // SquareChevronUp aliases
987
- export {
988
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
989
- default as ChevronUpSquare
990
- } from '../icons/square-chevron-up';
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 */
@@ -1031,6 +1031,12 @@ export {
1031
1031
  default as KanbanSquare
1032
1032
  } from '../icons/square-kanban';
1033
1033
 
1034
+ // SquareLibrary aliases
1035
+ export {
1036
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1037
+ default as LibrarySquare
1038
+ } from '../icons/square-library';
1039
+
1034
1040
  // SquareM aliases
1035
1041
  export {
1036
1042
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
@@ -1043,12 +1049,6 @@ export {
1043
1049
  default as MenuSquare
1044
1050
  } from '../icons/square-menu';
1045
1051
 
1046
- // SquareLibrary aliases
1047
- export {
1048
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
1049
- default as LibrarySquare
1050
- } from '../icons/square-library';
1051
-
1052
1052
  // SquareMinus aliases
1053
1053
  export {
1054
1054
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
@@ -1121,18 +1121,18 @@ export {
1121
1121
  default as PlusSquare
1122
1122
  } from '../icons/square-plus';
1123
1123
 
1124
- // SquarePower aliases
1125
- export {
1126
- /** @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 */
1127
- default as PowerSquare
1128
- } from '../icons/square-power';
1129
-
1130
1124
  // SquareScissors aliases
1131
1125
  export {
1132
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 */
1133
1127
  default as ScissorsSquare
1134
1128
  } from '../icons/square-scissors';
1135
1129
 
1130
+ // SquarePower aliases
1131
+ export {
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
+ default as PowerSquare
1134
+ } from '../icons/square-power';
1135
+
1136
1136
  // SquareSigma aliases
1137
1137
  export {
1138
1138
  /** @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 */
@@ -1163,23 +1163,17 @@ export {
1163
1163
  default as TerminalSquare
1164
1164
  } from '../icons/square-terminal';
1165
1165
 
1166
- // SquareUser aliases
1167
- export {
1168
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1169
- default as UserSquare
1170
- } from '../icons/square-user';
1171
-
1172
1166
  // SquareUserRound aliases
1173
1167
  export {
1174
1168
  /** @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 */
1175
1169
  default as UserSquare2
1176
1170
  } from '../icons/square-user-round';
1177
1171
 
1178
- // SquareX aliases
1172
+ // SquareUser aliases
1179
1173
  export {
1180
- /** @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 */
1181
- default as XSquare
1182
- } from '../icons/square-x';
1174
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
1175
+ default as UserSquare
1176
+ } from '../icons/square-user';
1183
1177
 
1184
1178
  // TestTubeDiagonal aliases
1185
1179
  export {
@@ -1187,6 +1181,12 @@ export {
1187
1181
  default as TestTube2
1188
1182
  } from '../icons/test-tube-diagonal';
1189
1183
 
1184
+ // SquareX aliases
1185
+ export {
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
+ default as XSquare
1188
+ } from '../icons/square-x';
1189
+
1190
1190
  // TextSelect aliases
1191
1191
  export {
1192
1192
  /** @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 */
@@ -1211,18 +1211,18 @@ export {
1211
1211
  default as AlertTriangle
1212
1212
  } from '../icons/triangle-alert';
1213
1213
 
1214
- // University aliases
1215
- export {
1216
- /** @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 */
1217
- default as School2
1218
- } from '../icons/university';
1219
-
1220
1214
  // TvMinimal aliases
1221
1215
  export {
1222
1216
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
1223
1217
  default as Tv2
1224
1218
  } from '../icons/tv-minimal';
1225
1219
 
1220
+ // University aliases
1221
+ export {
1222
+ /** @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 */
1223
+ default as School2
1224
+ } from '../icons/university';
1225
+
1226
1226
  // UserRoundCheck aliases
1227
1227
  export {
1228
1228
  /** @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 */
@@ -1253,18 +1253,18 @@ export {
1253
1253
  default as UserX2
1254
1254
  } from '../icons/user-round-x';
1255
1255
 
1256
- // UsersRound aliases
1257
- export {
1258
- /** @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 */
1259
- default as Users2
1260
- } from '../icons/users-round';
1261
-
1262
1256
  // UserRound aliases
1263
1257
  export {
1264
1258
  /** @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 */
1265
1259
  default as User2
1266
1260
  } from '../icons/user-round';
1267
1261
 
1262
+ // UsersRound aliases
1263
+ export {
1264
+ /** @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 */
1265
+ default as Users2
1266
+ } from '../icons/users-round';
1267
+
1268
1268
  // UtensilsCrossed aliases
1269
1269
  export {
1270
1270
  /** @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 */
@@ -1277,15 +1277,15 @@ export {
1277
1277
  default as ForkKnife
1278
1278
  } from '../icons/utensils';
1279
1279
 
1280
- // WandSparkles aliases
1281
- export {
1282
- /** @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 */
1283
- default as Wand2
1284
- } from '../icons/wand-sparkles';
1285
-
1286
1280
  // WalletMinimal aliases
1287
1281
  export {
1288
1282
  /** @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 */
1289
1283
  default as Wallet2
1290
1284
  } from '../icons/wallet-minimal';
1291
1285
 
1286
+ // WandSparkles aliases
1287
+ export {
1288
+ /** @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 */
1289
+ default as Wand2
1290
+ } from '../icons/wand-sparkles';
1291
+