t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
24 lines (23 loc) • 624 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: "M6.75 14.25h2.5M8 1.75c-2.75 0-4.25 2-4.25 4s2 2.5 2 4.5v1h4.5v-1c0-2 2-2.5 2-4.5s-1.5-4-4.25-4z"
}, null, -1), i = [
s
];
function _(l, d) {
return e(), o("svg", c, i);
}
const u = /* @__PURE__ */ n(r, [["render", _]]);
export {
u as default
};