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

function Explore(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 15A7 7 0 108 1a7 7 0 000 14zm0 1A8 8 0 118 0a8 8 0 010 16z" />
      <path d="M9.238 9.238l1.858-4.334-4.334 1.858 2.477 2.477zM6 6l5.851-2.508a.5.5 0 01.657.657L10 10l-5.851 2.508a.5.5 0 01-.657-.657L6 6z" />
    </svg>
  );
}

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