UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

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