14 lines
328 B
JavaScript
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
|