// Generated by script, don't edit it please.
import * as React from 'react';

function BluetoothB(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.643 25.411l3.089-3.071-3.089-3.071v6.143zm0-12.679l3.089-3.071-3.089-3.071v6.143zM11.214 16l6.357 6.357L7.946 32V19.304L2.642 24.59.713 22.661 7.356 16 .713 9.339 2.642 7.41l5.304 5.286V0l9.625 9.643z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(BluetoothB);
export default ForwardRef;
