lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 359 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowRight = createLucideIcon("ArrowRight", [
["line", { x1: "5", x2: "19", y1: "12", y2: "12", key: "13b5wn" }],
["polyline", { points: "12 5 19 12 12 19", key: "sfr3i6" }]
]);
export { ArrowRight as default };
//# sourceMappingURL=arrow-right.js.map