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

@ -19,7 +19,7 @@ function ToolbarMenuButton(props) {
<div>
<Icon
name={iconName}
size={22}
size={21}
/>
<div className={styles.label}>
@ -31,7 +31,7 @@ function ToolbarMenuButton(props) {
}
ToolbarMenuButton.propTypes = {
iconName: PropTypes.string.isRequired,
iconName: PropTypes.object.isRequired,
text: PropTypes.string
};