/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MusicSlashIcon: 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
          fillRule='evenodd'
          d='m19.203 12.74 3.082 1.755a1.092 1.092 0 1 1-1.086 1.897L3.107 6.085a1.092 1.092 0 1 1 1.085-1.897l1.875 1.075c.088-.472.46-.845.954-.9l10.987-1.107a1.09 1.09 0 0 1 1.195 1.096zm-2.631-1.501V8.673l-3.838.383z'
          clipRule='evenodd'
        />
        <path d='M6.034 15.043a4 4 0 0 0-.658-.054c-1.82 0-3.29 1.184-3.29 2.631 0 1.448 1.47 2.632 3.29 2.632s3.29-1.184 3.29-2.632v-6.48L6.034 9.638zM12.624 16.315c0 1.459 1.47 2.632 3.29 2.632 1.491 0 2.73-.79 3.136-1.875l-5.066-2.884c-.822.483-1.37 1.25-1.37 2.127z' />
      </g>
    </g>
  </svg>
);
export default MusicSlashIcon;
