maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
31 lines (30 loc) • 761 B
JavaScript
import { openBlock as t, createElementBlock as o, 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 t(), o("svg", r, e[0] || (e[0] = [
n(
"path",
{
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008"
},
null,
-1
/* HOISTED */
)
]));
}
const s = { render: l };
export {
s as default,
l as render
};