/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LyricsModelIcon: 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='M3 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M3 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M4 13a1 1 0 1 0 0 2h9a1 1 0 1 0 0-2zM3 18a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1M18.352 5.95a.375.375 0 0 0-.704 0l-.939 2.538a.38.38 0 0 1-.221.221l-2.538.94a.375.375 0 0 0 0 .703l2.538.939a.38.38 0 0 1 .221.221l.94 2.538c.12.326.582.326.703 0l.939-2.538a.38.38 0 0 1 .221-.221l2.538-.94a.375.375 0 0 0 0-.703l-2.538-.939a.38.38 0 0 1-.221-.221z' />
      </g>
    </g>
  </svg>
);
export default LyricsModelIcon;
