import type { IconDefinition } from '../../types'; export const online: IconDefinition = { name: 'online', category: 'status', description: 'Online status indicator with radiating pulse', tags: ['connected', 'active', 'available', 'status'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };