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

function Facebook(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 19 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M17.125.214v4.714h-2.804c-2.196 0-2.607 1.054-2.607 2.571v3.375h5.232l-.696 5.286h-4.536v13.554H6.25V16.16H1.696v-5.286H6.25V6.981c0-4.518 2.768-6.982 6.804-6.982 1.929 0 3.589.143 4.071.214z" />
    </svg>
  );
}

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