@lucide/astro 0.528.0 → 0.530.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 +34 -28
- package/src/aliases/prefixed.ts +345 -337
- package/src/aliases/suffixed.ts +564 -556
- package/src/icons/castle.ts +2 -2
- package/src/icons/index.ts +114 -112
- package/src/icons/map-minus.ts +18 -0
- package/src/icons/{location-edit.ts → map-pin-pen.ts} +4 -4
- package/src/icons/shovel.ts +2 -2
- package/src/icons/user-star.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -401,12 +401,12 @@ export {
|
|
|
401
401
|
default as Laptop2
|
|
402
402
|
} from '../icons/laptop-minimal';
|
|
403
403
|
|
|
404
|
-
// LoaderCircle aliases
|
|
405
|
-
export { default as Loader2 } from '../icons/loader-circle';
|
|
406
|
-
|
|
407
404
|
// Layers aliases
|
|
408
405
|
export { default as Layers3 } from '../icons/layers';
|
|
409
406
|
|
|
407
|
+
// LoaderCircle aliases
|
|
408
|
+
export { default as Loader2 } from '../icons/loader-circle';
|
|
409
|
+
|
|
410
410
|
// LockKeyholeOpen aliases
|
|
411
411
|
export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
412
412
|
|
|
@@ -419,11 +419,11 @@ export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
|
419
419
|
// MessageCircleQuestionMark aliases
|
|
420
420
|
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
421
421
|
|
|
422
|
-
//
|
|
422
|
+
// MapPinPen aliases
|
|
423
423
|
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
425
|
-
default as
|
|
426
|
-
} from '../icons/
|
|
424
|
+
/** @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 */
|
|
425
|
+
default as LocationEdit
|
|
426
|
+
} from '../icons/map-pin-pen';
|
|
427
427
|
|
|
428
428
|
// Move3d aliases
|
|
429
429
|
export { default as Move3D } from '../icons/move-3d';
|
|
@@ -431,6 +431,12 @@ export { default as Move3D } from '../icons/move-3d';
|
|
|
431
431
|
// OctagonAlert aliases
|
|
432
432
|
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
433
433
|
|
|
434
|
+
// MicVocal aliases
|
|
435
|
+
export {
|
|
436
|
+
/** @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 */
|
|
437
|
+
default as Mic2
|
|
438
|
+
} from '../icons/mic-vocal';
|
|
439
|
+
|
|
434
440
|
// OctagonPause aliases
|
|
435
441
|
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
436
442
|
|
|
@@ -470,15 +476,15 @@ export {
|
|
|
470
476
|
default as Edit3
|
|
471
477
|
} from '../icons/pen-line';
|
|
472
478
|
|
|
473
|
-
// PlugZap aliases
|
|
474
|
-
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
475
|
-
|
|
476
479
|
// Pen aliases
|
|
477
480
|
export {
|
|
478
481
|
/** @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 */
|
|
479
482
|
default as Edit2
|
|
480
483
|
} from '../icons/pen';
|
|
481
484
|
|
|
485
|
+
// PlugZap aliases
|
|
486
|
+
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
487
|
+
|
|
482
488
|
// RectangleEllipsis aliases
|
|
483
489
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
484
490
|
|
|
@@ -503,12 +509,12 @@ export {
|
|
|
503
509
|
// ShieldQuestionMark aliases
|
|
504
510
|
export { default as ShieldQuestion } from '../icons/shield-question-mark';
|
|
505
511
|
|
|
506
|
-
// SlidersVertical aliases
|
|
507
|
-
export { default as Sliders } from '../icons/sliders-vertical';
|
|
508
|
-
|
|
509
512
|
// ShieldX aliases
|
|
510
513
|
export { default as ShieldClose } from '../icons/shield-x';
|
|
511
514
|
|
|
515
|
+
// SlidersVertical aliases
|
|
516
|
+
export { default as Sliders } from '../icons/sliders-vertical';
|
|
517
|
+
|
|
512
518
|
// Sparkles aliases
|
|
513
519
|
export { default as Stars } from '../icons/sparkles';
|
|
514
520
|
|
|
@@ -533,12 +539,12 @@ export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-do
|
|
|
533
539
|
// SquareArrowOutDownRight aliases
|
|
534
540
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
535
541
|
|
|
536
|
-
// SquareArrowOutUpLeft aliases
|
|
537
|
-
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
538
|
-
|
|
539
542
|
// SquareArrowOutUpRight aliases
|
|
540
543
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
541
544
|
|
|
545
|
+
// SquareArrowOutUpLeft aliases
|
|
546
|
+
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
547
|
+
|
|
542
548
|
// SquareArrowRight aliases
|
|
543
549
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
544
550
|
|
|
@@ -662,12 +668,12 @@ export { default as ScissorsSquare } from '../icons/square-scissors';
|
|
|
662
668
|
// SquareSigma aliases
|
|
663
669
|
export { default as SigmaSquare } from '../icons/square-sigma';
|
|
664
670
|
|
|
665
|
-
// SquareSplitHorizontal aliases
|
|
666
|
-
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
667
|
-
|
|
668
671
|
// SquareSlash aliases
|
|
669
672
|
export { default as SlashSquare } from '../icons/square-slash';
|
|
670
673
|
|
|
674
|
+
// SquareSplitHorizontal aliases
|
|
675
|
+
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
676
|
+
|
|
671
677
|
// SquareSplitVertical aliases
|
|
672
678
|
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
673
679
|
|
|
@@ -707,18 +713,18 @@ export {
|
|
|
707
713
|
default as Tv2
|
|
708
714
|
} from '../icons/tv-minimal';
|
|
709
715
|
|
|
710
|
-
// University aliases
|
|
711
|
-
export {
|
|
712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
713
|
-
default as School2
|
|
714
|
-
} from '../icons/university';
|
|
715
|
-
|
|
716
716
|
// UserRoundCheck aliases
|
|
717
717
|
export {
|
|
718
718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
719
719
|
default as UserCheck2
|
|
720
720
|
} from '../icons/user-round-check';
|
|
721
721
|
|
|
722
|
+
// University aliases
|
|
723
|
+
export {
|
|
724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
725
|
+
default as School2
|
|
726
|
+
} from '../icons/university';
|
|
727
|
+
|
|
722
728
|
// UserRoundCog aliases
|
|
723
729
|
export {
|
|
724
730
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
@@ -749,15 +755,15 @@ export {
|
|
|
749
755
|
default as User2
|
|
750
756
|
} from '../icons/user-round';
|
|
751
757
|
|
|
758
|
+
// UtensilsCrossed aliases
|
|
759
|
+
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
760
|
+
|
|
752
761
|
// UsersRound aliases
|
|
753
762
|
export {
|
|
754
763
|
/** @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 */
|
|
755
764
|
default as Users2
|
|
756
765
|
} from '../icons/users-round';
|
|
757
766
|
|
|
758
|
-
// UtensilsCrossed aliases
|
|
759
|
-
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
760
|
-
|
|
761
767
|
// Utensils aliases
|
|
762
768
|
export { default as ForkKnife } from '../icons/utensils';
|
|
763
769
|
|