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

function FacebookSquare(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="M22.286 2.286a5.145 5.145 0 015.143 5.143v17.143a5.145 5.145 0 01-5.143 5.143h-3.357V19.09h3.554l.536-4.143H18.93v-2.643c0-1.196.321-2 2.054-2l2.179-.018V6.59c-.375-.054-1.679-.161-3.179-.161-3.161 0-5.339 1.929-5.339 5.464v3.054h-3.571v4.143h3.571v10.625h-9.5a5.145 5.145 0 01-5.143-5.143V7.429a5.145 5.145 0 015.143-5.143h17.143z" />
    </svg>
  );
}

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