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