/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const ChevronLast = [ "svg", defaultAttributes, [ ["polyline", { points: "7 18 13 12 7 6" }], ["path", { d: "M17 6v12" }] ] ]; export { ChevronLast as default }; //# sourceMappingURL=chevron-last.js.map