import * as React from 'react'; export interface Bluetooth48Props extends React.SVGProps { ariaLabel?: string } export default function Bluetooth48({ ariaLabel, ...props }: Bluetooth48Props) { return ( ); }