import type { IconDefinition } from '../../types'; export const progress: IconDefinition = { name: 'progress', category: 'status', description: 'Progress bar indicator showing partial completion', tags: ['loading', 'bar', 'percentage', 'completion'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };