UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 515 B
const SvgFileDownloadDoneRound = (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='M19.42 4.71a.996.996 0 00-1.41 0L9.53 13.2 5.99 9.66a.996.996 0 10-1.41 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l9.19-9.19c.4-.39.4-1.02 0-1.41zM6 20h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1s.45 1 1 1z' /> </svg> ); } export default SvgFileDownloadDoneRound;