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

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