t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
20 lines (19 loc) • 636 B
JavaScript
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
import c from "../../_virtual/index.js";
const n = {}, r = {
width: "32",
height: "32",
viewBox: "0 0 24 24"
}, _ = /* @__PURE__ */ o("path", {
fill: "currentColor",
d: "M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5c-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0a9.821 9.821 0 0 0-17.64 0Z"
}, null, -1), a = [
_
];
function s(i, l) {
return e(), t("svg", r, a);
}
const h = /* @__PURE__ */ c(n, [["render", s]]);
export {
h as default
};