/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ReuseStylesLyricsIcon: 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='M20.43 14.393a.57.57 0 0 1 .57.57v1.214a3 3 0 0 1-3 3h-1.663l.85.85a.57.57 0 0 1-.805.806l-1.823-1.823a.57.57 0 0 1 0-.805l1.823-1.823a.57.57 0 1 1 .806.806l-.85.85H18a1.86 1.86 0 0 0 1.86-1.86v-1.216a.57.57 0 0 1 .57-.57'
          clipRule='evenodd'
        />
        <path d='m17.81 4.14-1.1.362-6.305 1.916-1.876 1.876a1.38 1.38 0 0 1-.972.402v5.714a2.7 2.7 0 0 0-.855-.134c-1.415 0-2.563 1.045-2.563 2.337 0 1.29 1.148 2.336 2.563 2.336s2.564-1.045 2.564-2.337v-5.614L16.1 8.755v3.785a2.7 2.7 0 0 0-.854-.134c-1.415 0-2.563 1.046-2.563 2.337 0 .948.618 1.763 1.507 2.13l1.191-1.192a1.82 1.82 0 0 1 2.306-.224q.012-.03.021-.064.1-.31.101-.65z' />
        <path
          fillRule='evenodd'
          d='M3.57 9.608a.57.57 0 0 1-.57-.57V7.823a3 3 0 0 1 3-3h1.663l-.85-.85a.57.57 0 1 1 .805-.806L9.441 4.99a.57.57 0 0 1 0 .805L7.618 7.618a.57.57 0 0 1-.806-.806l.85-.85H6a1.86 1.86 0 0 0-1.86 1.86v1.216a.57.57 0 0 1-.57.57'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default ReuseStylesLyricsIcon;
