@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
32 lines (31 loc) • 1.07 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M18.006 11.41a.75.75 0 0 1 .75.75 6.757 6.757 0 0 1-6.005 6.715V20.5h1.248a.75.75 0 0 1 .101 1.494L14 22h-3.997a.75.75 0 0 1-.102-1.493l.102-.007h1.248v-1.625a6.758 6.758 0 0 1-6.006-6.715.75.75 0 1 1 1.5 0 5.257 5.257 0 0 0 10.512 0 .75.75 0 0 1 .75-.75ZM12.002 2a3.833 3.833 0 0 1 3.833 3.833V12a3.833 3.833 0 0 1-7.667 0V5.833A3.833 3.833 0 0 1 12 2Zm0 1.5a2.333 2.333 0 0 0-2.334 2.333V12a2.333 2.333 0 0 0 4.667 0V5.833A2.333 2.333 0 0 0 12 3.5Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Mic = {
render
};
var index = function index2() {
return svg({
name: "IconMic",
component: Mic
})();
};
export {
index as default
};