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