// Generated by script, don't edit it please.
import * as React from 'react';

function Neuter(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 10.286c0 5.286-4 9.643-9.143 10.214v10.929c0 .321-.25.571-.571.571H9.714a.564.564 0 01-.571-.571V20.5C4 19.929 0 15.571 0 10.286 0 4.607 4.607 0 10.286 0s10.286 4.607 10.286 10.286zm-10.285 8c4.411 0 8-3.589 8-8s-3.589-8-8-8-8 3.589-8 8 3.589 8 8 8z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Neuter);
export default ForwardRef;
