UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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