digitinary-ui 1.0.169 → 1.0.170

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 '../types';
2
+ declare const Note: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Note;
@@ -189,3 +189,4 @@ export { default as Article } from './Article';
189
189
  export { default as KebabIcon } from './KebabIcon';
190
190
  export { default as Circle } from './Circle';
191
191
  export { default as Ellipse } from './Ellipse';
192
+ export { default as Note } from './Note';