UNPKG

1.36 kBJavaScriptView Raw
1import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
2import _export_sfc from './_virtual/plugin-vue_export-helper.mjs';
3
4const _sfc_main = defineComponent({
5 name: "Lightning"
6});
7const _hoisted_1 = {
8 viewBox: "0 0 1024 1024",
9 xmlns: "http://www.w3.org/2000/svg"
10};
11const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
12 fill: "currentColor",
13 d: "M288 671.36v64.128A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"
14}, null, -1);
15const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
16 fill: "currentColor",
17 d: "M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736H416z"
18}, null, -1);
19const _hoisted_4 = [
20 _hoisted_2,
21 _hoisted_3
22];
23function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24 return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
25}
26var lightning = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
28export { lightning as default };