lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 434 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowDownFromLine = createLucideIcon("ArrowDownFromLine", [
["line", { x1: "12", x2: "12", y1: "21", y2: "7", key: "1ujnl2" }],
["polyline", { points: "6 15 12 21 18 15", key: "d79o6v" }],
["path", { d: "M19 3H5", key: "1236rx" }]
]);
export { ArrowDownFromLine as default };
//# sourceMappingURL=arrow-down-from-line.js.map