/// import { BaseIconProps } from '../../types'; declare function SvgForward({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgForward;