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

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