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

function TumblrSquare(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="M20.286 26.089l-1.107-3.268c-.429.214-1.232.393-1.839.393-1.821.054-2.196-1.268-2.196-2.25v-7.107h4.589v-3.464h-4.571V4.572h-3.357c-.054 0-.143.054-.161.179-.196 1.768-1.036 4.911-4.5 6.161v2.946h2.321v7.464c0 2.554 1.875 6.196 6.857 6.107 1.679-.036 3.554-.732 3.964-1.339zm7.143-18.66v17.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(TumblrSquare);
export default ForwardRef;
