import type { IconDefinition } from '../../types'; export const error: IconDefinition = { name: 'error', category: 'status', description: 'Error icon with X symbol in circle', tags: ['close', 'fail', 'wrong', 'remove', 'delete'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };