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

function LevelDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.571 4.571h12.571a.58.58 0 01.571.589v15.411h3.429c.446 0 .839.268 1.036.661.196.411.125.893-.161 1.232l-5.714 6.857c-.429.518-1.321.518-1.75 0l-5.714-6.857a1.184 1.184 0 01-.161-1.232 1.167 1.167 0 011.036-.661h3.429V9.142H3.429a.637.637 0 01-.446-.196L.126 5.517c-.143-.161-.161-.411-.071-.607s.304-.339.518-.339z" />
    </svg>
  );
}

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