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

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