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