lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 425 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowLeftToLine = createLucideIcon("ArrowLeftToLine", [
["line", { x1: "7", x2: "21", y1: "12", y2: "12", key: "rq4vvj" }],
["polyline", { points: "13 6 7 12 13 18", key: "6iyxwj" }],
["path", { d: "M3 19V5", key: "rwsyhb" }]
]);
export { ArrowLeftToLine as default };
//# sourceMappingURL=arrow-left-to-line.js.map