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

function Down(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="M29.177 6.59L16 19.767 2.823 6.588 0 9.413l16 16 16-16-2.823-2.823z" />
    </svg>
  );
}

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