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