forked from sombochea/verdaccio-ui
fix: introduced SvgIcon (#184)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
3b4d823845
commit
8b86ded434
@@ -2,7 +2,8 @@
|
||||
/* eslint-disable react/jsx-curly-brace-presence */
|
||||
|
||||
import React from 'react';
|
||||
import SvgIcon from '@material-ui/core/SvgIcon';
|
||||
|
||||
import SvgIcon from '../muiComponents/SvgIcon';
|
||||
|
||||
const GitHub: React.FC = props => (
|
||||
<SvgIcon {...props}>
|
||||
|
||||
Reference in New Issue
Block a user