@hellobetterdigitalnz/betterui 0.0.3-209 → 0.0.3-210

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 Scale: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Scale;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const House: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default House;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const MapTriFold: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default MapTriFold;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const SteeringWheel: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SteeringWheel;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Van: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Van;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Calculator: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Calculator;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Calendar: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Calendar;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const CalendarCheck: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CalendarCheck;
@@ -9,6 +9,7 @@ export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx'
9
9
  export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
10
10
  export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
11
11
  export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
12
+ export { default as Scale } from './Commerce/Scale/Scale.tsx';
12
13
  export { default as AddressBook } from './Communication/AddressBook/AddressBook';
13
14
  export { default as Asterisk } from './Communication/Asterisk/Asterisk';
14
15
  export { default as At } from './Communication/At/At';
@@ -27,12 +28,16 @@ export { default as DropHalfBottom } from './Design/DropHalfBottom/DropHalfBotto
27
28
  export { default as SquaresFour } from './Design/SquaresFour/SquaresFour.tsx';
28
29
  export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
29
30
  export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
31
+ export { default as House } from './MapAndTravel/House/House.tsx';
30
32
  export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
31
33
  export { default as Path } from './MapAndTravel/Path/Path.tsx';
32
34
  export { default as Tram } from './MapAndTravel/Tram/Tram.tsx';
33
35
  export { default as RoadHorizon } from './MapAndTravel/RoadHorizon/RoadHorizon.tsx';
34
36
  export { default as SwimmingPool } from './MapAndTravel/SwimmingPool/SwimmingPool.tsx';
35
37
  export { default as MapPin } from './MapAndTravel/MapPin/MapPin.tsx';
38
+ export { default as MapTriFold } from './MapAndTravel/MapTriFold/MapTriFold.tsx';
39
+ export { default as SteeringWheel } from './MapAndTravel/SteeringWheel/SteeringWheel.tsx';
40
+ export { default as Van } from './MapAndTravel/Van/Van.tsx';
36
41
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
37
42
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
38
43
  export { default as Minus } from './MathsAndFinance/Minus/Minus.tsx';
@@ -42,6 +47,7 @@ export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx'
42
47
  export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
43
48
  export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
44
49
  export { default as PlusCircle } from './MathsAndFinance/PlusCircle/PlusCircle.tsx';
50
+ export { default as Calculator } from './MathsAndFinance/Calculator/Calculator.tsx';
45
51
  export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
46
52
  export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
47
53
  export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
@@ -76,6 +82,8 @@ export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/Down
76
82
  export { default as SignOut } from './SystemAndDevice/SignOut/SignOut.tsx';
77
83
  export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
78
84
  export { default as Check } from './SystemAndDevice/Check/Check.tsx';
85
+ export { default as Calendar } from './Time/Calendar/Calendar';
86
+ export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
79
87
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
80
88
  export { default as Clock } from './Time/Clock/Clock';
81
89
  export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';