
  // 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 VolumeLowIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="volume low icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="m7 8 5.146-5.147a.5.5 0 0 1 .854.354v17.586a.5.5 0 0 1-.854.353L7 16H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3zm8 8.412a5.001 5.001 0 0 0 0-9.168v2.348c.614.55 1 1.348 1 2.236 0 .889-.386 1.687-1 2.237v2.347zM5 14v-4h3l3-3.172v10L8 14H5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  VolumeLowIcon.displayName = "VolumeLowIcon"
  VolumeLowIcon.colors = Icon.colors
  VolumeLowIcon.sizes = Icon.sizes

  export { VolumeLowIcon }
  