@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) • 764 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 32 30",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M0 0h2v30H0V0Zm4 2h26v2H4V2Zm0 8h28v2H4v-2Zm0 8h20v2H4v-2Zm6 8h4v2h-4v-2ZM4 6h24v2H4V6Zm0 8h24v2H4v-2Zm-.062 13L10 24v6l-6.062-3Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var TextAlign = {
render
};
var index = function index2() {
return svg({
name: "IconTextAlign",
component: TextAlign
})();
};
export {
index as default
};