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

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