UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

15 lines (11 loc) 431 B
/** * lucide-react v0.234.0 - ISC */ import createLucideIcon from '../createLucideIcon.js'; const ArrowRightToLine = createLucideIcon("ArrowRightToLine", [ ["line", { x1: "17", x2: "3", y1: "12", y2: "12", key: "1qcq2n" }], ["polyline", { points: "11 18 17 12 11 6", key: "hrgmhe" }], ["path", { d: "M21 5v14", key: "nzette" }] ]); export { ArrowRightToLine as default }; //# sourceMappingURL=arrow-right-to-line.js.map