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