import { IconProps, createIcon } from "@chakra-ui/react";
export const Cloud = createIcon({
  displayName: "Cloud",
  viewBox: "0 0 24 24",
  d: "M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"
});