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

function Male(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 12.571V20a1.715 1.715 0 01-3.428 0v-6.286h-1.143V30c0 1.107-.893 2-2 2s-2-.893-2-2v-8.286H8.572V30c0 1.107-.893 2-2 2s-2-.893-2-2V13.714H3.429V20a1.715 1.715 0 01-3.428 0v-7.429A3.43 3.43 0 013.43 9.142h11.429a3.43 3.43 0 013.429 3.429zm-5.143-8c0 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(Male);
export default ForwardRef;
