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

function LastfmSquare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.571 18.786c0-2.518-2.036-3.661-4.179-4.268-.982-.268-1.786-.5-2.143-1.571-.018-.089-.107-.429-.107-.5 0-.857.679-1.482 1.518-1.482.393 0 .946-.018 1.268.268h-.018c.339.25.5.536.696.911l1.661-1.268c-.268-.375-.536-.821-.875-1.143-.839-.75-1.625-.875-2.732-.875-1.875 0-3.643 1.536-3.643 3.482 0 .143.018.268.036.411.393 2.429 1.625 3.179 3.804 3.804 1.071.304 2.589.786 2.607 2.107v.089c.018 1.429-1.179 2.286-2.518 2.286-1.464 0-2.411-1.393-2.982-2.571-2.071-4.268-2.393-9.607-8.536-9.607-3.696 0-7.018 3.411-6.893 7.071v.018c.125 3.821 2.75 7.196 6.786 7.196 1.911 0 3.696-.446 4.982-1.964a4.79 4.79 0 00.554-.911l-1.071-1.946c-1 1.893-2.232 2.714-4.375 2.714-2.821 0-4.768-2.5-4.768-5.196 0-2.482 2.286-4.875 4.786-4.875 2.857 0 3.893 1.482 4.893 4.036 1.196 3.071 2.482 8.143 6.625 8.143 2.482 0 4.625-1.804 4.625-4.357zm1.858-11.357v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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