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