import type { SVGProps } from 'react' type IconProps = SVGProps export function BluetoothIcon({ className, ...props }: IconProps) { return ( ) }