lucide-angular 0.413.0 → 0.415.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 +225 -43
- package/esm2020/aliases.mjs +256 -64
- package/esm2020/icons/chart-area.mjs +23 -0
- package/esm2020/icons/chart-bar-big.mjs +18 -0
- package/esm2020/icons/chart-bar-decreasing.mjs +19 -0
- package/esm2020/icons/chart-bar-increasing.mjs +19 -0
- package/esm2020/icons/chart-bar-stacked.mjs +20 -0
- package/esm2020/icons/chart-bar.mjs +19 -0
- package/esm2020/icons/chart-candlestick.mjs +22 -0
- package/esm2020/icons/chart-column-big.mjs +18 -0
- package/esm2020/icons/chart-column-decreasing.mjs +19 -0
- package/esm2020/icons/chart-column-increasing.mjs +19 -0
- package/esm2020/icons/chart-column-stacked.mjs +20 -0
- package/esm2020/icons/chart-column.mjs +19 -0
- package/esm2020/icons/chart-line.mjs +17 -0
- package/esm2020/icons/chart-network.mjs +22 -0
- package/esm2020/icons/chart-no-axes-column-decreasing.mjs +18 -0
- package/esm2020/icons/chart-no-axes-column-increasing.mjs +18 -0
- package/esm2020/icons/chart-no-axes-column.mjs +18 -0
- package/esm2020/icons/chart-no-axes-combined.mjs +24 -0
- package/esm2020/icons/chart-no-axes-gantt.mjs +18 -0
- package/esm2020/icons/chart-pie.mjs +23 -0
- package/esm2020/icons/chart-scatter.mjs +21 -0
- package/esm2020/icons/chart-spline.mjs +17 -0
- package/esm2020/icons/file-chart-column-increasing.mjs +20 -0
- package/esm2020/icons/file-chart-column.mjs +20 -0
- package/esm2020/icons/{file-line-chart.mjs → file-chart-line.mjs} +5 -5
- package/esm2020/icons/{file-pie-chart.mjs → file-chart-pie.mjs} +12 -6
- package/esm2020/icons/lucide-icons.mjs +29 -19
- package/esm2020/icons/{square-gantt-chart.mjs → square-chart-gantt.mjs} +5 -5
- package/esm2020/icons/square-square.mjs +17 -0
- package/esm2020/src/icons/aliases.mjs +256 -64
- package/esm2020/src/icons/icons/chart-area.mjs +23 -0
- package/esm2020/src/icons/icons/chart-bar-big.mjs +18 -0
- package/esm2020/src/icons/icons/chart-bar-decreasing.mjs +19 -0
- package/esm2020/src/icons/icons/chart-bar-increasing.mjs +19 -0
- package/esm2020/src/icons/icons/chart-bar-stacked.mjs +20 -0
- package/esm2020/src/icons/icons/chart-bar.mjs +19 -0
- package/esm2020/src/icons/icons/chart-candlestick.mjs +22 -0
- package/esm2020/src/icons/icons/chart-column-big.mjs +18 -0
- package/esm2020/src/icons/icons/chart-column-decreasing.mjs +19 -0
- package/esm2020/src/icons/icons/chart-column-increasing.mjs +19 -0
- package/esm2020/src/icons/icons/chart-column-stacked.mjs +20 -0
- package/esm2020/src/icons/icons/chart-column.mjs +19 -0
- package/esm2020/src/icons/icons/chart-line.mjs +17 -0
- package/esm2020/src/icons/icons/chart-network.mjs +22 -0
- package/esm2020/src/icons/icons/chart-no-axes-column-decreasing.mjs +18 -0
- package/esm2020/src/icons/icons/chart-no-axes-column-increasing.mjs +18 -0
- package/esm2020/src/icons/icons/chart-no-axes-column.mjs +18 -0
- package/esm2020/src/icons/icons/chart-no-axes-combined.mjs +24 -0
- package/esm2020/src/icons/icons/chart-no-axes-gantt.mjs +18 -0
- package/esm2020/src/icons/icons/chart-pie.mjs +23 -0
- package/esm2020/src/icons/icons/chart-scatter.mjs +21 -0
- package/esm2020/src/icons/icons/chart-spline.mjs +17 -0
- package/esm2020/src/icons/icons/file-chart-column-increasing.mjs +20 -0
- package/esm2020/src/icons/icons/file-chart-column.mjs +20 -0
- package/esm2020/src/icons/icons/{file-line-chart.mjs → file-chart-line.mjs} +5 -5
- package/esm2020/src/icons/icons/{file-pie-chart.mjs → file-chart-pie.mjs} +12 -6
- package/esm2020/src/icons/icons/lucide-icons.mjs +29 -19
- package/esm2020/src/icons/icons/{square-gantt-chart.mjs → square-chart-gantt.mjs} +5 -5
- package/esm2020/src/icons/icons/square-square.mjs +17 -0
- package/fesm2015/lucide-angular-src-icons.mjs +590 -377
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +590 -377
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +590 -377
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +590 -377
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/chart-area.d.ts +14 -0
- package/icons/chart-bar-big.d.ts +14 -0
- package/icons/{bar-chart-big.d.ts → chart-bar-decreasing.d.ts} +4 -4
- package/icons/chart-bar-increasing.d.ts +14 -0
- package/icons/chart-bar-stacked.d.ts +14 -0
- package/icons/{bar-chart-3.d.ts → chart-bar.d.ts} +4 -4
- package/icons/{candlestick-chart.d.ts → chart-candlestick.d.ts} +4 -4
- package/icons/chart-column-big.d.ts +14 -0
- package/icons/chart-column-decreasing.d.ts +14 -0
- package/icons/chart-column-increasing.d.ts +14 -0
- package/icons/chart-column-stacked.d.ts +14 -0
- package/icons/chart-column.d.ts +14 -0
- package/icons/{area-chart.d.ts → chart-line.d.ts} +4 -4
- package/icons/chart-network.d.ts +14 -0
- package/icons/{bar-chart-horizontal.d.ts → chart-no-axes-column-decreasing.d.ts} +4 -4
- package/icons/{bar-chart.d.ts → chart-no-axes-column-increasing.d.ts} +4 -4
- package/icons/{bar-chart-2.d.ts → chart-no-axes-column.d.ts} +4 -4
- package/icons/chart-no-axes-combined.d.ts +14 -0
- package/{src/icons/icons/gantt-chart.d.ts → icons/chart-no-axes-gantt.d.ts} +4 -4
- package/icons/chart-pie.d.ts +14 -0
- package/icons/{scatter-chart.d.ts → chart-scatter.d.ts} +4 -4
- package/icons/chart-spline.d.ts +14 -0
- package/{src/icons/icons/file-bar-chart.d.ts → icons/file-chart-column-increasing.d.ts} +4 -4
- package/icons/{file-bar-chart-2.d.ts → file-chart-column.d.ts} +4 -4
- package/icons/{file-line-chart.d.ts → file-chart-line.d.ts} +4 -4
- package/icons/{file-pie-chart.d.ts → file-chart-pie.d.ts} +4 -4
- package/icons/lucide-icons.d.ts +28 -18
- package/icons/{square-gantt-chart.d.ts → square-chart-gantt.d.ts} +4 -4
- package/icons/square-square.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +225 -43
- package/src/icons/icons/chart-area.d.ts +14 -0
- package/src/icons/icons/chart-bar-big.d.ts +14 -0
- package/src/icons/icons/chart-bar-decreasing.d.ts +14 -0
- package/src/icons/icons/chart-bar-increasing.d.ts +14 -0
- package/src/icons/icons/chart-bar-stacked.d.ts +14 -0
- package/{icons/bar-chart-4.d.ts → src/icons/icons/chart-bar.d.ts} +4 -4
- package/src/icons/icons/{candlestick-chart.d.ts → chart-candlestick.d.ts} +4 -4
- package/src/icons/icons/chart-column-big.d.ts +14 -0
- package/src/icons/icons/chart-column-decreasing.d.ts +14 -0
- package/src/icons/icons/chart-column-increasing.d.ts +14 -0
- package/src/icons/icons/chart-column-stacked.d.ts +14 -0
- package/src/icons/icons/chart-column.d.ts +14 -0
- package/{icons/line-chart.d.ts → src/icons/icons/chart-line.d.ts} +4 -4
- package/src/icons/icons/chart-network.d.ts +14 -0
- package/src/icons/icons/chart-no-axes-column-decreasing.d.ts +14 -0
- package/src/icons/icons/{bar-chart.d.ts → chart-no-axes-column-increasing.d.ts} +4 -4
- package/src/icons/icons/{bar-chart-2.d.ts → chart-no-axes-column.d.ts} +4 -4
- package/src/icons/icons/chart-no-axes-combined.d.ts +14 -0
- package/{icons/gantt-chart.d.ts → src/icons/icons/chart-no-axes-gantt.d.ts} +4 -4
- package/src/icons/icons/chart-pie.d.ts +14 -0
- package/src/icons/icons/{scatter-chart.d.ts → chart-scatter.d.ts} +4 -4
- package/src/icons/icons/chart-spline.d.ts +14 -0
- package/{icons/file-bar-chart.d.ts → src/icons/icons/file-chart-column-increasing.d.ts} +4 -4
- package/src/icons/icons/{file-bar-chart-2.d.ts → file-chart-column.d.ts} +4 -4
- package/src/icons/icons/{file-line-chart.d.ts → file-chart-line.d.ts} +4 -4
- package/src/icons/icons/{file-pie-chart.d.ts → file-chart-pie.d.ts} +4 -4
- package/src/icons/icons/lucide-icons.d.ts +28 -18
- package/src/icons/icons/{square-gantt-chart.d.ts → square-chart-gantt.d.ts} +4 -4
- package/src/icons/icons/square-square.d.ts +14 -0
- package/esm2020/icons/area-chart.mjs +0 -17
- package/esm2020/icons/bar-chart-2.mjs +0 -18
- package/esm2020/icons/bar-chart-3.mjs +0 -19
- package/esm2020/icons/bar-chart-4.mjs +0 -19
- package/esm2020/icons/bar-chart-big.mjs +0 -18
- package/esm2020/icons/bar-chart-horizontal-big.mjs +0 -18
- package/esm2020/icons/bar-chart-horizontal.mjs +0 -19
- package/esm2020/icons/bar-chart.mjs +0 -18
- package/esm2020/icons/candlestick-chart.mjs +0 -22
- package/esm2020/icons/file-bar-chart-2.mjs +0 -20
- package/esm2020/icons/file-bar-chart.mjs +0 -20
- package/esm2020/icons/gantt-chart.mjs +0 -18
- package/esm2020/icons/line-chart.mjs +0 -17
- package/esm2020/icons/pie-chart.mjs +0 -17
- package/esm2020/icons/scatter-chart.mjs +0 -21
- package/esm2020/src/icons/icons/area-chart.mjs +0 -17
- package/esm2020/src/icons/icons/bar-chart-2.mjs +0 -18
- package/esm2020/src/icons/icons/bar-chart-3.mjs +0 -19
- package/esm2020/src/icons/icons/bar-chart-4.mjs +0 -19
- package/esm2020/src/icons/icons/bar-chart-big.mjs +0 -18
- package/esm2020/src/icons/icons/bar-chart-horizontal-big.mjs +0 -18
- package/esm2020/src/icons/icons/bar-chart-horizontal.mjs +0 -19
- package/esm2020/src/icons/icons/bar-chart.mjs +0 -18
- package/esm2020/src/icons/icons/candlestick-chart.mjs +0 -22
- package/esm2020/src/icons/icons/file-bar-chart-2.mjs +0 -20
- package/esm2020/src/icons/icons/file-bar-chart.mjs +0 -20
- package/esm2020/src/icons/icons/gantt-chart.mjs +0 -18
- package/esm2020/src/icons/icons/line-chart.mjs +0 -17
- package/esm2020/src/icons/icons/pie-chart.mjs +0 -17
- package/esm2020/src/icons/icons/scatter-chart.mjs +0 -21
- package/icons/bar-chart-horizontal-big.d.ts +0 -14
- package/icons/pie-chart.d.ts +0 -14
- package/src/icons/icons/area-chart.d.ts +0 -14
- package/src/icons/icons/bar-chart-3.d.ts +0 -14
- package/src/icons/icons/bar-chart-4.d.ts +0 -14
- package/src/icons/icons/bar-chart-big.d.ts +0 -14
- package/src/icons/icons/bar-chart-horizontal-big.d.ts +0 -14
- package/src/icons/icons/bar-chart-horizontal.d.ts +0 -14
- package/src/icons/icons/line-chart.d.ts +0 -14
- package/src/icons/icons/pie-chart.d.ts +0 -14
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartArea
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-area
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartArea: LucideIconData;
|
|
14
|
+
export default ChartArea;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartBarBig
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-bar-big
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartBarBig: LucideIconData;
|
|
14
|
+
export default ChartBarBig;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartBarDecreasing
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-bar-decreasing
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartBarDecreasing: LucideIconData;
|
|
14
|
+
export default ChartBarDecreasing;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartBarIncreasing
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-bar-increasing
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartBarIncreasing: LucideIconData;
|
|
14
|
+
export default ChartBarIncreasing;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartBarStacked
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-bar-stacked
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartBarStacked: LucideIconData;
|
|
14
|
+
export default ChartBarStacked;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartBar
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-bar
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartBar: LucideIconData;
|
|
14
|
+
export default ChartBar;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartCandlestick
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-candlestick
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartCandlestick: LucideIconData;
|
|
14
|
+
export default ChartCandlestick;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartColumnBig
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-column-big
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartColumnBig: LucideIconData;
|
|
14
|
+
export default ChartColumnBig;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartColumnDecreasing
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-column-decreasing
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartColumnDecreasing: LucideIconData;
|
|
14
|
+
export default ChartColumnDecreasing;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartColumnIncreasing
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-column-increasing
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartColumnIncreasing: LucideIconData;
|
|
14
|
+
export default ChartColumnIncreasing;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartColumnStacked
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-column-stacked
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartColumnStacked: LucideIconData;
|
|
14
|
+
export default ChartColumnStacked;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartColumn
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-column
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartColumn: LucideIconData;
|
|
14
|
+
export default ChartColumn;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartLine
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-line
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartLine: LucideIconData;
|
|
14
|
+
export default ChartLine;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartNetwork
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-network
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartNetwork: LucideIconData;
|
|
14
|
+
export default ChartNetwork;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartNoAxesColumnDecreasing
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-no-axes-column-decreasing
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartNoAxesColumnDecreasing: LucideIconData;
|
|
14
|
+
export default ChartNoAxesColumnDecreasing;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartNoAxesColumnIncreasing
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-no-axes-column-increasing
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartNoAxesColumnIncreasing: LucideIconData;
|
|
14
|
+
export default ChartNoAxesColumnIncreasing;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartNoAxesColumn
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-no-axes-column
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartNoAxesColumn: LucideIconData;
|
|
14
|
+
export default ChartNoAxesColumn;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartNoAxesCombined
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-no-axes-combined
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartNoAxesCombined: LucideIconData;
|
|
14
|
+
export default ChartNoAxesCombined;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartNoAxesGantt
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/gantt
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-no-axes-gantt
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartNoAxesGantt: LucideIconData;
|
|
14
|
+
export default ChartNoAxesGantt;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartPie
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-pie
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartPie: LucideIconData;
|
|
14
|
+
export default ChartPie;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name ChartScatter
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/chart-scatter
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const ChartScatter: LucideIconData;
|
|
14
|
+
export default ChartScatter;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartSpline
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-spline
|
|
7
|
+
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
|
+
* @returns {FunctionalComponent} Vue component
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
declare const ChartSpline: LucideIconData;
|
|
14
|
+
export default ChartSpline;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name FileChartColumnIncreasing
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-
|
|
6
|
+
* @preview  - https://lucide.dev/icons/file-chart-column-increasing
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const FileChartColumnIncreasing: LucideIconData;
|
|
14
|
+
export default FileChartColumnIncreasing;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name FileChartColumn
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-
|
|
6
|
+
* @preview  - https://lucide.dev/icons/file-chart-column
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const FileChartColumn: LucideIconData;
|
|
14
|
+
export default FileChartColumn;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name FileChartLine
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-line
|
|
6
|
+
* @preview  - https://lucide.dev/icons/file-chart-line
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const FileChartLine: LucideIconData;
|
|
14
|
+
export default FileChartLine;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name FileChartPie
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/file-chart-pie
|
|
7
7
|
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
8
8
|
*
|
|
9
9
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
10
10
|
* @returns {FunctionalComponent} Vue component
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const FileChartPie: LucideIconData;
|
|
14
|
+
export default FileChartPie;
|