UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1 kB
"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 CloudMoonLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M172 74a74.41 74.41 0 00-14.17 1.36 70 70 0 00-54.11-63.59A6 6 0 0096.53 19 58.06 58.06 0 0127 88.53a6 6 0 00-7.19 7.19 70.22 70.22 0 0033.3 44.95A50 50 0 0092 222h80a74 74 0 000-148zM34.22 101.76q2.88.24 5.78.24a70.08 70.08 0 0070-70c0-1.94-.08-3.88-.24-5.8A57.64 57.64 0 01146 78.71 74.32 74.32 0 00102.2 123a50.36 50.36 0 00-10.2-1 49.74 49.74 0 00-29.86 9.92 58.24 58.24 0 01-27.92-30.16zM172 210H92a38 38 0 117.08-75.34 75.84 75.84 0 00-1.07 9 6 6 0 0012 .7 61.54 61.54 0 012-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 11172 210z" })); exports.default = CloudMoonLight;