@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-34

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.
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartBarHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartBarHorizontal;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartLine: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartLine;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartPie: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartPie;
@@ -25,6 +25,9 @@ export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
25
25
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
26
26
  export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
27
27
  export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
28
+ export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx';
29
+ export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
30
+ export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
28
31
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
29
32
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
30
33
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';