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

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