UNPKG

@open-data-v/ui

Version:

OpenDataV UI基础包

22 lines (21 loc) 507 B
import { defineComponent as o, createVNode as e } from "vue"; const t = /* @__PURE__ */ o({ name: "Add", setup() { return () => e("svg", { viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, [e("path", { d: "M256 112V400M400 256H112", stroke: "currentColor", "stroke-width": "32", "stroke-linecap": "round", "stroke-linejoin": "round" }, null)]); } }); export { t as default }; //# sourceMappingURL=Add.esm.js.map