magner
Version:
Universal admin panel magnetic to any backend
23 lines (22 loc) • 556 B
JavaScript
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
const n = {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
class: "feather feather-chevron-up"
}, r = /* @__PURE__ */ t("polyline", { points: "18 15 12 9 6 15" }, null, -1), s = [
r
];
function c(l, i) {
return e(), o("svg", n, [...s]);
}
const d = { render: c };
export {
d as default
};