Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/move-up-right.mjs
2025-02-12 17:18:18 +08: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