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

function LongArrowDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.661 23.196a.61.61 0 01-.089.625l-6.25 6.857a.582.582 0 01-.411.179.622.622 0 01-.429-.179L.143 23.821a.608.608 0 01-.089-.625.573.573 0 01.518-.339h4V.571c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v22.286h4c.232 0 .429.125.518.339z" />
    </svg>
  );
}

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