iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 767 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 Cloud2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.387 9.984a5.615 5.615 0 0110.918-1.715 5.658 5.658 0 01-.961 11.231H6.766a4.766 4.766 0 01-.38-9.516zM12 6a4.115 4.115 0 00-4.116 4.115v.604a.75.75 0 01-.75.75h-.37a3.266 3.266 0 100 6.531h9.579a4.156 4.156 0 00.324-8.3.75.75 0 01-.67-.57A4.117 4.117 0 0012 6z", fill: "#323544" }));
exports.default = Cloud2;