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