/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LyricsIcon: 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='M14.667 20q-1.513 0-2.59-1.044T11 16.444t1.077-2.51 2.59-1.045q.527 0 .974.122.446.123.859.367v-8.49q0-.377.264-.632A.9.9 0 0 1 17.417 4h3.666q.39 0 .654.256.263.255.263.633v1.778a.85.85 0 0 1-.264.633.9.9 0 0 1-.653.256h-2.75v8.888q0 1.467-1.077 2.512T14.666 20M3 6a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M4 9a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2zM3 14a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M4 17a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z' />
      </g>
    </g>
  </svg>
);
export default LyricsIcon;
