@hellobetterdigitalnz/betterui 0.0.3-14 → 0.0.3-16

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 BookOpenText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BookOpenText;
@@ -14,6 +14,7 @@ export { default as Eye } from './Design/Eye/Eye';
14
14
  export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
15
15
  export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
16
16
  export { default as Ruler } from './Design/Ruler/Ruler.tsx';
17
+ export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
17
18
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
18
19
  export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
19
20
  export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';