/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InstrumentLeadVocalsIcon: 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>
      <path
        fillRule='evenodd'
        d='M15.319 2.009a6.635 6.635 0 1 1-.763 13.224l-8.313 6.302-.006.005c-.77.574-1.847.55-2.586-.06l-.143-.13-.89-.884a2.075 2.075 0 0 1-.209-2.698l.001-.002 6.298-8.567a6.635 6.635 0 0 1 6.61-7.19M4.023 18.947v.001a.1.1 0 0 0-.016.055.07.07 0 0 0 .022.045l.89.885.02.013q.013.006.035.008a.1.1 0 0 0 .067-.018l7.165-5.432A6.66 6.66 0 0 1 9.4 11.638zM15.319 4.01a4.635 4.635 0 1 0 0 9.27 4.635 4.635 0 0 0 0-9.27'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default InstrumentLeadVocalsIcon;
