
  // 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 QNAIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="q n a icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M10.091 11.057A.25.25 0 0 1 10.25 11h8.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .091-.193zM10.25 14a.25.25 0 0 0-.25.25v1.5a.249.249 0 0 0 .25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.249.249 0 0 0-.25-.25h-6.5z"/><path fillRule="evenodd" clipRule="evenodd" d="M20 7h2a1 1 0 0 1 1 1v14.117a.5.5 0 0 1-.757.429L18 20H7a1 1 0 0 1-1-1v-2H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v4zm-2 0V4H3v11.003h3V8a1 1 0 0 1 1-1h11zM8 9v9h10.5l2.5 1.5V9H8z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  QNAIcon.displayName = "QNAIcon"
  QNAIcon.colors = Icon.colors
  QNAIcon.sizes = Icon.sizes

  export { QNAIcon }
  