UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 953 B
"use strict"; 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 CloudRainDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 92a68 68 0 01-68 68H76a44 44 0 1114.2-85.66v.11A68.06 68.06 0 01224 92z", opacity: ".2" }), React.createElement("path", { d: "M158.66 196.44l-32 48a8 8 0 11-13.32-8.88l32-48a8 8 0 0113.32 8.88zM232 92a76.08 76.08 0 01-76 76h-23.72l-29.62 44.44a8 8 0 11-13.32-8.88L113.05 168H76a52 52 0 010-104 53.26 53.26 0 018.92.76A76.08 76.08 0 01232 92zm-16 0a60.06 60.06 0 00-120-3.54 8 8 0 01-16-.92q.21-3.66.77-7.23A38.11 38.11 0 0076 80a36 36 0 000 72h80a60.07 60.07 0 0060-60z" })); exports.default = CloudRainDuotone;