@hellobetterdigitalnz/betterui 0.0.3-73 → 0.0.3-75

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 Question: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Question;
@@ -42,6 +42,7 @@ export { default as UserCircle } from './People/UserCircle/UserCircle.tsx';
42
42
  export { default as UserSwitch } from './People/UserSwitch/UserSwitch.tsx';
43
43
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
44
44
  export { default as LockSimple } from './SecurityAndWarnings/LockSimple/LockSimple.tsx';
45
+ export { default as Question } from './SecurityAndWarnings/Question/Question.tsx';
45
46
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
46
47
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
47
48
  export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';