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

14 lines
324 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Code = createLucideIcon("Code", [
["polyline", { points: "16 18 22 12 16 6", key: "z7tu5w" }],
["polyline", { points: "8 6 2 12 8 18", key: "1eg1df" }]
]);
export { Code as default };
//# sourceMappingURL=code.mjs.map