@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.
44 lines (43 loc) • 1.36 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "undelete_svg__st0",
d: "M19 12h-2V7H4v14h8v2H4c-.9 0-2-1.1-2-2V7H1c-.5 0-1-.6-1-1s.5-1 1-1h4V3.7C5 2.7 5.9 2 6.8 2h7.4c.9 0 1.8.7 1.8 1.7V5h4c.2 0 .6.1.8.2s.2.6.2.8c0 .5-.6 1-1 1h-1v5zM7 4v1h7V4H7z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "undelete_svg__st0",
d: "M8 9c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1s-1-.4-1-1v-8c0-.6.4-1 1-1zM12 13v-3c0-.6.4-1 1-1s1 .4 1 1v3c0 .6-.4 1-1 1s-1-.4-1-1zM24 16.8c0 .1-.1.1 0 0-1.1 1-2.3 1.8-3.6 2.3-1.3.5-2.8.8-4.2.8l1.6 1.6c.3.3.3.9 0 1.2-.3.3-.9.3-1.2 0l-3.3-3.2c-.3-.3-.3-.9 0-1.2l3.3-3.2c.3-.3.9-.3 1.2 0 .3.3.3.9 0 1.2l-2 1.9h.3c2.5 0 4.8-.9 6.5-2.6.5-.5 1-1 1.3-1.6v2.8z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Undelete = {
render
};
var index = function index2() {
return svg({
name: "IconUndelete",
component: Undelete
})();
};
export {
index as default
};