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