iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 779 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 CloudRainThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M155.33 194.22l-32 48a4 4 0 11-6.66-4.44l32-48a4 4 0 016.66 4.44zM228 92a72.08 72.08 0 01-72 72h-25.86l-30.81 46.22a4 4 0 11-6.66-4.44L120.53 164H76a48 48 0 1111.51-94.61A72.08 72.08 0 01228 92zm-8 0a64.06 64.06 0 00-128-3.77 4 4 0 01-8-.46 71.63 71.63 0 011.42-10.65A40 40 0 1076 156h80a64.07 64.07 0 0064-64z" }));
exports.default = CloudRainThin;