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

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