
  // 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 CloudOffIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="cloud off icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3.177 5.093a.25.25 0 0 0 0 .354L5.75 8.01C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l1.823 1.823a.25.25 0 0 0 .354 0l.916-.916a.25.25 0 0 0 0-.354L4.447 4.177a.25.25 0 0 0-.354 0l-.916.916zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  CloudOffIcon.displayName = "CloudOffIcon"
  CloudOffIcon.colors = Icon.colors
  CloudOffIcon.sizes = Icon.sizes

  export { CloudOffIcon }
  