@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.02 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
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 index = function index2() {
return svg({
name: "IconEditorEraserFilled",
component: EditorEraserFilled
})();
};
export {
index as default
};