
  // 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 TranscriptIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="transcript icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M4 3.5c0-.3.2-.5.5-.5h15c.3 0 .5.2.5.5v13c0 .3-.2.5-.5.5H9.3l-4.5 3.4c-.3.2-.8 0-.8-.4v-4.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5V17l2.7-2H18V5H6v6h8V9H8.5c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v5c0 .3-.2.5-.5.5h-11c-.3 0-.5-.2-.5-.5v-9z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  TranscriptIcon.displayName = "TranscriptIcon"
  TranscriptIcon.colors = Icon.colors
  TranscriptIcon.sizes = Icon.sizes

  export { TranscriptIcon }
  