@hellobetterdigitalnz/betterui 0.0.3-273 → 0.0.3-274

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,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ShieldCheck: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ShieldCheck;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const CloudCheck: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CloudCheck;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const DeviceMobile: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DeviceMobile;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ClockCounterClockwise: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ClockCounterClockwise;
@@ -78,6 +78,7 @@ export { default as LockKeyOpen } from './SecurityAndWarnings/LockKeyOpen/LockKe
78
78
  export { default as Question } from './SecurityAndWarnings/Question/Question.tsx';
79
79
  export { default as Key } from './SecurityAndWarnings/Key/Key.tsx';
80
80
  export { default as Info } from './SecurityAndWarnings/Info/Info.tsx';
81
+ export { default as ShieldCheck } from './SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx';
81
82
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
82
83
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
83
84
  export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
@@ -92,10 +93,13 @@ export { default as SignIn } from './SystemAndDevice/SignIn/SignIn.tsx';
92
93
  export { default as Check } from './SystemAndDevice/Check/Check.tsx';
93
94
  export { default as ToggleRight } from './SystemAndDevice/ToggleRight/ToggleRight.tsx';
94
95
  export { default as ToggleLeft } from './SystemAndDevice/ToggleLeft/ToggleLeft.tsx';
96
+ export { default as CloudCheck } from './SystemAndDevice/CloudCheck/CloudCheck.tsx';
97
+ export { default as DeviceMobile } from './SystemAndDevice/DeviceMobile/DeviceMobile.tsx';
95
98
  export { default as Calendar } from './Time/Calendar/Calendar';
96
99
  export { default as CalendarCheck } from './Time/CalendarCheck/CalendarCheck.tsx';
97
100
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
98
101
  export { default as Clock } from './Time/Clock/Clock';
102
+ export { default as ClockCounterClockwise } from './Time/ClockCounterClockwise/ClockCounterClockwise.tsx';
99
103
  export { default as Barbell } from './HealthAndWellness/Barbell/Barbell';
100
104
  export { default as Mountains } from './WeatherAndNature/Mountains/Mountains';
101
105
  export { default as Tree } from './WeatherAndNature/Tree/Tree';