import { SVGProps } from 'react'; export interface IRQProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Iraq — IRQ icon from flag category * * @example * * */ export declare const IRQ: ({ size, ...props }: IRQProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=irq.d.ts.map