@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
10 lines • 657 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrossIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function CrossIcon(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.jsx)("path", { d: "M24 1.414 22.586 0 12 10.586 1.414 0 0 1.414 10.586 12 0 22.586 1.414 24 12 13.414 22.586 24 24 22.586 13.414 12 24 1.414z", "data-name": "01 align center" }) })));
}
exports.CrossIcon = CrossIcon;
//# sourceMappingURL=CrossIcon.js.map