/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const ArrowRight = [ "svg", defaultAttributes, [ ["line", { x1: "5", x2: "19", y1: "12", y2: "12" }], ["polyline", { points: "12 5 19 12 12 19" }] ] ]; export { ArrowRight as default }; //# sourceMappingURL=arrow-right.js.map