maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
44 lines (43 loc) • 1.04 kB
JavaScript
import { openBlock as t, createElementBlock as r, createElementVNode as o } 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(), r("svg", n, e[0] || (e[0] = [
o(
"path",
{
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"
},
null,
-1
/* HOISTED */
),
o(
"path",
{
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0"
},
null,
-1
/* HOISTED */
)
]));
}
const d = { render: l };
export {
d as default,
l as render
};