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