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

function UserCircleO(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="M16 0c8.839 0 16 7.161 16 16 0 8.786-7.125 16-16 16-8.857 0-16-7.196-16-16C0 7.161 7.161 0 16 0zm11.054 24.125c1.661-2.286 2.661-5.089 2.661-8.125 0-7.554-6.161-13.714-13.714-13.714S2.287 8.447 2.287 16c0 3.036 1 5.839 2.661 8.125.643-3.196 2.196-5.839 5.464-5.839a7.972 7.972 0 0011.178 0c3.268 0 4.821 2.643 5.464 5.839zm-4.197-11.554c0-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.857z" />
    </svg>
  );
}

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