import type { SVGProps } from 'react'; import { Ref, forwardRef } from 'react'; const SvgEnumerationField = (props: SVGProps, ref: Ref) => ( ); const ForwardRef = forwardRef(SvgEnumerationField); export default ForwardRef;