
  // 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 ArticleIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="article icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M4 5.25A.25.25 0 0 1 4.25 5h15.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H4.25A.25.25 0 0 1 4 6.75v-1.5zm0 4A.25.25 0 0 1 4.25 9h15.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H4.25a.25.25 0 0 1-.25-.25v-1.5zm0 4a.25.25 0 0 1 .25-.25h15.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H4.25a.25.25 0 0 1-.25-.25v-1.5zm0 4a.25.25 0 0 1 .25-.25h11.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25H4.25a.25.25 0 0 1-.25-.25v-1.5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ArticleIcon.displayName = "ArticleIcon"
  ArticleIcon.colors = Icon.colors
  ArticleIcon.sizes = Icon.sizes

  export { ArticleIcon }
  