UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 423 B
const SvgDomainVerificationSharp = (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='M16.6 10.88l-1.42-1.42-4.24 4.25-2.12-2.13L7.4 13l3.54 3.54z' /> <path d='M3 4v16h18V4H3zm16 14H5V8h14v10z' /> </svg> ); } export default SvgDomainVerificationSharp;