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

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