iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 821 B
JavaScript
;
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 CloudLightningLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M156 18a74.21 74.21 0 00-69.89 49.3 6.18 6.18 0 00-1.83-.62A50.83 50.83 0 0076 66a50 50 0 000 100h41.4l-18.55 30.91A6 6 0 00104 206h29.4l-18.55 30.91a6 6 0 0010.3 6.18l24-40A6 6 0 00144 194h-29.4l16.8-28H156a74 74 0 000-148zm0 136H76a38 38 0 116.31-75.48 6.82 6.82 0 00.79.08 72.86 72.86 0 00-1.1 9.05 6 6 0 0012 .7A62.06 62.06 0 11156 154z" }));
exports.default = CloudLightningLight;