@indigoai/indigo-icons 0.2.1 → 0.2.2

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
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -641,6 +641,10 @@ export { default as HourglassStart } from './hourglass-start';
641
641
  export { default as HumiditySmart } from './humidity-smart';
642
642
  export { default as IdCard } from './id-card';
643
643
  export { default as IdeaEdu } from './idea-edu';
644
+ export { default as IllustrationCard } from './illustration-card';
645
+ export { default as IllustrationMedia } from './illustration-media';
646
+ export { default as IllustrationLaunch } from './illustration-launch';
647
+ export { default as IllustrationUpload } from './illustration-upload';
644
648
  export { default as Image0100 } from './image-01-00';
645
649
  export { default as Image00 } from './image-00';
646
650
  export { default as ImageAdd00 } from './image-add-00';