@mindly/ui-components 8.2.39 → 8.2.40

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 * as React from 'react';
2
+ import { IconProps } from '../../types/iconProps';
3
+ export declare const IconPhotoCamera: React.FC<IconProps>;
@@ -155,3 +155,4 @@ export * from './IconAddCalendar';
155
155
  export * from './IconBlock';
156
156
  export * from './IconGoogleCalendar';
157
157
  export * from './IconAdvisorAssistance';
158
+ export * from './IconPhotoCamera';