import * as React from 'react'; import withIconSvg from '../helpers/withIconSvg'; const Icon: React.FC = (props) => ( ); export default withIconSvg( Icon, true, { tags: [ 'bang', 'circle', 'exclamation', 'punctuation', 'round', 'warn', 'warning', ], }, );