import type { IconDefinition } from '../../types'; export const flag: IconDefinition = { name: 'flag', category: 'social', description: 'Flag or report content', tags: ['report', 'mark', 'alert', 'inappropriate'], svg: ` `, variants: { solid: ` `, duotone: ` `, glitch: ` `, }, };