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