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