UNPKG

@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) 910 B
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: "M14 2.5a.5.5 0 0 0-.995-.068L13 2.5v11a.5.5 0 0 0 .995.068L14 13.5v-11ZM2 4a2 2 0 0 1 1.882-1.997L4 2h7.833a.5.5 0 0 1 .068.995L11.833 3H4a1 1 0 0 0-.995.904L3 4v8a1 1 0 0 0 .904.995L4 13h7.833a.5.5 0 0 1 .068.995l-.068.005H4a2 2 0 0 1-1.997-1.882L2 12V4Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorRightBorder = { render }; var index = function index2() { return svg({ name: "EditorRightBorder", component: EditorRightBorder })(); }; export { index as default };