@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 927 B
JavaScript
const SvgBluetoothSearchingRound = (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='M15.98 10.28l-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23.11-.5.17-1 .17-1.52a6 6 0 00-.18-1.48.5.5 0 00-.84-.24zm4.12-2.5a.863.863 0 00-1.4-.24c-.26.26-.31.64-.17.98.46 1.07.72 2.24.72 3.47 0 1.24-.26 2.42-.73 3.49a.84.84 0 00.16.94.84.84 0 001.35-.23c.63-1.3.98-2.76.98-4.3a9.995 9.995 0 00-.91-4.11zM11.41 12L15 8.42c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.19-1.71.7v6.18L5.11 5.7A.996.996 0 103.7 7.11L8.59 12 3.7 16.89a.996.996 0 101.41 1.41L9 14.41v6.18c0 .89 1.08 1.34 1.71.71L15 17c.39-.39.39-1.02 0-1.42L11.41 12zM11 5.83l1.88 1.88L11 9.59V5.83zm0 12.34v-3.76l1.88 1.88L11 18.17z' />
</svg>
);
}
export default SvgBluetoothSearchingRound;