t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
24 lines (23 loc) • 599 B
JavaScript
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
import n from "../../_virtual/index.js";
const r = {}, c = {
width: "1em",
height: "1em",
viewBox: "0 0 16 16"
}, s = /* @__PURE__ */ t("path", {
fill: "none",
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M5.25 5.75c1.5 0 3-4 4.5-4v4h4.5s-.5 7.5-3.5 7.5h-5.5zm0 0h-3.5v7.5h3.5"
}, null, -1), i = [
s
];
function h(_, d) {
return e(), o("svg", c, i);
}
const u = /* @__PURE__ */ n(r, [["render", h]]);
export {
u as default
};