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