@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.
33 lines (32 loc) • 781 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 26 22",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M0 0h26v2H0V0Zm2 8h22v2H2V8Zm2 8h18v2H4v-2ZM4 4h18v2H4V4Zm-4 8h26v2H0v-2Zm2 8h22v2H2v-2Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var AlignCenter = {
render
};
var alignCenter = function alignCenter2() {
return svg({
name: "IconAlignCenter",
component: AlignCenter,
filledComponent: AlignCenter
})();
};
export {
alignCenter as default
};