/** * File Code * @category files */ import type { IconDefinition } from '../../types'; export const fileCode: IconDefinition = { name: 'file-code', category: 'files', description: 'Code file with angle brackets', tags: ['file', 'code', 'programming', 'source'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, }; export default fileCode;