lucide-angular 0.300.0 → 0.302.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/aliases.d.ts +35 -10
- package/esm2020/aliases.mjs +46 -16
- package/esm2020/icons/a-arrow-down.mjs +9 -0
- package/esm2020/icons/a-arrow-up.mjs +9 -0
- package/esm2020/icons/a-large-small.mjs +9 -0
- package/esm2020/icons/gavel.mjs +2 -8
- package/esm2020/icons/lucide-icons.mjs +11 -6
- package/esm2020/icons/panel-bottom-close.mjs +3 -3
- package/esm2020/icons/panel-bottom-dashed.mjs +10 -0
- package/esm2020/icons/panel-bottom-open.mjs +3 -3
- package/esm2020/icons/panel-bottom.mjs +3 -3
- package/esm2020/icons/panel-left-close.mjs +2 -2
- package/esm2020/icons/panel-left-dashed.mjs +10 -0
- package/esm2020/icons/panel-left-open.mjs +2 -2
- package/esm2020/icons/panel-left.mjs +3 -3
- package/esm2020/icons/panel-right-close.mjs +3 -3
- package/esm2020/icons/panel-right-dashed.mjs +10 -0
- package/esm2020/icons/panel-right-open.mjs +3 -3
- package/esm2020/icons/panel-right.mjs +3 -3
- package/esm2020/icons/panel-top-close.mjs +3 -3
- package/esm2020/icons/panel-top-dashed.mjs +10 -0
- package/esm2020/icons/panel-top-open.mjs +3 -3
- package/esm2020/icons/panel-top.mjs +3 -3
- package/esm2020/icons/panels-left-bottom.mjs +8 -0
- package/esm2020/icons/panels-right-bottom.mjs +8 -0
- package/esm2020/icons/panels-top-left.mjs +8 -0
- package/esm2020/src/icons/aliases.mjs +46 -16
- package/esm2020/src/icons/icons/a-arrow-down.mjs +9 -0
- package/esm2020/src/icons/icons/a-arrow-up.mjs +9 -0
- package/esm2020/src/icons/icons/a-large-small.mjs +9 -0
- package/esm2020/src/icons/icons/gavel.mjs +2 -8
- package/esm2020/src/icons/icons/lucide-icons.mjs +11 -6
- package/esm2020/src/icons/icons/panel-bottom-close.mjs +3 -3
- package/esm2020/src/icons/icons/panel-bottom-dashed.mjs +10 -0
- package/esm2020/src/icons/icons/panel-bottom-open.mjs +3 -3
- package/esm2020/src/icons/icons/panel-bottom.mjs +3 -3
- package/esm2020/src/icons/icons/panel-left-close.mjs +2 -2
- package/esm2020/src/icons/icons/panel-left-dashed.mjs +10 -0
- package/esm2020/src/icons/icons/panel-left-open.mjs +2 -2
- package/esm2020/src/icons/icons/panel-left.mjs +3 -3
- package/esm2020/src/icons/icons/panel-right-close.mjs +3 -3
- package/esm2020/src/icons/icons/panel-right-dashed.mjs +10 -0
- package/esm2020/src/icons/icons/panel-right-open.mjs +3 -3
- package/esm2020/src/icons/icons/panel-right.mjs +3 -3
- package/esm2020/src/icons/icons/panel-top-close.mjs +3 -3
- package/esm2020/src/icons/icons/panel-top-dashed.mjs +10 -0
- package/esm2020/src/icons/icons/panel-top-open.mjs +3 -3
- package/esm2020/src/icons/icons/panel-top.mjs +3 -3
- package/esm2020/src/icons/icons/panels-left-bottom.mjs +8 -0
- package/esm2020/src/icons/icons/panels-right-bottom.mjs +8 -0
- package/esm2020/src/icons/icons/panels-top-left.mjs +8 -0
- package/fesm2015/lucide-angular-src-icons.mjs +84 -47
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +84 -47
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +84 -47
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +84 -47
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/a-arrow-down.d.ts +3 -0
- package/icons/a-arrow-up.d.ts +3 -0
- package/icons/a-large-small.d.ts +3 -0
- package/icons/lucide-icons.d.ts +10 -5
- package/icons/panel-bottom-dashed.d.ts +3 -0
- package/icons/panel-left-dashed.d.ts +3 -0
- package/icons/panel-right-dashed.d.ts +3 -0
- package/icons/panel-top-dashed.d.ts +3 -0
- package/icons/panels-left-bottom.d.ts +3 -0
- package/icons/panels-right-bottom.d.ts +3 -0
- package/icons/panels-top-left.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +35 -10
- package/src/icons/icons/a-arrow-down.d.ts +3 -0
- package/src/icons/icons/a-arrow-up.d.ts +3 -0
- package/src/icons/icons/a-large-small.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +10 -5
- package/src/icons/icons/panel-bottom-dashed.d.ts +3 -0
- package/src/icons/icons/panel-left-dashed.d.ts +3 -0
- package/src/icons/icons/panel-right-dashed.d.ts +3 -0
- package/src/icons/icons/panel-top-dashed.d.ts +3 -0
- package/src/icons/icons/panels-left-bottom.d.ts +3 -0
- package/src/icons/icons/panels-right-bottom.d.ts +3 -0
- package/src/icons/icons/panels-top-left.d.ts +3 -0
- package/esm2020/icons/layout.mjs +0 -8
- package/esm2020/icons/panel-bottom-inactive.mjs +0 -10
- package/esm2020/icons/panel-left-inactive.mjs +0 -10
- package/esm2020/icons/panel-right-inactive.mjs +0 -10
- package/esm2020/icons/panel-top-inactive.mjs +0 -10
- package/esm2020/src/icons/icons/layout.mjs +0 -8
- package/esm2020/src/icons/icons/panel-bottom-inactive.mjs +0 -10
- package/esm2020/src/icons/icons/panel-left-inactive.mjs +0 -10
- package/esm2020/src/icons/icons/panel-right-inactive.mjs +0 -10
- package/esm2020/src/icons/icons/panel-top-inactive.mjs +0 -10
- package/icons/layout.d.ts +0 -3
- package/icons/panel-bottom-inactive.d.ts +0 -3
- package/icons/panel-left-inactive.d.ts +0 -3
- package/icons/panel-right-inactive.d.ts +0 -3
- package/icons/panel-top-inactive.d.ts +0 -3
- package/src/icons/icons/layout.d.ts +0 -3
- package/src/icons/icons/panel-bottom-inactive.d.ts +0 -3
- package/src/icons/icons/panel-left-inactive.d.ts +0 -3
- package/src/icons/icons/panel-right-inactive.d.ts +0 -3
- package/src/icons/icons/panel-top-inactive.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export { default as AArrowDownIcon } from './icons/a-arrow-down';
|
|
2
|
+
export { default as LucideAArrowDown } from './icons/a-arrow-down';
|
|
3
|
+
export { default as AArrowUpIcon } from './icons/a-arrow-up';
|
|
4
|
+
export { default as LucideAArrowUp } from './icons/a-arrow-up';
|
|
5
|
+
export { default as ALargeSmallIcon } from './icons/a-large-small';
|
|
6
|
+
export { default as LucideALargeSmall } from './icons/a-large-small';
|
|
1
7
|
export { default as AccessibilityIcon } from './icons/accessibility';
|
|
2
8
|
export { default as LucideAccessibility } from './icons/accessibility';
|
|
3
9
|
export { default as ActivitySquareIcon } from './icons/activity-square';
|
|
@@ -1412,8 +1418,6 @@ export { default as LayoutPanelTopIcon } from './icons/layout-panel-top';
|
|
|
1412
1418
|
export { default as LucideLayoutPanelTop } from './icons/layout-panel-top';
|
|
1413
1419
|
export { default as LayoutTemplateIcon } from './icons/layout-template';
|
|
1414
1420
|
export { default as LucideLayoutTemplate } from './icons/layout-template';
|
|
1415
|
-
export { default as LayoutIcon } from './icons/layout';
|
|
1416
|
-
export { default as LucideLayout } from './icons/layout';
|
|
1417
1421
|
export { default as LeafIcon } from './icons/leaf';
|
|
1418
1422
|
export { default as LucideLeaf } from './icons/leaf';
|
|
1419
1423
|
export { default as LeafyGreenIcon } from './icons/leafy-green';
|
|
@@ -1762,30 +1766,26 @@ export { default as PalmtreeIcon } from './icons/palmtree';
|
|
|
1762
1766
|
export { default as LucidePalmtree } from './icons/palmtree';
|
|
1763
1767
|
export { default as PanelBottomCloseIcon } from './icons/panel-bottom-close';
|
|
1764
1768
|
export { default as LucidePanelBottomClose } from './icons/panel-bottom-close';
|
|
1765
|
-
export { default as PanelBottomInactiveIcon } from './icons/panel-bottom-inactive';
|
|
1766
|
-
export { default as LucidePanelBottomInactive } from './icons/panel-bottom-inactive';
|
|
1767
1769
|
export { default as PanelBottomOpenIcon } from './icons/panel-bottom-open';
|
|
1768
1770
|
export { default as LucidePanelBottomOpen } from './icons/panel-bottom-open';
|
|
1769
1771
|
export { default as PanelBottomIcon } from './icons/panel-bottom';
|
|
1770
1772
|
export { default as LucidePanelBottom } from './icons/panel-bottom';
|
|
1771
|
-
export { default as PanelLeftInactiveIcon } from './icons/panel-left-inactive';
|
|
1772
|
-
export { default as LucidePanelLeftInactive } from './icons/panel-left-inactive';
|
|
1773
1773
|
export { default as PanelRightCloseIcon } from './icons/panel-right-close';
|
|
1774
1774
|
export { default as LucidePanelRightClose } from './icons/panel-right-close';
|
|
1775
|
-
export { default as PanelRightInactiveIcon } from './icons/panel-right-inactive';
|
|
1776
|
-
export { default as LucidePanelRightInactive } from './icons/panel-right-inactive';
|
|
1777
1775
|
export { default as PanelRightOpenIcon } from './icons/panel-right-open';
|
|
1778
1776
|
export { default as LucidePanelRightOpen } from './icons/panel-right-open';
|
|
1779
1777
|
export { default as PanelRightIcon } from './icons/panel-right';
|
|
1780
1778
|
export { default as LucidePanelRight } from './icons/panel-right';
|
|
1781
1779
|
export { default as PanelTopCloseIcon } from './icons/panel-top-close';
|
|
1782
1780
|
export { default as LucidePanelTopClose } from './icons/panel-top-close';
|
|
1783
|
-
export { default as PanelTopInactiveIcon } from './icons/panel-top-inactive';
|
|
1784
|
-
export { default as LucidePanelTopInactive } from './icons/panel-top-inactive';
|
|
1785
1781
|
export { default as PanelTopOpenIcon } from './icons/panel-top-open';
|
|
1786
1782
|
export { default as LucidePanelTopOpen } from './icons/panel-top-open';
|
|
1787
1783
|
export { default as PanelTopIcon } from './icons/panel-top';
|
|
1788
1784
|
export { default as LucidePanelTop } from './icons/panel-top';
|
|
1785
|
+
export { default as PanelsLeftBottomIcon } from './icons/panels-left-bottom';
|
|
1786
|
+
export { default as LucidePanelsLeftBottom } from './icons/panels-left-bottom';
|
|
1787
|
+
export { default as PanelsRightBottomIcon } from './icons/panels-right-bottom';
|
|
1788
|
+
export { default as LucidePanelsRightBottom } from './icons/panels-right-bottom';
|
|
1789
1789
|
export { default as PaperclipIcon } from './icons/paperclip';
|
|
1790
1790
|
export { default as LucidePaperclip } from './icons/paperclip';
|
|
1791
1791
|
export { default as ParenthesesIcon } from './icons/parentheses';
|
|
@@ -2750,11 +2750,21 @@ export { default as LucideMove3d } from './icons/move-3d';
|
|
|
2750
2750
|
export { default as Move3D } from './icons/move-3d';
|
|
2751
2751
|
export { default as Move3DIcon } from './icons/move-3d';
|
|
2752
2752
|
export { default as LucideMove3D } from './icons/move-3d';
|
|
2753
|
+
export { default as PanelBottomDashedIcon } from './icons/panel-bottom-dashed';
|
|
2754
|
+
export { default as LucidePanelBottomDashed } from './icons/panel-bottom-dashed';
|
|
2755
|
+
export { default as PanelBottomInactive } from './icons/panel-bottom-dashed';
|
|
2756
|
+
export { default as PanelBottomInactiveIcon } from './icons/panel-bottom-dashed';
|
|
2757
|
+
export { default as LucidePanelBottomInactive } from './icons/panel-bottom-dashed';
|
|
2753
2758
|
export { default as PanelLeftCloseIcon } from './icons/panel-left-close';
|
|
2754
2759
|
export { default as LucidePanelLeftClose } from './icons/panel-left-close';
|
|
2755
2760
|
export { default as SidebarClose } from './icons/panel-left-close';
|
|
2756
2761
|
export { default as SidebarCloseIcon } from './icons/panel-left-close';
|
|
2757
2762
|
export { default as LucideSidebarClose } from './icons/panel-left-close';
|
|
2763
|
+
export { default as PanelLeftDashedIcon } from './icons/panel-left-dashed';
|
|
2764
|
+
export { default as LucidePanelLeftDashed } from './icons/panel-left-dashed';
|
|
2765
|
+
export { default as PanelLeftInactive } from './icons/panel-left-dashed';
|
|
2766
|
+
export { default as PanelLeftInactiveIcon } from './icons/panel-left-dashed';
|
|
2767
|
+
export { default as LucidePanelLeftInactive } from './icons/panel-left-dashed';
|
|
2758
2768
|
export { default as PanelLeftOpenIcon } from './icons/panel-left-open';
|
|
2759
2769
|
export { default as LucidePanelLeftOpen } from './icons/panel-left-open';
|
|
2760
2770
|
export { default as SidebarOpen } from './icons/panel-left-open';
|
|
@@ -2765,6 +2775,21 @@ export { default as LucidePanelLeft } from './icons/panel-left';
|
|
|
2765
2775
|
export { default as Sidebar } from './icons/panel-left';
|
|
2766
2776
|
export { default as SidebarIcon } from './icons/panel-left';
|
|
2767
2777
|
export { default as LucideSidebar } from './icons/panel-left';
|
|
2778
|
+
export { default as PanelRightDashedIcon } from './icons/panel-right-dashed';
|
|
2779
|
+
export { default as LucidePanelRightDashed } from './icons/panel-right-dashed';
|
|
2780
|
+
export { default as PanelRightInactive } from './icons/panel-right-dashed';
|
|
2781
|
+
export { default as PanelRightInactiveIcon } from './icons/panel-right-dashed';
|
|
2782
|
+
export { default as LucidePanelRightInactive } from './icons/panel-right-dashed';
|
|
2783
|
+
export { default as PanelTopDashedIcon } from './icons/panel-top-dashed';
|
|
2784
|
+
export { default as LucidePanelTopDashed } from './icons/panel-top-dashed';
|
|
2785
|
+
export { default as PanelTopInactive } from './icons/panel-top-dashed';
|
|
2786
|
+
export { default as PanelTopInactiveIcon } from './icons/panel-top-dashed';
|
|
2787
|
+
export { default as LucidePanelTopInactive } from './icons/panel-top-dashed';
|
|
2788
|
+
export { default as PanelsTopLeftIcon } from './icons/panels-top-left';
|
|
2789
|
+
export { default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
2790
|
+
export { default as Layout } from './icons/panels-top-left';
|
|
2791
|
+
export { default as LayoutIcon } from './icons/panels-top-left';
|
|
2792
|
+
export { default as LucideLayout } from './icons/panels-top-left';
|
|
2768
2793
|
export { default as PenLineIcon } from './icons/pen-line';
|
|
2769
2794
|
export { default as LucidePenLine } from './icons/pen-line';
|
|
2770
2795
|
export { default as Edit3 } from './icons/pen-line';
|