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