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

15 lines
358 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Code2 = createLucideIcon("Code2", [
["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
]);
export { Code2 as default };
//# sourceMappingURL=code-2.mjs.map