adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
21 lines (20 loc) • 579 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
import r from "../_virtual/_plugin-vue_export-helper.js";
const c = {}, l = {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24"
};
function s(i, e) {
return o(), t("svg", l, e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2 8v2H7v-2z"
}, null, -1)
]));
}
const d = /* @__PURE__ */ r(c, [["render", s]]);
export {
d as default
};