adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
23 lines (22 loc) • 617 B
JavaScript
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
import n from "../_virtual/_plugin-vue_export-helper.js";
const l = {}, c = {
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
viewBox: "0 0 16 16"
};
function i(s, e) {
return t(), o("svg", c, e[0] || (e[0] = [
r("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M1.75 8a.75.75 0 0 1 .75-.75h11a.75.75 0 0 1 0 1.5h-11A.75.75 0 0 1 1.75 8",
"clip-rule": "evenodd"
}, null, -1)
]));
}
const m = /* @__PURE__ */ n(l, [["render", i]]);
export {
m as default
};