import {Badge, Avatar} from "@nextui-org/react"; export const NotificationIcon = ({size, height, width, ...props}) => { return ( ); }; export const CheckIcon = ({size, height, width, ...props}) => { return ( ); }; export default function App() { return (
} placement="bottom-right"> } placement="top-right" shape="circle" >
); }