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