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

function ArrowDownLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M3.166 5.128a.5.5 0 01.706.037L8 9.752l4.128-4.587a.5.5 0 11.743.669l-4.5 5a.502.502 0 01-.744 0l-4.5-5a.5.5 0 01.037-.706z" />
    </svg>
  );
}

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