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