import React from 'react'; import { IconProps } from '../lib'; declare function Plus({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default Plus; //# sourceMappingURL=Plus.d.ts.map