@hellobetterdigitalnz/betterui 0.0.3-21 → 0.0.3-23

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 Globe: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Globe;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const HouseSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default HouseSimple;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartBar: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartBar;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Folder: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Folder;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ListBullets: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListBullets;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const User: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default User;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Gear: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Gear;
@@ -16,11 +16,17 @@ export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
16
16
  export { default as PencilSimple } from './Design/PencilSimple/PencilSimple.tsx';
17
17
  export { default as Ruler } from './Design/Ruler/Ruler.tsx';
18
18
  export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
19
+ export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
20
+ export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
19
21
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
20
22
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
21
23
  export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
24
+ export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
22
25
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
23
26
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
27
+ export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
28
+ export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBullets.tsx';
29
+ export { default as User } from './People/User/User.tsx';
24
30
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
25
31
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
26
32
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
@@ -28,5 +34,6 @@ export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/Dot
28
34
  export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx';
29
35
  export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
30
36
  export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
37
+ export { default as Gear } from './SystemAndDevice/Gear/Gear.tsx';
31
38
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
32
39
  export { default as Clock } from './Time/Clock/Clock';