@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 384 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const DotOutline = (props) => (_jsx("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "black", strokeWidth: "4" }, props, { children: _jsx("path", { d: "M2,12a10,10 0 1,0 20,0a10,10 0 1,0 -20,0", fillRule: "nonzero" }) })));
export default DotOutline;
//# sourceMappingURL=dot-outline.js.map