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

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