14 lines
324 B
JavaScript
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
|