@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 471 B
JavaScript
const SvgSignalWifiStatusbar4BarRound = (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='M12 4C7.7 4 3.78 5.6.79 8.24.35 8.63.32 9.3.73 9.71l10.56 10.58c.39.39 1.02.39 1.42 0L23.27 9.71c.41-.41.38-1.08-.06-1.47A16.871 16.871 0 0012 4z' />
</svg>
);
}
export default SvgSignalWifiStatusbar4BarRound;