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