UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 351 B
const SvgSyncAltTwoTone = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path fill='none' d='M0 0h24v24H0z' /> <path d='M22 8l-4-4v3H3v2h15v3l4-4zM2 16l4 4v-3h15v-2H6v-3l-4 4z' /> </svg> ); } export default SvgSyncAltTwoTone;