UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 361 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const CornerRightUp = createLucideIcon("CornerRightUp", [ ["polyline", { points: "10 9 15 4 20 9", key: "1lr6px" }], ["path", { d: "M4 20h7a4 4 0 0 0 4-4V4", key: "1plgdj" }] ]); export { CornerRightUp as default }; //# sourceMappingURL=corner-right-up.js.map