iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 614 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 CloudBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 36a92.09 92.09 0 00-81 48.36A68 68 0 1072 220h88a92 92 0 000-184zm0 160H72a44 44 0 01-1.82-88A91.86 91.86 0 0068 128a12 12 0 0024 0 68 68 0 1168 68z" }));
exports.default = CloudBold;