UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 783 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 CloudLightningBold = (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 112h30.81l-13.1 21.82A12 12 0 00104 212h18.81l-13.1 21.82a12 12 0 1020.58 12.35l24-40A12 12 0 00144 188h-18.81l9.6-16H156a80 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 148z" })); exports.default = CloudLightningBold;