t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
24 lines (23 loc) • 701 B
JavaScript
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
import n from "../../_virtual/index.js";
const r = {}, c = {
width: "32",
height: "32",
viewBox: "0 0 32 32"
}, l = /* @__PURE__ */ e("path", {
fill: "currentColor",
d: "M16 23a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 23zm-1-11h2v9h-2z"
}, null, -1), _ = /* @__PURE__ */ e("path", {
fill: "currentColor",
d: "M29 30H3a1 1 0 0 1-.887-1.461l13-25a1 1 0 0 1 1.774 0l13 25A1 1 0 0 1 29 30ZM4.65 28h22.7l.001-.003L16.002 6.17h-.004L4.648 27.997Z"
}, null, -1), s = [
l,
_
];
function h(i, a) {
return t(), o("svg", c, s);
}
const m = /* @__PURE__ */ n(r, [["render", h]]);
export {
m as default
};