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