UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 631 B
const SvgSpellcheckRound = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path d='M0 0h24v24H0V0z' fill='none' /> <path d='M13.12 16c.69 0 1.15-.69.9-1.32L9.77 3.87a1.363 1.363 0 00-2.54 0L2.98 14.68c-.25.63.22 1.32.9 1.32.4 0 .76-.25.91-.63L5.67 13h5.64l.9 2.38c.15.37.51.62.91.62zm-6.69-5L8.5 5.48 10.57 11H6.43zm14.46 1.29l-7.39 7.39-2.97-2.97a.996.996 0 10-1.41 1.41l3.68 3.68c.39.39 1.02.39 1.41 0l8.08-8.09a.996.996 0 000-1.41.993.993 0 00-1.4-.01z' /> </svg> ); } export default SvgSpellcheckRound;