@element-plus/icons-vue
Version:
27 lines (24 loc) • 1.01 kB
JavaScript
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from './_virtual/plugin-vue_export-helper.mjs';
const _sfc_main = defineComponent({
name: "TakeawayBox"
});
const _hoisted_1 = {
class: "icon",
width: "200",
height: "200",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
fill: "currentColor",
d: "M832 384H192v448h640V384zM96 320h832V128H96v192zm800 64v480a32 32 0 01-32 32H160a32 32 0 01-32-32V384H64a32 32 0 01-32-32V96a32 32 0 0132-32h896a32 32 0 0132 32v256a32 32 0 01-32 32h-64zM416 512h192a32 32 0 010 64H416a32 32 0 010-64z"
}, 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 takeawayBox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { takeawayBox as default };