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.

53 lines (52 loc) 1.92 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1$1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2$1 = /* @__PURE__ */ createElementVNode( "path", { d: "M8.588 1.99a2.002 2.002 0 0 1 2.83 0l2.591 2.591a2 2 0 0 1 0 2.83L7.412 14.01a2.002 2.002 0 0 1-2.83 0L1.99 11.419a2.003 2.003 0 0 1 0-2.831Zm4.703 11.177a.5.5 0 0 1 .067.995l-.067.005H10a.5.5 0 0 1-.068-.996l.068-.004h3.29ZM3.757 8.235l-1.06 1.06a1.003 1.003 0 0 0 0 1.417l2.592 2.59c.39.391 1.025.391 1.416 0l1.06-1.06-4.008-4.007Zm6.954-5.537a1.002 1.002 0 0 0-1.416 0l-4.83 4.83 4.006 4.007 4.831-4.83a1 1 0 0 0 .084-1.322l-.084-.095Z" }, null, -1 /* HOISTED */ ); var _hoisted_3$1 = [_hoisted_2$1]; function render$1(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1$1, [].concat(_hoisted_3$1)); } var EditorEraser = { render: render$1 }; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "m4.576 11.279 8.13 8.13L11.119 21a2.983 2.983 0 0 1-2.123.88A2.983 2.983 0 0 1 6.872 21l-3.886-3.885a2.982 2.982 0 0 1-.88-2.123c0-.802.313-1.556.88-2.122l1.59-1.59Zm15.36 8.457a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1 0-1.5h4.936ZM12.882 2.972c1.133-1.135 3.111-1.135 4.246 0l3.886 3.886c.567.567.88 1.32.88 2.123 0 .802-.313 1.556-.88 2.122l-7.247 7.246-8.13-8.131Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorEraserFilled = { render }; var editorEraser = function editorEraser2() { return svg({ name: "IconEditorEraser", component: EditorEraser, filledComponent: EditorEraserFilled })(); }; export { editorEraser as default };