UNPKG

@omtanke/react-material-icons

Version:
23 lines (21 loc) 785 B
const SvgFactCheckRound = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <g fill='none'> <path d='M0 0h24v24H0z' /> <path d='M0 0h24v24H0z' /> </g> <path d='M20 3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm0-4H6c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1zm9.7 2.12l-3.17 3.17c-.39.39-1.03.39-1.42 0l-1.41-1.42a.996.996 0 111.41-1.41l.71.71 2.47-2.47a.996.996 0 011.41 0l.01.01c.38.39.38 1.03-.01 1.41z' fillRule='evenodd' /> </svg> ); } export default SvgFactCheckRound;