UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

31 lines (30 loc) 726 B
import { openBlock as o, createElementBlock as t, 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(i, e) { return o(), t("svg", n, e[0] || (e[0] = [ r( "path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }, null, -1 /* HOISTED */ ) ])); } const d = { render: l }; export { d as default, l as render };