
  // 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 ChannelAddIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="channel add icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="m21.065 13.345.06-.192A9.503 9.503 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 .7-.096A11.474 11.474 0 0 1 23.5 10.5c.001.9-.103 1.777-.298 2.619-.031.13-.077.303-.137.517a.5.5 0 0 1-.481.364H21.54a.5.5 0 0 1-.475-.655zM12.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-.701.096 10.011 10.011 0 0 1-.326-.277A11.471 11.471 0 0 1 .5 10.5a11.48 11.48 0 0 1 4.321-8.985.272.272 0 0 1 .383.043l.863 1.135a.31.31 0 0 1-.052.429zM8.316 6.42a4.414 4.414 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.679l-.608.799a.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.634.5.5 0 0 1 .726.076l.608.8a.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 3zm11.5 9H21v2.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V21h-2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H19v-2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V19h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ChannelAddIcon.displayName = "ChannelAddIcon"
  ChannelAddIcon.colors = Icon.colors
  ChannelAddIcon.sizes = Icon.sizes

  export { ChannelAddIcon }
  