/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const MoveUpLeft = [ "svg", defaultAttributes, [ ["path", { d: "M5 11V5H11" }], ["path", { d: "M5 5L19 19" }] ] ]; export { MoveUpLeft as default }; //# sourceMappingURL=move-up-left.js.map