UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

14 lines (10 loc) 354 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ArrowLeft = createLucideIcon("ArrowLeft", [ ["line", { x1: "19", x2: "5", y1: "12", y2: "12", key: "9fu2vq" }], ["polyline", { points: "12 19 5 12 12 5", key: "1ksm0z" }] ]); export { ArrowLeft as default }; //# sourceMappingURL=arrow-left.js.map