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