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