UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 774 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 CloudRainBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M156 12a80.22 80.22 0 00-73.61 48.36A56.76 56.76 0 0076 60a56 56 0 000 112h29.58L86 201.34a12 12 0 1020 13.32L134.42 172H156a80 80 0 000-160zm0 136H76a32 32 0 010-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 1024 1.39A56.06 56.06 0 11156 148zm.65 58.66l-26.67 40a12 12 0 11-20-13.32l26.66-40a12 12 0 1120 13.32z" })); exports.default = CloudRainBold;