adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
18 lines (17 loc) • 731 B
JavaScript
import { createElementBlock as r, openBlock as o, mergeProps as l, createElementVNode as n } from "vue";
import s from "../_virtual/_plugin-vue_export-helper.js";
const c = {};
function m(e, t) {
return o(), r("svg", l({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
class: "w-4 h-4"
}, e.$attrs), [...t[0] || (t[0] = [
n("path", { d: "m12 13.4l-4.9 4.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.9-4.9l-4.9-4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.9 4.9l4.9-4.9q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 12l4.9 4.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275z" }, null, -1)
])], 16);
}
const a = /* @__PURE__ */ s(c, [["render", m]]);
export {
a as default
};