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