UNPKG

@element-plus/icons-vue

Version:

Vue components of Element Plus Icons collection.

24 lines (21 loc) 1.08 kB
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue'; import _export_sfc from './_virtual/plugin-vue_export-helper.mjs'; const _sfc_main = defineComponent({ name: "MessageBox" }); const _hoisted_1 = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { fill: "currentColor", 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" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3); } var messageBox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { messageBox as default };