/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MusicNoteSlashIcon: 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='M9.853 20q1.625 0 2.762-1.145a3.77 3.77 0 0 0 1.124-2.436l-3.436-3.458a4 4 0 0 0-.45-.025c-2.256 0-3.899 1.57-3.899 3.924S8.242 20 9.853 20M11.802 9.887 6.35 4.055 5 5.413l12.65 13.53L19 17.585l-5.248-5.613V7.925l3.449.942V5.358L11.802 4z' />
      </g>
    </g>
  </svg>
);
export default MusicNoteSlashIcon;
