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

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