
import React from 'react';
export const BluetoothOutline = (props) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="m144 352 224-192L256 48v416l112-112-224-192" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};
