@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 660 B
JavaScript
const SvgBluetoothDisabledRound = (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.29 17.89L6.11 4.7A.996.996 0 104.7 6.11L10.59 12 5.7 16.89a.996.996 0 101.41 1.41L11 14.41v6.18c0 .89 1.08 1.34 1.71.71l3.59-3.59 1.59 1.59c.39.39 1.02.39 1.41 0 .38-.39.38-1.03-.01-1.41zm-6.29.28v-3.76l1.88 1.88L13 18.17zm0-12.34l1.88 1.88-1.47 1.47 1.41 1.41L17 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v3.36l2 2V5.83z' />
</svg>
);
}
export default SvgBluetoothDisabledRound;