/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SortDescendingIcon: 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='M15.575 6v11.175L12.7 14.3q-.3-.3-.712-.3-.413 0-.713.3-.275.3-.275.712 0 .413.275.688l4.6 4.6q.15.15.325.212.176.063.375.063.2 0 .375-.062a.9.9 0 0 0 .325-.213l4.6-4.6a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.93.93 0 0 0-.712-.288.98.98 0 0 0-.688.288l-2.9 2.875V6a.97.97 0 0 0-.287-.713.97.97 0 0 0-.713-.287.97.97 0 0 0-.712.287.97.97 0 0 0-.288.713M3.288 17.713Q3.575 18 4 18h4q.424 0 .713-.288A.97.97 0 0 0 9 17a.97.97 0 0 0-.287-.712A.97.97 0 0 0 8 16H4a.97.97 0 0 0-.712.288A.97.97 0 0 0 3 17q0 .424.288.712M3.288 12.713Q3.575 13 4 13h6q.424 0 .713-.287A.97.97 0 0 0 11 12a.97.97 0 0 0-.287-.713A.97.97 0 0 0 10 11H4a.97.97 0 0 0-.712.287A.97.97 0 0 0 3 12q0 .424.288.713M3.288 7.713Q3.575 8 4 8h8q.424 0 .713-.287A.97.97 0 0 0 13 7a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 6H4a.97.97 0 0 0-.712.287A.97.97 0 0 0 3 7q0 .424.288.713' />
      </g>
    </g>
  </svg>
);
export default SortDescendingIcon;
