@tencentcloud/roomkit-electron-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,
40 lines (39 loc) • 1.22 kB
JavaScript
"use strict";
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: "25",
height: "24",
viewBox: "0 0 25 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
const _hoisted_2 = /* @__PURE__ */ Vue.createElementVNode("path", {
d: "M5.73859 13.5V19.5",
stroke: "#ED414D",
"stroke-width": "3"
}, null, -1);
const _hoisted_3 = /* @__PURE__ */ Vue.createElementVNode("path", {
opacity: "0.5",
d: "M12.0786 9.5V19.5",
stroke: "#8F9AB2",
"stroke-width": "3"
}, null, -1);
const _hoisted_4 = /* @__PURE__ */ Vue.createElementVNode("path", {
opacity: "0.5",
d: "M18.4086 4.5V19.5",
stroke: "#8F9AB2",
"stroke-width": "3"
}, null, -1);
const _hoisted_5 = [
_hoisted_2,
_hoisted_3,
_hoisted_4
];
function _sfc_render(_ctx, _cache) {
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _hoisted_5);
}
const NetworkLagIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
exports.default = NetworkLagIcon;