adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
21 lines (20 loc) • 620 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as l } from "vue";
import r from "../_virtual/_plugin-vue_export-helper.js";
const n = {}, m = {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24"
};
function c(s, t) {
return o(), e("svg", m, t[0] || (t[0] = [
l("path", {
fill: "currentColor",
d: "m12 20l-.707.707l.707.707l.707-.707zm1-15a1 1 0 1 0-2 0zm-7.707 9.707l6 6l1.414-1.414l-6-6zm7.414 6l6-6l-1.414-1.414l-6 6zM13 20V5h-2v15z"
}, null, -1)
]));
}
const w = /* @__PURE__ */ r(n, [["render", c]]);
export {
w as default
};