
  // 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 VolumeHighIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="volume high 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 12.605a9.003 9.003 0 0 0 0-17.554v2.067a7.003 7.003 0 0 1 0 13.42v2.067zm0-4.193a5.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
  
  VolumeHighIcon.displayName = "VolumeHighIcon"
  VolumeHighIcon.colors = Icon.colors
  VolumeHighIcon.sizes = Icon.sizes

  export { VolumeHighIcon }
  