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

function SortDesc(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="M2.5 1a.5.5 0 01.5.5v11.793l1.146-1.147.069-.058a.5.5 0 01.696.696l-.058.069-2.031 2.029-.072.051-.059.029-.062.021-.056.011-.072.005-.053-.003-.075-.014-.063-.021-.076-.039-.055-.04-2.031-2.029-.058-.069a.502.502 0 010-.569l.058-.069.069-.058a.502.502 0 01.569 0l.069.058 1.146 1.147V1.5a.5.5 0 01.5-.5zM7.5 1h8a.5.5 0 010 1h-8a.5.5 0 010-1zM7.5 5h6a.5.5 0 010 1h-6a.5.5 0 010-1zM7.5 9h4a.5.5 0 010 1h-4a.5.5 0 010-1zM7.5 13h2a.5.5 0 010 1h-2a.5.5 0 010-1z" />
    </svg>
  );
}

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