Tom Kirkpatrick
6 years ago
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||
import React from 'react' |
|||
import FaExclamationCircle from 'react-icons/lib/fa/exclamation-circle' |
|||
|
|||
const SystemIcon = props => <FaExclamationCircle {...props} /> |
|||
const SystemIcon = props => <FaExclamationCircle style={{ verticalAlign: 'inherit' }} {...props} /> |
|||
|
|||
export default SystemIcon |
|||
|
Loading…
Reference in new issue