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