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

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