UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 360 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ArrowUpLeft = createLucideIcon("ArrowUpLeft", [ ["line", { x1: "17", x2: "7", y1: "17", y2: "7", key: "1sxhcq" }], ["polyline", { points: "7 17 7 7 17 7", key: "1jae2c" }] ]); export { ArrowUpLeft as default }; //# sourceMappingURL=arrow-up-left.js.map