roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
28 lines (27 loc) • 1.13 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const Vue = require("vue");
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
const _sfc_main = {};
const _hoisted_1 = {
width: "16",
height: "16",
viewBox: "0 0 16 16",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
function _sfc_render(_ctx, _cache) {
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
Vue.createElementVNode("g", { id: "Group 7827" }, [
Vue.createElementVNode("path", {
id: "Union",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M9.58977 7.99967L14.4516 3.13787L12.8606 1.54687L7.99878 6.40868L3.13796 1.54785L1.54697 3.13884L6.40779 7.99967L1.54688 12.8606L3.13787 14.4516L7.99878 9.59066L12.8607 14.4525L14.4517 12.8616L9.58977 7.99967Z",
fill: "currentColor"
})
], -1)
]));
}
const CloseIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
exports.default = CloseIcon;