UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 324 B
/** * 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