
  // This file is generated by running the "icons" bin script.
  // Manual changes might be lost - proceed with caution!
  
  import React, { forwardRef } from 'react'
  import Icon, { IconComponent } from '..'
  
  
  const SocialFacebookAltIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="facebook icon" viewBox="0 0 12 20"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M3.831 20v-8.75H.656V7.625h3.175V4.862C3.831 1.725 5.694 0 8.556 0c1.363 0 2.788.237 2.788.237v3.088H9.769c-1.55 0-2.038.962-2.038 1.95v2.35h3.475l-.562 3.625H7.73V20h-3.9z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  SocialFacebookAltIcon.displayName = "SocialFacebookAltIcon"
  SocialFacebookAltIcon.colors = Icon.colors
  SocialFacebookAltIcon.sizes = Icon.sizes

  export { SocialFacebookAltIcon }
  