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