/// <reference types="react" />
import { IconProps } from '../types';
declare const Plus: ({ srText, className }: IconProps) => JSX.Element;
export default Plus;
