UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

25 lines (21 loc) 460 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ChevronUpSquare = createLucideIcon("ChevronUpSquare", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" } ], ["polyline", { points: "8,14 12,10 16,14", key: "1ksves" }] ]); export { ChevronUpSquare as default }; //# sourceMappingURL=chevron-up-square.js.map