t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
24 lines (23 loc) • 626 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: "M4.75 5.25h-3m0 3.5c0 2.5 2.798 5.5 6.25 5.5a6.25 6.25 0 1 0 0-12.5c-3.75 0-6.25 3.5-6.25 3.5v-3.5"
}, null, -1), i = [
s
];
function _(l, d) {
return e(), o("svg", c, i);
}
const m = /* @__PURE__ */ n(r, [["render", _]]);
export {
m as default
};