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

function Right(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="M6.59 2.823L19.767 16 6.588 29.177 9.413 32l16-16-16-16L6.59 2.823z" />
    </svg>
  );
}

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