@hellobetterdigitalnz/betterui 0.0.3-161 → 0.0.3-163

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 PlusCircle: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PlusCircle;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const FloppyDisk: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FloppyDisk;
@@ -41,6 +41,7 @@ export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
41
41
  export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx';
42
42
  export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
43
43
  export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
44
+ export { default as PlusCircle } from './MathsAndFinance/PlusCircle/PlusCircle.tsx';
44
45
  export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
45
46
  export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
46
47
  export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
@@ -52,6 +53,7 @@ export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBulle
52
53
  export { default as List } from './OfficeAndEditing/List/List.tsx';
53
54
  export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
54
55
  export { default as Trash } from './OfficeAndEditing/Trash/Trash.tsx';
56
+ export { default as FloppyDisk } from './OfficeAndEditing/FloppyDisk/FloppyDisk.tsx';
55
57
  export { default as User } from './People/User/User.tsx';
56
58
  export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
57
59
  export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';