lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 438 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowRightFromLine = createLucideIcon("ArrowRightFromLine", [
["line", { x1: "21", x2: "7", y1: "12", y2: "12", key: "1vpj1h" }],
["polyline", { points: "15 18 21 12 15 6", key: "1elp5v" }],
["path", { d: "M3 5v14", key: "1nt18q" }]
]);
export { ArrowRightFromLine as default };
//# sourceMappingURL=arrow-right-from-line.js.map