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

function SortAlphaAsc(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 7.286h3.161l-1.286-3.893-.214-.839c-.018-.143-.036-.25-.036-.357h-.071l-.054.357c-.054.214-.071.482-.196.839zm-8.125 18.428a.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.571zm14.928 2.125V32H17.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-4.089h10.125v1.589l-6.589 9.464c-.107.161-.25.321-.375.464l-.196.196v.036l.25-.036c.161-.036.321-.036.536-.036h4.429v-2.125h2.161zm1.59-16.018v1.893h-5.143v-1.893h1.339l-.839-2.571h-4.339l-.839 2.571h1.339v1.893h-5.125v-1.893h1.25L21.411 0h2.893l4.107 11.821h1.25z" />
    </svg>
  );
}

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