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