iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 717 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 CloudsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-clouds-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11.473 9a4.5 4.5 0 00-8.72-.99A3 3 0 003 14h8.5a2.5 2.5 0 10-.027-5" }),
React.createElement("path", { d: "M14.544 9.772a3.5 3.5 0 00-2.225-1.676 5.5 5.5 0 00-6.337-4.002 4.002 4.002 0 017.392.91 2.5 2.5 0 011.17 4.769z" }));
exports.default = CloudsFill;