first commit
This commit is contained in:
13
node_modules/lucide-react/dist/esm/icons/code.mjs
generated
vendored
Normal file
13
node_modules/lucide-react/dist/esm/icons/code.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user