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

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