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