@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
9 lines • 726 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function VerticalDotsIcon(props) {
return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 512, height: 512 }, props, { children: (0, jsx_runtime_1.jsxs)("g", Object.assign({ "data-name": "01 align center" }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 2, r: 2 }), (0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 12, r: 2 }), (0, jsx_runtime_1.jsx)("circle", { cx: 12, cy: 22, r: 2 })] })) })));
}
exports.default = VerticalDotsIcon;
//# sourceMappingURL=VerticalDotsIcon.js.map