
  // 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 HistoryIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="history icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M3.47 17.223A9.994 9.994 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2a9.985 9.985 0 0 0-8 4L2.854 4.854A.5.5 0 0 0 2 5.207V9.5a.5.5 0 0 0 .5.5h4.293a.5.5 0 0 0 .353-.854L5.432 7.432a8 8 0 1 1-.203 8.83.525.525 0 0 0-.692-.191l-.878.479a.481.481 0 0 0-.189.672zm8.043-10.224h1a.5.5 0 0 1 .5.5v4.079l2.9 2.9a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.708 0l-3.485-3.486V7.5a.5.5 0 0 1 .5-.5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  HistoryIcon.displayName = "HistoryIcon"
  HistoryIcon.colors = Icon.colors
  HistoryIcon.sizes = Icon.sizes

  export { HistoryIcon }
  