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

30 lines
648 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const TestTubes = createLucideIcon("TestTubes", [
[
"path",
{
d: "M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2",
key: "12z67u"
}
],
[
"path",
{
d: "M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2",
key: "1q2nfy"
}
],
["path", { d: "M3 2h7", key: "7s29d5" }],
["path", { d: "M14 2h7", key: "7sicin" }],
["path", { d: "M9 16H4", key: "1bfye3" }],
["path", { d: "M20 16h-5", key: "ddnjpe" }]
]);
export { TestTubes as default };
//# sourceMappingURL=test-tubes.mjs.map