@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
44 lines (39 loc) • 1.65 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var uRoundLayoutGrid_vue_vue_type_script_lang = require('./u-round-LayoutGrid.vue2.js');
var vue = require('vue');
var _pluginVue_exportHelper = require('./_virtual/_plugin-vue_export-helper.js');
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 48 48"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
vue.createElementVNode(
"g",
null,
[
vue.createElementVNode("path", {
class: "st0",
d: "M18,6V4H8C5.8,4,4,5.8,4,8v10c0,2.2,1.8,4,4,4h10c2.2,0,4-1.8,4-4V8c0-2.2-1.8-4-4-4V6v2v10H8V8h10V6z"
}),
vue.createElementVNode("path", {
class: "st0",
d: "M40,6V4H30c-2.2,0-4,1.8-4,4v10c0,2.2,1.8,4,4,4h10c2.2,0,4-1.8,4-4V8c0-2.2-1.8-4-4-4V6v2v10H30V8h10V6z"
}),
vue.createElementVNode("path", {
class: "st0",
d: "M40,28v-2H30c-2.2,0-4,1.8-4,4v10c0,2.2,1.8,4,4,4h10c2.2,0,4-1.8,4-4V30c0-2.2-1.8-4-4-4V28v2v10l0,0H30l0,0 l0,0l0,0V30h10V28z"
}),
vue.createElementVNode("path", {
class: "st0",
d: "M18,28v-2H8c-2.2,0-4,1.8-4,4v10c0,2.2,1.8,4,4,4h10c2.2,0,4-1.8,4-4V30c0-2.2-1.8-4-4-4V28v2v10l0,0H8l0,0 l0,0l0,0V30h10V28z"
})
],
-1
/* HOISTED */
)
]));
}
var uRoundLayoutGrid = /* @__PURE__ */ _pluginVue_exportHelper.default(uRoundLayoutGrid_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
exports.default = uRoundLayoutGrid;