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

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