maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
25 lines (24 loc) • 617 B
JavaScript
import { createElementBlock, openBlock, createElementVNode } from "vue";
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
};
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M12 4.5v15m7.5-7.5h-15"
}, null, -1)
])]);
}
const plus = { render };
export {
plus as default,
render
};