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