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