UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 771 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 CloudLightningFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M156 168h-23.47l-14.4 24H144a8 8 0 016.86 12.12l-24 40a8 8 0 01-13.72-8.24L129.87 208H104a8 8 0 01-6.86-12.12L113.87 168h-37C48.12 168 24.2 145.07 24 116.36A52.09 52.09 0 0161.35 66.1a4 4 0 015 4.78A92.48 92.48 0 0064 87.39 8.14 8.14 0 0071.41 96h.6a8.18 8.18 0 008.08-7.72A76 76 0 11156 168z" })); exports.default = CloudLightningFill;