@indigoai/indigo-icons 0.2.3 → 0.2.4

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;
@@ -329,6 +329,7 @@ export { default as CloudWindRain } from './cloud-wind-rain';
329
329
  export { default as CloudWind } from './cloud-wind';
330
330
  export { default as Cloud } from './cloud';
331
331
  export { default as Clouds } from './clouds';
332
+ export { default as CodeWriting } from './code-writing';
332
333
  export { default as Coin00 } from './coin-00';
333
334
  export { default as CoinDollar00 } from './coin-dollar-00';
334
335
  export { default as CoinEuro00 } from './coin-euro-00';
@@ -557,6 +558,7 @@ export { default as Hangout } from './hangout';
557
558
  export { default as Heading } from './heading';
558
559
  export { default as Headphones11 } from './headphones-1-1';
559
560
  export { default as Headphones1 } from './headphones-1';
561
+ export { default as Headphones2 } from './headphones-2';
560
562
  export { default as HeadphonesSilent1 } from './headphones-silent-1';
561
563
  export { default as HealthCareHealth } from './health-care-health';
562
564
  export { default as HeartHealth } from './heart-health';