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.

41 lines (40 loc) 1.71 kB
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: "M13.333 7.5a.5.5 0 0 1 .068.995l-.068.005H2.667a.5.5 0 0 1-.068-.995l.068-.005h10.666Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M7.82 1.5c-1.189 0-2.158.293-2.913.878-.788.595-1.179 1.378-1.179 2.359 0 .995.41 1.76 1.242 2.308.46.321 1.27.66 2.426 1.013l1.055.31c.855.26 1.445.479 1.771.66.775.422 1.17 1.042 1.17 1.847 0 1.722-1.143 2.586-3.375 2.586-1.068 0-1.874-.224-2.42-.678-.382-.328-.669-.787-.86-1.378a24.088 24.088 0 0 1-.2-.718.519.519 0 0 0-.616-.37.531.531 0 0 0-.406.609c.05.284.093.493.132.628.52 1.822 1.813 2.795 3.895 2.93l.255.012.263.004c3.007 0 4.485-1.228 4.485-3.698 0-1.027-.432-1.833-1.306-2.428-.557-.381-1.524-.766-2.899-1.152l-.542-.167c-.856-.271-1.474-.509-1.858-.715-.7-.406-1.058-.951-1.058-1.627 0-.654.28-1.189.831-1.597.527-.385 1.223-.577 2.085-.577 1.04 0 1.826.233 2.353.702.402.338.69.831.867 1.478l.12.464a.523.523 0 0 0 .647.371.554.554 0 0 0 .39-.662c-.056-.235-.095-.39-.115-.469-.476-1.805-1.713-2.77-3.73-2.906l-.25-.013-.26-.004Z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var EditorDeleteline = { render }; var index = function index2() { return svg({ name: "EditorDeleteline", component: EditorDeleteline })(); }; export { index as default };