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