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