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,
31 lines (30 loc) • 1.34 kB
JavaScript
import { openBlock, createElementBlock, createElementVNode } from "vue";
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
const _sfc_main = {};
const _hoisted_1 = {
width: "20",
height: "20",
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
function _sfc_render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode("g", { id: "Union" }, [
createElementVNode("path", {
d: "M5.58366 10.0765L9.18 13.7056L14.6337 7.55301L13.5737 6.66671L8.97813 10.9392L6.42526 9.16785L5.58366 10.0765Z",
fill: "#00B89C"
}),
createElementVNode("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M19.1668 10C19.1668 15.0626 15.0628 19.1667 10.0002 19.1667C4.93755 19.1667 0.833496 15.0626 0.833496 10C0.833496 4.93743 4.93755 0.833374 10.0002 0.833374C15.0628 0.833374 19.1668 4.93743 19.1668 10ZM17.5002 10C17.5002 14.1422 14.1423 17.5 10.0002 17.5C5.85803 17.5 2.50016 14.1422 2.50016 10C2.50016 5.8579 5.85803 2.50004 10.0002 2.50004C14.1423 2.50004 17.5002 5.8579 17.5002 10Z",
fill: "#00B89C"
})
], -1)
]));
}
const SuccessIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
SuccessIcon as default
};