import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface PlusIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function PlusIcon({ size, color, style, className, ...props }: PlusIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PlusIcon.d.ts.map