Update to FontAwesome5

This commit is contained in:
Qstick 2018-01-21 22:56:41 -05:00
parent b0238c1af4
commit afc4aeb25f
23 changed files with 258 additions and 5138 deletions

View file

@ -35,7 +35,7 @@ IconButton.propTypes = {
className: PropTypes.string.isRequired,
iconClassName: PropTypes.string,
kind: PropTypes.string,
name: PropTypes.string.isRequired,
name: PropTypes.object.isRequired,
size: PropTypes.number,
isSpinning: PropTypes.bool
};