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