UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 476 B
const SvgSignalWifiStatusbarConnectedNoInternet4Sharp = (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='M19 18h2v2h-2zM19 10h2v6h-2z' /> <path d='M12 4C7.31 4 3.07 5.9 0 8.98L12 21l5-5.01V8h5.92C19.97 5.51 16.16 4 12 4z' /> </svg> ); } export default SvgSignalWifiStatusbarConnectedNoInternet4Sharp;