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