Merge branch 'master' of git.curoverse.com:arvados-workbench2 into 14315_fix_columns_...
[arvados-workbench2.git] / src / components / icon / icon.tsx
index 1061a2ecb12db81cbc404ca0d41ab4428e3f78ce..a0fbd6ef970b46eb016d6e44599207be2c7c5bd8 100644 (file)
@@ -50,7 +50,7 @@ import Star from '@material-ui/icons/Star';
 import StarBorder from '@material-ui/icons/StarBorder';
 import Warning from '@material-ui/icons/Warning';
 
-export type IconType = React.SFC<{ className?: string }>;
+export type IconType = React.SFC<{ className?: string, style?: object }>;
 
 export const AddIcon: IconType = (props) => <Add {...props} />;
 export const AddFavoriteIcon: IconType = (props) => <StarBorder {...props} />;