iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 756 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 CloudLightningThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M156 20a72.19 72.19 0 00-68.49 49.39A48 48 0 1076 164h44.94l-20.37 33.94A4 4 0 00104 204h32.94l-20.37 33.94a4 4 0 006.86 4.12l24-40A4 4 0 00144 196h-32.94l19.2-32H156a72 72 0 000-144zm0 136H76a40 40 0 119.43-78.88A71.63 71.63 0 0084 87.77a4 4 0 008 .46A64.06 64.06 0 11156 156z" }));
exports.default = CloudLightningThin;