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