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

function GgCircle(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="M12.804 24.179l4.839-4.839-4.982-4.982-1.571 1.571 3.429 3.411-1.714 1.714-4.982-4.982 4.982-4.982.714.714 1.554-1.554-2.268-2.286-8.107 8.107zm6.392-.143l8.107-8.107-8.107-8.107-4.839 4.839 4.982 4.982 1.571-1.571-3.429-3.411 1.714-1.714 4.982 4.982-4.982 4.982-.714-.714-1.554 1.571zM32 16c0 8.839-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0s16 7.161 16 16z" />
    </svg>
  );
}

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