UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 367 B
/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const CornerLeftDown = createLucideIcon("CornerLeftDown", [ ["polyline", { points: "14 15 9 20 4 15", key: "nkc4i" }], ["path", { d: "M20 4h-7a4 4 0 0 0-4 4v12", key: "nbpdq2" }] ]); export { CornerLeftDown as default }; //# sourceMappingURL=corner-left-down.mjs.map