/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SortAscendingIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M17.575 17.575V6.4l2.875 2.875q.3.3.713.3.412 0 .712-.3.275-.3.275-.713a.93.93 0 0 0-.275-.687l-4.6-4.6a.9.9 0 0 0-.325-.212A1.1 1.1 0 0 0 16.575 3q-.2 0-.375.063a.9.9 0 0 0-.325.212l-4.6 4.6a.95.95 0 0 0-.275.7q0 .425.275.7.3.3.713.287a.98.98 0 0 0 .687-.287l2.9-2.875v11.175q0 .424.288.713.287.287.712.287.424 0 .713-.287a.97.97 0 0 0 .287-.713M3.288 6.287A.97.97 0 0 1 4 6h4q.424 0 .713.287Q9 6.575 9 7q0 .424-.287.712A.97.97 0 0 1 8 8H4a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 7q0-.426.288-.713M3.288 11.287A.97.97 0 0 1 4 11h6q.424 0 .713.287.287.288.287.713 0 .424-.287.712A.97.97 0 0 1 10 13H4a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 12q0-.426.288-.713M3.288 16.287A.97.97 0 0 1 4 16h8q.424 0 .713.287.287.288.287.713 0 .424-.287.712A.97.97 0 0 1 12 18H4a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 17q0-.425.288-.713' />
      </g>
    </g>
  </svg>
);
export default SortAscendingIcon;
