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