lucide-angular 0.301.0 → 0.303.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 +63 -18
- package/esm2020/aliases.mjs +79 -28
- package/esm2020/icons/alarm-clock-minus.mjs +11 -0
- package/esm2020/icons/alarm-clock-plus.mjs +12 -0
- package/esm2020/icons/columns-2.mjs +7 -0
- package/esm2020/icons/columns-3.mjs +8 -0
- package/esm2020/icons/columns-4.mjs +9 -0
- package/esm2020/icons/lucide-icons.mjs +16 -10
- 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/icons/rabbit.mjs +7 -7
- package/esm2020/icons/rows-2.mjs +7 -0
- package/esm2020/icons/rows-3.mjs +8 -0
- package/esm2020/icons/rows-4.mjs +9 -0
- package/esm2020/icons/squirrel.mjs +4 -4
- package/esm2020/src/icons/aliases.mjs +79 -28
- package/esm2020/src/icons/icons/alarm-clock-minus.mjs +11 -0
- package/esm2020/src/icons/icons/alarm-clock-plus.mjs +12 -0
- package/esm2020/src/icons/icons/columns-2.mjs +7 -0
- package/esm2020/src/icons/icons/columns-3.mjs +8 -0
- package/esm2020/src/icons/icons/columns-4.mjs +9 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +16 -10
- 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/esm2020/src/icons/icons/rabbit.mjs +7 -7
- package/esm2020/src/icons/icons/rows-2.mjs +7 -0
- package/esm2020/src/icons/icons/rows-3.mjs +8 -0
- package/esm2020/src/icons/icons/rows-4.mjs +9 -0
- package/esm2020/src/icons/icons/squirrel.mjs +4 -4
- package/fesm2015/lucide-angular-src-icons.mjs +122 -72
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +122 -72
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +122 -72
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +122 -72
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/alarm-clock-minus.d.ts +3 -0
- package/icons/alarm-clock-plus.d.ts +3 -0
- package/icons/columns-2.d.ts +3 -0
- package/icons/columns-3.d.ts +3 -0
- package/icons/columns-4.d.ts +3 -0
- package/icons/lucide-icons.d.ts +15 -9
- 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/icons/rows-2.d.ts +3 -0
- package/icons/rows-3.d.ts +3 -0
- package/icons/rows-4.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +63 -18
- package/src/icons/icons/alarm-clock-minus.d.ts +3 -0
- package/src/icons/icons/alarm-clock-plus.d.ts +3 -0
- package/src/icons/icons/columns-2.d.ts +3 -0
- package/src/icons/icons/columns-3.d.ts +3 -0
- package/src/icons/icons/columns-4.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +15 -9
- 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/src/icons/icons/rows-2.d.ts +3 -0
- package/src/icons/icons/rows-3.d.ts +3 -0
- package/src/icons/icons/rows-4.d.ts +3 -0
- package/esm2020/icons/alarm-minus.mjs +0 -11
- package/esm2020/icons/alarm-plus.mjs +0 -12
- package/esm2020/icons/columns.mjs +0 -7
- 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/icons/rows.mjs +0 -7
- package/esm2020/src/icons/icons/alarm-minus.mjs +0 -11
- package/esm2020/src/icons/icons/alarm-plus.mjs +0 -12
- package/esm2020/src/icons/icons/columns.mjs +0 -7
- 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/esm2020/src/icons/icons/rows.mjs +0 -7
- package/icons/alarm-minus.d.ts +0 -3
- package/icons/alarm-plus.d.ts +0 -3
- package/icons/columns.d.ts +0 -3
- 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/icons/rows.d.ts +0 -3
- package/src/icons/icons/alarm-minus.d.ts +0 -3
- package/src/icons/icons/alarm-plus.d.ts +0 -3
- package/src/icons/icons/columns.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/src/icons/icons/rows.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -18,10 +18,6 @@ export { default as AlarmClockOffIcon } from './icons/alarm-clock-off';
|
|
|
18
18
|
export { default as LucideAlarmClockOff } from './icons/alarm-clock-off';
|
|
19
19
|
export { default as AlarmClockIcon } from './icons/alarm-clock';
|
|
20
20
|
export { default as LucideAlarmClock } from './icons/alarm-clock';
|
|
21
|
-
export { default as AlarmMinusIcon } from './icons/alarm-minus';
|
|
22
|
-
export { default as LucideAlarmMinus } from './icons/alarm-minus';
|
|
23
|
-
export { default as AlarmPlusIcon } from './icons/alarm-plus';
|
|
24
|
-
export { default as LucideAlarmPlus } from './icons/alarm-plus';
|
|
25
21
|
export { default as AlarmSmokeIcon } from './icons/alarm-smoke';
|
|
26
22
|
export { default as LucideAlarmSmoke } from './icons/alarm-smoke';
|
|
27
23
|
export { default as AlbumIcon } from './icons/album';
|
|
@@ -714,8 +710,8 @@ export { default as CogIcon } from './icons/cog';
|
|
|
714
710
|
export { default as LucideCog } from './icons/cog';
|
|
715
711
|
export { default as CoinsIcon } from './icons/coins';
|
|
716
712
|
export { default as LucideCoins } from './icons/coins';
|
|
717
|
-
export { default as
|
|
718
|
-
export { default as
|
|
713
|
+
export { default as Columns4Icon } from './icons/columns-4';
|
|
714
|
+
export { default as LucideColumns4 } from './icons/columns-4';
|
|
719
715
|
export { default as CombineIcon } from './icons/combine';
|
|
720
716
|
export { default as LucideCombine } from './icons/combine';
|
|
721
717
|
export { default as CommandIcon } from './icons/command';
|
|
@@ -1418,8 +1414,6 @@ export { default as LayoutPanelTopIcon } from './icons/layout-panel-top';
|
|
|
1418
1414
|
export { default as LucideLayoutPanelTop } from './icons/layout-panel-top';
|
|
1419
1415
|
export { default as LayoutTemplateIcon } from './icons/layout-template';
|
|
1420
1416
|
export { default as LucideLayoutTemplate } from './icons/layout-template';
|
|
1421
|
-
export { default as LayoutIcon } from './icons/layout';
|
|
1422
|
-
export { default as LucideLayout } from './icons/layout';
|
|
1423
1417
|
export { default as LeafIcon } from './icons/leaf';
|
|
1424
1418
|
export { default as LucideLeaf } from './icons/leaf';
|
|
1425
1419
|
export { default as LeafyGreenIcon } from './icons/leafy-green';
|
|
@@ -1768,30 +1762,26 @@ export { default as PalmtreeIcon } from './icons/palmtree';
|
|
|
1768
1762
|
export { default as LucidePalmtree } from './icons/palmtree';
|
|
1769
1763
|
export { default as PanelBottomCloseIcon } from './icons/panel-bottom-close';
|
|
1770
1764
|
export { default as LucidePanelBottomClose } from './icons/panel-bottom-close';
|
|
1771
|
-
export { default as PanelBottomInactiveIcon } from './icons/panel-bottom-inactive';
|
|
1772
|
-
export { default as LucidePanelBottomInactive } from './icons/panel-bottom-inactive';
|
|
1773
1765
|
export { default as PanelBottomOpenIcon } from './icons/panel-bottom-open';
|
|
1774
1766
|
export { default as LucidePanelBottomOpen } from './icons/panel-bottom-open';
|
|
1775
1767
|
export { default as PanelBottomIcon } from './icons/panel-bottom';
|
|
1776
1768
|
export { default as LucidePanelBottom } from './icons/panel-bottom';
|
|
1777
|
-
export { default as PanelLeftInactiveIcon } from './icons/panel-left-inactive';
|
|
1778
|
-
export { default as LucidePanelLeftInactive } from './icons/panel-left-inactive';
|
|
1779
1769
|
export { default as PanelRightCloseIcon } from './icons/panel-right-close';
|
|
1780
1770
|
export { default as LucidePanelRightClose } from './icons/panel-right-close';
|
|
1781
|
-
export { default as PanelRightInactiveIcon } from './icons/panel-right-inactive';
|
|
1782
|
-
export { default as LucidePanelRightInactive } from './icons/panel-right-inactive';
|
|
1783
1771
|
export { default as PanelRightOpenIcon } from './icons/panel-right-open';
|
|
1784
1772
|
export { default as LucidePanelRightOpen } from './icons/panel-right-open';
|
|
1785
1773
|
export { default as PanelRightIcon } from './icons/panel-right';
|
|
1786
1774
|
export { default as LucidePanelRight } from './icons/panel-right';
|
|
1787
1775
|
export { default as PanelTopCloseIcon } from './icons/panel-top-close';
|
|
1788
1776
|
export { default as LucidePanelTopClose } from './icons/panel-top-close';
|
|
1789
|
-
export { default as PanelTopInactiveIcon } from './icons/panel-top-inactive';
|
|
1790
|
-
export { default as LucidePanelTopInactive } from './icons/panel-top-inactive';
|
|
1791
1777
|
export { default as PanelTopOpenIcon } from './icons/panel-top-open';
|
|
1792
1778
|
export { default as LucidePanelTopOpen } from './icons/panel-top-open';
|
|
1793
1779
|
export { default as PanelTopIcon } from './icons/panel-top';
|
|
1794
1780
|
export { default as LucidePanelTop } from './icons/panel-top';
|
|
1781
|
+
export { default as PanelsLeftBottomIcon } from './icons/panels-left-bottom';
|
|
1782
|
+
export { default as LucidePanelsLeftBottom } from './icons/panels-left-bottom';
|
|
1783
|
+
export { default as PanelsRightBottomIcon } from './icons/panels-right-bottom';
|
|
1784
|
+
export { default as LucidePanelsRightBottom } from './icons/panels-right-bottom';
|
|
1795
1785
|
export { default as PaperclipIcon } from './icons/paperclip';
|
|
1796
1786
|
export { default as LucidePaperclip } from './icons/paperclip';
|
|
1797
1787
|
export { default as ParenthesesIcon } from './icons/parentheses';
|
|
@@ -2028,8 +2018,8 @@ export { default as RouteIcon } from './icons/route';
|
|
|
2028
2018
|
export { default as LucideRoute } from './icons/route';
|
|
2029
2019
|
export { default as RouterIcon } from './icons/router';
|
|
2030
2020
|
export { default as LucideRouter } from './icons/router';
|
|
2031
|
-
export { default as
|
|
2032
|
-
export { default as
|
|
2021
|
+
export { default as Rows4Icon } from './icons/rows-4';
|
|
2022
|
+
export { default as LucideRows4 } from './icons/rows-4';
|
|
2033
2023
|
export { default as RssIcon } from './icons/rss';
|
|
2034
2024
|
export { default as LucideRss } from './icons/rss';
|
|
2035
2025
|
export { default as RulerIcon } from './icons/ruler';
|
|
@@ -2625,6 +2615,16 @@ export { default as LucideAlarmClockCheck } from './icons/alarm-clock-check';
|
|
|
2625
2615
|
export { default as AlarmCheck } from './icons/alarm-clock-check';
|
|
2626
2616
|
export { default as AlarmCheckIcon } from './icons/alarm-clock-check';
|
|
2627
2617
|
export { default as LucideAlarmCheck } from './icons/alarm-clock-check';
|
|
2618
|
+
export { default as AlarmClockMinusIcon } from './icons/alarm-clock-minus';
|
|
2619
|
+
export { default as LucideAlarmClockMinus } from './icons/alarm-clock-minus';
|
|
2620
|
+
export { default as AlarmMinus } from './icons/alarm-clock-minus';
|
|
2621
|
+
export { default as AlarmMinusIcon } from './icons/alarm-clock-minus';
|
|
2622
|
+
export { default as LucideAlarmMinus } from './icons/alarm-clock-minus';
|
|
2623
|
+
export { default as AlarmClockPlusIcon } from './icons/alarm-clock-plus';
|
|
2624
|
+
export { default as LucideAlarmClockPlus } from './icons/alarm-clock-plus';
|
|
2625
|
+
export { default as AlarmPlus } from './icons/alarm-clock-plus';
|
|
2626
|
+
export { default as AlarmPlusIcon } from './icons/alarm-clock-plus';
|
|
2627
|
+
export { default as LucideAlarmPlus } from './icons/alarm-clock-plus';
|
|
2628
2628
|
export { default as ArrowDown01Icon } from './icons/arrow-down-0-1';
|
|
2629
2629
|
export { default as LucideArrowDown01 } from './icons/arrow-down-0-1';
|
|
2630
2630
|
export { default as ArrowDown10Icon } from './icons/arrow-down-1-0';
|
|
@@ -2698,6 +2698,16 @@ export { default as LucideCircleUser } from './icons/circle-user';
|
|
|
2698
2698
|
export { default as UserCircle } from './icons/circle-user';
|
|
2699
2699
|
export { default as UserCircleIcon } from './icons/circle-user';
|
|
2700
2700
|
export { default as LucideUserCircle } from './icons/circle-user';
|
|
2701
|
+
export { default as Columns2Icon } from './icons/columns-2';
|
|
2702
|
+
export { default as LucideColumns2 } from './icons/columns-2';
|
|
2703
|
+
export { default as Columns } from './icons/columns-2';
|
|
2704
|
+
export { default as ColumnsIcon } from './icons/columns-2';
|
|
2705
|
+
export { default as LucideColumns } from './icons/columns-2';
|
|
2706
|
+
export { default as Columns3Icon } from './icons/columns-3';
|
|
2707
|
+
export { default as LucideColumns3 } from './icons/columns-3';
|
|
2708
|
+
export { default as PanelsLeftRight } from './icons/columns-3';
|
|
2709
|
+
export { default as PanelsLeftRightIcon } from './icons/columns-3';
|
|
2710
|
+
export { default as LucidePanelsLeftRight } from './icons/columns-3';
|
|
2701
2711
|
export { default as FileAxis3dIcon } from './icons/file-axis-3d';
|
|
2702
2712
|
export { default as LucideFileAxis3d } from './icons/file-axis-3d';
|
|
2703
2713
|
export { default as FileAxis3D } from './icons/file-axis-3d';
|
|
@@ -2756,11 +2766,21 @@ export { default as LucideMove3d } from './icons/move-3d';
|
|
|
2756
2766
|
export { default as Move3D } from './icons/move-3d';
|
|
2757
2767
|
export { default as Move3DIcon } from './icons/move-3d';
|
|
2758
2768
|
export { default as LucideMove3D } from './icons/move-3d';
|
|
2769
|
+
export { default as PanelBottomDashedIcon } from './icons/panel-bottom-dashed';
|
|
2770
|
+
export { default as LucidePanelBottomDashed } from './icons/panel-bottom-dashed';
|
|
2771
|
+
export { default as PanelBottomInactive } from './icons/panel-bottom-dashed';
|
|
2772
|
+
export { default as PanelBottomInactiveIcon } from './icons/panel-bottom-dashed';
|
|
2773
|
+
export { default as LucidePanelBottomInactive } from './icons/panel-bottom-dashed';
|
|
2759
2774
|
export { default as PanelLeftCloseIcon } from './icons/panel-left-close';
|
|
2760
2775
|
export { default as LucidePanelLeftClose } from './icons/panel-left-close';
|
|
2761
2776
|
export { default as SidebarClose } from './icons/panel-left-close';
|
|
2762
2777
|
export { default as SidebarCloseIcon } from './icons/panel-left-close';
|
|
2763
2778
|
export { default as LucideSidebarClose } from './icons/panel-left-close';
|
|
2779
|
+
export { default as PanelLeftDashedIcon } from './icons/panel-left-dashed';
|
|
2780
|
+
export { default as LucidePanelLeftDashed } from './icons/panel-left-dashed';
|
|
2781
|
+
export { default as PanelLeftInactive } from './icons/panel-left-dashed';
|
|
2782
|
+
export { default as PanelLeftInactiveIcon } from './icons/panel-left-dashed';
|
|
2783
|
+
export { default as LucidePanelLeftInactive } from './icons/panel-left-dashed';
|
|
2764
2784
|
export { default as PanelLeftOpenIcon } from './icons/panel-left-open';
|
|
2765
2785
|
export { default as LucidePanelLeftOpen } from './icons/panel-left-open';
|
|
2766
2786
|
export { default as SidebarOpen } from './icons/panel-left-open';
|
|
@@ -2771,6 +2791,21 @@ export { default as LucidePanelLeft } from './icons/panel-left';
|
|
|
2771
2791
|
export { default as Sidebar } from './icons/panel-left';
|
|
2772
2792
|
export { default as SidebarIcon } from './icons/panel-left';
|
|
2773
2793
|
export { default as LucideSidebar } from './icons/panel-left';
|
|
2794
|
+
export { default as PanelRightDashedIcon } from './icons/panel-right-dashed';
|
|
2795
|
+
export { default as LucidePanelRightDashed } from './icons/panel-right-dashed';
|
|
2796
|
+
export { default as PanelRightInactive } from './icons/panel-right-dashed';
|
|
2797
|
+
export { default as PanelRightInactiveIcon } from './icons/panel-right-dashed';
|
|
2798
|
+
export { default as LucidePanelRightInactive } from './icons/panel-right-dashed';
|
|
2799
|
+
export { default as PanelTopDashedIcon } from './icons/panel-top-dashed';
|
|
2800
|
+
export { default as LucidePanelTopDashed } from './icons/panel-top-dashed';
|
|
2801
|
+
export { default as PanelTopInactive } from './icons/panel-top-dashed';
|
|
2802
|
+
export { default as PanelTopInactiveIcon } from './icons/panel-top-dashed';
|
|
2803
|
+
export { default as LucidePanelTopInactive } from './icons/panel-top-dashed';
|
|
2804
|
+
export { default as PanelsTopLeftIcon } from './icons/panels-top-left';
|
|
2805
|
+
export { default as LucidePanelsTopLeft } from './icons/panels-top-left';
|
|
2806
|
+
export { default as Layout } from './icons/panels-top-left';
|
|
2807
|
+
export { default as LayoutIcon } from './icons/panels-top-left';
|
|
2808
|
+
export { default as LucideLayout } from './icons/panels-top-left';
|
|
2774
2809
|
export { default as PenLineIcon } from './icons/pen-line';
|
|
2775
2810
|
export { default as LucidePenLine } from './icons/pen-line';
|
|
2776
2811
|
export { default as Edit3 } from './icons/pen-line';
|
|
@@ -2794,6 +2829,16 @@ export { default as LucideRotate3d } from './icons/rotate-3d';
|
|
|
2794
2829
|
export { default as Rotate3D } from './icons/rotate-3d';
|
|
2795
2830
|
export { default as Rotate3DIcon } from './icons/rotate-3d';
|
|
2796
2831
|
export { default as LucideRotate3D } from './icons/rotate-3d';
|
|
2832
|
+
export { default as Rows2Icon } from './icons/rows-2';
|
|
2833
|
+
export { default as LucideRows2 } from './icons/rows-2';
|
|
2834
|
+
export { default as Rows } from './icons/rows-2';
|
|
2835
|
+
export { default as RowsIcon } from './icons/rows-2';
|
|
2836
|
+
export { default as LucideRows } from './icons/rows-2';
|
|
2837
|
+
export { default as Rows3Icon } from './icons/rows-3';
|
|
2838
|
+
export { default as LucideRows3 } from './icons/rows-3';
|
|
2839
|
+
export { default as PanelsTopBottom } from './icons/rows-3';
|
|
2840
|
+
export { default as PanelsTopBottomIcon } from './icons/rows-3';
|
|
2841
|
+
export { default as LucidePanelsTopBottom } from './icons/rows-3';
|
|
2797
2842
|
export { default as Scale3dIcon } from './icons/scale-3d';
|
|
2798
2843
|
export { default as LucideScale3d } from './icons/scale-3d';
|
|
2799
2844
|
export { default as Scale3D } from './icons/scale-3d';
|