magner
Version:
Universal admin panel magnetic to any backend
24 lines (23 loc) • 664 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as e } 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-file"
}, r = /* @__PURE__ */ e("path", { d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" }, null, -1), l = /* @__PURE__ */ e("polyline", { points: "13 2 13 9 20 9" }, null, -1), s = [
r,
l
];
function i(c, h) {
return t(), o("svg", n, [...s]);
}
const d = { render: i };
export {
d as default
};