UNPKG

@omtanke/react-material-icons

Version:
21 lines (19 loc) 657 B
const SvgDomainVerificationRound = (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='M10.23 15.83c.39.39 1.02.39 1.41 0l4.24-4.24c.39-.39.39-1.02 0-1.42a.996.996 0 00-1.41 0l-3.54 3.53-1.41-1.41c-.39-.39-1.02-.39-1.42 0s-.39 1.02 0 1.41l2.13 2.13z' /> <path d='M19 4H5a2 2 0 00-2 2v12a2 2 0 002 2h14c1.1 0 2-.9 2-2V6a2 2 0 00-2-2zm0 13c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V8h14v9z' /> </svg> ); } export default SvgDomainVerificationRound;