@lucide/astro 0.528.0 → 0.529.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 +38 -32
- package/src/aliases/prefixed.ts +454 -448
- package/src/aliases/suffixed.ts +778 -772
- package/src/icons/castle.ts +2 -2
- package/src/icons/index.ts +150 -149
- 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/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
|
-
// CircleAlert aliases
|
|
138
|
-
export { default as AlertCircle } from '../icons/circle-alert';
|
|
139
|
-
|
|
140
137
|
// CircleArrowDown aliases
|
|
141
138
|
export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
|
|
142
139
|
|
|
140
|
+
// CircleAlert aliases
|
|
141
|
+
export { default as AlertCircle } from '../icons/circle-alert';
|
|
142
|
+
|
|
143
143
|
// CircleArrowLeft aliases
|
|
144
144
|
export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
|
|
145
145
|
|
|
@@ -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
|
|
|
@@ -416,6 +416,12 @@ 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
|
+
// MapPinPen aliases
|
|
420
|
+
export {
|
|
421
|
+
/** @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
|
+
default as LocationEdit
|
|
423
|
+
} from '../icons/map-pin-pen';
|
|
424
|
+
|
|
419
425
|
// MessageCircleQuestionMark aliases
|
|
420
426
|
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
421
427
|
|
|
@@ -452,12 +458,12 @@ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
|
452
458
|
// PanelLeftOpen aliases
|
|
453
459
|
export { default as SidebarOpen } from '../icons/panel-left-open';
|
|
454
460
|
|
|
455
|
-
// PanelLeft aliases
|
|
456
|
-
export { default as Sidebar } from '../icons/panel-left';
|
|
457
|
-
|
|
458
461
|
// PanelRightDashed aliases
|
|
459
462
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
460
463
|
|
|
464
|
+
// PanelLeft aliases
|
|
465
|
+
export { default as Sidebar } from '../icons/panel-left';
|
|
466
|
+
|
|
461
467
|
// PanelTopDashed aliases
|
|
462
468
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
463
469
|
|
|
@@ -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,18 +509,18 @@ 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
|
|
|
512
|
-
//
|
|
513
|
-
export { default as
|
|
515
|
+
// SlidersVertical aliases
|
|
516
|
+
export { default as Sliders } from '../icons/sliders-vertical';
|
|
514
517
|
|
|
515
518
|
// SquareActivity aliases
|
|
516
519
|
export { default as ActivitySquare } from '../icons/square-activity';
|
|
517
520
|
|
|
521
|
+
// Sparkles aliases
|
|
522
|
+
export { default as Stars } from '../icons/sparkles';
|
|
523
|
+
|
|
518
524
|
// SquareArrowDownLeft aliases
|
|
519
525
|
export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
|
|
520
526
|
|
|
@@ -539,12 +545,12 @@ export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-l
|
|
|
539
545
|
// SquareArrowOutUpRight aliases
|
|
540
546
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
541
547
|
|
|
542
|
-
// SquareArrowRight aliases
|
|
543
|
-
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
544
|
-
|
|
545
548
|
// SquareArrowUpLeft aliases
|
|
546
549
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
547
550
|
|
|
551
|
+
// SquareArrowRight aliases
|
|
552
|
+
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
553
|
+
|
|
548
554
|
// SquareArrowUpRight aliases
|
|
549
555
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
550
556
|
|
|
@@ -593,15 +599,15 @@ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mous
|
|
|
593
599
|
// SquareDashed aliases
|
|
594
600
|
export { default as BoxSelect } from '../icons/square-dashed';
|
|
595
601
|
|
|
602
|
+
// SquareEqual aliases
|
|
603
|
+
export { default as EqualSquare } from '../icons/square-equal';
|
|
604
|
+
|
|
596
605
|
// SquareDivide aliases
|
|
597
606
|
export { default as DivideSquare } from '../icons/square-divide';
|
|
598
607
|
|
|
599
608
|
// SquareDot aliases
|
|
600
609
|
export { default as DotSquare } from '../icons/square-dot';
|
|
601
610
|
|
|
602
|
-
// SquareEqual aliases
|
|
603
|
-
export { default as EqualSquare } from '../icons/square-equal';
|
|
604
|
-
|
|
605
611
|
// SquareFunction aliases
|
|
606
612
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
607
613
|
|
|
@@ -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
|
|
|
@@ -701,18 +707,18 @@ export { default as Palmtree } from '../icons/tree-palm';
|
|
|
701
707
|
// TriangleAlert aliases
|
|
702
708
|
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
703
709
|
|
|
704
|
-
// TvMinimal aliases
|
|
705
|
-
export {
|
|
706
|
-
/** @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 */
|
|
707
|
-
default as Tv2
|
|
708
|
-
} from '../icons/tv-minimal';
|
|
709
|
-
|
|
710
710
|
// University aliases
|
|
711
711
|
export {
|
|
712
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
713
|
default as School2
|
|
714
714
|
} from '../icons/university';
|
|
715
715
|
|
|
716
|
+
// TvMinimal aliases
|
|
717
|
+
export {
|
|
718
|
+
/** @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 */
|
|
719
|
+
default as Tv2
|
|
720
|
+
} from '../icons/tv-minimal';
|
|
721
|
+
|
|
716
722
|
// UserRoundCheck aliases
|
|
717
723
|
export {
|
|
718
724
|
/** @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 */
|