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