
  // 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 UnionIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="union icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M6 5.25A.25.25 0 0 1 6.25 5h7.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-7.5A.25.25 0 0 1 6 6.75v-1.5zm0 4A.25.25 0 0 1 6.25 9h7.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-7.5a.25.25 0 0 1-.25-.25v-1.5zm0 4a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25v-1.5z"/><path fillRule="evenodd" clipRule="evenodd" d="M3 1a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3zm13 2H4v14h12V3z"/><path d="M20 4h2v18a1 1 0 0 1-1 1H7v-2h13V4z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  UnionIcon.displayName = "UnionIcon"
  UnionIcon.colors = Icon.colors
  UnionIcon.sizes = Icon.sizes

  export { UnionIcon }
  