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