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