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 ChevronLeftSquare = createLucideIcon("ChevronLeftSquare", [ [ "rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" } ], ["polyline", { points: "14,16 10,12 14,8", key: "10rnk0" }] ]); export { ChevronLeftSquare as default }; //# sourceMappingURL=chevron-left-square.js.map