UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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