Files
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

15 lines
427 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const MoveVertical = createLucideIcon("MoveVertical", [
["polyline", { points: "8 18 12 22 16 18", key: "1uutw3" }],
["polyline", { points: "8 6 12 2 16 6", key: "d60sxy" }],
["line", { x1: "12", x2: "12", y1: "2", y2: "22", key: "7eqyqh" }]
]);
export { MoveVertical as default };
//# sourceMappingURL=move-vertical.js.map