iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
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 CloudRain = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.41 9.233a5.615 5.615 0 0111.228 0 4.766 4.766 0 011.121 9.276 6.901 6.901 0 00.133-1.696 3.266 3.266 0 00-1.634-6.094h-.369a.75.75 0 01-.75-.75v-.604a4.115 4.115 0 00-8.23 0v.603a.75.75 0 01-.75.75h-.37a3.266 3.266 0 00-1.634 6.095 6.992 6.992 0 00.133 1.696A4.768 4.768 0 016.41 9.233z", fill: "#323544" }),
React.createElement("path", { d: "M8.818 14.67a.75.75 0 00-1.5 0v6.41a.75.75 0 001.5 0v-6.41zM15.979 13.17a.75.75 0 01.75.75v6.41a.75.75 0 01-1.5 0v-6.41a.75.75 0 01.75-.75zM12.774 13.17a.75.75 0 00-1.5 0v6.41a.75.75 0 101.5 0v-6.41z", fill: "#323544" }));
exports.default = CloudRain;