next
Version:
The React Framework
34 lines (32 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "LightningBolt", {
enumerable: true,
get: function() {
return LightningBolt;
}
});
const _jsxruntime = require("react/jsx-runtime");
const LightningBolt = (props)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
...props,
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("path", {
style: {
fill: 'var(--color-font)'
},
fillRule: "evenodd",
d: "M7.157 0 2.333 9.408l-.56 1.092H7a.25.25 0 0 1 .25.25V16h1.593l4.824-9.408.56-1.092H9a.25.25 0 0 1-.25-.25V0H7.157ZM7 9H4.227L7.25 3.106V5.25C7.25 6.216 8.034 7 9 7h2.773L8.75 12.894V10.75A1.75 1.75 0 0 0 7 9Z",
clipRule: "evenodd"
})
});
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=LightningBolt.js.map