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

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