@lucide/astro 0.557.0 → 0.558.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 +1 -1
- package/src/aliases/aliases.ts +64 -64
- package/src/aliases/prefixed.ts +550 -548
- package/src/aliases/suffixed.ts +947 -945
- package/src/icons/hd.ts +18 -0
- package/src/icons/index.ts +115 -114
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -113,18 +113,18 @@ export {
|
|
|
113
113
|
default as BarChartHorizontalBig
|
|
114
114
|
} from '../icons/chart-bar-big';
|
|
115
115
|
|
|
116
|
-
// ChartBar aliases
|
|
117
|
-
export {
|
|
118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
119
|
-
default as BarChartHorizontal
|
|
120
|
-
} from '../icons/chart-bar';
|
|
121
|
-
|
|
122
116
|
// ChartCandlestick aliases
|
|
123
117
|
export {
|
|
124
118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
125
119
|
default as CandlestickChart
|
|
126
120
|
} from '../icons/chart-candlestick';
|
|
127
121
|
|
|
122
|
+
// ChartBar aliases
|
|
123
|
+
export {
|
|
124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
125
|
+
default as BarChartHorizontal
|
|
126
|
+
} from '../icons/chart-bar';
|
|
127
|
+
|
|
128
128
|
// ChartColumnBig aliases
|
|
129
129
|
export {
|
|
130
130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
@@ -233,36 +233,36 @@ export {
|
|
|
233
233
|
default as ArrowRightCircle
|
|
234
234
|
} from '../icons/circle-arrow-right';
|
|
235
235
|
|
|
236
|
-
// CircleCheckBig aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
239
|
-
default as CheckCircle
|
|
240
|
-
} from '../icons/circle-check-big';
|
|
241
|
-
|
|
242
236
|
// CircleArrowUp aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
245
239
|
default as ArrowUpCircle
|
|
246
240
|
} from '../icons/circle-arrow-up';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
245
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
247
|
+
|
|
248
248
|
// CircleCheck aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
251
251
|
default as CheckCircle2
|
|
252
252
|
} from '../icons/circle-check';
|
|
253
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. This alias will be removed in v1.0 */
|
|
257
|
-
default as ChevronLeftCircle
|
|
258
|
-
} from '../icons/circle-chevron-left';
|
|
259
|
-
|
|
260
254
|
// CircleChevronDown aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
263
257
|
default as ChevronDownCircle
|
|
264
258
|
} from '../icons/circle-chevron-down';
|
|
265
259
|
|
|
260
|
+
// CircleChevronLeft aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
263
|
+
default as ChevronLeftCircle
|
|
264
|
+
} from '../icons/circle-chevron-left';
|
|
265
|
+
|
|
266
266
|
// CircleChevronRight aliases
|
|
267
267
|
export {
|
|
268
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -485,18 +485,18 @@ export {
|
|
|
485
485
|
default as FileJson
|
|
486
486
|
} from '../icons/file-braces';
|
|
487
487
|
|
|
488
|
-
// FileChartColumn aliases
|
|
489
|
-
export {
|
|
490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
491
|
-
default as FileBarChart2
|
|
492
|
-
} from '../icons/file-chart-column';
|
|
493
|
-
|
|
494
488
|
// FileChartColumnIncreasing aliases
|
|
495
489
|
export {
|
|
496
490
|
/** @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 */
|
|
497
491
|
default as FileBarChart
|
|
498
492
|
} from '../icons/file-chart-column-increasing';
|
|
499
493
|
|
|
494
|
+
// FileChartColumn aliases
|
|
495
|
+
export {
|
|
496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
497
|
+
default as FileBarChart2
|
|
498
|
+
} from '../icons/file-chart-column';
|
|
499
|
+
|
|
500
500
|
// FileChartLine aliases
|
|
501
501
|
export {
|
|
502
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -785,18 +785,18 @@ export {
|
|
|
785
785
|
default as MailQuestion
|
|
786
786
|
} from '../icons/mail-question-mark';
|
|
787
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. This alias will be removed in v1.0 */
|
|
791
|
-
default as MessageCircleQuestion
|
|
792
|
-
} from '../icons/message-circle-question-mark';
|
|
793
|
-
|
|
794
788
|
// MapPinPen aliases
|
|
795
789
|
export {
|
|
796
790
|
/** @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 */
|
|
797
791
|
default as LocationEdit
|
|
798
792
|
} from '../icons/map-pin-pen';
|
|
799
793
|
|
|
794
|
+
// MessageCircleQuestionMark aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @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 */
|
|
797
|
+
default as MessageCircleQuestion
|
|
798
|
+
} from '../icons/message-circle-question-mark';
|
|
799
|
+
|
|
800
800
|
// MicVocal aliases
|
|
801
801
|
export {
|
|
802
802
|
/** @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 */
|
|
@@ -833,23 +833,17 @@ export {
|
|
|
833
833
|
default as Paintbrush2
|
|
834
834
|
} from '../icons/paintbrush-vertical';
|
|
835
835
|
|
|
836
|
-
// PanelLeftClose aliases
|
|
837
|
-
export {
|
|
838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
839
|
-
default as SidebarClose
|
|
840
|
-
} from '../icons/panel-left-close';
|
|
841
|
-
|
|
842
836
|
// PanelBottomDashed aliases
|
|
843
837
|
export {
|
|
844
838
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
845
839
|
default as PanelBottomInactive
|
|
846
840
|
} from '../icons/panel-bottom-dashed';
|
|
847
841
|
|
|
848
|
-
//
|
|
842
|
+
// PanelLeftClose aliases
|
|
849
843
|
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
851
|
-
default as
|
|
852
|
-
} from '../icons/panel-left-
|
|
844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
845
|
+
default as SidebarClose
|
|
846
|
+
} from '../icons/panel-left-close';
|
|
853
847
|
|
|
854
848
|
// PanelLeftDashed aliases
|
|
855
849
|
export {
|
|
@@ -857,6 +851,12 @@ export {
|
|
|
857
851
|
default as PanelLeftInactive
|
|
858
852
|
} from '../icons/panel-left-dashed';
|
|
859
853
|
|
|
854
|
+
// PanelLeftOpen aliases
|
|
855
|
+
export {
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
857
|
+
default as SidebarOpen
|
|
858
|
+
} from '../icons/panel-left-open';
|
|
859
|
+
|
|
860
860
|
// PanelLeft aliases
|
|
861
861
|
export {
|
|
862
862
|
/** @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 */
|
|
@@ -959,18 +959,18 @@ export {
|
|
|
959
959
|
default as Stars
|
|
960
960
|
} from '../icons/sparkles';
|
|
961
961
|
|
|
962
|
-
// SquareActivity aliases
|
|
963
|
-
export {
|
|
964
|
-
/** @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 */
|
|
965
|
-
default as ActivitySquare
|
|
966
|
-
} from '../icons/square-activity';
|
|
967
|
-
|
|
968
962
|
// SquareArrowDownLeft aliases
|
|
969
963
|
export {
|
|
970
964
|
/** @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 */
|
|
971
965
|
default as ArrowDownLeftSquare
|
|
972
966
|
} from '../icons/square-arrow-down-left';
|
|
973
967
|
|
|
968
|
+
// SquareActivity aliases
|
|
969
|
+
export {
|
|
970
|
+
/** @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 */
|
|
971
|
+
default as ActivitySquare
|
|
972
|
+
} from '../icons/square-activity';
|
|
973
|
+
|
|
974
974
|
// SquareArrowDownRight aliases
|
|
975
975
|
export {
|
|
976
976
|
/** @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 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as CheckSquare
|
|
1068
1068
|
} from '../icons/square-check-big';
|
|
1069
1069
|
|
|
1070
|
-
// SquareChevronDown aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @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 */
|
|
1073
|
-
default as ChevronDownSquare
|
|
1074
|
-
} from '../icons/square-chevron-down';
|
|
1075
|
-
|
|
1076
1070
|
// SquareCheck aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @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 */
|
|
1079
1073
|
default as CheckSquare2
|
|
1080
1074
|
} from '../icons/square-check';
|
|
1081
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
1082
|
// SquareChevronLeft aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @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 */
|
|
@@ -1343,18 +1343,18 @@ export {
|
|
|
1343
1343
|
default as LetterText
|
|
1344
1344
|
} from '../icons/text-initial';
|
|
1345
1345
|
|
|
1346
|
-
// TextWrap aliases
|
|
1347
|
-
export {
|
|
1348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1349
|
-
default as WrapText
|
|
1350
|
-
} from '../icons/text-wrap';
|
|
1351
|
-
|
|
1352
1346
|
// TextSelect aliases
|
|
1353
1347
|
export {
|
|
1354
1348
|
/** @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 */
|
|
1355
1349
|
default as TextSelection
|
|
1356
1350
|
} from '../icons/text-select';
|
|
1357
1351
|
|
|
1352
|
+
// TextWrap aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1355
|
+
default as WrapText
|
|
1356
|
+
} from '../icons/text-wrap';
|
|
1357
|
+
|
|
1358
1358
|
// TramFront aliases
|
|
1359
1359
|
export {
|
|
1360
1360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as User2
|
|
1422
1422
|
} from '../icons/user-round';
|
|
1423
1423
|
|
|
1424
|
-
// UsersRound aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @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 */
|
|
1427
|
-
default as Users2
|
|
1428
|
-
} from '../icons/users-round';
|
|
1429
|
-
|
|
1430
1424
|
// UtensilsCrossed aliases
|
|
1431
1425
|
export {
|
|
1432
1426
|
/** @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 */
|
|
1433
1427
|
default as ForkKnifeCrossed
|
|
1434
1428
|
} from '../icons/utensils-crossed';
|
|
1435
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
1436
|
// Utensils aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|