@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
32 lines (31 loc) • 958 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m272 160-10.016 12.992-101.984 136V864h704V308.992l-102.016-136L752 160zm32 64h176v64H256zm240 0h176l48 64H544zM224 352h576v448H224zm186.016 64c-17.632 1.6-30.656 17.376-29.024 35.008 1.632 17.6 17.376 30.624 35.008 28.992h192a32.21 32.21 0 0 0 28.128-15.872 32.32 32.32 0 0 0 0-32.256A32.248 32.248 0 0 0 608 416H409.984z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var BoxSolid = {
render
};
var index = function index2() {
return svg({
name: "IconBoxSolid",
component: BoxSolid
})();
};
export {
index as default
};