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

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