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

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