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,
38 lines (37 loc) • 1.17 kB
JavaScript
import { openBlock, createElementBlock, createElementVNode } from "vue";
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
const _sfc_main = {};
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
width: "14",
height: "14",
viewBox: "0 0 14 14",
fill: "none"
};
function _sfc_render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode("circle", {
cx: "7.00781",
cy: "7",
r: "7",
fill: "#FF643D",
style: { "fill": "color(display-p3 1 0.3922 0.2392)", "fill-opacity": "1" }
}, null, -1),
createElementVNode("path", {
d: "M10 3.99989L3.99936 10.0005",
stroke: "white",
style: { "stroke": "white", "stroke-opacity": "1" },
"stroke-width": "1.5"
}, null, -1),
createElementVNode("path", {
d: "M4 3.99989L10.0006 10.0005",
stroke: "white",
style: { "stroke": "white", "stroke-opacity": "1" },
"stroke-width": "1.5"
}, null, -1)
]));
}
const UnSupportIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
UnSupportIcon as default
};