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