@lucide/astro 1.10.0 → 1.12.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/README.md +1 -1
- package/package.json +1 -1
- package/src/aliases/aliases.ts +78 -78
- package/src/aliases/prefixed.ts +670 -664
- package/src/aliases/suffixed.ts +1034 -1028
- package/src/icons/astroid.ts +18 -0
- package/src/icons/bell-check.ts +18 -0
- package/src/icons/folder-bookmark.ts +18 -0
- package/src/icons/index.ts +185 -182
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Lucide icon library for Astro sites and applications.
|
|
|
12
12
|
|
|
13
13
|
[](https://www.npmjs.com/package/@lucide/astro)
|
|
14
14
|

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -59,18 +59,18 @@ export {
|
|
|
59
59
|
default as Axis3D
|
|
60
60
|
} from '../icons/axis-3d';
|
|
61
61
|
|
|
62
|
-
// BadgeQuestionMark aliases
|
|
63
|
-
export {
|
|
64
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
65
|
-
default as BadgeHelp
|
|
66
|
-
} from '../icons/badge-question-mark';
|
|
67
|
-
|
|
68
62
|
// BadgeCheck aliases
|
|
69
63
|
export {
|
|
70
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 */
|
|
71
65
|
default as Verified
|
|
72
66
|
} from '../icons/badge-check';
|
|
73
67
|
|
|
68
|
+
// BadgeQuestionMark aliases
|
|
69
|
+
export {
|
|
70
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
71
|
+
default as BadgeHelp
|
|
72
|
+
} from '../icons/badge-question-mark';
|
|
73
|
+
|
|
74
74
|
// BetweenHorizontalEnd aliases
|
|
75
75
|
export {
|
|
76
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
@@ -173,18 +173,18 @@ export {
|
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
|
-
// CircleAlert aliases
|
|
177
|
-
export {
|
|
178
|
-
/** @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 */
|
|
179
|
-
default as AlertCircle
|
|
180
|
-
} from '../icons/circle-alert';
|
|
181
|
-
|
|
182
176
|
// ChartScatter aliases
|
|
183
177
|
export {
|
|
184
178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
185
179
|
default as ScatterChart
|
|
186
180
|
} from '../icons/chart-scatter';
|
|
187
181
|
|
|
182
|
+
// CircleAlert aliases
|
|
183
|
+
export {
|
|
184
|
+
/** @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 */
|
|
185
|
+
default as AlertCircle
|
|
186
|
+
} from '../icons/circle-alert';
|
|
187
|
+
|
|
188
188
|
// CircleArrowDown aliases
|
|
189
189
|
export {
|
|
190
190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowDownLeftFromCircle
|
|
204
204
|
} from '../icons/circle-arrow-out-down-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutUpLeft aliases
|
|
207
|
-
export {
|
|
208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
209
|
-
default as ArrowUpLeftFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownRight aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
215
209
|
default as ArrowDownRightFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutUpLeft aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
215
|
+
default as ArrowUpLeftFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutUpRight aliases
|
|
219
219
|
export {
|
|
220
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
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. This alias will be removed in v1.0 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
|
-
// ContactRound aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
425
|
-
default as Contact2
|
|
426
|
-
} from '../icons/contact-round';
|
|
427
|
-
|
|
428
422
|
// Columns3 aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
425
|
default as PanelsLeftRight
|
|
432
426
|
} from '../icons/columns-3';
|
|
433
427
|
|
|
428
|
+
// ContactRound aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as Contact2
|
|
432
|
+
} from '../icons/contact-round';
|
|
433
|
+
|
|
434
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
@@ -449,36 +449,36 @@ export {
|
|
|
449
449
|
default as MoreVertical
|
|
450
450
|
} from '../icons/ellipsis-vertical';
|
|
451
451
|
|
|
452
|
-
// FileAxis3d aliases
|
|
453
|
-
export {
|
|
454
|
-
/** @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 */
|
|
455
|
-
default as FileAxis3D
|
|
456
|
-
} from '../icons/file-axis-3d';
|
|
457
|
-
|
|
458
452
|
// Ellipsis aliases
|
|
459
453
|
export {
|
|
460
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 */
|
|
461
455
|
default as MoreHorizontal
|
|
462
456
|
} from '../icons/ellipsis';
|
|
463
457
|
|
|
458
|
+
// FileAxis3d aliases
|
|
459
|
+
export {
|
|
460
|
+
/** @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 */
|
|
461
|
+
default as FileAxis3D
|
|
462
|
+
} from '../icons/file-axis-3d';
|
|
463
|
+
|
|
464
464
|
// FileBadge aliases
|
|
465
465
|
export {
|
|
466
466
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
467
467
|
default as FileBadge2
|
|
468
468
|
} from '../icons/file-badge';
|
|
469
469
|
|
|
470
|
-
// FileBraces aliases
|
|
471
|
-
export {
|
|
472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
473
|
-
default as FileJson
|
|
474
|
-
} from '../icons/file-braces';
|
|
475
|
-
|
|
476
470
|
// FileBracesCorner aliases
|
|
477
471
|
export {
|
|
478
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
479
473
|
default as FileJson2
|
|
480
474
|
} from '../icons/file-braces-corner';
|
|
481
475
|
|
|
476
|
+
// FileBraces aliases
|
|
477
|
+
export {
|
|
478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
479
|
+
default as FileJson
|
|
480
|
+
} from '../icons/file-braces';
|
|
481
|
+
|
|
482
482
|
// FileChartColumnIncreasing aliases
|
|
483
483
|
export {
|
|
484
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
@@ -851,18 +851,18 @@ export {
|
|
|
851
851
|
default as SidebarOpen
|
|
852
852
|
} from '../icons/panel-left-open';
|
|
853
853
|
|
|
854
|
-
// PanelRightDashed aliases
|
|
855
|
-
export {
|
|
856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
857
|
-
default as PanelRightInactive
|
|
858
|
-
} from '../icons/panel-right-dashed';
|
|
859
|
-
|
|
860
854
|
// PanelLeft aliases
|
|
861
855
|
export {
|
|
862
856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
863
857
|
default as Sidebar
|
|
864
858
|
} from '../icons/panel-left';
|
|
865
859
|
|
|
860
|
+
// PanelRightDashed aliases
|
|
861
|
+
export {
|
|
862
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
863
|
+
default as PanelRightInactive
|
|
864
|
+
} from '../icons/panel-right-dashed';
|
|
865
|
+
|
|
866
866
|
// PanelTopDashed aliases
|
|
867
867
|
export {
|
|
868
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
@@ -881,18 +881,18 @@ export {
|
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// PlugZap aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
887
|
-
default as PlugZap2
|
|
888
|
-
} from '../icons/plug-zap';
|
|
889
|
-
|
|
890
884
|
// Pen aliases
|
|
891
885
|
export {
|
|
892
886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
893
887
|
default as Edit2
|
|
894
888
|
} from '../icons/pen';
|
|
895
889
|
|
|
890
|
+
// PlugZap aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
+
default as PlugZap2
|
|
894
|
+
} from '../icons/plug-zap';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
@@ -935,18 +935,18 @@ export {
|
|
|
935
935
|
default as ShieldQuestion
|
|
936
936
|
} from '../icons/shield-question-mark';
|
|
937
937
|
|
|
938
|
-
// SlidersVertical aliases
|
|
939
|
-
export {
|
|
940
|
-
/** @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 */
|
|
941
|
-
default as Sliders
|
|
942
|
-
} from '../icons/sliders-vertical';
|
|
943
|
-
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
946
940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
947
941
|
default as ShieldClose
|
|
948
942
|
} from '../icons/shield-x';
|
|
949
943
|
|
|
944
|
+
// SlidersVertical aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @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 */
|
|
947
|
+
default as Sliders
|
|
948
|
+
} from '../icons/sliders-vertical';
|
|
949
|
+
|
|
950
950
|
// Sparkles aliases
|
|
951
951
|
export {
|
|
952
952
|
/** @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 */
|
|
@@ -1073,18 +1073,18 @@ export {
|
|
|
1073
1073
|
default as CheckSquare
|
|
1074
1074
|
} from '../icons/square-check-big';
|
|
1075
1075
|
|
|
1076
|
-
// SquareChevronDown aliases
|
|
1077
|
-
export {
|
|
1078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1079
|
-
default as ChevronDownSquare
|
|
1080
|
-
} from '../icons/square-chevron-down';
|
|
1081
|
-
|
|
1082
1076
|
// SquareCheck aliases
|
|
1083
1077
|
export {
|
|
1084
1078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1085
1079
|
default as CheckSquare2
|
|
1086
1080
|
} from '../icons/square-check';
|
|
1087
1081
|
|
|
1082
|
+
// SquareChevronDown aliases
|
|
1083
|
+
export {
|
|
1084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1085
|
+
default as ChevronDownSquare
|
|
1086
|
+
} from '../icons/square-chevron-down';
|
|
1087
|
+
|
|
1088
1088
|
// SquareChevronLeft aliases
|
|
1089
1089
|
export {
|
|
1090
1090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,12 +1241,6 @@ export {
|
|
|
1241
1241
|
default as PiSquare
|
|
1242
1242
|
} from '../icons/square-pi';
|
|
1243
1243
|
|
|
1244
|
-
// SquarePlus aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
|
-
default as PlusSquare
|
|
1248
|
-
} from '../icons/square-plus';
|
|
1249
|
-
|
|
1250
1244
|
// SquarePilcrow aliases
|
|
1251
1245
|
export {
|
|
1252
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
@@ -1259,6 +1253,12 @@ export {
|
|
|
1259
1253
|
default as PlaySquare
|
|
1260
1254
|
} from '../icons/square-play';
|
|
1261
1255
|
|
|
1256
|
+
// SquarePlus aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1259
|
+
default as PlusSquare
|
|
1260
|
+
} from '../icons/square-plus';
|
|
1261
|
+
|
|
1262
1262
|
// SquarePower aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @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 */
|
|
@@ -1427,18 +1427,18 @@ export {
|
|
|
1427
1427
|
default as UserX2
|
|
1428
1428
|
} from '../icons/user-round-x';
|
|
1429
1429
|
|
|
1430
|
-
// UsersRound aliases
|
|
1431
|
-
export {
|
|
1432
|
-
/** @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 */
|
|
1433
|
-
default as Users2
|
|
1434
|
-
} from '../icons/users-round';
|
|
1435
|
-
|
|
1436
1430
|
// UserRound aliases
|
|
1437
1431
|
export {
|
|
1438
1432
|
/** @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 */
|
|
1439
1433
|
default as User2
|
|
1440
1434
|
} from '../icons/user-round';
|
|
1441
1435
|
|
|
1436
|
+
// UsersRound aliases
|
|
1437
|
+
export {
|
|
1438
|
+
/** @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 */
|
|
1439
|
+
default as Users2
|
|
1440
|
+
} from '../icons/users-round';
|
|
1441
|
+
|
|
1442
1442
|
// UtensilsCrossed aliases
|
|
1443
1443
|
export {
|
|
1444
1444
|
/** @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 */
|