lucide-react
Version:
A Lucide icon library package for React applications
14 lines (10 loc) • 369 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowDownLeft = createLucideIcon("ArrowDownLeft", [
["line", { x1: "17", x2: "7", y1: "7", y2: "17", key: "1x90xz" }],
["polyline", { points: "17 17 7 17 7 7", key: "aq42rd" }]
]);
export { ArrowDownLeft as default };
//# sourceMappingURL=arrow-down-left.js.map