/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum 2985e7c22cafc8aee7499ec3e9e99d3c */ import * as React from "react"; import { LGGlyph } from '../types'; export interface PlusProps extends LGGlyph.ComponentProps { } declare const Plus: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: PlusProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Plus; //# sourceMappingURL=Plus.d.ts.map