UNPKG

1.13 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var vue = require('vue');
6
7var script = vue.defineComponent({
8 name: "IceTea"
9});
10
11const _hoisted_1 = {
12 xmlns: "http://www.w3.org/2000/svg",
13 viewBox: "0 0 1024 1024"
14};
15const _hoisted_2 = /* @__PURE__ */ vue.createVNode("path", {
16 fill: "currentColor",
17 d: "M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352zM264.064 256h495.872a256.128 256.128 0 0 0-495.872 0zm495.424 256H264.512l48 384h398.976l48-384zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32zm160 192h64v64h-64v-64zm192 64h64v64h-64v-64zm-128 64h64v64h-64v-64zm64-192h64v64h-64v-64z"
18}, null, -1);
19function render(_ctx, _cache, $props, $setup, $data, $options) {
20 return vue.openBlock(), vue.createBlock("svg", _hoisted_1, [
21 _hoisted_2
22 ]);
23}
24
25script.render = render;
26script.__file = "packages/components/IceTea.vue";
27
28exports.default = script;