import { IconProps, Icon } from "@chakra-ui/react";
export const Bluetooth = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5" /></Icon>;