@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 362 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Dot = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:dot" }, props, { children: _jsx("path", { d: "M0,12a12,12 0 1,0 24,0a12,12 0 1,0 -24,0", fillRule: "nonzero" }) })));
export default Dot;
//# sourceMappingURL=dot.js.map