import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import RowBlock from 'components/row-block'; import { SubmitText, SubmitWrap } from './style'; const IconRowBlock = ({ url, icon, text, openExternal=false }) => ( { text } ); export default IconRowBlock;