import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBluetooth = withIcon(function IconBluetooth(props) {
    return (<svg data-tag="IconBluetooth" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m13.216 12 1.852-1.852 1.853-1.853c.318-.318.477-.556.477-.795s-.16-.477-.477-.795l-2.25-2.25-2.25-2.25c-.514-.514-.994-.678-1.346-.532-.351.145-.575.6-.575 1.327v6.284L9.284 8.068 8.068 6.852c-.318-.318-.556-.477-.795-.477s-.477.159-.796.477C6.16 7.171 6 7.41 6 7.648s.16.477.477.795l1.779 1.779L10.034 12l-1.778 1.778-1.779 1.779c-.318.318-.477.556-.477.795s.16.477.477.796c.319.318.557.477.796.477s.477-.16.795-.477l1.216-1.216 1.216-1.216V21c0 .726.223 1.182.575 1.327.352.146.832-.018 1.345-.532l2.25-2.25 2.25-2.25c.319-.318.478-.557.478-.795 0-.239-.16-.477-.477-.796l-1.853-1.852zm-.466-6.284.892.892.892.892-.892.892-.892.892zm0 12.568v-3.568l.892.892.892.892-.892.892z"/>
    </svg>);
});
//# sourceMappingURL=Bluetooth.jsx.map