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