Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/code.mjs
2025-10-23 21:52:07 +03:30

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