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