/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const CloudMoon = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M172 68c-1.66 0-3.31.06-4.95.16a75.93 75.93 0 0 0-58-62.23 12 12 0 0 0-14.37 14.38A52.05 52.05 0 0 1 32.3 82.68a12 12 0 0 0-14.37 14.39 76.6 76.6 0 0 0 27.91 43.27A56 56 0 0 0 92 228h80a80 80 0 0 0 0-160m-52.11-32a51.64 51.64 0 0 1 23.68 37.17 80.4 80.4 0 0 0-45.18 43.15A57 57 0 0 0 92 116a55.7 55.7 0 0 0-28.23 7.66 52.7 52.7 0 0 1-15.63-15.77A76.11 76.11 0 0 0 119.89 36M172 204H92a32 32 0 0 1 0-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0 0 24 1.4 55.8 55.8 0 0 1 1.74-11l.15-.55A56.06 56.06 0 1 1 172 204" /></Svg>;
export default CloudMoon;