@lucide/astro 0.548.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 +72 -72
- package/src/aliases/prefixed.ts +437 -433
- package/src/aliases/suffixed.ts +692 -688
- package/src/icons/git-branch-minus.ts +18 -0
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/index.ts +83 -81
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -197,18 +197,18 @@ export {
|
|
|
197
197
|
default as ArrowDownCircle
|
|
198
198
|
} from '../icons/circle-arrow-down';
|
|
199
199
|
|
|
200
|
-
// CircleArrowOutDownLeft aliases
|
|
201
|
-
export {
|
|
202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
203
|
-
default as ArrowDownLeftFromCircle
|
|
204
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
205
|
-
|
|
206
200
|
// CircleArrowLeft aliases
|
|
207
201
|
export {
|
|
208
202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
209
203
|
default as ArrowLeftCircle
|
|
210
204
|
} from '../icons/circle-arrow-left';
|
|
211
205
|
|
|
206
|
+
// CircleArrowOutDownLeft aliases
|
|
207
|
+
export {
|
|
208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
209
|
+
default as ArrowDownLeftFromCircle
|
|
210
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
211
|
+
|
|
212
212
|
// CircleArrowOutDownRight aliases
|
|
213
213
|
export {
|
|
214
214
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreVertical
|
|
456
456
|
} from '../icons/ellipsis-vertical';
|
|
457
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
458
|
// Ellipsis aliases
|
|
465
459
|
export {
|
|
466
460
|
/** @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 */
|
|
467
461
|
default as MoreHorizontal
|
|
468
462
|
} from '../icons/ellipsis';
|
|
469
463
|
|
|
464
|
+
// FileAxis3d aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @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 */
|
|
467
|
+
default as FileAxis3D
|
|
468
|
+
} from '../icons/file-axis-3d';
|
|
469
|
+
|
|
470
470
|
// FileChartColumnIncreasing aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -647,12 +647,6 @@ export {
|
|
|
647
647
|
default as IndentDecrease
|
|
648
648
|
} from '../icons/list-indent-decrease';
|
|
649
649
|
|
|
650
|
-
// LoaderCircle aliases
|
|
651
|
-
export {
|
|
652
|
-
/** @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 */
|
|
653
|
-
default as Loader2
|
|
654
|
-
} from '../icons/loader-circle';
|
|
655
|
-
|
|
656
650
|
// ListIndentIncrease aliases
|
|
657
651
|
export {
|
|
658
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -665,6 +659,12 @@ export {
|
|
|
665
659
|
default as IndentIncrease
|
|
666
660
|
} from '../icons/list-indent-increase';
|
|
667
661
|
|
|
662
|
+
// LoaderCircle aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @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 */
|
|
665
|
+
default as Loader2
|
|
666
|
+
} from '../icons/loader-circle';
|
|
667
|
+
|
|
668
668
|
// LockKeyholeOpen aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @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 */
|
|
@@ -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 */
|
|
@@ -911,18 +911,18 @@ export {
|
|
|
911
911
|
default as ArrowUpRightFromSquare
|
|
912
912
|
} from '../icons/square-arrow-out-up-right';
|
|
913
913
|
|
|
914
|
-
// SquareArrowUpLeft aliases
|
|
915
|
-
export {
|
|
916
|
-
/** @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 */
|
|
917
|
-
default as ArrowUpLeftSquare
|
|
918
|
-
} from '../icons/square-arrow-up-left';
|
|
919
|
-
|
|
920
914
|
// SquareArrowRight aliases
|
|
921
915
|
export {
|
|
922
916
|
/** @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 */
|
|
923
917
|
default as ArrowRightSquare
|
|
924
918
|
} from '../icons/square-arrow-right';
|
|
925
919
|
|
|
920
|
+
// SquareArrowUpLeft aliases
|
|
921
|
+
export {
|
|
922
|
+
/** @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 */
|
|
923
|
+
default as ArrowUpLeftSquare
|
|
924
|
+
} from '../icons/square-arrow-up-left';
|
|
925
|
+
|
|
926
926
|
// SquareArrowUpRight aliases
|
|
927
927
|
export {
|
|
928
928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} 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 */
|