Skip to main contentMynaUI
All Icons
ArrowLongDownRight
arrow-long-down-right
npm install @mynaui/icons-react
                  
import { ArrowLongDownRight } from "@mynaui/icons-react";

const App = () => {
  return <ArrowLongDownRight />;
};