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