@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.73 kB
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: "M9.311 9.033a.5.5 0 0 1 .41-.492l.09-.008h3.039c.593 0 1.08.449 1.143 1.025l.007.125v2.53a1.15 1.15 0 0 1-1.025 1.143l-.125.007H9.811a.5.5 0 0 1-.09-.992l.09-.008h3.039a.15.15 0 0 0 .142-.103l.008-.047v-2.53a.15.15 0 0 0-.103-.142l-.047-.008H9.811a.5.5 0 0 1-.5-.5Zm0-5.834a.5.5 0 0 1 .41-.492l.09-.008h1.01c.593 0 1.081.448 1.144 1.024l.006.126v2.53a1.15 1.15 0 0 1-1.024 1.143l-.126.007h-1.01a.5.5 0 0 1-.09-.992l.09-.008h1.01a.15.15 0 0 0 .143-.103l.007-.047v-2.53a.15.15 0 0 0-.102-.143L10.82 3.7h-1.01a.5.5 0 0 1-.5-.5Zm-2.006-.67a.5.5 0 0 1 .992-.094l.008.094v11a.5.5 0 0 1-.992.09l-.008-.09v-11ZM2 9.683c0-.593.449-1.08 1.025-1.143l.125-.007h2.651a.5.5 0 0 1 .09.992l-.09.008H3.15a.15.15 0 0 0-.142.103L3 9.683v2.53a.15.15 0 0 0 .103.142l.047.008h2.651a.5.5 0 0 1 .09.992l-.09.008H3.15a1.15 1.15 0 0 1-1.143-1.025L2 12.213v-2.53ZM3.971 3.85c0-.593.449-1.081 1.025-1.144l.125-.006h.68a.5.5 0 0 1 .09.992l-.09.008h-.68a.15.15 0 0 0-.142.102l-.008.048v2.53a.15.15 0 0 0 .103.142l.047.008h.68a.5.5 0 0 1 .09.992l-.09.008h-.68a1.15 1.15 0 0 1-1.143-1.025l-.007-.125v-2.53Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorAlignCenter = {
render
};
var index = function index2() {
return svg({
name: "EditorAlignCenter",
component: EditorAlignCenter
})();
};
export {
index as default
};