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