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.

33 lines (32 loc) 991 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: "M2 2.667a.5.5 0 0 1 .995-.068L3 2.667v11a.5.5 0 0 1-.995.068L2 13.667v-11ZM14 4a2 2 0 0 0-1.882-1.997L12 2H4.167a.5.5 0 0 0-.068.995L4.167 3H12a1 1 0 0 1 .995.904L13 4v8a1 1 0 0 1-.904.995L12 13H4.167a.5.5 0 0 0-.068.995l.068.005H12a2 2 0 0 0 1.997-1.882L14 12V4Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorLeftBorder = { render }; var editorLeftBorder = function editorLeftBorder2() { return svg({ name: "IconEditorLeftBorder", component: EditorLeftBorder, filledComponent: EditorLeftBorder })(); }; export { editorLeftBorder as default };