@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 389 B
JavaScript
const SvgSignalCellular1BarTwoTone = (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='M2 22h20V2L2 22z' fillOpacity={0.3} />
<path d='M12 12L2 22h10V12z' />
</svg>
);
}
export default SvgSignalCellular1BarTwoTone;