maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
31 lines (30 loc) • 684 B
JavaScript
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
const r = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
};
function l(i, e) {
return o(), t("svg", r, e[0] || (e[0] = [
n(
"path",
{
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"
},
null,
-1
/* HOISTED */
)
]));
}
const d = { render: l };
export {
d as default,
l as render
};