@hellobetterdigitalnz/betterui 0.0.3-323 → 0.0.3-325

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 ArrowsHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArrowsHorizontal;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ArrowsIn: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArrowsIn;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ArrowsVertical: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default ArrowsVertical;
@@ -9,6 +9,9 @@ export { default as ArrowRight } from './Arrows/ArrowRight/ArrowRight.tsx';
9
9
  export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx';
10
10
  export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
11
11
  export { default as ArrowLineUpRight } from './Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx';
12
+ export { default as ArrowsIn } from './Arrows/ArrowsIn/ArrowsIn.tsx';
13
+ export { default as ArrowsHorizontal } from './Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx';
14
+ export { default as ArrowsVertical } from './Arrows/ArrowsVertical/ArrowsVertical.tsx';
12
15
  export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
13
16
  export { default as AmazonLogo } from './Brands/AmazonLogo/AmazonLogo';
14
17
  export { default as AngularLogo } from './Brands/AngularLogo/AngularLogo';