@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 545 B
JavaScript
const SvgDoDisturbOffSharp = (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='M17 11v2h-.88l4.33 4.33A9.9 9.9 0 0022 12c0-5.52-4.48-10-10-10a9.9 9.9 0 00-5.33 1.55L14.12 11H17zM2.41 2.13L1 3.54l2.78 2.78A9.92 9.92 0 002 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.41-1.41L2.41 2.13zM7 13v-2h1.46l2 2H7z' />
</svg>
);
}
export default SvgDoDisturbOffSharp;