import type { IconDefinition } from '../../types'; export const batteryCharging: IconDefinition = { name: 'battery-charging', category: 'status', description: 'Battery charging indicator with lightning bolt', tags: ['power', 'charge', 'charging', 'electricity'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };