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

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