@indigoai/indigo-icons 0.3.1 → 0.3.3

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.
@@ -1318,6 +1318,7 @@ export { default as Whatsapp } from './whatsapp';
1318
1318
  export { default as WheelChair01Health } from './wheel-chair-01-health';
1319
1319
  export { default as WheelChairHealth } from './wheel-chair-health';
1320
1320
  export { default as WhistleEdu } from './whistle-edu';
1321
+ export { default as WidgetTemplate } from './widget-template';
1321
1322
  export { default as WidgetsSolid } from './widgets-solid';
1322
1323
  export { default as WifiSignalBadSolid } from './wifi-signal-bad-solid';
1323
1324
  export { default as WifiSignalNoInternetSolid } from './wifi-signal-no-internet-solid';
@@ -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;