@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) • 999 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M13.5 12.5a.5.5 0 1 1 0 1h-11a.5.5 0 1 1 0-1h11Zm-1-7.5a1.5 1.5 0 0 1 1.493 1.356L14 6.5v3a1.5 1.5 0 0 1-1.356 1.493L12.5 11h-9a1.5 1.5 0 0 1-1.493-1.356L2 9.5v-3a1.5 1.5 0 0 1 1.356-1.493L3.5 5h9Zm0 1h-9a.5.5 0 0 0-.492.41L3 6.5v3a.5.5 0 0 0 .41.492L3.5 10h9a.5.5 0 0 0 .492-.41L13 9.5v-3a.5.5 0 0 0-.41-.492L12.5 6Zm1-3.5a.5.5 0 1 1 0 1h-11a.5.5 0 0 1 0-1h11Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var AgendaView = {
render
};
var index = function index2() {
return svg({
name: "IconAgendaView",
component: AgendaView
})();
};
export {
index as default
};