@payfit/unity-components
Version:
20 lines (19 loc) • 394 B
JavaScript
import "react";
import { jsx as e } from "react/jsx-runtime";
//#region src/components/task-menu/parts/dot.svg?react
var t = (t) => /* @__PURE__ */ e("svg", {
width: 8,
height: 8,
viewBox: "0 0 8 8",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...t,
children: /* @__PURE__ */ e("circle", {
cx: 4,
cy: 4,
r: 4,
fill: "inherit"
})
});
//#endregion
export { t as default };