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