adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
17 lines (16 loc) • 458 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
import n from "../_virtual/_plugin-vue_export-helper.js";
const l = {}, c = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor"
};
function s(f, e) {
return o(), t("svg", c, e[0] || (e[0] = [
r("path", { d: "M6 18L18 6M6 6l12 12" }, null, -1)
]));
}
const i = /* @__PURE__ */ n(l, [["render", s]]);
export {
i as default
};