adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
20 lines (19 loc) • 681 B
JavaScript
import { createElementBlock as t, openBlock as o, mergeProps as l, createElementVNode as n } from "vue";
import s from "../_virtual/_plugin-vue_export-helper.js";
const c = {};
function m(r, e) {
return o(), t("svg", l({
xmlns: "http://www.w3.org/2000/svg",
class: "w-[1em] h-[1em]",
viewBox: "0 0 24 24"
}, r.$attrs), e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M11 21v-6.6l-4.65 4.675l-1.425-1.425L9.6 13H3v-2h6.6L4.925 6.35L6.35 4.925L11 9.6V3h2v6.6l4.65-4.675l1.425 1.425L14.4 11H21v2h-6.6l4.675 4.65l-1.425 1.425L13 14.4V21z"
}, null, -1)
]), 16);
}
const a = /* @__PURE__ */ s(c, [["render", m]]);
export {
a as default
};