import { defineComponent, openBlock, createBlock, createVNode } from 'vue'; var script = defineComponent({ name: "DataBoard" }); const _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024" }; const _hoisted_2 = /* @__PURE__ */ createVNode("path", { fill: "currentColor", d: "M32 128h960v64H32z" }, null, -1); const _hoisted_3 = /* @__PURE__ */ createVNode("path", { fill: "currentColor", d: "M192 192v512h640V192H192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V128z" }, null, -1); const _hoisted_4 = /* @__PURE__ */ createVNode("path", { fill: "currentColor", d: "M322.176 960H248.32l144.64-250.56 55.424 32L322.176 960zm453.888 0h-73.856L576 741.44l55.424-32L776.064 960z" }, null, -1); function render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createBlock("svg", _hoisted_1, [ _hoisted_2, _hoisted_3, _hoisted_4 ]); } script.render = render; script.__file = "packages/components/DataBoard.vue"; export default script;