
  // 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 ScopeIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="scope icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M12.839 11.456a1 1 0 0 1 1.165.543l3.804 8.157a1 1 0 1 1-1.813.845L13 14.577V21a1 1 0 1 1-2 0v-6.423l-2.995 6.424a1 1 0 0 1-1.813-.845l3.803-8.157a1 1 0 0 1 1.166-.543.999.999 0 0 1 1.678 0zM11 10h8V6h-8v4zm-1-6h10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM8 9h1V7H8v2zM7 5h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM5 6h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ScopeIcon.displayName = "ScopeIcon"
  ScopeIcon.colors = Icon.colors
  ScopeIcon.sizes = Icon.sizes

  export { ScopeIcon }
  