UNPKG

980 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var vue = require('vue');
6
7var script = vue.defineComponent({
8 name: "MessageBox"
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: "M288 384h448v64H288v-64zm96-128h256v64H384v-64zM131.456 512H384v128h256V512h252.544L721.856 192H302.144L131.456 512zM896 576H704v128H320V576H128v256h768V576zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128z"
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/MessageBox.vue";
27
28exports.default = script;