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

function Female(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 18.857a1.715 1.715 0 01-3.143.946l-4.054-6.089h-.804v2.357l4.411 7.339c.107.179.161.375.161.589 0 .625-.518 1.143-1.143 1.143h-3.429v4.857c0 1.107-.893 2-2 2H9.999c-1.089 0-2-.893-2-2v-4.857H4.57a1.151 1.151 0 01-1.143-1.143c0-.214.054-.411.161-.589l4.411-7.339v-2.357h-.804l-4.054 6.089a1.715 1.715 0 01-2.857-1.892l4.571-6.857C5.569 10 6.676 9.143 7.998 9.143h6.857c1.321 0 2.429.857 3.143 1.911l4.571 6.857c.179.268.286.607.286.946zM15.429 4.571c0 2.214-1.786 4-4 4s-4-1.786-4-4 1.786-4 4-4 4 1.786 4 4z" />
    </svg>
  );
}

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