@lucide/astro 0.529.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 -34
- package/src/aliases/prefixed.ts +320 -318
- package/src/aliases/suffixed.ts +599 -597
- package/src/icons/index.ts +114 -113
- package/src/icons/user-star.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -134,12 +134,12 @@ export {
|
|
|
134
134
|
default as ScatterChart
|
|
135
135
|
} from '../icons/chart-scatter';
|
|
136
136
|
|
|
137
|
-
// CircleArrowDown aliases
|
|
138
|
-
export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
|
|
139
|
-
|
|
140
137
|
// CircleAlert aliases
|
|
141
138
|
export { default as AlertCircle } from '../icons/circle-alert';
|
|
142
139
|
|
|
140
|
+
// CircleArrowDown aliases
|
|
141
|
+
export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
|
|
142
|
+
|
|
143
143
|
// CircleArrowLeft aliases
|
|
144
144
|
export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
|
|
145
145
|
|
|
@@ -416,14 +416,20 @@ export { default as Unlock } from '../icons/lock-open';
|
|
|
416
416
|
// MailQuestionMark aliases
|
|
417
417
|
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
418
418
|
|
|
419
|
+
// MessageCircleQuestionMark aliases
|
|
420
|
+
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
421
|
+
|
|
419
422
|
// MapPinPen aliases
|
|
420
423
|
export {
|
|
421
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 */
|
|
422
425
|
default as LocationEdit
|
|
423
426
|
} from '../icons/map-pin-pen';
|
|
424
427
|
|
|
425
|
-
//
|
|
426
|
-
export { default as
|
|
428
|
+
// Move3d aliases
|
|
429
|
+
export { default as Move3D } from '../icons/move-3d';
|
|
430
|
+
|
|
431
|
+
// OctagonAlert aliases
|
|
432
|
+
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
427
433
|
|
|
428
434
|
// MicVocal aliases
|
|
429
435
|
export {
|
|
@@ -431,12 +437,6 @@ export {
|
|
|
431
437
|
default as Mic2
|
|
432
438
|
} from '../icons/mic-vocal';
|
|
433
439
|
|
|
434
|
-
// Move3d aliases
|
|
435
|
-
export { default as Move3D } from '../icons/move-3d';
|
|
436
|
-
|
|
437
|
-
// OctagonAlert aliases
|
|
438
|
-
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
439
|
-
|
|
440
440
|
// OctagonPause aliases
|
|
441
441
|
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
442
442
|
|
|
@@ -458,12 +458,12 @@ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
|
458
458
|
// PanelLeftOpen aliases
|
|
459
459
|
export { default as SidebarOpen } from '../icons/panel-left-open';
|
|
460
460
|
|
|
461
|
-
// PanelRightDashed aliases
|
|
462
|
-
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
463
|
-
|
|
464
461
|
// PanelLeft aliases
|
|
465
462
|
export { default as Sidebar } from '../icons/panel-left';
|
|
466
463
|
|
|
464
|
+
// PanelRightDashed aliases
|
|
465
|
+
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
466
|
+
|
|
467
467
|
// PanelTopDashed aliases
|
|
468
468
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
469
469
|
|
|
@@ -515,12 +515,12 @@ export { default as ShieldClose } from '../icons/shield-x';
|
|
|
515
515
|
// SlidersVertical aliases
|
|
516
516
|
export { default as Sliders } from '../icons/sliders-vertical';
|
|
517
517
|
|
|
518
|
-
// SquareActivity aliases
|
|
519
|
-
export { default as ActivitySquare } from '../icons/square-activity';
|
|
520
|
-
|
|
521
518
|
// Sparkles aliases
|
|
522
519
|
export { default as Stars } from '../icons/sparkles';
|
|
523
520
|
|
|
521
|
+
// SquareActivity aliases
|
|
522
|
+
export { default as ActivitySquare } from '../icons/square-activity';
|
|
523
|
+
|
|
524
524
|
// SquareArrowDownLeft aliases
|
|
525
525
|
export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
|
|
526
526
|
|
|
@@ -539,18 +539,18 @@ export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-do
|
|
|
539
539
|
// SquareArrowOutDownRight aliases
|
|
540
540
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
541
541
|
|
|
542
|
-
// SquareArrowOutUpLeft aliases
|
|
543
|
-
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
544
|
-
|
|
545
542
|
// SquareArrowOutUpRight aliases
|
|
546
543
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
547
544
|
|
|
548
|
-
//
|
|
549
|
-
export { default as
|
|
545
|
+
// SquareArrowOutUpLeft aliases
|
|
546
|
+
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
550
547
|
|
|
551
548
|
// SquareArrowRight aliases
|
|
552
549
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
553
550
|
|
|
551
|
+
// SquareArrowUpLeft aliases
|
|
552
|
+
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
553
|
+
|
|
554
554
|
// SquareArrowUpRight aliases
|
|
555
555
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
556
556
|
|
|
@@ -599,15 +599,15 @@ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mous
|
|
|
599
599
|
// SquareDashed aliases
|
|
600
600
|
export { default as BoxSelect } from '../icons/square-dashed';
|
|
601
601
|
|
|
602
|
-
// SquareEqual aliases
|
|
603
|
-
export { default as EqualSquare } from '../icons/square-equal';
|
|
604
|
-
|
|
605
602
|
// SquareDivide aliases
|
|
606
603
|
export { default as DivideSquare } from '../icons/square-divide';
|
|
607
604
|
|
|
608
605
|
// SquareDot aliases
|
|
609
606
|
export { default as DotSquare } from '../icons/square-dot';
|
|
610
607
|
|
|
608
|
+
// SquareEqual aliases
|
|
609
|
+
export { default as EqualSquare } from '../icons/square-equal';
|
|
610
|
+
|
|
611
611
|
// SquareFunction aliases
|
|
612
612
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
613
613
|
|
|
@@ -707,12 +707,6 @@ export { default as Palmtree } from '../icons/tree-palm';
|
|
|
707
707
|
// TriangleAlert aliases
|
|
708
708
|
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
709
709
|
|
|
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
710
|
// TvMinimal aliases
|
|
717
711
|
export {
|
|
718
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
@@ -725,6 +719,12 @@ export {
|
|
|
725
719
|
default as UserCheck2
|
|
726
720
|
} from '../icons/user-round-check';
|
|
727
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
|
+
|
|
728
728
|
// UserRoundCog aliases
|
|
729
729
|
export {
|
|
730
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 */
|
|
@@ -755,15 +755,15 @@ export {
|
|
|
755
755
|
default as User2
|
|
756
756
|
} from '../icons/user-round';
|
|
757
757
|
|
|
758
|
+
// UtensilsCrossed aliases
|
|
759
|
+
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
760
|
+
|
|
758
761
|
// UsersRound aliases
|
|
759
762
|
export {
|
|
760
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 */
|
|
761
764
|
default as Users2
|
|
762
765
|
} from '../icons/users-round';
|
|
763
766
|
|
|
764
|
-
// UtensilsCrossed aliases
|
|
765
|
-
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
766
|
-
|
|
767
767
|
// Utensils aliases
|
|
768
768
|
export { default as ForkKnife } from '../icons/utensils';
|
|
769
769
|
|