UNPKG

1.17 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: "Burger"
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: "M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H160zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44zM832 448a320 320 0 0 0-640 0h640zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704H512z"
14}, null, -1);
15const _hoisted_3 = [
16 _hoisted_2
17];
18function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19 return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
20}
21var burger = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
23export { burger as default };