
  // 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 ServiceDropboxIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="service dropbox icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M7.68 2.5 12 6.09l4.32-3.59 6.18 4-4.27 3.44 4.27 3.42-6.18 4.03L12 13.78l-4.32 3.61-6.18-4.03 4.27-3.42L1.5 6.5l6.18-4zM12 14.56l4.35 3.6 1.85-1.21v1.35L12 22l-6.18-3.7v-1.35l1.86 1.21 4.32-3.6zm6.13-4.62L12 13.68 5.87 9.94 12 6.19l6.13 3.75z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  ServiceDropboxIcon.displayName = "ServiceDropboxIcon"
  ServiceDropboxIcon.colors = Icon.colors
  ServiceDropboxIcon.sizes = Icon.sizes

  export { ServiceDropboxIcon }
  