@maherunlocker/custom-react-table
Version:
dynamic table based on react table v7
10 lines • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DuplicateIcon = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
// eslint-disable-next-line
function DuplicateIcon(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: "M22 4.145 17.986 0H10a3 3 0 0 0-3 3v1H5a3 3 0 0 0-3 3v17h16v-5h4ZM16 22H4V7a1 1 0 0 1 1-1h2v13h9Zm-7-5V3a1 1 0 0 1 1-1h6v4h4v11Z", "data-name": "01 align center" }) })));
}
exports.DuplicateIcon = DuplicateIcon;
//# sourceMappingURL=DuplicateIcon.js.map