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