@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.23 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: "M2.857 10.25a.75.75 0 0 1 .744.648l.006.102v2a.75.75 0 0 1-1.493.102L2.108 13v-2a.75.75 0 0 1 .75-.75Zm3.857-2.5a.75.75 0 0 1 .743.648l.007.102v7a.75.75 0 0 1-1.493.102l-.007-.102v-7a.75.75 0 0 1 .75-.75Zm11.571 1a.75.75 0 0 1 .743.648l.007.102v5a.75.75 0 0 1-1.493.102l-.007-.102v-5a.75.75 0 0 1 .75-.75Zm2.858 2a.75.75 0 0 1 .743.648l.007.102v1a.75.75 0 0 1-1.494.102l-.006-.102v-1a.75.75 0 0 1 .75-.75Zm-6.714-4a.75.75 0 0 1 .743.648l.007.102v9a.75.75 0 0 1-1.493.102l-.007-.102v-9a.75.75 0 0 1 .75-.75Zm-3.858-3a.75.75 0 0 1 .744.648l.006.102v15a.75.75 0 0 1-1.493.102l-.007-.102v-15a.75.75 0 0 1 .75-.75Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Audio = {
render
};
var index = function index2() {
return svg({
name: "IconAudio",
component: Audio
})();
};
export {
index as default
};