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

function Visible(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 4C5.581 4 3.338 5.303 1.247 8 3.339 10.697 5.581 12 8 12s4.662-1.303 6.753-4C12.661 5.303 10.419 4 8 4zm0 9c-2.946 0-5.612-1.667-8-5 2.388-3.333 5.054-5 8-5s5.612 1.667 8 5c-2.388 3.333-5.054 5-8 5z" />
      <path d="M8 10a3 3 0 100-6 3 3 0 000 6zm0 1a4 4 0 110-8 4 4 0 010 8z" />
    </svg>
  );
}

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