Remove defaultProps from each icon

This commit is contained in:
John Furrow
2016-01-27 21:40:56 -08:00
parent 58216604fb
commit bd03767aca
25 changed files with 27 additions and 96 deletions
@@ -12,7 +12,3 @@ export default class Error extends BaseIcon {
);
}
}
Error.defaultProps = {
className: ''
};