
  // 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 SkipForwardIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="skip forward icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10a9.987 9.987 0 0 0 8.142-4.193c.06-.084.133-.193.219-.324a.5.5 0 0 0-.168-.704l-.866-.505a.5.5 0 0 0-.67.158A7.989 7.989 0 0 1 12 20a8 8 0 1 1 5.657-13.657l-.803.803a.5.5 0 0 0 .353.854H20.5a.5.5 0 0 0 .5-.5V4.207a.5.5 0 0 0-.854-.353l-1.075 1.075A9.969 9.969 0 0 0 12 2zM8.63 15.6h1.71V9.003H9.089l-1.908.549.333 1.359 1.116-.27V15.6zm5.377.126c-1.845 0-3.006-1.521-3.006-3.384 0-1.881 1.179-3.42 3.024-3.42 1.827 0 2.997 1.521 2.997 3.384 0 1.881-1.179 3.42-3.015 3.42zm.018-1.539c.756 0 1.242-.774 1.242-1.845v-.018c0-1.071-.513-1.863-1.26-1.863-.756 0-1.251.765-1.251 1.845v.018c0 1.08.504 1.863 1.269 1.863z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  SkipForwardIcon.displayName = "SkipForwardIcon"
  SkipForwardIcon.colors = Icon.colors
  SkipForwardIcon.sizes = Icon.sizes

  export { SkipForwardIcon }
  