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

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