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