@hellobetterdigitalnz/betterui 0.0.3-108 → 0.0.3-109

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 Barbell: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Barbell;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Path: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Path;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Tram: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tram;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const PersonSimpleBike: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PersonSimpleBike;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const PersonSimpleWalk: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PersonSimpleWalk;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Mountains: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Mountains;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Tree: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Tree;
@@ -26,6 +26,8 @@ export { default as Ruler } from './Design/Ruler/Ruler.tsx';
26
26
  export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
27
27
  export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
28
28
  export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
29
+ export { default as Path } from './MapAndTravel/Path/Path.tsx';
30
+ export { default as Tram } from './MapAndTravel/Tram/Tram.tsx';
29
31
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
30
32
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
31
33
  export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
@@ -43,6 +45,8 @@ export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
43
45
  export { default as User } from './People/User/User.tsx';
44
46
  export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
45
47
  export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';
48
+ export { default as PersonSimpleWalk } from './People/PersonSimpleWalk/PersonSimpleWalk.tsx';
49
+ export { default as PersonSimpleBike } from './People/PersonSimpleBike/PersonSimpleBike.tsx';
46
50
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
47
51
  export { default as LockSimple } from './SecurityAndWarnings/LockSimple/LockSimple.tsx';
48
52
  export { default as LockKeyOpen } from './SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx';
@@ -60,3 +64,6 @@ export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
60
64
  export { default as Check } from './SystemAndDevice/Check/Check.tsx';
61
65
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
62
66
  export { default as Clock } from './Time/Clock/Clock';
67
+ export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';
68
+ export { default as Mountains } from './WeatherAndNature/Mountains/Mountains';
69
+ export { default as Tree } from './WeatherAndNature/Tree/Tree';