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