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

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