// GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY import * as React from 'react' import RotateRightOutlinedStandardSvg from '@pf-ui/pf-icon-svg/es/asn/RotateRightOutlinedStandard'; import AntdIcon, { AntdIconProps } from '../components/AntdIcon'; const RotateRightOutlinedStandard = ( props: AntdIconProps, ref: React.MutableRefObject, ) => ; RotateRightOutlinedStandard.displayName = 'RotateRightOutlinedStandard'; export default React.forwardRef(RotateRightOutlinedStandard);