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

function Genderless(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="M18.286 17.143c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8 8-3.589 8-8zm2.285 0c0 5.679-4.607 10.286-10.286 10.286S-.001 22.822-.001 17.143 4.606 6.857 10.285 6.857s10.286 4.607 10.286 10.286z" />
    </svg>
  );
}

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