@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
40 lines (37 loc) • 1.48 kB
JavaScript
import _sfc_main from './u-round-LayoutGrid.vue2.mjs';
import { openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from './_virtual/_plugin-vue_export-helper.mjs';
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 openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode(
"g",
null,
[
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"
}),
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"
}),
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"
}),
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__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { uRoundLayoutGrid as default };