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