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

function Left(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="M25.41 29.177L12.233 16 25.412 2.823 22.587 0l-16 16 16 16 2.823-2.823z" />
    </svg>
  );
}

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