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

function Gg(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.143 14.286L20 21.143 13.143 28l-12-12 12-12 3 3-1.714 1.714-1.286-1.286-8.571 8.571 8.571 8.571 3.446-3.446-5.161-5.125zM23.429 4l12 12-12 12-3-3 1.714-1.714 1.286 1.286L32 16.001 23.429 7.43l-3.446 3.446 5.161 5.125-1.714 1.714-6.857-6.857z" />
    </svg>
  );
}

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