@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 550 B
JavaScript
const SvgNoCellRound = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M8.83 6l-3.7-3.7C5.42 1.55 6.15 1 7 1l10 .01c1.1 0 2 .89 2 1.99v13.17l-2-2V6H8.83zm11.66 15.9a.996.996 0 01-1.41 0l-.2-.2c-.3.75-1.03 1.3-1.88 1.3H7c-1.1 0-2-.9-2-2V7.83l-2.9-2.9a.996.996 0 111.41-1.41l16.97 16.97c.4.39.4 1.02.01 1.41zM15.17 18L7 9.83V18h8.17z' />
</svg>
);
}
export default SvgNoCellRound;