/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FacebookIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M21 12.034C21 7.044 16.971 3 12 3s-9 4.044-9 9.034a9.036 9.036 0 0 0 6.827 8.768v-6.009H7.971v-2.76h1.856v-1.189c0-3.073 1.386-4.499 4.395-4.499.57 0 1.554.113 1.958.226V9.07c-.21-.02-.58-.035-1.04-.035-1.477 0-2.047.561-2.047 2.018v.982h2.94l-.507 2.759H13.09V21c4.458-.54 7.91-4.347 7.91-8.966' />
    </g>
  </svg>
);
export default FacebookIcon;
