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

function SortAmountDesc(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 33 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.714 28v3.429c0 .321-.25.571-.571.571h-4.571a.564.564 0 01-.571-.571V28c0-.321.25-.571.571-.571h4.571c.321 0 .571.25.571.571zm-8.571-2.286a.656.656 0 01-.179.429l-5.696 5.696C7.143 31.946 7 32 6.857 32s-.286-.054-.411-.161L.732 26.125c-.161-.179-.214-.411-.125-.625s.304-.357.536-.357h3.429V.572c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v24.571h3.429c.321 0 .571.25.571.571zm12-6.857v3.429c0 .321-.25.571-.571.571h-8a.564.564 0 01-.571-.571v-3.429c0-.321.25-.571.571-.571h8c.321 0 .571.25.571.571zm3.428-9.143v3.429c0 .321-.25.571-.571.571H16.571a.564.564 0 01-.571-.571V9.714c0-.321.25-.571.571-.571H28c.321 0 .571.25.571.571zM32 .571V4c0 .321-.25.571-.571.571H16.572A.564.564 0 0116.001 4V.571c0-.321.25-.571.571-.571h14.857c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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