
  // 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 PhoneDownIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="phone down icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M9.5 13.002a.5.5 0 0 1 .5.5V20.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14C2 7.383 7.383 2 14 2h6.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-6.998a.5.5 0 0 1-.5-.5V8.092c-2.584.437-4.52 2.367-4.924 4.91H9.5zM4 14v5.002L8 19v-4H6v-1c0-4.488 3.433-7.928 7.984-8C14.252 5.996 15 6 15 6v2h4V4h-5C8.485 4 4 8.486 4 14zm17.5 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h4.086l-5.94-5.94a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0l5.94 5.94V14.5a.5.5 0 0 1 .5-.5h1z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  PhoneDownIcon.displayName = "PhoneDownIcon"
  PhoneDownIcon.colors = Icon.colors
  PhoneDownIcon.sizes = Icon.sizes

  export { PhoneDownIcon }
  