
  // 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 SignoutIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="signout icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M12 5v5h2V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6h-2v5H4V5h8zm5.031 2.658-.685.7a.5.5 0 0 0 0 .699L18.25 11h-7.912a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h7.912l-1.904 1.943a.5.5 0 0 0 0 .7l.693.707a.5.5 0 0 0 .707-.008l3.911-3.992a.5.5 0 0 0 0-.7l-3.919-4a.5.5 0 0 0-.707.008z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  SignoutIcon.displayName = "SignoutIcon"
  SignoutIcon.colors = Icon.colors
  SignoutIcon.sizes = Icon.sizes

  export { SignoutIcon }
  