dikplhd/public/assets/libs/lucide/esm/icons/move-down-right.js

18 lines
310 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const MoveDownRight = [
"svg",
defaultAttributes,
[
["path", { d: "M19 13V19H13" }],
["path", { d: "M5 5L19 19" }]
]
];
export { MoveDownRight as default };
//# sourceMappingURL=move-down-right.js.map