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

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