Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/table-2.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

19 lines
381 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Table2 = createLucideIcon("Table2", [
[
"path",
{
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",
key: "gugj83"
}
]
]);
export { Table2 as default };
//# sourceMappingURL=table-2.mjs.map