import { IconProps } from '../lib';
declare function Plus(props: IconProps): JSX.Element;
export default Plus;
