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