
  // 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 MenuArrowLeftIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="menu arrow left icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path clipRule="evenodd" d="M5.824 5H21.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H5.824l.94.939a.5.5 0 0 1 0 .707l-.708.707a.5.5 0 0 1-.707 0l-3-3a.5.5 0 0 1 0-.707l3-3a.5.5 0 0 1 .707 0l.708.707a.5.5 0 0 1 0 .707zM8.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm13 6h-18a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h18a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  MenuArrowLeftIcon.displayName = "MenuArrowLeftIcon"
  MenuArrowLeftIcon.colors = Icon.colors
  MenuArrowLeftIcon.sizes = Icon.sizes

  export { MenuArrowLeftIcon }
  