import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgRotateRight: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgRotateRight; //# sourceMappingURL=RotateRight.d.ts.map