t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
24 lines (23 loc) • 566 B
JavaScript
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
import r from "../../_virtual/index.js";
const n = {}, 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: "m7.25 3.75l-4.5 4.5l4.5 4.5m6-4.5H2.75"
}, null, -1), i = [
s
];
function l(_, d) {
return e(), o("svg", c, i);
}
const h = /* @__PURE__ */ r(n, [["render", l]]);
export {
h as default
};