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