/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const TracksCollapseIcon: 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='M10.5 6.75a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM10.5 11.25a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM10.5 15.75a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1 0-1.5zM15.207 4.793l2.241 2.241 2.242-2.241a1 1 0 1 1 1.414 1.414l-2.948 2.949-.076.069a1 1 0 0 1-1.339-.07l-2.948-2.948a1 1 0 0 1 1.414-1.414M19.69 18.156l-2.241-2.242-2.242 2.242a1 1 0 0 1-1.414-1.414l2.948-2.949.076-.069a1 1 0 0 1 1.339.07l2.948 2.948a1 1 0 0 1-1.414 1.414' />
      </g>
    </g>
  </svg>
);
export default TracksCollapseIcon;
