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