
  // 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 ServiceGoogleDriveIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="service google drive icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="m15.42 3 6.86 12h-6.85L8.57 3h6.85zM7.71 4.5 1.15 16l3.43 6 6.55-11.5-3.42-6zM9.73 16 6.3 22h13.12l3.43-6H9.73z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ServiceGoogleDriveIcon.displayName = "ServiceGoogleDriveIcon"
  ServiceGoogleDriveIcon.colors = Icon.colors
  ServiceGoogleDriveIcon.sizes = Icon.sizes

  export { ServiceGoogleDriveIcon }
  