UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 847 B
"use strict"; 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 CloudMoonFill = (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.35 76.35 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.64 55.64 0 0132 48.05 76.4 76.4 0 00-43 43.4 52.38 52.38 0 00-9-.78 51.69 51.69 0 00-30 9.59A56.22 56.22 0 0137.37 104z" })); exports.default = CloudMoonFill;