
  // 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 UserAddIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="user add icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M15 12c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .896 2 2 0 1.103-.897 2-2 2s-2-.897-2-2c0-1.104.897-2 2-2zm8 13.5a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5V19c0-3.533 3.29-6 8-6s8 2.467 8 6v.5zM20.84 18H9.159c.598-1.808 2.833-3 5.84-3 3.009 0 5.245 1.192 5.843 3zM4 10H1.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H4v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V12h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H6V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V10z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  UserAddIcon.displayName = "UserAddIcon"
  UserAddIcon.colors = Icon.colors
  UserAddIcon.sizes = Icon.sizes

  export { UserAddIcon }
  