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

function ArrowDown2(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="M4.558 21.04l10.619 10.622c.45.45 1.189.45 1.641 0L27.442 21.04c.45-.45.45-1.186.002-1.639l-1.024-1.024a1.165 1.165 0 00-1.637 0l-6.91 6.912V1.161c0-.635-.521-1.157-1.157-1.159L15.278 0a1.163 1.163 0 00-1.157 1.159v24.13l-6.912-6.91a1.165 1.165 0 00-1.637 0l-1.019 1.022a1.166 1.166 0 00.002 1.639z" />
    </svg>
  );
}

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