// Generated by script, don't edit it please.
import * as React from 'react';

function Lastfm(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M23.071 12.571c0 .107.143.607.179.732.482 1.464 1.607 1.768 2.946 2.143 2.982.839 5.804 2.429 5.804 5.929 0 3.554-2.964 6.054-6.429 6.054-5.75 0-7.536-7.036-9.196-11.321-1.375-3.536-2.821-5.607-6.804-5.607-3.536 0-6.643 3.393-6.643 6.875 0 3.696 2.768 7.125 6.607 7.125 1.696 0 3.464-.357 4.607-1.696.554-.625 1.089-1.304 1.482-2.071l1.5 2.714a5.648 5.648 0 01-.786 1.25l.018.018c-1.804 2.089-4.268 2.714-6.929 2.714-5.393 0-9.429-4.768-9.429-10.018 0-5.089 4.429-9.821 9.571-9.821 8.536 0 8.964 7.393 11.857 13.339.786 1.643 2.125 3.571 4.161 3.571 1.857 0 3.5-1.196 3.5-3.161 0-4.25-7.804-1.357-8.911-8.339a3.26 3.26 0 01-.054-.589c0-2.643 2.482-4.911 5.107-4.821 1.571.054 2.518.107 3.768 1.214h-.018c.482.446.839 1.054 1.214 1.571l-2.304 1.768c-.268-.5-.518-.911-.964-1.25v-.018c-.429-.393-1.196-.375-1.732-.375-1.161 0-2.125.875-2.125 2.071z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Lastfm);
export default ForwardRef;
