@indigoai/indigo-icons 0.2.6 → 0.2.7

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;
@@ -988,6 +988,7 @@ export { default as PressSmart } from './press-smart';
988
988
  export { default as Previous011 } from './previous-01-1';
989
989
  export { default as Previous1 } from './previous-1';
990
990
  export { default as PreviousArrow } from './previous-arrow';
991
+ export { default as PriorityUrgent } from './priority-urgent';
991
992
  export { default as Profit0100 } from './profit-01-00';
992
993
  export { default as Profit0200 } from './profit-02-00';
993
994
  export { default as Profit00 } from './profit-00';
@@ -1131,6 +1132,7 @@ export { default as SquareRootEdu } from './square-root-edu';
1131
1132
  export { default as StandbyModeSolid } from './standby-mode-solid';
1132
1133
  export { default as Star } from './star';
1133
1134
  export { default as StationeryEdu } from './stationery-edu';
1135
+ export { default as StatusCanceled } from './status-canceled';
1134
1136
  export { default as StethoscopeHealth } from './stethoscope-health';
1135
1137
  export { default as Sticker } from './sticker';
1136
1138
  export { default as StickyNote } from './sticky-note';
@@ -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;