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

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