magner
Version:
Universal admin panel magnetic to any backend
34 lines (33 loc) • 757 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-help-circle"
}, c = /* @__PURE__ */ e("circle", {
cx: "12",
cy: "12",
r: "10"
}, null, -1), r = /* @__PURE__ */ e("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }, null, -1), l = /* @__PURE__ */ e("line", {
x1: "12",
y1: "17",
x2: "12.01",
y2: "17"
}, null, -1), s = [
c,
r,
l
];
function i(h, d) {
return t(), o("svg", n, [...s]);
}
const a = { render: i };
export {
a as default
};