@indigoai/indigo-icons 0.2.4 → 0.2.6

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.
@@ -988,6 +988,9 @@ export { default as PressSmart } from './press-smart';
988
988
  export { default as Previous0100 } from './previous-01-00';
989
989
  export { default as Previous00 } from './previous-00';
990
990
  export { default as PreviousArrow } from './previous-arrow';
991
+ export { default as PriorityHigh } from './priority-high';
992
+ export { default as PriorityMedium } from './priority-medium';
993
+ export { default as PriorityLow } from './priority-low';
991
994
  export { default as Profit0112 } from './profit-01-12';
992
995
  export { default as Profit0212 } from './profit-02-12';
993
996
  export { default as Profit12 } from './profit-12';
@@ -1127,6 +1130,10 @@ export { default as SquareRootEdu } from './square-root-edu';
1127
1130
  export { default as StandbyMode1 } from './standby-mode-1';
1128
1131
  export { default as Star } from './star';
1129
1132
  export { default as StationeryEdu } from './stationery-edu';
1133
+ export { default as StatusTodo } from './status-todo';
1134
+ export { default as StatusProgress } from './status-progress';
1135
+ export { default as StatusReview } from './status-review';
1136
+ export { default as StatusDone } from './status-done';
1130
1137
  export { default as StethoscopeHealth } from './stethoscope-health';
1131
1138
  export { default as Sticker } from './sticker';
1132
1139
  export { default as Stop00 } from './stop-00';
@@ -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;
@@ -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;