
  // 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 OrgIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="org icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M21 16.159v-2.184c0-1.654-1.346-3-3-3h-5v-3h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v3H6c-1.654 0-3 1.346-3 3v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-2.184c0-.551.449-1 1-1h5v3.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-3.184h5c.552 0 1 .449 1 1v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816zM6 3.975h12v2H6v-2zm-2 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm8 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  OrgIcon.displayName = "OrgIcon"
  OrgIcon.colors = Icon.colors
  OrgIcon.sizes = Icon.sizes

  export { OrgIcon }
  