import React from 'react'; import Refresh from '../../../svg/refresh.svg'; import withIconSvg from '../helpers/withIconSvg'; const RefreshIcon: React.FC = (props) => { return ; }; export default withIconSvg(RefreshIcon, true, { tags: ['refresh'] });