UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

24 lines (23 loc) 820 B
"use strict"; const vue = require("vue"); const _sfc_main = vue.defineComponent({ name: "FilterFilled" }); const _export_sfc = (sfc, props) => { const target = sfc.__vccOpts || sfc; for (const [key, val] of props) { target[key] = val; } return target; }; const _hoisted_1 = { viewBox: "0 0 48 48", fill: "currentColor" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [ vue.createElementVNode("path", { d: "M16 39.5C16 40.5 16.5 41 17.5 41H30.5C31.5 41 32 40.5 32 39.5V30H16ZM7 7C5.5 7 5 8.5 5.5 9.5L16 27H32L42.5 9.5C43 8.5 42.5 7 41 7Z" }, null, -1) ])); } const FilterFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); module.exports = FilterFilled;