import type { SVGProps } from "react"; interface IconProps extends Omit, "width" | "height" | "viewBox" | "fill"> { color?: string; size?: number | string; } export declare function IconSlashForward({ size, color, ...props }: IconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=icon-slash-forward.d.ts.map