import type { IconDefinition } from '../../types';
export const batteryFull: IconDefinition = {
name: 'battery-full',
category: 'status',
description: 'Full battery indicator at 100% charge',
tags: ['power', 'charge', 'full', 'energy'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};