iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CloudMoon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M172 72a76.45 76.45 0 00-12.36 1 71.93 71.93 0 00-55.47-63.17 8 8 0 00-9.59 9.58A56.05 56.05 0 0140 88a56.45 56.45 0 01-12.59-1.42 8 8 0 00-9.59 9.59 72.22 72.22 0 0032.29 45.06A52 52 0 0092 224h80a76 76 0 000-152zM37.37 104H40a72.08 72.08 0 0072-72v-2.67a55.63 55.63 0 0132 48 76.28 76.28 0 00-43 43.4 52 52 0 00-39 8.86A56.22 56.22 0 0137.37 104zM172 208H92a36 36 0 114.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0016 .92 58.91 58.91 0 011.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 11172 208z" }));
exports.default = CloudMoon;