
  // 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 SocialLinkedinAltIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="linkedin icon" viewBox="0 0 18 18"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M0 2.277a2.277 2.277 0 1 1 4.553 0 2.277 2.277 0 0 1-4.553 0zM18 18h-3.857v-6.667c0-1.042-.935-1.886-1.977-1.886a1.887 1.887 0 0 0-1.887 1.886V18H6.43V6.429h3.85v1.76c.63-1.057 2-1.761 3.145-1.761 2.431 0 4.576 1.97 4.576 4.402V18zM0 18h3.857V6.429H0z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  SocialLinkedinAltIcon.displayName = "SocialLinkedinAltIcon"
  SocialLinkedinAltIcon.colors = Icon.colors
  SocialLinkedinAltIcon.sizes = Icon.sizes

  export { SocialLinkedinAltIcon }
  