@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const MoreDotsHorizontal = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "currentcolor", "data-testid": "icon:more-dots-horizontal" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M6.97192 13.5C7.80035 13.5 8.47192 12.8284 8.47192 12C8.47192 11.1716 7.80035 10.5 6.97192 10.5C6.1435 10.5 5.47192 11.1716 5.47192 12C5.47192 12.8284 6.1435 13.5 6.97192 13.5Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.9719 13.5C13.8004 13.5 14.4719 12.8284 14.4719 12C14.4719 11.1716 13.8004 10.5 12.9719 10.5C12.1435 10.5 11.4719 11.1716 11.4719 12C11.4719 12.8284 12.1435 13.5 12.9719 13.5Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.4719 12C20.4719 12.8284 19.8004 13.5 18.9719 13.5C18.1435 13.5 17.4719 12.8284 17.4719 12C17.4719 11.1716 18.1435 10.5 18.9719 10.5C19.8004 10.5 20.4719 11.1716 20.4719 12Z" })] })));
exports.default = MoreDotsHorizontal;
//# sourceMappingURL=more-dots-horizontal.js.map