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

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