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