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

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