UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

13 lines (9 loc) 284 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ChevronUp = createLucideIcon("ChevronUp", [ ["polyline", { points: "18 15 12 9 6 15", key: "1uugdp" }] ]); export { ChevronUp as default }; //# sourceMappingURL=chevron-up.js.map