maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
31 lines (30 loc) • 654 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
const n = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
};
function l(i, e) {
return t(), o("svg", n, e[0] || (e[0] = [
r(
"path",
{
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-9 3.75h.008v.008H12z"
},
null,
-1
/* HOISTED */
)
]));
}
const c = { render: l };
export {
c as default,
l as render
};