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

function EyeRound(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8 0a8 8 0 110 16A8 8 0 018 0zm0 4C5 4 3 7 3 8s2 4 5 4 5-3 5-4-2-4-5-4zm0 2a2 2 0 11.001 3.999A2 2 0 018 6z" />
    </svg>
  );
}

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