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.

54 lines (53 loc) 1.39 kB
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: "deleted_svg__st0", d: "M22.8 5.3c-.2-.2-.6-.3-.8-.3h-4V3.7c0-1-.9-1.7-1.8-1.7H8.8C7.9 2 7 2.7 7 3.7V5H3c-.5 0-1 .5-1 1s.5 1 1 1h1v14c0 .9 1.1 2 2 2h13c.9 0 2-1.1 2-2V7h1c.5 0 1-.5 1-1 0-.2 0-.6-.2-.7zM9 4h7v1H9V4zM6 21V7h13v14H6z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "deleted_svg__st0", d: "M10 9c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1s-1-.4-1-1v-8c0-.6.4-1 1-1zM15 9c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1s-1-.4-1-1v-8c0-.6.4-1 1-1z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = /* @__PURE__ */ createElementVNode( "path", { class: "deleted_svg__st0", d: "M1 13h22c.6 0 1 .4 1 1s-.4 1-1 1H1c-.6 0-1-.4-1-1s.4-1 1-1z" }, null, -1 /* HOISTED */ ); var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5)); } var Deleted = { render }; var index = function index2() { return svg({ name: "IconDeleted", component: Deleted })(); }; export { index as default };