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