npm install @mynaui/icons-react import { ChevronDownWaves } from "@mynaui/icons-react"; const App = () => { return <ChevronDownWaves />; };