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

function Wpexplorer(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.929 18.357l2.911 5.875h-.911l-3.125-6.25-3.054 6.25h-.875l3.196-6.679-1.393-.589.375-.875 4.286 1.821-.375.893zM10.054 7.786l5.429 2.321-2.321 5.429-5.429-2.321zm6.142 3.303l4.286 1.839-1.839 4.268-4.268-1.821zm5.018 2.679l3.411 1.446-1.464 3.393-3.393-1.446zM30 16c0-7.714-6.286-14-14-14S2 8.286 2 16s6.286 14 14 14 14-6.286 14-14zm2 0c0 8.821-7.179 16-16 16S0 24.821 0 16 7.179 0 16 0s16 7.179 16 16z" />
    </svg>
  );
}

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