
  // 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 ChannelIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="channel icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M12.5 23h-1a.5.5 0 0 1-.5-.5v-8.645A3.502 3.502 0 0 1 12 7a3.5 3.5 0 0 1 1 6.855V22.5a.5.5 0 0 1-.5.5zM6.015 3.122A9.482 9.482 0 0 0 2.5 10.5a9.476 9.476 0 0 0 3.38 7.263.5.5 0 0 1 .078.686l-.605.797a.5.5 0 0 1-.717.084A11.471 11.471 0 0 1 .5 10.5a11.48 11.48 0 0 1 4.321-8.985.272.272 0 0 1 .387.048l.859 1.13a.31.31 0 0 1-.052.429zM23.5 10.5a11.47 11.47 0 0 1-3.782 8.526c-.09.081-.209.183-.355.303a.5.5 0 0 1-.716-.083l-.605-.797a.5.5 0 0 1 .078-.687 8.65 8.65 0 0 0 .285-.245A9.475 9.475 0 0 0 21.5 10.5a9.476 9.476 0 0 0-3.38-7.263.5.5 0 0 1-.078-.687l.607-.798a.5.5 0 0 1 .715-.084l.14.118A11.474 11.474 0 0 1 23.5 10.5zM8.316 6.42a4.408 4.408 0 0 0-.189.175A5.483 5.483 0 0 0 6.5 10.5a5.484 5.484 0 0 0 1.816 4.08.5.5 0 0 1 .068.678l-.608.8a.5.5 0 0 1-.724.076A7.48 7.48 0 0 1 4.5 10.5a7.48 7.48 0 0 1 2.55-5.635.5.5 0 0 1 .726.076l.608.801a.5.5 0 0 1-.068.678zM19.5 10.5a7.481 7.481 0 0 1-2.55 5.634.5.5 0 0 1-.726-.075l-.609-.802a.5.5 0 0 1 .068-.678c.1-.088.18-.164.243-.227A5.483 5.483 0 0 0 17.5 10.5a5.481 5.481 0 0 0-1.539-3.815 4.948 4.948 0 0 0-.28-.264.5.5 0 0 1-.066-.677l.608-.801a.5.5 0 0 1 .724-.077A7.48 7.48 0 0 1 19.5 10.5zM12 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ChannelIcon.displayName = "ChannelIcon"
  ChannelIcon.colors = Icon.colors
  ChannelIcon.sizes = Icon.sizes

  export { ChannelIcon }
  