export const FacebookIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 18 18"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M18 9.054c0-1.73-.494-3.424-1.421-4.88A9.016 9.016 0 0012.766.832a8.95 8.95 0 00-9.612 1.34A9.059 9.059 0 00.388 6.428a9.107 9.107 0 00-.049 5.086 9.062 9.062 0 002.684 4.31 8.976 8.976 0 004.57 2.174v-6.327H5.309V9.054h2.286V7.06a3.214 3.214 0 01.88-2.562 3.175 3.175 0 012.52-.96c.674.01 1.348.069 2.014.177v2.228h-1.135a1.295 1.295 0 00-1.072.353 1.312 1.312 0 00-.396 1.062v1.697h2.496l-.4 2.619h-2.096v6.328a8.989 8.989 0 005.438-3.065A9.09 9.09 0 0018 9.054z"
        fill="#3B5998"
      />
    </svg>
  );
};
