
  // 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 SkipBackwardIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="skip backward icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.99 9.99 0 0 1-8.362-4.515.5.5 0 0 1 .167-.704l.866-.505a.5.5 0 0 1 .67.158l.073.109a8 8 0 1 0 .93-10.2l.802.803A.5.5 0 0 1 6.793 8H3.5a.5.5 0 0 1-.5-.5V4.207a.5.5 0 0 1 .854-.353l1.075 1.075A9.969 9.969 0 0 1 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
  
  SkipBackwardIcon.displayName = "SkipBackwardIcon"
  SkipBackwardIcon.colors = Icon.colors
  SkipBackwardIcon.sizes = Icon.sizes

  export { SkipBackwardIcon }
  