@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.
34 lines (33 loc) • 974 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 9 10",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M4.8 9.5h-.2l-.2-.2-1.5-1.2c-.2-.2-.3-.5-.3-.8V4.9L.4 3.4c-.2-.2-.3-.5-.1-.7.1-.2.4-.3.7-.1l2.2 1.5c.3.2.4.5.4.8v2.4l.8.7V4.9c0-.3.1-.6.4-.8L7.4 2c.1 0 .1-.1.1-.2 0-.2-.1-.3-.3-.3H.7C.4 1.5.2 1.3.2 1S.4.5.7.5h6.5c.7 0 1.3.6 1.3 1.3 0 .4-.2.8-.5 1L5.4 4.9v4c0 .3-.3.6-.6.6z",
"stroke-linecap": "round"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Filtered = {
render
};
var filtered = function filtered2() {
return svg({
name: "IconFiltered",
component: Filtered,
filledComponent: Filtered
})();
};
export {
filtered as default
};