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