@indigoai/indigo-icons 0.2.0 → 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;
@@ -334,6 +334,7 @@ export { default as CoinDollar00 } from './coin-dollar-00';
334
334
  export { default as CoinEuro00 } from './coin-euro-00';
335
335
  export { default as CoinPound00 } from './coin-pound-00';
336
336
  export { default as CoinYen00 } from './coin-yen-00';
337
+ export { default as Collapse } from './collapse';
337
338
  export { default as Collection } from './collection';
338
339
  export { default as ColorInversionSolid } from './color-inversion-solid';
339
340
  export { default as CompassEdu } from './compass-edu';
@@ -415,6 +416,7 @@ export { default as Euro00 } from './euro-00';
415
416
  export { default as ExamEdu } from './exam-edu';
416
417
  export { default as ExchangeRectangle } from './exchange-rectangle';
417
418
  export { default as Exchange } from './exchange';
419
+ export { default as Expand } from './expand';
418
420
  export { default as EyeDropperHealth } from './eye-dropper-health';
419
421
  export { default as EyeScannerSmart } from './eye-scanner-smart';
420
422
  export { default as EyeDisable } from './eye-disable';