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

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