1import { BsFillBadge3dFill } from "react-icons/bs"; 2 3export default function Page(){ 4 return <div><BsFillBadge3dFill/></div> 5}