@lucide/astro 0.549.0 → 0.550.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 +78 -78
- package/src/aliases/prefixed.ts +556 -554
- package/src/aliases/suffixed.ts +860 -858
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/index.ts +116 -115
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @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 */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
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 */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
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 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
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 */
|
|
@@ -371,48 +371,42 @@ export {
|
|
|
371
371
|
default as UserCircle
|
|
372
372
|
} from '../icons/circle-user';
|
|
373
373
|
|
|
374
|
-
// CircleX aliases
|
|
375
|
-
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
377
|
-
default as XCircle
|
|
378
|
-
} from '../icons/circle-x';
|
|
379
|
-
|
|
380
374
|
// ClipboardPenLine aliases
|
|
381
375
|
export {
|
|
382
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
383
377
|
default as ClipboardSignature
|
|
384
378
|
} from '../icons/clipboard-pen-line';
|
|
385
379
|
|
|
380
|
+
// CircleX aliases
|
|
381
|
+
export {
|
|
382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
383
|
+
default as XCircle
|
|
384
|
+
} from '../icons/circle-x';
|
|
385
|
+
|
|
386
386
|
// ClipboardPen aliases
|
|
387
387
|
export {
|
|
388
388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
389
389
|
default as ClipboardEdit
|
|
390
390
|
} from '../icons/clipboard-pen';
|
|
391
391
|
|
|
392
|
-
// CloudDownload aliases
|
|
393
|
-
export {
|
|
394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
395
|
-
default as DownloadCloud
|
|
396
|
-
} from '../icons/cloud-download';
|
|
397
|
-
|
|
398
392
|
// CloudUpload aliases
|
|
399
393
|
export {
|
|
400
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
401
395
|
default as UploadCloud
|
|
402
396
|
} from '../icons/cloud-upload';
|
|
403
397
|
|
|
398
|
+
// CloudDownload aliases
|
|
399
|
+
export {
|
|
400
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
401
|
+
default as DownloadCloud
|
|
402
|
+
} from '../icons/cloud-download';
|
|
403
|
+
|
|
404
404
|
// CodeXml aliases
|
|
405
405
|
export {
|
|
406
406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
407
407
|
default as Code2
|
|
408
408
|
} from '../icons/code-xml';
|
|
409
409
|
|
|
410
|
-
// Columns2 aliases
|
|
411
|
-
export {
|
|
412
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
413
|
-
default as Columns
|
|
414
|
-
} from '../icons/columns-2';
|
|
415
|
-
|
|
416
410
|
// Columns3Cog aliases
|
|
417
411
|
export {
|
|
418
412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -425,6 +419,12 @@ export {
|
|
|
425
419
|
default as TableConfig
|
|
426
420
|
} from '../icons/columns-3-cog';
|
|
427
421
|
|
|
422
|
+
// Columns2 aliases
|
|
423
|
+
export {
|
|
424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
425
|
+
default as Columns
|
|
426
|
+
} from '../icons/columns-2';
|
|
427
|
+
|
|
428
428
|
// Columns3 aliases
|
|
429
429
|
export {
|
|
430
430
|
/** @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 */
|
|
@@ -599,18 +599,18 @@ export {
|
|
|
599
599
|
default as Grab
|
|
600
600
|
} from '../icons/hand-grab';
|
|
601
601
|
|
|
602
|
-
// HandHelping aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
605
|
-
default as HelpingHand
|
|
606
|
-
} from '../icons/hand-helping';
|
|
607
|
-
|
|
608
602
|
// House aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
611
605
|
default as Home
|
|
612
606
|
} from '../icons/house';
|
|
613
607
|
|
|
608
|
+
// HandHelping aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
611
|
+
default as HelpingHand
|
|
612
|
+
} from '../icons/hand-helping';
|
|
613
|
+
|
|
614
614
|
// IceCreamBowl aliases
|
|
615
615
|
export {
|
|
616
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
@@ -773,18 +773,18 @@ export {
|
|
|
773
773
|
default as PanelTopInactive
|
|
774
774
|
} from '../icons/panel-top-dashed';
|
|
775
775
|
|
|
776
|
-
// PanelsTopLeft aliases
|
|
777
|
-
export {
|
|
778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
779
|
-
default as Layout
|
|
780
|
-
} from '../icons/panels-top-left';
|
|
781
|
-
|
|
782
776
|
// PenLine aliases
|
|
783
777
|
export {
|
|
784
778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
785
779
|
default as Edit3
|
|
786
780
|
} from '../icons/pen-line';
|
|
787
781
|
|
|
782
|
+
// PanelsTopLeft aliases
|
|
783
|
+
export {
|
|
784
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
785
|
+
default as Layout
|
|
786
|
+
} from '../icons/panels-top-left';
|
|
787
|
+
|
|
788
788
|
// Pen aliases
|
|
789
789
|
export {
|
|
790
790
|
/** @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 */
|
|
@@ -815,18 +815,18 @@ export {
|
|
|
815
815
|
default as Rows
|
|
816
816
|
} from '../icons/rows-2';
|
|
817
817
|
|
|
818
|
-
// Scale3d aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @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 */
|
|
821
|
-
default as Scale3D
|
|
822
|
-
} from '../icons/scale-3d';
|
|
823
|
-
|
|
824
818
|
// Rows3 aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @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 */
|
|
827
821
|
default as PanelsTopBottom
|
|
828
822
|
} from '../icons/rows-3';
|
|
829
823
|
|
|
824
|
+
// Scale3d aliases
|
|
825
|
+
export {
|
|
826
|
+
/** @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 */
|
|
827
|
+
default as Scale3D
|
|
828
|
+
} from '../icons/scale-3d';
|
|
829
|
+
|
|
830
830
|
// SendHorizontal aliases
|
|
831
831
|
export {
|
|
832
832
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -863,18 +863,18 @@ export {
|
|
|
863
863
|
default as ActivitySquare
|
|
864
864
|
} from '../icons/square-activity';
|
|
865
865
|
|
|
866
|
-
// SquareArrowDownRight aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @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 */
|
|
869
|
-
default as ArrowDownRightSquare
|
|
870
|
-
} from '../icons/square-arrow-down-right';
|
|
871
|
-
|
|
872
866
|
// SquareArrowDownLeft aliases
|
|
873
867
|
export {
|
|
874
868
|
/** @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 */
|
|
875
869
|
default as ArrowDownLeftSquare
|
|
876
870
|
} from '../icons/square-arrow-down-left';
|
|
877
871
|
|
|
872
|
+
// SquareArrowDownRight aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @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 */
|
|
875
|
+
default as ArrowDownRightSquare
|
|
876
|
+
} from '../icons/square-arrow-down-right';
|
|
877
|
+
|
|
878
878
|
// SquareArrowDown aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @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 */
|
|
@@ -947,12 +947,6 @@ export {
|
|
|
947
947
|
default as ScissorsSquareDashedBottom
|
|
948
948
|
} from '../icons/square-bottom-dashed-scissors';
|
|
949
949
|
|
|
950
|
-
// SquareCheckBig aliases
|
|
951
|
-
export {
|
|
952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
953
|
-
default as CheckSquare
|
|
954
|
-
} from '../icons/square-check-big';
|
|
955
|
-
|
|
956
950
|
// SquareChartGantt aliases
|
|
957
951
|
export {
|
|
958
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -965,6 +959,12 @@ export {
|
|
|
965
959
|
default as SquareGanttChart
|
|
966
960
|
} from '../icons/square-chart-gantt';
|
|
967
961
|
|
|
962
|
+
// SquareCheckBig aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
965
|
+
default as CheckSquare
|
|
966
|
+
} from '../icons/square-check-big';
|
|
967
|
+
|
|
968
968
|
// SquareCheck aliases
|
|
969
969
|
export {
|
|
970
970
|
/** @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 */
|
|
@@ -989,12 +989,6 @@ export {
|
|
|
989
989
|
default as ChevronRightSquare
|
|
990
990
|
} from '../icons/square-chevron-right';
|
|
991
991
|
|
|
992
|
-
// SquareChevronUp aliases
|
|
993
|
-
export {
|
|
994
|
-
/** @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 */
|
|
995
|
-
default as ChevronUpSquare
|
|
996
|
-
} from '../icons/square-chevron-up';
|
|
997
|
-
|
|
998
992
|
// SquareCode aliases
|
|
999
993
|
export {
|
|
1000
994
|
/** @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 */
|
|
@@ -1007,6 +1001,12 @@ export {
|
|
|
1007
1001
|
default as KanbanSquareDashed
|
|
1008
1002
|
} from '../icons/square-dashed-kanban';
|
|
1009
1003
|
|
|
1004
|
+
// SquareChevronUp aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @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 */
|
|
1007
|
+
default as ChevronUpSquare
|
|
1008
|
+
} from '../icons/square-chevron-up';
|
|
1009
|
+
|
|
1010
1010
|
// SquareDashedMousePointer aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @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 */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as EqualSquare
|
|
1038
1038
|
} from '../icons/square-equal';
|
|
1039
1039
|
|
|
1040
|
-
// SquareFunction aliases
|
|
1041
|
-
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1043
|
-
default as FunctionSquare
|
|
1044
|
-
} from '../icons/square-function';
|
|
1045
|
-
|
|
1046
1040
|
// SquareKanban aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1049
1043
|
default as KanbanSquare
|
|
1050
1044
|
} from '../icons/square-kanban';
|
|
1051
1045
|
|
|
1046
|
+
// SquareFunction aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1049
|
+
default as FunctionSquare
|
|
1050
|
+
} from '../icons/square-function';
|
|
1051
|
+
|
|
1052
1052
|
// SquareLibrary aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @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 */
|
|
@@ -1109,18 +1109,18 @@ export {
|
|
|
1109
1109
|
default as PenSquare
|
|
1110
1110
|
} from '../icons/square-pen';
|
|
1111
1111
|
|
|
1112
|
-
// SquarePi aliases
|
|
1113
|
-
export {
|
|
1114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1115
|
-
default as PiSquare
|
|
1116
|
-
} from '../icons/square-pi';
|
|
1117
|
-
|
|
1118
1112
|
// SquarePercent aliases
|
|
1119
1113
|
export {
|
|
1120
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1121
1115
|
default as PercentSquare
|
|
1122
1116
|
} from '../icons/square-percent';
|
|
1123
1117
|
|
|
1118
|
+
// SquarePi aliases
|
|
1119
|
+
export {
|
|
1120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1121
|
+
default as PiSquare
|
|
1122
|
+
} from '../icons/square-pi';
|
|
1123
|
+
|
|
1124
1124
|
// SquarePilcrow aliases
|
|
1125
1125
|
export {
|
|
1126
1126
|
/** @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 */
|