import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandFacebook = withIcon(function IconBrandFacebook(props) {
    return (<svg data-tag="IconBrandFacebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M22 12c0-5.522-4.477-10-10-10S2 6.478 2 12c0 4.992 3.657 9.129 8.438 9.879V14.89h-2.54V12h2.54V9.796c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.772-1.63 1.563V12h2.773l-.443 2.891h-2.33v6.988C18.343 21.129 22 16.992 22 12"/>
    </svg>);
});
//# sourceMappingURL=BrandFacebook.jsx.map