adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
21 lines (20 loc) • 620 B
JavaScript
import { createElementBlock as t, openBlock as e, createElementVNode as r } from "vue";
import n from "../_virtual/_plugin-vue_export-helper.js";
const a = {}, c = {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24"
};
function l(s, o) {
return e(), t("svg", c, o[0] || (o[0] = [
r("path", {
fill: "currentColor",
d: "M12 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
}, null, -1)
]));
}
const d = /* @__PURE__ */ n(a, [["render", l]]);
export {
d as default
};