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