UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 491 B
const SvgNoSimRound = (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 0h24v24H0z' fill='none' /> <path d='M3.09 4.44a.996.996 0 000 1.41l2.03 2.03-.12.13V19c0 1.1.9 2 2 2h10c.35 0 .68-.1.97-.26l1.17 1.17a.996.996 0 101.41-1.41L4.5 4.44a.996.996 0 00-1.41 0zM19 16.11V5c0-1.1-.9-2-2-2h-6.99L7.95 5.06 19 16.11z' /> </svg> ); } export default SvgNoSimRound;