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

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