/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CloudIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M7.5 18q-1.86 0-3.18-1.28Q3 15.441 3 13.592q0-1.584.961-2.823a4.26 4.26 0 0 1 2.516-1.585 5.5 5.5 0 0 1 2.046-3.026A5.62 5.62 0 0 1 12 5q2.393 0 4.06 1.655 1.668 1.656 1.667 4.032 1.412.163 2.342 1.21.93 1.045.931 2.447 0 1.523-1.074 2.59T17.318 18z' />
    </g>
  </svg>
);
export default CloudIcon;
