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 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;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name ChartNoAxesColumnDecreasing
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/chart-no-axes-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 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;
|
|
@@ -53,7 +53,6 @@ export { default as Apple } from './apple';
|
|
|
53
53
|
export { default as ArchiveRestore } from './archive-restore';
|
|
54
54
|
export { default as ArchiveX } from './archive-x';
|
|
55
55
|
export { default as Archive } from './archive';
|
|
56
|
-
export { default as AreaChart } from './area-chart';
|
|
57
56
|
export { default as Armchair } from './armchair';
|
|
58
57
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
59
58
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
@@ -129,13 +128,6 @@ export { default as BaggageClaim } from './baggage-claim';
|
|
|
129
128
|
export { default as Ban } from './ban';
|
|
130
129
|
export { default as Banana } from './banana';
|
|
131
130
|
export { default as Banknote } from './banknote';
|
|
132
|
-
export { default as BarChart2 } from './bar-chart-2';
|
|
133
|
-
export { default as BarChart3 } from './bar-chart-3';
|
|
134
|
-
export { default as BarChart4 } from './bar-chart-4';
|
|
135
|
-
export { default as BarChartBig } from './bar-chart-big';
|
|
136
|
-
export { default as BarChartHorizontalBig } from './bar-chart-horizontal-big';
|
|
137
|
-
export { default as BarChartHorizontal } from './bar-chart-horizontal';
|
|
138
|
-
export { default as BarChart } from './bar-chart';
|
|
139
131
|
export { default as Barcode } from './barcode';
|
|
140
132
|
export { default as Baseline } from './baseline';
|
|
141
133
|
export { default as Bath } from './bath';
|
|
@@ -262,7 +254,6 @@ export { default as CalendarX } from './calendar-x';
|
|
|
262
254
|
export { default as Calendar } from './calendar';
|
|
263
255
|
export { default as CameraOff } from './camera-off';
|
|
264
256
|
export { default as Camera } from './camera';
|
|
265
|
-
export { default as CandlestickChart } from './candlestick-chart';
|
|
266
257
|
export { default as CandyCane } from './candy-cane';
|
|
267
258
|
export { default as CandyOff } from './candy-off';
|
|
268
259
|
export { default as Candy } from './candy';
|
|
@@ -282,6 +273,28 @@ export { default as Cast } from './cast';
|
|
|
282
273
|
export { default as Castle } from './castle';
|
|
283
274
|
export { default as Cat } from './cat';
|
|
284
275
|
export { default as Cctv } from './cctv';
|
|
276
|
+
export { default as ChartArea } from './chart-area';
|
|
277
|
+
export { default as ChartBarBig } from './chart-bar-big';
|
|
278
|
+
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
279
|
+
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
280
|
+
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
281
|
+
export { default as ChartBar } from './chart-bar';
|
|
282
|
+
export { default as ChartCandlestick } from './chart-candlestick';
|
|
283
|
+
export { default as ChartColumnBig } from './chart-column-big';
|
|
284
|
+
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
285
|
+
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
286
|
+
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
287
|
+
export { default as ChartColumn } from './chart-column';
|
|
288
|
+
export { default as ChartLine } from './chart-line';
|
|
289
|
+
export { default as ChartNetwork } from './chart-network';
|
|
290
|
+
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
291
|
+
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
292
|
+
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
293
|
+
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
294
|
+
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
295
|
+
export { default as ChartPie } from './chart-pie';
|
|
296
|
+
export { default as ChartScatter } from './chart-scatter';
|
|
297
|
+
export { default as ChartSpline } from './chart-spline';
|
|
285
298
|
export { default as CheckCheck } from './check-check';
|
|
286
299
|
export { default as Check } from './check';
|
|
287
300
|
export { default as ChefHat } from './chef-hat';
|
|
@@ -520,9 +533,11 @@ export { default as FileAudio } from './file-audio';
|
|
|
520
533
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
521
534
|
export { default as FileBadge2 } from './file-badge-2';
|
|
522
535
|
export { default as FileBadge } from './file-badge';
|
|
523
|
-
export { default as FileBarChart2 } from './file-bar-chart-2';
|
|
524
|
-
export { default as FileBarChart } from './file-bar-chart';
|
|
525
536
|
export { default as FileBox } from './file-box';
|
|
537
|
+
export { default as FileChartColumnIncreasing } from './file-chart-column-increasing';
|
|
538
|
+
export { default as FileChartColumn } from './file-chart-column';
|
|
539
|
+
export { default as FileChartLine } from './file-chart-line';
|
|
540
|
+
export { default as FileChartPie } from './file-chart-pie';
|
|
526
541
|
export { default as FileCheck2 } from './file-check-2';
|
|
527
542
|
export { default as FileCheck } from './file-check';
|
|
528
543
|
export { default as FileClock } from './file-clock';
|
|
@@ -539,7 +554,6 @@ export { default as FileJson2 } from './file-json-2';
|
|
|
539
554
|
export { default as FileJson } from './file-json';
|
|
540
555
|
export { default as FileKey2 } from './file-key-2';
|
|
541
556
|
export { default as FileKey } from './file-key';
|
|
542
|
-
export { default as FileLineChart } from './file-line-chart';
|
|
543
557
|
export { default as FileLock2 } from './file-lock-2';
|
|
544
558
|
export { default as FileLock } from './file-lock';
|
|
545
559
|
export { default as FileMinus2 } from './file-minus-2';
|
|
@@ -548,7 +562,6 @@ export { default as FileMusic } from './file-music';
|
|
|
548
562
|
export { default as FileOutput } from './file-output';
|
|
549
563
|
export { default as FilePenLine } from './file-pen-line';
|
|
550
564
|
export { default as FilePen } from './file-pen';
|
|
551
|
-
export { default as FilePieChart } from './file-pie-chart';
|
|
552
565
|
export { default as FilePlus2 } from './file-plus-2';
|
|
553
566
|
export { default as FilePlus } from './file-plus';
|
|
554
567
|
export { default as FileQuestion } from './file-question';
|
|
@@ -647,7 +660,6 @@ export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
|
647
660
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
648
661
|
export { default as Gamepad2 } from './gamepad-2';
|
|
649
662
|
export { default as Gamepad } from './gamepad';
|
|
650
|
-
export { default as GanttChart } from './gantt-chart';
|
|
651
663
|
export { default as Gauge } from './gauge';
|
|
652
664
|
export { default as Gavel } from './gavel';
|
|
653
665
|
export { default as Gem } from './gem';
|
|
@@ -793,7 +805,6 @@ export { default as LifeBuoy } from './life-buoy';
|
|
|
793
805
|
export { default as Ligature } from './ligature';
|
|
794
806
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
795
807
|
export { default as Lightbulb } from './lightbulb';
|
|
796
|
-
export { default as LineChart } from './line-chart';
|
|
797
808
|
export { default as Link2Off } from './link-2-off';
|
|
798
809
|
export { default as Link2 } from './link-2';
|
|
799
810
|
export { default as Link } from './link';
|
|
@@ -1019,7 +1030,6 @@ export { default as Piano } from './piano';
|
|
|
1019
1030
|
export { default as Pickaxe } from './pickaxe';
|
|
1020
1031
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1021
1032
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1022
|
-
export { default as PieChart } from './pie-chart';
|
|
1023
1033
|
export { default as PiggyBank } from './piggy-bank';
|
|
1024
1034
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1025
1035
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
@@ -1137,7 +1147,6 @@ export { default as ScanQrCode } from './scan-qr-code';
|
|
|
1137
1147
|
export { default as ScanSearch } from './scan-search';
|
|
1138
1148
|
export { default as ScanText } from './scan-text';
|
|
1139
1149
|
export { default as Scan } from './scan';
|
|
1140
|
-
export { default as ScatterChart } from './scatter-chart';
|
|
1141
1150
|
export { default as School } from './school';
|
|
1142
1151
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1143
1152
|
export { default as Scissors } from './scissors';
|
|
@@ -1243,6 +1252,7 @@ export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
|
1243
1252
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1244
1253
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1245
1254
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1255
|
+
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1246
1256
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1247
1257
|
export { default as SquareCheck } from './square-check';
|
|
1248
1258
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
@@ -1258,7 +1268,6 @@ export { default as SquareDivide } from './square-divide';
|
|
|
1258
1268
|
export { default as SquareDot } from './square-dot';
|
|
1259
1269
|
export { default as SquareEqual } from './square-equal';
|
|
1260
1270
|
export { default as SquareFunction } from './square-function';
|
|
1261
|
-
export { default as SquareGanttChart } from './square-gantt-chart';
|
|
1262
1271
|
export { default as SquareKanban } from './square-kanban';
|
|
1263
1272
|
export { default as SquareLibrary } from './square-library';
|
|
1264
1273
|
export { default as SquareM } from './square-m';
|
|
@@ -1280,6 +1289,7 @@ export { default as SquareSigma } from './square-sigma';
|
|
|
1280
1289
|
export { default as SquareSlash } from './square-slash';
|
|
1281
1290
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1282
1291
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1292
|
+
export { default as SquareSquare } from './square-square';
|
|
1283
1293
|
export { default as SquareStack } from './square-stack';
|
|
1284
1294
|
export { default as SquareTerminal } from './square-terminal';
|
|
1285
1295
|
export { default as SquareUserRound } from './square-user-round';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LucideIconData } from './types';
|
|
2
2
|
/**
|
|
3
|
-
* @component @name
|
|
3
|
+
* @component @name SquareChartGantt
|
|
4
4
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
5
|
*
|
|
6
|
-
* @preview  - https://lucide.dev/icons/square-gantt
|
|
6
|
+
* @preview  - https://lucide.dev/icons/square-chart-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 SquareChartGantt: LucideIconData;
|
|
14
|
+
export default SquareChartGantt;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { LucideIconData } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @component @name SquareSquare
|
|
4
|
+
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
5
|
+
*
|
|
6
|
+
* @preview  - https://lucide.dev/icons/square-square
|
|
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 SquareSquare: LucideIconData;
|
|
14
|
+
export default SquareSquare;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @component @name AreaChart
|
|
3
|
-
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
4
|
-
*
|
|
5
|
-
* @preview  - https://lucide.dev/icons/area-chart
|
|
6
|
-
* @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
|
|
7
|
-
*
|
|
8
|
-
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
9
|
-
* @returns {FunctionalComponent} Vue component
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
const AreaChart = [
|
|
13
|
-
['path', { d: 'M3 3v18h18', key: '1s2lah' }],
|
|
14
|
-
['path', { d: 'M7 12v5h12V8l-5 5-4-4Z', key: 'zxz28u' }],
|
|
15
|
-
]; //eslint-disable-line no-shadow-restricted-names
|
|
16
|
-
export default AreaChart;
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJlYS1jaGFydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pY29ucy9hcmVhLWNoYXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBOzs7Ozs7Ozs7O0dBVUc7QUFDSCxNQUFNLFNBQVMsR0FBbUI7SUFDaEMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLEVBQUUsWUFBWSxFQUFFLEdBQUcsRUFBRSxRQUFRLEVBQUUsQ0FBQztJQUM1QyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSx3QkFBd0IsRUFBRSxHQUFHLEVBQUUsUUFBUSxFQUFFLENBQUM7Q0FDekQsQ0FBQyxDQUFDLGdEQUFnRDtBQUVuRCxlQUFlLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEx1Y2lkZUljb25EYXRhIH0gZnJvbSAnLi90eXBlcyc7XG5cbi8qKlxuICogQGNvbXBvbmVudCBAbmFtZSBBcmVhQ2hhcnRcbiAqIEBkZXNjcmlwdGlvbiBMdWNpZGUgU1ZHIGljb24gY29tcG9uZW50LCByZW5kZXJzIFNWRyBFbGVtZW50IHdpdGggY2hpbGRyZW4uXG4gKlxuICogQHByZXZpZXcgIVtpbWddKGRhdGE6aW1hZ2Uvc3ZnK3htbDtiYXNlNjQsUEhOMlp5QWdlRzFzYm5NOUltaDBkSEE2THk5M2QzY3Vkek11YjNKbkx6SXdNREF2YzNabklnb2dJSGRwWkhSb1BTSXlOQ0lLSUNCb1pXbG5hSFE5SWpJMElnb2dJSFpwWlhkQ2IzZzlJakFnTUNBeU5DQXlOQ0lLSUNCbWFXeHNQU0p1YjI1bElnb2dJSE4wY205clpUMGlJekF3TUNJZ2MzUjViR1U5SW1KaFkydG5jbTkxYm1RdFkyOXNiM0k2SUNObVptWTdJR0p2Y21SbGNpMXlZV1JwZFhNNklESndlQ0lLSUNCemRISnZhMlV0ZDJsa2RHZzlJaklpQ2lBZ2MzUnliMnRsTFd4cGJtVmpZWEE5SW5KdmRXNWtJZ29nSUhOMGNtOXJaUzFzYVc1bGFtOXBiajBpY205MWJtUWlDajRLSUNBOGNHRjBhQ0JrUFNKTk15QXpkakU0YURFNElpQXZQZ29nSUR4d1lYUm9JR1E5SWswM0lERXlkalZvTVRKV09Hd3ROU0ExTFRRdE5Gb2lJQzgrQ2p3dmMzWm5QZ289KSAtIGh0dHBzOi8vbHVjaWRlLmRldi9pY29ucy9hcmVhLWNoYXJ0XG4gKiBAc2VlIGh0dHBzOi8vbHVjaWRlLmRldi9ndWlkZS9wYWNrYWdlcy9sdWNpZGUtdnVlLW5leHQgLSBEb2N1bWVudGF0aW9uXG4gKlxuICogQHBhcmFtIHtPYmplY3R9IHByb3BzIC0gTHVjaWRlIGljb25zIHByb3BzIGFuZCBhbnkgdmFsaWQgU1ZHIGF0dHJpYnV0ZVxuICogQHJldHVybnMge0Z1bmN0aW9uYWxDb21wb25lbnR9IFZ1ZSBjb21wb25lbnRcbiAqXG4gKi9cbmNvbnN0IEFyZWFDaGFydDogTHVjaWRlSWNvbkRhdGEgPSBbXG4gIFsncGF0aCcsIHsgZDogJ00zIDN2MThoMTgnLCBrZXk6ICcxczJsYWgnIH1dLFxuICBbJ3BhdGgnLCB7IGQ6ICdNNyAxMnY1aDEyVjhsLTUgNS00LTRaJywga2V5OiAnenh6Mjh1JyB9XSxcbl07IC8vZXNsaW50LWRpc2FibGUtbGluZSBuby1zaGFkb3ctcmVzdHJpY3RlZC1uYW1lc1xuXG5leHBvcnQgZGVmYXVsdCBBcmVhQ2hhcnQ7XG4iXX0=
|