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.

48 lines (47 loc) 1.27 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 16 16", style: { "enable-background": "new 0 0 16 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { style: { "fill": "none" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "filter_svg__st1", d: "M12.31 1.84H3.68c-.3 0-.59.11-.82.3l-.11.09c-.46.47-.5 1.22-.08 1.74l3.18 3.89v5.78c0 .28.23.5.5.5H9.72c.23-.05.41-.25.41-.5l-.01-5.78 3.19-3.89c.19-.23.3-.53.3-.82 0-.72-.59-1.31-1.3-1.31zm0 1c.16 0 .3.14.3.31 0 .06-.03.13-.07.18l-3.3 4.04-.05.07c-.04.07-.06.15-.06.24l-.01 5.46H6.85V7.68c0-.11-.03-.23-.11-.31L3.45 3.33c-.11-.12-.09-.31.04-.42.06-.04.12-.07.19-.07h8.63z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Filter = { render }; var index = function index2() { return svg({ name: "IconFilter", component: Filter })(); }; export { index as default };