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

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