@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 414 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const DashedBullet = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 20 20" }, props, { children: _jsx("circle", { cx: "10", cy: "10", r: "7", strokeWidth: "1.5", strokeLinecap: "round", strokeDasharray: "2.82 2.82" }) })));
export default DashedBullet;
//# sourceMappingURL=dashed-bullet.js.map