@mindly/ui-components 6.9.1 → 6.10.0

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 * as React from 'react';
2
+ import { IconProps } from '../../types';
3
+ declare const IconPerson: React.FC<IconProps>;
4
+ export default IconPerson;
@@ -141,3 +141,4 @@ export * from './IconAlignHorizontalTextCenter';
141
141
  export * from './IconAlignHorizontalTextLeft';
142
142
  export * from './IconAlignHorizontalTextRight';
143
143
  export * from './IconSort';
144
+ export * from './IconPerson';