/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const TracksExpandIcon: 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.5zM19.69 9.156 17.45 6.914l-2.242 2.242a1 1 0 1 1-1.414-1.414l2.948-2.949.076-.069a1 1 0 0 1 1.339.069l2.948 2.949a1 1 0 0 1-1.414 1.414M15.207 13.793l2.242 2.241 2.241-2.241a1 1 0 0 1 1.415 1.414l-2.95 2.949-.075.069a1 1 0 0 1-1.338-.07l-2.949-2.948a1 1 0 0 1 1.414-1.414' />
      </g>
    </g>
  </svg>
);
export default TracksExpandIcon;
