
  // 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 FullscreenIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="fullscreen icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M14.5 3h6a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V6.414l-4.646 4.647a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.708L17.586 5H14.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-4.854 9.94L5 17.585V14.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H6.414l4.647-4.646a.5.5 0 0 0 0-.708l-.707-.707a.5.5 0 0 0-.708 0z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  FullscreenIcon.displayName = "FullscreenIcon"
  FullscreenIcon.colors = Icon.colors
  FullscreenIcon.sizes = Icon.sizes

  export { FullscreenIcon }
  