/** * Archive * @category files */ import type { IconDefinition } from '../../types'; export const archive: IconDefinition = { name: 'archive', category: 'files', description: 'Archive box', tags: ['archive', 'box', 'storage', 'organize'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, }; export default archive;