iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 860 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 CloudMoonFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-cloud-moon-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11.473 11a4.5 4.5 0 00-8.72-.99A3 3 0 003 16h8.5a2.5 2.5 0 000-5z" }),
React.createElement("path", { d: "M11.286 1.778a.5.5 0 00-.565-.755 4.595 4.595 0 00-3.18 5.003 5.5 5.5 0 011.055.209A3.6 3.6 0 019.83 2.617a4.593 4.593 0 004.31 5.744 3.58 3.58 0 01-2.241.634q.244.477.394 1a4.59 4.59 0 003.624-2.04.5.5 0 00-.565-.755 3.593 3.593 0 01-4.065-5.422z" }));
exports.default = CloudMoonFill;