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

function SortAlphaDesc(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M21.268 25.571h3.161l-1.286-3.893-.214-.839c-.018-.143-.036-.25-.036-.357h-.071l-.054.357c-.054.214-.071.482-.196.839zm-8.125.143a.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.571zm16.518 4.393V32h-5.143v-1.893h1.339l-.839-2.571h-4.339l-.839 2.571h1.339V32h-5.125v-1.893h1.25l4.107-11.821h2.893l4.107 11.821h1.25zm-1.59-20.553v4.161H17.642v-1.607l6.589-9.446c.143-.214.286-.393.375-.482l.196-.161v-.054c-.071 0-.143.018-.25.018a2.236 2.236 0 01-.536.054h-4.143v2.054H17.73V.002h10.125v1.589l-6.589 9.464c-.107.161-.25.321-.375.464l-.196.179v.054l.25-.054c.161-.018.321-.018.536-.018h4.429V9.555h2.161z" />
    </svg>
  );
}

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