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

function Bullseye(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 16c0 2.518-2.054 4.571-4.571 4.571S9.144 18.517 9.144 16s2.054-4.571 4.571-4.571 4.571 2.054 4.571 4.571zm2.285 0c0-3.786-3.071-6.857-6.857-6.857S6.857 12.214 6.857 16s3.071 6.857 6.857 6.857 6.857-3.071 6.857-6.857zm2.286 0c0 5.054-4.089 9.143-9.143 9.143S4.571 21.054 4.571 16s4.089-9.143 9.143-9.143 9.143 4.089 9.143 9.143zm2.286 0c0-6.304-5.125-11.429-11.429-11.429S2.285 9.696 2.285 16 7.41 27.429 13.714 27.429 25.143 22.304 25.143 16zm2.286 0c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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