@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.
48 lines (47 loc) • 1.31 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "calendar_svg__st1",
d: "M4 6h2v2H4V6zm3 2h2V6H7v2zm3 0h2V6h-2v2zm-6 4h2v-2H4v2zm3 0h2v-2H7v2zm3 0h2v-2h-2v2zm5.5-8v9c0 1.4-1.1 2.5-2.5 2.5H3C1.6 15.5.5 14.4.5 13V4C.5 2.6 1.6 1.5 3 1.5h1.2c0-.4.3-.8.8-.8s.8.3.8.8h3.5c0-.4.3-.8.8-.8s.8.3.8.8H13c1.4 0 2.5 1.1 2.5 2.5zm-1 0c0-.8-.7-1.5-1.5-1.5h-2.2v1c0 .4-.3.8-.8.8s-.8-.4-.8-.8v-1H5.8v1c0 .4-.3.8-.8.8s-.8-.4-.8-.8v-1H3c-.8 0-1.5.7-1.5 1.5v9c0 .8.7 1.5 1.5 1.5h10c.8 0 1.5-.7 1.5-1.5V4z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Calendar = {
render
};
var index = function index2() {
return svg({
name: "IconCalendar",
component: Calendar
})();
};
export {
index as default
};