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