UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 781 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 CloudLightning = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M156 16a76.2 76.2 0 00-71.08 48.76A53.26 53.26 0 0076 64a52 52 0 000 104h37.87l-16.73 27.88A8 8 0 00104 208h25.87l-16.73 27.88a8 8 0 0013.72 8.24l24-40A8 8 0 00144 192h-25.87l14.4-24H156a76 76 0 000-152zm0 136H76a36 36 0 010-72 38.11 38.11 0 014.78.31q-.56 3.57-.77 7.23a8 8 0 0016 .92A60.06 60.06 0 11156 152z" })); exports.default = CloudLightning;