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

function UserCircle(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.196 23.911c-.464-3.339-1.821-6.304-4.857-6.714-1.571 1.714-3.839 2.804-6.339 2.804s-4.768-1.089-6.339-2.804c-3.036.411-4.393 3.375-4.857 6.714 2.482 3.5 6.571 5.804 11.196 5.804s8.714-2.304 11.196-5.804zm-4.339-12.482c0-3.786-3.071-6.857-6.857-6.857s-6.857 3.071-6.857 6.857 3.071 6.857 6.857 6.857 6.857-3.071 6.857-6.857zM32 16c0 8.804-7.143 16-16 16-8.839 0-16-7.179-16-16C0 7.161 7.161 0 16 0s16 7.161 16 16z" />
    </svg>
  );
}

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