
  // 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 SocialRssIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="social rss icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M4 4.44c8.594 0 15.56 6.966 15.56 15.56h-2.83c0-7.03-5.7-12.73-12.73-12.73V4.44zm2.18 11.2a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20 5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18zM13.9 20c0-5.468-4.432-9.9-9.9-9.9v2.83A7.07 7.07 0 0 1 11.07 20h2.83z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  SocialRssIcon.displayName = "SocialRssIcon"
  SocialRssIcon.colors = Icon.colors
  SocialRssIcon.sizes = Icon.sizes

  export { SocialRssIcon }
  