UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 342 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ChevronFirst = createLucideIcon("ChevronFirst", [ ["polyline", { points: "17 18 11 12 17 6", key: "11nco2" }], ["path", { d: "M7 6v12", key: "1p53r6" }] ]); export { ChevronFirst as default }; //# sourceMappingURL=chevron-first.js.map