iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 763 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 CloudRainLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M157 195.33l-32 48a6 6 0 11-10-6.66l32-48a6 6 0 0110 6.66zM230 92a74.09 74.09 0 01-74 74h-24.79L101 211.33a6 6 0 11-10-6.66L116.79 166H76a50 50 0 1110.2-99A74.08 74.08 0 01230 92zm-12 0a62.06 62.06 0 00-124-3.65 6 6 0 01-12-.7 75.84 75.84 0 011.07-9A38 38 0 1076 154h80a62.07 62.07 0 0062-62z" }));
exports.default = CloudRainLight;