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