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