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