Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/move-up-right.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

14 lines
328 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const MoveUpRight = createLucideIcon("MoveUpRight", [
["path", { d: "M13 5H19V11", key: "1n1gyv" }],
["path", { d: "M19 5L5 19", key: "72u4yj" }]
]);
export { MoveUpRight as default };
//# sourceMappingURL=move-up-right.mjs.map