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.

44 lines (43 loc) 1.17 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "-114.498 0 162.549 153.496", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "befilter_svg__svg-befilter-l", d: "m-1.977 16.025-37.482 50.083-.023 74.904 12.502 12.484V66.108l37.508-50.083V3.565h-125.025v12.46l37.508 50.083v62.419l12.502 12.484V66.108l-37.508-50.083H-1.977z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "befilter_svg__svg-befilter-r", d: "M-1.992 53.584h50.01v12.582h-50.01V53.584zm0 25.084h50.043v12.466H-1.992V78.668zm0 24.949h50.043v12.484H-1.992v-12.484z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Befilter = { render }; var index = function index2() { return svg({ name: "IconBefilter", component: Befilter })(); }; export { index as default };