Tabler: add icons to ThumbNavigation

This commit is contained in:
Alex Gleason
2021-09-20 17:05:59 -05:00
parent 26c7068d66
commit 3de8dcced0
9 changed files with 58 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import SvgIcon from './svg_icon';
export default class Icon extends React.PureComponent {
static propTypes = {
id: PropTypes.string.isRequired,
id: PropTypes.string,
src: PropTypes.string,
className: PropTypes.string,
};