@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.08 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: "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 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorEraser = {
render
};
var index = function index2() {
return svg({
name: "EditorEraser",
component: EditorEraser
})();
};
export {
index as default
};