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