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

function FacebookOfficial(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.911 2.286c.839 0 1.518.679 1.518 1.518v24.393c0 .839-.679 1.518-1.518 1.518h-6.982V19.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.625H1.52a1.517 1.517 0 01-1.518-1.518V3.804c0-.839.679-1.518 1.518-1.518h24.393z" />
    </svg>
  );
}

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