@lucide/astro 0.556.0 → 0.557.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 +76 -76
- package/src/aliases/prefixed.ts +613 -601
- package/src/aliases/suffixed.ts +904 -892
- package/src/icons/balloon.ts +18 -0
- package/src/icons/brush-cleaning.ts +2 -2
- package/src/icons/circle-pile.ts +18 -0
- package/src/icons/cloud-backup.ts +18 -0
- package/src/icons/cloud-sync.ts +18 -0
- package/src/icons/index.ts +123 -117
- package/src/icons/layers-plus.ts +18 -0
- package/src/icons/memory-stick.ts +2 -2
- package/src/icons/microchip.ts +2 -2
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/search-alert.ts +18 -0
- package/src/icons/thumbs-down.ts +2 -2
- package/src/icons/thumbs-up.ts +2 -2
- package/src/icons/tickets-plane.ts +2 -2
- package/src/icons/tickets.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -173,18 +173,18 @@ export {
|
|
|
173
173
|
default as PieChart
|
|
174
174
|
} from '../icons/chart-pie';
|
|
175
175
|
|
|
176
|
-
// ChartScatter aliases
|
|
177
|
-
export {
|
|
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 */
|
|
179
|
-
default as ScatterChart
|
|
180
|
-
} from '../icons/chart-scatter';
|
|
181
|
-
|
|
182
176
|
// Chromium aliases
|
|
183
177
|
export {
|
|
184
178
|
/** @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
179
|
default as Chrome
|
|
186
180
|
} from '../icons/chromium';
|
|
187
181
|
|
|
182
|
+
// ChartScatter aliases
|
|
183
|
+
export {
|
|
184
|
+
/** @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
|
+
default as ScatterChart
|
|
186
|
+
} from '../icons/chart-scatter';
|
|
187
|
+
|
|
188
188
|
// CircleAlert aliases
|
|
189
189
|
export {
|
|
190
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 */
|
|
@@ -233,36 +233,36 @@ export {
|
|
|
233
233
|
default as ArrowRightCircle
|
|
234
234
|
} from '../icons/circle-arrow-right';
|
|
235
235
|
|
|
236
|
-
// CircleArrowUp aliases
|
|
237
|
-
export {
|
|
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 */
|
|
239
|
-
default as ArrowUpCircle
|
|
240
|
-
} from '../icons/circle-arrow-up';
|
|
241
|
-
|
|
242
236
|
// CircleCheckBig aliases
|
|
243
237
|
export {
|
|
244
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 */
|
|
245
239
|
default as CheckCircle
|
|
246
240
|
} from '../icons/circle-check-big';
|
|
247
241
|
|
|
242
|
+
// CircleArrowUp aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @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
|
+
default as ArrowUpCircle
|
|
246
|
+
} from '../icons/circle-arrow-up';
|
|
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
|
-
// CircleChevronDown aliases
|
|
255
|
-
export {
|
|
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 */
|
|
257
|
-
default as ChevronDownCircle
|
|
258
|
-
} from '../icons/circle-chevron-down';
|
|
259
|
-
|
|
260
254
|
// CircleChevronLeft aliases
|
|
261
255
|
export {
|
|
262
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 */
|
|
263
257
|
default as ChevronLeftCircle
|
|
264
258
|
} from '../icons/circle-chevron-left';
|
|
265
259
|
|
|
260
|
+
// CircleChevronDown aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @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
|
+
default as ChevronDownCircle
|
|
264
|
+
} from '../icons/circle-chevron-down';
|
|
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
|
-
// FileChartColumnIncreasing aliases
|
|
489
|
-
export {
|
|
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 */
|
|
491
|
-
default as FileBarChart
|
|
492
|
-
} from '../icons/file-chart-column-increasing';
|
|
493
|
-
|
|
494
488
|
// FileChartColumn aliases
|
|
495
489
|
export {
|
|
496
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 */
|
|
497
491
|
default as FileBarChart2
|
|
498
492
|
} from '../icons/file-chart-column';
|
|
499
493
|
|
|
494
|
+
// FileChartColumnIncreasing aliases
|
|
495
|
+
export {
|
|
496
|
+
/** @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
|
+
default as FileBarChart
|
|
498
|
+
} from '../icons/file-chart-column-increasing';
|
|
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 */
|
|
@@ -527,6 +527,12 @@ export {
|
|
|
527
527
|
default as FileCog2
|
|
528
528
|
} from '../icons/file-cog';
|
|
529
529
|
|
|
530
|
+
// FileExclamationPoint aliases
|
|
531
|
+
export {
|
|
532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
533
|
+
default as FileWarning
|
|
534
|
+
} from '../icons/file-exclamation-point';
|
|
535
|
+
|
|
530
536
|
// FileHeadphone aliases
|
|
531
537
|
export {
|
|
532
538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
@@ -539,12 +545,6 @@ export {
|
|
|
539
545
|
default as FileAudio2
|
|
540
546
|
} from '../icons/file-headphone';
|
|
541
547
|
|
|
542
|
-
// FileExclamationPoint aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
545
|
-
default as FileWarning
|
|
546
|
-
} from '../icons/file-exclamation-point';
|
|
547
|
-
|
|
548
548
|
// FileKey aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -653,18 +653,18 @@ export {
|
|
|
653
653
|
default as Filter
|
|
654
654
|
} from '../icons/funnel';
|
|
655
655
|
|
|
656
|
-
// Grid2x2Check aliases
|
|
657
|
-
export {
|
|
658
|
-
/** @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 */
|
|
659
|
-
default as Grid2X2Check
|
|
660
|
-
} from '../icons/grid-2x2-check';
|
|
661
|
-
|
|
662
656
|
// GitCommitHorizontal aliases
|
|
663
657
|
export {
|
|
664
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
665
659
|
default as GitCommit
|
|
666
660
|
} from '../icons/git-commit-horizontal';
|
|
667
661
|
|
|
662
|
+
// Grid2x2Check aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @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 */
|
|
665
|
+
default as Grid2X2Check
|
|
666
|
+
} from '../icons/grid-2x2-check';
|
|
667
|
+
|
|
668
668
|
// Grid2x2Plus aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} 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
|
-
// MapPinPen aliases
|
|
789
|
-
export {
|
|
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 */
|
|
791
|
-
default as LocationEdit
|
|
792
|
-
} from '../icons/map-pin-pen';
|
|
793
|
-
|
|
794
788
|
// MessageCircleQuestionMark aliases
|
|
795
789
|
export {
|
|
796
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 */
|
|
797
791
|
default as MessageCircleQuestion
|
|
798
792
|
} from '../icons/message-circle-question-mark';
|
|
799
793
|
|
|
794
|
+
// MapPinPen aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @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
|
+
default as LocationEdit
|
|
798
|
+
} from '../icons/map-pin-pen';
|
|
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
|
-
// PanelBottomDashed aliases
|
|
837
|
-
export {
|
|
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 */
|
|
839
|
-
default as PanelBottomInactive
|
|
840
|
-
} from '../icons/panel-bottom-dashed';
|
|
841
|
-
|
|
842
836
|
// PanelLeftClose aliases
|
|
843
837
|
export {
|
|
844
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 */
|
|
845
839
|
default as SidebarClose
|
|
846
840
|
} from '../icons/panel-left-close';
|
|
847
841
|
|
|
848
|
-
//
|
|
842
|
+
// PanelBottomDashed 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-
|
|
844
|
+
/** @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
|
+
default as PanelBottomInactive
|
|
846
|
+
} from '../icons/panel-bottom-dashed';
|
|
853
847
|
|
|
854
848
|
// PanelLeftOpen aliases
|
|
855
849
|
export {
|
|
@@ -857,6 +851,12 @@ export {
|
|
|
857
851
|
default as SidebarOpen
|
|
858
852
|
} from '../icons/panel-left-open';
|
|
859
853
|
|
|
854
|
+
// PanelLeftDashed aliases
|
|
855
|
+
export {
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
857
|
+
default as PanelLeftInactive
|
|
858
|
+
} from '../icons/panel-left-dashed';
|
|
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 */
|
|
@@ -917,18 +917,18 @@ export {
|
|
|
917
917
|
default as Rows
|
|
918
918
|
} from '../icons/rows-2';
|
|
919
919
|
|
|
920
|
-
// Scale3d aliases
|
|
921
|
-
export {
|
|
922
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
923
|
-
default as Scale3D
|
|
924
|
-
} from '../icons/scale-3d';
|
|
925
|
-
|
|
926
920
|
// Rows3 aliases
|
|
927
921
|
export {
|
|
928
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
929
923
|
default as PanelsTopBottom
|
|
930
924
|
} from '../icons/rows-3';
|
|
931
925
|
|
|
926
|
+
// Scale3d aliases
|
|
927
|
+
export {
|
|
928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
929
|
+
default as Scale3D
|
|
930
|
+
} from '../icons/scale-3d';
|
|
931
|
+
|
|
932
932
|
// SendHorizontal aliases
|
|
933
933
|
export {
|
|
934
934
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} 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
|
-
// SquareCheck aliases
|
|
1071
|
-
export {
|
|
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 */
|
|
1073
|
-
default as CheckSquare2
|
|
1074
|
-
} from '../icons/square-check';
|
|
1075
|
-
|
|
1076
1070
|
// SquareChevronDown aliases
|
|
1077
1071
|
export {
|
|
1078
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 */
|
|
1079
1073
|
default as ChevronDownSquare
|
|
1080
1074
|
} from '../icons/square-chevron-down';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheck aliases
|
|
1077
|
+
export {
|
|
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 */
|
|
1079
|
+
default as CheckSquare2
|
|
1080
|
+
} from '../icons/square-check';
|
|
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 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlus aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @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 */
|
|
1235
|
-
default as PlusSquare
|
|
1236
|
-
} from '../icons/square-plus';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlus aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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 */
|
|
1241
|
+
default as PlusSquare
|
|
1242
|
+
} from '../icons/square-plus';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @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 */
|
|
@@ -1343,18 +1343,18 @@ export {
|
|
|
1343
1343
|
default as LetterText
|
|
1344
1344
|
} from '../icons/text-initial';
|
|
1345
1345
|
|
|
1346
|
-
// TextSelect aliases
|
|
1347
|
-
export {
|
|
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 */
|
|
1349
|
-
default as TextSelection
|
|
1350
|
-
} from '../icons/text-select';
|
|
1351
|
-
|
|
1352
1346
|
// TextWrap aliases
|
|
1353
1347
|
export {
|
|
1354
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 */
|
|
1355
1349
|
default as WrapText
|
|
1356
1350
|
} from '../icons/text-wrap';
|
|
1357
1351
|
|
|
1352
|
+
// TextSelect aliases
|
|
1353
|
+
export {
|
|
1354
|
+
/** @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
|
+
default as TextSelection
|
|
1356
|
+
} from '../icons/text-select';
|
|
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 */
|