import type { SVGProps } from "react"; export interface Arrow01LeftIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Arrow01LeftIcon({ className, size, color, ...props }: Arrow01LeftIconProps): import("react").JSX.Element; //# sourceMappingURL=arrow-01-left-icon.d.ts.map