@hellobetterdigitalnz/betterui 0.0.3-37 → 0.0.3-38

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 ArrowsOutCardinal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowsOutCardinal;
@@ -5,6 +5,7 @@ export { default as CaretRight } from './Arrows/CaretRight/CaretRight';
5
5
  export { default as CaretLeft } from './Arrows/CaretLeft/CaretLeft';
6
6
  export { default as CaretUpDown } from './Arrows/CaretUpDown/CaretUpDown.tsx';
7
7
  export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx';
8
+ export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
8
9
  export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
9
10
  export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
10
11
  export { default as AddressBook } from './Communication/AddressBook/AddressBook';