Skip to main contentMynaUI
All Icons
VolumeHigh
volume-high
npm install @mynaui/icons-react
                  
import { VolumeHigh } from "@mynaui/icons-react";

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