/** * Bluetooth Icon * @category tech */ import type { IconDefinition } from '../../types'; export const bluetooth: IconDefinition = { name: 'bluetooth', category: 'tech', description: 'Bluetooth symbol', tags: ['bluetooth', 'wireless', 'connection', 'pairing', 'device'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, }; export default bluetooth;