
  // 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 VolumeMediumIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="volume medium icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="m7 8 5.146-5.146a.5.5 0 0 1 .854.353v17.586a.5.5 0 0 1-.854.353L7 16H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3zm8 9.745a6.002 6.002 0 0 0 0-11.834v2.043a4.002 4.002 0 0 1 0 7.748v2.043zM5 13.828v-4h3l3-3v10l-3-3H5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  VolumeMediumIcon.displayName = "VolumeMediumIcon"
  VolumeMediumIcon.colors = Icon.colors
  VolumeMediumIcon.sizes = Icon.sizes

  export { VolumeMediumIcon }
  