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

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