UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 801 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 CloudRainFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M158.66 196.44l-32 48a8 8 0 11-13.32-8.88l32-48a8 8 0 0113.32 8.88zm73.21-108.89a76 76 0 00-151.78.73A8.18 8.18 0 0172 96h-.6a8.14 8.14 0 01-7.4-8.61 92.48 92.48 0 012.33-16.51 4 4 0 00-5-4.78A52.09 52.09 0 0024 116.36C24.2 145.07 48.12 168 76.84 168h36.21l-23.71 35.56a8 8 0 0013.32 8.88L132.28 168H156a76.08 76.08 0 0075.87-80.45z" })); exports.default = CloudRainFill;