UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 359 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ChevronsLeft = createLucideIcon("ChevronsLeft", [ ["polyline", { points: "11 17 6 12 11 7", key: "1ueymj" }], ["polyline", { points: "18 17 13 12 18 7", key: "18fy0m" }] ]); export { ChevronsLeft as default }; //# sourceMappingURL=chevrons-left.js.map