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

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