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,
41 lines (40 loc) • 1.27 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: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none"
};
function _sfc_render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode("rect", {
x: "11",
y: "20",
width: "2",
height: "4",
fill: "currentColor"
}, null, -1),
createElementVNode("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M3.1499 11V12.5C3.1499 17.3877 7.11218 21.35 11.9999 21.35C16.8876 21.35 20.8499 17.3877 20.8499 12.5V11H19.1499V12.5C19.1499 16.4488 15.9487 19.65 11.9999 19.65C8.05107 19.65 4.8499 16.4488 4.8499 12.5V11H3.1499Z",
fill: "currentColor"
}, null, -1),
createElementVNode("rect", {
x: "7.85",
y: "1.85",
width: "8.3",
height: "14.8",
rx: "4.15",
stroke: "currentColor",
"stroke-width": "1.7"
}, null, -1)
]));
}
const MicOnIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
MicOnIcon as default
};