@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.28 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: "M11.502 8.498c.644 0 1.166.523 1.166 1.167v2.5c0 .644-.522 1.167-1.166 1.167H5.838a1.17 1.17 0 0 1-1.17-1.167v-2.5a1.17 1.17 0 0 1 1.17-1.167Zm2.663-5.826a.5.5 0 0 1 .492.41l.008.09v9.656a.5.5 0 0 1-.992.09l-.008-.09V3.172a.5.5 0 0 1 .5-.5Zm-2.663 6.826H5.838a.17.17 0 0 0-.17.167v2.5a.17.17 0 0 0 .17.167h5.664a.167.167 0 0 0 .166-.167v-2.5a.167.167 0 0 0-.166-.167Zm0-6.83c.644 0 1.166.523 1.166 1.167v2.5c0 .644-.522 1.167-1.166 1.167H2.505a1.17 1.17 0 0 1-1.17-1.167v-2.5a1.17 1.17 0 0 1 1.17-1.167Zm.006 1H2.505a.17.17 0 0 0-.17.167v2.5a.17.17 0 0 0 .17.167h9.003a.167.167 0 0 0 .167-.167v-2.5a.167.167 0 0 0-.167-.167Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorAlignRight = {
render
};
var index = function index2() {
return svg({
name: "EditorAlignRight",
component: EditorAlignRight
})();
};
export {
index as default
};