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

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