@open-data-v/ui
Version:
OpenDataV UI基础包
21 lines (20 loc) • 520 B
JavaScript
import { defineComponent as t, createVNode as e } from "vue";
const o = /* @__PURE__ */ t({
name: "Subtract",
setup() {
return () => e("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 512 512"
}, [e("line", {
x1: "400",
y1: "256",
x2: "112",
y2: "256",
style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
}, null)]);
}
});
export {
o as default
};
//# sourceMappingURL=Subtract.esm.js.map