UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

15 lines (11 loc) 358 B
/** * 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