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

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