/** * Attachment * @category files */ import type { IconDefinition } from '../../types'; export const attachment: IconDefinition = { name: 'attachment', category: 'files', description: 'Attachment paperclip', tags: ['attachment', 'paperclip', 'attach', 'file'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, }; export default attachment;