maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
31 lines (30 loc) • 918 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(m, 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: "M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.339 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.499a10.522 10.522 0 0 1-4.293 5.773M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"
},
null,
-1
/* HOISTED */
)
]));
}
const i = { render: l };
export {
i as default,
l as render
};