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