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