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