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

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