UNPKG

1.37 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: "Food"
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: "M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0zm128 0h192a96 96 0 0 0-192 0zm439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352zM672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32v-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288z"
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 food = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
23export { food as default };