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 CloudMoonThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M172 76a72 72 0 00-16 1.81 68 68 0 00-52.68-64.09 4 4 0 00-4.79 4.8 60.05 60.05 0 01-72 72 4 4 0 00-4.8 4.8 68.2 68.2 0 0034.44 44.78A48 48 0 0092 220h80a72 72 0 000-144zM31.22 99.44A69.46 69.46 0 0040 100a68.07 68.07 0 0068-68 69.74 69.74 0 00-.56-8.79A59.66 59.66 0 01148 80v.11a72.27 72.27 0 00-44.49 45.28A48.28 48.28 0 0092 124a47.75 47.75 0 00-29.61 10.26 60.21 60.21 0 01-31.17-34.82zM172 212H92a40 40 0 119.43-78.88 71.63 71.63 0 00-1.43 10.65 4 4 0 008 .46 64.3 64.3 0 012-12.67c0-.12.07-.24.09-.36A64.06 64.06 0 11172 212z" })); exports.default = CloudMoonThin;