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