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