UNPKG

@element-plus/icons-vue

Version:

27 lines (24 loc) 1.1 kB
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue'; import _export_sfc from './_virtual/plugin-vue_export-helper.mjs'; const _sfc_main = defineComponent({ name: "Microphone" }); const _hoisted_1 = { class: "icon", width: "200", height: "200", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { fill: "currentColor", d: "M512 128a128 128 0 00-128 128v256a128 128 0 10256 0V256a128 128 0 00-128-128zm0-64a192 192 0 01192 192v256a192 192 0 11-384 0V256A192 192 0 01512 64zm-32 832v-64a288 288 0 01-288-288v-32a32 32 0 0164 0v32a224 224 0 00224 224h64a224 224 0 00224-224v-32a32 32 0 1164 0v32a288 288 0 01-288 288v64h64a32 32 0 110 64H416a32 32 0 110-64h64z" }, null, -1); const _hoisted_3 = [ _hoisted_2 ]; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3); } var microphone = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { microphone as default };