iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 964 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 CloudMoonBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M172 68c-1.66 0-3.31.06-4.95.16a75.93 75.93 0 00-58-62.23 12 12 0 00-14.37 14.38A52.05 52.05 0 0132.3 82.68a12 12 0 00-14.37 14.39 76.61 76.61 0 0027.91 43.27A56 56 0 0092 228h80a80 80 0 000-160zm-52.11-32a51.64 51.64 0 0123.68 37.17 80.39 80.39 0 00-45.18 43.15A56.5 56.5 0 0092 116a55.69 55.69 0 00-28.23 7.66 52.69 52.69 0 01-15.63-15.77A76.11 76.11 0 00119.89 36zM172 204H92a32 32 0 010-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0024 1.4 55.78 55.78 0 011.74-11l.15-.55A56.06 56.06 0 11172 204z" }));
exports.default = CloudMoonBold;