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

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