@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-35

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;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const SlidersHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SlidersHorizontal;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Printer: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Printer;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const DownloadSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DownloadSimple;
@@ -25,10 +25,15 @@ 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';
31
+ export { default as SilderHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
28
32
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
29
33
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
30
34
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
31
35
  export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBullets.tsx';
36
+ export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
32
37
  export { default as User } from './People/User/User.tsx';
33
38
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
34
39
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
@@ -38,5 +43,6 @@ export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertica
38
43
  export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
39
44
  export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
40
45
  export { default as Gear } from './SystemAndDevice/Gear/Gear.tsx';
46
+ export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/DownloadSimple.tsx';
41
47
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
42
48
  export { default as Clock } from './Time/Clock/Clock';