@lucide/astro 0.521.0 → 0.522.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 +20 -20
- package/src/aliases/prefixed.ts +461 -459
- package/src/aliases/suffixed.ts +833 -831
- package/src/icons/index.ts +105 -104
- package/src/icons/line-squiggle.ts +18 -0
- package/src/icons/shopping-bag.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -50,12 +50,12 @@ export {
|
|
|
50
50
|
// BookDashed aliases
|
|
51
51
|
export { default as BookTemplate } from '../icons/book-dashed';
|
|
52
52
|
|
|
53
|
-
// Captions aliases
|
|
54
|
-
export { default as Subtitles } from '../icons/captions';
|
|
55
|
-
|
|
56
53
|
// Braces aliases
|
|
57
54
|
export { default as CurlyBraces } from '../icons/braces';
|
|
58
55
|
|
|
56
|
+
// Captions aliases
|
|
57
|
+
export { default as Subtitles } from '../icons/captions';
|
|
58
|
+
|
|
59
59
|
// ChartArea aliases
|
|
60
60
|
export {
|
|
61
61
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
@@ -227,12 +227,12 @@ export {
|
|
|
227
227
|
default as UserCircle2
|
|
228
228
|
} from '../icons/circle-user-round';
|
|
229
229
|
|
|
230
|
-
// CircleX aliases
|
|
231
|
-
export { default as XCircle } from '../icons/circle-x';
|
|
232
|
-
|
|
233
230
|
// CircleUser aliases
|
|
234
231
|
export { default as UserCircle } from '../icons/circle-user';
|
|
235
232
|
|
|
233
|
+
// CircleX aliases
|
|
234
|
+
export { default as XCircle } from '../icons/circle-x';
|
|
235
|
+
|
|
236
236
|
// ClipboardPenLine aliases
|
|
237
237
|
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
238
238
|
|
|
@@ -452,12 +452,12 @@ export { default as Sidebar } from '../icons/panel-left';
|
|
|
452
452
|
// PanelRightDashed aliases
|
|
453
453
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
454
454
|
|
|
455
|
-
// PanelTopDashed aliases
|
|
456
|
-
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
457
|
-
|
|
458
455
|
// PanelsTopLeft aliases
|
|
459
456
|
export { default as Layout } from '../icons/panels-top-left';
|
|
460
457
|
|
|
458
|
+
// PanelTopDashed aliases
|
|
459
|
+
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
460
|
+
|
|
461
461
|
// PenLine aliases
|
|
462
462
|
export {
|
|
463
463
|
/** @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 */
|
|
@@ -548,15 +548,15 @@ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
|
548
548
|
// SquareAsterisk aliases
|
|
549
549
|
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
550
550
|
|
|
551
|
+
// SquareBottomDashedScissors aliases
|
|
552
|
+
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
553
|
+
|
|
551
554
|
// SquareChartGantt aliases
|
|
552
555
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
553
556
|
|
|
554
557
|
// SquareChartGantt aliases
|
|
555
558
|
export { default as SquareGanttChart } from '../icons/square-chart-gantt';
|
|
556
559
|
|
|
557
|
-
// SquareBottomDashedScissors aliases
|
|
558
|
-
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
559
|
-
|
|
560
560
|
// SquareCheckBig aliases
|
|
561
561
|
export { default as CheckSquare } from '../icons/square-check-big';
|
|
562
562
|
|
|
@@ -599,12 +599,12 @@ export { default as EqualSquare } from '../icons/square-equal';
|
|
|
599
599
|
// SquareFunction aliases
|
|
600
600
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
601
601
|
|
|
602
|
-
// SquareLibrary aliases
|
|
603
|
-
export { default as LibrarySquare } from '../icons/square-library';
|
|
604
|
-
|
|
605
602
|
// SquareKanban aliases
|
|
606
603
|
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
607
604
|
|
|
605
|
+
// SquareLibrary aliases
|
|
606
|
+
export { default as LibrarySquare } from '../icons/square-library';
|
|
607
|
+
|
|
608
608
|
// SquareM aliases
|
|
609
609
|
export { default as MSquare } from '../icons/square-m';
|
|
610
610
|
|
|
@@ -686,11 +686,14 @@ export { default as TestTube2 } from '../icons/test-tube-diagonal';
|
|
|
686
686
|
// TextSelect aliases
|
|
687
687
|
export { default as TextSelection } from '../icons/text-select';
|
|
688
688
|
|
|
689
|
+
// TreePalm aliases
|
|
690
|
+
export { default as Palmtree } from '../icons/tree-palm';
|
|
691
|
+
|
|
689
692
|
// TramFront aliases
|
|
690
693
|
export { default as Train } from '../icons/tram-front';
|
|
691
694
|
|
|
692
|
-
//
|
|
693
|
-
export { default as
|
|
695
|
+
// TriangleAlert aliases
|
|
696
|
+
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
694
697
|
|
|
695
698
|
// TvMinimal aliases
|
|
696
699
|
export {
|
|
@@ -698,9 +701,6 @@ export {
|
|
|
698
701
|
default as Tv2
|
|
699
702
|
} from '../icons/tv-minimal';
|
|
700
703
|
|
|
701
|
-
// TriangleAlert aliases
|
|
702
|
-
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
703
|
-
|
|
704
704
|
// University aliases
|
|
705
705
|
export {
|
|
706
706
|
/** @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 */
|