UNPKG

1.18 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: "Coffee"
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: "M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304L822.592 192zm-64.128 0 4.544-64H260.736l4.544 64h493.184zm-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784zm68.736 64 36.544 512H708.16l36.544-512H279.04z"
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 coffee = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
22
23export { coffee as default };