/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SortAlphabeticalIcon: 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.713' />
        <path
          fillRule='evenodd'
          d='M8.042 11.285 7.659 10H5.341l-.382 1.285a1 1 0 0 1-1.917-.57l1.964-6.6a1.559 1.559 0 0 1 2.988 0l1.965 6.6a1 1 0 0 1-1.917.57M6.5 6.105 7.064 8H5.936z'
          clipRule='evenodd'
        />
        <path d='M3 14a1 1 0 0 0 1 1h2.586l-3.293 4.293A1 1 0 0 0 4 21h5a1 1 0 1 0 0-2H6.414l3.293-4.293A1 1 0 0 0 9 13H4a1 1 0 0 0-1 1' />
      </g>
    </g>
  </svg>
);
export default SortAlphabeticalIcon;
