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

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