adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
21 lines (20 loc) • 616 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
import r from "../_virtual/_plugin-vue_export-helper.js";
const l = {}, c = {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24"
};
function s(i, e) {
return o(), t("svg", c, [...e[0] || (e[0] = [
n("path", {
fill: "currentColor",
d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5zm-9 12l-4-4l1.41-1.42L10 14.17l6.59-6.59L18 9"
}, null, -1)
])]);
}
const f = /* @__PURE__ */ r(l, [["render", s]]);
export {
f as default
};